body {
  width: 100%;
  color: #333333;
}

.inner {
  padding-inline: 40px;
}
@media screen and (max-width: 600px) {
  .inner {
    padding-inline: 30px;
  }
}

.hidden-sp {
  display: block;
}
@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 700px) {
  .hidden-pc {
    display: block;
  }
}

a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.section-title {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}

.section-title-img {
  height: auto;
  display: block;
  margin: 0 auto;
}

.fv {
  position: relative;
}
.fv::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/fv-triangle.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 590px;
  height: 128px;
  bottom: -76px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(200px, 78vw, 590px);
  height: clamp(44px, 17vw, 128px);
  bottom: -3%;
}

.fv__content {
  position: relative;
  width: 100%;
}

.fv__image-img {
  width: 100%;
  display: block;
}

.fv__title {
  position: absolute;
  top: 15.1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
}

.fv__button {
  position: absolute;
  top: 51.9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 89%;
}

.fv__triangle {
  position: absolute;
  left: 50%;
  bottom: -2.8%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 79%;
}

.message__content {
  background: #daf0fa;
  padding-top: 18%;
  padding-bottom: 22%;
}

.message__wrapper {
  background: #fff;
  padding-top: 12%;
  padding-bottom: 14%;
  padding-inline: 40px;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 48px;
  letter-spacing: 0.01em;
  font-size: clamp(14px, 3.73vw, 28px);
  line-height: clamp(24px, 6.4vw, 48px);
  letter-spacing: clamp(0.14px, 0.28vw, 0.28px);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 600px) {
  .message__wrapper {
    padding-inline: 30px;
  }
}

.message__title {
  text-align: center;
}

.message__title-img {
  max-width: 398px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .message__title-img {
    width: 80%;
  }
}

.message__texts-top {
  margin-top: 15%;
}

.message__text {
  margin-top: 8%;
  font-weight: 500;
}
.message__text:first-child {
  margin-top: 0;
}

.message__image1 {
  margin-top: 11%;
  text-align: center;
  margin-bottom: 10%;
}

.message__image2 {
  margin-top: 11%;
  text-align: center;
  margin-bottom: 9%;
}

.message_red {
  color: #d00000;
  font-weight: 500;
}

.behind {
  margin-top: 34%;
}

.behind__title {
  text-align: center;
  position: relative;
}
.behind__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/behind_behind.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 280px;
  height: 103px;
  top: -104%;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 749px) {
  .behind__title::before {
    width: 240px;
  }
}
@media screen and (max-width: 600px) {
  .behind__title::before {
    margin-left: 30px;
    width: 180px;
    top: -120%;
  }
}
@media screen and (max-width: 400px) {
  .behind__title::before {
    width: 150px;
    margin-left: 0;
  }
}

.behind__title-img {
  width: 100%;
  max-width: 115px;
}
@media screen and (max-width: 600px) {
  .behind__title-img {
    width: 25%;
  }
}

.behind__frame-content {
  margin-top: 10%;
  position: relative;
}

.behind__frame {
  position: relative;
  max-width: 658px;
  width: 100%;
}

.behind__frame-img {
  width: 100%;
  height: auto;
  display: block;
}
.behind__frame-img:first-child {
  position: relative;
  z-index: 1;
}
.behind__frame-img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-47%, -48%);
          transform: translate(-47%, -48%);
  z-index: 2;
}

.behind__frame-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -49%);
          transform: translate(-49%, -49%);
  max-width: 533px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .behind__frame-wrapper {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 600px) {
  .behind__frame-wrapper {
    padding-inline: 40px;
  }
}

