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

.c-btn-simple {
  align-items: flex-start;
  display: flex;
}
.c-btn-simple:hover {
  opacity: 1;
}
.c-btn-simple:hover .c-btn-simple__arrow::after {
  transform: translateX(3px);
}

.c-btn-simple__text {
  align-items: center;
  background-color: #09CAEB;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  min-height: 50px;
  min-width: 230px;
  padding-inline: 20px;
}

.c-btn-simple__arrow {
  align-items: center;
  background-color: #09CAEB;
  border-radius: 50%;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.c-btn-simple__arrow::after {
  background: url(../images/btn_arrow.svg) no-repeat center/contain;
  content: "";
  height: 18px;
  transition: transform 0.3s ease;
  width: 20px;
}

.c-top-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 20px;
  position: relative;
  z-index: 2;
}
.c-top-title .c-title {
  align-items: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.c-top-title__bg {
  aspect-ratio: 587/250;
  max-width: 587px;
  position: relative;
  z-index: 1;
}
.c-top-title__bg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.c-title__jp {
  font-size: 32px;
  font-weight: bold;
  line-height: calc(43 / 32);
}

.p-main {
  padding-top: 100px;
}

.c-page-header {
  position: relative;
}

.c-page-header__img {
  aspect-ratio: 1366/320;
  height: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-page-header__img::after {
  background-color: #1c1404;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-page-header__title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.c-page-header__title-jp {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 38px;
  font-weight: bold;
  gap: 19px;
  line-height: calc(51 / 38);
}
.c-page-header__title-jp::after {
  background-color: #0075ff;
  content: "";
  height: 2px;
  width: 40px;
}

.c-page-header__title-en {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(23 / 18);
}

.c-page-inner {
  margin-inline: auto;
  max-width: 1140px;
  padding-inline: 20px;
}

.c-page-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-page-title__en {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: calc(63 / 50);
}

.c-page-title__jp {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(21 / 16);
}

.c-page-intro {
  padding-top: 50px;
  position: relative;
}
.c-page-intro .bg-text__wrap {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 53px;
  width: 100%;
  z-index: 1;
}
.c-page-intro .bg-text {
  color: #f7f8fa;
  font-family: "Outfit", sans-serif;
  font-size: 200px;
  font-weight: 500;
  letter-spacing: -9px;
  line-height: 1;
}

.c-page-intro__inner {
  position: relative;
  z-index: 2;
}
.c-page-intro__inner.c-page-inner {
  max-width: 640px;
}

.c-page-intro__wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 43px;
}

.c-page-intro__contents {
  width: 100%;
}

.c-page-intro__label {
  font-size: 22px;
  font-weight: bold;
  line-height: calc(66 / 32);
  margin-top: 40px;
}
.c-page-intro__label span {
  background-color: #fff;
  border: solid 1px #707070;
  border-left: solid 6px #0075FF;
  border-radius: 0 0 10px 0;
  margin-right: 5px;
  padding-block: 5px;
  padding-left: 10px;
  padding-right: 15px;
}

.c-page-intro__desc {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: normal;
  gap: 28px;
  line-height: calc(28 / 16);
  margin-top: 40px;
}

.c-page-intro__link {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 45px;
  max-width: 370px;
  width: 100%;
}
.c-page-intro__link p {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(27 / 20);
}

.c-page-intro__item {
  align-items: center;
  border-bottom: solid 1px #0075ff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%;
}
.c-page-intro__item::after {
  background: url("../images/arrow_cycle.svg") no-repeat center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 30px;
  transform: rotate(95deg);
  width: 30px;
}

.c-page-intro__pict {
  width: 100%;
}

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

@media (min-width: 768px) {
  .adjust-spwide {
    letter-spacing: 0.03em;
  }
  .adjust-tb {
    letter-spacing: normal;
  }
}

@media (min-width: 1024px) {
  .adjust-tb {
    letter-spacing: 0.03em;
  }
  .adjust-pc {
    letter-spacing: normal;
  }
  .c-btn-simple__text {
    min-height: 60px;
    min-width: 230px;
  }
  .c-btn-simple__arrow {
    height: 60px;
    width: 60px;
  }
  .c-title {
    gap: 13px;
  }
  .c-page-intro {
    padding-top: 107px;
  }
  .c-page-intro .bg-text__wrap {
    top: 95px;
  }
  .c-page-intro .bg-text {
    font-size: 300px;
  }
  .c-page-intro__inner.c-page-inner {
    max-width: 1140px;
  }
  .c-page-intro__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .c-page-intro__contents {
    max-width: 500px;
  }
  .c-page-intro__label {
    font-size: 32px;
    margin-top: 62px;
  }
  .c-page-intro__label span {
    margin-right: 10px;
    padding-right: 27px;
  }
  .c-page-intro__desc {
    margin-top: 44px;
  }
}

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