@charset "utf-8";

/* ---------------------------------------------
  リセット
--------------------------------------------- */
.lp_main ul,
.lp_main ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp_main picture,
.lp_main img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 1025px) {
  .lp_main picture,
  .lp_main img {
    display: inline;
    width: auto;
  }

}

.lp_main br.pce{
  display: block;
}

@media screen and (max-width:1024px){
  .lp_main br.pce{
    display: none;
  }
  
}


/* ---------------------------------------------
  レイアウト
--------------------------------------------- */
.lp_main .ly_cont {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.lp_main .ly_cont__wide {
  max-width: 1400px;
}
.lp_main .ly_cont__pd {
  padding: min(6%, 45px) 0;
}
.lp_main .ly_bgHead {
  background-color: #244093;
}
.lp_main .ly_bgCv {
  background-color: #f5f2e9;
}
.lp_main .ly_contBg__beige {
  background-color: #f5f2e9;
}
.lp_main .ly_contBg__lightBlue {
  background-color: #d0edff;
}
.lp_main .ly_contBg__lightBlue02 {
  background-color: #d1f3fc;
}
.lp_main .ly_contBg__blue {
  background-color: #244093;
}


/* ---------------------------------------------
  アコーディオン
--------------------------------------------- */
.lp_main .bl_aco_contents {
  display: none;
}
.lp_main .bl_aco_btn {
  position: relative;
  cursor: pointer;
}
.lp_main .bl_aco_btn_icn {
  position: relative;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);

  width: calc(80 / 750 * 100vw);
  height:calc(80 / 750 * 100vw);

}
.lp_main .bl_aco_btn_icn::before {
  content: "";
  display: block;
  background-image: url(../img/tab_aco_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;

}
/*
.lp_main .bl_aco_btn_icn::after {
  content: "開く";
  display: inline-block;
  color: #fff;
  font-size: clamp(8px, calc((16 / 750) * 100vw), 12px);
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: bold;
}

.lp_main .bl_aco_btn.is_active .bl_aco_btn_icn::after {
  content: "閉じる";
}
.lp_main .bl_aco_btn.is_active .bl_aco_btn_icn::before {
  -webkit-transform: translate(0, -20%) scale(1, -1);
  transform: translate(0, -20%) scale(1, -1);
  margin-top: 5px;
} */

@media (min-width: 1025px) {
  .lp_main .bl_aco_btn_icn {
    right: 3%;
  }
}


/* ---------------------------------------------
  tab
--------------------------------------------- */
/* タブ ナビ */
.lp_main .tabNavi {
  display: flex;
  justify-content: center;
}
.lp_main .tabNavi_btn {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}
.lp_main .tabNavi_btn.is_active img {
  opacity: 0;
}
.lp_main .tabNavi_01.is_active {
  background: url(../img/tab_btn01_on_sp.png) no-repeat;
  background-size: 100%;
}
.lp_main .tabNavi_02.is_active {
  background: url(../img/tab_btn02_on_sp.png) no-repeat;
  background-size: 100%;
}
.lp_main .tabNavi_03.is_active {
  background: url(../img/tab_btn03_on_sp.png) no-repeat;
  background-size: 100%;
}

/* タブ コンテンツ */
.lp_main .tabContents {
  display: none;
  width: 94%;
  margin: 0 auto;
  padding: min(8%, 36px)min(4%, 58px);
  background-color: #fff;
  border: 10px solid #06206d;
  border-top-width: 7.5px;
  border-bottom-width: 7.5px;
}

.lp_main .tabContents#juniorhigh{
  border:10px solid #089637;
}
.lp_main .tabContents#elementary{
  border:10px solid #f98100;
}

.lp_main .tabContents.is_active {
  display: block;
}

@media (min-width: 1025px) {
  .lp_main .tabContents {
    width: 100%;
    border: 35px solid #06206d;
    border-top-width: 30px;
    border-bottom-width: 30px;
    padding: 36px 60px 52px 60px;
  }
  .lp_main .tabContents#juniorhigh{
    border:35px solid #089637;
  }
  .lp_main .tabContents#elementary{
    border:35px solid #f98100;
  }
  .lp_main .tabNavi_01.is_active {
    background: url(../img/tab_btn01_on.png) no-repeat;
    background-size: 100%;
  }
  .lp_main .tabNavi_02.is_active {
    background: url(../img/tab_btn02_on.png) no-repeat;
    background-size: 100%;
  }
  .lp_main .tabNavi_03.is_active {
    background: url(../img/tab_btn03_on.png) no-repeat;
    background-size: 100%;
  }
}