.behind__wrapper-leader-img {
  max-width: 462px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .behind__wrapper-leader-img {
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .behind__wrapper-leader-img {
    max-width: 360px;
  }
}

.behind__frame-company-img {
  max-width: 286px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: 3%;
  margin-top: 6%;
}
@media screen and (max-width: 700px) {
  .behind__frame-company-img {
    margin-top: 6%;
  }
}
@media screen and (max-width: 600px) {
  .behind__frame-company-img {
    max-width: 140px;
  }
}

.behind__frame-performance {
  position: relative;
  margin-top: 12%;
}
@media screen and (max-width: 700px) {
  .behind__frame-performance {
    margin-top: 7%;
  }
}

.behind__frame-performance-img {
  max-width: 533px;
  width: 100%;
}

.behind__button {
  margin-top: 20%;
}

.about {
  margin-top: 19%;
}

.about__title {
  text-align: center;
  margin-top: 7%;
  margin-left: 5%;
}

.about__title-img {
  max-width: 613px;
  width: 100%;
}

.about__wrapper {
  margin-top: 11%;
  text-align: center;
}

.solve__content {
  margin-top: 2%;
  text-align: center;
  margin-bottom: 20%;
}

.solve__title-img {
  max-width: 666px;
  width: 100%;
}

.solve__boxes {
  margin-top: 8%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .solve__boxes {
    gap: 10px;
  }
}

.voice {
  background-image: url(../img/voice_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  max-width: 750px;
  width: 100%;
  margin-top: 24%;
}

.voice__content {
  padding-top: 166px;
  padding-bottom: 138px;
}
@media screen and (max-width: 400px) {
  .voice__content {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}

.voice__texts {
  text-align: center;
}

.voice__title {
  position: relative;
}
.voice__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/voice_voice.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 201px;
  height: 97px;
  bottom: 50%;
  left: 0;
  margin-left: 30px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 749px) {
  .voice__title::before {
    width: 170px;
    bottom: 40%;
  }
}
@media screen and (max-width: 600px) {
  .voice__title::before {
    width: 140px;
    bottom: 30%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 400px) {
  .voice__title::before {
    width: 100px;
    bottom: -80%;
  }
}

.voice__title-img {
  max-width: 277px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .voice__title-img {
    width: 60%;
  }
}
@media screen and (max-width: 400px) {
  .voice__title-img {
    width: 50%;
  }
}

.voice__text {
  margin-top: 8%;
}

.voice__text-img {
  max-width: 597px;
  width: 100%;
}

.voice__cards {
  margin-top: 6%;
  padding-inline: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 749px) {
  .voice__cards {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 600px) {
  .voice__cards {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 400px) {
  .voice__cards {
    padding-inline: 0px;
  }
}

.voice__card {
  background: #fff;
  padding-block: 42px;
  padding-inline: 35px;
  -webkit-box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 600px) {
  .voice__card {
    padding-inline: 25px;
  }
}

.voice__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.voice__card-photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 135px;
}

.voice__card-photo-img {
  width: 100%;
}

.voice__card-detail {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 7%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 749px) {
  .voice__card-detail {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}

.voice__card-detail-message {
  font-size: clamp(1rem, 4.27vw, 2rem);
  line-height: clamp(1.75rem, 5.6vw, 2.625rem);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .voice__card-detail-message {
    font-size: clamp(1rem, 4.27vw, 1.5rem);
    line-height: clamp(1.75rem, 5.6vw, 2rem);
  }
}

.voice__card-detail-sex {
  margin-top: 4%;
  font-size: clamp(16px, 3.73vw, 28px);
  line-height: clamp(24px, 6.67vw, 50px);
  position: relative;
  text-align: right;
  padding-right: 45px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 700px) {
  .voice__card-detail-sex {
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .voice__card-detail-sex {
    padding-right: 10px;
  }
}
.voice__card-detail-sex::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #213a70;
  bottom: -8%;
  right: 0;
}

.voice__card-bottom {
  margin-top: 4%;
}
@media screen and (max-width: 600px) {
  .voice__card-bottom {
    margin-top: 6%;
  }
}
@media screen and (max-width: 400px) {
  .voice__card-bottom {
    margin-top: 8%;
  }
}

.voice__card-text {
  font-size: clamp(16px, 3.2vw, 24px);
  line-height: clamp(24px, 6.67vw, 50px);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: justify;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 400px) {
  .voice__card-text {
    line-height: clamp(28px, 7vw, 50px);
  }
}

.point {
  margin-top: 27%;
}

.point__title-img {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .point__title-img {
    width: 60%;
  }
}
@media screen and (max-width: 400px) {
  .point__title-img {
    width: 50%;
  }
}

.point__steps {
  margin-top: 4%;
}
@media screen and (max-width: 600px) {
  .point__steps {
    margin-top: 5%;
  }
}
@media screen and (max-width: 400px) {
  .point__steps {
    margin-top: 6%;
  }
}

.point__step:not(:first-child) {
  margin-top: 9%;
}

.point__step-img {
  max-width: 750px;
  width: 100%;
}

.point__step-body {
  margin-top: 4%;
}

.point__step-text {
  padding-inline: 80px;
  font-size: clamp(18px, 4.27vw, 28px);
  line-height: clamp(32px, 6.67vw, 50px);
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 600px) {
  .point__step-text {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 400px) {
  .point__step-text {
    padding-inline: 40px;
  }
}

.point__step-highlight {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fdf4b4));
  background: linear-gradient(to bottom, transparent 50%, #fdf4b4 50%);
}

.point__step-blue {
  color: #213a70;
  font-weight: 700;
}

.flow {
  margin-top: 31%;
}

.flow__title {
  text-align: center;
  position: relative;
}
.flow__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/flow_flow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 173px;
  height: 87px;
  top: -90%;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 749px) {
  .flow__title::before {
    width: 150px;
    top: -50px;
  }
}
@media screen and (max-width: 700px) {
  .flow__title::before {
    width: 140px;
    top: -50px;
  }
}
@media screen and (max-width: 600px) {
  .flow__title::before {
    width: 120px;
  }
}
@media screen and (max-width: 400px) {
  .flow__title::before {
    width: 100px;
    top: -40px;
  }
}

.flow__title-img {
  max-width: 334px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .flow__title-img {
    width: 60%;
  }
}
@media screen and (max-width: 400px) {
  .flow__title-img {
    width: 56%;
  }
}

.flow__texts {
  text-align: center;
  margin-top: 4%;
}

.flow__text {
  font-size: clamp(18px, 5vw, 32px);
  line-height: clamp(30px, 13vw, 50px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.flow__steps {
  margin-top: 8%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 56px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .flow__steps {
    gap: 30px;
  }
}
@media screen and (max-width: 400px) {
  .flow__steps {
    gap: 20px;
  }
}
.flow__steps::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80%;
  background-color: #1e2088;
  left: 18.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow__step {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.flow__step-img {
  width: 100%;
  height: auto;
  display: block;
}

.flow__button {
  margin-top: 18%;
}

.feature {
  margin-top: 33%;
}

.feature__title {
  text-align: center;
  position: relative;
}
.feature__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/feature_feature.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 303px;
  height: 91px;
  top: -104%;
  left: 8px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 749px) {
  .feature__title::before {
    width: 280px;
    top: -60px;
  }
}
@media screen and (max-width: 700px) {
  .feature__title::before {
    width: 250px;
    top: -60px;
  }
}
@media screen and (max-width: 600px) {
  .feature__title::before {
    width: 180px;
    top: -50px;
  }
}
@media screen and (max-width: 400px) {
  .feature__title::before {
    width: 160px;
    top: -40px;
  }
}

.feature__title-img {
  max-width: 281px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .feature__title-img {
    width: 60%;
  }
}
@media screen and (max-width: 400px) {
  .feature__title-img {
    width: 50%;
  }
}

.feature__wrapper {
  margin-top: 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (max-width: 600px) {
  .feature__wrapper {
    gap: 10px;
  }
}

.feature__box {
  background-color: #202d55;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -2px;
  padding-left: 40px;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .feature__box {
    font-size: 26px;
  }
}
@media screen and (max-width: 700px) {
  .feature__box {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .feature__box {
    font-size: 15px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .feature__box {
    font-size: 13px;
  }
}
.feature__box::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .feature__box::before {
    width: 6px;
    height: 6px;
    left: 9px;
  }
}

.feature__yellow {
  color: #fce96a;
}

.feature__content-bottom {
  margin-top: 7%;
}

.feature__content-img {
  max-width: 750px;
  width: 100%;
}

.courses {
  margin-top: 12%;
  margin-bottom: 12%;
}

.courses__content {
  padding-top: 112px;
  background-color: #b3c2e4;
}

.courses__title {
  background-color: #b3c2e4;
  position: relative;
}
.courses__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/courses_courses.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 187px;
  height: 85px;
  bottom: 40%;
  left: 10%;
  margin-left: 30px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 749px) {
  .courses__title::before {
    width: 170px;
    bottom: 40%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .courses__title::before {
    width: 130px;
    bottom: 30%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 400px) {
  .courses__title::before {
    width: 100px;
    bottom: -80%;
  }
}

.courses__title-img {
  max-width: 222px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .courses__title-img {
    width: 40%;
  }
}
@media screen and (max-width: 400px) {
  .courses__title-img {
    width: 34%;
  }
}

.courses__wrapper {
  background-color: #b3c2e4;
  padding-inline: 40px;
  margin-top: 20%;
}
@media screen and (max-width: 600px) {
  .courses__wrapper {
    padding-inline: 30px;
  }
}

.courses__content-top {
  position: relative;
}

.courses__content-top-title {
  display: block;
  position: absolute;
  top: clamp(-52px, -7vw, -26px);
  left: 0;
  z-index: 1;
}

.courses__content-top-title-img {
  max-width: 378px;
  width: 100%;
  height: auto;
  clip-path: inset(0 0 0 0);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 749px) {
  .courses__content-top-title-img {
    width: clamp(180px, 50vw, 378px);
  }
}

.courses__step,
.courses__other {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}

.courses__step-img,
.courses__other-img {
  width: inherit;
}

.courses__steps,
.courses__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.courses__steps {
  gap: clamp(20px, 10vw, 71px);
}

.courses__step {
  position: relative;
}
.courses__step::after {
  content: "";
  position: absolute;
  display: block;
  width: clamp(60px, 20vw, 145px);
  height: clamp(12px, 4vw, 30px);
  background-image: url(../img/courses_triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .courses__step::after {
    bottom: -11%;
  }
}
@media screen and (max-width: 400px) {
  .courses__step::after {
    bottom: -11.5%;
  }
}
.courses__step:last-child::after {
  display: none;
}

.courses__step-img {
  height: auto;
}

.courses__content-bottom {
  margin-top: 8%;
}

.courses__others {
  gap: 60px;
}
@media screen and (max-width: 749px) {
  .courses__others {
    gap: 40px;
  }
}
@media screen and (max-width: 700px) {
  .courses__others {
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .courses__others {
    gap: 25px;
  }
}

.courses__bottom-img {
  max-width: 750px;
  width: 100%;
}

.courses__arrows {
  text-align: center;
  margin-top: 5%;
}

.courses__arrows-img {
  max-width: 145px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .courses__arrows-img {
    width: 40%;
  }
}
@media screen and (max-width: 400px) {
  .courses__arrows-img {
    width: 34%;
  }
}

.recommend {
  margin-top: 25%;
  margin-bottom: 16%;
}
@media screen and (max-width: 700px) {
  .recommend {
    margin-top: 20%;
  }
}

.recommend__content {
  position: relative;
}

.recommend__title {
  position: absolute;
  max-width: 621px;
  width: 100%;
  padding-inline: 30px;
  z-index: 2;
  top: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 700px) {
  .recommend__title {
    top: -2.5%;
  }
}

.recommend__boxes {
  text-align: center;
  border: 4px solid #1e2088;
  -webkit-box-shadow: 0 16px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 16px 6px rgba(0, 0, 0, 0.18);
  background-image: url(../img/recommend_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 12%;
  padding-inline: 20px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .recommend__boxes {
    -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.18);
            box-shadow: 0 8px 6px rgba(0, 0, 0, 0.18);
  }
}

.recommend-img {
  width: 100%;
  max-width: 513px;
}

.recommend__box {
  display: block;
  width: 92%;
}
.recommend__box:nth-child(2) .recommend-img {
  max-width: 474px;
  margin-left: 7%;
}
.recommend__box:nth-child(3) .recommend-img {
  max-width: 465px;
  margin-left: 8%;
}
.recommend__box:nth-child(4) .recommend-img {
  max-width: 496px;
  margin-left: 2%;
}
.recommend__box:nth-child(5) .recommend-img {
  max-width: 471px;
  margin-left: 7%;
}

.recommend__button {
  text-align: center;
  margin-top: 15%;
}

.strength__wrapper-title {
  padding-top: 17%;
  background-image: url(../img/strength-title_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 749px) {
  .strength__wrapper-title {
    padding-top: 22%;
  }
}

.strength__title {
  position: relative;
  text-align: center;
}
.strength__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/strength_strength.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 388px;
  height: 119px;
  top: -166%;
  left: -1%;
  -webkit-transform: none;
          transform: none;
  margin-left: 30px;
}
@media screen and (max-width: 749px) {
  .strength__title::before {
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .strength__title::before {
    top: -140%;
    left: -2px;
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .strength__title::before {
    width: 210px;
    height: 71px;
  }
}
@media screen and (max-width: 400px) {
  .strength__title::before {
    top: -144%;
    width: 180px;
  }
}

.strength__title-img {
  max-width: 371px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .strength__title-img {
    width: 60%;
  }
}

.strength__wrapper-top {
  background-image: url(../img/strength_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 1%;
  padding-bottom: 15vh;
}
@media screen and (max-width: 600px) {
  .strength__wrapper-top {
    padding-bottom: 12vh;
  }
}
@media screen and (max-width: 400px) {
  .strength__wrapper-top {
    padding-bottom: 9vh;
  }
}

.strength__box {
  text-align: center;
  margin-top: 7%;
}

.strength__box-1-img {
  max-width: 597px;
  width: 100%;
}

.strength__box-2 {
  margin-top: 22%;
}

.strength__box-2-img {
  max-width: 672px;
  width: 100%;
}

.strength__box-3 {
  margin-top: 18%;
}

.strength__box-3-img {
  max-width: 597px;
  width: 100%;
}

.strength__box-4 {
  margin-top: 20%;
}

.strength__box-4-img {
  max-width: 598px;
  width: 100%;
}

.strength__wrapper-bottom {
  margin-top: 7%;
}

.strength__summarize-title {
  text-align: center;
  display: block;
}

.strength__summarize-title-img {
  max-width: 564px;
  width: 100%;
}

.strength__summarize-texts {
  margin-top: 4%;
}

.strength__summarize-text {
  font-size: clamp(16px, 4vw, 32px);
  color: #201a73;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 18%;
  padding-block: 8%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .strength__summarize-text {
    padding-left: 15%;
  }
}
@media screen and (max-width: 400px) {
  .strength__summarize-text {
    padding-left: 11%;
  }
}
.strength__summarize-text::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-color: #fce96a;
  left: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .strength__summarize-text::before {
    width: 25px;
    height: 25px;
    left: 5%;
  }
}
@media screen and (max-width: 600px) {
  .strength__summarize-text::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 400px) {
  .strength__summarize-text::before {
    width: 18px;
    height: 18px;
    left: 1%;
  }
}
.strength__summarize-text:not(:nth-of-type(3))::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #213a70;
  left: 0;
  bottom: 0;
}

.plan {
  margin-top: 25%;
}

.plan__title {
  position: relative;
  text-align: center;
}
.plan__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/plan_plan.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 227px;
  height: 93px;
  top: -100%;
  left: -1%;
}
@media screen and (max-width: 749px) {
  .plan__title::before {
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .plan__title::before {
    top: -120%;
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .plan__title::before {
    width: 140px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .plan__title::before {
    top: -120%;
    width: 110px;
  }
}

.plan__title-img {
  max-width: 348px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .plan__title-img {
    width: 64%;
  }
}

.plan__wrapper {
  margin-top: 10%;
  max-width: 670px;
  width: 100%;
}

.plan__button1 {
  margin-top: 6%;
}

.plan__how-to-pay {
  margin-top: 13%;
}

.plan__button2 {
  margin-top: 7%;
}

.faq {
  margin-top: 40%;
}

.faq__title {
  position: relative;
}
.faq__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/faq_faq.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 269px;
  height: 129px;
  bottom: 52%;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 749px) {
  .faq__title::before {
    width: 230px;
    height: 110px;
    bottom: 62%;
  }
}
@media screen and (max-width: 600px) {
  .faq__title::before {
    width: 130px;
    height: 62px;
    bottom: 70%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .faq__title::before {
    width: 100px;
    bottom: 30%;
  }
}

.faq__title-img {
  max-width: 286px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .faq__title-img {
    width: 54%;
  }
}

.faq__course {
  margin-top: 12%;
}

.faq__boxes {
  margin-top: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 700px) {
  .faq__boxes {
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .faq__boxes {
    gap: 24px;
  }
}
@media screen and (max-width: 400px) {
  .faq__boxes {
    gap: 20px;
  }
}

.faq__box {
  border: 2px solid #202f55;
  background: #FFF;
  -webkit-box-shadow: 0 4px 3px #202f55;
          box-shadow: 0 4px 3px #202f55;
}

.faq-box__head {
  padding: 26px 90px 21px 42px;
  position: relative;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 600px) {
  .faq-box__head {
    padding: 14px 50px 15px 30px;
  }
}
@media screen and (max-width: 400px) {
  .faq-box__head {
    padding: 14px 42px 15px 20px;
  }
}
.faq-box__head::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 41px;
  width: 29px;
  height: 25px;
  background: url(../img/faq_arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 600px) {
  .faq-box__head::after {
    width: 22px;
    height: 18px;
    top: 22px;
    right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .faq-box__head::after {
    right: 15px;
  }
}

.faq-box__head span,
.faq-box__a span {
  font-size: clamp(16px, 4vw, 28px);
  line-height: clamp(28px, 6.6vw, 50px);
  font-weight: 500;
  color: #333333;
  display: block;
  text-align: left;
}

.faq-box__head-icon,
.faq-box__head-text,
.faq-box__a-icon,
.faq-box__a-text {
  font-family: "Noto Sans JP", sans-serif;
}

.faq-box__head-text {
  letter-spacing: -0.01em;
}

.faq-box__body {
  padding: 0px 55px 28px 42px;
  display: none;
}
@media screen and (max-width: 600px) {
  .faq-box__body {
    padding: 0px 30px 20px 30px;
  }
}
@media screen and (max-width: 400px) {
  .faq-box__body {
    padding: 0px 20px 20px 20px;
  }
}

.faq-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}

.faq-box__a-text {
  letter-spacing: -0.08em;
}

.faq__plan {
  margin-top: 9%;
}

.message2 {
  margin-top: 38%;
}

.message2__title {
  position: relative;
}
.message2__title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/message_message.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 340px;
  height: 91px;
  bottom: 70%;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 749px) {
  .message2__title::before {
    width: 300px;
    height: 80px;
    bottom: 62%;
  }
}
@media screen and (max-width: 600px) {
  .message2__title::before {
    width: 160px;
    height: 43px;
    bottom: 70%;
  }
}
@media screen and (max-width: 400px) {
  .message2__title::before {
    width: 130px;
    bottom: 30%;
  }
}

.message2__title-img {
  max-width: 243px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .message2__title-img {
    width: 48%;
  }
}

.message2__frame-content {
  margin-top: 9%;
  margin-bottom: 20%;
  position: relative;
}

.message2__frame {
  position: relative;
  max-width: 658px;
  width: 100%;
}

.message2__frame-img {
  width: 100%;
  max-height: 679px;
  height: 100%;
  display: block;
}
.message2__frame-img:first-child {
  position: relative;
  z-index: 1;
}
.message2__frame-img:last-child {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-47%, -48%);
          transform: translate(-47%, -48%);
  z-index: 2;
}

.message2__frame-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 7%;
  padding-right: 5%;
  margin-top: 4%;
  margin-bottom: 4px;
}
@media screen and (max-width: 749px) {
  .message2__frame-wrapper {
    margin-top: 2%;
  }
}
@media screen and (max-width: 600px) {
  .message2__frame-wrapper {
    padding-right: 2px;
    padding-left: 8%;
  }
}
@media screen and (max-width: 400px) {
  .message2__frame-wrapper {
    padding-left: 7%;
  }
}

.message2__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  .message2__texts {
    gap: 22px;
  }
}
@media screen and (max-width: 400px) {
  .message2__texts {
    gap: 20px;
  }
}

.message2__text {
  letter-spacing: 0.03em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 400px) {
  .message2__text {
    letter-spacing: -0.09em;
  }
}

.message2__company {
  margin-top: 11%;
  text-align: right;
}
@media screen and (max-width: 749px) {
  .message2__company {
    margin-top: 7%;
  }
}
@media screen and (max-width: 600px) {
  .message2__company {
    margin-right: 4%;
    margin-top: 5%;
  }
}

.message2__text,
.message2__company {
  font-size: clamp(16px, 4vw, 28px);
  line-height: clamp(24px, 5.6vw, 42px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 749px) {
  .message2__text,
  .message2__company {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .message2__text,
  .message2__company {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .message2__text,
  .message2__company {
    font-size: clamp(15px, 3vw, 22px);
  }
}
@media screen and (max-width: 400px) {
  .message2__text,
  .message2__company {
    font-size: 14px;
    line-height: 20px;
  }
}

footer {
  padding-top: 5%;
  padding-bottom: 6%;
  text-align: center;
  background-color: #202f55;
  margin-top: 14%;
}

.footer__copyright {
  color: #fff;
  font-size: clamp(14px, 4vw, 24px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 750px) {
  .layout {
    display: block;
  }
}
@media (min-width: 751px) {
  .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.layout__content {
  height: 100vh;
}
@media (max-width: 750px) {
  .layout__content {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .layout__content {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 751px) {
  .layout__wrapper {
    width: 100%;
    -webkit-transform: scale(0.467);
            transform: scale(0.467);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    margin-bottom: -50%;
  }
}
@media (min-width: 1280px) {
  .layout__wrapper {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (min-width: 1920px) {
  .layout__wrapper {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.layout__main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media (max-width: 750px) {
  .layout__main {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .layout__main {
    width: 750px;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .layout__bg {
    display: none;
  }
}
@media (min-width: 751px) {
  .layout__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/bg_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
  }
}

@media (min-width: 751px) {
  .layout__bg-button {
    position: fixed;
    top: 48%;
    right: 0;
    width: calc((100vw - 350px) / 2);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: auto;
    z-index: 3;
    padding-inline: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout__bg-button .button_pc {
    width: 100%;
    max-width: 384px;
    display: block;
  }
}
@media (min-width: 1280px) {
  .layout__bg-button {
    width: calc((100vw - 450px) / 2);
  }
}
@media (min-width: 1920px) {
  .layout__bg-button {
    width: calc((100vw - 750px) / 2);
  }
}

@media (min-width: 751px) {
  .layout__bg-logo {
    position: fixed;
    bottom: 12%;
    left: 0;
    width: calc((100vw - 350px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 3;
    padding-inline: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 1280px) {
  .layout__bg-logo {
    width: calc((100vw - 450px) / 2);
  }
}
@media (min-width: 1920px) {
  .layout__bg-logo {
    width: calc((100vw - 750px) / 2);
  }
}

@media (min-width: 751px) {
  .layout__bg-logo-img {
    width: 100%;
    max-width: 311px;
    height: auto;
  }
}

@media (min-width: 751px) {
  .layout__right-button {
    width: 100%;
    height: auto;
    display: block;
  }
}