@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #13212c;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" on;
  overscroll-behavior: none;
}

main {
  overflow-x: clip;
}

a,
button {
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: initial;
  color: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  border: none;
  padding: 0;
  margin: 0;
}

.l-2col {
  display: flex;
  max-width: 82.625rem;
  padding: 4.5rem 1.5625rem 11.25rem;
  margin-right: auto;
  margin-left: auto;
  gap: 3.3805031447%;
}
@media screen and (max-width: 1023px) {
  .l-2col {
    padding: 3rem 1.5rem 5.25rem;
    grid-template-columns: 100%;
  }
}
.l-2col .l-2col__side {
  width: 17.1875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .l-2col .l-2col__side {
    display: none;
  }
}
.l-2col .l-2col__main {
  padding-right: 2.25rem;
  flex-grow: 1;
  width: calc(100% - 19.4375rem);
}
@media screen and (max-width: 1322px) {
  .l-2col .l-2col__main {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-2col .l-2col__main {
    width: 100%;
  }
}
.l-2col .l-2col__section:nth-child(n+2) {
  margin-top: 10.5rem;
}
@media screen and (max-width: 1023px) {
  .l-2col .l-2col__section:nth-child(n+2) {
    margin-top: 5.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-2col .l-2col__section + .l-2col__childSection:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.l-2col .l-2col__childSection:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .l-2col .l-2col__childSection:nth-child(n+2) {
    margin-top: 5.25rem;
  }
}

.l-2col:not(:has(+ .p-cta)) {
  padding-bottom: 0;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .l-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.c-title8 {
  padding: 0.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
}
@media screen and (max-width: 1023px) {
  .c-title8 {
    padding: 1rem 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.875rem 0.5rem 1rem;
  }
}
.c-title8 .c-title8__icon {
  background-color: #13212c;
  display: block;
  width: 6rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  display: grid;
  place-items: center;
  border-radius: 0.25rem;
}
@media screen and (max-width: 1023px) {
  .c-title8 .c-title8__icon {
    width: 3.25rem;
    height: 1.5rem;
    aspect-ratio: initial;
  }
}
.c-title8 .c-title8__icon img {
  width: 2.25rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .c-title8 .c-title8__icon img {
    width: 1.25rem;
  }
}
.c-title8 .c-title8__main {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .c-title8 .c-title8__main {
    font-size: 1.625rem;
  }
}

.c-btn1-hasChild {
  display: inline-grid;
  grid-template-columns: 1fr 2.375rem;
  gap: 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 2.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  min-width: 25.3125rem;
  transition: background-color 0.3s, box-shadow 0.3s;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .c-btn1-hasChild {
    min-width: 20.4375rem;
    padding: 0.375rem 0.375rem 0.375rem 1.25rem;
    gap: 0.625rem;
    grid-template-columns: 1fr 1.875rem;
    box-shadow: 0 0 0.6875rem 0 rgba(19, 33, 44, 0.15);
  }
}
@media (any-hover: hover) {
  .c-btn1-hasChild:hover {
    opacity: 1;
    background-color: #13212c;
    box-shadow: 0 0 0 0 rgba(19, 33, 44, 0);
  }
  .c-btn1-hasChild:hover .c-btn1-hasChild__text {
    color: #fff;
  }
  .c-btn1-hasChild:hover .c-btn1-hasChild__icon {
    background-color: #424d56;
  }
  .c-btn1-hasChild:hover .c-btn1-hasChild__icon::before {
    background-color: #fff;
  }
}
.c-btn1-hasChild .c-btn1-hasChild__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-btn1-hasChild .c-btn1-hasChild__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.c-btn1-hasChild .c-btn1-hasChild__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-btn1-hasChild .c-btn1-hasChild__text {
    font-size: 0.9375rem;
  }
}
.c-btn1-hasChild .c-btn1-hasChild__text .sm {
  font-size: 0.8125rem;
  display: block;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #899095;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 1023px) {
  .c-btn1-hasChild .c-btn1-hasChild__text .sm {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.c-btn1-hasChild .c-btn1-hasChild__label {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 0.1875rem 0.9375rem;
  border-radius: 100vmax;
  border: 0.0625rem solid #717a80;
  color: #717a80;
  width: fit-content;
  margin-top: 0.375rem;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .c-btn1-hasChild .c-btn1-hasChild__label {
    margin-top: 0.5rem;
  }
}
.c-btn1-hasChild .c-btn1-hasChild__label[target=_blank]::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #717a80;
  mask: url(../icon_blank.svg) no-repeat center center/contain;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .c-btn1-hasChild .c-btn1-hasChild__label:hover {
    opacity: 1;
    background-color: #717a80;
    color: #fff;
  }
  .c-btn1-hasChild .c-btn1-hasChild__label:hover::after {
    background-color: #fff;
  }
}
.c-btn1-hasChild .c-btn1-hasChild__icon {
  width: 100%;
  height: 100%;
  background-color: #f3f4f4;
  border-radius: 0.125rem;
  position: relative;
  display: block;
  min-height: 5.75rem;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-btn1-hasChild .c-btn1-hasChild__icon {
    min-height: 5.4375rem;
  }
}
.c-btn1-hasChild .c-btn1-hasChild__icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  background-color: #13212c;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-btn1-hasChild .c-btn1-hasChild__icon::before {
    width: 0.9375rem;
  }
}
.c-btn1-hasChild:has(.c-btn1-hasChild__bg[target=_blank]) .c-btn1-hasChild__icon::before {
  width: 1rem;
  mask: url(../icon_blank.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1023px) {
  .c-btn1-hasChild:has(.c-btn1-hasChild__bg[target=_blank]) .c-btn1-hasChild__icon::before {
    width: 0.75rem;
  }
}

.c-modal .c-modal__overlay {
  align-items: center;
  background: rgba(19, 33, 44, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  padding: 1.5rem;
}
.c-modal .c-modal__wrap {
  background-color: #fff;
  max-height: 80vh;
  overflow-y: auto;
  padding: 1.5rem 1.25rem;
  width: 100%;
  border-radius: 0.5rem;
  max-width: 43.75rem;
}
.c-modal .c-modal__close {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  background: url(../icon_close.svg) no-repeat center center/contain;
  position: absolute;
  top: -1.625rem;
  right: 0.375rem;
}
.c-modal .c-modal__itemHead {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  align-items: center;
}
.c-modal .c-modal__itemIcon {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0 1.1875rem 0 rgba(19, 33, 44, 0.15);
}
.c-modal .c-modal__itemTitle {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.c-modal .c-modal__itemLead {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
.c-modal .c-modal__itemText {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1rem;
  color: #717a80;
}
.c-modal .c-modal__itemImg {
  margin-top: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-modal {
  /* モーダルアニメーション */
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.c-modal {
  display: none;
}
.c-modal.is-open {
  display: block;
}
.c-modal[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal .modal-container, .c-modal .modal-overlay {
  will-change: transform;
}

.c-card4 {
  background-color: #f3f4f4;
  border-radius: 0.5rem;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  display: grid;
  grid-template-columns: 9.375rem 1fr;
  gap: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .c-card4 {
    padding: 0.75rem 1.5rem 1.5rem 0.75rem;
    grid-template-columns: 3.375rem auto;
    grid-template-rows: auto auto;
    gap: 0.625rem 0.75rem;
  }
}
.c-card4 .c-card4__img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .c-card4 .c-card4__img {
    grid-area: 1/1/2/2;
  }
}
.c-card4 .c-card4__body {
  padding-top: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .c-card4 .c-card4__body {
    display: contents;
  }
}
.c-card4 .c-card4__title {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #005bac;
}
@media screen and (max-width: 1023px) {
  .c-card4 .c-card4__title {
    grid-area: 1/2/2/3;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
  }
}
.c-card4 .c-card4__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 0.375rem;
}
@media screen and (max-width: 1023px) {
  .c-card4 .c-card4__text {
    grid-area: 2/1/3/3;
    padding-left: 0.75rem;
    font-size: 0.875rem;
  }
}

.c-title5 .c-title5__label {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Commissioner", sans-serif;
  letter-spacing: 0.02em;
  color: #899095;
  border: 0.0625rem solid #d0d3d5;
  border-radius: 100vmax;
  display: inline-block;
  padding: 0.375rem 0.875rem;
}
@media screen and (max-width: 1023px) {
  .c-title5 .c-title5__label {
    font-size: 0.875rem;
  }
}
.c-title5 .c-title5__main {
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .c-title5 .c-title5__main {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0.5625rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-title5.--spCenter {
    text-align: center;
  }
}

.c-card3 {
  padding: 3rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
}
@media screen and (max-width: 1023px) {
  .c-card3 {
    padding: 2.25rem;
    box-shadow: 0 0 1.125rem 0 rgba(19, 33, 44, 0.15);
  }
}
.c-card3 .c-card3__title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .c-card3 .c-card3__title {
    text-align: center;
  }
}
.c-card3 .c-card3__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 1.75rem;
  letter-spacing: 0.04em;
  color: #717a80;
}
@media screen and (max-width: 1023px) {
  .c-card3 .c-card3__text {
    font-size: 0.875rem;
    margin-top: 1.125rem;
  }
}

.c-title4 {
  display: block;
  padding: 0.5rem;
  background-color: #f3f4f4;
  display: grid;
  grid-template-columns: 4.75rem 1fr 4.75rem;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .c-title4 {
    padding: 0.875rem 0.625rem 1rem;
    grid-template-columns: 100%;
    gap: 0;
  }
}
.c-title4 .c-title4__num {
  border-radius: 0.25rem;
  width: 4.75rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #13212c;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-family: "Commissioner", sans-serif;
}
@media screen and (max-width: 1023px) {
  .c-title4 .c-title4__num {
    font-size: 0.9375rem;
    line-height: 1.1;
    padding: 0.3125rem 1.25rem 0.375rem;
    aspect-ratio: initial;
    width: fit-content;
    margin: 0 auto;
  }
}
.c-title4 .c-title4__main {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .c-title4 .c-title4__main {
    font-size: 1.25rem;
    margin-top: 0.375rem;
  }
}
.c-title4 .sm {
  font-size: 1.0625rem;
  line-height: 1.7;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .c-title4 .sm {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.c-title4::after {
  content: "";
  display: block;
}
@media screen and (max-width: 1023px) {
  .c-title4::after {
    display: none;
  }
}

.c-title3 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .c-title3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.c-faq .c-faq__box {
  border-top: 1px solid #899095;
}
.c-faq .c-faq__box:last-child {
  border-bottom: 1px solid #899095;
}
.c-faq .c-faq__listTitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.04em;
  position: relative;
  padding: 2rem 1.375rem;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .c-faq .c-faq__listTitle {
    font-size: 0.875rem;
    padding: 1.375rem 0.75rem;
  }
}
.c-faq .c-faq__listTitle::before {
  content: "Q.";
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1;
  color: #005bac;
  flex-shrink: 0;
  font-family: "Commissioner", sans-serif;
}
@media screen and (max-width: 1023px) {
  .c-faq .c-faq__listTitle::before {
    font-size: 1.1875rem;
  }
}
.c-faq .c-faq__listTitleText {
  flex-grow: 1;
}
.c-faq .c-faq__listTitle.is-active .c-faq__listIcon {
  background-color: #fff;
}
.c-faq .c-faq__listTitle.is-active .c-faq__listIcon span {
  background-color: #13212c;
}
.c-faq .c-faq__listTitle.is-active .c-faq__listIcon span:nth-child(2) {
  rotate: 180deg;
  opacity: 0;
}
.c-faq .c-faq__listIcon {
  display: block;
  border: 0.0625rem solid #13212c;
  border-radius: 0.25rem;
  background-color: #13212c;
  width: 1.75rem;
  aspect-ratio: 1;
  transition: background-color 0.3s;
  flex-shrink: 0;
  position: relative;
}
.c-faq .c-faq__listIcon span {
  width: 0.625rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: rotate 0.3s, opacity 0.3s;
}
.c-faq .c-faq__listIcon span:nth-child(2) {
  rotate: 90deg;
}
.c-faq .c-faq__listContent {
  display: none;
  overflow: hidden;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.c-faq .c-faq__listText {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 0.25rem 2.25rem 2.5rem 3.5rem;
}
@media screen and (max-width: 1023px) {
  .c-faq .c-faq__listText {
    padding: 1.375rem 1.5rem 1.875rem 2.75rem;
    font-size: 0.875rem;
  }
}
.c-faq .c-faq__listText a {
  color: #005bac;
  text-decoration: underline;
}
.c-faq .c-faq__listText a:hover {
  opacity: 0.7;
}

.c-btn2 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  padding: 0.875rem 1rem 0.875rem 1.375rem;
  background-color: #f3f4f4;
  border: 0.0625rem solid #e7e9ea;
  border-radius: 100vmax;
  align-items: center;
  gap: 0.25rem;
}
.c-btn2 .c-btn2__text {
  font-size: 0.8125rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #717a80;
  transition: color 0.3s;
}
.c-btn2 .c-btn2__icon {
  width: 1.25rem;
  height: 0.5rem;
  background-color: #717a80;
  display: block;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .c-btn2:hover {
    opacity: 1;
    background-color: #13212c;
    border-color: transparent;
  }
  .c-btn2:hover .c-btn2__text {
    color: #fff;
  }
  .c-btn2:hover .c-btn2__icon {
    background-color: #fff;
  }
}

.c-title1 .c-title1__sub {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Commissioner", sans-serif;
  color: #005bac;
  display: block;
  margin-left: 0.375rem;
}
@media screen and (max-width: 1023px) {
  .c-title1 .c-title1__sub {
    font-size: 0.875rem;
    margin-left: 0.125rem;
  }
}
.c-title1 .c-title1__main {
  font-size: 3.625rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .c-title1 .c-title1__main {
    font-size: 1.875rem;
    margin-top: 1.125rem;
  }
}
.c-title1 .c-title1__main strong {
  color: #005bac;
  font-weight: inherit;
}
.c-title1.--white .c-title1__sub,
.c-title1.--white .c-title1__main {
  color: #fff;
}
.c-title1.--sm .c-title1__main {
  font-size: 3rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .c-title1.--sm .c-title1__main {
    font-size: 1.875rem;
  }
}

.c-btn1 {
  display: inline-grid;
  grid-template-columns: 1fr 2.375rem;
  gap: 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 2.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  min-width: 25.3125rem;
  transition: background-color 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-btn1 {
    min-width: 20.4375rem;
    padding: 0.375rem 0.375rem 0.375rem 1.5rem;
    grid-template-columns: 1fr 1.875rem;
    box-shadow: 0 0 0.6875rem 0 rgba(19, 33, 44, 0.15);
  }
}
@media (any-hover: hover) {
  .c-btn1:hover {
    opacity: 1;
    background-color: #13212c;
    box-shadow: 0 0 0 0 rgba(19, 33, 44, 0);
  }
  .c-btn1:hover .c-btn1__text {
    color: #fff;
  }
  .c-btn1:hover .c-btn1__icon {
    background-color: #424d56;
  }
  .c-btn1:hover .c-btn1__icon::before {
    background-color: #fff;
  }
}
.c-btn1 .c-btn1__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  display: grid;
  align-items: center;
  text-align: left;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-btn1 .c-btn1__text {
    font-size: 0.9375rem;
  }
}
.c-btn1 .c-btn1__text:has(.sm) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.c-btn1 .c-btn1__text .sm {
  font-size: 0.8125rem;
  display: block;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #899095;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 1023px) {
  .c-btn1 .c-btn1__text .sm {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-btn1:has(.sm) {
    padding-left: 1.25rem;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-btn1:has(.sm) .c-btn1__icon {
    min-height: 4.5rem;
  }
}
.c-btn1 .c-btn1__icon {
  width: 100%;
  height: 100%;
  background-color: #f3f4f4;
  border-radius: 0.125rem;
  position: relative;
  display: block;
  min-height: 5.75rem;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-btn1 .c-btn1__icon {
    min-height: 3.75rem;
  }
}
.c-btn1 .c-btn1__icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  background-color: #13212c;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-btn1 .c-btn1__icon::before {
    width: 0.9375rem;
  }
}
.c-btn1[target=_blank] .c-btn1__icon::before {
  width: 1rem;
  mask: url(../icon_blank.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1023px) {
  .c-btn1[target=_blank] .c-btn1__icon::before {
    width: 0.75rem;
  }
}
.c-btn1 {
  /* ========================================================
  # アンカーリンク
  ======================================================== */
}
.c-btn1[href^="#"] .c-btn1__icon::before {
  rotate: 90deg;
}
.c-btn1 {
  /* ========================================================
  # 中央
  ======================================================== */
}
.c-btn1.--center .c-btn1__text {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--center .c-btn1__text {
    text-align: left;
  }
}
.c-btn1 {
  /* ========================================================
  # --sm (188px)
  ======================================================== */
}
.c-btn1.--sm {
  grid-template-columns: 1fr 1.75rem;
  min-width: 11.75rem;
  padding: 0.375rem 0.375rem 0.375rem 1.375rem;
}
.c-btn1.--sm .c-btn1__text {
  font-size: 0.9375rem;
}
.c-btn1.--sm .c-btn1__icon {
  min-height: 3rem;
}
.c-btn1.--sm .c-btn1__icon::before {
  width: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--sm.--spNormal {
    min-width: 20.4375rem;
    padding: 0.375rem 0.375rem 0.375rem 1.5rem;
    grid-template-columns: 1fr 1.875rem;
    box-shadow: 0 0 0.6875rem 0 rgba(19, 33, 44, 0.15);
  }
}
@media screen and (max-width: 1023px) {
  .c-btn1.--sm.--spNormal .c-btn1__icon {
    min-height: 3.75rem;
  }
}
.c-btn1 {
  /* ========================================================
  # --lg (100%)
  ======================================================== */
}
.c-btn1.--lg {
  grid-template-columns: 1fr 3.375rem;
  min-width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--lg {
    grid-template-columns: 1fr 2.25rem;
  }
}
.c-btn1.--lg .c-btn1__icon {
  min-height: 7.75rem;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--lg .c-btn1__icon {
    min-height: 4.5rem;
  }
}
.c-btn1 {
  /* ========================================================
  # ボーター
  ======================================================== */
}
.c-btn1.--border {
  box-shadow: none;
  border: 0.0625rem solid #e7e9ea;
}
.c-btn1 {
  /* ========================================================
  # 黒
  ======================================================== */
}
.c-btn1.--black {
  box-shadow: 0 0 0 0 rgba(19, 33, 44, 0.15);
  background-color: #1b2832;
}
.c-btn1.--black .c-btn1__text {
  color: #fff;
}
.c-btn1.--black .c-btn1__icon {
  background-color: #424d56;
}
.c-btn1.--black .c-btn1__icon::before {
  background-color: #fff;
}
@media (any-hover: hover) {
  .c-btn1.--black:hover {
    background-color: #fff;
    box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  }
  .c-btn1.--black:hover .c-btn1__text {
    color: #005bac;
  }
  .c-btn1.--black:hover .c-btn1__icon {
    background-color: #e7e9ea;
  }
  .c-btn1.--black:hover .c-btn1__icon::before {
    background-color: #1b2832;
  }
}
.c-btn1 {
  /* ========================================================
  # フッター用
  ======================================================== */
}
.c-btn1.--footer {
  padding: 0.375rem 0.375rem 0.375rem 1.75rem;
  grid-template-columns: 1fr 2rem;
  gap: 0.75rem;
  min-width: 15rem;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--footer {
    min-width: 100%;
    padding: 0.375rem 0.375rem 0.375rem 1.125rem;
  }
}
.c-btn1.--footer .c-btn1__icon {
  min-height: 3.375rem;
}
.c-btn1.--footer .c-btn1__icon::before {
  width: 0.75rem;
  height: 0.75rem;
}
.c-btn1.--footer .c-btn1__text {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--footer .c-btn1__text {
    font-size: 0.875rem;
  }
}
.c-btn1 {
  /* ========================================================
  # ヘッダー用
  ======================================================== */
}
.c-btn1.--header {
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  grid-template-columns: 1fr 1.5rem;
  gap: 0.75rem;
  min-width: 10rem;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--header {
    grid-template-columns: 1fr 2.25rem;
    min-width: 100%;
    padding: 0.375rem 0.375rem 0.375rem 1.125rem;
  }
}
.c-btn1.--header .c-btn1__icon {
  min-height: 2rem;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--header .c-btn1__icon {
    min-height: 3.375rem;
  }
}
.c-btn1.--header .c-btn1__icon::before {
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--header .c-btn1__icon::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.c-btn1.--header .c-btn1__text {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .c-btn1.--header .c-btn1__text {
    font-size: 0.875rem;
  }
}

.c-card2 {
  display: block;
  padding: 5rem 2.25rem;
  border-radius: 0.75rem;
  background-color: #fff;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  position: relative;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-card2 {
    padding: 2.75rem 2.25rem 2.875rem;
  }
}
@media (any-hover: hover) {
  .c-card2:hover {
    opacity: 1;
    box-shadow: 0 0 0.75rem 0 rgba(19, 33, 44, 0.15);
  }
  .c-card2:hover .c-card2__icon {
    background-color: #13212c;
  }
  .c-card2:hover .c-card2__icon::before {
    background-color: #fff;
  }
}
.c-card2 .c-card2__title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #005bac;
}
@media screen and (max-width: 1023px) {
  .c-card2 .c-card2__title {
    font-size: 1.25rem;
  }
}
.c-card2 .c-card2__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .c-card2 .c-card2__text {
    margin-top: 1.125rem;
    font-size: 0.875rem;
  }
}
.c-card2 .c-card2__icon {
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #f3f4f4;
  border-radius: 0.375rem;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: block;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-card2 .c-card2__icon {
    width: 2.25rem;
    bottom: 0.75rem;
    right: 0.75rem;
  }
}
.c-card2 .c-card2__icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 15/7;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  background-color: #13212c;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-card2 .c-card2__icon::before {
    width: 0.9375rem;
  }
}

.c-title2 .c-title2__sub {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Commissioner", sans-serif;
  letter-spacing: 0.02em;
  display: block;
}
@media screen and (max-width: 1023px) {
  .c-title2 .c-title2__sub {
    font-size: 1.5rem;
  }
}
.c-title2 .c-title2__main {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.2;
  color: #005bac;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .c-title2 .c-title2__main {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

.c-card1 {
  display: block;
}
@media (any-hover: hover) {
  .c-card1:hover {
    opacity: 1;
  }
  .c-card1:hover .c-card1__img {
    box-shadow: 0 0 0.75rem 0 rgba(19, 33, 44, 0.15);
  }
  .c-card1:hover .c-card1__img img {
    scale: 1.05;
  }
  .c-card1:hover .c-card1__title {
    color: #005bac;
  }
}
.c-card1 .c-card1__img {
  width: 100%;
  position: relative;
  overflow: clip;
  border-radius: 0.375rem;
  box-shadow: 0 0 1.5rem 0 rgba(19, 33, 44, 0.15);
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-card1 .c-card1__img {
    border-radius: 0.25rem;
    box-shadow: 0 0 1.125rem 0 rgba(19, 33, 44, 0.15);
  }
}
.c-card1 .c-card1__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 380/200;
  transition: scale 0.3s;
}
.c-card1 .c-card1__icon {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #005bac;
  border-radius: 0.375rem 0 0.375rem 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.c-card1 .c-card1__icon::before {
  content: "";
  display: block;
  width: 0.5625rem;
  height: auto;
  aspect-ratio: 1;
  mask: url(../icon_blank.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-card1 .c-card1__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-card1 .c-card1__title {
    font-size: 0.9375rem;
    margin-top: 0.875rem;
  }
}
.c-card1 .c-card1__tagList {
  padding-top: 0.875rem;
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #e7e9ea;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
@media screen and (max-width: 1023px) {
  .c-card1 .c-card1__tagList {
    padding-top: 0.625rem;
    margin-top: 0.5rem;
  }
}
.c-card1 .c-card1__tag {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #717a80;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 0.125rem;
}
@media screen and (max-width: 1023px) {
  .c-card1 .c-card1__tag {
    font-size: 0.75rem;
  }
}
.c-card1 .c-card1__tag::before {
  content: "#";
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #005bac;
  font-family: "Commissioner", sans-serif;
  translate: 0 -0.125rem;
}
@media screen and (max-width: 1023px) {
  .c-card1 .c-card1__tag::before {
    font-size: 0.9375rem;
  }
}
.c-card1[target=_blank] .c-card1__icon {
  opacity: 1;
}

.c-swipe {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-family: "Commissioner", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.375rem;
  text-transform: uppercase;
  color: #424d56;
  opacity: 0;
  transition: 0.3s;
  height: 0;
  margin: 0;
}
.c-swipe.is-scrollable {
  opacity: 1;
  height: auto;
  margin-top: 0.75rem;
}
.c-swipe::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 0.5rem;
  background: url(../icon_swipe.svg) no-repeat center center/contain;
  translate: 0 -0.0625rem;
}

.c-anchor .c-anchor__list {
  padding: 2rem;
  background-color: #f3f4f4;
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .c-anchor .c-anchor__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16.75rem, 1fr));
  }
}
.c-anchor .c-anchor__list.--2col .c-anchor__item {
  min-width: 16.75rem;
}
@media screen and (max-width: 1023px) {
  .c-anchor .c-anchor__list.--2col .c-anchor__item {
    min-width: initial;
  }
}
.c-anchor .c-anchor__item {
  width: calc(33.33% - 1.5rem * 2 / 3);
}
@media screen and (max-width: 1023px) {
  .c-anchor .c-anchor__item {
    width: 100%;
  }
}
.c-anchor .c-btn1 {
  grid-template-columns: 1fr 1.5625rem;
  min-width: initial;
  width: 100%;
  padding: 0.3125rem 0.3125rem 0.3125rem 1.4375rem;
}
@media screen and (max-width: 1023px) {
  .c-anchor .c-btn1 {
    padding-left: 1.1875rem;
  }
}
.c-anchor .c-btn1 .c-btn1__text {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .c-anchor .c-btn1 .c-btn1__text {
    font-size: 0.9375rem;
  }
}
.c-anchor .c-btn1 .c-btn1__icon {
  min-height: 3rem;
}
@media screen and (max-width: 1023px) {
  .c-anchor .c-btn1 .c-btn1__icon {
    min-height: 3.75rem;
  }
}
.c-anchor .c-btn1 .c-btn1__icon::before {
  width: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .c-anchor .c-btn1 .c-btn1__icon::before {
    width: 1.125rem;
  }
}

.c-title6 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .c-title6 {
    gap: 0.5rem;
  }
}
.c-title6 .c-title6__num {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Commissioner", sans-serif;
  color: #005bac;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .c-title6 .c-title6__num {
    font-size: 1rem;
    margin-top: 0.125rem;
  }
}
.c-title6 .c-title6__main {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1023px) {
  .c-title6 .c-title6__main {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.c-title6.--center {
  justify-content: center;
}

.c-title7 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-title7 {
    font-size: 1.125rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
  }
}
.c-title7 strong {
  font-weight: inherit;
  color: #005bac;
}
.c-title7::before {
  content: "";
  display: block;
  width: 100vw;
  height: 0.0625rem;
  background-color: #424d56;
  position: absolute;
  top: 1.9375rem;
  left: -1.25rem;
  translate: -100% 0;
}
@media screen and (max-width: 1023px) {
  .c-title7::before {
    width: 2.3125rem;
    position: relative;
    inset: initial;
    translate: initial;
    margin-top: 1.25rem;
  }
}

.p-mission .p-mission__text {
  margin-top: 3.75rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__text {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__text {
    margin-top: 3rem;
    font-size: 0.875rem;
  }
}
.p-mission .p-mission__content {
  padding-top: 3.75rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__content {
    padding-top: 3rem;
  }
}
.p-mission .p-mission__content2 {
  margin-top: 6rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__content2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__content2 {
    margin-top: 5.25rem;
  }
}
.p-mission .p-mission__title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.p-mission .p-mission__point {
  border: 0.0625rem solid #e7e9ea;
  box-shadow: 0px 0px 2.25rem rgba(19, 33, 44, 0.15);
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  overflow: auto;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__point {
    margin-right: calc(50% - 50vw);
    border-radius: 0.5rem 0 0 0.5rem;
    border-right: none;
  }
}
.p-mission .p-mission__pointInner {
  width: 52rem;
  padding: 3.75rem 2.25rem 4.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__pointInner {
    min-width: 38.3125rem;
    width: 100%;
    padding: 2rem 1.375rem;
  }
}
.p-mission .p-mission__pointTitle {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #005bac;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__pointTitle {
    font-size: 1.25rem;
  }
}
.p-mission .p-mission__pointList {
  margin-top: 5.6875rem;
  display: grid;
  grid-template-columns: 240fr 269fr 240fr;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__pointList {
    margin-top: 4rem;
  }
}
.p-mission .p-mission__pointItem {
  text-align: center;
  position: relative;
}
.p-mission .p-mission__pointItem:nth-child(1) {
  padding-right: 1.5rem;
}
.p-mission .p-mission__pointItem:nth-child(1)::before {
  content: "";
  width: 5.1875rem;
  height: 0.0625rem;
  background-color: #899095;
  position: absolute;
  top: -3.125rem;
  right: -1.9375rem;
  rotate: -15deg;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__pointItem:nth-child(1)::before {
    right: 0;
    top: -2.5rem;
  }
}
.p-mission .p-mission__pointItem:nth-child(2) {
  border-left: 0.125rem dashed #d0d3d5;
  border-right: 0.125rem dashed #d0d3d5;
}
.p-mission .p-mission__pointItem:nth-child(2)::before {
  content: "";
  width: 0.0625rem;
  height: 1.1875rem;
  background-color: #899095;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -3.875rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__pointItem:nth-child(2)::before {
    top: -3.125rem;
  }
}
.p-mission .p-mission__pointItem:nth-child(3) {
  padding-left: 0.875rem;
}
.p-mission .p-mission__pointItem:nth-child(3)::before {
  content: "";
  width: 5.1875rem;
  height: 0.0625rem;
  background-color: #899095;
  position: absolute;
  top: -3.125rem;
  left: -1.9375rem;
  rotate: 15deg;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__pointItem:nth-child(3)::before {
    left: 0;
    top: -2.5rem;
  }
}
.p-mission .p-mission__pointItemEn {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 500;
  color: #005bac;
  font-family: "Commissioner", sans-serif;
  letter-spacing: 0.04em;
}
.p-mission .p-mission__pointItemJa {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  color: #005bac;
  letter-spacing: 0.04em;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__pointItemJa {
    font-size: 1.125rem;
  }
}
.p-mission .p-mission__pointItemText {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.8125rem;
}
.p-mission .p-mission__text2 {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__text2 {
    font-size: 0.875rem;
    margin-top: 1.125rem;
  }
}
.p-mission .p-mission__box {
  padding: 1.5rem;
  background: #f3f4f4;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 330fr 388fr;
  gap: 4.25rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__box {
    margin-top: 1.125rem;
    padding: 0.75rem;
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
}
.p-mission .p-mission__boxItem {
  border-radius: 0.25rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
}
.p-mission .p-mission__boxItem.--item1 .p-mission__boxItemTitle {
  background-color: #424d56;
}
.p-mission .p-mission__boxItem.--item1 .p-mission__boxBody {
  border: 0.125rem solid #d0d3d5;
  border-top: none;
}
.p-mission .p-mission__boxItem.--item1 .p-mission__boxList {
  gap: 1.5rem;
}
.p-mission .p-mission__boxItem.--item1::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.5625rem;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  background-color: #717a80;
  position: absolute;
  top: 50%;
  right: -2.75rem;
  translate: 0 -50%;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__boxItem.--item1::after {
    right: auto;
    left: 50%;
    translate: -50% 0;
    bottom: -1.6875rem;
    rotate: 90deg;
    top: auto;
  }
}
.p-mission .p-mission__boxItem.--item2 {
  box-shadow: 0px 0px 2.25rem rgba(19, 33, 44, 0.15);
}
.p-mission .p-mission__boxItem.--item2 .p-mission__boxItemTitle {
  background-color: #005bac;
}
.p-mission .p-mission__boxItem.--item2 .p-mission__boxList {
  gap: 1rem;
}
.p-mission .p-mission__boxItemTitle {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 1.25rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__boxItemTitle {
    padding: 0.9375rem;
    font-size: 1rem;
  }
}
.p-mission .p-mission__boxBody {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
}
.p-mission .p-mission__boxList {
  display: grid;
}
.p-mission .p-mission__boxListItem {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__boxListItem {
    font-size: 0.875rem;
  }
}
.p-mission .p-mission__boxListItem::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: linear-gradient(180deg, #005bac 0%, #029bec 100%);
  margin-top: 0.4375rem;
  display: block;
}
.p-mission .p-mission__caution {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #899095;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__caution {
    margin-top: 1.125rem;
    font-size: 0.75rem;
  }
}
.p-mission .p-mission__keyword {
  margin-top: 2.5rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__keyword {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__keyword {
    margin-top: 1.125rem;
  }
}
.p-mission .p-mission__keyword + .p-mission__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__keyword + .p-mission__text {
    margin-top: 1.125rem;
  }
}
.p-mission .p-mission__keywordBox {
  padding: 2rem 1.5rem 3.25rem;
  background: #fff;
  box-shadow: 0px 0px 2.25rem rgba(19, 33, 44, 0.15);
  border-radius: 0.5rem;
}
.p-mission .p-mission__keywordTitle {
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #005bac;
  text-align: center;
}
.p-mission .p-mission__keywordTitle span {
  color: #899095;
  font-size: 0.8125rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__keywordTitle span {
    display: block;
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
/* .p-mission .p-mission__keywordList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem 3.5rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-mission .p-mission__keywordList {
    margin-top: 2.125rem;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
} */
/* .p-mission .p-mission__keywordItem {
  font-size: 1rem;
  line-height: 0.75;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem;
} */
/* .p-mission .p-mission__keywordItem::before {
  content: "#";
  font-size: 0.9375rem;
  line-height: 0.7333333333;
  color: #005bac;
} */
.p-mission.--bg {
  margin-top: 10.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .p-mission.--bg {
    margin-top: 7.5rem;
  }
}
.p-mission.--bg::before {
  content: "";
  z-index: -1;
  display: block;
  width: calc(100% + 10.75rem);
  height: 100%;
  position: absolute;
  top: -5.1875rem;
  left: 50%;
  translate: -50% 0;
  background: linear-gradient(230.89deg, #eaf2fa 0.34%, rgba(199, 229, 255, 0) 42.51%);
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (max-width: 1023px) {
  .p-mission.--bg::before {
    width: calc(100vw - 0.75rem);
    left: -1.5rem;
    translate: 0 0;
    top: -3.75rem;
    border-radius: 0 0.5rem 0.5rem 0;
    background: linear-gradient(247.93deg, #eaf2fa 0.28%, rgba(199, 229, 255, 0) 27.61%);
  }
}

.p-job .p-job__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.25rem;
  gap: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__wrap {
    display: block;
  }
}
.p-job .p-job__text {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-job .p-job__btn {
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__btn {
    margin-top: 2.5rem;
    text-align: center;
  }
}
.p-job .p-job__body {
  margin-top: 5rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__body {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__body {
    margin-top: 3.75rem;
  }
}
.p-job .p-job__point {
  padding: 0.75rem;
  background-color: #f3f4f4;
  border-radius: 0.5rem;
  position: relative;
}
.p-job .p-job__point::after {
  content: "";
  width: 0.5rem;
  height: 1.9375rem;
  background: url(../icon_arrow_long.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -2.875rem;
  left: 50%;
  translate: -50% 0;
}
.p-job .p-job__pointTitle {
  background-color: #424d56;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 1.4375rem;
  text-align: center;
  border-radius: 0.25rem;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__pointTitle {
    padding: 1.25rem;
    font-size: 1rem;
  }
}
.p-job .p-job__pointList {
  display: flex;
  margin-top: 0.5rem;
  gap: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__pointList {
    flex-direction: column;
  }
}
.p-job .p-job__pointItem {
  width: 100%;
  background-color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 0.0625rem solid #d0d3d5;
}
.p-job .p-job__career {
  margin-top: 3.875rem;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  border-radius: 0.5rem;
  overflow: clip;
}
.p-job .p-job__careerTitle {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #005bac;
  color: #fff;
  padding: 1.4375rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__careerTitle {
    padding: 1.25rem;
    font-size: 1rem;
  }
}
.p-job .p-job__careerText {
  padding: 2.5rem 5rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__careerText {
    padding: 2rem;
    font-size: 0.875rem;
  }
}
.p-job .p-job__careerList {
  display: grid;
  gap: 2rem;
}
.p-job .p-job__careerItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__careerItem {
    font-size: 0.875rem;
  }
}
.p-job .p-job__careerItem::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: linear-gradient(180deg, #005bac 0%, #029bec 100%);
  margin-top: 0.6875rem;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__careerItem::before {
    margin-top: 0.5625rem;
  }
}
.p-job {
  /* ========================================================
  # Slide
  ======================================================== */
}
.p-job .p-job__container {
  position: relative;
  width: 100%;
  max-width: 50.375rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__container {
    margin-top: 3.75rem;
    max-width: 100%;
  }
}
.p-job .splide.is-initialized .splide__track {
  overflow: initial;
  clip-path: inset(-2.25rem -50vw 0 -1.5rem);
}
@media screen and (max-width: 1023px) {
  .p-job .splide.is-initialized .splide__track {
    clip-path: inset(-1.125rem -50vw 0 -1.5rem);
  }
}
.p-job .p-job__nav {
  margin-top: 2.125rem;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.p-job {
  /* ========================================================
  # progressカスタマイズ
  ======================================================== */
  /* プログレスバーのスタイル */
}
.p-job .my-carousel-progress {
  background-color: #e1e6e8;
  width: 15.75rem;
  height: 0.0625rem;
}
@media screen and (max-width: 1023px) {
  .p-job .my-carousel-progress {
    width: 13.4375rem;
  }
}
.p-job .my-carousel-progress-bar {
  background-color: #13212c;
  height: 0.125rem;
  transition: width 300ms ease;
  width: 0;
}
.p-job {
  /* ========================================================
  # arrowカスタマイズ
  ======================================================== */
}
.p-job .splide__arrows {
  display: flex;
  gap: 0.5rem;
}
.p-job .splide__arrow {
  width: 2rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 2.25rem rgba(19, 33, 44, 0.15);
  transition: all 0.3s ease;
  transform: initial;
  left: initial;
  right: initial;
}
.p-job .splide__arrow::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 15/7;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  background-color: #13212c;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-job .splide__arrow::before {
    width: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .p-job .splide__arrow:hover {
    opacity: 1;
    background-color: #13212c;
    box-shadow: 0 0 0 rgba(19, 33, 44, 0.15);
  }
  .p-job .splide__arrow:hover::before {
    background-color: #fff;
  }
}
.p-job .splide__arrow--prev {
  rotate: 180deg;
}
.p-job {
  /* ========================================================
  # --slide-top
  ======================================================== */
}
.p-job .p-job__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__slide {
  width: 23.75rem;
}
@media screen and (max-width: 1023px) {
  .p-job .p-job__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__slide {
    width: 16.25rem;
  }
}

.p-jobList .p-jobList__text {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 3.75rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-jobList .p-jobList__text {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-jobList .p-jobList__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.75rem;
  }
}
.p-jobList .p-jobList__text + .p-jobList__item {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .p-jobList .p-jobList__text + .p-jobList__item {
    margin-top: 3.75rem;
  }
}
.p-jobList .p-jobList__item {
  margin-top: 6rem;
  padding-top: 6rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-jobList .p-jobList__item {
    margin-top: 3.75rem;
    padding-top: 3.75rem;
  }
}
.p-jobList .p-jobList__item::before {
  content: "";
  width: 90.8496732026%;
  height: 0.0625rem;
  background-color: #d0d3d5;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-jobList .p-jobList__item::before {
    width: 100%;
  }
}

.p-start .p-start__text {
  margin-top: 3.75rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-start .p-start__text {
    margin-top: 3rem;
  }
}
.p-start .p-start__btn {
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-start .p-start__btn {
    margin-top: 3rem;
  }
}

.p-service {
  background-color: #fff;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  padding: 2.625rem;
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (max-width: 1023px) {
  .p-service {
    padding: 1.25rem;
  }
}
.p-service .p-service__title {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-service .p-service__title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
  }
}
.p-service .p-service__text {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 2.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-service .p-service__text {
    line-height: 1.8;
    margin-top: 1.125rem;
  }
}
.p-service .p-service__img {
  margin-top: 2.5rem;
  overflow-x: auto;
  margin-right: -1.25rem;
}
.p-service .p-service__img img {
  min-width: 52.125rem;
  width: 100%;
  height: auto;
}
.p-service .p-service__img + .p-service__btnList {
  margin-top: 2.5rem;
}
.p-service .p-service__subTitle {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.p-service .p-service__btnList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(21.875rem, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-service .p-service__btnList {
    grid-template-columns: repeat(auto-fill, minmax(17.9375rem, 1fr));
    gap: 1rem;
    margin-top: 1rem;
  }
}
.p-service .p-service__btnList + .p-service__subTitle {
  margin-top: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .p-service .p-service__btnList + .p-service__subTitle {
    margin-top: 2.5rem;
  }
}
.p-service .p-service__btnItem .c-btn1,
.p-service .p-service__btnItem .c-btn1-hasChild {
  min-width: 100%;
  height: 100%;
}

.p-keywordChild2 {
  display: grid;
  grid-template-columns: 100%;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild2 {
    padding-left: 0;
  }
}
.p-keywordChild2 .p-keywordChild2__text {
  margin-top: 3.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild2 .p-keywordChild2__text {
    margin-top: 3rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-keywordChild2 {
  /* ========================================================
  # PC
  ======================================================== */
}
.p-keywordChild2 .p-keywordChild2__pcOnly {
  display: block;
  margin-top: 5.8125rem;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild2 .p-keywordChild2__pcOnly {
    display: none;
  }
}
.p-keywordChild2 .p-keywordChild2__figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 6.8125rem;
  padding: 0 1.25rem;
  position: relative;
}
.p-keywordChild2 .p-keywordChild2__figureItem {
  background-color: #f3f4f4;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.p-keywordChild2 .p-keywordChild2__figureItem:nth-child(1) .p-keywordChild2__figureText,
.p-keywordChild2 .p-keywordChild2__figureItem:nth-child(1) .p-keywordChild2__figureTitle {
  padding-right: 2.625rem;
}
.p-keywordChild2 .p-keywordChild2__figureItem:nth-child(2) .p-keywordChild2__figureText,
.p-keywordChild2 .p-keywordChild2__figureItem:nth-child(2) .p-keywordChild2__figureTitle {
  padding-left: 4rem;
}
.p-keywordChild2 .p-keywordChild2__figureItem:nth-child(3) .p-keywordChild2__figureTitle {
  padding-right: 2.625rem;
}
.p-keywordChild2 .p-keywordChild2__figureItem:nth-child(4) .p-keywordChild2__figureTitle {
  padding-left: 4rem;
}
.p-keywordChild2 .p-keywordChild2__figureTitle {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  color: #005bac;
  letter-spacing: 0.04em;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #d0d3d5;
}
.p-keywordChild2 .p-keywordChild2__figureText {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
.p-keywordChild2 .p-keywordChild2__imgWrap {
  position: absolute;
  width: 15rem;
  height: auto;
  aspect-ratio: 1;
  top: 0.875rem;
  left: 50%;
  translate: -50% 0;
}
.p-keywordChild2 .p-keywordChild2__img1,
.p-keywordChild2 .p-keywordChild2__img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-keywordChild2 .p-keywordChild2__img1 {
  z-index: 2;
  filter: drop-shadow(0 0 2.25rem rgba(19, 33, 44, 0.15));
}
.p-keywordChild2 .p-keywordChild2__list {
  margin-top: 5.8125rem;
}
.p-keywordChild2 .p-keywordChild2__item {
  border-top: 0.0625rem solid #d0d3d5;
  padding: 2.25rem 0;
}
.p-keywordChild2 .p-keywordChild2__item:last-child {
  border-bottom: 0.0625rem solid #d0d3d5;
}
.p-keywordChild2 .p-keywordChild2__item:has(.p-keywordChild2__itemImg) {
  display: grid;
  grid-template-columns: 434fr 360fr;
  gap: 4.7961630695%;
  align-items: center;
}
.p-keywordChild2 .p-keywordChild2__itemHead {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  align-items: center;
}
.p-keywordChild2 .p-keywordChild2__itemIcon {
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0 1.1875rem 0 rgba(19, 33, 44, 0.15);
}
.p-keywordChild2 .p-keywordChild2__itemTitle {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-keywordChild2 .p-keywordChild2__itemLead {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.125rem;
}
.p-keywordChild2 .p-keywordChild2__itemText {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.125rem;
  color: #717a80;
}
.p-keywordChild2 .p-keywordChild2__itemImg {
  border-radius: 0.5rem;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-keywordChild2 {
  /* ========================================================
  # SP
  ======================================================== */
}
.p-keywordChild2 .p-keywordChild2__spOnly {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild2 .p-keywordChild2__spOnly {
    display: block;
  }
}
.p-keywordChild2 .p-keywordChild2__spOnly .p-keywordChild2__imgWrap {
  position: relative;
  translate: initial;
  top: 0;
  left: 0;
  width: 61.1620795107%;
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.p-keywordChild2 .p-keywordChild2__spOnly .p-keywordChild2__imgWrap .p-keywordChild2__img1 {
  filter: drop-shadow(0 0 1.875rem rgba(19, 33, 44, 0.15));
}
.p-keywordChild2 .p-keywordChild2__modalList {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20.4375rem, 1fr));
  gap: 1.5rem;
}
.p-keywordChild2 .p-keywordChild2__modalCard {
  height: 100%;
  padding: 0.75rem;
  background-color: #f3f4f4;
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: 3.625rem 1fr 1.75rem;
  gap: 0.625rem;
  align-items: center;
}
.p-keywordChild2 .p-keywordChild2__modalItemIcon {
  width: 3.625rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0 1.1875rem 0 rgba(19, 33, 44, 0.15);
}
.p-keywordChild2 .p-keywordChild2__modalItemTitle {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #d0d3d5;
  color: #005bac;
}
.p-keywordChild2 .p-keywordChild2__modalItemText {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
.p-keywordChild2 .p-keywordChild2__modalItemArrow {
  width: 1.75rem;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background-color: #e7e9ea;
  border-radius: 0.125rem;
  display: grid;
  place-items: center;
}
.p-keywordChild2 .p-keywordChild2__modalItemArrow::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.625rem;
  background-color: #13212c;
  border-radius: 50%;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
}

.p-side {
  position: sticky;
  top: 12.5rem;
}
@media screen and (max-width: 1023px) {
  .p-side {
    display: none;
  }
}
.p-side .p-side__item {
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #717a80;
}
.p-side .p-side__item:nth-child(n+2) {
  margin-top: 0.75rem;
}
.p-side .p-side__link {
  transition: all 0.3s;
}
.p-side .p-side__link.is-active {
  color: #005bac;
}
.p-side .p-side__subList {
  padding-left: 1.5rem;
  margin-top: 0.75rem;
}
.p-side .p-side__subItem {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  color: #717a80;
}
.p-side .p-side__subItem:nth-child(n+2) {
  margin-top: 0.75rem;
}
.p-side .p-side__subLink {
  transition: color 0.3s;
}
.p-side .p-side__subLink.is-active {
  color: #005bac;
}

.p-phase1 .p-phase1__text {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-phase1 .p-phase1__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.75rem;
  }
}

.p-phase2 .p-phase2__text {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.75rem;
  }
}
.p-phase2 .p-phase2__content {
  margin-top: 6rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__content {
    margin-top: 4.5rem;
  }
}
.p-phase2 .p-phase2__onboardingTitle {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #005bac;
  margin-top: 5.25rem;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__onboardingTitle {
    margin-top: 3.75rem;
    font-size: 1.25rem;
  }
}
.p-phase2 .c-title4 + .p-phase2__onboardingTitle {
  margin-top: 3rem;
}
.p-phase2 .p-phase2__onboardingList {
  margin-top: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__onboardingList {
    margin-top: 1.125rem;
    padding-top: 1.5rem;
    border-top: 0.0625rem solid #d0d3d5;
    display: grid;
    gap: 1.5rem;
  }
}
.p-phase2 .p-phase2__onboardingItem {
  padding: 2.25rem 0;
  border-top: 0.0625rem solid #d0d3d5;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__onboardingItem {
    padding: 0;
    border-top: none;
  }
}
.p-phase2 .p-phase2__onboardingItem:last-child {
  border-bottom: 0.0625rem solid #d0d3d5;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__onboardingItem:last-child {
    border-bottom: none;
  }
}
.p-phase2 .p-phase2__onboardingItemHead {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.625rem;
}
.p-phase2 .p-phase2__onboardingItemTitle {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-phase2 .p-phase2__onboardingItemTitle img {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.p-phase2 .p-phase2__onboardingItemText {
  margin-top: 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #717a80;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__onboardingItemText {
    font-size: 0.875rem;
  }
}
.p-phase2 .p-phase2__bgCard {
  padding: 3.75rem;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #fff;
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__bgCard {
    padding: 2.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__bgCard + .p-phase2__list {
    margin-top: 1.125rem;
  }
}
.p-phase2 .p-phase2__bgCardTitle {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__bgCardTitle {
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: center;
  }
}
.p-phase2 .p-phase2__bgCardText {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__bgCardText {
    font-size: 0.875rem;
    margin-top: 1.125rem;
  }
}
.p-phase2 .p-phase2__bgCardImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-phase2 .p-phase2__bgCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-phase2 .p-phase2__bgCardImg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 33, 44, 0.8);
  position: absolute;
  inset: 0;
}
.p-phase2 .p-phase2__img {
  margin-top: 3rem;
  overflow-x: auto;
}
.p-phase2 .p-phase2__img img {
  width: 100%;
  min-width: 52.125rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__img img {
    min-width: 48.625rem;
  }
}
.p-phase2 .p-phase2__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25.3125rem, 1fr));
  grid-auto-rows: 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__list {
    gap: 1.125rem;
    grid-template-columns: repeat(auto-fit, minmax(20.4375rem, 1fr));
    grid-auto-rows: initial;
  }
}
.p-phase2 .p-phase2__title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__title {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
.p-phase2 .p-phase2__cards {
  margin-top: 1.75rem;
  gap: 1.125rem;
  display: grid;
}
@media screen and (max-width: 1023px) {
  .p-phase2 .p-phase2__cards {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-phase3 .p-phase3__content {
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-phase3 .p-phase3__content {
    padding-left: 0;
  }
}
.p-phase3 .p-phase3__content {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-phase3 .p-phase3__content {
    margin-top: 2.25rem;
  }
}
.p-phase3 .p-phase3__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25.3125rem, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-phase3 .p-phase3__list {
    grid-template-columns: repeat(auto-fit, minmax(20.4375rem, 1fr));
    gap: 0.75rem;
  }
}
.p-phase3 .p-phase3__item {
  padding: 2.25rem 3rem 2.5rem;
  border: 0.0625rem solid #d0d3d5;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 12.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-phase3 .p-phase3__item {
    min-height: initial;
    padding: 1.6875rem 1.4375rem 1.9375rem;
    align-items: center;
  }
}
.p-phase3 .p-phase3__itemTitle {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #005bac;
}
@media screen and (max-width: 1023px) {
  .p-phase3 .p-phase3__itemTitle {
    font-size: 1.125rem;
  }
}
.p-phase3 .p-phase3__itemText {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .p-phase3 .p-phase3__itemText {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.p-phase3 .p-phase3__title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-phase3 .p-phase3__title {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
.p-phase3 .p-phase3__cards {
  margin-top: 1.75rem;
  gap: 1.125rem;
  display: grid;
}
@media screen and (max-width: 1023px) {
  .p-phase3 .p-phase3__cards {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-evaluation .p-evaluation__content {
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-evaluation .p-evaluation__content {
    padding-left: 0;
  }
}
.p-evaluation .p-evaluation__content {
  margin-top: 5.25rem;
}
@media screen and (max-width: 1023px) {
  .p-evaluation .p-evaluation__content {
    margin-top: 1.5rem;
  }
}
.p-evaluation .p-evaluation__text {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-evaluation .p-evaluation__text {
    font-size: 0.875rem;
  }
}
.p-evaluation .p-evaluation__img {
  margin-top: 3.75rem;
  overflow-x: auto;
}
.p-evaluation .p-evaluation__img img {
  width: 100%;
  min-width: 52.125rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-evaluation .p-evaluation__img img {
    min-width: 48.625rem;
  }
}
.p-evaluation .p-evaluation__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25.3125rem, 1fr));
  grid-auto-rows: 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-evaluation .p-evaluation__list {
    grid-template-columns: repeat(auto-fit, minmax(20.4375rem, 1fr));
    margin-top: 3rem;
    gap: 1.125rem;
    grid-auto-rows: initial;
  }
}

.p-btnSection .p-btnSection__btn {
  margin-top: 5.25rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-btnSection .p-btnSection__btn {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-btnSection .p-btnSection__btn {
    margin-top: 3rem;
  }
}

.p-life .p-life__content {
  margin-top: 6rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-life .p-life__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-life .p-life__content {
    margin-top: 3.75rem;
  }
}
.p-life .p-life__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4.3165467626%;
}
@media screen and (max-width: 1023px) {
  .p-life .p-life__list {
    margin-top: 3rem;
  }
}
.p-life .p-life__list:not(:has(.p-life__imgList)) .p-life__item:nth-child(-n+2) {
  padding-top: 0;
}
.p-life .p-life__item {
  padding: 2.5rem 1.5rem;
  border-bottom: 0.0625rem solid #d0d3d5;
}
@media screen and (max-width: 1023px) {
  .p-life .p-life__item {
    padding: 1.5rem 0 2rem;
  }
}
.p-life .p-life__item:has(.p-life__imgList) {
  display: grid;
  grid-template-columns: 262fr 488fr;
  gap: 4.5801526718%;
  grid-column: span 2;
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .p-life .p-life__item:has(.p-life__imgList) {
    grid-template-columns: 100%;
    padding: 0 0.75rem 2rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-life .p-life__item:has(.p-life__imgList) .p-life__itemTitle {
    font-size: 1.125rem;
  }
}
.p-life .p-life__item:nth-last-child(-n+1):nth-child(2n+1), .p-life .p-life__item:nth-last-child(-n+2):nth-child(2n+2) {
  border-bottom: none;
  padding-bottom: 0;
}
.p-life .p-life__itemTitle {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-life .p-life__itemTitle {
    font-size: 1rem;
  }
}
.p-life .p-life__itemText {
  color: #717a80;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .p-life .p-life__itemText {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}
.p-life .p-life__imgList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .p-life .p-life__imgList {
    gap: 0.5rem;
  }
}
.p-life .p-life__img {
  border-radius: 0.375rem;
  aspect-ratio: 238/148;
  width: 100%;
  height: auto;
}

.p-office .p-office__list {
  margin-top: 6rem;
  display: grid;
  gap: 3rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-office .p-office__list {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-office .p-office__list {
    margin-top: 3rem;
  }
}
.p-office .p-office__item {
  display: grid;
  grid-template-columns: 400fr 398fr;
  align-items: center;
  gap: 4.3165467626%;
}
@media screen and (max-width: 1023px) {
  .p-office .p-office__item {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.p-office .p-office__itemTitle {
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .p-office .p-office__itemTitle {
    font-size: 1.25rem;
  }
}
.p-office .p-office__itemText {
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
.p-office .p-office__itemImg {
  aspect-ratio: 398/248;
  object-fit: cover;
  border-radius: 0.5rem;
  width: 100%;
  height: auto;
}
.p-office .p-office__btn {
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .p-office .p-office__btn {
    margin-top: 3rem;
  }
}

.p-text .p-text__content {
  margin-top: 3.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-text .p-text__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-text .p-text__content {
    margin-top: 2.25rem;
    font-size: 0.875rem;
  }
}

.p-faq .p-faq__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-faq .p-faq__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-faq .p-faq__content {
  margin-top: 5.25rem;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-faq .p-faq__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-faq .p-faq__content {
    margin-top: 3rem;
  }
}
.p-faq:nth-child(n+2) {
  margin-top: 10.5rem;
}
@media screen and (max-width: 1023px) {
  .p-faq:nth-child(n+2) {
    margin-top: 5.25rem;
  }
}
.p-faq:last-child {
  padding-bottom: 1.25rem;
}

.p-subMv {
  position: relative;
  padding-top: 16.25rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-subMv {
    padding-top: 6.6875rem;
    padding-bottom: 2.5rem;
  }
}
.p-subMv .p-subMv__en {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Commissioner", sans-serif;
  color: #005bac;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-subMv .p-subMv__en {
    font-size: 0.875rem;
  }
}
.p-subMv .p-subMv__head {
  margin-top: 1.75rem;
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-subMv .p-subMv__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.375rem;
  }
}
.p-subMv .p-subMv__label {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 1.125rem 1.25rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #005bac;
  color: #005bac;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-subMv .p-subMv__label {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
    margin-top: 0;
    margin-left: 0.125rem;
  }
}
.p-subMv .p-subMv__ja {
  font-size: 3.625rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-subMv .p-subMv__ja {
    font-size: 1.875rem;
  }
}
.p-subMv .p-subMv__breadcrumbs {
  margin-top: 4.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-subMv .p-subMv__breadcrumbs {
    margin-top: 2.25rem;
    gap: 0.3125rem;
  }
}
.p-subMv .p-subMv__breadcrumbItem {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .p-subMv .p-subMv__breadcrumbItem {
    font-size: 0.8125rem;
  }
}
.p-subMv .p-subMv__breadcrumbItem:nth-child(n+2) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-subMv .p-subMv__breadcrumbItem:nth-child(n+2) {
    gap: 0.3125rem;
  }
}
.p-subMv .p-subMv__breadcrumbItem:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.0625rem;
  background-color: #005bac;
}
@media screen and (max-width: 1023px) {
  .p-subMv .p-subMv__breadcrumbItem:nth-child(n+2)::before {
    width: 0.375rem;
  }
}
.p-subMv .p-subMv__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 9.4375rem);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-subMv .p-subMv__bg {
    height: calc(100% + 3.75rem);
  }
}
.p-subMv .p-subMv__bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-subMv.--grade .p-subMv__head {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-subMv.--grade .p-subMv__head {
    align-items: flex-start;
  }
}
.p-subMv.--grade .p-subMv__ja .grade {
  background: radial-gradient(114.28% 44.72% at 50% 50%, #0495e8 19.23%, #0046c5 46.63%, #13212c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-subMv.--grade .p-subMv__label {
  border: 1px solid #2a5aba;
  background: linear-gradient(294deg, #eff9ff 13.26%, #d4f0ff 49.51%, #eff9ff 82.53%), #fff;
}
.p-subMv.--grade .p-subMv__label .grade {
  background: linear-gradient(270deg, #2a5aba 0%, #0199eb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-header {
  position: fixed;
  /* top: 0; */
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 2.875rem 2.25rem 2.9375rem 3.375rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 49.52%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1023px) {
  .p-header {
    padding: 1.125rem;
  }
}
.p-header .p-header__inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__inner {
    justify-content: space-between;
    align-items: center;
  }
}
.p-header {
  /* ========================================================
  # ロゴ
  ======================================================== */
}
.p-header .p-header__logo {
  display: block;
  position: relative;
  z-index: 110;
}
@media (any-hover: hover) {
  .p-header .p-header__logo:hover {
    opacity: 1;
  }
}
.p-header .p-header__logoImg {
  width: 19.8125rem;
  height: auto;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__logoImg {
    width: 12.4375rem;
  }
}
.p-header {
  /* ========================================================
  # メニューボタン
  ======================================================== */
}
.p-header .p-header__menuButton {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__menuButton {
    display: flex;
    flex-direction: column;
    gap: 0.1875rem;
    padding: 0.75rem 0.6875rem;
    background-color: #13212c;
    border-radius: 0.25rem;
    border: 0.0625rem solid #13212c;
    transition: all 0.3s;
    position: relative;
    z-index: 110;
  }
}
.p-header .p-header__menuButton.is-active {
  background-color: #fff;
}
.p-header .p-header__menuButton.is-active span {
  background-color: #13212c;
}
.p-header .p-header__menuButton.is-active span:nth-child(1) {
  rotate: 45deg;
  translate: 0 0.25rem;
}
.p-header .p-header__menuButton.is-active span:nth-child(2) {
  opacity: 0;
}
.p-header .p-header__menuButton.is-active span:nth-child(3) {
  rotate: -45deg;
  translate: 0 -0.25rem;
}
.p-header .p-header__menuButton span {
  transition: all 0.3s;
  display: block;
  width: 0.75rem;
  height: 0.0625rem;
  background-color: #fff;
}
.p-header {
  /* ========================================================
  # ナビゲーション
  ======================================================== */
}
.p-header .p-header__nav {
  margin-left: auto;
  position: relative;
  z-index: 110;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1.125rem;
    backdrop-filter: blur(0.5625rem);
    padding-top: 5.3125rem;
  }
}
.p-header .p-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.p-header .p-header__navInner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__navInner {
    display: block;
    height: calc(100dvh - 5.3125rem);
    overflow: auto;
  }
}
.p-header .p-header__navList {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.75rem 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__navList {
    display: block;
  }
}
.p-header .p-header__navItem {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__navItem {
    font-weight: bold;
    color: #005bac;
    border-top: 0.0625rem solid #e7e9ea;
  }
  .p-header .p-header__navItem:last-child {
    border-bottom: 0.0625rem solid #e7e9ea;
  }
}
.p-header .p-header__navLink {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__navLink {
    padding: 1rem 0.6875rem;
  }
}
@media (any-hover: hover) {
  .p-header .p-header__navLink:hover {
    opacity: 1;
    color: #005bac;
    cursor: pointer;
  }
}
.p-header .p-header__navLink:has(+ .p-header__subNavList) .p-header__subNavTriggerIcon {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-header .p-header__navLink:has(+ .p-header__subNavList) .p-header__subNavTriggerIcon::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.125rem;
  background-color: #005bac;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
  border-radius: 0.125rem;
}
.p-header .p-header__navLink:has(+ .p-header__subNavList) .p-header__subNavTriggerIcon::after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 0.625rem;
  background-color: #005bac;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
  border-radius: 0.125rem;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__navLink:has(+ .p-header__subNavList) .p-header__subNavTriggerIcon {
    display: none;
  }
}
.p-header .p-header__navLink:has(+ .p-header__subNavList).is-active {
  color: #fff;
}
.p-header .p-header__navLink:has(+ .p-header__subNavList).is-active .p-header__subNavTriggerIcon {
  opacity: 1;
  visibility: visible;
}
.p-header .p-header__navLink:has(+ .p-header__subNavList).is-active .p-header__subNavTriggerIcon::before, .p-header .p-header__navLink:has(+ .p-header__subNavList).is-active .p-header__subNavTriggerIcon::after {
  background-color: #fff;
}
@media (any-hover: hover) {
  .p-header .p-header__navLink:has(+ .p-header__subNavList):hover .p-header__subNavTriggerIcon {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1023px) and (any-hover: hover) {
  .p-header span.p-header__navLink:hover {
    cursor: default;
  }
}
.p-header {
  /* ========================================================
  # サブナビゲーション
  ======================================================== */
}
.p-header .p-header__subNavList {
  position: fixed;
  top: 10.625rem;
  right: 12.5rem;
  width: 20.625rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: #fff;
  padding: 2.25rem;
  border-radius: 0.5rem;
  z-index: 110;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__subNavList {
    position: static;
    visibility: inherit;
    opacity: 1;
    background-color: transparent;
    padding: 0 1.5rem 1rem;
  }
}
.p-header .p-header__subNavList.is-active {
  opacity: 1;
  visibility: visible;
}
.p-header .p-header__subNavItem:not(:last-child) {
  border-bottom: 0.0625rem solid #e7e9ea;
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__subNavItem:not(:last-child) {
    margin-bottom: 0.5rem;
    padding: 0;
    border-bottom: none;
  }
}
.p-header .p-header__subNavLink {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__subNavLink {
    font-size: 0.875rem;
    color: #13212c;
  }
}
.p-header .p-header__subNavLink::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.5rem;
  background-color: #13212c;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__subNavLink::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .p-header .p-header__subNavLink:hover {
    opacity: 1;
    color: #005bac;
  }
}
.p-header {
  /* ========================================================
  # マスク
  ======================================================== */
}
.p-header .p-header__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 33, 44, 0.6);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__mask {
    display: none;
  }
}
.p-header .p-header__mask.is-active {
  opacity: 1;
  visibility: visible;
}
.p-header {
  /* ========================================================
  # ボタン
  ======================================================== */
}
.p-header .p-header__btnList {
  margin-left: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__btnList {
    margin-top: 3rem;
    margin-left: 0;
    display: flex;
    justify-content: center;
    gap: 0.5625rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__btnItem {
    width: 100%;
  }
}
.p-header .p-header__btnItem:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-header .p-header__btnItem:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-header .p-header__corpBtn {
  margin-top: 2.25rem;
  text-align: center;
  margin-bottom: 3rem;
}

.p-footer {
  position: relative;
  z-index: 0;
}
.p-footer .p-footer__bg {
  width: 76.4583333333%;
  height: calc(100% + 16.75rem);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__bg {
    width: 100%;
    top: 13.5rem;
    height: calc(100% - 13.5rem);
  }
}
.p-footer {
  /* ========================================================
  # 上部
  ======================================================== */
}
.p-footer .p-footer__top {
  padding-top: 11.875rem;
  padding-bottom: 8.75rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__top {
    padding-top: 7.875rem;
    padding-bottom: 9.125rem;
  }
}
.p-footer .p-footer__catchcopy {
  width: 27.5625rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__catchcopy {
    width: 14.3125rem;
  }
}
.p-footer .p-footer__lead {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__lead {
    font-size: 0.875rem;
  }
}
.p-footer {
  /* ========================================================
  # メイン
  ======================================================== */
}
.p-footer .p-footer__main {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__main {
    padding-bottom: 5.25rem;
  }
}
.p-footer .p-footer__mainInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__mainInner {
    display: block;
  }
}
.p-footer .p-footer__logo {
  display: block;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__logo {
    margin: 0 auto;
  }
}
.p-footer .p-footer__logoImg {
  width: 24.25rem;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__logoImg {
    width: 17.625rem;
  }
}
.p-footer .p-footer__nav {
  margin-top: 4rem;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__nav {
    display: block;
    margin-top: 5.25rem;
  }
}
.p-footer .p-footer__navItem {
  font-size: 1.125rem;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__navItem {
    border-top: 0.0625rem solid #e7e9ea;
    font-size: 1rem;
  }
}
.p-footer .p-footer__navItem:nth-child(n+2) {
  margin-top: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__navItem:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-footer .p-footer__navLink {
  font-weight: bold;
  color: #005bac;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__navLink {
    display: block;
    padding: 1rem 0.75rem;
  }
}
.p-footer .p-footer__subNavList {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__subNavList {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
  }
}
.p-footer .p-footer__subNavItem {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-footer .p-footer__subNavItem:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__subNavItem:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__subNavItem {
    font-size: 0.875rem;
  }
}
.p-footer .p-footer__subNavLink {
  font-weight: 500;
}
.p-footer .p-footer__btnWrap {
  margin-top: 3.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__btnWrap {
    margin-top: 5.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__btnList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5625rem;
  }
}
.p-footer .p-footer__btnItem:nth-child(n+2) {
  margin-top: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__btnItem:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-footer .p-footer__corpBtn {
  margin-top: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__corpBtn {
    text-align: center;
  }
}
.p-footer {
  /* ========================================================
  # 下部
  ======================================================== */
}
.p-footer .p-footer__bottom {
  padding-top: 2.125rem;
  padding-bottom: 2.3125rem;
  background-color: #13212c;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .p-footer .p-footer__bottom {
    font-size: 0.625rem;
  }
}
.p-mv {
  position: relative;
  overflow: clip;
  padding-top: 22rem;
  padding-bottom: 7.5rem;
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .p-mv {
    padding-top: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 0;
    padding-bottom: 4.5rem;
  }
}
.p-mv .p-mv__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1440/1110;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__img {
    width: 108.8%;
    max-width: initial;
    aspect-ratio: 408/315;
    position: relative;
    inset: initial;
    order: -1;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv .p-mv__inner {
    margin-top: -0.4375rem;
  }
}
.p-mv .p-mv__copy img {
  width: 39.125rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-mv .p-mv__copy img {
    width: 20.125rem;
  }
}
.p-mv .p-mv__en {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "Commissioner", sans-serif;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-mv .p-mv__en {
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
}
.p-mv .p-mv__content {
  margin-top: 19.75rem;
  max-width: 49.875rem;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 1441px) {
  .p-mv .p-mv__content {
    margin-top: 21.9444444444vw;
  }
}
@media (min-width: 1990px) {
  .p-mv .p-mv__content {
    margin-top: 31.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__content {
    margin-top: 4.5rem;
  }
}
.p-mv .p-mv__text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-mv .p-mv__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.p-mv .p-mv__text + .p-mv__text {
  margin-top: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .p-mv .p-mv__text + .p-mv__text {
    margin-top: 1.25rem;
  }
}
.p-mv .p-mv__lead {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #005bac;
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-mv .p-mv__lead {
    font-size: 1.375rem;
    margin-top: 2.25rem;
  }
}

.p-topIntroduction .p-topIntroduction__inner {
  max-width: 75rem;
  width: 83.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-topIntroduction .p-topIntroduction__inner {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.p-topIntroduction .p-topIntroduction__link {
  display: grid;
  grid-template-columns: 22.5625rem 1fr;
  padding: 0.75rem;
  position: relative;
  overflow: clip;
  border-radius: 0.5rem;
  box-shadow: 1.5rem 1.5rem 2.25rem rgba(19, 33, 44, 0.2);
}
@media screen and (max-width: 1023px) {
  .p-topIntroduction .p-topIntroduction__link {
    grid-template-columns: 100%;
    max-width: 34.375rem;
    width: 100%;
    margin: 0 auto;
    box-shadow: 1.125rem 1.125rem 1.5rem rgba(19, 33, 44, 0.2);
  }
}
@media (any-hover: hover) {
  .p-topIntroduction .p-topIntroduction__link:hover {
    opacity: 1;
  }
  .p-topIntroduction .p-topIntroduction__link:hover .p-topIntroduction__arrow {
    background-color: white;
  }
  .p-topIntroduction .p-topIntroduction__link:hover .p-topIntroduction__arrow::before {
    background-color: #13212c;
  }
  .p-topIntroduction .p-topIntroduction__link:hover .p-topIntroduction__img img {
    scale: 1.05;
  }
}
.p-topIntroduction .p-topIntroduction__img {
  position: relative;
  z-index: 1;
  overflow: clip;
}
.p-topIntroduction .p-topIntroduction__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 361/256;
  border-radius: 0.25rem;
  transition: scale 0.3s;
  aspect-ratio: 303/215;
}
.p-topIntroduction .p-topIntroduction__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 1rem;
  padding-left: min(9.8360655738%, 4.5rem);
}
@media screen and (max-width: 1023px) {
  .p-topIntroduction .p-topIntroduction__body {
    grid-template-columns: 100%;
    gap: 0;
    padding: 2.25rem 1.125rem 2rem;
    position: relative;
  }
}
.p-topIntroduction .p-topIntroduction__bodyInner {
  color: #fff;
  display: grid;
  align-content: center;
}
@media screen and (max-width: 1023px) {
  .p-topIntroduction .p-topIntroduction__bodyInner {
    display: block;
  }
}
.p-topIntroduction .p-topIntroduction__sub {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-topIntroduction .p-topIntroduction__sub {
    font-size: 0.875rem;
  }
}
.p-topIntroduction .p-topIntroduction__main {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-topIntroduction .p-topIntroduction__main {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.p-topIntroduction .p-topIntroduction__main span {
  display: inline-block;
}
.p-topIntroduction .p-topIntroduction__arrow {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  display: block;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-topIntroduction .p-topIntroduction__arrow {
    width: 2.5rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 0.375rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.p-topIntroduction .p-topIntroduction__arrow::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.8125rem;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-topIntroduction .p-topIntroduction__arrow::before {
    width: 1.25rem;
    height: 0.5625rem;
  }
}
.p-topIntroduction .p-topIntroduction__bg {
  position: absolute;
  inset: 0;
  overflow: clip;
}
.p-topIntroduction .p-topIntroduction__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(19, 33, 44, 0.8);
  pointer-events: none;
}
.p-topIntroduction .p-topIntroduction__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topCareer {
  padding-top: calc(10.75rem + 3.375rem);
  margin-top: -3.375rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 1023px) {
  .p-topCareer {
    padding: 5.25rem 0;
    margin-top: 0;
  }
}
.p-topCareer .p-topCareer__inner {
  position: relative;
  z-index: 1;
}
.p-topCareer .p-topCareer__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-topCareer .p-topCareer__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-topCareer .p-topCareer__wrap {
  margin-top: 6rem;
  max-width: 52.125rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .p-topCareer .p-topCareer__wrap {
    margin-top: 3rem;
    max-width: 100%;
  }
}
.p-topCareer .p-topCareer__item + .p-topCareer__item {
  padding-top: 2.25rem;
  margin-top: 3rem;
  border-top: 0.0625rem solid #d0d3d5;
}
@media screen and (max-width: 1023px) {
  .p-topCareer .p-topCareer__item + .p-topCareer__item {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
  }
}
.p-topCareer .p-topCareer__itemHead {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}
.p-topCareer .p-topCareer__itemTitle {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.7;
  color: #005bac;
}
@media screen and (max-width: 1023px) {
  .p-topCareer .p-topCareer__itemTitle {
    font-size: 1.25rem;
  }
}
.p-topCareer .p-topCareer__itemBtn {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.6875rem 1.25rem 0.875rem 1.4375rem;
  border: 0.0625rem solid #d0d3d5;
  border-radius: 6.25rem;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.375rem;
  min-width: 12.75rem;
  background-color: #f3f4f4;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-topCareer .p-topCareer__itemBtn {
    font-size: 0.8125rem;
    min-width: 9.125rem;
    padding: 0.5625rem 1.0625rem 0.6875rem 1.0625rem;
  }
}
.p-topCareer .p-topCareer__itemBtn::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 15/7;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  background-color: #13212c;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .p-topCareer .p-topCareer__itemBtn:hover {
    opacity: 1;
    background-color: #13212c;
    border-color: #13212c;
    color: #fff;
  }
  .p-topCareer .p-topCareer__itemBtn:hover::after {
    background-color: #fff;
  }
}
.p-topCareer .p-topCareer__itemBtn[target=_blank]::after {
  mask: url(../icon_blank.svg) no-repeat center center/contain;
  aspect-ratio: 1;
  width: 0.75rem;
}
.p-topCareer .p-topCareer__btnList {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25.3125rem, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-topCareer .p-topCareer__btnList {
    grid-template-columns: repeat(auto-fit, minmax(20.4375rem, 1fr));
    margin-top: 1.125rem;
    gap: 0.75rem;
  }
}
.p-topCareer .p-topCareer__btnItem .c-btn1 {
  min-width: auto;
  width: 100%;
}
.p-topCareer .p-topCareer__img {
  width: 105.8333333333%;
  height: 53.9375rem;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 51%;
  translate: -50% 0;
  pointer-events: none;
  rotate: 5.71deg;
}
@media screen and (max-width: 1023px) {
  .p-topCareer .p-topCareer__img {
    display: none;
  }
}

.p-topWork {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-topWork {
    padding: 5.25rem 0;
    background-color: #f3f4f4;
  }
}
.p-topWork::before {
  content: "";
  display: block;
  width: calc(100% - 2.25rem);
  height: calc(100% - 7.6875rem);
  background-color: #f3f4f4;
  border-radius: 0.5rem 0 0 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-topWork::before {
    display: none;
  }
}
.p-topWork .p-topWork__inner {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .p-topWork .p-topWork__inner {
    padding-top: 0;
  }
}
.p-topWork .p-topWork__head {
  display: grid;
  grid-template-columns: 1fr 31.375rem;
  padding-left: 0.75rem;
  width: 99%;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .p-topWork .p-topWork__head {
    grid-template-columns: 100%;
    width: 100%;
    padding: 0;
  }
}
.p-topWork .p-topWork__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-topWork .p-topWork__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-topWork .p-topWork__list {
  max-width: 43.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20.4375rem, 1fr));
  gap: 1.5rem;
  margin-left: auto;
  margin-top: 5.375rem;
}
@media screen and (max-width: 1023px) {
  .p-topWork .p-topWork__list {
    margin-top: 3rem;
    gap: 1.125rem;
  }
}
.p-topWork .p-topWork__item a {
  height: 100%;
}

