@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");

/*20220803*/
.exam #header {
  background: url("../images/exam_lp/mv_bg_pc_exam.png") center top no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0;
}
.exam #header_in {
  width: 1100px;
}
.exam #header_in .mv_title {
  width: 65%;
  margin: 0 0 0 auto;
}
.exam #header h1 {
  font-size: 60px;
  color: #ffb500;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.2px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  margin-bottom: 1rem;
}
.exam #header h1 .cate {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 26px;
  color: #7d7d7d;
  font-weight: bold;
  padding: 10px 25px;
  border: 2px solid #7d7d7d;
  border-radius: 999px;
  box-sizing: border-box;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  background: rgb(255 255 255 / 40%);
  text-shadow: none;
  margin-bottom: 1rem;
}
.exam #header p.sub {
  color: #fe7200;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
}
.exam #header ul.mv_txt02 {
  width: 65%;
  margin: 0 0 0 auto;
}
.exam #header ul.mv_btn {
  width: 65%;
  margin: 0 0 0 auto;
}
.exam #header ul.mv_btn li a {
  padding: 25px 85px;
}
.exam #header ul.mv_list {
  display: flex;
  width: 65%;
  margin: 0 0 0 auto;
  justify-content: space-between;
}

.exam #header ul.mv_list li {
  padding: 20px;
  background: #00b0ef;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  width: calc(100% / 3 - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.exam #header ul.mv_list li + li::after {
  content: "×";
  font-size: 1.5rem;
  position: absolute;
  color: #fff;
  top: 50%;
  left: -37px;
  transform: translate(0, -50%);
  text-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
}
.exam #worries .worries_list {
  margin-top: 60px;
  border: 4px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;
}

.exam section#worries {
  padding: 0 0 50px;
}
.worries_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.worries_list .worries_img {
  padding-right: 35px;
}
.exam #worries_result {
  padding: 0px 0 75px;
  background: #fe7200;
  overflow: hidden;
}
.exam #worries_result h3.main_tit_h3 {
  color: #fff;
  z-index: 1;
  padding: 40px 0 0px;
}
.exam #worries_result h3.main_tit_h3::before {
  content: "";
  top: auto;
  bottom: -75px;
  z-index: -1;
  box-sizing: border-box;
  border-right: 50vw solid #ffde87;
  border-left: 50vw solid #ffde87;
  border-top: 100px solid #fe7200;
}
.exam #worries_resolution {
  background: #ffde87;
}
.exam #worries_resolution .worries_list {
  margin-top: 10px;
  border-radius: 20px;
  background: #fff;
}
.worries_list ul {
  padding: 40px;
}
.exam #worries .worries_list ul li {
  font-size: 22px;
  padding: 0 0 0px 40px;
  position: relative;
}
.exam #worries .worries_list ul li + li {
  margin-top: 20px;
}
.exam #worries .worries_list ul li::before {
  content: "";
  background: url("../images/exam_lp/worries_check.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 24px;
  position: absolute;
  top: 6px;
  left: 0;
}
.exam #worries_resolution .worries_list ul li {
  font-size: 28px;
}
.exam #worries_resolution .worries_list ul li::before {
  content: "・ ";
  color: #fe7200;
  font-weight: bold;
}
.exam #worries_resolution .worries_list ul li + li {
  margin-top: 20px;
}
.exam #worries_resolution .worries_list ul li span {
  background: linear-gradient(transparent 65%, #ffd66e 0%);
  display: inline;
  padding: 0 0px 2px;
}

.exam #feature {
  padding: 0 0 50px;
}

.exam #feature .feature_flex {
  display: flex;
  justify-content: space-between;
  margin: 5% 0;
  align-items: center;
  flex-wrap: wrap;
}
.exam #feature .feature_flex > .img {
  width: 150px;
  margin-right: 3%;
}
.exam #feature .feature_flex > .txt {
  width: calc(100% - 150px - 3%);
}

