.footer-bottom-adjust {
  margin-bottom: -426px;
  padding-bottom: 426px;
}

.page-common {
  margin-bottom: -190px;
}
.page-common .page-common__wrap {
  padding-bottom: 190px;
}
.page-common .c-title-en {
  font-size: clamp(1.875rem, 1.4019929364rem + 2.0181634712vw, 3.125rem);
}
.page-common .c-title-jp {
  font-size: clamp(0.75rem, 0.6553985873rem + 0.4036326942vw, 1rem);
}

.page-common__wrap {
  position: relative;
  z-index: 2;
}

.adjust-sp {
  letter-spacing: 0.1em;
}

.c-inner {
  margin-inline: auto;
  max-width: 1146px;
  width: 100%;
}

.page-header {
  margin-bottom: -100px;
  overflow: visible;
  padding-bottom: 100px;
  padding-top: 110px;
  position: relative;
  z-index: 1;
}

.page-header__bread {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-inline: auto;
  padding-right: 20px;
  position: relative;
  position: absolute;
  right: 0;
  top: 80px;
  width: min(100%, 1366px);
  z-index: 5;
}

a.page-header__bread-item,
.page-header__bread-item {
  color: #0f80cb;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: calc(20 / 12);
}

.page-header__bread-item {
  align-items: center;
  display: flex;
  gap: 15px;
}
.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: 6px;
  width: 5px;
}

.page-header__body {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  padding: 0 10px 80px;
  position: relative;
  width: min(100%, 1366px);
  z-index: 2;
}

.page-header__contents {
  bottom: 25px;
  flex-shrink: 0;
  left: 8.0527086384%;
  position: absolute;
  z-index: 3;
}
.page-header__contents .c-title-en {
  font-size: clamp(2.625rem, 2.0810418769rem + 2.3208879919vw, 4.0625rem);
}
.page-header__contents .c-title-jp {
  font-size: clamp(0.9375rem, 0.9138496468rem + 0.1009081736vw, 1rem);
}

.page-header__visual {
  aspect-ratio: 915/500;
  flex-shrink: 0;
  overflow: visible;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 2;
}

.page-header__visual-inner {
  inset: 0;
  position: absolute;
}

.page-header__visual-item {
  overflow: visible;
  position: absolute;
}
.page-header__visual-item--main {
  height: 97%;
  left: 8.9617486339%;
  top: 0%;
  width: 54.5355191257%;
  z-index: 3;
}
.page-header__visual-item--sub-01 {
  height: 54.6%;
  left: 69.2896174863%;
  top: 4.2%;
  width: 30.7103825137%;
  z-index: 1;
}
.page-header__visual-item--sub-01::before {
  animation-delay: -5s;
}
.page-header__visual-item--accent {
  height: 33.6%;
  left: 63.0601092896%;
  top: 58.6%;
  width: 18.9071038251%;
  z-index: 3;
}

.page-header__bg {
  background: linear-gradient(180deg, #e8eef7 0%, #e8eef7 50%, #ffffff 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.c-title {
  display: flex;
  flex-direction: column;
  gap: clamp(0.3125rem, 0.1942482341rem + 0.5045408678vw, 0.625rem);
}

.c-title-en {
  color: #1b58cd;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.5rem, 1.9087411705rem + 2.5227043391vw, 4.0625rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.c-title-jp {
  font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
  font-weight: 700;
  line-height: calc(32 / 16);
}

.c-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0 3em;
  line-height: calc(42 / 26);
}

.c-heading {
  border-bottom: 1px solid rgba(58, 97, 125, 0.302);
  color: #1b58cd;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.375rem, 1.1857971746rem + 0.8072653885vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
  width: 100%;
}

@keyframes bubble {
  0%, 100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.01, 0.98);
  }
  40% {
    transform: scale(0.995, 1.05);
  }
  60% {
    transform: scale(1.05, 0.99);
  }
  80% {
    transform: scale(0.98, 1.025);
  }
}
.c-bubble-deco {
  aspect-ratio: 1/1;
  pointer-events: none;
  position: relative;
}
.c-bubble-deco::before {
  animation: bubble 16s ease-in-out infinite;
  background: url(../images/visual-deco.png) no-repeat center/contain;
  content: "";
  inset: 0;
  position: absolute;
  will-change: transform;
}

.c-bubble-visual:not(.c-bubble-visual--main) .c-bubble-visual-img {
  animation: bubble 16s ease-in-out infinite;
  will-change: transform;
}