.p-topStory {
  padding-top: 6.625rem;
  padding-bottom: 6.75rem;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 1023px) {
  .p-topStory {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
.p-topStory .p-topStory__list {
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .p-topStory .p-topStory__list {
    margin-top: 3rem;
  }
}
.p-topStory .p-topStory__item {
  display: grid;
  grid-template-columns: 17.625rem minmax(57.375rem, 1fr);
  gap: 5.25rem;
  padding-top: 4.75rem;
  padding-bottom: 4.875rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-topStory .p-topStory__item {
    grid-template-columns: 100%;
    gap: 0;
    padding: 3.75rem 0 0;
  }
}
.p-topStory .p-topStory__item + .p-topStory__item {
  margin-top: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .p-topStory .p-topStory__item + .p-topStory__item {
    margin-top: 3.75rem;
  }
}
.p-topStory .p-topStory__bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  display: grid;
  grid-template-columns: 620fr 820fr;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-topStory .p-topStory__bg {
    width: calc(100% + 1.5rem);
    display: block;
    height: 13.9375rem;
    border-radius: 0 0.5rem 0.5rem 0;
    background-color: #f3f4f4;
    left: -1.5rem;
    translate: 0 0;
  }
}
.p-topStory .p-topStory__bg::before {
  content: "";
  display: block;
  background-color: #f3f4f4;
  border-radius: 0 0.5rem 0.5rem 0;
  height: 100%;
  width: 100%;
}
.p-topStory .p-topStory__bg::after {
  content: "";
}
.p-topStory .p-topStory__head {
  margin-top: 2.75rem;
}
@media screen and (max-width: 1023px) {
  .p-topStory .p-topStory__head {
    display: contents;
  }
}
.p-topStory .p-topStory__btnArea {
  margin-top: 10.1875rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-topStory .p-topStory__btnArea {
    margin-top: 2.25rem;
    order: 1;
  }
}
.p-topStory {
  /* ========================================================
  # Slide
  ======================================================== */
}
.p-topStory .p-topStory__container {
  position: relative;
  max-width: 50.5rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-topStory .p-topStory__container {
    margin-top: 2.25rem;
    max-width: 16.25rem;
  }
}
.p-topStory .splide.is-initialized .splide__track {
  overflow: initial;
  clip-path: inset(-1.5rem -50vw 0 -1.5rem);
}
@media screen and (max-width: 1023px) {
  .p-topStory .splide.is-initialized .splide__track {
    clip-path: inset(-1.125rem -50vw 0 -1.125rem);
  }
}
.p-topStory {
  /* ========================================================
  # Arrows
  ======================================================== */
}
.p-topStory .p-topStory__arrows {
  display: flex;
  gap: 0.375rem;
}
.p-topStory .p-topStory__arrow {
  width: 2rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 2.25rem rgba(19, 33, 44, 0.15);
  transition: all 0.3s ease;
}
.p-topStory .p-topStory__arrow::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 15/7;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  background-color: #13212c;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-topStory .p-topStory__arrow::before {
    width: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .p-topStory .p-topStory__arrow:hover {
    opacity: 1;
    background-color: #13212c;
    box-shadow: 0 0 0 rgba(19, 33, 44, 0.15);
  }
  .p-topStory .p-topStory__arrow:hover::before {
    background-color: #fff;
  }
}
.p-topStory .p-topStory__arrow--prev {
  rotate: 180deg;
}
.p-topStory {
  /* ========================================================
  # --slide-top
  ======================================================== */
}
.p-topStory .p-topStory__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__slide {
  width: 23.75rem;
}
@media screen and (max-width: 1023px) {
  .p-topStory .p-topStory__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__slide {
    width: 16.25rem;
  }
}

