@charset "UTF-8";

@import url("https://use.typekit.net/qty4jqq.css");

.l-floating-button {
  display: none;
}
body {
  background-color: #fff !important;
}

/*-----
mv
-----*/
.p-preExam__mv {
  height: 100vh;
  max-height: 768px;
  background-image: url(../img/wave.svg), url(../img/mv2.png), url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%, 560px auto, cover;
  background-position: top right, right 150px bottom 40px, center;
  background-color: #f0eeee;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-preExam__mv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 134px;
  background: url(../img/hero_wave.svg) no-repeat top center;
  background-size: cover;
  transform: translateY(1px);
}
.p-preExam__mv__inner {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.p-preExam__mv__txt {
  font-weight: bold;
  width: calc(100% - 700px);
  display: flex;
  justify-content: center;
  color: #0082BE;
  line-height: 1.4;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 0 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
}
.p-preExam__mv__catch01 {
  font-size: 30px;
  margin: 0 0 15px;
}
.p-preExam__mv__catch02 {
  font-size: 42px;
}
.p-preExam__mv__catch03 {     
  font-size: 80px;
  position: relative;
  width: fit-content;
}
.p-preExam__mv__catch03::after {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: #FFCC01;
  height: 20%;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -10;
}

@media (max-width:1400px) {
  .p-preExam__mv__txt {
    width: 50%;
  }
}

@media (max-width:1200px) {
  .p-preExam__mv {
    justify-content: flex-start;
  }
  .p-preExam__mv__inner {
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 30px;
  }
  .p-preExam__mv__txt {
    width: 100%;
  }
}

@media (max-width:1025px) {
  .p-preExam__mv {
    max-height: 700px;
    background-position: top right, right bottom 40px,center;
    background-size: contain, 560px auto, cover;
  }
  .p-preExam__mv__catch01 {
    font-size: 24px;
  }
  .p-preExam__mv__catch02 {
    font-size: 38px;
  }
  .p-preExam__mv__catch03 {
    font-size: 50px;
  }
  .p-index__hero__scroll {
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width:840px) {
  .p-preExam__mv {
    background-position: top right, right calc(50% - 220px) bottom 40px, center;
  }
  .p-preExam__mv__inner {
    padding: 0 0 250px 30px
  }
  .p-preExam__mv__catch01 {
    font-size: 22px;
    margin: 0 0 5px;
  }
  .p-preExam__mv__catch02 {
    font-size: 28px;
    margin: 0 0 6px;
  }
  .p-preExam__mv__catch03 {
    font-size: 46px;
  }
}

@media (max-width:640px) {
  .p-preExam__mv {
    background-image: url(../img/wave_md.svg), url(../img/mv_sp2.jpg);
    max-height: 580px;
    align-items: flex-end;
    background-position: top left, bottom 35% right calc(50% + 8px),center;
    background-size: 100%, 680px auto,cover;
    padding-bottom: 30px;
  }
  .p-preExam__mv::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 15vh;
    background: url(../img/hero_wave_white_sp.svg) no-repeat top center;
    background-size: cover;
    transform: translateY(1px);
  }
  .p-preExam__mv__inner {
    padding: 0 40px;
    margin: 0 0 150px;
    padding: 0 0 30px 30px;
  }
  .p-preExam__mv__txt {
    justify-content: flex-start;
    color: #0082BE;
  }
  .p-preExam__mv__catch01 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .p-preExam__mv__catch02 {
    font-size: 22px;
    margin: 0;
  }
  .p-preExam__mv__catch03 {
    font-size: 32px;
  }
}
@media (max-width:560px) {
  .p-preExam__mv {
    background-image: url(../img/wave_sm.svg), url(../img/mv_sp2.jpg);
  }
}


/*-----
intro
-----*/
.p-preExam__intro {
  background-image: url(../img/pit_bg_b.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 101%;
  background-color: #fff;
  padding: 50px 20px;
  position: relative;
}
.p-preExam__intro__content {
  width: 1062px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 0 64px 60px;
}
.p-preExam__intro__content__tit__sub {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
.p-preExam__intro__content__tit__sub__accent {
  position: relative;
  z-index: 10;
}
.p-preExam__intro__content__tit__sub__accent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #FFCC01;
  height: 9px;
  width: 100%;
  border-radius: 1px;
  z-index: -10;
}
.p-preExam__intro__content__tit__sub--lg {
  font-size: 36px;
}
.p-preExam__intro__content__tit__sub--red {
  color: #D83C0C;
}
.p-preExam__intro__content__tit {
  font-size: 36px;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 55px;
}
.p-preExam__intro__content__tit__accent {
  color: #0082BE;
}
.p-preExam__intro__content__desc {
  text-align: center;
  font-size: 18px;
  letter-spacing: -.05em;
  margin: 0 0 60px;
}
.p-preExam__intro__content__desc__accent {
  color: #0082BE;
  font-weight: bold;
}


.p-preExam__intro__tbl {
  font-weight: bold;
}
.p-preExam__intro__tbl__tit {
  background-color: #0082BE;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
  padding: 0.5em 0;
  font-size: 20px;
}
.p-preExam__intro__tbl__desc {
  text-align: center;
  font-size: 24px;
  margin: 0 0 30px;
}
.p-preExam__intro__tbl__desc--red {
  color: #D83C0C;
}
.p-preExam__intro__tbl__desc--lg {
  font-size: 36px;
}
.p-preExam__intro__tbl tr:nth-of-type(odd) {
  background-color: #F0F0F0;
  border-collapse: separate;
}
.p-preExam__intro__tbl th,
.p-preExam__intro__tbl td {
  padding: 18px;
}
.p-preExam__intro__tbl th {
  width: 30%;
  text-align: center;
  border-radius: 12px 0 0 12px;
}
.p-preExam__intro__tbl td {
  width: 70%;
  border-radius: 0 12px 12px 0;
}
.p-preExam__intro__td__item:first-of-type {
  margin: 0 0 40px;
}
.p-preExam__intro__td__list,
.p-preExam__intro__td__tit,
.p-preExam__intro__td__desc {
  margin: 0;
}
.p-preExam__intro__td__desc {
  padding: 0 0 0 1em;
}
.p-preExam__intro__td--blue {
  color: #0082BE;
}
.p-preExam__intro__td--red {
  color: #D83C0C;
}
.p-preExam__intro__tbl__content--sm {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width:640px) {
  .p-preExam__intro {
    padding: 0 20px 20px;
  }
  .p-preExam__intro__content__tit__sub {
    font-size: 11px;
    margin: 0;
  }
  .p-preExam__intro__content__tit__sub__accent::after {
    height: 5px;
  }
  .p-preExam__intro__content__tit__sub--lg {
    font-size: 21px;
  }
  .p-preExam__intro__content__tit {
    font-size: 21px;
    margin: 0 0 37px;
  }
  .p-preExam__intro__content {
    width: 100%;
    border-radius: 8px;
    padding: 0 20px 20px;
  }
  .p-preExam__intro__content__tit {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-preExam__intro__content__tit__accent::after {
    height: 5px;
  }
  .p-preExam__intro__content__desc {
    font-size: 14px;
    margin: 0 0 30px;
  }
  .p-preExam__intro__tbl__desc--lg {
    font-size: 19px;
  }

  .p-preExam__intro__tbl {
    font-size: 12px;
  }
  .p-preExam__intro__tbl__tit {
    border-radius: 4px;
    margin: 0 0 20px;
    font-size: 16px;
  }
  .p-preExam__intro__tbl__desc {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .p-preExam__intro__tbl th,
  .p-preExam__intro__tbl td {
    padding: 13px 10px;
  }
  .p-preExam__intro__tbl th {
    width: 34%;
  }
  .p-preExam__intro__tbl td {
    width: 66%;
  }
  .p-preExam__intro__td__item:first-of-type {
    margin: 0 0 6px;
  }
  .p-preExam__intro__tbl__content--sm {
    font-size: 10px;
  }
}
@media (max-width:374px) {
  .p-preExam__intro__content {
    padding: 0 20px 20px;
  }
}


/*角丸*/
.p-preExam__pit__answer_tbl table tr:first-of-type .tbl_bg_b {
  border-radius: 12px 12px 0 0;
}
.p-preExam__pit__answer_tbl table tr:last-of-type .tbl_bg_b {
  border-radius: 0 0 12px 12px;
}
.p-preExam__pit__answer_tbl table tr th:first-of-type {
  border-radius: 12px 0 0 12px;
}
.p-preExam__pit__answer_tbl table tr td:last-of-type {
  border-radius: 0 12px 12px 0;
}

/*-----
pack
-----*/
.p-preExam__pack {
  background-image: url(../img/wave_intro_top.svg), url(../img/pit_bg_b.svg);
  background-repeat: no-repeat;
  background-position: top center, bottom left;
  background-size: 100%, 101%;
  background-color: #0082BE;
  padding: 210px 20px 260px;
  position: relative;
}
/* .p-preExam__pack::before {
  content: "";
  width: 100%;
  height: 164px;
  background: url(../img/wave_intro_top.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -164px;
  background-color: #0082BE;
} */
.p-preExam__pack__tit {
  color: #fff;
  text-align: center;
  font-size: 36px;
  margin: 0 0 12px;
}
.p-preExam__pack__box + .p-preExam__pack__tit {
  margin-top: 30px;
}
.p-preExam__pack__box {
  width: 1062px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
}
.p-preExam__pack__box__tit {
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 66px;
}
.p-preExam__pack__box__tit__accent {
  color: #0082BE;
}
.p-preExam__pack__box__list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px;
}
.p-preExam__pack__box__item {
  width: calc((100% - 56px) / 3);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #F0F0F0;
  border-radius: 8px;
  padding: 40px 30px;
  position: relative;
}
.p-preExam__pack__box__item::before {
  background-color: #FFCC01;
  width: 88px;
  border-radius: 100px;
  color: #0082BE;
  position: absolute;
  top: -.5em;
  left: 50%;
  transform: translateX(-50%);
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.p-preExam__pack__box__item:first-of-type:before {
  content: "Point 01";
}
.p-preExam__pack__box__item:nth-of-type(2):before {
  content: "Point 02";
}
.p-preExam__pack__box__item:last-of-type:before {
  content: "Point 03";
}

@media (max-width:1000px) {
  .p-preExam__pack__box__item {
    width: calc((100% - 56px) / 3);
    font-size: 20px;
    padding: 40px 20px;
  }
}
@media (max-width:840px) {
  .p-preExam__pack__box__item {
    width: calc((100% - 20px) / 3);
    font-size: 16px;
    padding: 40px 10px;
  }
}

@media (max-width:640px) {
  .p-preExam__pack {
    padding: 110px 10px;
  }
  .p-preExam__pack::before {
    height: 82px;
    top: -82px;
  }
  .p-preExam__pack__tit {
    font-size: 21px;
    margin: 0 0 8px;
  }
  .p-preExam__pack__box + .p-preExam__pack__tit {
    margin-top: 25px;
  }
  .p-preExam__pack__box {
    width: 100%;
    border-radius: 8px;
    padding: 40px 10px;
  }
  .p-preExam__pack__box__tit {
    font-size: 21px;
    margin: 0 0 40px;
  }
  .p-preExam__pack__box__list {
    flex-direction: column;
    margin: 0 0 34px;
  }
  .p-preExam__pack__box__item {
    width: 100%;
    font-size: 16px;
    padding: 30px 10px;
  }
  .p-preExam__pack__box__item:not(:last-of-type) {
    margin: 0 0 30px;
  }
  .p-preExam__pack__box__item::before {
    width: 78px;
    top: -.8em;
    font-size: 12px;
  }
}


/*-----
hope
-----*/
.p-preExam__hope {
  margin: 0 0 60px;
}
.p-preExam__hope__top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 94px;
}
.p-preExam__hope__content {
  margin: 0 44px 0 0;
}
.p-preExam__hope__content__txt {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 52px;
  position: relative;
}
.p-preExam__hope__content__txt::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2px solid #0082BE;
  border-right: 2px solid #0082BE;
  transform: translateX(-50%) rotate(135deg);
  background: #fff;
  z-index: 10;
}
.p-preExam__hope__content__txt::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #0082BE;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.p-preExam__hope__txt--blue {
  color: #0082BE;
}
.p-preExam__hope__txt--lg {
  font-size: 30px;
}
.p-preExam__hope__img {
  margin: 0;
}

.p-preExam__hope__list {
  width: 438px;
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 15px;
}
.p-preExam__hope__item {
  border: 2px solid #0082BE;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
.p-preExam__hope__item:last-of-type {
  grid-area: 5/1/6/4;
}
.p-preExam__hope__item p {
  margin: 0;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
  color: #0082BE;
  font-weight: bold;
}
.p-preExam__hope__item p span {
  font-size: 20px;
  color: #999999;
}

@media (max-width:940px) {
  .p-preExam__hope__top {
    flex-direction: column;
    align-items: center;
  }
  .p-preExam__hope__content {
    margin: 0 0 20px;
  }
}

@media (max-width:640px) {
  .p-preExam__hope {
    margin: 0 0 40px;
  }
  .p-preExam__hope__top {
    margin: 0 0 30px;
  }
  .p-preExam__hope__content__txt {
    font-size: 16px;
    margin: 0 20px 24px;
  }
  .p-preExam__hope__txt--lg {
    font-size: 21px;
  }

  .p-preExam__hope__list {
    width: 100%;
    gap: 10px 6px;
  }
  .p-preExam__hope__item {
    border: 1.6px solid #0082BE;
    border-radius: 4px;
    padding: 10px 0;
  }
  .p-preExam__hope__item p {
    font-size: 20px;
  }
  .p-preExam__hope__item p span {
    font-size: 13px;
  }
}

@media (max-width:374px) {
  .p-preExam__hope__item {
    border: 1px solid #0082BE;
  }
  .p-preExam__hope__item p {
    font-size: 16px;
  }
  .p-preExam__hope__item p span {
    font-size: 10px;
  }
}


/*-----
voice
-----*/
.p-preExam__hope__voice {
  margin: 0 auto 52px;
  max-width: 100%;
  width: 640px;
  border: 2px solid #0082BE;
  border-radius: 8px;
  position: relative;
}
.p-preExam__hope__voice__tit {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 0.5em;
  color: #0082BE;
  font-size: 31px;
  margin: 0;
}
.p-preExam__hope__voice img {
  padding: 30px 60px;
  width: 100%;
}
.p-preExam__hope__catch {
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
.p-preExam__hope__catch__accent {
  position: relative;
  z-index: 10;
}
.p-preExam__hope__catch__accent::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #FFCC01;
  height: 9px;
  width: 100%;
  border-radius: 1px;
  z-index: -10;
}
.p-preExam__hope__catch--lg {
  font-size: 42px;
  color: #0082BE;
}

@media (max-width:640px) {
  .p-preExam__hope__voice {
    margin: 0 auto 38px;
    width: 100%;
    border: 1.6px solid #0082BE;
    border-radius: 4px;
  }
  .p-preExam__hope__voice__tit {
    top: -17px;
    font-size: 17px;
  }
  .p-preExam__hope__voice img {
    padding: 20px 15px;
  }

  .p-preExam__hope__catch {
    font-size: 15px;
  }
  .p-preExam__hope__catch__accent::after {
    bottom: 5px;
    height: 5px;
  }
  .p-preExam__hope__catch--lg {
    font-size: 21px;
  }
  
}


/*-----
teacher
-----*/
.p-preExam__teacher {
  margin: -12px 0 44px;
}
.p-preExam__teacher__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 12px;
  margin: 0 0 40px;
}
.p-preExam__teacher__item {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.p-preExam__teacher__item iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.p-preExam__teacher__more {
  text-align: center;
}
.p-preExam__teacher__more__btn {
  cursor: pointer;
  border: 2px solid #0082BE;
  background-color: #0082BE;
  border-radius: 100px;
  display: inline-block;
  width: 300px;
  padding: 15px 0;
  transition: background-color .3s;
}
.p-preExam__teacher__more__btn:hover {
  background-color: #fff;
}
.p-preExam__teacher__more__btn span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transition: color .3s;
}
.p-preExam__teacher__more__btn:hover span {
  color: #0082BE;
}

@media (max-width:640px) {
  /* .p-preExam__teacher {
    margin: 0 0 44px;
  } */
  .p-preExam__teacher__list {
    margin: 0 0 4px;
    display: flex;
    gap: 10px;
    overflow: auto;
  }
  .p-preExam__teacher__item {
    width: 90%;
    flex-shrink: 0;
    display: block !important;
  }
  .p-preExam__teacher__scroll {
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }
  .p-preExam__teacher__scroll::before,
  .p-preExam__teacher__scroll::after {
    content: "";
    display: block;
    position: absolute;
  }
  .p-preExam__teacher__scroll::before {
    background-color: #000;
    height: 1px;
    width: 16px;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
  }
  .p-preExam__teacher__scroll::after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    height: 8px;
    width: 8px;
    top: 50%;
    right: -24px;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-preExam__teacher__more__btn {
    width: 180px;
    padding: 8px 0;
  }
  .p-preExam__teacher__more__btn span {
    font-size: 14px;
  }
}


/*-----
strategy__about
-----*/
.p-preExam__strategy__about {
  margin: 0 0 90px;
}
.p-preExam__strategy__about__desc {
  width: 982px;
  margin: 0 auto 60px;
  overflow: hidden;
}
.p-preExam__strategy__about__desc__img {
  float: right;
  width: 52%;
  margin: 0 0 0 50px;
  text-align: right;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
}
.p-preExam__strategy__about__desc__img img {
  border-radius: 8px;
  width: 100%;
}
.p-preExam__strategy__about__desc h4 {
  font-size: 20px;
  margin: 10px 0 20px;
  line-height: 1.4;
}
.p-preExam__strategy__about__desc h4 strong {
  font-size: 30px;
  color: #0082BE;
}
.p-preExam__strategy__about__desc p {
  margin: 0;
  overflow: hidden;
}

.p-preExam__strategy__about__list {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.p-preExam__strategy__about__item {
  width: calc((100% - 16px) / 2);
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  padding: 25px 30px;
}
.p-preExam__strategy__about__item__tit {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  position: relative;
  display: flex;
}
.p-preExam__strategy__about__item__tit::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}
.p-preExam__strategy__about__item:first-of-type .p-preExam__strategy__about__item__tit::before {
  background-image: url(../img/strategy_num01.png);
  width: 37px;
  height: 32px;
}
.p-preExam__strategy__about__item:last-of-type .p-preExam__strategy__about__item__tit::before {
  background-image: url(../img/strategy_num02.png);
  width: 43px;
  height: 31px;
}
.p-preExam__strategy__about__item__desc {
  font-size: 16px;
  margin: 0;
}

@media (max-width:1025px) {
  .p-preExam__strategy__about__desc__img {
    width: 40%;
    margin: 0 0 0 30px;
  }
}

@media (max-width:840px) {
  .p-preExam__strategy__about__item {
    padding: 20px 15px;
  }
  .p-preExam__strategy__about__item__tit {
    font-size: 18px;
  }
  .p-preExam__strategy__about__item:first-of-type .p-preExam__strategy__about__item__tit::before {
    width: 26px;
  }
  .p-preExam__strategy__about__item:last-of-type .p-preExam__strategy__about__item__tit::before {
    width: 31px;
  }
}

@media (max-width:640px) {
  .p-preExam__strategy__about {
    margin: 0 0 60px;
  }
  .p-preExam__strategy__about__desc {
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
  }
  .p-preExam__strategy__about__desc__img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .p-preExam__strategy__about__desc h4 {
    font-size: 21px;
    margin: 0 0 11px;
    order: -1;
    text-align: center;
  }
  .p-preExam__strategy__about__desc h4 strong {
    font-size: 20px;
  }
  .p-preExam__strategy__about__desc p {
    font-size: 12px;
  }
  .p-preExam__strategy__about__desc strong {
    font-size: 14px;
  }

  .p-preExam__strategy__about__list {
    flex-direction: column;
  }
  .p-preExam__strategy__about__item {
    width: 100%;
  }
  .p-preExam__strategy__about__item:first-of-type {
    margin: 0 0 10px;
  }
  .p-preExam__strategy__about__item__tit {
    font-size: 16px;
  }
  .p-preExam__strategy__about__item__desc {
    font-size: 14px;
  }
}


/*-----
flow
-----*/
.p-preExam__strategy__flow {
  margin: 0 15px 100px;
}
.p-preExam__strategy__flow__tit {
  font-size: 24px;
  width: fit-content;
  margin: 0 auto 56px;
  position: relative;
}
.p-preExam__strategy__flow__tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #FFCC01;
  height: 3px;
  width: 100%;
  border-radius: 1px;
}
.p-preExam__strategy__flow__list {
  display: flex;
  margin: 0;
}
.p-preExam__strategy__flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3);
  padding: 0 40px;
  position: relative;
}
.p-preExam__strategy__flow__item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  right: -.5em;
  top: 54px;
  transform: translateX(-50%);
  border-top: 2px solid #0082BE;
  border-right: 2px solid #0082BE;
  transform: translateX(-50%) rotate(45deg);
  z-index: 10;
}
.p-preExam__strategy__flow__img {
  width: 120px;
  margin: 0 0 30px;
}
.p-preExam__strategy__flow__desc {
  font-size: 16px;
  text-align: center;
  margin: 0;
}

