@charset "UTF-8";
/* ブレイクポイント設定 */
/* 色設定 */
/* フォントサイズ */
/* 行間 */
/* 文字間隔 */
/* スタイル調整 */
/* 擬似要素の共通基盤 */
/* transition */
/* FV */
.FV {
  position: relative;
  height: 133rem;
  overflow: hidden;
}

.site-logo {
  position: absolute;
  top: 0;
  left: -3.5rem;
  width: 30.7rem;
}

.FV__title-1 {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 71.2rem;
}

.FV__title-2 {
  position: absolute;
  top: 23rem;
  left: 48%;
  transform: translateX(-50%);
  width: 63.7rem;
}

.FV__line-bg {
  position: absolute;
}

.FV__line-bg1 {
  top: 14rem;
  left: -0.5rem;
  background: url(../images/section-01/2x/アセット\ 4@2x.png) no-repeat center/contain;
  width: 40rem;
  height: 11.3rem;
}

.FV__line-bg2 {
  top: 2.4rem;
  left: -9rem;
  background: url(../images/section-01/2x/アセット\ 5@2x.png) no-repeat center/contain;
  width: 28.5rem;
  height: 10rem;
}

.FV__line-bg3 {
  top: 36.3rem;
  left: 8rem;
  background: url(../images/section-01/2x/アセット\ 6@2x.png) no-repeat center/contain;
  width: 42rem;
  height: 11.3rem;
}

.FV__line-bg4 {
  top: 12.7rem;
  left: 30.8rem;
  background: url(../images/section-01/2x/アセット\ 7@2x.png) no-repeat center/contain;
  width: 42rem;
  height: 14rem;
}

.FV__model {
  position: absolute;
  z-index: 2;
  bottom: -18rem;
  left: 50.2%;
  transform: translateX(-50%);
  width: 100rem;
}

.FV__bg1 {
  position: absolute;
  bottom: -49rem;
  left: 49.8%;
  transform: translateX(-50%);
  width: 100.5%;
  height: 125rem;
  background: url(../images/section-01/2x/アセット\ 8@2x.png) no-repeat center bottom/contain;
}

.FV__bg2 {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 27.8rem;
  background: url(../images/section-01/2x/アセット\ 10@2x.png) no-repeat center bottom/contain;
}