.p-topAbout {
  padding-top: 7.4375rem;
  padding-bottom: 6.75rem;
  background-color: #f3f4f4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-topAbout {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
.p-topAbout .p-topAbout__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.1875rem;
  gap: 4.25%;
  margin-top: 4.75rem;
}
@media screen and (max-width: 1023px) {
  .p-topAbout .p-topAbout__list {
    margin-top: 3.75rem;
    gap: 1.125rem;
  }
}
@media (max-width: 900px) {
  .p-topAbout .p-topAbout__list {
    grid-template-columns: 100%;
  }
}
.p-topAbout .p-topAbout__item:nth-child(1) {
  margin-top: 7.5rem;
}
@media (max-width: 900px) {
  .p-topAbout .p-topAbout__item:nth-child(1) {
    margin-top: 0;
  }
}
.p-topAbout .p-topAbout__item:nth-child(2) {
  margin-top: 3.75rem;
}
@media (max-width: 900px) {
  .p-topAbout .p-topAbout__item:nth-child(2) {
    margin-top: 0;
  }
}
.p-topAbout .p-topAbout__link {
  padding: 13.11% 6.55% 6.55% 13.11%;
  display: flex;
  flex-direction: column;
  min-height: 32.8125rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: clip;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.45);
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-topAbout .p-topAbout__link {
    min-height: 19.625rem;
    padding: 2.5rem 2.25rem 1.125rem 2.25rem;
  }
}
@media (any-hover: hover) {
  .p-topAbout .p-topAbout__link:hover {
    opacity: 1;
  }
  .p-topAbout .p-topAbout__link:hover .p-topAbout__bg img {
    scale: 1.05;
  }
  .p-topAbout .p-topAbout__link:hover .p-topAbout__arrow {
    background-color: #13212c;
  }
  .p-topAbout .p-topAbout__link:hover .p-topAbout__arrow::before {
    background-color: #fff;
  }
}
.p-topAbout .p-topAbout__itemTitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-topAbout .p-topAbout__itemTitle {
    font-size: 1.25rem;
  }
}
.p-topAbout .p-topAbout__itemText {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.7;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-topAbout .p-topAbout__itemText {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    padding-right: 0;
  }
}
.p-topAbout .p-topAbout__arrow {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 0.25rem;
  position: relative;
  display: block;
  transition: background-color 0.3s;
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-topAbout .p-topAbout__arrow {
    width: 2.5rem;
    margin-right: -1.125rem;
  }
}
.p-topAbout .p-topAbout__arrow::before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: auto;
  aspect-ratio: 15/7;
  mask: url(../icon_arrow.svg) no-repeat center center/contain;
  background-color: #13212c;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-topAbout .p-topAbout__arrow::before {
    width: 1.1875rem;
  }
}
.p-topAbout .p-topAbout__itemBg {
  position: absolute;
  inset: 0;
  overflow: clip;
  pointer-events: none;
}
.p-topAbout .p-topAbout__itemBg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, #004a8b 18.36%, rgba(0, 74, 139, 0) 81.05%);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-topAbout .p-topAbout__itemBg::before {
    background: linear-gradient(161deg, #004a8b 23.48%, rgba(0, 74, 139, 0) 87.27%);
  }
}
.p-topAbout .p-topAbout__itemBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}
.p-topAbout .p-topAbut__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44.5rem;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-topAbout .p-topAbut__bg {
    height: 100%;
  }
}
.p-topAbout .p-topAbut__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(19, 33, 44, 0.6);
}
.p-topAbout .p-topAbut__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topCompany {
  padding-bottom: 7.5rem;
  background-color: #f3f4f4;
}
@media screen and (max-width: 1023px) {
  .p-topCompany {
    padding: 5.25rem 0;
  }
}
.p-topCompany .p-topCompany__inner {
  display: grid;
  grid-template-columns: 22.875rem 1fr;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-topCompany .p-topCompany__inner {
    grid-template-columns: 16.625rem 1fr;
  }
}
@media (max-width: 768px) {
  .p-topCompany .p-topCompany__inner {
    display: block;
  }
}
.p-topCompany .c-title1 {
  padding-right: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-topCompany .c-title1 {
    padding-right: 0;
  }
}
.p-topCompany .p-topCompany__pdf {
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-topCompany .p-topCompany__pdf {
    margin-top: 3rem;
  }
}
.p-topCompany .p-topCompany__pdf img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 835/469;
  border-radius: 0.5rem;
}

