@charset "UTF-8";

/* ----------------------- */
/* base
/* ----------------------- */

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.03em;
  font-style: normal;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  position: relative;
}

.yugothic {
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

}

img,
svg {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
}

/* ----------------------- */
/* layout
/* ----------------------- */

.section_wrapper {
  margin-bottom: 80px;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--lg {
  max-width: 1200px;
}

.inner--sm {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.sp {
  display: none;
}

/* ----------------------- */
/* parts
/* ----------------------- */

.section_title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.21em;
}

.section_title--lg {
  font-size: 5.5rem;
}

.dot {
  position: relative;
}

.dot::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d0af50;
}

.text_gold {
  color: #d0af50;
}

.text_blue {
  color: #202d73;
}

.text_white {
  color: #fff;
}

.font_italic {
  font-style: italic;
}

.underbar {
  padding-bottom: 1px;
  border-bottom: 2px solid #000;
}

.blue_underbar {
  padding-bottom: 3px;
  border-bottom: 2px solid #202d73;
}

.gold_underbar {
  padding-bottom: 3px;
  border-bottom: 2px solid #d0af50;
}

.white_underbar {
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
}

.gold_shadow {
  position: relative;
}

.gold_shadow::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(151deg, #edcd62, #fde9b1 21%, #dab859 71%, #745f26);
  z-index: -1;
}

.blue_label {
  position: relative;
}

.blue_label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(103deg, #1d2485, #060a44);
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  z-index: -1;
  box-shadow: 0 0 27px rgba(51, 51, 51, .15);
}


.fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 122px;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(170deg, #edcd62, #fde9b1 55%, #dab859 72%, #A18330);
  border-radius: 38px;
  max-width: 800px;
  width: 100%;
  padding: 21px 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity .2s ease;
  box-shadow: 0 0 21px rgba(0, 0, 0, .13);
}

.fixed_btn a:hover {
  opacity: .85;
}

.fixed_btn__icon {
  width: 100%;
  max-width: 33px;
  margin-right: 28px;
}

.fixed_btn__icon img {
  vertical-align: -12px;
}

.fixed_btn__text {
  color: #202d73;
  font-size: 3.2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: bold;
}