@media (max-width:1100px) {
  .p-preExam__strategy__flow {
    margin: 0 0 100px;
  }
  .p-preExam__strategy__flow__item {
    padding: 0 10px;
  }
}
@media (max-width:900px) {
  .p-preExam__strategy__flow__desc {
    font-size: 14px;
  }
}

@media (max-width:640px) {
  .p-preExam__strategy__flow {
    margin: 0 0 15px;
  }
  .p-preExam__strategy__flow__tit {
    font-size: 18px;
    margin: 0 auto 5px;
  }
  .p-preExam__strategy__flow__list {
    flex-direction: column;
  }
  .p-preExam__strategy__flow__item {
    width: 100%;
    flex-direction: row;
    padding: 25px 0;
  }
  .p-preExam__strategy__flow__item:not(:last-of-type)::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    right: unset;
    left: 36px;
    top: unset;
    bottom: 0;
    transform: translateX(-50%);
    border-top: 2px solid #0082BE;
    border-right: 2px solid #0082BE;
    transform: rotate(135deg);
    z-index: 10;
  }
  .p-preExam__strategy__flow__img {
    width: 80px;
    margin: 0 12px 0 0;
    flex-shrink: 0;
  }
  .p-preExam__strategy__flow__desc {
    font-size: 16px;
    text-align: left;
  }
}