.p-topFaq {
  padding: 7.5rem 0;
}
@media screen and (max-width: 1023px) {
  .p-topFaq {
    padding: 5.25rem 0;
  }
}
.p-topFaq .p-topFaq__inner {
  display: grid;
  grid-template-columns: 22.875rem 1fr;
}
@media screen and (max-width: 1023px) {
  .p-topFaq .p-topFaq__inner {
    grid-template-columns: 15.375rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-topFaq .p-topFaq__inner {
    grid-template-columns: 100%;
  }
}
.p-topFaq .p-topFaq__head {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topFaq .p-topFaq__head {
    display: contents;
  }
}
.p-topFaq .p-topFaq__btn {
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-topFaq .p-topFaq__btn {
    order: 1;
    text-align: center;
    margin-top: 3rem;
  }
}
.p-topFaq .p-topFaq__content {
  margin-top: 3rem;
}

.p-cta .p-cta__inner {
  max-width: 1322px;
}
.p-cta .p-cta__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-cta .p-cta__list {
    gap: 0.5625rem;
  }
}
.p-cta .p-cta__link {
  background-color: #1b2832;
  border-radius: 0.5rem;
  display: block;
  color: #fff;
  padding: 4.875rem 1.5rem 5.9375rem;
  position: relative;
  height: 100%;
  box-shadow: 1.5rem 1.5rem 2.25rem rgba(19, 33, 44, 0.2);
  transition: background-color 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-cta .p-cta__link {
    padding: 1.75rem 0.9375rem 1.75rem;
  }
}
@media (any-hover: hover) {
  .p-cta .p-cta__link:hover {
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 1.125rem 0 rgba(19, 33, 44, 0.1);
  }
  .p-cta .p-cta__link:hover .p-cta__title {
    color: #005bac;
  }
  .p-cta .p-cta__link:hover .p-cta__text {
    color: #13212c;
  }
  .p-cta .p-cta__link:hover .p-cta__icon {
    background-color: #e7e9ea;
  }
  .p-cta .p-cta__link:hover .p-cta__icon::before {
    background-color: #13212c;
  }
}
.p-cta .p-cta__title {
  font-size: 1.75rem;
  font-size: 800;
  line-height: 1.7;
  text-align: center;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-cta .p-cta__title {
    font-size: 1rem;
  }
}
.p-cta .p-cta__text {
  margin-top: 1.625rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  text-align: center;
  margin-top: 1.625rem;
}
@media screen and (max-width: 1023px) {
  .p-cta .p-cta__text {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-cta .p-cta__text {
    text-align: left;
  }
}
.p-cta .p-cta__icon {
  display: block;
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 0.25rem;
  background-color: #424d56;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-cta .p-cta__icon {
    width: 1.75rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.p-cta .p-cta__icon::before {
  content: "";
  display: block;
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  mask: url(../icon_blank.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-cta .p-cta__icon::before {
    width: 0.625rem;
  }
}

.p-article {
  padding-top: 4.5rem;
  padding-bottom: 5.25rem;
}
@media screen and (max-width: 1023px) {
  .p-article {
    padding-top: 3rem;
  }
}
.p-article:has(.p-article__moreBtn.is-active) {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 1023px) {
  .p-article:has(.p-article__moreBtn.is-active) {
    padding-bottom: 9.375rem;
  }
}
.p-article .p-article__wrap {
  position: relative;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .p-article .p-article__wrap {
    margin-top: 3rem;
  }
}
.p-article .p-article__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(23.75rem, 1fr));
  gap: 4rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-article .p-article__list {
    grid-template-columns: repeat(auto-fill, minmax(20.4375rem, 1fr));
    gap: 3rem 1.875rem;
  }
}
.p-article .p-article__moreBtn {
  cursor: default;
  position: relative;
  min-height: 21.875rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-article .p-article__moreBtn {
    min-height: 12.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
}
@media (any-hover: hover) {
  .p-article .p-article__moreBtn:hover {
    opacity: 1;
  }
}
.p-article .p-article__moreBtn .c-btn1 {
  min-width: 13.25rem;
}
.p-article .p-article__moreBtn .c-btn1 .c-btn1__icon::before {
  rotate: 90deg;
}
.p-article .p-article__moreBtn .c-btn1:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-article .p-article__moreBtn .c-btn1:nth-child(2) .c-btn1__icon::before {
  rotate: -90deg;
}
.p-article .p-article__moreBtn.is-active {
  translate: 0 100%;
  min-height: 12.5rem;
}
@media screen and (max-width: 1023px) {
  .p-article .p-article__moreBtn.is-active {
    min-height: 9.375rem;
  }
}
.p-article .p-article__moreBtn.is-active .c-btn1:nth-child(2) {
  opacity: 1;
}
.p-article .p-article__moreBtn:focus-visible {
  outline: none;
}
.p-article .p-article__btn {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-article .p-article__btn:hover {
    opacity: 1;
  }
  .p-article .p-article__btn:hover .c-btn1 {
    background-color: #13212c;
    box-shadow: 0 0 0 0 rgba(19, 33, 44, 0);
  }
  .p-article .p-article__btn:hover .c-btn1 .c-btn1__text {
    color: #fff;
  }
  .p-article .p-article__btn:hover .c-btn1 .c-btn1__icon {
    background-color: #424d56;
  }
  .p-article .p-article__btn:hover .c-btn1 .c-btn1__icon::before {
    background-color: #fff;
  }
}

.p-search .p-search__box {
  filter: drop-shadow(0 0 2.25rem rgba(19, 33, 44, 0.15));
}
.p-search .p-search__body {
  padding: 2.875rem 3rem 3.25rem;
  background-color: #fff;
  position: relative;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__body {
    padding: 1.5rem 1rem;
  }
}
.p-search .p-search__wrap {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__wrap {
    grid-template-columns: 100%;
  }
}
.p-search .p-search__wrap + .p-search__wrap {
  padding-top: 1.4375rem;
  margin-top: 1.5rem;
  border-top: 0.0625rem solid #e7e9ea;
}
.p-search .p-search__lead {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__lead {
    font-size: 1rem;
    padding-right: 0;
  }
}
.p-search .p-search__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__items {
    margin-top: 1rem;
  }
}
.p-search .p-search__item,
.p-search .p-search__text {
  cursor: pointer;
}
.p-search .p-search__item {
  font-size: 0;
}
.p-search .p-search__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.p-search .p-search__text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #13212c;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__text {
    font-size: 0.875rem;
  }
}
.p-search .p-search__text::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  border: 0.0625rem solid #d0d3d5;
  background-color: #f3f4f4;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__text::before {
    width: 1.125rem;
  }
}
.p-search .p-search__text::after {
  content: "";
  position: absolute;
  left: 0.5625rem;
  top: 0.25rem;
  width: 0.4375rem;
  height: 0.75rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  rotate: 45deg;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__text::after {
    left: 0.4375rem;
    top: 0.1875rem;
    width: 0.3125rem;
    height: 0.625rem;
  }
}
.p-search .p-search__input:checked + .p-search__text,
.p-search .p-search__text.is-current {
  color: #005bac;
}
.p-search .p-search__input:checked + .p-search__text::before,
.p-search .p-search__text.is-current::before {
  background-color: #005bac;
  border-color: #005bac;
}
.p-search .p-search__input:checked + .p-search__text::after,
.p-search .p-search__text.is-current::after {
  opacity: 1;
}
.p-search .p-search__btnWrap {
  padding: 0 0.75rem 0.75rem;
  background-color: #fff;
  width: fit-content;
  margin: -1rem auto 0;
  position: relative;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__btnWrap {
    padding: 0 0.625rem 0.5rem;
    margin-top: 0;
  }
}
.p-search .p-search__btnWrap::before, .p-search .p-search__btnWrap::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../radius.svg) no-repeat center center/contain;
  position: absolute;
  top: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__btnWrap::before, .p-search .p-search__btnWrap::after {
    top: 0;
  }
}
.p-search .p-search__btnWrap::before {
  left: 0;
  translate: -100% 0;
}
.p-search .p-search__btnWrap::after {
  right: 0;
  translate: 100% 0;
  scale: -1 1;
}
.p-search .p-search__btn {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #1b2832;
  border: 0.0625rem solid #1b2832;
  border-radius: 0.25rem;
  min-width: 17rem;
  min-height: 4.125rem;
  padding: 0.75rem;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-search .p-search__btn {
    font-size: 0.9375rem;
    padding: 0.4375rem;
    min-width: 11.25rem;
    min-height: 2.75rem;
  }
}
@media (any-hover: hover) {
  .p-search .p-search__btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #1b2832;
  }
}