.c-bubble-visual {
  pointer-events: none;
  position: relative;
}
.c-bubble-visual .c-bubble-deco {
  aspect-ratio: auto;
  inset: 0;
  position: absolute;
  z-index: 2;
}
.c-bubble-visual .c-bubble-visual-img {
  border-radius: 50%;
  overflow: hidden;
  pointer-events: visible;
  position: absolute;
  z-index: 1;
}
.c-bubble-visual .c-bubble-visual-img::after {
  aspect-ratio: 1/1;
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0.37vw 0.73vw #ffffff;
  content: "";
  height: 110%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  z-index: 1;
}
.c-bubble-visual .c-bubble-visual-img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-bubble-visual--main .c-bubble-deco {
  z-index: 3;
}
.c-bubble-visual--main .c-bubble-deco::before {
  animation-delay: -2s;
}
.c-bubble-visual--main .top-fv__main-slide {
  height: 65.0485436893%;
  left: 16.3661581137%;
  position: absolute;
  top: 15.8113730929%;
  width: 65.0485436893%;
  z-index: 1;
}
.c-bubble-visual--accent-01 .c-bubble-visual-img {
  height: 70%;
  left: 13.6363636364%;
  top: 15.3333333333%;
  width: 68.1818181818%;
}
.c-bubble-visual--accent-01 .c-bubble-deco::before,
.c-bubble-visual--accent-01 .c-bubble-visual-img {
  animation-delay: -5s;
}
.c-bubble-visual--accent-02 .c-bubble-visual-img {
  height: 64.4732231572%;
  left: 17.6928283085%;
  top: 17.8320285312%;
  width: 64.4732231572%;
}
.c-bubble-visual--accent-02 .c-bubble-deco::before,
.c-bubble-visual--accent-02 .c-bubble-visual-img {
  animation-delay: -9s;
}
.c-bubble-visual--page-main .c-bubble-visual-img {
  height: 69.8969072165%;
  left: 14.8296593186%;
  top: 15.2577319588%;
  width: 67.9358717435%;
}
.c-bubble-visual--page-main .c-bubble-deco::before,
.c-bubble-visual--page-main .c-bubble-visual-img {
  animation-delay: -2s;
}
.c-bubble-visual--page-accent .c-bubble-visual-img {
  height: 69.6428571429%;
  left: 13.2947976879%;
  top: 14.880952381%;
  width: 67.6300578035%;
}
.c-bubble-visual--page-accent .c-bubble-deco::before,
.c-bubble-visual--page-accent .c-bubble-visual-img {
  animation-delay: -9s;
}

.page-header__visual-item.c-bubble-deco,
.page-header__visual-item.c-bubble-visual {
  aspect-ratio: auto;
  position: absolute;
}