/* ---------------------------------------------
  cv area
--------------------------------------------- */
.lp_main .bl_cvarea {
  width: min(90%, 536px);
  margin: 0 auto;
}
.lp_main .bl_cvarea a {
  display: block;
}
.lp_main .bl_cvarea_list {
  display: flex;
  justify-content: space-between;
}
.lp_main .bl_cvarea_list li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 49%;
}
.lp_main .bl_cvarea_btnLong {
  margin-bottom: min(4%, 15px); 
}
.lp_main .bl_cvarea_note {
  padding: 2% 3% 5% 3%;
  font-size: clamp(10px, calc((12 / 750) * 100vw), 14px);
  line-height: 1.7;
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .lp_main .bl_cvarea_btn {
    width: auto;
    max-width: 577px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .lp_main .bl_cvSmall .bl_cvarea {
    flex-direction: column;
  }

  .lp_main .bl_cvarea_note {
    padding: 15px 0 30px;
    text-align: right;
  }
}

/* ---------------------------------------------
  fv
--------------------------------------------- */
.lp_main .bl_fv {
  text-align: center;
}


/* ---------------------------------------------
  キャンペーン詳細
--------------------------------------------- */
.lp_main .bl_campaign {
  padding-bottom: min(10%, 80px);
}
.lp_main .bl_campaign_tab {
  max-width: 1069px;
}


/* タブの中 学年ごとのエリア */
.lp_main .tabContents_box {
  margin-bottom: min(8%, 36px);
  padding-top: 5%;
  border: 2px solid #089637;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #fff 18%, #089637 19%, #089637); /* iPhoneの隙間対策 */
  overflow: hidden;
}
.lp_main .tabContents_box__grade02 {
  border-color: #f98100;
  background: linear-gradient(180deg, #fff 0%, #fff 18%, #f98100 19%, #f98100);
}
.lp_main .tabContents_box__grade01 {
  border-color: #143ca1;
  background: linear-gradient(180deg, #fff 0%, #fff 18%, #143ca1 19%, #143ca1);
}

/* タブの中 アコーディオン ボタン */
.lp_main .tabContents .bl_aco_btn {
  background-color: #089637;
}
.lp_main .tabContents .tabContents_box__grade02 .bl_aco_btn {
  background-color: #f98100;
}
.lp_main .tabContents .tabContents_box__grade01 .bl_aco_btn {
  background-color: #143ca1;
}

/* 開く青いコン */
.lp_main .tabContents .bl_aco_btn_icn {
  /* background-color: #fff; */
}
.lp_main .tabContents .bl_aco_btn_icn::after {
  color: #000;
}
.lp_main .tabContents .tabContents_box__grade03 .bl_aco_btn_icn::before {
  border-color: #089637 transparent transparent transparent;
}
.lp_main .tabContents .tabContents_box__grade02 .bl_aco_btn_icn::before {
  border-color: #f98100 transparent transparent transparent;
}
.lp_main .tabContents .tabContents_box__grade01 .bl_aco_btn_icn::before {
  border-color: #143ca1 transparent transparent transparent;
}

/* 注釈 */
.lp_main .el_note {
  padding: min(2%, 10px) 0 min(5%, 45px) 0;
  text-align: left;
  font-size: clamp(8px, calc((16 / 750) * 100vw), 12px);
  line-height: 1.7;
}
@media (min-width: 1025px) {
  .lp_main .tabContents .el_note {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lp_main .tabContents_box {
    padding-top: 31px;
    border-radius: 20px;
    border-width: 4px;
  }
  .lp_main .tabContents .bl_aco_btn_icn {
    right: 25%;
  }
  .lp_main .tabContents_box,
  .lp_main .tabContents_box__grade02,
  .lp_main .tabContents_box__grade01 {
    background: #fff;
  }
}


/* ---------------------------------------------
  理由
--------------------------------------------- */
.lp_main .bl_reason .ly_contBg__beige {
  padding-bottom: min(15%, 75px);
}
.lp_main .bl_reason_pro {
  position: relative;
  background-image: -moz-linear-gradient( 90deg, rgb(72,100,183) 0%, rgb(54,82,165) 39%, rgb(36,64,147) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(72,100,183) 0%, rgb(54,82,165) 39%, rgb(36,64,147) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(72,100,183) 0%, rgb(54,82,165) 39%, rgb(36,64,147) 100%);
}
.lp_main .bl_reason_pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: min( calc((90 / 750) * 100vw), 58px);
  height: min( calc((90 / 750) * 100vw), 58px);
  margin: 0 auto;
  background: url(../img/icn_plus.png) no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* アコーディオンのボタン */
.lp_main .bl_reason .bl_aco_btn {
  width: 90%;
  margin: 0 auto;
}

.lp_main .bl_reason .bl_aco_btn_icn {
  position: relative;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  width: min( calc((64 / 750) * 100vw), 42px);
  height: min( calc((64 / 750) * 100vw), 42px);
  background-color: #af0100;
  border-radius: 50%;
}
.lp_main .bl_reason .bl_aco_btn_icn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  margin: 6px auto 0 auto;
  background-image: none;
  position: relative;
}

.lp_main .bl_reason .bl_aco_btn_icn::after {
  content: "開く";
  display: inline-block;
  color: #fff;
  font-size: clamp(8px, calc((16 / 750) * 100vw), 12px);
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: bold;
}

.lp_main .bl_reason .bl_aco_btn.is_active .bl_aco_btn_icn::after {
  content: "閉じる";
}
.lp_main .bl_reason .bl_aco_btn.is_active .bl_aco_btn_icn::before {
  -webkit-transform: translate(0, -20%) scale(1, -1);
  transform: translate(0, -20%) scale(1, -1);
  margin-top: 5px;
}

@media (min-width: 1025px) {
  .lp_main .bl_reason .bl_aco_btn {
    width: 100%;

  }
  .lp_main .bl_reason .bl_aco_btn_icn{
    right: 3%;
  }
  .lp_main .tabContents .bl_aco_btn_icn {
    width: 55px;
    height: 55px;
}
}


/* ---------------------------------------------
  お客様の声
--------------------------------------------- */
.lp_main .bl_uv_slide {
  position: relative;
  width: 90%;
  margin: 0 auto min(20%, 125px) auto;
}
.lp_main .swiper-container {
  overflow: hidden;
}

/* ページネーション */
.lp_main .bl_uv_slide .swiper-pagination {
  bottom: -8%;
}
.lp_main .bl_uv_slide .swiper-pagination-bullet {
  margin: 0 5px;
  width: min(calc((25 / 1025) * 100vw),14px);;
  height: min(calc((25 / 1025) * 100vw),14px);;
  background-color: #99a8d1;
  opacity: 1;
}
.lp_main .bl_uv_slide .swiper-pagination-bullet-active {
  background-color: #06206d;
}

/* next prev */
.lp_main .bl_uv_slide .swiper-button-next,
.lp_main .bl_uv_slide .swiper-button-prev {
  top: 50%;
  width: 14px;
  height: 22px;
  border-style: solid;
  border-width: calc((22 / 750) * 100vw) 0 calc((22 / 750) * 100vw) calc((28 / 750) * 100vw);
  border-color: transparent transparent transparent #06206d;
  z-index: 10;
}
.lp_main .bl_uv_slide .swiper-button-next {
  right: -3%;
}
.lp_main .bl_uv_slide .swiper-button-prev {
  left: -3%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.lp_main .bl_uv_slide .swiper-button-next:after,
.lp_main .bl_uv_slide .swiper-button-prev:after {
  font-size: 0;
}
.lp_main .bl_uv_slide .swiper-button-next.swiper-button-disabled,
.lp_main .bl_uv_slide .swiper-button-prev.swiper-button-disabled {
  display: none;
}
@media (min-width: 1025px) {
  .lp_main .bl_uv_slide .swiper-button-next,
  .lp_main .bl_uv_slide .swiper-button-prev {
    width: 22px;
    height: 36px;
    border-width: 22px 0 22px 32px;
  }
  .lp_main .bl_uv_slide .swiper-button-next {
    right: -3%;
  }
  .lp_main .bl_uv_slide .swiper-button-prev {
    left: -3%;
  }
  .lp_main .bl_uv_slide .swiper-pagination {
    bottom: -10%;
  }
  .lp_main .bl_uv_slide .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
}


/* ---------------------------------------------
  教室一覧
--------------------------------------------- */
.lp_main .bl_classroom_btn {
  display: block;
  margin: min(5%, 30px) auto min(8%, 60px) auto;
  width: clamp(97px, calc((194 / 1025) * 100vw), 149px);
}


/* ---------------------------------------------
  流れ
--------------------------------------------- */
.lp_main .bl_flow_contact {
  position: relative;
}
.lp_main .bl_flow_contactList {
  position: absolute;
  top: 46%;
  left: 20%;
  width: calc(550 / 750 * 100%);
}
.lp_main .bl_flow_contactList li:first-child {
  margin-bottom: 5%;
}

@media screen and (min-width: 1025px) {
  .lp_main .bl_flow_contactList {
    display: flex;
    justify-content: space-between;
    top: 62%;
    left: 16%;
    width: min(100% ,710px);
  }
  .lp_main .bl_flow_contactList li:first-child {
    margin-bottom: 0;
  }
}



/* ---------------------------------------------
  よくある質問
--------------------------------------------- */
.lp_main .bl_faq {
  padding-bottom: min(15%, 100px);
}
.lp_main .bl_faq h2 {
  margin-bottom: min(7%, 60px);
}
.lp_main .bl_faq_list {
  width: 90%;
  max-width: 670px;
  margin: 0 auto;
}
.lp_main .bl_faq_list dt {
  position: relative;
  cursor: pointer;
}
.lp_main .bl_faq_list dt:not(:first-child) {
  margin-top: min(5%, 43px);
}
.lp_main .bl_faq_list dd {
  display: none;
}

/* アイコン */
.lp_main .bl_faq_icn {
  width: clamp(27px, calc((54 / 1025) * 100vw), 43px);
  margin-right: 3%;
}


/* 見出し */
.lp_main .bl_faq_head {
  display: flex;
  align-items: center;
  padding: 3% 10% 3% 5%;
  background-color: #244093;
}
.lp_main .bl_faq_headTxt {
  flex: 1;
  color: #fff;
  text-align: left;
  font-size: clamp(14px, calc((28 / 750) * 100vw), 18px);
}
.lp_main .bl_accordion_btn span {
  display: flex;
  position: absolute;
  top: 50%;
  right: 3%;
  width: clamp(16.5px, calc((33 / 1025) * 100vw), 33px);
  height: clamp(16.5px, calc((33 / 1025) * 100vw), 33px);
  align-items: center;
  justify-content: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%)
}

.lp_main .bl_accordion_btn span::before,
.lp_main .bl_accordion_btn span::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
}

.lp_main .bl_accordion_btn span::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.lp_main .bl_accordion_btn.is_active span::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* 回答 */
.lp_main .bl_faq_main {
  display: flex;
  align-items: flex-start;
  padding: 5%;
  background-color: #f5f2e9;
}
.lp_main .bl_faq_mainTxt {
  flex: 1;
  text-align: left;
  font-size: clamp(13px, calc((26 / 750) * 100vw), 16px);
  line-height: 1.7;
}
.lp_main .bl_faq_main .el_note {
  padding-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .lp_main .bl_faq_list {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .lp_main .bl_faq_head {
    padding: 20px 80px 20px 20px;
  }
  .lp_main .bl_faq_main {
    padding: 20px 50px 20px 20px;
  }
  .lp_main .bl_faq_icn {
    margin-right: 15px;
  }
}


/* ---------------------------------------------
  ヘルパー
--------------------------------------------- */
.lp_main .hp_t_color {
  color: #1f377c;
}
.lp_main .hp_t_bold {
  font-weight: bold;
}
.lp_main .hp_t_alignR {
  text-align: left;
}
.lp_main .hp_t_marker {
  background-color: #ffe14f;
}
.lp_main .hp_t_link {
  color: #1f377c;
  font-weight: bold;
  text-underline-offset: 3px;
}
.lp_main .hp_t_link:hover {
  text-decoration: none;
}
.lp_main .hp_pt0 {
  padding-top: 0;
}
.lp_main .hp_pc {
  display: none;
}
.lp_main .hp_mb0 {
  margin-bottom: 0;
}
.lp_main .hp_sp {
  display: block;
}
@media (min-width: 1025px) {
  .lp_main .hp_pc {
    display: block;
  }
  .lp_main .hp_sp {
    display: none;
  }
  .lp_main .hp_t_alignR {
    text-align: right;
  }
}


/* ---------------------------------------------
 追従ボタン
--------------------------------------------- */
.bl_floatArea {
  position: fixed;
  top: 8%;
  right: 0;
  width: clamp(25px, calc((50 / 1025) * 100vw), 41px);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s, opacity .4s;
  box-sizing: border-box;
}
.bl_floatArea.is_show {
  visibility: visible;
  opacity: 1;
}

/* ボタン */
.bl_floatArea_btn {
  display: block;
}
.bl_floatArea_btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ---------------------------------------------
 タブ内詳細ボタン
--------------------------------------------- */
.btn-tab-area{
  background-color: #FFF;

}
.btn-tab-detail{
  margin:0 auto ;
  width: calc(572/625*100%);
  padding:3% 0 6%;
}
.btn-tab-detail.btn-tabBottom{
  padding:8% 0 0;
}

@media (min-width: 1025px) {
  .btn-tab-detail{

    width: calc(612/884*100%);
    padding:2% 0 4%;
  }
  .btn-tab-detail.btn-tabBottom{
    padding:6% 0 0;
  }
}