.object_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.object_contain {
  width: 100%;
  height: auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

/* ----------------------- */
/* header
/* ----------------------- */

.header {
  width: 100%;
  margin-bottom: 80px;
}

.header__mv {
  width: 100%;
}

/* ----------------------- */
/* result
/* ----------------------- */

.result__title {
  margin: 0 auto;
  max-width: 771px;
  text-align: center;
  border-bottom: 2px solid #000;
  position: relative;
  margin-bottom: 43px;
}

.result__title::before {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 48%;
  transform: translateX(-50%) rotate(30deg);
  width: 2px;
  height: 39px;
  background-color: #000;
}

.result__head {
  margin-bottom: 20px;
}

.result__text {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.result__text--header {
  position: relative;
  top: 30px;
  left: -14px;
}

.result__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.result__item {
  flex: 0 1 22.6%;
}

.result__text--footer {
  position: relative;
  top: -35px;
  left: -7px;
}

.voice {
  background-color: #fff;
  box-shadow: 0 0 27px rgba(51, 51, 51, .15);
}

.voice__inner {
  max-width: 875px;
  margin: 0 auto;
  padding: 35px 20px 55px;
}

.voice__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
}

.voice_media {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.voice_media:last-of-type {
  margin-bottom: 9px;
}

.voice_media__icon {
  flex: 0 0 19.2%;
  margin-right: 27px;
}

.voice_media__text_wrapper {
  flex: 0 1 80.8%;
}

.voice_media__text {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.voice_media__text .text_blue {
  font-size: 3rem;
}

.voice_media__footer {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 3px;
  text-align: right;
}

/* ----------------------- */
/* lesson
/* ----------------------- */

.lesson {
  background-color: #060a44;
  padding: 80px 20px;
}

.lesson__content {
  width: 100%;
  padding: 40px 0 53px;
  border: 8px solid #c5a54c;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

.lesson__title {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}

.lesson__title--lg {
  font-size: 5rem;
  position: relative;
  z-index: 1;
}

.lesson__title--lg::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 11px;
  background: linear-gradient(to right, #00b2c3 0%, #1b3e9e 100%);
  display: inline-block;
  border-radius: 1.5px;
  z-index: -1;
}

.lesson__lead {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}

.lesson__lead--lg {
  font-size: 2.8rem;
}

.lesson_label {
  position: relative;
  z-index: 1;
  padding: 7px 12px;
  letter-spacing: 0.1em;
}

.lesson__text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lesson__text.yoyaku-option {
  padding-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #e70f0f;
}

.lesson__text.yoyaku-option.soldout {
  font-size: 2rem;
}

.lesson__text:last-of-type {
  margin-bottom: 37px;
}

.lesson_btn {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(167deg, #edcd62, #edcd62 45%, #fde9b1 55%, #dab859 82%, #A18330);
  border-radius: 40px;
  max-width: 640px;
  padding: 23px 38px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 7px #6a551c;
  transition: all .15s ease;
}

.lesson_btn:hover {
  opacity: .9;
  box-shadow: none;
  transform: translateY(7px);
}

.lesson_btn__icon {
  width: 100%;
  max-width: 36px;
  margin-left: auto;
}

.lesson_btn__icon img {
  vertical-align: -10px;
}

.lesson_btn__text {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  /* margin: 0 auto; */
  margin-right: auto;
  padding-left: 19px;
}

.lesson_btn__triangle {
  font-size: 1.7rem;
}

/* ----------------------- */
/* wrong
/* ----------------------- */

.wrong__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 770px;
  margin: 35px auto;
}

.wrong__item {
  width: 100%;
  max-width: 230px;
}

.wrong__text {
  font-size: 2.4rem;
  line-height: 1.66;
  letter-spacing: 0;
}

/* ----------------------- */
/* problem
/* ----------------------- */

.problem {
  background-color: #efefef;
  padding: 80px 20px 60px;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 40px auto 80px;
  box-shadow: 0 0 21px rgba(51, 51, 51, .13);
}

.problem__list {
  margin: 22px auto 40px;
  max-width: 687px;
}

.problem__item {
  display: flex;
  align-items: center;
}

.problem__chceck {
  width: 100%;
  max-width: 26px;
  margin-right: 8px;
}

.problem__chceck img {
  vertical-align: -14px;
}

.problem__item p {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
}


.problem__item .text_blue {
  font-size: 2.4rem;
}

.problem__arrow {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 33px;
}

.problem__lead {
  font-size: 3.7rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.white_label {
  line-height: 1.4;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 12px;
}

.problem__lead .text_gold {
  font-size: 5rem;
}

/* ----------------------- */
/* need
/* ----------------------- */

.need__title {
  line-height: 1.77;
  margin-bottom: 18px;
}

.need__lead {
  font-size: 2.4rem;
  line-height: 1.66;
  letter-spacing: 0;
  margin-bottom: 44px;
}

.need__graph_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.need__graph {
  flex: 0 1 49.1%;
}

.need__arrow {
  margin: 0 auto 26px;
  width: 100%;
  max-width: 33px;
}

.need__text {
  color: #fff;
  font-size: 3.7rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  background-color: #d0af50;
  display: inline-block;
  padding: 0 20px;
}

.need__text:first-of-type {
  margin-bottom: 15px;
}

/* ----------------------- */
/* point
/* ----------------------- */

.point {
  position: relative;
  margin-bottom: 85px;
}

.point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 335px;
  background-image: url(../img/gradient_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.point__title {
  font-size: 3.5rem;
  font-weight: 600;
  padding: 55px 0 30px;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.point__title--sm {
  font-size: 2.6rem;
  line-height: 2.3;
}

.point__title--lg {
  font-size: 5.6rem;
  letter-spacing: 0.02em;
}

.point__content {
  padding: 50px 0 80px;
  background-color: #fff;
  box-shadow: 0 0 27px rgba(51, 51, 51, .15);
}

.point_media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #202d73;
  padding: 30px 0;
}

.point_media__img {
  flex: 0 1 37.5%;
  height: 180px;
  width: 100%;
}

.point_media__content {
  flex: 0 1 55.7%;
  width: 100%;
  position: relative;
  z-index: 0;
}

.point_media__label {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 11px 20px;
}

.point_media__text {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 17px;
}

.point_media__text--lg {
  font-size: 3.6rem;
  letter-spacing: 0.01em;
}

/* ----------------------- */
/* step
/* ----------------------- */

.step__title {
  font-size: 3.7rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.2;
}

.step_card_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.step_card {
  flex: 0 1 23%;
  width: 100%;
  max-width: 275px;
  padding: 20px 15px 17px;
  box-sizing: border-box;
  box-shadow: 0 0 11px rgba(0, 0, 0, .11);
}

.step_card--arrow {
  position: relative;
}

.step_card--arrow::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 48px;
}

.step_card__head {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  display: block;
  text-align: center;
}

.step_card__number {
  font-size: 3rem;
}

.step_card__title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0;
  margin: 19px 0 12px;
}

.step_card__title.ls0 {
  letter-spacing: -0.04em;
}

.step_card__img {
  height: 150px;
  width: 100%;
  margin-bottom: 15px;
}

.step_card__text {
  font-weight: 500;
}

/* ----------------------- */
/* about
/* ----------------------- */

.about {
  background-image: url(../img/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px 63px;
}

.about__head {
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 40px;
}

.about__title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.about__title .text_gold {
  font-size: 6.4rem;
  margin-right: 8px;
}

.about__title .gold_underbar {
  border-width: 3px;
}

.about__lead {
  width: 100%;
  max-width: 739px;
  margin: 26px auto 35px;
}

.about__awards {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.about__award {
  width: 100%;
  max-width: 300px;
}

.about__award:nth-child(2) {
  margin: 0 15px;
}

.about__award_text {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.about__text {
  font-size: 2.8rem;
  line-height: 1.95;
  letter-spacing: 0.02em;
  margin-top: 52px;
}

.about__text .text_blue {
  font-size: 3.6rem;
}


/* ----------------------- */
/* voice02
/* ----------------------- */

.voice02 {
  margin-bottom: 85px;
}

.voice02__title {
  margin-bottom: 35px;
}

.voice_more {
  margin: 60px 0 0;
}

.voice_more__text {
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.voice_more__arrow {
  width: 100%;
  max-width: 29px;
  margin: 0 auto 18px;
  transform: rotate(90deg);
}

.voice_more__banner {
  width: 100%;
  display: block;
}

/* ----------------------- */
/* reason
/* ----------------------- */

.reason_media_wrapper {
  margin-top: 45px;
}

.reason_media {
  background-color: #fff;
  margin-bottom: 46px;
  box-shadow: 0 0 27px rgba(51, 51, 51, .15);
  padding: 25px 0 28px;
  position: relative;
}

.reason_media:last-of-type {
  margin-bottom: 0;
}

.reason_media__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.reason_media__circle {
  position: absolute;
  top: -67px;
  right: -67px;
  width: 100%;
  max-width: 134px;
  height: auto;
}

.reason_media__number {
  position: absolute;
  top: -20px;
  left: -22px;
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
}

.reason_media__texts {
  flex: 0 1 58.9%;
  width: 100%;
  max-width: 530px;
}

.reason_media__title {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: inline-block;
  margin-bottom: 14px;
}

.reason_media__text {
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.reason_media__text--sm {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.76;
  letter-spacing: 0;
}


.reason_media__img {
  flex: 0 1 39%;
  max-width: 350px;
  height: 100%;
  margin: 0 auto;
}

.reason_media__img img {
  box-shadow: 0 0 27px rgba(51, 51, 51, .15);
}

.reason_media__img.--02 {
  max-width: 290px;
}

.reason_media__img.--03 {
  max-width: 317px;
}

@media (max-width: 1160px) {
  .reason_media__circle {
    top: -50px;
    right: -20px;
    max-width: 120px;
  }
}


/* ----------------------- */
/* media
/* ----------------------- */

.media {
  margin-bottom: 70px;
}

.media__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-bottom: 53px;
}

.media__title .text_blue {
  font-size: 3.6rem;
  margin-right: 2px;
}

.swiper1,
.swiper1 .slide-img {
  width: 100%;
}

.media .inner {
  max-width: 1090px;
}

.media__img {
  margin: 60px auto 66px;
  width: 100%;
}

.media__text_wrapper {
  display: flex;
}

.media__texts {
  font-size: 1.7rem;
  line-height: 2.5;
  letter-spacing: 0.03em;
}

.media__texts.--01 {
  margin-right: 10%;
}

/* ----------------------- */
/* profile
/* ----------------------- */

.profile {
  position: relative;
  padding-top: 170px;
  margin-bottom: 90px;
}

.profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bil.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 480px;
  z-index: -1;
}

.profile__box {
  border: 8px solid #202d73;
  background-color: #fff;
  padding: 50px 20px 60px;
  box-sizing: border-box;
  box-shadow: 0 0 40px rgba(51, 51, 51, .17);
}

.profile__body {
  max-width: 850px;
  margin: 0 auto;
}

.profile__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-bottom: 48px;
}

.profile__title span {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-style: normal;
}

.profile__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}

.profile__detail {
  flex: 0 1 47.6%;
}

.profile__head {
  display: flex;
  margin-bottom: 16px;
}

.profile__name {
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 35px;
}

.profile__name--en {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  align-self: flex-end;
}

.profile__text--sm {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.profile__text {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.94;
}

.profile__text.--mbSpace {
  margin-bottom: 30px;
}

.profile__img {
  flex: 0 1 46.35%;
  max-width: 394px;
  width: 100%;
  height: 385px;
}

/* ----------------------- */
/* message
/* ----------------------- */

.message__img {
  width: 100%;
  height: 600px;
}

.message__img img {
  object-position: center 0;
}

.message__box {
  background-color: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, .17);
  padding: 72px 20px 66px;
  box-sizing: border-box;
  margin-top: -95px;
  position: relative;
}

.message__box::before,
.message__box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url(../img/gradient_bar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.message__box::before {
  top: 0;
}

.message__box::after {
  bottom: 0;
  transform: rotate(180deg);
}

.message__content {
  max-width: 845px;
  margin: 0 auto;
}

.message__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.message__text {
  font-size: 2rem;
  line-height: 2.25;
  letter-spacing: 0.01em;
  text-align: justify;
}

.message__sign {
  width: 100%;
  max-width: 155px;
  margin-left: auto;
}

.message__logo {
  width: 100%;
  max-width: 161px;
  margin: 15px auto 0;
}

/* ----------------------- */
/* footer
/* ----------------------- */

.footer {
  background-color: #fff;
  padding: 32px 20px 154px;
}

.footer__copyright {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
}


/* 1024px
--------------------------------------------- */
@media (max-width: 1024px) {


  .point__title {
    font-size: 3.2rem;
    letter-spacing: 0;
    padding: 55px 15px 30px;
  }

  .about__title {
    font-size: 4.4rem;
    letter-spacing: 0.02em;
  }

  .about__title .text_gold {
    font-size: 6rem;
  }


}


/* 850px
--------------------------------------------- */
@media (max-width: 850px) {

  .tb {
    display: none;
  }

  .section_title {
    font-size: 2.8rem;
    letter-spacing: 0.15em;
  }

  .section_title--lg {
    font-size: 5rem;
  }

  .result__text {
    font-size: 2rem;
  }

  .result__text--header {
    top: 0;
    left: 0px;
  }

  .result__item {
    flex: 0 1 23%;
  }

  .result__text--footer {
    position: relative;
    top: -15px;
    left: 0px;
  }

  .voice__title {
    font-size: 2.4rem;
  }


  .voice_media__text {
    font-size: 1.8rem;
  }

  .lesson__title {
    font-size: 3rem;
  }

  .lesson__title--lg {
    font-size: 4rem;
  }

  .lesson__lead {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .lesson__lead--lg {
    font-size: 2.4rem;
  }

  .problem__item p {
    font-size: 1.6rem;
  }

  .need__text {
    font-size: 3.4rem;
  }

  .about__text {
    font-size: 2rem;
  }


  .about__text .text_blue {
    font-size: 3rem;
  }

  .reason__title {
    letter-spacing: 0.08em;
  }

  .reason_media__number {
    font-size: 4.6rem;
  }


  .reason_media__title {
    font-size: 3rem;
  }

  .media__texts {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
  }

  .media__texts.--01 {
    margin-right: 5%;
  }

  .profile__title {
    font-size: 2.6rem;
  }


  .profile__name {
    font-size: 3rem;
    margin-right: 15px;
  }

  .profile__name--en {
    font-size: 1.6rem;
  }


  .message__img {
    height: 56vw;
  }

}





/* 767px
--------------------------------------------- */
@media (max-width: 767px) {

  /* ----------------------- */
  /* base 767px
  /* ----------------------- */


  body {
    font-size: 1.3rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }


  /* ----------------------- */
  /* layout 767px
  /* ----------------------- */

  .section_wrapper {
    margin-bottom: 50px;
  }


  .innner,
  .inner--sm {
    padding: 0 15px;
  }

  /* ----------------------- */
  /* parts 767px
  /* ----------------------- */

  .section_title {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }

  .section_title--lg {
    font-size: 3rem;
  }

  .dot::before {
    top: -9px;
    width: 5px;
    height: 5px;
  }

  .underbar,
  .blue_underbar,
  .gold_underbar,
  .white_underbar {
    border-width: 1px;
  }

  .gold_shadow::after {
    top: 5px;
    left: 5px;
  }

  .fixed_btn {
    height: 90px;
    padding: 0 15px;
  }

  .fixed_btn a {
    border-radius: 42px;
    max-width: 400px;
    padding: 17px 15px;
  }

  .fixed_btn__icon {
    max-width: 22px;
    margin-right: 12px;
  }

  .fixed_btn__icon img {
    vertical-align: -10px;
  }

  .fixed_btn__text {
    font-size: 2rem;
  }

  /* ----------------------- */
  /* header 767px
  /* ----------------------- */

  .header {
    margin-bottom: 25px;
  }

  /* ----------------------- */
  /* result 767px
  /* ----------------------- */

  .result__title {
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
  }

  .result__title::before {
    bottom: -20px;
    height: 20px;
    width: 1px;
  }

  .result__head {
    margin-bottom: 15px;
  }

  .result__text {
    font-size: 1.3rem;
  }

  .result__text--header {
    top: -5px;
  }

  .result__list {
    display: flex;
  }

  .result__item {
    flex: 0 1 24%;
  }

  .result__text--footer {
    top: -5px;
  }

  .voice__inner {
    padding: 25px 15px 35px;
  }

  .voice__title {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .voice_media {
    margin-bottom: 25px;
    flex-wrap: wrap;

  }

  .voice_media__icon {
    flex: 0 0 24%;
    margin-right: 15px;
    order: -2;
  }

  .voice_media__text_wrapper {
    flex: 0 1 75%;
    display: contents;
  }

  .voice_media__text {
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-top: 5px;
  }

  .voice_media__text .text_blue {
    font-size: 1.5rem;
  }

  .voice_media__footer {
    font-size: 1.1rem;
    letter-spacing: 0;
    text-align: left;
    order: -1;
  }

  /* ----------------------- */
  /* lesson 767px
  /* ----------------------- */

  .lesson {
    padding: 25px 0px;
  }

  .lesson .inner--sm {
    padding: 0 11px;
  }

  .lesson__content {
    padding: 26px 0 29px;
    border: 4px solid #c5a54c;
  }

  .lesson__title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }

  .lesson__title--lg {
    font-size: 2.7rem;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }


  .lesson__title--lg::before {
    height: 8px;
  }

  .lesson__lead {
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-feature-settings: "palt";
  }

  .lesson__lead--lg {
    font-size: 2.4rem;
  }

  .lesson_label {
    font-size: 2.5rem;
    padding: 5px 22px;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: 0.05em;
  }

  .lesson__text {
    font-size: 1.3rem;
    letter-spacing: -0.02em;
    font-feature-settings: "palt";
  }


  .lesson__text.yoyaku-option {
    padding-top: 20px;
    font-size: 1.2rem;
    color: #e70f0f;
  }

  .lesson__text.yoyaku-option.soldout {
    font-size: 1.4rem;
  }

  .lesson__text:last-of-type {
    margin-bottom: 26px;
  }


  .lesson_btn {
    border-radius: 40px;
    max-width: 400px;
    padding: 15px 15px;
    box-shadow: 0 4px #6a551c;
  }

  .lesson_btn:hover {
    transform: translateY(4px);
  }

  .lesson_btn__icon {
    max-width: 31px;
  }

  .lesson_btn__icon img {
    vertical-align: -5px;
  }

  .lesson_btn__text {
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 5px;
    text-align: center;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }

  .lesson_btn__triangle {
    font-size: 1.3rem;
  }

  /* ----------------------- */
  /* wrong 767px
  /* ----------------------- */

  .wrong__list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px auto;
  }

  .wrong__item {
    flex: 0 1 45%;
    margin: 0 5px;
  }

  .wrong__item img {
    max-width: 140px;
    display: block;
    margin: 0 auto;
  }

  .wrong__item:first-child {
    flex: 0 1 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  .wrong__text {
    font-size: 1.3rem;
  }

  /* ----------------------- */
  /* problem 767px
  /* ----------------------- */

  .problem {
    padding: 40px 0 30px;
    margin: 20px auto 40px;
    width: calc(100% - 30px);
  }

  .problem__list {
    margin: 22px auto;
  }

  .problem__item {
    margin-bottom: 15px;
  }

  .problem__chceck {
    width: 100%;
    max-width: 18px;
    margin-right: 5px;
  }

  .problem__chceck img {
    vertical-align: 0px;
  }

  .problem__item p {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.6;
  }

  .problem__item .text_blue {
    font-size: 1.8rem;
  }

  .problem__arrow {
    margin: 0 auto 16px;
    max-width: 23px;
  }

  .problem__lead {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .white_label {
    line-height: 1.4;
    padding: 0 8px;
    margin-bottom: 8px;
  }

  .problem__lead .text_gold {
    font-size: 2.8rem;
  }

  /* ----------------------- */
  /* need 767px
  /* ----------------------- */


  .need .inner {
    padding: 0 10px;
  }


  .need__title {
    margin-bottom: 13px;
  }

  .need__lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .need__graph_wrapper {
    display: block;
  }

  .need__graph {
    width: 100%;
    margin-left: -10px;
    margin-bottom: 10px;
  }

  .need__arrow {
    margin: 10px auto;
    max-width: 20px;
  }

  .need__text {
    font-size: 1.8rem;
    letter-spacing: -0.01em;
    padding: 0 5px;
  }

  .need__text:first-of-type {
    margin-bottom: 7px;
  }


  /* ----------------------- */
  /* point 767px
  /* ----------------------- */

  .point {
    margin-bottom: 45px;
  }

  .point::before {
    height: 250px;
  }

  .point__title {
    font-size: 1.6rem;
    padding: 35px 15px 20px;
    line-height: 1.2;
  }

  .point__title--sm {
    font-size: 1.5rem;
    line-height: 2.1;
  }

  .point__title--lg {
    font-size: 3rem;
    letter-spacing: 0;
  }

  .point__content {
    padding: 30px 0 40px;
  }

  .point_media {
    display: block;
    padding: 17px 0;
  }

  .point_media__img {
    height: 150px;
    margin-bottom: 15px;
  }

  .point_media__label {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 7px 14px;
    margin-top: 10px;
  }

  .point_media__text {
    font-size: 2rem;
    letter-spacing: 0.03em;
    margin-top: 12px;
  }

  .point_media__text--lg {
    font-size: 2rem;
    letter-spacing: 0;
  }


  /* ----------------------- */
  /* step 767px
  /* ----------------------- */

  .step__title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }

  .step_card_wrapper {
    display: block;
    margin-top: 30px;
  }

  .step_card {
    max-width: 350px;
    padding: 15px 12px 17px;
    margin: 0 auto 25px;
  }


  .step_card--arrow::after {
    right: 45.5%;
    top: auto;
    bottom: -24px;
    transform: translate(-50%, 0%) rotate(90deg);
    width: 20px;
    height: 39px;
  }

  .step_card__head {
    font-size: 1.6rem;
  }

  .step_card__number {
    font-size: 2.4rem;
  }

  .step_card__title {
    font-size: 1.6rem;
    margin: 10px 0 8px;
  }

  .step_card__title.ls0 {
    letter-spacing: 0;
  }

  .step_card__img {
    height: 150px;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 15px;
  }

  .step_card__text {
    font-weight: 500;
  }


  /* ----------------------- */
  /* about 767px
  /* ----------------------- */

  .about {
    padding: 40px 0px 33px;
  }

  .about__head {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .about__title {
    font-size: 1.8rem;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .about__text .text_blue {
    font-size: 3rem;
  }

  .about__title .text_gold {
    font-size: 3.4rem;
    margin-right: 0;
  }

  .about__title .gold_underbar {
    border-width: 1px;
  }

  .about__lead {
    margin: 16px auto 20px;
  }

  .about__awards {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
  }

  .about__award {
    max-width: 300px;
    flex: 0 1 47%;
    margin: 0 7px;
  }

  .about__award img {
    max-width: 160px;
    display: block;
    margin: 0 auto;
  }

  .about__award:first-child {
    flex: 0 1 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }

  .about__award:nth-child(2) {
    margin: 0;
  }


  .about__award_text {
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .about__text {
    font-size: 1.5rem;
    line-height: 1.95;
    letter-spacing: 0;
    margin-top: 30px;
  }

  .about__text .text_blue {
    font-size: 1.8rem;
    letter-spacing: 0;
  }


  /* ----------------------- */
  /* voice02 767px
  /* ----------------------- */

  .voice02 {
    margin-bottom: 45px;
  }

  .voice02__title {
    margin-bottom: 20px;
  }

  .voice_more {
    margin: 30px 0 0;
  }

  .voice_more__text {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .voice_more__arrow {
    max-width: 17px;
    margin: 0 auto 10px;
  }

  /* ----------------------- */
  /* reason 767px
  /* ----------------------- */


  .reason__title {
    line-height: 1.75;
    letter-spacing: 0.05em;
  }

  .reason_media_wrapper {
    margin-top: 30px;
  }

  .reason_media {
    padding: 25px 0 18px;
  }

  .reason_media__content {
    padding: 0 15px;
    flex-direction: column;
  }

  .reason_media__number {
    top: -10px;
    left: -12px;
    font-size: 3rem;
  }

  .reason_media__circle {
    top: -36px;
    right: -15px;
    max-width: 70px;
  }

  .reason_media__texts {
    flex: 0 1 auto;
    width: 100%;
    max-width: 530px;
    display: contents;
    order: 0;
  }

  .reason_media__title {
    font-size: 2rem;
    margin-bottom: 14px;
    order: -2;
  }

  .reason_media__text {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }

  .reason_media__text--sm {
    font-size: 1.1rem;
  }

  .reason_media__img {
    flex: 0 1 auto;
    height: 150px;
    order: -1;
    margin-bottom: 15px;
  }

  .reason_media__img img {
    height: 100%;
  }

  .reason_media__img.--02 {
    max-width: 100%;
  }

  .reason_media__img.--03 {
    max-width: 100%;
  }


  /* ----------------------- */
  /* media 767px
  /* ----------------------- */

  .media {
    margin-bottom: 40px;
  }

  .media__title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .media__title .text_blue {
    font-size: 2.8rem;
  }

  .media__img {
    margin: 30px auto;
  }

  .media__text_wrapper {
    display: block;
  }

  .media__texts {
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0;
  }

  .media__texts.--01 {
    margin-right: 0;
  }

  /* ----------------------- */
  /* profile 767px
  /* ----------------------- */

  .profile {
    padding-top: 80px;
    margin-bottom: 45px;
  }

  .profile::before {
    height: 300px;
  }

  .profile__box {
    border: 4px solid #202d73;
    padding: 25px 15px;
  }

  .profile__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 24px;
  }

  .profile__title span {
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  .profile__content {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .profile__detail {
    flex: 0 1 100%;
  }

  .profile__head {
    margin-bottom: 10px;
  }

  .profile__name {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-right: 10px;
  }

  .profile__name--en {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }

  .profile__text--sm {
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }

  .profile__text {
    font-size: 1.3rem;
    line-height: 1.75;
  }

  .profile__text.--mbSpace {
    margin-bottom: 15px;
  }

  .profile__img {
    flex: 0 1 100%;
    max-width: 100%;
    order: -1;
    height: auto;
    margin-bottom: 15px;
  }


  /* ----------------------- */
  /* message 767px
  /* ----------------------- */

  .message__img {
    height: 43vw;
  }

  .message__box {
    padding: 27px 15px 25px;
    margin-top: -30px;
  }

  .message__box::before,
  .message__box::after {
    height: 3px;
    background-position: 0 0;
  }


  .message__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .message__text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .message__sign {
    max-width: 90px;
  }

  .message__logo {
    max-width: 90px;
  }

  /* ----------------------- */
  /* footer 767px
  /* ----------------------- */

  .footer {
    padding: 20px 15px 110px;
  }

  .footer__copyright {
    font-size: 1.1rem;
    letter-spacing: 0.15em;
  }


















}


/* 480px
--------------------------------------------- */
@media (max-width: 480px) {}


/* 359px
--------------------------------------------- */
@media (max-width: 359px) {


  .voice_media__icon {
    flex: 0 1 24%;
    margin-right: 10px;
  }


  .voice_media__footer {
    flex: 0 1 70%;
  }

}