.FV__cta {
  position: absolute;
  z-index: 9999;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

/* section01 */
.section01 {
  background: url(../images/section-01/section-01_achieve_bg.png) no-repeat center bottom/cover;
  padding-bottom: 11rem;
}

.section01__title-block {
  position: relative;
  height: 78.5rem;
}

.section01__word, .section01__line-bg, .section01__light {
  position: absolute;
}

.word-1 {
  top: 1.5rem;
  left: -0.3rem;
  width: 72.9rem;
}

.word-2 {
  top: 12.5rem;
  left: -0.3rem;
  width: 64rem;
}

.word-3 {
  z-index: 1;
  top: 52rem;
  left: -38.5rem;
  width: 93.5rem;
}

.word-4 {
  z-index: 1;
  top: 41.5rem;
  left: 1rem;
  width: 69rem;
}

.word-5 {
  top: 61rem;
  left: 23.8rem;
  width: 37.5rem;
}

.section01__arrow {
  position: absolute;
  top: 38.4rem;
  left: -3.7rem;
  width: 80rem;
}

.section01__light {
  z-index: 1;
}

.light-1 {
  top: 57.5rem;
  left: 6.2rem;
  width: 22rem;
  aspect-ratio: 1/1;
  background: url(../images/section-01/2x/アセット\ 16@2x.png) no-repeat center/contain;
}

.light-2 {
  top: 26rem;
  left: 37.5rem;
  width: 43rem;
  aspect-ratio: 1/1;
  background: url(../images/section-01/2x/アセット\ 17@2x.png) no-repeat center/contain;
}

.section01__line-bg {
  width: 43rem;
  height: 14rem;
}

.section01__line-bg1 {
  top: 10.3rem;
  left: -0.5rem;
  background: url(../images/section-01/2x/アセット\ 19@2x.png) no-repeat center/contain;
}

.section01__line-bg2 {
  top: 21.5rem;
  left: 57.3rem;
  background: url(../images/section-01/2x/アセット\ 20@2x.png) no-repeat center/contain;
}

.section01__line-bg3 {
  top: 49.2rem;
  left: -23rem;
  background: url(../images/section-01/2x/アセット\ 21@2x.png) no-repeat center/contain;
}

.section01__line-bg4 {
  top: 73.4rem;
  left: -30.3rem;
  background: url(../images/section-01/2x/アセット\ 22@2x.png) no-repeat center/contain;
}

.section01__line-bg5 {
  top: 70.8rem;
  left: 26.2rem;
  background: url(../images/section-01/2x/アセット\ 23@2x.png) no-repeat center/contain;
}

.section01__line-bg6 {
  top: 79.4rem;
  left: 6.3rem;
  background: url(../images/section-01/2x/アセット\ 24@2x.png) no-repeat center/contain;
}

.achieve__title {
  width: 65.5rem;
  margin: 0 auto;
}

.achieve__contents {
  width: 69.076rem;
  margin-top: -9.2rem;
  margin-left: 3.4rem;
}

.achieve__movies {
  display: grid;
  grid-template-columns: repeat(2, 5fr);
  gap: 4.9rem 2.78rem;
  overflow: hidden;
}
.achieve__movies a {
  transition: 0.3s;
}
.achieve__movies a img {
  vertical-align: middle;
}
.achieve__movies a:hover {
  transform: scale(1.05);
}

.achieve__movie {
  box-shadow: 0.3rem 0.3rem 0.8rem rgba(0, 0, 0, 0.25);
}

.achive__texts {
  display: flex;
  width: 105%;
  margin-top: 4rem;
  margin-left: -1rem;
}

.achieve__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.8rem;
}

.list-1 {
  margin-right: -0.5rem;
}

/* section02 */
.section02__negative-1 {
  text-align: center;
  height: 341.5rem;
  background: url(../images/section-02/section-02_negative-1_bg-full.webp) no-repeat center/cover;
  padding-top: 4.534rem;
}

.negative-1__text01 {
  font-size: 4.915rem;
  line-height: 1.67;
}

.text-border {
  z-index: 0;
  margin-right: 2rem;
  margin-left: -2rem;
}
.text-border::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27.238rem;
  height: 7.782rem;
  background: url(../images/section-02/2x/アセット\ 1@2x.png) no-repeat center/contain;
}

.negative-1__image {
  width: 75.364rem;
  margin-left: -4.313rem;
  margin-top: -9.5rem;
}

.negative-1__text02 {
  font-size: 9.011rem;
  font-weight: 500;
  line-height: 1.17;
  margin-top: -20.5rem;
}

.dot::before {
  position: absolute;
  content: "";
  display: block;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.229rem;
  height: 1.229rem;
  background: #fff;
  border-radius: 50%;
}

.data__text-1 {
  text-align: center;
  line-height: 1.75;
  margin-top: 14rem;
}

.text-1--01 {
  position: relative;
  display: inline-block;
  font-size: 4.096rem;
}
.text-1--01::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 33.587rem;
  height: 1px;
  background: #101733;
}

.text-1--02 {
  margin-top: 1.85rem;
  margin-bottom: 0.5rem;
}

.text-1--03 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 74.342rem;
  height: 10.854rem;
  background: url(../images/section-02/2x/アセット\ 2@2x.png) no-repeat center/contain;
  font-size: 7.168rem;
  letter-spacing: -0.1em;
  margin-left: 1rem;
}

.text-1--04 {
  position: relative;
  margin-top: 1rem;
}
.text-1--04::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  top: -2rem;
  right: -7.2rem;
  width: 21.716rem;
  height: 21.852rem;
  background: url(../images/section-02/2x/アセット\ 3@2x.png) no-repeat center/contain;
}

.text-1 {
  display: inline-block;
  font-size: 4.506rem;
}