.c-desc {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
  gap: clamp(0.9375rem, 0.8192482341rem + 0.5045408678vw, 1.25rem);
  line-height: 2;
  text-align: justify;
}
.c-arrow {
  display: block;
  flex-shrink: 0;
  height: 44px;
  width: 44px;
}
.c-arrow::after {
  background: url(../images/icon-arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.c-noise {
  background: url(../images/noise.png) repeat top left/454px 1344px;
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
}

.c-break {
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-bg-glow {
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.c-bg-glow__item {
  border-radius: 50%;
  height: 180px;
  pointer-events: none;
  position: absolute;
  width: 180px;
}
.c-bg-glow__item--blue, .c-bg-glow__item--1, .c-bg-glow__item--3 {
  background-color: rgba(108, 177, 227, 0.3);
  box-shadow: 0 2px 54px 87px rgba(108, 177, 227, 0.3);
}
.c-bg-glow__item--light, .c-bg-glow__item--2 {
  background-color: rgba(205, 224, 253, 0.7);
  box-shadow: 0 2px 54px 87px rgba(205, 224, 253, 0.7);
}

.c-bg-glow .c-bg-glow__item--1 {
  left: -5%;
  top: -6%;
}
.c-bg-glow .c-bg-glow__item--2 {
  left: 83%;
  top: 42%;
}
.c-bg-glow .c-bg-glow__item--3 {
  bottom: 0;
  left: -4.5%;
}

.c-bg-glow--tb .c-bg-glow__item--top {
  left: -68px;
  top: -98px;
}
.c-bg-glow--tb .c-bg-glow__item--bottom {
  bottom: 0;
  right: -77px;
}

.c-tag {
  align-items: center;
  background-color: #47a5e9;
  border-radius: 5px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 6px 5px;
}

a.c-btn-more {
  align-items: center;
  background: linear-gradient(90deg, #0578c9 0%, #69cbe1 100%);
  border-radius: 45px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 12px;
  height: 50px;
  justify-content: center;
  line-height: 1;
  min-width: 220px;
  padding: 0 35px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a.c-btn-more::after {
  background: url(../images/arrow_white.svg) no-repeat center/contain;
  content: "";
  display: block;
  filter: brightness(0) invert(1);
  height: 11px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 11px;
}
a.c-btn-more p {
  text-align: center;
  width: 100%;
}

.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: #1b58cd;
  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;
}

.c-page-wrap {
  background: linear-gradient(180deg, #c4d7f2 0%, #eff3fb 14.9%, #eff3fb 100%);
  border-radius: 0 50px 0 0;
}

@media (min-width: 414px) {
  .adjust-sp {
    letter-spacing: normal;
  }
  .adjust-spwide {
    letter-spacing: 0.1em;
  }
  a.page-header__bread-item,
  .page-header__bread-item {
    font-size: 12px;
  }
  .page-header__bread-item:not(:first-child)::before {
    height: 7px;
    width: 6px;
  }
}

@media (min-width: 768px) {
  .adjust-spwide {
    letter-spacing: normal;
  }
  .adjust-tb {
    letter-spacing: 0.1em;
  }
  .page-header {
    overflow: hidden;
    padding-top: 90px;
  }
  .page-header__bread {
    gap: 12px;
    padding-right: 1.8301610542%;
    top: 102px;
  }
  .page-header__body {
    aspect-ratio: 1366/500;
    display: block;
    padding: 0;
  }
  .page-header__contents {
    bottom: auto;
    top: 60%;
  }
  .page-header__contents .c-title-en {
    font-size: clamp(2.5rem, 1.9087411705rem + 2.5227043391vw, 4.0625rem);
  }
  .page-header__contents .c-title-jp {
    font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
    margin-top: clamp(0.5rem, 0.4053985873rem + 0.4036326942vw, 0.75rem);
  }
  .page-header__visual {
    aspect-ratio: auto;
    inset: 0;
    position: absolute;
    width: auto;
  }
  .page-header__visual-item--main {
    height: 97%;
    left: 37.7745241581%;
    top: 0%;
    width: 36.5300146413%;
  }
  .page-header__visual-item--sub-01 {
    height: 54.6%;
    left: 78.1844802343%;
    top: 4.2%;
    width: 20.5710102489%;
  }
  .page-header__visual-item--accent {
    height: 33.6%;
    left: 74.0117130307%;
    top: 58.6%;
    width: 12.6647144949%;
  }
  .c-label {
    font-size: 26px;
  }
  .c-desc {
    font-size: 14px;
    line-height: calc(32 / 14);
    text-align: left;
  }
  .c-arrow {
    height: 56px;
    width: 56px;
  }
  .c-break {
    aspect-ratio: 1366/648;
    height: auto;
  }
  .c-bg-glow__item {
    height: 240px;
    width: 240px;
  }
  .c-bg-glow__item--blue, .c-bg-glow__item--1, .c-bg-glow__item--3 {
    box-shadow: 0 3px 72px 116px rgba(108, 177, 227, 0.3);
  }
  .c-bg-glow__item--light, .c-bg-glow__item--2 {
    box-shadow: 0 3px 72px 116px rgba(205, 224, 253, 0.7);
  }
  .c-page-wrap {
    border-radius: 0 100px 0 0;
  }
}

@media (min-width: 1024px) {
  .adjust-tb {
    letter-spacing: normal;
  }
  .adjust-pc {
    letter-spacing: 0.1em;
  }
  .c-heading {
    padding-bottom: 28px;
  }
  .c-bg-glow .c-bg-glow__item--3 {
    bottom: auto;
    top: 79%;
  }
}

@media (min-width: 1366px) {
  .adjust-pc {
    letter-spacing: normal;
  }
  .adjust-lg {
    letter-spacing: 0.1em;
  }
  .page-header__bread {
    padding-right: 25px;
  }
  .page-header__visual-item--main {
    height: 485px;
    left: 436px;
    top: 0px;
    width: 499px;
  }
  .page-header__visual-item--sub-01 {
    height: 273px;
    left: 1068px;
    top: 21px;
    width: 281px;
  }
  .page-header__visual-item--accent {
    height: 168px;
    left: 983px;
    top: 269px;
    width: 173px;
  }
  .c-bg-glow__item {
    height: 311px;
    width: 311px;
  }
  .c-bg-glow__item--blue, .c-bg-glow__item--1, .c-bg-glow__item--3 {
    box-shadow: 0 4px 94px 150px rgba(108, 177, 227, 0.3);
  }
  .c-bg-glow__item--light, .c-bg-glow__item--2 {
    box-shadow: 0 4px 94px 150px rgba(205, 224, 253, 0.7);
  }
}

@media (hover: hover) {
  a.c-btn-more:hover {
    opacity: 1;
  }
  a.c-btn-more:hover::after {
    transform: translateY(-50%) translateX(5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-bubble-deco::before {
    animation: none;
  }
  .c-bubble-visual:not(.c-bubble-visual--main) .c-bubble-visual-img {
    animation: none;
  }
}