.p-think .p-think__lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__lead {
    padding-left: 0;
  }
}
.p-think .p-think__lead {
  margin-top: 5.25rem;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__lead {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 3rem;
  }
}
.p-think .p-think__text {
  margin-top: 3.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__text {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__text {
    margin-top: 1.75rem;
    font-size: 0.875rem;
  }
}
.p-think .p-think__card {
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__card {
    padding-left: 0;
  }
}
.p-think .p-think__card {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__card {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5rem;
  }
}
.p-think .p-think__link {
  display: grid;
  grid-template-columns: 336fr 474fr;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  padding: 0.75rem;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__link {
    box-shadow: 0 0 1.125rem 0 rgba(19, 33, 44, 0.15);
    display: block;
  }
}
@media (any-hover: hover) {
  .p-think .p-think__link:hover {
    opacity: 1;
    box-shadow: 0 0 1.125rem 0 rgba(19, 33, 44, 0.1);
  }
}
@media screen and (any-hover: hover) and (max-width: 1023px) {
  .p-think .p-think__link:hover {
    box-shadow: 0 0 0 0 rgba(19, 33, 44, 0.1);
  }
}
@media (any-hover: hover) {
  .p-think .p-think__link:hover .p-think__img img {
    scale: 1.05;
  }
  .p-think .p-think__link:hover .p-think__itemText {
    color: #005bac;
  }
  .p-think .p-think__link:hover .c-btn1 {
    background-color: #13212c;
    box-shadow: 0 0 0 0 rgba(19, 33, 44, 0);
  }
  .p-think .p-think__link:hover .c-btn1 .c-btn1__text {
    color: #fff;
  }
  .p-think .p-think__link:hover .c-btn1 .c-btn1__icon {
    background-color: #424d56;
  }
  .p-think .p-think__link:hover .c-btn1 .c-btn1__icon::before {
    background-color: #fff;
  }
}
.p-think .p-think__img {
  width: 100%;
  border-radius: 0.25rem;
  position: relative;
  overflow: clip;
}
.p-think .p-think__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 336/177;
  transition: scale 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__img img {
    aspect-ratio: 303/159;
  }
}
.p-think .p-think__body {
  padding-left: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__body {
    padding: 0;
  }
}
.p-think .p-think__itemText {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.8;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__itemText {
    font-size: 0.9375rem;
    margin-top: 1rem;
  }
}
.p-think .p-think__btn {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .p-think .p-think__btn {
    margin-top: 1.125rem;
  }
}