.data__graph {
  position: relative;
  width: 54.566rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #DFDFDF;
  /* 右方向 + 下方向 + ぼかし */
  box-shadow: 1.5rem 1.5rem 2rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-top: 1.5rem;
  margin-left: 9rem;
  /* Navy 縁アニメーション */
  /* ここをデザインに合わせて調整 */
}
.data__graph::before {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  border-radius: 50%;
  /* 円弧を作る */
  background: radial-gradient(circle at 30% 30%, #0177B6, #231815 70%);
  /* conic-gradient で “見える範囲” を制御（ここが円弧の形になる） */
  mask: conic-gradient(#000 var(--deg), transparent 0deg);
  -webkit-mask: conic-gradient(#000 var(--deg), transparent 0deg);
}
.data__graph span {
  position: absolute;
  color: #fff;
  line-height: 1.75;
  letter-spacing: -0.03em;
}
.data__graph .current {
  top: 42%;
  left: 10%;
  font-size: 12rem;
}
.data__graph .current-2 {
  transform: scale(0.5);
  transform-origin: left 13rem;
}
.data__graph .slash {
  top: 69%;
  left: 48%;
  width: 11rem;
  height: 0.18rem;
  transform: rotate(-55deg);
  background: #fff;
}
.data__graph .total {
  top: 65%;
  left: 61.5%;
  font-size: 4.096rem;
  font-stretch: 80%;
}

/* CSS変数をアニメーション可能にする */
@property --deg {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
/* 90%（=324degくらい）まで回す */
@keyframes sweep {
  from {
    --deg: 0deg;
  }
  to {
    --deg: 324deg;
  } /* 360 × 0.9 */
}
.data__text-2 {
  width: 72.356rem;
  text-align: left;
  font-size: 3.277rem;
  line-height: 1.375;
  margin: 6rem auto 0;
}

.data__image {
  width: 67.202rem;
  margin: 4.2rem auto 0;
}

.section02__negative-2 {
  height: 140.698rem;
  background: url(../images/section-02/section-02_negative-2_bg-full.webp) no-repeat center/cover;
}

.negative-2__word {
  text-align: center;
  font-size: 8rem;
  padding-top: 6rem;
}

.negative-2__list {
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
  font-size: 4.301rem;
  margin-top: 17.5rem;
  margin-left: 1.5rem;
}

.list__text {
  position: relative;
  line-height: 1.375;
  padding-left: 6.7rem;
}
.list__text::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.8rem;
  left: 0;
  width: 4.5rem;
  aspect-ratio: 1/1;
  background: url(../images/section-02/section-02_negative-2_deco.svg) no-repeat center/contain;
}

.stretch-2 {
  letter-spacing: -0.01em;
}

/* section03 */
.section03 {
  overflow: hidden;
}

.section03__upper {
  text-align: center;
  height: 128rem;
  background: url(../images/section-03/section-03_bg_01-full.webp) no-repeat center top/cover;
  overflow: hidden;
  margin-top: -1.6rem;
}

.upper__word-1 {
  font-size: 11.059rem;
  font-style: italic;
  line-height: 1.5;
  padding-left: 11.5rem;
}

.upper__text-1 {
  font-size: 5.325rem;
  line-height: 1.581;
  margin-top: 3.5rem;
}

.text-border2 {
  color: #00bdd6;
  border: solid 1px #00bdd6;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.upper__text-2 {
  margin-top: 16rem;
}

.upper__word-2 {
  width: 95rem;
  margin-top: -2rem;
  margin-left: -10.5rem;
}

.upper__text-3 {
  margin-top: -15.5rem;
  margin-left: 2rem;
}

.upper-text {
  position: relative;
  text-align: center;
  font-size: 3.686rem;
  line-height: 1.44;
  color: #00bdd6;
}
.upper-text::before, .upper-text::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 10.3rem;
  height: 1px;
  background: #00bdd6;
}
.upper-text::before {
  left: 0;
}
.upper-text::after {
  right: 0;
}

.section03__lower {
  position: relative;
  height: 110rem;
  background: url(../images/section-03/section-03_text-04-bg.webp) no-repeat center/contain;
  margin-top: 5rem;
  margin-left: -0.1rem;
}

.section03__logo {
  position: absolute;
  top: -8.8rem;
  left: -1.5rem;
  width: 81rem;
}

.lower__text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-style: italic;
  letter-spacing: 0.05em;
  transform: rotate(-9.5deg) scaleY(0.97);
}

.lower__text-1 {
  top: 22.2rem;
  left: 1.2rem;
  height: 8rem;
  font-size: 4.88rem;
}

.lower__text-2 {
  top: 37.8rem;
  left: -0.5rem;
  height: 20rem;
  font-size: 19.8rem;
  transform: rotate(-9.5deg) scaleY(0.97) translateX(-0.8rem) translateY(5rem);
}

.lower__text-3 {
  top: 66.2rem;
  left: 0.2rem;
  height: 7rem;
  font-size: 4.03rem;
}

.stretch {
  letter-spacing: 0.15em;
}

.adjust-5 {
  margin-left: 0.3em;
  margin-right: 0.2em;
}

.adjust-6 {
  margin-left: 0.05em;
}

/* section04 */
.section04 {
  position: relative;
  text-align: center;
  height: 102.8rem;
  background: url(../images/section-04/section-04_bg.webp) no-repeat center/cover;
  overflow: hidden;
  margin-top: -3rem;
}

.section04__word-1 {
  position: relative;
  font-size: 6.963rem;
  padding-top: 11.7rem;
}
.section04__word-1::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -10.1rem;
  left: 49.5%;
  transform: translateX(-50%);
  width: 56.8rem;
  height: 5rem;
  background: url(../images/section-04/section-04_text01-deco.svg) no-repeat center/contain;
}