.exam #feature .feature_flex h4 {
  font-size: 23px;
  font-weight: bold;
  color: #00b0ef;
  margin-bottom: 0.5em;
}

.exam #feature .feature_flex .h4_bd {
  margin: 2% auto;
  height: 2px;
  background-color: #00b0ef;
}

.exam #toddler .toddler_list_txt h4 {
  background: #ffb500;
  padding: 10px 40px;
  border-radius: 999px;
  width: 60%;
  color: #fff;
  margin: 15px auto;
  text-align: center;
}

.exam #teacher h3.main_tit_h3 {
  text-align: center;
  border: none;
  padding: 60px 0 30px;
  color: #000;
}
.exam #teacher h3.main_tit_h3::before {
  background: #fff;
}

.exam #toddler {
  padding: 0;
}
.exam #toddler #header02 {
  background: none;
  padding: 50px 0 0;
}

.exam h3.tit_h3 {
  margin-top: 80px;
}

.exam #toddler p {
  margin-top: 40px;
}
.exam #toddler #toddler_class03 {
  /* margin-top: 80px; */
  /* background: #ccc; */
  padding-bottom: 80px;
}
.exam #toddler #toddler_class04 figure.toddler_btn03 a {
  padding: 10px;
}
.exam #toddler #toddler_class04 figure.toddler_btn03 a span.ico {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.exam #toddler #toddler_class04 figure.toddler_btn03 a span.ico img {
  height: 60px;
}
.exam #toddler figure.toddler_btn02,
.exam #toddler figure.toddler_btn01 {
  width: calc(100% / 2 - 40px);
  margin: 30px 20px;
}

.exam #toddler figure.toddler_btn02 a,
.exam #toddler figure.toddler_btn01 a {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}
.exam #toddler figure.btn {
  margin-top: 20px;
}
.exam figure.btn a {
  background: #fe7200;
  color: #fff;
}
.exam figure.btn a:hover {
  background: #fff;
  color: #fe7200;
}

.exam div#toddler_class02 {
  background: url("../images/exam_lp/bg_img.png");
  /* padding-bottom: 80px; */
}

.exam div#toddler_class04 {
  background: url("../images/exam_lp/bg_img.png");
  padding-bottom: 80px;
}

.exam #class_price .class_price01 .class_price_table {
  height: 240px;
}
.exam #class_price .class_price02 .class_price_table {
  height: 245px;
}

.exam section#class_price {
  padding: 0;
}
.exam .curriculum dl dt {
  position: absolute;
  left: 9%;
  top: 40%;
}
.exam #curriculum_shogaku.curriculum dl dt p {
  position: absolute;
  width: 130px;
  text-align: center;
  font-weight: bold;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}
.exam .curriculum dl dd {
  padding: 0 30px 0 35%;
}

