@charset "UTF-8";

/*******************************************************************************
********************************************************************************
    共通ボタンスタイル
********************************************************************************
*******************************************************************************/

.c-btn__A {
  width: 392px;
  height: 78px;
}

.c-btn__A a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: clamp(24px, 2.2641509434px + 0.0283018868 * 100vw, 30px);
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff851f), to(#e8571f));
  background: linear-gradient(to bottom, #ff851f 0%, #e8571f 100%);
  border-radius: 999px;
  border: 1px solid #ec7f4a;
  -webkit-box-shadow: 0 6px 0 0 #af471f;
  box-shadow: 0 6px 0 0 #af471f;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  position: relative;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.59, 0.14, 0.47, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0.14, 0.47, 0.995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-btn__A a .icon-circle-arrow-R {
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img2/icon_circle_arrow.png) no-repeat center/100% auto;
}

.c-btn__A a:hover {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-box-shadow: 0 0px 0 0 #af471f;
  box-shadow: 0 0px 0 0 #af471f;
}

/*******************************************************************************
********************************************************************************
    ABテスト用スタイル
********************************************************************************
*******************************************************************************/

/*------------------- 共通パーツ -------------------*/

.parts__ribbon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: clamp(20px, 15.8032786885px + 0.0054644809 * 100vw, 24px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #9f7900;
  padding-left: 5px;
  padding-right: 5px;
  font-size: clamp(10px, 6.8524590164px + 0.0040983607 * 100vw, 13px);
  font-weight: 700;
  margin-left: 12px;
  margin-bottom: calc(100vw / 1500 * 15);
  z-index: 1;
}

.parts__ribbon::before,
.parts__ribbon::after {
  content: "";
  width: 17px;
  height: clamp(20px, 15.8032786885px + 0.0054644809 * 100vw, 24px);
  position: absolute;
  top: 0;
  z-index: -1;
}

.parts__ribbon::before {
  background: url(../img2/ribbon_left.png) no-repeat center/100% auto;
  left: -12px;
}

.parts__ribbon::after {
  background: url(../img2/ribbon_right.png) no-repeat center/100% auto;
  right: -12px;
}

/*------------------- ヘッダー -------------------*/

.header {
  background-color: #fff;
  top: 0;
  border-bottom: 1px solid #dcdcdc;
}

.header .c-btn__A {
  background-color: transparent;
  border-bottom: none;
  width: 170px;
  height: 36px;
  padding: 0;
  margin-left: 60px;
}

.header .c-btn__A a {
  font-size: 16px;
  -webkit-box-shadow: 0 4px 0 0 #af471f;
  box-shadow: 0 4px 0 0 #af471f;
}

.header .c-btn__A a .icon-circle-arrow-R {
  width: 10px;
  height: 10px;
  right: 5px;
}

.header .c-btn__A a:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0 0px 0 0 #af471f;
  box-shadow: 0 0px 0 0 #af471f;
}

/*------------------- 共通お問い合わせセクション -------------------*/

.c-box__inq {
  background-color: #06325b;
  padding: 35px 0;
}