.section04__list {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
  margin-top: 14.6rem;
  margin-left: 0.2rem;
}

.list__item {
  width: 77.2rem;
}

.item02 {
  margin-bottom: 0.2rem;
}

.section04__word-2 {
  font-size: 4.71rem;
  line-height: 1.315;
  margin-top: 1.4rem;
}

.punct {
  margin-right: -0.45em;
}

.section04__word-3 {
  width: 71rem;
  margin: 1.2rem auto 0;
}

/* section05 */
.section05__upper {
  text-align: center;
  height: 123rem;
  background: url(../images/section-05/section-05_bg-01.webp) no-repeat center top/cover;
}

.section05__text-block1 {
  line-height: 1.4;
  padding-top: 7rem;
}

.block1__text-2 {
  margin-top: 1rem;
  margin-left: 2rem;
}

.section05-text {
  font-size: 4.096rem;
  font-weight: 600;
}

.section05__logo {
  width: 46.8rem;
  height: 12rem;
  vertical-align: -1.1em;
  margin-right: -3.2rem;
}

.section05__text-block2 {
  line-height: 1.4;
}

.block2__text-2 {
  letter-spacing: -0.03em;
  margin-top: 0.5rem;
}

.block2__text-3 {
  letter-spacing: -0.03em;
  margin-top: -1.5rem;
}

.blue-text {
  color: #00bdd6;
  letter-spacing: -0.03em;
  margin-left: 0.15em;
  margin-right: 0.15em;
}

.text-emphasis {
  position: relative;
  z-index: 0;
  color: #00bdd6;
  font-size: 7.168rem;
  font-weight: bold;
  line-height: 1.537;
}
.text-emphasis::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: 2rem;
  background: url(../images/section-05/2x/アセット\ 3@2x.png) no-repeat center/cover;
}

.emphasis-1 {
  margin-right: 0.2em;
}

.section05__text-block3 {
  width: 68.5rem;
  margin-top: -1rem;
  margin-left: 3.5rem;
}

.section05__lower {
  height: 75rem;
  background: url(../images/section-05/section-05_model-full.png) no-repeat center top/contain;
  margin-top: -8.5rem;
}

.section05__word {
  text-align: center;
  color: #fff;
  font-size: 7.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 8rem;
}