.p-autonomy {
  max-width: 57.375rem;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 100%;
}
.p-autonomy .p-autonomy__lead {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 5.25rem;
}
@media screen and (max-width: 1023px) {
  .p-autonomy .p-autonomy__lead {
    font-size: 1.125rem;
    margin-top: 3rem;
  }
}
.p-autonomy .p-autonomy__diagram {
  margin-top: 1.5rem;
  overflow-x: auto;
}
@media screen and (max-width: 1023px) {
  .p-autonomy .p-autonomy__diagram {
    margin-top: 1.125rem;
    margin-right: -1.5rem;
    width: calc(100% + 1.5rem);
  }
}
.p-autonomy .p-autonomy__diagramInner {
  padding: 0.75rem;
  background-color: #f3f4f4;
  border-radius: 0.5rem;
  min-width: 57.375rem;
}
@media screen and (max-width: 1023px) {
  .p-autonomy .p-autonomy__diagramInner {
    min-width: 52.375rem;
  }
}
.p-autonomy .p-autonomy__tabs {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-autonomy .p-autonomy__tabs {
    grid-template-columns: 13.5rem 1fr;
  }
}
.p-autonomy .p-autonomy__tab {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  padding: 1rem;
  text-align: center;
  min-height: 4.3125rem;
  background-color: #424d56;
  border-radius: 0.25rem;
  display: grid;
  place-items: center;
}
.p-autonomy .p-autonomy__tab.--active {
  background-color: #005bac;
}
.p-autonomy .p-autonomy__content {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-autonomy .p-autonomy__content {
    grid-template-columns: 13.5rem 1fr;
  }
}
.p-autonomy .p-autonomy__section {
  display: grid;
}
.p-autonomy .p-autonomy__section.--after {
  display: grid;
  grid-template-columns: 22.875rem 1fr;
  gap: 0.5rem;
}
.p-autonomy .p-autonomy__phaseItem {
  padding: 1.875rem 2rem 2rem;
  border-radius: 0.5rem;
  border: 0.1875rem solid #fff;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .p-autonomy .p-autonomy__phaseItem {
    padding: 1.875rem 1.375rem 2rem;
  }
}
.p-autonomy .p-autonomy__phaseItem.--white {
  background-color: #fff;
}
.p-autonomy .p-autonomy__phaseItem.--white .p-autonomy__phaseTitle {
  flex-grow: initial;
  margin-top: 0.5rem;
}
.p-autonomy .p-autonomy__phaseItem.--white .c-btn1 {
  width: 100%;
}
.p-autonomy .p-autonomy__phaseLabel {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #899095;
  font-family: "Commissioner", sans-serif;
  padding: 0.3125rem 0.8125rem 0.375rem;
  border: 0.0625rem solid #d0d3d5;
  border-radius: 6.25rem;
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
}
.p-autonomy .p-autonomy__phaseTitle {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  margin-top: 4rem;
  flex-grow: 1;
}
.p-autonomy .p-autonomy__phaseTitle strong {
  color: #005bac;
  font-weight: inherit;
}
.p-autonomy .p-autonomy__btnList {
  margin-top: 1.875rem;
  display: grid;
  gap: 0.5rem;
}
.p-autonomy .p-autonomy__btn {
  text-align: center;
}
.p-autonomy .p-autonomy__btn .c-btn1 {
  border: 0.0625rem solid #e7e9ea;
  box-shadow: none;
  grid-template-columns: 1fr 1.4375rem;
  min-width: 10.375rem;
  padding: 0.1875rem 0.1875rem 0.1875rem 0.8125rem;
}
.p-autonomy .p-autonomy__btn .c-btn1 .c-btn1__text {
  font-weight: 500;
  line-height: 1.4;
}
.p-autonomy .p-autonomy__btn .c-btn1 .c-btn1__icon {
  min-height: 2.5rem;
}
.p-autonomy .p-autonomy__btn .c-btn1 .c-btn1__icon::before {
  rotate: 90deg;
}
.p-business .p-business__text {
  margin-top: 3.75rem;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .p-business .p-business__text {
    font-size: 0.875rem;
    margin-top: 3rem;
  }
}
.p-business .p-business__img {
  margin-top: 3.75rem;
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 1023px) {
  .p-business .p-business__img {
    margin-top: 3rem;
    width: auto;
    width: calc(100% + 1.5rem);
  }
}
.p-business .p-business__img img {
  width: 100%;
  height: auto;
  border: 0.0625rem solid #e7e9ea;
  border-radius: 0.25rem;
  min-width: 52.125rem;
}
@media screen and (max-width: 1023px) {
  .p-business .p-business__img img {
    min-width: 38rem;
    max-width: initial;
  }
}
.p-business .p-autonomy__swipe {
  opacity: 0;
}
.p-business .p-autonomy__swipe.is-scrollable {
  opacity: 1;
}

