@charset "utf-8";

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}
h2,h3{
  font-weight: bold;
}
p{
  font-size: 18px;
}
/* 1200px以下  */
@media only screen and (max-width: 1199px) {
  p{
    font-size: 16px;
  }
}
/* スマホ */
@media only screen and (max-width: 767px) {
  p{
    font-size: 14px;
  }
}
.text_blue{
  color: #143bb2;
  font-weight: bold;
}
.text_red{
  color: #e60012;
  font-weight: bold;
}

/*-----------------------------------------------------
header
-------------------------------------------------------*/
#Header{
  background-color: #fff;
}
#Header p{
  margin-bottom: 0;
}
.header-box{
  padding: 1em 0.5em 0.5em;
}
.h-logo{
  max-width: 20rem;
  padding-left: 3em;
}
.h-right a{
  text-decoration: none;
}
.h_tel_btn{
  background-color: #fa3f4e;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  width: 13rem;
  height: 3rem;
  padding: 0.25em;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_form_btn{
  background-color:#143bb2;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  width: 15rem;
  height: 3rem;
  font-size: 0.8rem;
  padding: 0.25em;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


@media only screen and (max-width: 1199px) {
.h-logo{
  max-width: 15rem;
  padding-left: 1em;
  padding-right: 1em;
}

.h_tel_btn{
  width: 10rem;
  height: 3rem;
}
.h_form_btn{
  width: 13rem;
  height: 3rem;
}}
@media only screen and (max-width: 991px) {
.h-logo{
  max-width: 10rem;
  padding-left: 0.5em;
}}
@media only screen and (max-width: 767px) {
.h-logo_sp{
  max-width: 8rem; 
  padding: 0.5em;
  margin: 0 auto;
}}


/*-----------------------------------------------------
お知らせ
-------------------------------------------------------*/
/* SRP */
.srp_box{
  border: 3px solid #161471;
  background-color: #fffbe6;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 1em;
}
.srp_logo{
  width: 20%;
  margin: 0 auto;
}
.srp_ttl{
  color: #161471;
  font-size: 155%;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 1em;
}
.srp_ttl02{
  color: #161471;
  font-weight: bold;
  font-size: 140%;
  padding-top: 1em;
}
.srp_border{
  border: 2px solid #161471;
  margin: 0 auto;
}
.srp_blue_bg{
  background-color: #161471;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
}
.srp_wihte_bg{
  background-color: #fff;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  border: 1px solid #161471;
}
.spr_cta{
  background-color: #161471;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 1em 6em;
  margin: 0 auto;
}
.srp_box a{
  color: #fff !important;
}
.spr_cta_box{
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width:767px){
  .srp_logo{
  width: 40%;
  margin: 0 auto;
}
.srp_ttl{
  line-height: 1.25;
}
.spr_cta{
  background-color: #161471;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 1em 4em;
  margin: 0 auto;
}}

/*-----------------------------------------------------
cta
-------------------------------------------------------*/
.about{
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .about-image {
    transform: scale(1.2); /* 放大图像 */
  }
}


/*-----------------------------------------------------
cta
-------------------------------------------------------*/
.cta{
  background: url(../images/cta_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta_tel_btn{
  position: absolute;
  top: 32%;
  left: 28%;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
}
@media only screen and (max-width: 1399px) {
.cta_tel_btn{
  font-size: 2rem;
}
}
@media only screen and (max-width: 1199px) {
.cta_tel_btn{
  font-size: 1.7rem;
}
}
@media only screen and (max-width: 991px) {
.cta_tel_btn{
  font-size: 1.2rem;
}
}
@media only screen and (max-width: 767px) {
  .cta_tel_btn{
  font-size: 1.7rem;
}
.cta_bta{
  flex-direction: column;
}
}
/*-----------------------------------------------------
デメリット
-------------------------------------------------------*/
.card {
    border-radius: 15px;
    background-color: #eaf4ff;
    border: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}
.icon-circle {
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  .icon-circle {
    margin-top: -30px;
}
}
.card figure{
  width: 100%;
}
.highlight {
    color: #0046d5;
    font-weight: bold;
}

.card-title {
    min-height: 60px; /* 统一标题的最小高度 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    color: #143bb2;
    font-size: 1.2rem;
}
@media only screen and (max-width: 991px) {
  .card-title {
    font-size: 1rem;
    }
}
@media only screen and (max-width: 767px) {
  .card-title {
    font-size: 1.2rem;
    }
}
.card-content {
    padding: 10px;
    text-align: left;
    flex-grow: 1;
    width: 100%;
    text-align: left;
}


/*-----------------------------------------------------
早慶ゼロワンは、中学受験「大学付属校」のパイオニアです！
-------------------------------------------------------*/

.Pioneer{
  background: url(../images/Pioneer_bg.png);
}
.reason{
  background: url(../images/reason_bg.png);
}
.reason_ttl{
  color: #143bb2;
}
@media only screen and (max-width: 767px) {
.reason_text{
  font-size: 20px;
}
}
.text_l{
  font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .text_l{
  font-size: 2.5rem;
}
}
.bg-dark{
  background-color: #eaf4ff !important;
}
.flow-triangle{
  padding-top: 10vw !important;

}
.flow-triangle::after{
  width: 27vw;
  height: 7vw;
  top: 3vw;
  color: black;
}

/*-----------------------------------------------------
3つの戦術
-------------------------------------------------------*/
.tactics{
  background-color: #eaf4ff;
  position: relative;
}
.tactics_img{
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  text-align: center;
}
.container_tactics{
  padding-top: 15rem;
}
@media only screen and (max-width: 991px) {
  .container_tactics{
  padding-top: 8rem;
}
}
.tactics_ttl {
  position: relative;
  padding: 0 55px;
}
@media only screen and (max-width: 991px) {
  .tactics_ttl {
  padding-top: 10rem;
}
}
@media only screen and (max-width: 767px) {
  .tactics_ttl {
  padding-top: 4rem;
}
}
@media only screen and (max-width: 489px) {
  .tactics_ttl {
  padding-top: 0;
}
}
.tactics_ttl:before, .tactics_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 150px;
  height: 3px;
  background-color: red;
}
.tactics_ttl:before {
  left: 25%;
}
.tactics_ttl:after {
  right: 25%;
}
@media only screen and (max-width: 991px) {
  .tactics_ttl:before, .tactics_ttl:after {
  width: 90px;
  height: 3px;
  margin-top: 5rem;
}
}
@media only screen and (max-width: 767px) {

  .tactics_ttl:before, .tactics_ttl:after {
  width: 60px;
  height: 3px;
  margin-top: 2rem;}
  .tactics_ttl:before {
  left: 10%;}
  .tactics_ttl:after {
    right: 10%;}
}
@media only screen and (max-width: 489px) {

  .tactics_ttl:before, .tactics_ttl:after {
  width: 60px;
  height: 3px;
  margin-top: 0;}
  .tactics_ttl:before {
  left: 10%;}
  .tactics_ttl:after {
    right: 10%;}
}




.dashed {
  border-bottom: 2px dashed #000;
}
.text_r{
  color: #fb4c3d;
}
.text-xie{
  color: #fb4c3d;
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
}

.mellido{
  background: url(../images/reason_bg.png);
}
.row_mellido{
  border: 2px solid #143bb2;
  border-radius: 5px;
  padding: 1rem 1rem 0rem 1rem;
}
@media only screen and (max-width: 1199px) {
  .row_mellido{
    margin: 5px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .row_mellido{
    padding: 0;
  }
}
.row_mellido h3{
  color: #143bb2;
}
.price{
  background: url(../images/price_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.row_price{
  margin-top: 25rem;
}
@media only screen and (max-width: 767px) {
  .price{
  background: url(../images/price_bg_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.row_price{
  margin-top: 10rem;
}
}
.bb{
  background-color: blue;
}

/*-----------------------------------------------------
保護者の声
-------------------------------------------------------*/
.slide-items{
  width: 80%;
  margin: auto;
  }
 .Reviews_min{
  border: 2px solid #1a45a7;
  border-radius: 30px;
  width: 480px;
  height: 520px;
  padding: 20px 20px;
}
@media only screen and (max-width: 1399px) {
  .Reviews_min{
  width: 420px;
  height: 560px;}
}
@media only screen and (max-width: 1199px) {
  .Reviews_min{
  width: 365px;
  height: 560px;}
}
@media only screen and (max-width: 991px) {
  .Reviews_min{
  width: 460px;
  height: 600px;
  padding: 10px 10px;
}
}
@media only screen and (max-width: 767px) {
  .Reviews_min{
  width: 300px;
  height: 480px;}
  .Reviews_ttl{
    font-size: 21px;
  }

}
@media only screen and (max-width: 400px) {
  .Reviews_min{
  width: 260px;
  height: 510px;
}
}
.Reviews_img{
  display: flex;
  justify-content: center;
}
.slick-prev:before, .slick-next:before {
    color: #1a45a7 !important;/*ボタンの色*/
    opacity: 1 !important;/*ボタンの不透明度*/
    font-size: 20px !important;/*ボタンのサイズ*/
    background: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding: 0.5em 0.5em;
    border: 1px solid #1a45a7;
    margin-left: -12px;
    display: block;
    width: 2.2em;
    height: 2.2em;
}
/* 1200px以下 */
@media only screen and (max-width: 1199px) {
  .slick-prev:before{
    margin-left: -30px;
  }
}
/* 1200px以下 */
@media only screen and (max-width: 1199px) {
  .slick-next:before{
    margin-left: 0;
  }
}

/* 767px以下 */
@media only screen and (max-width: 767px) {
  .slick-prev:before, .slick-next:before{
    width: 1.8em;
    height: 1.8em;
    padding: 0.4em 0.5em;
    margin-left: -10px;
  }
}
.slick-dots li button:before{
  font-size:25px!important;/*ドットのサイズ*/
  padding-top: 15px;
}
.slick-dots li button:before{
  font-size:25px!important;/*ドットのサイズ*/
  padding-top: 15px;
}

/*-----------------------------------------------------
profile
-------------------------------------------------------*/
.profile{
  background: url(../images/profile_bg.png);
  background-size: cover;
  background-position: center;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 1170px;
  border-radius: 10px;
}
.tab_text{
  font-size: 21px;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/6);
  height: 50px;
  border-radius: 20px 20px 0 0;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  margin-right: 20px;
  margin-left: 20px;
}
.tab_item_red{
  background-color: #f34d5a;
  transition: all 0.2s ease;
}
.tab_item_blue{
  background-color: #143bb2;
  transition: all 0.2s ease;
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .tab_item {
    font-size: 14px;
    width: calc(100%/2);
    margin-right: 0;
    margin-left: 0;
  }
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
input[name="tab_item2"] {
  display: none;
}
input[name="tab_item3"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  background-color: #fff;
  padding: 40px 40px;
  clear: both;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .tab_content {
    padding: 20px 10px 0;
  }
}
.tab_content_red{
  border: 2px solid #f34d5a;
}
.tab_content_blue{
  border: 2px solid #143bb2;
}
/*選択されているタブのコンテンツのみを表示*/
#Tab01:checked ~ #Tab01_content,
#Tab02:checked ~ #Tab02_content,
#Tab03:checked ~ #Tab03_content,
#Tab04:checked ~ #Tab04_content,
#Tab05:checked ~ #Tab05_content,
#Tab06:checked ~ #Tab06_content {
  display: block;
}

.tab_content_description{
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .tab_content_description{
    flex-direction: column
  }
}
@media only screen and (max-width: 767px) {
  .tab_img{
    padding-top: 20px;
  }
}

.tab_or{
  background: linear-gradient(transparent 70%, #f89826 50%);
}

/*-----------------------------------------------------
profile
-------------------------------------------------------*/
.accordion-hidden {
  display: none;
}

.guide{
  background-color: #eaf4ff;
}
.area_ttl{
  font-size: 32px;
  font-weight: bold;
  padding-left: 1.9em !important;
}
@media only screen and (max-width: 1199px) {
  .area_ttl{
    font-size: 28px;
    padding-left: 1.7em !important;
  }
}
@media only screen and (max-width: 991px) {
  .area_ttl{
    font-size: 26px;
    padding-left: 1.3em !important;
  }
}
@media only screen and (max-width: 591px) {
  .area_ttl{
    font-size: 24px;
    padding-left: 10px !important;
  }
}
.area_saitama{
  background-color: #f34d5a !important;
}
@media only screen and (max-width: 591px) {
  .accordion{
  width: auto;
  margin: auto;
}
}
/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 60px 10px 10px;
  color: #fff;
  background: #143bb2;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background-color: #fff;
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.4em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
  color: #fff;
  font-weight: bold;
}

.accordion_qa .A::before {
  content: 'A.';
  color: #f34d5a;
  font-weight: bold;
}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}
@media only screen and (max-width: 767px) {
  .accordion_qa .accordion-open {
  padding-left: 2.5em;
}
}
.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
}

.faq_inner{
  padding: 10px 10px 20px 2.5em !important;
}

/* Q&A追加ここまで */


/*-----------------------------------------------------
会社概要
-------------------------------------------------------*/

#Company{
  background: #143bb2;
  padding-bottom: 100px;
}
.company_border{
  border: solid 2px #d7d7d7;
  width: 100%;
}
.company_bg_blue{
  background-color: #f34d5a;
  border: solid 2px #d7d7d7;
  color: #fff;
  padding: 0.5em 1em;
}
.company_bg_white{
  background-color: #fff;
  border: solid 2px #d7d7d7;
  padding: 0.5em 1em;
}

@media (max-width:767px){
 #Company table th, #Company table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}


/*-----------------------------------------------------
form
-------------------------------------------------------*/
.Form{
  background-color: #143bb2;
}
.from_ttl{
  color: #fff;
}
@media only screen and (max-width: 767px){
  .from_s{
  font-size: 18px;s
}
}
.form_main{
  background-color: #fff;
  border-radius: 20px;
  padding: 5em 1em;
}
.text-bg-light{
  background-color: #badeff !important;
}
.btn{
  background-color: #f34d5a !important;
}
.btn-primary{
  border: 1px solid #f34d5a !important;

}
.btn-lg{
   padding-left: 5rem;
   padding-right: 5rem;
   border-radius: 15px;
}

.Footer{
  background-color: #143bb2;
  color: #fff;
}

.scroll-up a{
  background-color: #1217279c;
  color: #fff;
}
.fa-chevron-up:before{
  color: #fff;
}
.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #5770bd99;
  padding: 1em 0 1em;
}
.fix-navi p{
  margin-bottom: 0;
}
.navi_cta{
  width: 95%;
}
@media only screen and (max-width: 767px){
  .scroll-up{
    bottom: 125px;
}}

.navi_tel_btn{
  position: absolute;
  top: 32%;
  left: 29%;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  font-size: 0.8rem;
}



/*-----------------------------------------------------
iframeリンク無効化
-------------------------------------------------------*/

.snapwidget-widget{
  pointer-events:none;
}