.section05__text-block4 {
  line-height: 1.75;
  margin-top: 10.5rem;
  margin-left: 5.5rem;
}

.block4__text-1 {
  letter-spacing: 0.03em;
}

.block4__text-2 {
  margin-bottom: 2rem;
}

.block4__text-3 {
  letter-spacing: 0.03em;
}

.block4__text-4 {
  letter-spacing: -0.03em;
  margin-top: 2rem;
}

.text-emphasis2 {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 8.8rem;
  color: #fff;
  font-size: 6.144rem;
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
}
.text-emphasis2::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/section-05/2x/アセット\ 4@2x.png) no-repeat center center/cover;
}

/* section06 */
.section06 {
  height: 253rem;
  background: url(../images/section-06/section-06_bg.webp) no-repeat center top/cover;
  overflow: hidden;
}

.section06__title-block {
  padding-top: 7.5rem;
}

.title__deco {
  width: 62rem;
  margin: 0 auto;
}

.title__logo {
  width: 27.8rem;
  margin-top: 2.5rem;
  margin-left: 23.5rem;
}

.title__text {
  width: 82rem;
  margin-top: -5rem;
  margin-left: -2.5rem;
}

.title-deco2 {
  margin-top: -5.2rem;
}

.section06__contents {
  display: flex;
  flex-direction: column;
  row-gap: 9.5rem;
  margin-top: 10rem;
}

.section06__content {
  position: relative;
  z-index: 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #101733;
  font-size: 4.096rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 auto;
}
.section06__content::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84rem;
  height: 18rem;
}

.content-1 {
  padding-left: 11rem;
}
.content-1::before {
  background: url(../images/section-06/section-06_deco-01.png) no-repeat center/contain;
}

.content-2 {
  padding-left: 8rem;
}
.content-2::before {
  background: url(../images/section-06/section-06_deco-02.png) no-repeat center/contain;
}

.content-3 {
  padding-left: 9rem;
}
.content-3::before {
  background: url(../images/section-06/section-06_deco-03.png) no-repeat center/contain;
}

.content-4 {
  padding-left: 12rem;
}
.content-4::before {
  background: url(../images/section-06/section-06_deco-04.png) no-repeat center/contain;
}

.content-5 {
  padding-left: 11rem;
}
.content-5::before {
  background: url(../images/section-06/section-06_deco-05.png) no-repeat center/contain;
}

.ls-adjust {
  letter-spacing: 0.05em;
  margin-left: 0.1em;
  margin-right: 0.1em;
}

.section06__screen-block {
  margin-top: 10.5rem;
}

.screen__title {
  width: 69rem;
  margin: 0 auto;
}

.screen__contents {
  width: 84rem;
  margin-top: -5.5rem;
  margin-left: -3.5rem;
}

.screen__deco {
  width: 69rem;
  margin: -5rem auto 0;
}

.section06__satisfaction-block {
  margin-top: 8rem;
}

.satisfaction__word {
  position: relative;
  width: 31.5rem;
  margin: 0 auto;
}
.satisfaction__word::before, .satisfaction__word::after {
  position: absolute;
  content: "";
  display: block;
  top: 46%;
  transform: translateY(-50%);
  width: 12rem;
  height: 10.5rem;
}
.satisfaction__word::before {
  left: -10rem;
  background: url(../images/section-06/section-06_satisfaction_decoL.svg) no-repeat center center/contain;
}
.satisfaction__word::after {
  right: -10rem;
  background: url(../images/section-06/section-06_satisfaction_decoR.svg) no-repeat center/contain;
}

.satisfaction__stars {
  width: 55rem;
  margin: 3.3rem auto 0;
}

.satisfaction__text {
  text-align: center;
  color: #fff;
  font-size: 2.458rem;
  font-style: italic;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-top: 1.8rem;
}

.adjust {
  margin-left: 0.1em;
  margin-right: 0.1em;
}

.adjust2 {
  margin-left: 0.1em;
}

