@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: 0;
  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;
}
.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: 2.5%;
  left: 0;
  width: 100%;
  display: block;
  z-index: 10;
  box-sizing: border-box;
  padding: 0 10px;
}

/* お問い合わせ */
.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: 7px;
}
.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-schedule {
  margin-bottom: 35px;
}
.p-schedule__wrapper {
  background-image: linear-gradient(#0068B7, #308acf 50%, #8dccff);
  position: relative;
}
.p-schedule__bg {
  background: url("../img/schedule-bg.png") no-repeat center 0;
  background-size: 100% auto;
  padding: 18px 10px 50px 10px;
}
.p-schedule__cta {
  padding: 35px 10px;
  background-image: linear-gradient(#0068B7, #308acf 50%, #8dccff);
  position: relative;
}
.p-schedule__tokuten-txt-img {
  text-align: center;
  margin-bottom: 4px;
}
.p-schedule__tokuten-img {
  text-align: center;
  margin-bottom: 18px;
}
.p-schedule__title {
  background-color: #000B67;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.p-schedule__table {
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 0px rgba(0, 95, 168, 0.3);
}
.p-schedule__table-head {
  padding: 25px 0;
  border-radius: 5px;
  background: #e67402;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-schedule__table-head-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-schedule__table-head-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.p-schedule__table-head-icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #E67402;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-schedule__table-head-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #E67402;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-schedule__table-head.open .p-schedule__table-head-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-schedule__table-inner {
  margin-top: 15px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: height 280ms ease;
  transition: height 280ms ease;
  display: none;
}
.p-schedule__table-inner.open {
  display: block;
}
.p-schedule__table-inner:first-child {
  margin-top: 0px;
}
.p-schedule__table-inner-ttl {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
.p-schedule__table-inner-wrapper {
  margin-bottom: 15px;
}
.p-schedule__table-inner-head {
  border: 2px solid #0469B7;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-schedule__table-inner-text {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 10px;
}
.p-schedule__table-inner-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.p-schedule__table-inner-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-schedule__table-inner-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-schedule__table-inner-head.open .p-schedule__table-inner-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-schedule__table-inner-lists {
  overflow: hidden;
  -webkit-transition: height 280ms ease;
  transition: height 280ms ease;
  display: none;
}
.p-schedule__table-inner-lists.open {
  display: block;
}
.p-schedule__table-inner-list {
  padding: 15px 27px 15px 30px;
}
.p-schedule__inner {
  padding: 15px;
}
.p-schedule__inner-date {
  text-align: center;
  margin-bottom: 20px;
}
.p-schedule__inner-map {
  text-align: center;
  margin-bottom: 8px;
}
.p-schedule__inner-address {
  border-radius: 5px;
  background-color: #EFEFEF;
  display: flex;
  align-items: stretch;
}
.p-schedule__inner-address-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0269B7;
}
.p-schedule__inner-address-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.p-schedule__btn {
  margin-top: 35px;
}
.p-schedule__limit-wapper {
  padding-bottom: 60px;
  background: url("../img/limit-bg.jpg") no-repeat center center/cover;
}
.p-schedule__inner {
  padding-left: 10px;
  padding-right: 10px;
}

/* 驚くほど成績が伸びる */
.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__result {
  margin-left: 10px;
  margin-right: 10px;
}
.p-grades__result-box {
  position: relative;
  padding: 20px 0 20px;
}
.p-grades__result-box::before {
  content: "";
  width: calc(100% - 10px);
  height: 2px;
  background-color: #000B67;
  position: absolute;
  top: 0;
  left: 5px;
}
.p-grades__result-box:first-child {
  padding-top: 0;
}
.p-grades__result-box:first-child::before {
  display: none;
}
.p-grades__result-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #000C67;
}
.p-grades__result-ttl .u-marker {
  background: linear-gradient(transparent 70%, #F8DE50 0%);
  display: inline;
  padding: 0 1px 0px 4px;
}
.p-grades__result-ttl-mb {
  margin-bottom: 25px;
}
.p-grades__result-img {
  text-align: center;
}
.p-grades__result-img-mb {
  margin-bottom: 15px;
}
.p-grades__result-sub-txt {
  font-size: 12px;
  margin: 8px 5px 0;
}
.p-grades__result-notes {
  padding-left: 12px;
  position: relative;
}
.p-grades__result-notes .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.p-grades__result01-img {
  margin-top: -10px;
}
.p-grades__success {
  position: relative;
  z-index: 1;
  margin-top: -90px;
}
.p-grades__success img {
  width: 100%;
}

/* 新学年はスタートが肝心 */
.button {
  align-items: center;
  display: inline-flex;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  line-height: 1.44;
  position: relative;
}
.button__link {
  border: 1px solid #0269B7;
  border-radius: 5px;
  letter-spacing: 0.1em;
  color: #0269B7;
  font-size: 18px;
  max-width: 400px;
  min-height: 70px;
  width: 100%;
  border-radius: 100px;
  padding: 13px 60px 15px;
  background-color: #fff;
  position: relative;
}
.button__link::after {
  background: url(../../assets/img/ico-arrow-right-blue.png) center/100% no-repeat;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* ワセダの成績をのばすシステム */
.p-system {
  position: relative;
  padding: 45px 0 50px;
  background-color: #fff;
}
.p-system__head {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin: 0 20px -15px;
}
.p-system__guidance-image {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.p-system__guidance-check-lists {
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 30px;
  list-style-type: none;
}
.p-system__guidance-check-lists li {
  margin-top: 5px;
}
.p-system__guidance-check-lists li:first-child {
  margin-top: 0;
}
.p-system__guidance-navi-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 10px 20px;
}
.p-system__guidance-navi-list {
  width: 32.2%;
  margin-bottom: 10px;
}
.p-system__guidance-navi-link {
  width: 100%;
  height: 100%;
  min-height: 114px;
  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-system__guidance-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-system__guidance-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-system__guidance-navi-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.p-system__guidance-navi-num {
  position: relative;
  font-size: 20px;
  font-weight: 900;
}
.p-system__guidance-navi-num::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-system__guidance-navi-ttl {
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  padding-top: 10px;
}
.p-system__items {
  margin-left: 10px;
  margin-right: 10px;
}
.p-system__item {
  border: 2px solid #0269B7;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 15px;
}
.p-system__item:first-child {
  margin-top: 0;
}
.p-system__item-head {
  border-radius: 0px 0px 0 0;
  background-color: #0269B7;
  display: flex;
  align-items: stretch;
}
.p-system__item-head-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.p-system__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-system__item-head-text {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  padding: 10px 14px;
}
.p-system__item-head-text .u-marker {
  background-color: #F8DE50;
  color: #0269B7;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 3px;
}
.p-system__item-inner {
  padding: 10px 10px 15px;
}
.p-system__item-inner-image {
  margin-bottom: 20px;
}
.p-system__item-inner-title {
  font-size: 20px;
  font-weight: 900;
  color: #0269B7;
  margin-bottom: 10px;
}
.p-system__item-inner-text .u-emphasis {
  color: #0269B7;
  font-weight: 900;
}
.p-system__item-inner-text-image {
  text-align: center;
}
.p-system__item-inner-list {
  list-style-type: disc;
  margin-left: 30px;
}
.p-system__item-inner-result {
  position: relative;
  padding-top: 20px;
}
.p-system__item-inner-result::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0269B7;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-system__item-inner-result-head {
  background-color: #F8DE50;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: #202020;
  line-height: 1.42;
  padding: 5px;
  margin-bottom: 10px;
}
.p-system__item-inner-result-image {
  text-align: center;
}

/* 合格者メッセージ */
.p-success {
  position: relative;
  background: url("../img/success-bg.png") no-repeat center bottom #F8F2EC;
  background-size: 100% auto;
}
.p-success__bg {
  background: url("../img/success-flower.png") no-repeat center top;
  background-size: 100% auto;
  padding: 70px 15px 40px;
}
.p-success__head {
  text-align: center;
  margin-bottom: 10px;
}
.p-success__head-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 17px;
  background: #d5174c;
  max-width: 266px;
  margin: 0 auto;
  position: relative;
}
.p-success__head-text::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 9px solid #d5174c;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}
.p-success__list {
  position: relative;
  padding-top: 10px;
  margin-top: 15px;
}
.p-success__list:first-child {
  margin-top: 0;
}
.p-success__list-ttl {
  width: calc(100% - 97px);
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #707070;
  padding-left: 45px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-success__list-ttl::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../img/icon-flower.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.p-success__list-img {
  width: 87px;
  position: absolute;
  top: 0;
  right: 0;
}
.p-success__list-box {
  display: flex;
  justify-content: space-between;
}
.p-success__list-student {
  width: 134px;
}
.p-success__list-info {
  width: calc(100% - 149px);
}
.p-success__list-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.p-success__list-txt {
  font-size: 15px;
}

/* 学生見出し */
.p-student__head {
  margin-bottom: 20px;
  text-align: center;
}
.p-student__head-ttl {
  display: inline-block;
  min-width: 110px;
  min-height: 32px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px 20px 0 0;
  background: #000c67;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding: 4px 5px 0;
}
.p-student__head-ttl::before {
  content: "";
  width: 32px;
  height: 40px;
  background: url("../img/icon-mark.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: -18px;
  left: -26px;
}
.p-student__head-txt {
  text-align: center;
  border-radius: 5px;
  background: #f8de50;
  border: 2px solid #000c67;
  font-size: 18px;
  font-weight: bold;
  color: #000C67;
  position: relative;
}
.p-student__head-txt-inner {
  margin: 2px 0;
}
.p-student__head-txt-lists {
  display: flex;
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.3;
}
.p-student__head-txt-lists li {
  width: 50%;
}
.p-student__head-txt-lists li + li {
  border-left: 2px solid #000C67;
}
.p-student__head-txt-bubble-center {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #000c67 transparent transparent;
  translate: -50% 100%;
}
.p-student__head-txt-bubble-center::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 50%;
  border-style: solid;
  border-width: 6px 5.3px 0 5.3px;
  border-color: #f8de50 transparent transparent;
  translate: -50% 100%;
}
.p-student__head-txt-bubble2-left {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #000c67 transparent transparent;
  translate: -50% 100%;
}
.p-student__head-txt-bubble2-left::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 25%;
  border-style: solid;
  border-width: 6px 5.3px 0 5.3px;
  border-color: #f8de50 transparent transparent;
  translate: -50% 100%;
}
.p-student__head-txt-bubble2-right {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #000c67 transparent transparent;
  translate: -50% 100%;
}
.p-student__head-txt-bubble2-right::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 75%;
  border-style: solid;
  border-width: 6px 5.3px 0 5.3px;
  border-color: #f8de50 transparent transparent;
  translate: -50% 100%;
}

/* 小学生 */
.p-elementary {
  background-color: rgba(221, 244, 253, 0.6);
  padding: 40px 10px 40px;
}
.p-elementary__lead-img {
  text-align: center;
  margin-bottom: 20px;
}
.p-elementary__lead-txt {
  margin-bottom: 30px;
}
.p-elementary__lead-item {
  border-radius: 5px;
  background: #fff;
  border: 2px solid #0269b7;
  margin-bottom: 10px;
}
.p-elementary__lead-item-head {
  background: #0269b7;
  padding: 10px;
}
.p-elementary__lead-item-head-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-elementary__lead-item-head-txt {
  font-size: 12px;
  color: #fff;
  text-align: right;
}
.p-elementary__lead-item-inner {
  padding: 10px 10px 15px;
}
.p-elementary__lead-item-inner-img {
  margin-bottom: 20px;
}
.p-elementary__lead-item-inner-img img {
  width: 100%;
}
.p-elementary__up-img {
  text-align: center;
  margin-bottom: 15px;
}
.p-elementary__subject-img {
  text-align: center;
  margin-bottom: 3px;
}
.p-elementary__subject-ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-elementary__subject-ttl .u-marker {
  background: linear-gradient(transparent 70%, #F8DE50 0%);
  display: inline;
  padding: 0 1px 0px 4px;
}
.p-elementary__subject-txt p {
  margin-bottom: 10px;
}
.p-elementary__item {
  border-top: 1px solid #707070;
  margin-top: 25px;
  padding-top: 30px;
}
.p-elementary__item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.p-elementary__item-ttl {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #010C67;
  padding-left: 18px;
  margin-bottom: 23px;
}
.p-elementary__item-ttl::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: calc(100% - 10px);
  background-color: #010C67;
}
.p-elementary__item-img {
  text-align: center;
  margin-bottom: 20px;
}
.p-elementary__item-img img {
  width: 100%;
}

/* 中学生 */
.p-jrhighschool {
  padding: 45px 0 50px;
  background: url("../img/grid-bg.jpg") repeat center center;
}
.p-jrhighschool-head {
  margin-left: 10px;
  margin-right: 10px;
}
.p-jrhighschool__ttl {
  text-align: center;
  margin-bottom: 2px;
}
.p-jrhighschool__lead-img {
  margin-bottom: 10px;
}
.p-jrhighschool__lead-img img {
  width: 100%;
}
.p-jrhighschool__lists {
  margin-left: 13px;
  margin-right: 10px;
}
.p-jrhighschool__list {
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
.p-jrhighschool__list::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/icon-check.png") no-repeat center center/100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}
.p-jrhighschool__list:first-child {
  margin-top: 0;
}
.p-jrhighschool__arrow {
  text-align: center;
  margin: 10px 0 15px;
}
.p-jrhighschool__sub-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #0469B7;
  text-align: center;
  margin: 0 10px 10px;
}
.p-jrhighschool__box {
  border-radius: 5px;
  background: #0469b7;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  width: calc(100% - 25px);
  margin: 15px auto 55px;
}
.p-jrhighschool__img02 {
  text-align: center;
  margin: 20px 12px 20px;
}

/* 志望校 */
.p-desired {
  background-color: #B5EEFF;
}
.p-desired__img img {
  width: 100%;
}
.p-desired__txt {
  padding: 10px 13px 40px;
}

/* 説明会 */
.p-briefing {
  padding-top: 40px;
}
.p-briefing img {
  width: 100%;
}

/* ワセダの授業 */
.p-movie {
  padding: 30px 0 40px;
  background: url("../img/grid-bg.jpg") repeat center center;
}
.p-movie__head {
  margin: 0 10px 8px;
}
.p-movie__head-ttl {
  background-color: #0269b7;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
}
.p-movie__img {
  text-align: center;
}
.p-movie__img img {
  width: 100%;
}
.p-movie__box {
  margin: 0 15px;
  background-color: #0469B7;
  padding: 10px;
}
.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-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;
}

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;
}