@charset "UTF-8";
.adjust-sp {
  letter-spacing: 0.1em;
}

.c-desc {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: 30px;
  letter-spacing: 0.03em;
  line-height: calc(30 / 14);
  text-align: justify;
}

.c-title-en {
  color: #004fa4;
  font-family: "Urbanist", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: calc(53 / 40);
}

.c-title-cycle {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.48px;
  line-height: calc(20 / 16);
}
.c-title-cycle::before {
  aspect-ratio: 1/1;
  background-color: #87c6e7;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 9px;
  width: 9px;
}

a.c-btn-arrow {
  align-items: center;
  color: #004fa4;
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
a.c-btn-arrow:hover {
  opacity: 1;
}
a.c-btn-arrow:hover p::after {
  width: 100%;
}
a.c-btn-arrow > p {
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
a.c-btn-arrow > p::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
a.c-btn-arrow > div {
  background: linear-gradient(180deg, #4db5eb 0%, #004fa4 100%);
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
}
a.c-btn-arrow > div::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  content: "";
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
}

.c-title-wrap {
  display: flex;
  flex-direction: column;
}
.c-title-jp {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: calc(22 / 16);
}

.c-link-triangle {
  align-items: center;
  display: flex;
  gap: 12px;
  padding-bottom: 5px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link-triangle:hover {
  opacity: 1;
}
.c-link-triangle:hover::before {
  width: 100%;
}
.c-link-triangle p {
  color: #2c2c2c;
  font-weight: 400;
}
.c-link-triangle::after {
  background-color: #004fa4;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7.6px;
  width: 6.6px;
}
.c-link-triangle::before {
  background: #b5b5b5;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

a.c-btn-simple {
  align-items: center;
  background: linear-gradient(90deg, #0f63b2 0%, #41a5e0 100%);
  border-radius: 45px;
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 20px;
  justify-content: center;
  line-height: calc(20 / 14);
  padding: 14px 20px;
  width: 220px;
}
a.c-btn-simple p {
  text-align: center;
  width: 100%;
}
a.c-btn-simple::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  transition: transform 0.3s ease;
  width: 10px;
}
a.c-btn-simple:hover {
  opacity: 1;
}
a.c-btn-simple:hover::after {
  transform: translateX(5px);
}

.page-header {
  padding-top: 87px;
  position: relative;
  z-index: 2;
}
.page-header::after {
  aspect-ratio: 375/600;
  background: linear-gradient(180deg, #abd7f6 0%, #ebf8fe 100%);
  content: "";
  height: auto;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-header.page-header-grd::after {
  background: linear-gradient(180deg, #abd7f6 0%, #fff 100%);
}

.page-header__wrap {
  margin-inline: auto;
  max-width: 1366px;
  padding-inline: 20px;
  position: relative;
  z-index: 3;
}

.page-header__bread {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}

a.page-header__bread-item,
.page-header__bread-item {
  color: #848484;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: calc(20 / 12);
}

.page-header__bread-item {
  align-items: center;
  color: #7892ad;
  display: flex;
  gap: 10px;
}
.page-header__bread-item:not(:first-child)::before {
  background-color: currentColor;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7.6px;
  width: 6.6px;
}

.page-header__title {
  padding-top: 100px;
}
.page-header__title .c-title-en {
  font-size: 50px;
  font-weight: 700;
}
.page-header__title .c-title-cycle {
  font-size: 14px;
}

.page-header__bg {
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(4.375rem, 2.8377270434rem + 6.5590312815vw, 8.4375rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  top: 25px;
}

.page-header__img {
  margin-top: 30px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.inner {
  margin-inline: auto;
  width: min(1146px, 100%);
}

.page-main {
  position: relative;
  z-index: 5;
}

.page-bgwrap {
  background: #ebf8fe;
}

.c-label-text {
  color: #004fa4;
  font-size: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.83;
}

@media (min-width: 414px) {
  .adjust-sp {
    letter-spacing: normal;
  }
  .adjust-spwide {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .adjust-spwide {
    letter-spacing: normal;
  }
  .adjust-tb {
    letter-spacing: 0.1em;
  }
  .c-desc {
    text-align: left;
  }
  .page-header::after {
    aspect-ratio: 1366/999;
  }
}

@media (min-width: 1024px) {
  .adjust-tb {
    letter-spacing: normal;
  }
  .adjust-pc {
    letter-spacing: 0.1em;
  }
  .c-title-en {
    font-size: 40px;
  }
  a.c-btn-arrow > div {
    height: 56px;
    width: 56px;
  }
  .c-title-wrap {
    gap: 4px;
  }
  a.c-btn-simple p {
    padding-left: 27px;
  }
  a.c-btn-simple {
    padding: 14px 25px;
  }
  .page-header__bread {
    padding-inline: 10px;
  }
  .page-header__title {
    padding-top: 72px;
  }
  .page-header__bg {
    top: 100px;
  }
  .page-header__img {
    margin-top: 64px;
  }
}

@media (min-width: 1366px) {
  .adjust-pc {
    letter-spacing: normal;
  }
  .adjust-lg {
    letter-spacing: 0.1em;
  }
}