/* section07 */
.section07 {
  background: url(../images/section-07/section-07_bg.webp) no-repeat center bottom/cover;
  overflow: hidden;
  padding-bottom: 26.8rem;
}

.section07__title {
  width: 71.5rem;
  padding-top: 3rem;
  margin: 0 auto;
}

.section07__contents {
  display: flex;
  flex-direction: column;
  margin-top: -2.8rem;
}

.section07__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 73.7rem;
  aspect-ratio: 1/1;
  margin: -5rem auto 0;
}
.section07__content::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  aspect-ratio: 1/1;
  background: url(../images/section-07/section-07_arrow.svg) no-repeat center/contain;
}

.step__text {
  display: inline-block;
  text-align: center;
  color: #4d4d4d;
  font-size: 4.88rem;
  font-weight: 600;
  line-height: 1.375;
}

.step-emphasis {
  display: inline;
  color: #0086c1;
  background: linear-gradient(transparent 75%, #FFF844 75%) no-repeat;
  font-weight: bold;
  margin-right: 0.1em;
}

.step01 {
  background: url(../images/section-07/section-07_card01.png) no-repeat center top/contain;
}
.step01 .icon01 {
  width: 27rem;
  margin-top: 14.5rem;
  margin-left: 3.2rem;
}
.step01 .text01 {
  margin-top: 1.5rem;
  margin-left: -1rem;
}

.step02 {
  width: 78.5rem;
  aspect-ratio: 1/1;
  background: url(../images/section-07/section-07_card02.png) no-repeat 36% top/contain;
}
.step02::before {
  bottom: -6.2rem;
}
.step02 .icon02 {
  width: 26.7rem;
  margin-top: 16.5rem;
  margin-left: -0.5rem;
}
.step02 .text02 {
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-top: 4rem;
  margin-left: -2.5rem;
}

.step03 {
  background: url(../images/section-07/section-07_card03.png) no-repeat center top/contain;
  margin: -1rem auto 0;
}
.step03 .icon03 {
  width: 43rem;
  margin-top: 11rem;
  margin-left: 12.5rem;
}
.step03 .text03 {
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-top: 4.5rem;
  margin-left: -1.5rem;
}

.step04 {
  background: url(../images/section-07/section-07_card04.png) no-repeat center top/contain;
}
.step04 .icon04 {
  width: 18.3rem;
  margin-top: 11.8rem;
}
.step04 .text04 {
  margin-top: 3rem;
  margin-left: -1rem;
}

.step05 {
  background: url(../images/section-07/section-07_card05.png) no-repeat center top/contain;
}
.step05::before {
  display: none;
}
.step05 .icon05 {
  width: 39rem;
  margin-top: 12.5rem;
  margin-left: 5rem;
}
.step05 .text05 {
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-top: 3.5rem;
  margin-left: -1rem;
}

.adjust3 {
  margin-right: 0.2em;
}

.adjust4 {
  margin-left: 0.2em;
}

.section07__word {
  position: relative;
  z-index: 0;
  width: 68.5rem;
  height: 15rem;
  color: #fff;
  font-size: 8.192rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.75;
  padding-left: 6rem;
  margin-top: 3.5rem;
}
.section07__word::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 58%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/section-07/section-07_text_bg.png) no-repeat center center/cover;
}

.section07__text {
  width: 73.7rem;
  margin-top: 8rem;
  margin-left: 2rem;
}

/* section08 */
.section08 {
  position: relative;
  width: 102%;
  height: 115.5rem;
  background: url(../images/section-08/section-08_bg.webp) no-repeat center top/cover;
  overflow: hidden;
  margin-top: -1rem;
  margin-left: -0.2rem;
}

.section08__text-1 {
  width: 71rem;
  margin-top: 4.7rem;
  margin-left: 3.5rem;
}

.section08__text-2 {
  width: 99.4rem;
  margin-top: 6.9rem;
  margin-left: -5.2rem;
}

.section08__cta {
  position: absolute;
  z-index: 9999;
  left: 50%;
  bottom: 15rem;
  transform: translateX(-50%);
}