.p-keyword .p-keyword__text {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-keyword .p-keyword__text {
    font-size: 0.875rem;
    margin-top: 3rem;
  }
}
.p-keyword .c-title3 + .p-keyword__anchor {
  margin-top: 3rem;
}
.p-keyword .p-keyword__anchor {
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-keyword .p-keyword__anchor {
    margin-top: 1.125rem;
  }
}
.p-keyword .p-keyword__border {
  margin-top: 3.75rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-keyword .p-keyword__border {
    margin-top: 3rem;
  }
}
.p-keyword .p-keyword__border::before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 2.5rem;
  background-color: #13212c;
  margin: 0 auto;
}

.p-keywordChild1 {
  display: grid;
  grid-template-columns: 100%;
  padding-left: 9.1503267974%;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 {
    padding-left: 0;
  }
}
.p-keywordChild1 .p-keywordChild1__text {
  margin-top: 3.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 .p-keywordChild1__text {
    margin-top: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-keywordChild1 .p-keywordChild1__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 .p-keywordChild1__btn {
    margin-top: 1.75rem;
  }
}
.p-keywordChild1 .p-keywordChild1__btn .c-btn1 .c-btn1__text {
  font-size: 0.9375rem;
}
.p-keywordChild1 .p-keywordChild1__img {
  margin-top: 2.5rem;
  overflow-x: auto;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 .p-keywordChild1__img {
    margin-top: 1.75rem;
    overflow: initial;
  }
}
.p-keywordChild1 .p-keywordChild1__img img {
  width: 100%;
  min-width: 52.125rem;
  height: auto;
  border: 0.0625rem solid #e7e9ea;
  border-radius: 0.25rem;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 .p-keywordChild1__img img {
    min-width: initial;
  }
}
.p-keywordChild1 .p-keywordChild1__noteList {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.5rem;
  counter-reset: num;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 .p-keywordChild1__noteList {
    margin-top: 1rem;
  }
}
.p-keywordChild1 .p-keywordChild1__noteItem {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #899095;
  counter-increment: num;
  padding-left: 1.4375rem;
  position: relative;
}
.p-keywordChild1 .p-keywordChild1__noteItem::before {
  content: "※" counter(num);
  position: absolute;
  top: 0;
  left: 0;
}
.p-keywordChild1 .p-keywordChild1__2col {
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 .p-keywordChild1__2col {
    margin-top: 1.75rem;
    gap: 1.75rem;
    grid-template-columns: 100%;
  }
}
.p-keywordChild1 .p-keywordChild1__text2 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 .p-keywordChild1__text2 {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-keywordChild1 .p-keywordChild1__imgWrap {
  display: grid;
  grid-template-columns: 100%;
}
.p-keywordChild1 .p-keywordChild1__img2 {
  overflow-x: auto;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 .p-keywordChild1__img2 {
    margin-right: calc(50% - 50vw);
  }
}
.p-keywordChild1 .p-keywordChild1__img2 img {
  width: 100%;
  min-width: 23.8125rem;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  height: auto;
  border: 0.0625rem solid #e7e9ea;
  border-radius: 0.25rem;
}
@media screen and (max-width: 1023px) {
  .p-keywordChild1 .p-keywordChild1__img2 img {
    min-width: 38rem;
  }
}

.p-introduction {
  position: relative;
  overflow: clip;
  --introductionIndent: calc(80 / 850 * 100%);
  padding-top: 11.875rem;
}
@media screen and (max-width: 1023px) {
  .p-introduction {
    padding-top: 3.75rem;
  }
}
.p-introduction .p-introduction__wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-columns: 850fr 350fr;
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__wrap {
    display: block;
    position: relative;
  }
}
.p-introduction .p-introduction__main {
  position: relative;
  z-index: 1;
}
.p-introduction .p-introduction__subTitle {
  margin-top: 1.5rem;
}
.p-introduction .p-introduction__item {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__item {
    padding-top: 1.5rem;
    padding-bottom: 1.125rem;
    margin-top: 1.5rem;
  }
}
.p-introduction .p-introduction__item + .p-introduction__item {
  padding-top: 6.25rem;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__item + .p-introduction__item {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.p-introduction .p-introduction__item:last-child {
  padding-bottom: 0;
}
.p-introduction .p-introduction__lead {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-left: var(--introductionIndent);
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__lead {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.04em;
    padding-left: 0;
  }
}
.p-introduction .p-introduction__lead strong {
  font-weight: inherit;
  color: #005bac;
}
.p-introduction .p-introduction__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 3.75rem;
  padding-left: var(--introductionIndent);
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__text {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    padding-left: 0;
    margin-top: 1.75rem;
  }
}
.p-introduction .p-introduction__text strong {
  font-weight: bold;
  color: #005bac;
}
.p-introduction .p-introduction__text2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 2rem;
  padding-left: var(--introductionIndent);
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__text2 {
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.04em;
    margin-top: 1.75rem;
  }
}
.p-introduction .p-introduction__text3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #005bac;
  margin-top: 2rem;
  padding-left: var(--introductionIndent);
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__text3 {
    padding-left: 0;
    margin-top: 1.75rem;
    font-size: 1rem;
  }
}
.p-introduction .p-introduction__btn {
  margin-top: 3.75rem;
  padding-left: var(--introductionIndent);
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__btn {
    padding-left: 0;
    margin-top: 3rem;
  }
}
.p-introduction .p-introduction__movie {
  max-width: 21.875rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__movie {
    position: absolute;
    inset: 0;
    max-width: initial;
    z-index: -1;
  }
}
.p-introduction .p-introduction__movie video {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__movie video {
    z-index: 1;
    opacity: 0.8;
    mix-blend-mode: multiply;
  }
}
.p-introduction .p-introduction__movie video.is-active {
  z-index: 2;
}
.p-introduction .p-introduction__movie video.is-ready {
  opacity: 1;
}
.p-introduction .p-introduction__movie video.--transition {
  transition: opacity 0.3s ease-in-out;
}
.p-introduction .p-introduction__movieItem {
  position: sticky;
  top: 13.75rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__movieItem {
    max-width: 25rem;
    width: 91.7431192661%;
    margin-left: auto;
    margin-right: -3.75rem;
    top: 60%;
  }
}
.p-introduction .p-introduction__bottom {
  position: relative;
  padding-top: 17.5rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__bottom {
    padding-top: 6.125rem;
    padding-bottom: 5rem;
  }
}
.p-introduction .p-introduction__img {
  width: 105.8333333333%;
  height: auto;
  aspect-ratio: 1524/863;
  opacity: 0.1;
  position: absolute;
  top: 9.375rem;
  left: 50%;
  translate: -50% 0;
  max-width: initial;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .p-introduction .p-introduction__img {
    width: 141.0666666667%;
    aspect-ratio: 529/262;
    top: initial;
    bottom: 1.5rem;
    rotate: 1deg;
  }
}
.p-introduction .p-introduction__bottom {
  position: relative;
  z-index: 2;
}