/*-----
strategy nhk
-----*/
.p-preExam__strategy__nhk {
  background-color: #F0F0F0;
  border-radius: 8px;
  padding: 50px 30px 40px;
}
.p-preExam__strategy__nhk__tit {
  color: #0082BE;
  font-size: 36px;
  letter-spacing: -.02em;
  text-align: center;
  margin: 0 0 34px;
}
.p-preExam__strategy__nhk__tit__accent {
  position: relative;
  z-index: 10;
}
.p-preExam__strategy__nhk__tit__accent::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #FFCC01;
  height: 9px;
  width: 100%;
  border-radius: 1px;
  z-index: -10;
}
.p-preExam__strategy__nhk__list {
  display: flex;
  justify-content: space-between;
}
.p-preExam__strategy__nhk__item {
  width: calc((100% - 20px) / 2);
  border-radius: 6px;
}
.p-preExam__strategy__nhk__item img {
  border-radius: 6px;
  width: 100%;
}

@media (max-width:640px) {
  .p-preExam__strategy__nhk {
    padding: 24px 10px 20px;
  }
  .p-preExam__strategy__nhk__tit {
    font-size: 21px;
    margin: 0 0 17px;
  }
  .p-preExam__strategy__nhk__tit__accent::before {
    bottom: 4px;
    height: 5px;
  }
  .p-preExam__strategy__nhk__item:first-of-type {
    margin: 0 0 10px;
  }
  .p-preExam__strategy__nhk__list {
    flex-direction: column;
  }
  .p-preExam__strategy__nhk__item {
    width: 100%;
  }
}