@media print, screen and (max-width: 999px) {
  .exam #header {
    background: url("../images/exam_lp/mv_bg_sp_exam.png") no-repeat bottom;
  }
  .exam #header_in {
    width: 100%;
  }
  .exam #header_in .mv_title {
    width: 100%;
    margin: 0 auto 400px;
  }
  .exam #header ul.mv_list {
    width: 100%;
    margin: 0 auto;
  }
  .exam #header ul.mv_btn {
    width: 100%;
    margin: 0 auto;
  }
  .exam #worries .worries_list ul li {
    font-size: 30px;
  }
  .worries_list .worries_img {
    padding-right: 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .exam .worries_list .worries_img img {
    width: 100%;
  }
  .exam #worries_result {
    padding: 30px 0 70px;
    background: linear-gradient(#fe7200 66%, #ffde87 44%);
  }
  .exam #worries_result h3.main_tit_h3 {
    padding: 0;
  }
  .exam #worries_result h3.main_tit_h3::before {
    bottom: -70px;
    border-top: 50px solid #fe7200;
    background: none;
  }
  .exam #feature .feature_flex > .img {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
  }
  .exam #feature .feature_flex > .txt {
    width: 100%;
  }
  .exam #toddler .toddler_list_txt h4 {
    width: 95%;
  }
  .exam #toddler figure.toddler_btn02 {
    width: 100%;
    margin: 40px 0 0;
  }
  .exam #toddler figure.toddler_btn01 {
    width: 100%;
    margin: 40px 0 20px;
  }
  .exam #toddler #toddler_class04 figure.toddler_btn03 a {
    padding: 20px 20px 20px 180px;
  }
  .exam #toddler #toddler_class04 figure.toddler_btn03 a span.ico {
    position: absolute;
    left: 60px;
    top: 50%;
    width: 10%;
    transform: translate(0, -50%);
  }
  .exam #toddler #toddler_class04 figure.toddler_btn03 a span.lsf {
    position: absolute;
    left: 150px;
    top: calc(50% - 0.5em);
  }
  .exam #toddler #toddler_class04 figure.toddler_btn03 a span.ico img {
    height: auto;
  }
  .exam #class_price .class_price01 .class_price_table {
    height: 355px;
  }
  .exam #class_price .class_price02 .class_price_table {
    height: 350px;
  }

  .exam #feature .feature_flex h4 {
    font-size: 30px;
    text-align: center;
  }
  .exam .curriculum dl dd {
    padding: 20px 20px 20px 30%;
    min-height: 108px;
  }
  .exam .curriculum dl dt {
    top: 35%;
    left: 6%;
  }
  .exam #curriculum_shogaku.curriculum dl dt p {
    bottom: auto;
    top: 95px;
    margin-top: 0;
  }
}

/* 250306（ページ修正） */
.exam #toddler figure.toddler_btn02.font-small a {
  font-size: 17px;
}

@media screen and (max-width: 999px) {
  .exam #toddler figure.toddler_btn02.font-small a {
    font-size: 26px;
  }
}

#toddler figure.toddler_btn02.font-small a span.lsf {
  top: calc(50% - 0.4em);
}

.exam #header p.sub {
  font-size: clamp(20px, 4vw, 27px);
  margin-bottom: 1rem;
}

.cta_bnr {
  background: url(../images/exam_lp/cta_bnr.jpg) no-repeat center center;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.cta_bnr_inner_mainttl {
  font-size: 32px;
}

.cta_bnr_inner_subttl {
  font-size: 24px;
}

.cta_bnr_inner_btnarea {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.cta_bnr_inner_btnarea .btnitem {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  background-color: #fff;
  color: #fe7200;
  padding: 15px;
}

.exam div#toddler_class02,
.exam div#toddler_class04 {
  background: initial;
}

.cta_bnr.narrow {
  width: 100%;
  border-radius: 20px;
  max-width: 1100px;
  margin: 40px auto;
}

.exam #class_price .class_price02 .class_price_table {
  height: initial;
}

/* 受講料 */

/* よくある質問 */
.question_inner {
  margin-top: 40px;
}
.question_lists {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.question_item {
  background: #fff3da;
  border-radius: 10px;
  padding: 20px 0 30px 0;
  flex-direction: column;
  display: flex;
  gap: 1rem;
}

.question_item_question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  padding: 0 0 0 1rem;
}

.question_item_answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0 1.5rem 0 1rem;
}
.question_item_underline {
  border-bottom: 1px solid #efdaad;
  width: 100%;
  height: 0;
}

@media screen and (max-width: 999px) {
  .question_item_question {
    padding: 0 0 0 1rem;
  }

  .question_item_answer {
    padding: 0 1.5rem 0 1rem;
  }
}

@media screen and (max-width: 999px) {
  #flex__1_scrollwrapper {
    top: 0px !important;
  }

  #flex__1 .class_price_table.flexcroll.flexcrollactive {
    overflow: initial;
  }

  #flex__1_mcontentwrapper {
    height: 650px !important;
  }
}

#flex__1_mcontentwrapper {
  height: 500px !important;
}

.exam #toddler .toddler_class04_p {
  margin-bottom: 1em;
}

#toddler_class03 .main_tit_h3 span.font-small {
  font-size: 80%;
}