.p-data {
  padding-top: 2.5rem;
}
.p-data .p-data__text {
  font-size: 1.25rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__text {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-data .p-data__note {
  font-size: 0.875rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #899095;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__note {
    font-size: 0.8125rem;
  }
}
.p-data .p-data__list {
  margin-top: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__list {
    margin-top: 1.5rem;
  }
}
.p-data .p-data__item {
  padding: 6rem 0;
  border-top: 0.0625rem solid #e7e9ea;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item:first-child {
    border-top: none;
  }
}
.p-data .p-data__item:last-child {
  border-bottom: 0.0625rem solid #e7e9ea;
}
.p-data .p-data__itemInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  min-height: 27.5rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__itemInner {
    grid-template-columns: 100%;
    min-height: initial;
    gap: 1.5rem;
    max-width: 31.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__head {
    display: contents;
  }
}
.p-data .p-data__itemTitle {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__itemTitle {
    font-size: 1.75rem;
  }
}
.p-data .p-data__itemTitle strong {
  color: #005bac;
  font-weight: inherit;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__itemTextArea {
    order: 1;
  }
}
.p-data .p-data__itemText {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__itemText {
    font-size: 0.875rem;
    line-height: 1.8;
    order: 1;
    margin-top: 0;
  }
}
.p-data .p-data__itemNote {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #899095;
  display: block;
  margin-top: 0.5rem;
}
.p-data .p-data__content {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__content {
    min-height: 11.875rem;
    max-width: 20.4375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-data .p-data__contentTitle {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.35em;
  color: #005bac;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__contentTitle {
    font-size: 1.3125rem;
  }
}
.p-data .p-data__numArea {
  position: relative;
  z-index: 1;
}
.p-data .p-data__num {
  display: flex;
  align-items: flex-start;
  font-size: 12.75rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #005bac;
  font-family: "Commissioner", sans-serif;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__num {
    font-size: 6.9375rem;
  }
}
.p-data .p-data__num .sm {
  font-size: 6.375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__num .sm {
    font-size: 3.4375rem;
  }
}
.p-data .p-data__img {
  position: absolute;
  object-fit: contain;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type1 .p-data__content {
    padding-top: 1.375rem;
    padding-left: 1.875rem;
  }
}
.p-data .p-data__item.--type1 .p-data__num .sm {
  margin-top: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type1 .p-data__num .sm {
    margin-top: 3.125rem;
  }
}
.p-data .p-data__item.--type1 .p-data__img {
  top: 2.8125rem;
  right: 3.625rem;
  width: 15.75rem;
  height: 12.875rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type1 .p-data__img {
    width: 8.5625rem;
    height: 7rem;
    top: 2.875rem;
    right: 0rem;
  }
}
.p-data .p-data__item.--type2 .p-data__itemInner {
  align-items: flex-start;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type2 .p-data__itemInner {
    margin-top: 0;
  }
}
.p-data .p-data__item.--type2 .p-data__content {
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type2 .p-data__content {
    order: initial;
    padding-left: 0.8125rem;
    padding-top: 0.8125rem;
  }
}
.p-data .p-data__item.--type2 .p-data__head {
  max-width: 29.25rem;
  width: 100%;
  margin-left: 3rem;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .p-data .p-data__item.--type2 .p-data__head {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type2 .p-data__head {
    margin-left: 0;
    max-width: 100%;
  }
}
.p-data .p-data__item.--type2 .p-data__contentInner {
  max-width: 29.9375rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type2 .p-data__contentInner {
    max-width: 100%;
  }
}
.p-data .p-data__item.--type2 .p-data__numArea {
  padding-left: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type2 .p-data__numArea {
    padding-left: 0.8125rem;
  }
}
.p-data .p-data__item.--type2 .p-data__num .sm {
  margin-top: 6.25rem;
  font-size: 5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type2 .p-data__num .sm {
    margin-top: 3.125rem;
    font-size: 2.5rem;
  }
}
.p-data .p-data__item.--type2 .p-data__img {
  top: 6.25rem;
  right: 3.75rem;
  width: 9.125rem;
  height: 17.125rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type2 .p-data__img {
    width: 5rem;
    height: 9.3125rem;
    top: 2.5rem;
    right: 2.0625rem;
  }
}
.p-data .p-data__item.--type3 .p-data__head {
  max-width: 32.625rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type3 .p-data__head {
    max-width: 100%;
  }
}
.p-data .p-data__item.--type3 .p-data__content {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type3 .p-data__content {
    height: auto;
    padding-left: 1.5625rem;
    padding-top: 1rem;
  }
}
.p-data .p-data__item.--type3 .p-data__contentInner {
  margin-top: 4.4375rem;
  margin-left: 4.625rem;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .p-data .p-data__item.--type3 .p-data__contentInner {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type3 .p-data__contentInner {
    margin-top: 0;
    margin-left: 0;
  }
}
.p-data .p-data__item.--type3 .p-data__num .sm {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 5.625rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type3 .p-data__num .sm {
    font-size: 1.3125rem;
    margin-top: 3.125rem;
  }
}
.p-data .p-data__item.--type3 .p-data__img {
  top: -1.25rem;
  right: -2.875rem;
  width: 17.375rem;
  height: 17.375rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type3 .p-data__img {
    width: 9.1875rem;
    height: 9.1875rem;
    top: -2.5rem;
    right: 0;
  }
}
.p-data .p-data__item.--type4 .p-data__content {
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type4 .p-data__content {
    order: initial;
    padding-top: 1.75rem;
    padding-left: 1.6875rem;
  }
}
.p-data .p-data__item.--type4 .p-data__contentInner {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type4 .p-data__contentInner {
    max-width: 100%;
  }
}
.p-data .p-data__item.--type4 .p-data__num {
  margin-left: 4.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type4 .p-data__num {
    margin-left: 0;
    margin-left: 2.25rem;
  }
}
.p-data .p-data__item.--type4 .p-data__num .sm {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 5.625rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type4 .p-data__num .sm {
    font-size: 1.4375rem;
    margin-top: 3.125rem;
  }
}
.p-data .p-data__item.--type4 .p-data__img {
  top: -4.375rem;
  right: 8.0625rem;
  width: 11.8125rem;
  height: 12.8125rem;
}
@media screen and (max-width: 1023px) {
  .p-data .p-data__item.--type4 .p-data__img {
    width: 6.5625rem;
    height: 7.125rem;
    top: 1.0625rem;
    right: 3.625rem;
  }
}

.p-dataList {
  padding-top: 8.5rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
.p-dataList .p-dataList__inner {
  max-width: 1130px;
}
.p-dataList .p-dataList__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__list {
    grid-template-columns: repeat(auto-fill, minmax(9.75rem, 1fr));
    gap: 1.25rem 0.9375rem;
  }
}
.p-dataList .p-dataList__item {
  padding: 2.5rem 1.25rem;
  box-shadow: 0 0 2.25rem 0 rgba(19, 33, 44, 0.15);
  border-radius: 0.75rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item {
    padding: 1.125rem 0.5625rem 0.625rem;
    min-height: 9.8125rem;
    border-radius: 0.375rem;
    box-shadow: 0 0 1.125rem 0 rgba(19, 33, 44, 0.15);
  }
}
.p-dataList .p-dataList__title {
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__title {
    font-size: 0.75rem;
  }
}
.p-dataList .p-dataList__numArea {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__numArea {
    margin-top: 0.625rem;
  }
}
.p-dataList .p-dataList__numText1,
.p-dataList .p-dataList__numText2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__numText1,
  .p-dataList .p-dataList__numText2 {
    font-size: 0.625rem;
    margin-top: 0.625rem;
  }
}
.p-dataList .p-dataList__numText1.--lg,
.p-dataList .p-dataList__numText2.--lg {
  margin-top: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__numText1.--lg,
  .p-dataList .p-dataList__numText2.--lg {
    margin-top: 1rem;
  }
}
.p-dataList .p-dataList__numText1 {
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__numText1 {
    margin-right: 0.1875rem;
  }
}
.p-dataList .p-dataList__numText2 {
  margin-left: 0.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__numText2 {
    margin-left: 0;
  }
}
.p-dataList .p-dataList__num {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #005bac;
  display: block;
  font-family: "Commissioner", sans-serif;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__num {
    font-size: 1.6875rem;
  }
}
.p-dataList .p-dataList__num.--lg {
  font-size: 4.375rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__num.--lg {
    font-size: 2.0625rem;
  }
}
.p-dataList .colon {
  font-size: 2.5rem;
  color: #13212c;
  margin: 0 0.4375rem 0;
  translate: 0 -0.125rem;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .p-dataList .colon {
    font-size: 1.125rem;
  }
}
.p-dataList .p-dataList__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.07em;
  margin-top: 2.1875rem;
  max-width: 9.375rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__text {
    font-size: 0.6875rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    max-width: 100%;
    width: calc(100% - 2.1875rem);
    margin-top: 0.375rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__text:empty {
    display: none;
  }
}
.p-dataList .p-dataList__text + .p-dataList__text {
  margin-top: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__text + .p-dataList__text {
    margin-top: 0.5rem;
  }
}
.p-dataList .p-dataList__img {
  position: absolute;
  object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__img {
    margin-top: 0.625rem;
  }
}
.p-dataList .p-dataList__item.--type1 .p-dataList__img {
  width: 7.125rem;
  height: 6.875rem;
  bottom: 2.625rem;
  right: 2.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type1 .p-dataList__img {
    width: 3.25rem;
    height: 3.1875rem;
    right: 0.375rem;
    bottom: 1.3125rem;
  }
}
.p-dataList .p-dataList__item.--type2 .p-dataList__img {
  width: 5.625rem;
  height: 7.125rem;
  bottom: 2.625rem;
  right: 2.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type2 .p-dataList__img {
    width: 2.5625rem;
    height: 3.25rem;
    right: 0.6875rem;
    bottom: 0.625rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type2 .p-dataList__text {
    width: calc(100% - 1.875rem);
  }
}
.p-dataList .p-dataList__item.--type3 .p-dataList__img {
  width: 8.6875rem;
  height: 7.625rem;
  position: relative;
  inset: initial;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type3 .p-dataList__img {
    width: 4.0625rem;
    height: 3.5625rem;
  }
}
.p-dataList .p-dataList__item.--type4 .p-dataList__img {
  width: 12.1875rem;
  height: 8.75rem;
  position: relative;
  inset: initial;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type4 .p-dataList__img {
    width: 5.6875rem;
    height: 4.0625rem;
  }
}
.p-dataList .p-dataList__item.--type5 .p-dataList__img {
  width: 14.4375rem;
  height: 4.8125rem;
  position: relative;
  inset: initial;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type5 .p-dataList__img {
    width: 6.6875rem;
    height: 2.25rem;
  }
}
.p-dataList .p-dataList__item.--type5 .p-dataList__numArea {
  margin-top: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type5 .p-dataList__numArea {
    margin-top: 0.5625rem;
  }
}
.p-dataList .p-dataList__item.--type6 .p-dataList__img {
  width: 7.1875rem;
  height: 7.1875rem;
  position: relative;
  inset: initial;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type6 .p-dataList__img {
    width: 3.3125rem;
    height: 3.3125rem;
  }
}
.p-dataList .p-dataList__item.--type7 .p-dataList__img {
  width: 7.75rem;
  height: 7.5rem;
  position: relative;
  inset: initial;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type7 .p-dataList__img {
    width: 3.5625rem;
    height: 3.4375rem;
  }
}
.p-dataList .p-dataList__item.--type8 .p-dataList__img {
  width: 8.25rem;
  height: 4.875rem;
  bottom: 1.6875rem;
  right: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type8 .p-dataList__img {
    width: 3.8125rem;
    height: 2.25rem;
    right: 0.8125rem;
    bottom: 0.5rem;
  }
}
.p-dataList .p-dataList__item.--type8 .p-dataList__text {
  max-width: 11.875rem;
}
@media screen and (max-width: 1023px) {
  .p-dataList .p-dataList__item.--type8 .p-dataList__text {
    max-width: 100%;
    width: 100%;
    margin-top: 0.375rem;
  }
}

.u-blue {
  color: #005bac;
}

@media screen and (max-width: 1023px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-mobile {
    display: block;
  }
}





/* 追記 */

.p-note {
  font-size: 0.875rem;
  /* line-height: 2.4; */
  letter-spacing: 0.04em;
  color: #899095;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-note {
    font-size: 0.8125rem;
  }
}

.p-subMv.--grade .p-subMv__ja .grade {
  background-image: radial-gradient(#3191cf, #2f6fb7 50%, #224089 80%, #132a4e 85%, #152a4e 95%, #13212c);
}

.p-mission .p-mission__keywordItem span {
  font-size: 1rem;
  line-height: 0.75;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem;
  margin-bottom: 10px;
}

.p-mission .p-mission__keywordItem span::before {
  content: "#";
  font-size: 0.9375rem;
  line-height: 0.7333333333;
  color: #005bac;
}

.p-mission .p-mission__keywordList {
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem 3.5rem;
  margin-top: 2.25rem;
  grid-template-columns: 1fr 1fr;
}

.p-mission__keywordItem {
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  .p-mission .p-mission__keywordList {
    margin-top: 2.125rem;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    grid-template-columns: 1fr;
  }

  .p-mission__keywordItem {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-job #forSupport.p-job__pointList {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

#forHDI {
  grid-row: 1 / 3;
  grid-column: 2;
}
}

.p-job .p-job__pointItem span {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}

/* .p-job .p-job__container {
  min-height: 460px;
}

.c-card1__img img {
  aspect-ratio: 16/9; width:100%; height:auto;
}

:root { --header-offset: 210px; }
.anchor { scroll-margin-top: var(--header-offset); }
html { scroll-padding-top: var(--header-offset); } */