@charset "UTF-8";
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
  }
}

.p-container {
  position: relative;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .p-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .p-container::before {
    content: "";
    position: absolute;
    background: url("../img/mv-bg.jpg") no-repeat center center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.p-container__left {
  width: 51%;
}
.p-container__left-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .p-container__left-wrapper {
    width: 89%;
    display: block;
    text-align: right;
    padding-top: 165px;
  }
}
.p-container__left-content {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.p-container__left-lead {
  width: 100%;
  max-width: 597px;
  margin-left: 9.9%;
  padding-bottom: 25px;
  position: relative;
}
.p-container__left-lead::before {
  content: "";
  width: 98.1%;
  aspect-ratio: 586/380;
  background: url("../img/mv-teacher.png") no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  right: -25px;
  z-index: 1;
}
.p-container__left-info {
  width: 100%;
  max-width: 597px;
  position: relative;
  z-index: 2;
  margin-left: 9.9%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  border: 4px solid #1666A3;
  background-color: #fff;
  padding: 13px 18px 16px;
}
.p-container__left-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #1666A3;
  margin-bottom: 11px;
}
.p-container__left-ttl .u-text-big {
  font-size: 24px;
  font-weight: 900;
}
.p-container__left-btn-list {
  display: flex;
  justify-content: space-between;
}
.p-container__left-btn-list li {
  width: 49%;
}
.p-container__main {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .p-container__main {
    width: 28.2%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 5px;
    background-color: #fff;
    box-shadow: 0px 0px 14px #ac7178;
  }
}
.p-container__main::-webkit-scrollbar {
  display: none;
}
.p-container__right {
  display: none;
}
@media (min-width: 768px) {
  .p-container__right {
    width: 20.8%;
    padding-top: 239px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.p-container__right-btn {
  margin-top: 10px;
}
.p-container__right-btn:first-child {
  margin-top: 0;
}

/* メイン写真 */
.p-mv {
  width: 100%;
  position: relative;
  background-color: #FCD6E5;
  padding-bottom: 20px;
}
.p-mv img {
  width: 100%;
  height: auto;
}
.p-mv__logo-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 9%;
  display: block;
  z-index: 10;
}
@media (max-width: 767px) {
  .p-mv__logo-link {
    width: 40%;
    height: 12%;
  }
}
.p-mv__contact {
  /*
      position: absolute;
      bottom: -9px;
      left: 0;
  */
  position: relative;
  width: 100%;
  display: block;
  z-index: 10;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: -45%;
}
.p-mv__springbtn {
  border: 3px solid #fff;
  margin: 15px 10px 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 0px rgba(0, 50, 88, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  z-index: 200;
  background: linear-gradient(90deg, #f84063 0%, #eb8927 100%);
  position: relative;
  z-index: 4;
}
.p-mv__springbtn:after {
  content: "";
  right: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  z-index: 1;
  background: url(../img/p-mv__springbtn_icon.svg) no-repeat center center/cover;
}
.p-mv__springbtn > img {
  width: 100%;
  max-width: 189px;
  aspect-ratio: 189/54;
}

/* お問い合わせ */
.p-contact {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  padding: 8px 20px 15px;
}
.p-contact__ttl {
  font-size: 14px;
  font-weight: bold;
  color: #1666A3;
  margin-bottom: 20px;
}
.p-contact__ttl .u-text-big {
  font-size: 17px;
  font-weight: 900;
}
.p-contact__btn-list {
  display: flex;
  justify-content: space-between;
}
.p-contact__btn-list li {
  width: 48.8%;
}
.p-contact__btn-list img {
  width: 100%;
  max-width: 154px;
}
.p-contact__inner {
  padding: 0 10px;
}

/* 合格実績 */
.p-results {
  background-image: linear-gradient(#0068B7, #308acf 50%, #8dccff);
  position: relative;
}
.p-results__bg {
  background: url("../img/results-bg.png") no-repeat center 0;
  background-size: 100% auto;
  padding: 10% 24px 60px 24px;
  position: relative;
  z-index: 1;
}
.p-results__head {
  width: 89%;
  margin: 0 auto 30px;
  text-align: center;
}
.p-results__ttl {
  background-color: #FFF200;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #0169B7;
  padding: 5px;
  margin-bottom: 20px;
}
.p-results__ttl .small {
  font-size: 15px;
}
.p-results__img {
  text-align: center;
}
.p-results__img-mb {
  margin-bottom: 30px;
}
.p-results__img img {
  width: 100%;
}
.p-results__caution-txt {
  text-indent: -12px;
  font-size: 12px;
  color: #fff;
  margin: 15px 0 0 12px;
}

/* 驚くほど成績が伸びる */
.p-grades {
  background: linear-gradient(#e3f6fd 0%, #d0f1ff 100%);
}
.p-grades__bg {
  background: url("../img/grades-bg.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 20px;
}
.p-grades__head {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-grades__head .u-text-big {
  font-size: 28px;
}
.p-grades__img {
  text-align: center;
  margin-bottom: 20px;
}
.p-grades__arrow {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}
.p-grades__success {
  position: relative;
  z-index: 1;
  margin-top: -90px;
  background-color: #fff;
  padding-bottom: 20px;
}
.p-grades__success img {
  width: 100%;
}

/* こんなお悩みはありませんか */
.p-worry__head img {
  width: 100%;
  vertical-align: top;
}
.p-worry__check {
  border-radius: 0px 0px 10px 10px;
  background-color: #e5eaee;
  margin: 0 15px;
  padding: 30px 15px 7%;
}
.p-worry__check-list {
  position: relative;
  border-bottom: 2px dashed #FFF;
  margin-top: 15px;
  padding: 0 0 15px 35px;
  font-size: 15px;
}
.p-worry__check-list::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../img/icon-check.png") no-repeat center center/cover;
  position: absolute;
  top: 4px;
  left: 0;
}
.p-worry__check-list:first-child {
  margin-top: 0;
}
.p-worry__check-list:last-child {
  border-bottom: none;
}
.p-worry__bottom {
  position: relative;
}
.p-worry__bottom-student {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-worry__bottom img {
  width: 100%;
}

/* お任せください */
.p-entrust {
  position: relative;
  z-index: 1;
}
.p-entrust::before {
  content: "";
  background-color: #CBEAF8;
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-entrust__bg {
  position: relative;
  background: url("../img/entrust-bg.png") no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
}
.p-entrust__head {
  padding-top: 25px;
  text-align: center;
}

/* W早稲田ゼミとは */
.p-about {
  background-color: #fff;
  padding: 29px 10px 20px;
  box-sizing: border-box;
  min-height: 347px;
  position: relative;
}
.p-about::after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -19px;
  left: 0;
}
.p-about-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: -80px;
  box-sizing: border-box;
  padding: 0 15px;
  z-index: 3;
}
.p-about-ttl {
  text-align: center;
  margin-bottom: 25px;
}
.p-about-txt {
  text-align: center;
  line-height: 1.875;
  font-size: 16px;
}
.p-about-txt .large {
  font-size: 18px;
  font-weight: bold;
  color: #0169B7;
  background: linear-gradient(transparent 70%, #F8DE50 0%);
  display: inline;
  padding: 0 1px 0px 4px;
}

/* 成績UPしています */
.p-gradeup {
  background: url("../img/gradeup-bg.png") no-repeat center top;
  background-size: cover;
  margin-top: -80px;
  padding: 296px 0 50px;
  position: relative;
  z-index: 1;
}
.p-gradeup__img {
  text-align: center;
}
.p-gradeup__bottom {
  background: url("../img/gradeup-bottom-bg.png") no-repeat center top;
  background-size: cover;
  margin-top: -25px;
  padding: 36px 0 12px;
  position: relative;
  z-index: 1;
}

/* 10の強み */
.p-bg_grid {
  background: url("../img/bg-grid.jpg") repeat 0 0;
}

.p-strength__inner {
  padding: 50px 10px 50px;
}
.p-strength__head {
  text-align: center;
}
.p-strength__navi-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: -117px 10px 20px;
  gap: 1.7%;
}
.p-strength__navi-list {
  width: 32.2%;
  margin-bottom: 10px;
}
.p-strength__navi-link {
  width: 100%;
  height: 100%;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid #FFFFFF;
  background: linear-gradient(#ff8900 0%, #d55a00 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  color: #fff;
}
.p-strength__navi-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(#c46900 0%, #532401 100%);
  opacity: 0.5;
  border-radius: 10px;
  mix-blend-mode: screen;
}
.p-strength__navi-link::after {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -8px;
  background: url(../../assets/img/ico-arrow-bottom-white.png) center/100% no-repeat;
}
.p-strength__navi-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.p-strength__navi-num {
  position: relative;
  font-size: 20px;
  font-weight: 900;
}
.p-strength__navi-num::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-strength__navi-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  padding-top: 10px;
}
.p-strength__navi-ttl .small {
  font-size: 13px;
}
.p-strength__items {
  position: relative;
}
.p-strength__items-teacher-left {
  position: absolute;
  top: -158px;
  left: 21px;
}
.p-strength__items-teacher-right {
  position: absolute;
  top: -158px;
  right: 0;
}
.p-strength__item {
  border: 2px solid #0269B7;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.p-strength__item:first-child {
  margin-top: 0;
}
.p-strength__item-head {
  border-radius: 0px 0px 0 0;
  background-color: #0269B7;
  display: flex;
  align-items: stretch;
}
.p-strength__item-head-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.p-strength__item-head-number::after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.p-strength__item-head-text {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  padding: 10px 14px;
}
.p-strength__item-head-text .u-marker {
  background-color: #F8DE50;
  color: #0269B7;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 3px;
}
.p-strength__item-inner {
  padding: 10px 10px 15px;
}
.p-strength__item-inner-image {
  margin-bottom: 20px;
}
.p-strength__item-inner-title {
  font-size: 20px;
  font-weight: 900;
  color: #0269B7;
  margin-bottom: 10px;
}
.p-strength__item-inner-text .u-emphasis {
  color: #0269B7;
  font-weight: 900;
}
.p-strength__item-inner-text-image {
  text-align: center;
}
.p-strength__item-inner-except {
  text-align: right;
  color: #000;
  font-size: 13px;
  margin-top: 15px;
}

/* 指導力　地域密着　面倒見の良さ */
.p-merit {
  position: relative;
}
.p-merit__img img {
  width: 100%;
}
.p-merit__contact {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}

/* 体験談 */
.p-bg_cell {
  background: url("../img/bg-cell.jpg") repeat 0 0;
}

.p-experience {
  padding: 20px 15px 70px;
}
.p-experience__head {
  text-align: center;
}
.p-experience__box {
  border: 2px solid #0169B7;
  background-color: #fff;
  border-radius: 10px;
}
.p-experience__box-head {
  padding: 20px 20px 20px 20px;
  border-radius: 10px 10px 0 0;
  background-color: #C5DFF4;
  display: flex;
  position: relative;
}
.p-experience__box-head::after {
  content: "";
  width: 92%;
  position: absolute;
  bottom: -1px;
  left: 4%;
  border-bottom: 3px dashed #0169B7;
}
.p-experience__box-head-img {
  width: 105px;
  display: flex;
  align-items: center;
}
.p-experience__box-head-img-box {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 2;
}
.p-experience__box-head-img-box img {
  position: relative;
  z-index: 2;
}
.p-experience__box-head-img-box::after {
  content: "";
  width: 80px;
  height: 80px;
  background-color: rgba(1, 105, 108, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.p-experience__box-head-ttl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  color: #222222;
  line-height: 1.45;
}
.p-experience__box-inner {
  padding: 25px 15px 20px;
}
.p-experience__box-name {
  font-size: 20px;
  font-weight: bold;
  color: #0169B7;
  margin-bottom: 13px;
}

/* やる気＆成績アップ */
.p-motivation {
  position: relative;
}
.p-motivation__img img {
  width: 100%;
}
.p-motivation__contact {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}

/* 春季講習の料金 */
.p-price {
  background: url("../img/price-bg.png") no-repeat 0 0 #EAF8FE;
  background-size: 100% auto;
}
.p-price__head {
  padding: 35px 0 30px;
  margin: 0 18px;
  position: relative;
}
.p-price__head::after {
  content: "";
  width: 111px;
  height: 143px;
  background: url("../img/price-teacher.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.p-price__head-img {
  margin-bottom: 25px;
}
.p-price__head-txt {
  font-weight: 900;
}
.p-price__img {
  margin: 0 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-price__img img {
  width: 100%;
}

/* ワセダの講習 */
.p-curriculum {
  background: url("../img/curriculum-bg.png") no-repeat 0 0 #EAF8FE;
  background-size: 100% auto;
  position: relative;
  margin-top: -20px;
  padding: 140px 0 60px 0;
}
.p-curriculum__head {
  text-align: center;
  margin-bottom: 30px;
}
.p-curriculum__info {
  padding: 0 10px;
}
.p-curriculum__list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 0px rgba(0, 95, 168, 0.3);
  margin-top: 20px;
}
.p-curriculum__list:first-child {
  margin-top: 0;
}
.p-curriculum__list-head {
  padding: 5px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-curriculum__list-head-text {
  background-color: #0169B7;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding: 25px 10px;
}
.p-curriculum__list-head-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.p-curriculum__list-head-icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #0469B7;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-curriculum__list-head-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #0469B7;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-curriculum__list-head.open .p-curriculum__list-head-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-curriculum__list-txt {
  font-size: 18px;
  padding: 30px 20px;
  overflow: hidden;
  -webkit-transition: height 280ms ease;
  transition: height 280ms ease;
  display: none;
}
.p-curriculum__list-txt.open {
  display: block;
}

/* お申込みの流れ */
.p-flow {
  padding: 60px 15px;
}
.p-flow__head {
  font-size: 36px;
  font-weight: 900;
  color: #0169B7;
  margin-bottom: 60px;
}
.p-flow__list {
  position: relative;
  z-index: 1;
}
.p-flow__list-head-img {
  position: absolute;
  z-index: -1;
}
.p-flow__list-head-img-step01 {
  top: -141px;
  right: 1px;
}
.p-flow__list-head-img-step02 {
  top: -88px;
  left: 1px;
}
.p-flow__list-head-img-step03 {
  top: -121px;
  right: -81px;
}
.p-flow__list-head {
  background-color: #0169B7;
  position: relative;
  padding: 40px 10px 20px;
}
.p-flow__list-head-icon {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.p-flow__list-head-ttl {
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-flow__list-inner {
  border: 2px solid #0169B7;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 24px 18px 20px;
}
.p-flow__list-arrow {
  text-align: center;
  padding: 20px 0 60px;
}
.p-flow__sub-lists {
  margin-top: 30px;
}
.p-flow__sub-lists-head {
  text-align: center;
  margin-bottom: 10px;
}
.p-flow__sub-lists-head-ttl {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #0169B7;
  padding: 0 14px;
}
.p-flow__sub-lists-head-ttl::before, .p-flow__sub-lists-head-ttl::after {
  position: absolute;
  top: 5px;
  display: inline-block;
  content: "";
  background-color: #0169B7;
  width: 2px;
  height: 80%;
}
.p-flow__sub-lists-head-ttl::before {
  left: 0;
  transform: rotate(-25deg);
}
.p-flow__sub-lists-head-ttl::after {
  right: 0;
  transform: rotate(25deg);
}
.p-flow__sub-list {
  border: 2px solid #0169B7;
  position: relative;
  margin-top: 10px;
}
.p-flow__sub-list:first-child {
  margin-top: 0;
}
.p-flow__sub-list-head {
  background-color: #0169B7;
  padding: 5px 10px 5px;
}
.p-flow__sub-list-head-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.p-flow__sub-list-inner {
  background-color: #E4EFFC;
  padding: 7px 6px;
}

/* CTA */
.p-cta {
  position: relative;
}
.p-cta__img img {
  width: 100%;
}
.p-cta__contact {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15%;
}

/* お近くの校舎で探す */
.p-search {
  padding: 10px 10px 60px;
  background-color: #B4EEFF;
}
.p-search__head {
  text-align: center;
}
.p-search__map {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 35px;
}
.p-search__map-content {
  position: relative;
  width: 100%;
  padding-top: 90%;
  height: 0;
  overflow: hidden;
}
.p-search__map-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.p-search__contact {
  margin-top: 20px;
}

/* 新学年はスタートが肝心！ */
.p-important__head img {
  width: 100%;
}

/* よくあるご質問 */
.p-qa {
  background-color: #DDF4FD;
  padding: 60px 10px 55px;
}
.p-qa__head {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #0169B7;
  margin-bottom: 30px;
}
.p-qa__list {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 5px 0px rgba(0, 95, 168, 0.3);
  margin-top: 15px;
}
.p-qa__list:first-child {
  margin-top: 0;
}
.p-qa__list-head {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-qa__list-head-text {
  font-weight: bold;
  color: #222222;
  line-height: 1.75;
  padding: 15px 54px 15px 32px;
  position: relative;
}
.p-qa__list-head-text::before {
  content: "Q";
  font-size: 20px;
  font-weight: bold;
  color: #0169B7;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  margin-top: -1px;
}
.p-qa__list-head-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  transform: translateY(-50%);
  background-color: #0469B7;
  border-radius: 50%;
}
.p-qa__list-head-icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-qa__list-head-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-qa__list-head.open .p-qa__list-head-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-qa__list-txt {
  padding: 0px 20px 30px 20px;
  overflow: hidden;
  -webkit-transition: height 280ms ease;
  transition: height 280ms ease;
  display: none;
  color: #222222;
}
.p-qa__list-txt.open {
  display: block;
}

/* ワセダの授業 */
.p-movie {
  padding-top: 50px;
}
.p-movie__head {
  margin: 0 10px 70px;
}
.p-movie__head-ttl {
  background-color: #0269b7;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
}
.p-movie__box {
  margin: 0 8px 48px 23px;
  background-color: #0469B7;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.p-movie__box-img-top {
  position: absolute;
  top: -67px;
  left: -52px;
  z-index: 3;
}
.p-movie__box-img-bottom {
  position: absolute;
  right: -28px;
  bottom: -70px;
  z-index: 3;
}
.p-movie__box-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__box-inner video {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: none;
}
.p-movie__img {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.p-movie__img-student {
  width: 50%;
  text-align: left;
}
.p-movie__img-teacher {
  width: 50%;
  text-align: right;
}

/* フッター */
.p-footer {
  background-color: #1F63C2;
}
.p-footer__wrapper {
  padding: 50px 25px 120px;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 20px;
}
.p-footer__logo img {
  width: 160px;
}
.p-footer__address {
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
}
.p-footer__address-company {
  margin-bottom: 20px;
}
.p-footer__address-head {
  font-weight: bold;
}
.p-footer__address-text {
  margin-bottom: 5px;
}
.p-footer__link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.p-footer__link-lists {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
.p-footer__link-lists .icon {
  position: relative;
  padding-right: 20px;
}
.p-footer__link-lists .icon::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon-link.png") no-repeat center center/cover;
  position: absolute;
  top: 5px;
  right: 0;
}
.p-footer__copyright {
  font-size: 9px;
  color: #fff;
  text-align: left;
  padding: 0 15px;
}

/* ボタン */
.mv-btn {
  border-radius: 5px;
  box-shadow: 0px 5px 0px #c9c9c9;
}
.mv-btn-web-link {
  position: relative;
  display: block;
}
.mv-btn-web-text {
  width: 100% !important;
  max-width: 137px !important;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}

a:hover .mv-btn {
  box-shadow: none !important;
}

.c-btn {
  position: relative;
  background-color: #EEE;
  display: inline-block;
  width: 246px;
  height: 50px;
  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;
  color: #0269B7;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0;
  text-align: center;
  border-radius: 48px;
  border: 1px solid #0269B7;
}
.c-btn::after {
  content: "";
  width: 12px;
  height: 15px;
  background: url("../img/ico-arrow-bottom-blue.png") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}

/* その他 */
.u-color-blue {
  color: #0269B7;
}

.u-font-size-l8 {
  font-size: 18px;
}

.u-font-size-l3 {
  font-size: 13px;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.dots-wrap li {
  width: 17px;
  height: 17px;
  margin: 0 10px;
  background: #CBCBCB;
  border-radius: 50%;
  cursor: pointer;
}
.dots-wrap li:hover {
  background: #0169B7;
}
.dots-wrap li.slick-active {
  background: #0169B7;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