/* section09 */
.section09 {
  overflow: hidden;
}

.section09__text-block {
  width: 81rem;
  height: 42rem;
  background: url(../images/section-09/section-09_text1-bg.webp) no-repeat center/cover;
  padding-top: 7.4rem;
  margin-left: -1.5rem;
}
.section09__text-block .section09__text {
  width: 69.5rem;
  margin-left: 5.3rem;
}

.section09__students {
  margin-top: -3.5rem;
}

.student__profile {
  position: relative;
  height: 35rem;
  color: #fff;
  font-size: 4.88rem;
  font-weight: 500;
}

.profile__name {
  position: absolute;
  top: 1.5rem;
  left: 36.2%;
  background: linear-gradient(transparent 95%, #FFF844 95%) no-repeat;
  line-height: 1.798;
}

.profile__text {
  position: absolute;
  top: 11.5rem;
  left: 36.2%;
  line-height: 1.339;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}

.student__work {
  position: relative;
  z-index: 1;
  padding-top: 3.5rem;
  margin-top: -1rem;
}

.work__name {
  width: 43rem;
  margin: 0 auto;
}

.profile01 {
  background: url(../images/section-09/section-09_student01-pic.webp) no-repeat center top/cover;
}

.work01 {
  background: url(../images/section-09/section-09_student01-bg.webp) no-repeat center top/100%;
  padding-bottom: 138rem;
}

.profile02 {
  background: url(../images/section-09/section-09_student02-pic.webp) no-repeat center top/cover;
}

.work02 {
  background: url(../images/section-09/section-09_student02-bg.webp) no-repeat center top/100%;
  padding-bottom: 133.5rem;
}

/* section10 */
.section10 {
  background: url(../images/section-10/section-10_bg.webp) no-repeat left bottom/cover;
  overflow: hidden;
  padding-bottom: 8rem;
}

.section10__title {
  width: 49.5rem;
  padding-top: 5rem;
  margin-left: 15rem;
}

.section10__contents {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  width: 71.68rem;
  margin: 3.8rem auto 0;
}

.student__heading {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  width: 100%;
  height: 21.5rem;
  color: #fff;
  background: url(../images/section-10/section-10_card-title-bg.webp) no-repeat center top/cover;
}
.student__heading::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 5.6rem;
  height: 18rem;
  background: url(../images/section-10/section-10_card-btn02.png) no-repeat center/contain;
}

.student02 .student__heading {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.student03 .student__heading {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.student04 .student__heading {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.student05 .student__heading {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.student__names {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 4rem;
}

.student__img {
  width: 13rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.student__name {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.036;
  letter-spacing: -0.05em;
  margin-top: -0.5rem;
}

.student__word {
  font-size: 4.88rem;
  font-weight: 500;
  line-height: 1.167;
  font-feature-settings: "palt";
}

.student__text {
  color: #101733;
  background: #fff;
  font-size: 2.82rem;
  font-weight: 200;
  line-height: 1.643;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  text-align: justify;
  border: solid 1px #D2D3D4;
  padding: 1rem 3rem 2.75rem 3rem;
}

.text--first {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.text--second {
  margin-bottom: 2rem;
}

.accordion {
  display: none;
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
}

/* section11 */
.section11 {
  position: relative;
  overflow: visible;
}

.section11__inner {
  background: url(../images/section-11/section-11_bg02.png) no-repeat center top/cover;
  padding-bottom: 85rem;
}

.section11__text {
  width: 82.5rem;
  padding-top: 12rem;
  margin-left: -6rem;
}

.section11__cta {
  position: absolute;
  z-index: 9999;
  left: 50%;
  bottom: 3.5rem;
  transform: translateX(-50%);
}

/* フッター */
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
  background: #1B293D;
  line-height: 1.4;
}

.footer__container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.footer__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 3.277rem;
}
.footer__contents a {
  color: #fff;
}

.copy {
  text-align: center;
  font-size: 2.82rem;
  font-weight: 200;
}/*# sourceMappingURL=style.css.map */