/*-----
strategy voice
-----*/
.p-preExam__strategy__voice {
  border-radius: 8px;
  border: 3px solid #0082BE;
  padding: 60px 30px 30px;
  position: relative;
}
.p-preExam__strategy__voice__tit {
  position: absolute;
  display: inline-block;
  width: fit-content;
  white-space: nowrap;
  padding: 0 1em;
  text-align: center;
  background-color: #0082BE;
  border-radius: 62px;
  color: #fff;
  font-size: 30px;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.p-preExam__strategy__voice__img img {
  width: 100%;
}

@media (max-width:640px) {
  .p-preExam__strategy__voice {
    border: 1.6px solid #0082BE;
    padding: 30px 10px 20px;
  }
  .p-preExam__strategy__voice__tit {
    font-size: 16px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}


/*-----
flow
-----*/
.p-preExam__flow {
  background: #fff;
  padding: 60px 20px 80px;
}
.p-preExam__flow__tit {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 50px;
}
.p-preExam__flow__list {
  width: 720px;
  margin: 0 auto;
}
.p-preExam__flow__list li {
  display: flex;
  align-items: center;
}
.p-preExam__flow__list li:not(:last-of-type) {
  border-bottom: 1px solid #C9C9C9;
}
.p-preExam__flow__img {
  width: 131px;
  flex: 0 0 auto;
  padding: 50px 0;
}
.p-preExam__flow__txt {
  padding: 30px 30px 30px 40px;
}
.p-preExam__flow__txt h3 {
  font-size:20px;
  color: #0082BE;
}
.p-preExam__flow__txt p {
  margin: 20px 0 0;
}
.p-preExam__flow__cta {
  text-align: center;
  margin: 60px 0 0;
}

@media (max-width:640px) {
  .p-preExam__flow {
    padding: 40px 20px;
  }
  .p-preExam__flow__tit {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .p-preExam__flow__list {
    background:linear-gradient(to right, transparent 45px, #C9C9C9 45px, #C9C9C9 46px, transparent 46px);
    background-position: top 10px left;
    background-repeat: no-repeat;
  }
  .p-preExam__flow__list li {
    align-items: flex-start;
  }
  .p-preExam__flow__list li:not(:last-of-type) {
    border: none;
    margin: 0 0 30px;
  }
  .p-preExam__flow__list li:last-of-type {
    background: #fff;

  }
  .p-preExam__flow__img {
    width: 82px;
    padding: 0 0 5px;
    background: #fff;
  }
  .p-preExam__flow__txt {
    padding: 0 0 0 20px;
  }
  .p-preExam__flow__txt h3 {
    font-size:16px;
  }
  .p-preExam__flow__txt p {
    margin: 10px 0 0;
    font-size: 14px;
  }
  .p-preExam__flow__cta {
    text-align: center;
    margin: 50px 20px 0;
  }
}


/*-----
passed
-----*/
.p-preExam__passed {
  background-image: url(../img/passed_bg_t.svg), url(../img/passed_bg_b.svg) ,url(../img/passed_bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top right, bottom -1px left, top center;
  background-size: 101%, 101%, cover;
  padding: 210px 20px;
}
.p-preExam__passed__tit {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1;
}
.p-preExam__passed__tit span {
  border: 1px solid #C9C9C9;
  background: #fff;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 8px;
}
.p-preExam__passed__tit strong {
  color: #D83C0C;
}
.p-preExam__passed__list {
  width: 1062px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-preExam__passed__list li {
  width: calc((100% - 20px) / 2);
  margin: 10px 0;
  border: 1px solid #C9C9C9;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}
.p-preExam__passed__list__prof {
  display: flex;
  width: 100%;
  align-items: center;
}
.p-preExam__passed__list__prof__img {
  margin: 0 9% 0 0;
}
.p-preExam__passed__list__prof__univ {
  width: 250px;
  position: relative;
  white-space: nowrap;
}
.p-preExam__passed__list__prof__univ h3 {
  font-size: 28px;
  line-height: 1;
  z-index: 1;
  position: relative;
  text-shadow: 0 0 3px #fff;
}
.p-preExam__passed__list__prof__univ h3 span {
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: normal;
}
.p-preExam__passed__list__prof__univ p {
  font-size: 28px;
  margin: 30px 0 0;
  line-height: 1;
}
.p-preExam__passed__list__prof__univ p span {
  font-size: 20px;
}
.p-preExam__passed__list__prof__univ img {
  position: absolute;
  width: 50%;
  max-width: 119px;
  top: -40px;
  right: -20px;
}
.p-preExam__passed__list__txt h4 {
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 0 10px;
  color: #0082BE;
}
.p-preExam__passed__list__txt p {
  margin: 0;
}

@media (max-width:1025px) {
  .p-preExam__passed__list {
    display: block;
  }
  .p-preExam__passed__list li {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #C9C9C9;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
  }
  .p-preExam__passed__list__prof__img {
    margin: 0 5% 0 0;
  }
  .p-preExam__passed__list__txt h4 br {
    display: none;
  }
}

@media (max-width:640px) {
  .p-preExam__passed {
    background-image: url(../img/price_bg_t.svg), url(../img/price_bg_b.svg) ,url(../img/passed_bg_sp.jpg);
    background-position: top right, bottom -1px left;
    background-size: 120%, 110%, cover;
    padding: 100px 20px;
  }
  .p-preExam__passed__tit {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .p-preExam__passed__tit span {
    padding: 9px 20px;
    letter-spacing: 0;
    width: 335px;
  }
  .p-preExam__passed__list li {
    margin: 0 0 15px;
    padding: 20px;
  }
  .p-preExam__passed__list li:last-of-type {
    margin: 0;
  }
  .p-preExam__passed__list__prof__img {
    margin: 0 20px 0 0;
    width: 84px;
  }
  .p-preExam__passed__list__prof__univ {
    width: auto;
    flex: 1;
  }
  .p-preExam__passed__list__prof__univ h3 {
    font-size: 18px;
  }
  .p-preExam__passed__list__prof__univ h3 span {
    margin: 5px 0 0;
    font-size: 13px;
  }
  .p-preExam__passed__list__prof__univ p {
    font-size: 18px;
    margin: 15px 0 0;
  }
  .p-preExam__passed__list__prof__univ p span {
    font-size: 13px;
  }
  .p-preExam__passed__list__prof__univ img {
    width: 44%;
    max-width: 84px;
    top: -10px;
    right: -10px;
  }
  .p-preExam__passed__list__txt h4 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  .p-preExam__passed__list__txt h4 br {
    display: inline;
  }
  .p-preExam__passed__list__txt p {
    font-size: 14px;
  }
  
}


/*-----
first price
-----*/
.p-preExam__first__price {
  margin: 0 0 90px;
}
.p-preExam__first__price__tit {
  font-size: 36px;
  text-align: center;
  margin: 0 0 54px;
}
.p-preExam__first__price__tit__accent {
  color: #0082BE;
}
.p-preExam__first__price__tab__area {
  display: flex;
  flex-wrap: wrap;
}
.p-preExam__first__price__tab {
  background-color: #fff;
  border: 3px solid #0082BE;
  border-radius: 8px;
  color: #0082BE;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  margin: 0 0 20px;
  width: calc((100% - 30px) / 4);
}
.p-preExam__first__price__tab:not(:nth-of-type(4n)) {
  margin: 0 10px 20px 0;
}
.p-preExam__first__price__tab:hover {
  background-color: #0082BE;
  color: #fff;
}
.p-preExam__first__price__tab.active {
  background-color: #0082BE;
  color: #fff;
  pointer-events: none;
}

.p-preExam__first__price__content {
  margin: 0 0 45px;
}
.p-preExam__first__price__content__area {
  border: 3px solid #0082BE;
  border-radius: 8px;
  padding: 40px 46px 46px;
}
.p-preExam__first__price__content__tit {
  text-align: center;
  font-size: 31px;
}
.p-preExam__first__price__content__tit span {
  color: #0082BE;
}
.p-preExam__first__price__content__campaign {
  text-align: center;
  font-size: 20px;
  margin: 0;
}
.p-preExam__first__price__content__campaign--lg {
  font-size: 36px;
  font-weight: bold;
}
.p-preExam__first__price__content__campaign--sm {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 0.5em;
}
.p-preExam__first__price__content__campaign--red {
  color: #D83C0C;
}
.p-preExam__first__price__content__campaign--red {
  color: #D83C0C;
}
.p-preExam__first__price__content__campaign__accent {
  position: relative;
  z-index: 10;
}
.p-preExam__first__price__content__campaign__accent::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #FFCC01;
  height: 9px;
  width: 100%;
  border-radius: 1px;
  z-index: -10;
}
.p-preExam__first__price__tbl {
  margin: 1em 0 0;
}
.p-preExam__first__price__content {
  text-align: center;
  font-weight: bold;
  display: none;
}
.p-preExam__first__price__content.show {
  display: block;
}
.p-preExam__first__price__tbl tr:nth-of-type(odd):not(:first-of-type) {
  background-color: #F0F0F0;
  border-collapse: separate;
}
.p-preExam__first__price__tbl th {
  font-size: 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid #C9C9C9;
  letter-spacing: 0;
}
.p-preExam__first__price__tbl td {
  padding: 10px 0;
  letter-spacing: 0;
}
.p-preExam__first__price__tbl td:first-of-type {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border-radius: 12px 0 0 12px;
}
.p-preExam__first__price__tbl td:first-of-type span {
  font-size: 14px;
  font-weight: normal;
}
.p-preExam__first__price__tbl td:nth-of-type(2) {
  color: #757575;
  font-size: 16px;
}
.p-preExam__first__price__tbl td:nth-of-type(2) .p-preExam__first__price__tbl__num {
  font-size: 36px;
}
.p-preExam__first__price__tbl td:nth-of-type(2) .p-preExam__first__price__tbl__time {
  font-size: 22px;
}
.p-preExam__first__price__tbl td:last-of-type {
  color: #757575;
  font-size: 20px;
  border-radius: 0 12px 12px 0;
}
.p-preExam__first__price__tbl td:last-of-type .p-preExam__first__price__tbl__num {
  font-size: 36px;
}
.p-preExam__first__price__tbl td:last-of-type .p-preExam__first__price__tbl__price {
  color: #0082BE;
  margin: 0 0.5em 0 0;
}
.p-preExam__first__price__tbl td:last-of-type .p-preExam__first__price__tbl__num--tax {
  font-size: 24px;
}

.p-preExam__first__price__notice {
  font-size: 16px;
}
.p-preExam__first__price__notice span {
  color: #D83C0C;
}

@media (max-width:1000px) {
  .p-preExam__first__price__tbl td:first-of-type {
    font-size: 16px;
  }
  .p-preExam__first__price__tbl td:first-of-type span {
    font-size: 12px;
  }
  .p-preExam__first__price__tbl td:nth-of-type(2) {
    font-size: 12px;
  }
  .p-preExam__first__price__tbl td:nth-of-type(2) .p-preExam__first__price__tbl__num {
    font-size: 30px;
  }
  .p-preExam__first__price__tbl td:nth-of-type(2) .p-preExam__first__price__tbl__time {
    font-size: 18px;
  }
  .p-preExam__first__price__tbl td:last-of-type {
    font-size: 16px;
  }
  .p-preExam__first__price__tbl td:last-of-type .p-preExam__first__price__tbl__num {
    font-size: 30px;
  }
  .p-preExam__first__price__tbl td:last-of-type .p-preExam__first__price__tbl__num--tax {
    font-size: 20px;
  }
}
@media (max-width:840px) {
  .p-preExam__first__price__content__area {
    padding: 40px 20px 46px;
  }
  .p-preExam__first__price__tab {
    font-size: 18px;
  }
  .p-preExam__first__price__tbl td:first-of-type {
    font-size: 14px;
  }
  .p-preExam__first__price__tbl td:first-of-type span {
    font-size: 11px;
  }
  .p-preExam__first__price__tbl td:nth-of-type(2) {
    font-size: 10px;
  }
  .p-preExam__first__price__tbl td:nth-of-type(2) .p-preExam__first__price__tbl__num {
    font-size: 20px;
  }
  .p-preExam__first__price__tbl td:nth-of-type(2) .p-preExam__first__price__tbl__time {
    font-size: 12px;
  }
  .p-preExam__first__price__tbl td:last-of-type {
    font-size: 12px;
  }
  .p-preExam__first__price__tbl td:last-of-type .p-preExam__first__price__tbl__num {
    font-size: 20px;
  }
  .p-preExam__first__price__tbl td:last-of-type .p-preExam__first__price__tbl__num--tax {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .p-preExam__first__price__tab {
    font-size: 16px;
  }
}
@media (max-width:640px) {
  .p-preExam__first__price {
    margin: 0 0 30px;
  }
  .p-preExam__first__price__tit {
    font-size: 21px;
    margin: 0 0 18px;
  }
  .p-preExam__first__price__accord {
    margin: 0 0 1em;
  }
  .p-preExam__first__price__accord__tit {
    font-size: 14px;
    background-color: #0082BE;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    padding: 1em 0 2em;
    position: relative;
    cursor: pointer;
    margin: 0;
    transition: border-radius .3s
  }
  .p-preExam__first__price__accord__tit.open {
    border-radius: 4px 4px 0 0;
    transition: border-radius .3s
  }
  .p-preExam__first__price__accord__tit::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    bottom: 1em;
    left: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
    transition: all .3s;
  }
  .p-preExam__first__price__accord__tit.open::before {
    transform: translateX(-50%) rotate(-45deg);
    transition: all .3s;
  }

  .p-preExam__first__price__content {
    border: 1.6px solid #0082BE;
    border-radius: 0 0 3px 3px;
    padding: 26px 10px 30px;
    transition: border-radius .3s
  }
  .p-preExam__first__price__content__tit {
    font-size: 16px;
  }
  .p-preExam__first__price__content__campaign {
    font-size: 11px;
  }
  .p-preExam__first__price__content__campaign--lg {
    font-size: 18px;
  }
  .p-preExam__first__price__content__campaign--sm {
    font-size: 10px;
  }
  .p-preExam__first__price__content__campaign__accent::before {
    bottom: 3px;
    height: 5px;
  }

  .p-preExam__first__price__tbl {
    margin: 1em 0 30px;
  }
  .p-preExam__first__price__tbl th {
    font-size: 12px;
    padding: 0 0 4px;
  }
  .p-preExam__first__price__tbl td {
    padding: 6px 0;
  }
  .p-preExam__first__price__tbl td:first-of-type {
    font-size: 12px;
    line-height: 1.2;
  }
  .p-preExam__first__price__tbl td:first-of-type span {
    font-size: 10px;
  }
  .p-preExam__first__price__tbl td:nth-of-type(2) {
    line-height: 1;
  }
  .p-preExam__first__price__tbl td:nth-of-type(2) .p-preExam__first__price__tbl__num {
    font-size: 14px;
  }
  .p-preExam__first__price__tbl td:nth-of-type(2) .p-preExam__first__price__tbl__time {
    font-size: 10px;
    vertical-align: sub;
  }
  .p-preExam__first__price__tbl td:last-of-type {
    font-size: 10px;
    line-height: 1.2;
  }
  .p-preExam__first__price__tbl td:last-of-type .p-preExam__first__price__tbl__price {
    margin: 0;
  }
  .p-preExam__first__price__tbl td:last-of-type .p-preExam__first__price__tbl__num {
    font-size: 16px;
  }
  .p-preExam__first__price__tbl--wide td:nth-of-type(3) {
    font-size: 12px;
  }

  .p-preExam__first__price__notice {
    font-size: 12px;
    text-align: left;
  }
}

/*-----
second price
-----*/
.p-preExam__second__price__tit {
  font-size: 36px;
  text-align: center;
  margin: 0 0 25px;
}
.p-preExam__second__price__tit__accent {
  color: #0082BE;
}
.p-preExam__second__price__list {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.p-preExam__second__price__item {
  border: 3px solid #0082BE;
  border-radius: 8px;
  width: calc((100% - 20px) / 2);
  padding: 20px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-preExam__second__price__content {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
  margin: 0;
}
.p-preExam__second__price__price {
  color: #757575;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
}
.p-preExam__second__price--blue {
  color: #0082BE;
}
.p-preExam__second__price--lg {
  font-size: 56px;
}
.p-preExam__second__price--md {
  font-size: 30px;
}
.p-preExam__second__price--sm {
  font-size: 20px;
}

@media (max-width:840px) {
  .p-preExam__second__price__list {
    flex-direction: column;
  }
  .p-preExam__second__price__item {
    width: 100%;
  }
  .p-preExam__second__price__item:first-of-type {
    margin: 0 0 16px;
  }
}
@media (max-width:640px) {
  .p-preExam__second__price__tit {
    font-size: 21px;
    margin: 0 0 18px;
  }
  .p-preExam__second__price__item {
    border: 2px solid #0082BE;
    border-radius: 4px;
    padding: 12px;
  }
  .p-preExam__second__price__content {
    font-size: 12px;
  }
  .p-preExam__second__price__price {
    font-size: 14px;
  }
  .p-preExam__second__price--lg {
    font-size: 36px;
  }
  .p-preExam__second__price--md {
    font-size: 18px;
  }
  .p-preExam__second__price--sm {
    font-size: 12px;
  }
}


/*-----
voice
-----*/
.p-preExam__voice {
  background: #fff;
  padding: 50px 20px;
}
.p-preExam__voice__tit {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1;
}
.p-preExam__voice__desc {
  text-align: center;
  margin: 0 0 40px;
}
.p-preExam__voice__list {
  width: 1062px;
  margin: 0 auto 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-preExam__voice__list li {
  width: calc((100% - 20px) / 2);
  margin: 10px 0;
  border: 1px solid #C9C9C9;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}
.p-preExam__voice__list__tit {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 25px;
  margin: 0 0 30px;
  border-bottom: 2px dashed #D2D3D3;
}
.p-preExam__voice__list__prof {
  display: flex;
  width: 100%;
  align-items: center;
}
.p-preExam__voice__list__prof__img {
  margin: 0 4.5% 0 0;
}
.p-preExam__voice__list__prof__txt {
  width: 330px;
}
.p-preExam__voice__list__prof__txt h4 {
  font-size: 20px;
  line-height: 1.5;
  color: #0082BE;
}
.p-preExam__voice__list__prof__txt p {
  color: #757575;
  margin: 20px 0 0;
  line-height: 1.3;
}
.p-preExam__voice__list__txt {
  margin: 35px 0 0;
}
.p-preExam__voice__notice {
  width: 1062px;
  margin: 70px auto 0;
}
.p-preExam__voice__notice__tit {
  margin: 0 0 20px;
}
.p-preExam__voice__notice__item__tit {
  color: #0082BE; 
  margin: 0 0 13px;
}
.p-preExam__voice__notice__item:first-of-type {
  margin: 0 0 26px;
}
.p-preExam__voice__notice__item__desc li {
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.8;
}

@media (max-width:1025px) {
  .p-preExam__voice__list {
    display: block;
  }
  .p-preExam__voice__list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .p-preExam__voice__list li:last-of-type {
    margin: 0;
  }
  .p-preExam__voice__list__tit {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 25px;
    margin: 0 0 30px;
    border-bottom: 2px dashed #D2D3D3;
  }
  .p-preExam__voice__list__tit br {
    display: none;
  }
  .p-preExam__voice__list__prof__txt {
    width: auto;
  }
  .p-preExam__voice__list__prof__txt h4 br {
    display: none;
  }
}

@media (max-width:640px) {
  .p-preExam__voice {
    padding: 30px 20px;
  }
  .p-preExam__voice__tit {
    font-size: 20px;
    margin: 0 0 25px;
  }
  .p-preExam__voice__desc {
    text-align: left;
    font-size: 14px;
    margin: 0 0 25px;
  }
  .p-preExam__voice__desc br {
    display: none;
  }
  .p-preExam__voice__list li {
    margin: 0 0 15px;
    padding: 20px;
  }
  .p-preExam__voice__list__tit {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }  
  .p-preExam__voice__list__prof__img {
    margin: 0 10px 0 0;
    width: 66px;
    flex: 0 0 auto;
  }

  .p-preExam__voice__list__prof__txt h4 {
    font-size: 16px;
    letter-spacing: .02em;
  }
  .p-preExam__voice__list__prof__txt p {
    margin: 10px 0 0;
    font-size: 13px;
    letter-spacing: .02em;
  }
  .p-preExam__voice__list__txt {
    margin: 20px 0 0;
    font-size: 14px;
  }
}



/*-----
faq
-----*/
.p-preExam__faq {
  background: #F0F0F0;
  background-image: url(../img/faq_bg_t.svg), url(../img/wave_bottom_faq.svg);
  background-repeat: no-repeat;
  background-position: top right, left bottom;
  background-size: 101%;
  padding: 210px 20px 240px;
}
.p-preExam__faq__title {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 40px;
}
.p-preExam__faq__item:first-of-type {
  margin: 0 0 80px;
}
.p-preExam__faq__item__tit {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 auto 22px;
  width: fit-content;
  position: relative;
}
.p-preExam__faq__item__tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #FFCC01;
  height: 9px;
  width: 100%;
  border-radius: 1px;
  z-index: -10;
}
.p-preExam__faq .p-online__faq__toggle {
  background: #fff;
}
.p-online__faq__toggle__title {
  flex-wrap: nowrap;
  text-align: left;
}
.p-preExam__faq .c-toggle-list__title:after {
  /* border-width: 2px; */
  margin: 0 0 0 10px;
  background: url(../img/faq-arrow.svg) no-repeat center/contain;
  border: none;
  transform: translateY(10px) rotate(180deg);
  height: 14px;
  width: 14px;
  flex-shrink: 0;
}
.c-toggle-list__title.is-active:after {
  transform: translateY(10px);
}
.p-online__faq__toggle__body ol {
  margin: 16px 0 0;
}
.p-online__faq__toggle__body ol > li:first-of-type {
  margin: 0 0 16px;
}
.p-online__faq__toggle__body ol > li > span {
  color: #0082BE;
  font-weight: bold;
  display: block;
}

@media (max-width:940px) {
  .p-preExam__faq {
    padding: 210px 20px 180px;
  }
}
@media (max-width:640px) {
  .p-preExam__faq {
    background-image: url(../img/faq_bg_t.svg), url(../img/wave_bottom_faq.svg);
    background-repeat: no-repeat;
    background-position: top right -60px, left bottom;
    background-size: 200%, 100%;
    padding: 80px 20px 130px;
  }
  .p-preExam__faq__title {
    font-size: 20px;
    margin: 0 0 25px;
  }
  .p-preExam__faq__item:first-of-type {
    margin: 0 0 26px;
  }
  .p-preExam__faq__item__tit {
    font-size: 14px;
    margin: 0 auto 8px;
  }
  .p-preExam__faq__item__tit::after {
    height: 5px;
  }
  .p-online__faq__toggle__title {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .p-online__faq__toggle__body {
    padding: 15px 20px;
  }

  .p-preExam__faq .c-toggle-list__title:after {
    transform: translateY(8px) rotate(180deg);
  }
  .c-toggle-list__title.is-active:after {
    transform: translateY(8px);
  }
}

/*-----
manavi
-----*/
.p-preExam__manavi {
  background-image: url(../img/manavi_bg_t.svg), url(../img/manavi_bg_b.svg) ,url(../img/manavi_bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top left, bottom -1px left, top center;
  background-size: 101%, 101%, cover;
  padding: 160px 20px;
  min-height: 650px;
}
.p-preExam__manavi__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1022px;
  margin: 0 auto;
}
.p-preExam__manavi__txt {

}
.p-preExam__manavi__txt p {
  margin: 10px 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.65;
  font-weight: bold;
  letter-spacing: .05em;
}

@media (max-width:840px) {
  .p-preExam__manavi {
    background-image: url(../img/manavi_bg_t.svg), url(../img/manavi_bg_b.svg) ,url(../img/manavi_bg.jpg);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top left -10px, bottom -1px left, top center;
    background-size: 150%, 150%, cover;
    padding: 120px 20px 80px;
    min-height: inherit;
  }
  .p-preExam__manavi__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .p-preExam__manavi__img {
    width: 186px;
    margin: 0 0 40px;
  }
  .p-preExam__manavi__txt {
    order: 1;
  }
  .p-preExam__manavi__txt p {
    margin: 1em 0;
    font-size: 18px;
    line-height: 1.55;
  }
}

/*-----
contact
-----*/
.p-preExam__manavi__contact {
  padding: 60px 0 0;
  background-color: #fff;
}
.p-preExam__manavi__contact .l-contact__inner {
  border: 1px solid #C9C9C9;
  border-radius: 8px;
}
.p-preExam__manavi__contact .l-contact__header__title span {
  font-size: 28px;
  margin: 10px 0 0;
  color: #D83C0C;
}
.p-preExam__manavi__contact table {
  table-layout: fixed;
}
.l-contact__body tr:first-child td {
  display: table-cell;
}
.l-contact__body tr:nth-of-type(3) td {
  display: flex;
}
.l-contact__body th {
  padding-right: 20px;
  width: 240px;
}
.contactCheck {
  margin: 0 0 1em;
  cursor: pointer;
}
.contactCheck .wpcf7-list-item {
  margin: 0 0 .5em 1em;
}
.contactCheck .wpcf7-checkbox {
  margin: 0.5em 0;
}

.contactCheck01 .wpcf7-list-item {
  display: block;
  width: 100%;
}

.p-contactCheck-tit {
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 1em;
  position: relative;
}
.p-contactCheck-tit::after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  transition: .2s ease-out;
  margin: 0 0 0 10px;
  background: url(../img/faq-arrow.svg) no-repeat center/contain;
  flex-shrink: 0;
  transform: translateY(6px) rotate(180deg);
  transition: transform .3s;
}
.p-contactCheck-tit.open::after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  transition: .2s ease-out;
  margin: 0 0 0 10px;
  background: url(../img/faq-arrow.svg) no-repeat center/contain;
  flex-shrink: 0;
  transform: translateY(6px);
  transition: transform .3s;
}
.p-contactCheck-tit + br {
  display: none;
}

@media (max-width: 1024px) {
  input[name="parent-email"] {
    width: 100%;
    max-width: calc( 100% - 60px);
  }
  .p-preExam__contact__nowrap {
    white-space: nowrap;
  }
  .l-contact__body input[name="your-address"] {
    width: 100%;
    max-width: calc( 100% - 60px);
  }
}
@media (min-width: 1024px) {
  .l-contact__body th {
      
  }
  .l-contact__body td {
      width: calc( 100% - 260px);
  }
}

@media (max-width:640px) {
  .p-preExam__manavi__contact {
    padding: 40px 0 0;
  }
  .p-preExam__manavi__contact .l-contact__header__title span {
    font-size: 20px;
    margin: 10px 0 0;
  }
  .l-contact__body tr:nth-of-type(3) td {
    display: flex;
  }
  input[name="parent-email"] {
    width: 100%;
    max-width: calc( 100% - 60px);
  }
  .l-contact__body th {
    padding-right: 20px;
    width: 240px;
  }
  .l-contact__body .contactCheck .wpcf7-list-item-label {
    align-items: flex-start;
  }
  .l-contact__body .contactCheck .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:before {
    position: relative;
    top: 4px;
  }
  .l-contact__body input[name="your-address"] {
    max-width: 100%;
  }

  .l-contact__body tr:first-child td,
  .l-contact__body tr:nth-of-type(2) td {
    display: table-cell;
    width: 100%;
  }
}




/*画像ポップアップJS調整*/
.lum-gallery-button {
  display: none;
}
.lum-lightbox {
  z-index: 9999;
}

/*-----
下部固定バナー
-----*/
.p-preExam_fixedbnr {
  display: none;
  background: rgba(0,130,190,.75);
  position: fixed;
  bottom: 0;
  left: 0;
  width:100%;
  padding: 20px;
  z-index: 9998;
  text-align: center;
}
.p-preExam_fixedbnr__inner {
  display: inline-block;
  position: relative;
}
.p-preExam_fixedbnr .c-btn__cta {
  font-size: 16px;
  padding: 16px 20px;
  box-shadow: none;
  line-height: 1;
}
.p-preExam_fixedbnr .p-preExam__mv__cta__fukidashi {
  bottom: 60%;
  right: -70px;
  width: 93px;
  height: 93px;
}
.p-preExam_fixedbnr .p-preExam__mv__cta__fukidashi strong {
  font-size: 20px;
}
.p-preExam_fixedbnr .p-preExam__mv__cta__fukidashi span {
  font-size: 10px;
  letter-spacing: 0;
}

@media (max-width:640px) {
  .p-preExam_fixedbnr {
    padding: 10px;
  }
  .p-preExam_fixedbnr .c-btn__cta {
    font-size: 14px;
    padding: 10px 12px;
    width: auto;
  }
  .p-preExam_fixedbnr .p-preExam__mv__cta__fukidashi {
    right: 50%;
    bottom: 120%;
    transform: translateX(50%);
    border: 1px solid #D83C0C;
    width: auto;
    height: auto;
    background: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 10px;
  }
  .p-preExam_fixedbnr .p-preExam__mv__cta__fukidashi br {
    display: none;
  }
  .p-preExam_fixedbnr .p-preExam__mv__cta__fukidashi strong {
    font-size: 15px;
  }
  .p-preExam_fixedbnr .p-preExam__mv__cta__fukidashi span {
    font-size: 10px;
    letter-spacing: calc( 16px * 0.001 * 50);
  }
  .p-preExam_fixedbnr .p-preExam__mv__cta__fukidashi:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    border: 4px solid transparent;
    border-top: 4px solid #FFF;
    z-index: 2;
  }
  .p-preExam_fixedbnr .p-preExam__mv__cta__fukidashi:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 5px solid #d83b0c;
    z-index: 1;
  }
}


/*-----
component
-----*/
.c-btn__cta {
  display: inline-block;
  padding: 16px 42px;
  background: #D83C0C;
  color: #fff;
  border-radius: 100px;
  font-size: 24px;
  box-shadow: 3px 3px 5px rgba(0,0,0,.7);
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.3;
  transition: all .3s;
}
.c-btn__cta:hover {
  color: #fff;
  text-decoration: none;
  background: #dc552c;
}
@media (max-width:640px) {
  .c-btn__cta {
    font-size: 14px;
    padding: 13px 10px;
    width: 300px;
  }
}
/*-----
utility
-----*/
.u-dis-b {
  display: block;
}
.u-dis-ib {
  display: inline-block;
}
.u-marker {
  /* background:linear-gradient(transparent 60%, #FFCC01 60%, #FFCC01 90%, transparent 90%); */
  background:linear-gradient(transparent 73%, #FFCC01 73%, #FFCC01 95%, transparent 95%);
}
.u-fw-n {
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .u-pc-only {
    display: none;
  }
}
.u-sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .u-sp-only {
    display: block;
  }
}
.u-sp-only-grid {
  display: none;
}
@media screen and (max-width: 640px) {
  .u-sp-only-grid {
    display: grid;
  }
}

@media (max-width:640px) {
  .u-marker {
    background:linear-gradient(transparent 70%, #FFCC01 70%, #FFCC01 95%, transparent 95%);
  }
}

/* お問い合わせフォーム調整 */
.l-contact__body tr:nth-child(2) td {
  display: block !important;
}
.l-contact__body .contactCheckbox .your-course .wpcf7-list-item:first-of-type {
  padding-bottom: 15px;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 15px;
  width: 100%;
}
.l-contact__body .contactCheckbox .your-course .wpcf7-list-item:last-of-type {
  padding-top: 0;
  border-top: none;
  width: auto;
}

.l-contact__body .contactCheckbox .your-course .wpcf7-list-item:nth-of-type(3) {
  margin: 0 0 0 1em;
}
.l-contact__body .contactCheckbox .your-course .wpcf7-list-item:nth-of-type(n + 4) {
  margin: 15px 0 0 1em;
}

.wasedaNotice {
  width: fit-content;
  margin: 20px auto 30px;
  font-weight: normal;
  background: #fff8dd;
  padding: 15px;
  border: 2px solid #FFCC01;
  text-align: center;
}
.wasedaNotice p:first-of-type {
  font-weight: bold;
  margin: 0;
}
.wasedaNotice p + p {
  margin: 15px 0 0;
}
.l-contact__header + .wasedaNotice {
  margin-top: -30px
}
@media (max-width:640px) {
  .wasedaNotice {
    padding: 10px;
    margin: 10px auto 15px;
    text-align: left;
    font-size: 14px;
  }
  .wasedaNotice p:first-of-type br {
    display: none;
  }
  .wasedaNotice p + p {
    margin: 10px 0 0;
  }
  .l-contact__header + .wasedaNotice {
    margin-top: 10px;
  }
}