.c-box__inq-inner {
  max-width: 1150px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-box__inq-cta,
.c-box__inq-desc {
  width: calc(50% - 5px);
}

.c-box__inq-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-box__inq-cta-ttl {
  font-size: clamp(25px, 17.7547169811px + 0.0094339623 * 100vw, 27px);
  color: #fff;
  margin-bottom: 20px;
}

.c-box__inq-cta-sup {
  color: #f6ec83;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.c-box__inq-cta-sup::before,
.c-box__inq-cta-sup::after {
  content: "/";
  position: absolute;
  top: 0;
}

.c-box__inq-cta-sup::before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: -20px;
}

.c-box__inq-cta-sup::after {
  right: -20px;
}

.c-box__inq-desc {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
}

.c-box__inq-desc-ttl {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #0e95b8;
  margin-bottom: 10px;
}

.c-box__inq-desc-ttl img {
  display: none;
}

.c-box__inq-desc-ttl br {
  display: none;
}

.c-box__inq-desc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-box__inq-desc-img {
  width: 220px;
}

.c-box__inq-desc-img img {
  height: auto;
}

.c-box__inq-desc-list {
  font-size: clamp(16px, 13.7142857143px + 0.0028571429 * 100vw, 18px);
  color: #06325b;
}

.c-box__inq-desc-list li {
  position: relative;
  padding-left: 20px;
}

.c-box__inq-desc-list li:not(:last-child) {
  margin-bottom: 10px;
}

.c-box__inq-desc-list li::before {
  content: "・";
  color: #0e95b8;
  position: absolute;
  left: 0;
  top: 0;
}

/*------------------- メインビジュアル -------------------*/

.mv_wrap {
  position: relative;
}

.mv_wrap .mv_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mv_wrap .mv_img img {
  width: calc(100vw / 1500 * 870);
  height: auto;
}

.mv_wrap .mv_achievement_box {
  max-width: 1150px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: clamp(20px, -63.9344262295px + 0.1092896175 * 100vw, 100px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mv_wrap .mv_achievement_copy {
  font-size: clamp(45px, 8.2786885246px + 0.0478142077 * 100vw, 80px);
  font-weight: 700;
}

.mv_wrap .mv_achievement_copy br {
  display: none;
}

.mv_wrap .mv_achievement_copy span {
  display: block;
  font-size: clamp(18px, 7.5081967213px + 0.0136612022 * 100vw, 28px);
  color: #0e95b8;
  margin-top: clamp(10px, -0.4918032787px + 0.0136612022 * 100vw, 20px);
}

.mv_wrap .mv_achievement_copy span br {
  display: none;
}

.mv_wrap .mv_achievement_inner {
  margin-top: calc(100vw / 1500 * 50);
}

.mv_wrap .mv_achievement_ttl {
  font-size: clamp(21.5px, -0.0081967213px + 0.0280054645 * 100vw, 42px);
  font-weight: 700;
  margin-bottom: calc(100vw / 1500 * 15);
}

.mv_wrap .mv_achievement_ttl .ftNum {
  font-size: clamp(23.5px, -0.106557377px + 0.0307377049 * 100vw, 46px);
  color: #9f7900;
}

.mv_wrap .mv_achievement_ttl .smallTxt {
  font-size: clamp(14px, 11.9016393443px + 0.0027322404 * 100vw, 16px);
}

.mv_wrap .mv_achievement_ttl .icon_success {
  display: inline-block;
  width: clamp(30px, 13.737704918px + 0.0211748634 * 100vw, 45.5px);
  height: clamp(30px, 14.7868852459px + 0.0198087432 * 100vw, 44.5px);
  background: url(../img2/icon_success.png) no-repeat center/100% auto;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin-left: 5px;
}

.mv_wrap .mv_achievement_list {
  font-size: clamp(14px, 4.5573770492px + 0.012295082 * 100vw, 23px);
  font-weight: 700;
}

.mv_wrap .mv_achievement_list li:not(:last-child) {
  margin-bottom: 10px;
}

.mv_wrap .mv_achievement_list .smallTxt {
  font-size: clamp(10px, 6.8524590164px + 0.0040983607 * 100vw, 13px);
  margin-left: 15px;
}

/*------------------- 合格実績 -------------------*/

.recordsSec {
  margin: 100px 0;
}

.recordsSec .ttl_primary {
  max-width: 1150px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.recordsSec__inner {
  max-width: 1150px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fcf7ed;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.recordsSec__desc {
  position: relative;
  margin-right: 20px;
  width: 370px;
}

.recordsSec__desc::after {
  content: "";
  width: 234px;
  height: 179px;
  background: url(../img2/records_parts.png) no-repeat center/100% auto;
  position: absolute;
  left: 355px;
  bottom: -20px;
}

.recordsSec__desc-ttl {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recordsSec__desc-ttl .parts__ribbon {
  margin-right: 25px;
  margin-bottom: 0;
}

.recordsSec__desc-num {
  font-size: 83px;
  color: #9f7900;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.recordsSec__desc-num .smallTxt {
  font-size: clamp(27px, 23.4444444444px + 0.0046296296 * 100vw, 29px);
  color: #151515;
}

.recordsSec__desc-num .icon_success {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(../img2/icon_success.png) no-repeat center/100% auto;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin-left: 5px;
}

.recordsSec__desc-rate {
  text-align: center;
  position: relative;
  width: 342px;
}

.recordsSec__desc-rate::before,
.recordsSec__desc-rate::after {
  content: "";
  width: 37px;
  height: 95.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recordsSec__desc-rate::before {
  background: url(../img2/records_parts_leaf_L.png) no-repeat center/100% auto;
  left: 0;
}

.recordsSec__desc-rate::after {
  background: url(../img2/records_parts_leaf_R.png) no-repeat center/100% auto;
  right: 0;
}

.recordsSec__desc-rate p {
  font-weight: 700;
  font-size: 18px;
}

.recordsSec__desc-rate p.largeTxt {
  margin-top: 5px;
  display: inline-block;
  color: #e8571f;
  font-size: 34px;
}

.recordsSec__listBox-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #9f7900;
  margin-bottom: 20px;
}

.recordsSec__listBox-list {
  font-size: 16px;
  font-weight: 700;
}

.recordsSec__listBox-list li {
  position: relative;
  padding-left: 18px;
}

.recordsSec__listBox-list li::before {
  content: "・";
  color: #9f7900;
  position: absolute;
  left: 0;
}

.recordsSec__listBox-list li:not(:last-child) {
  margin-bottom: 10px;
}

.recordsSec__listBox-list li span {
  font-size: 13px;
  font-weight: normal;
  margin-left: 15px;
}

.recordsSec__note {
  font-size: clamp(12px, 5.3793103448px + 0.0086206897 * 100vw, 14px);
  line-height: 1.4;
  color: #858585;
  position: relative;
  margin-top: 20px;
  padding-left: 15px;
}

.recordsSec__note br {
  display: none;
}

.recordsSec__note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.recordsSec__logo {
  overflow: hidden;
  margin-top: 50px;
}

.recordsSec__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

.recordsSec__logo-item img {
  min-width: 100vw;
  height: auto;
}

.recordsSec__logo-item:first-child {
  -webkit-animation: infiniteImg 50s -25s linear infinite;
  animation: infiniteImg 50s -25s linear infinite;
}

.recordsSec__logo-item:last-child {
  -webkit-animation: infiniteImg2 50s linear infinite;
  animation: infiniteImg2 50s linear infinite;
}

@-webkit-keyframes infiniteImg {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infiniteImg {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes infiniteImg2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes infiniteImg2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.recordsSec__logo .btn_box {
  margin-top: 80px;
  padding-bottom: 10px;
}

/*------------------- 講師陣 -------------------*/

.teachersSec {
  background: #f9f9f9;
}

.teachersSec .teachers_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teachersSec__slideWrap {
  width: calc(100% - 432px);
  position: relative;
  padding-top: 15px;
}

.teachersSec__slide-item img {
  width: 100%;
  height: auto;
}

.teachersSec__slide-img img {
  margin-left: 0;
}

.teachersSec__slide-info {
  background-color: #fff;
  padding: 20px;
}

.teachersSec__slide-name {
  font-size: 24px;
  color: #0e95b8;
  font-weight: 700;
  margin-bottom: 15px;
}

.teachersSec__slide-name span {
  color: #acacac;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.teachersSec__slide-from {
  line-height: 1.4;
}

.teachersSec__slide-CtrlBox {
  width: 100%;
}

.teachersSec__slide-CtrlBox-prev,
.teachersSec__slide-CtrlBox-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}

.teachersSec__slide-CtrlBox-prev {
  background: url(../img2/teachersSec_slide-arrwo-prev.png) no-repeat center/100% auto;
  left: -20px;
}

.teachersSec__slide-CtrlBox-next {
  background: url(../img2/teachersSec_slide-arrwo-next.png) no-repeat center/100% auto;
  right: -20px;
}

.teachersSec__slide-pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.teachersSec__slide-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #c0c0c0;
  width: 10px;
  height: 10px;
}

.teachersSec__slide-pagination .swiper-pagination-bullet-active {
  background-color: #0e95b8;
}

/*------------------- プライバシーポリシー -------------------*/

.lowerPage__privacy {
  margin-bottom: 200px;
}

.lowerPage__privacy .mv_under_wrap {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #151515;
  background: -webkit-gradient(linear, left top, right top, from(#dddedf), color-stop(50%, #ffffff), to(#dddedf));
  background: linear-gradient(to right, #dddedf 0%, #ffffff 50%, #dddedf 100%);
  margin-bottom: 90px;
}

.lowerPage__privacy-body {
  max-width: 1150px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.lowerPage__privacy-sec:not(:last-child) {
  margin-bottom: 60px;
}

.lowerPage__privacy-ttl {
  background-color: #06415b;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  height: 60px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lowerPage__privacy-desc {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.lowerPage__privacy-desc p {
  margin-bottom: 10px;
}

.lowerPage__privacy-desc p a {
  color: #E7561E;
  text-decoration: underline;
}

.lowerPage__privacy-desc p a:hover {
  text-decoration: none;
}

.lowerPage__privacy-list li {
  position: relative;
  padding-left: 13px;
}

.lowerPage__privacy-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.lowerPage__privacy-table {
  font-size: 16px;
  border-width: 1px 1px 1px 0;
  border: 1px solid #dfdfdf;
  width: 100%;
}

.lowerPage__privacy-tr {
  border-bottom: 1px solid #dfdfdf;
}

.lowerPage__privacy-th,
.lowerPage__privacy-td {
  padding: 20px 30px 20px;
  font-weight: 500;
}

.lowerPage__privacy-th {
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .recordsSec__logo-list.sp_only {
    display: none;
  }
}

@media screen and (min-width: 1501px) {
  .mv_wrap .mv_achievement_box {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1200px) {
  .recordsSec__inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 60px clamp(30px, -144.5454545455px + 0.2272727273 * 100vw, 60px);
  }

  .recordsSec__inner::after {
    content: "";
    width: 234px;
    height: 179px;
    background: url(../img2/records_parts.png) no-repeat center/100% auto;
    position: absolute;
    right: 0px;
    top: auto;
    bottom: calc(100% - 50px);
  }

  .recordsSec__desc::after {
    display: none;
  }

  .recordsSec__listBox-list li span {
    display: block;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1000px) {
  .c-box__inq-desc-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .c-box__inq-desc-img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 980px) {
  .c-btn__A {
    width: 40vw;
    height: 7.9591836735vw;
  }

  .recordsSec__listBox {
    width: clamp(220px, -305.2830188679px + 0.6839622642 * 100vw, 365px);
  }
}

@media screen and (max-width: 767px) {
  .c-btn__A {
    max-width: calc( 100vw / 375 * 300 );
    width: 100%;
    height: calc( 100vw / 375 * 60 );
    margin-right: auto;
    margin-left: auto;
  }

  .c-btn__A a {
    font-size: calc( 100vw / 375 * 23 );
    -webkit-box-shadow: 0 4px 0 0 #af471f;
    box-shadow: 0 4px 0 0 #af471f;
  }

  .c-btn__A a:hover {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  .parts__ribbon {
    height: calc(100vw / 375 * 24);
    font-size: calc(100vw / 375 * 13);
  }

  .parts__ribbon::before,
  .parts__ribbon::after {
    width: calc(100vw / 375 * 17);
    height: calc(100vw / 375 * 24);
  }

  .parts__ribbon::before {
    left: calc(100vw / 375 * -12);
  }

  .parts__ribbon::after {
    right: calc(100vw / 375 * -12);
  }

  .header {
    border-bottom: none;
  }

  .header #gNav {
    padding-top: 120px;
  }

  .header #gNav .gNav-menu {
    margin: 0 auto 40px;
  }

  .header #hamburger .btn-gNav {
    background-color: #ededed;
  }

  .header .logo_sp .-before {
    display: block;
  }

  .header .logo_sp .-after {
    display: none;
  }

  .header.is-open .logo_sp .-before {
    display: none;
  }

  .header.is-open .logo_sp .-after {
    display: block;
  }

  .header .c-box__inq-cta-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .header .c-box__inq-cta-sup {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .header #hamburger .c-btn__A {
    max-width: clamp(250px, -40.9090909091px + 0.9090909091 * 100vw, 300px);
    width: 100%;
    height: clamp(50px, -8.1818181818px + 0.1818181818 * 100vw, 60px);
    margin-right: auto;
    margin-left: auto;
  }

  .c-box__inq-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .c-box__inq-cta,
  .c-box__inq-desc {
    width: 100%;
  }

  .c-box__inq-cta {
    margin-bottom: 35px;
  }

  .c-box__inq-cta-ttl {
    font-size: calc(100vw / 375 * 22);
    text-align: center;
    margin-bottom: calc(100vw / 375 * 10);
  }

  .c-box__inq-cta-sup {
    font-size: calc(100vw / 375 * 15);
    margin-bottom: calc(100vw / 375 * 10);
  }

  .c-box__inq-desc {
    padding: calc(100vw / 375 * 25) calc(100vw / 375 * 20);
  }

  .c-box__inq-desc-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    text-align: left;
    font-size: calc(100vw / 375 * 20);
    line-height: 1.5;
    padding-top: calc(100vw / 375 * 10);
    margin-bottom: calc(100vw / 375 * 20);
  }

  .c-box__inq-desc-ttl img {
    display: block;
    position: absolute;
    width: calc(100vw / 375 * 184);
    height: auto;
    top: calc(100vw / 375 * -36);
    right: calc(100vw / 375 * -10);
  }

  .c-box__inq-desc-ttl br {
    display: block;
  }

  .c-box__inq-desc-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-box__inq-desc-img {
    display: none;
  }

  .c-box__inq-desc-list {
    font-size: calc(100vw / 375 * 17);
  }

  .c-box__inq-desc-list li {
    padding-left: calc(100vw / 375 * 20);
  }

  .c-box__inq-desc-list li:not(:last-child) {
    margin-bottom: calc(100vw / 375 * 10);
  }

  .mv_wrap {
    margin-top: 60px;
    margin-bottom: 160px;
    margin-bottom: calc(100vw / 375 * 140);
  }

  .mv_wrap .mv_img img {
    width: 100%;
  }

  .mv_wrap .mv_img::before {
    content: "";
    width: calc(100vw / 375 * 170);
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 0;
    top: 0;
  }

  .mv_wrap .mv_achievement_box {
    width: 100%;
    top: calc(100vw / 375 * 40);
  }

  .mv_wrap .mv_achievement_copy {
    font-size: calc(100vw / 375 * 44);
    margin-bottom: calc(100vw / 375 * 45);
    line-height: 1.2;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .mv_wrap .mv_achievement_copy br {
    display: block;
  }

  .mv_wrap .mv_achievement_copy span {
    font-size: calc(100vw / 375 * 20);
    line-height: 1.3;
    margin-top: calc(100vw / 375 * 10);
  }

  .mv_wrap .mv_achievement_copy span br {
    display: block;
  }

  .mv_wrap .mv_achievement_inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .mv_wrap .mv_achievement_ttl {
    font-size: calc(100vw / 375 * 41);
    margin-bottom: calc(100vw / 375 * 10);
  }

  .mv_wrap .mv_achievement_ttl .ftNum {
    font-size: calc(100vw / 375 * 44);
  }

  .mv_wrap .mv_achievement_ttl .smallTxt {
    font-size: calc(100vw / 375 * 15.5);
  }

  .mv_wrap .mv_achievement_ttl .icon_success {
    width: calc(100vw / 375 * 45.4);
    height: calc(100vw / 375 * 44.5);
  }

  .mv_wrap .mv_achievement_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: calc(100vw / 375 * 19);
    text-align: center;
  }

  .mv_wrap .mv_achievement_list li:not(:last-child) {
    position: relative;
  }

  .mv_wrap .mv_achievement_list li:not(:last-child)::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #b9b9b9;
    position: absolute;
    right: calc(100vw / 375 * -10);
    top: 0;
  }

  .mv_wrap .mv_achievement_list .smallTxt {
    font-size: calc(100vw / 375 * 12);
    margin-left: 0;
    margin-top: 5px;
    display: block;
    font-weight: 500;
  }

  .recordsSec {
    margin: calc(100vw / 375 * 60) 0;
  }

  .recordsSec__inner {
    width: 100%;
    padding: calc(100vw / 375 * 55) calc(100vw / 375 * 20) calc(100vw / 375 * 40);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recordsSec__inner::after {
    content: "";
    width: calc(100vw / 375 * 103);
    height: calc(100vw / 375 * 149);
    background: url(../img2/records_parts_sp.png) no-repeat center/100% auto;
    position: absolute;
    right: calc(100vw / 375 * 17);
    top: calc(0% - (100vw / 375 * 15));
    bottom: auto;
  }

  .recordsSec__desc {
    width: 100%;
    margin-right: 0;
    padding-bottom: calc(100vw / 375 * 40);
    margin-bottom: calc(100vw / 375 * 20);
    border-bottom: 1px solid #dadad0;
  }

  .recordsSec__desc-ttl {
    font-size: calc(100vw / 375 * 18);
  }

  .recordsSec__desc-ttl .parts__ribbon {
    margin-right: calc(100vw / 375 * 25);
  }

  .recordsSec__desc-num {
    font-size: calc(100vw / 375 * 72);
    margin-bottom: calc(100vw / 375 * 30);
  }

  .recordsSec__desc-num .smallTxt {
    font-size: calc(100vw / 375 * 25);
  }

  .recordsSec__desc-num .icon_success {
    width: calc(100vw / 375 * 70);
    height: calc(100vw / 375 * 68);
    position: relative;
    z-index: 1;
  }

  .recordsSec__desc-rate {
    width: 100%;
  }

  .recordsSec__desc-rate::before,
  .recordsSec__desc-rate::after {
    width: calc(100vw / 375 * 37);
    height: calc(100vw / 375 * 95.5);
  }

  .recordsSec__desc-rate p {
    font-size: calc(100vw / 375 * 18);
  }

  .recordsSec__desc-rate p.largeTxt {
    margin-top: calc(100vw / 375 * 5);
    font-size: calc(100vw / 375 * 32);
  }

  .recordsSec__listBox {
    width: 100%;
  }

  .recordsSec__listBox-ttl {
    font-size: calc(100vw / 375 * 24);
    text-align: center;
  }

  .recordsSec__listBox-list {
    font-size: calc(100vw / 375 * 16);
  }

  .recordsSec__listBox-list li {
    padding-left: calc(100vw / 375 * 18);
  }

  .recordsSec__listBox-list li span {
    display: inline-block;
    font-size: calc(100vw / 375 * 13);
  }

  .recordsSec__note {
    font-size: calc(100vw / 375 * 14);
    margin-top: calc(100vw / 375 * 20);
    padding-left: calc(100vw / 375 * 15);
  }

  .recordsSec__note br {
    display: block;
  }

  .recordsSec__logo-list.pc_only {
    display: none;
  }

  .recordsSec__logo-list.-leftSlide .recordsSec__logo-item img {
    min-width: 180vw;
  }

  .recordsSec__logo-list.-leftSlide .recordsSec__logo-item:first-child {
    animation: infiniteImg_reverse 50s -25s linear infinite reverse;
  }

  .recordsSec__logo-list.-leftSlide .recordsSec__logo-item:last-child {
    animation: infiniteImg2_reverse 50s linear infinite reverse;
  }

@-webkit-keyframes infiniteImg_reverse {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    100% {
      -webkit-transform: translateX(-180vw);
      transform: translateX(-180vw);
    }
}

@keyframes infiniteImg_reverse {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    100% {
      -webkit-transform: translateX(-180vw);
      transform: translateX(-180vw);
    }
}

@-webkit-keyframes infiniteImg2_reverse {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
}

@keyframes infiniteImg2_reverse {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
}

  .recordsSec__logo-item img {
    min-width: 200vw;
  }

  .teachersSec {
    padding-bottom: 40px;
  }

  .teachersSec .teachers_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .teachersSec__slideWrap {
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
  }

  .teachersSec__slide-CtrlBox-prev,
  .teachersSec__slide-CtrlBox-next {
    width: calc( 100vw / 375 * 40 );
    height: calc( 100vw / 375 * 40 );
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .teachersSec__slide-CtrlBox-prev {
    left: calc( 100vw / 375 * 40 );
  }

  .teachersSec__slide-CtrlBox-next {
    right: calc( 100vw / 375 * 40 );
  }

  .lowerPage__privacy {
    margin-bottom: 90px;
  }

  .lowerPage__privacy .mv_under_wrap {
    background: -webkit-gradient(linear, left top, right top, from(#dddedf), color-stop(45%, #ffffff), color-stop(55%, #ffffff), to(#dddedf));
    background: linear-gradient(to right, #dddedf 0%, #ffffff 45%, #ffffff 55%, #dddedf 100%);
    margin-bottom: 50px;
  }

  .lowerPage__privacy-sec:not(:last-child) {
    margin-bottom: 40px;
  }

  .lowerPage__privacy-ttl {
    height: auto;
    padding: 10px 20px;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .lowerPage__privacy-desc {
    padding: 0 15px;
  }

  .lowerPage__privacy-th,
  .lowerPage__privacy-td {
    display: block;
    padding: 15px 20px 15px;
  }
}