/*------------------------------------
--------------------------------------
           2024/04/18追加分
--------------------------------------
--------------------------------------*/

/*-----------------
       common
-----------------*/
body{
  min-width: 0 !important;
  margin: 0 auto;
  overflow-x: hidden;
}

header{
  display: flex;
  justify-content: center;
}

.btn2{
  cursor: pointer;
}

button:hover{
  opacity: 0.7;
}

@media screen and (min-width:768px){
  .full-size-img{
    width: 1000px;
    height: auto;

    aspect-ratio: inherit;
  }
}

@media screen and (min-width:1000px){
  .full-size-img{
    width: 1440px;
    height: auto;

    aspect-ratio: inherit;
  }
}

@media screen and (min-width:1440px){
  .full-size-img{
    width: 100vw;
    max-width: 1920px;
    height: auto;

    aspect-ratio: inherit;
  }
}


/*-----------------
     ヘッダー
-----------------*/

header{
  filter: drop-shadow(0px 2px 2px rgb(0, 0, 0, 0.3));
}


@media screen and (min-width:768px){
  header{
    position: fixed;
    left: 50%;
    z-index: 90;
    transform: translateX(-50%);
  }

  .header__cta--wrapper{
    /* height: 37px; */
    display: flex;
  }

  .header__cta-cv{
    width: auto;
    height: 37px;
  }

  .header__cta-class{
    width: auto;
    height: 37px;
  }

  .header__cta-school{
    width: auto;
    height: 37px;
  }

  .header__cta{
    display: flex;
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width:1000px){
  .header__cta-cv{
    width: auto;
    height: 45px;
  }

  .header__cta-class{
    width: auto;
    height: 45px;
  }

  .header__cta-school{
    width: auto;
    height: 45px;
  }
}

@media screen and (min-width:1440px){
  .header__cta-cv{
    width: auto;
    height: 3.1vw;
    max-height: 60px;
  }

  .header__cta-class{
    width: auto;
    height: 3.1vw;
    max-height: 60px;
  }

  .header__cta-school{
    width: auto;
    height: 3.1vw;
    max-height: 60px;
  }
}

.floating-cta{
  /* display: flex; */
  align-items: center;
  gap: 2px;
  width: 100%;
  height: 67px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 90;
  transform: translateX(-50%);
}

.floating-cta__wrapper{
  display: flex;
  width: 100%;
}

/* .floating-cta__cta-cv {
	width: 68%;
}

.floating-cta__cta-school {
	width: 29%;
} */


/*-----------------
     FV
-----------------*/
.first_view__img{
  display: flex;
  justify-content: center;
}

@media screen and (min-width:768px){
  #first_view_pc{
    padding-top: 41.6px;
  }
}

@media screen and (min-width:1000px){
  #first_view_pc{
    padding-top: 60px;
  }
}

@media screen and (min-width:1440px){
  #first_view_pc{
    padding-top: min(4.1vw, 80px);
  }
}



/*-----------------
     CTAエリア
-----------------*/
.sec-cta{
  width: 100%;
  height: 600px;
  padding-top: 199px;
  background: url("https://toshin.souei.net/img/lp/bukatsu/sec-cta_bg_PC_2.webp") no-repeat top center / auto 100%;
}

.sec-cta.is-first{
  height: 443px;
  padding-top: 122px;
  background-image: url("https://toshin.souei.net/img/lp/bukatsu/sec-cta_bg_first_PC_2.webp");
}

.sec-cta__wrap-first{
  width: 100%;
  max-width: 800px;
  padding: 0 40px;
  margin: -43px auto;
}

.sec-cta__wrap{
  width: 100%;
  max-width: 800px;
  padding: 0 40px;
  margin: 49px auto;
}

.sec-cta__flex{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 920px;
  padding: 0px 30px;
  background: #fff;
  border-radius: 27px;
}

.sec-cta__col{
  width: 50%;
  height: auto;
}

.sec-cta__col:first-child{
  width: 100%;
}

.sec-cta__col a, .sec-cta__col button{
  display: block;
  width: 100%;
  cursor: pointer;
}

.sec-cta__col img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:1000px){
  .sec-cta{
    height: 139.73vw;
    padding-top: 31.2vw;
    background-image: url("https://toshin.souei.net/img/lp/bukatsu/sec-cta_bg_SP_2.webp");
  }

  .sec-cta.is-first{
    height: 122vw;
    padding-top: 46.06vw;
    background-image: url("https://toshin.souei.net/img/lp/bukatsu/sec-cta_bg_first_SP.webp");
  }

  .sec-cta__wrap-first{
    width: 100%;
    max-width: 533px;
    padding: 0 13px;
    margin: -43px auto;
  }

  .sec-cta__wrap{
    max-width: inherit;
    padding: 0 10vw;
    margin: 92px auto;
  }

  .sec-cta__flex{
    display: block;
    max-width: inherit;
    padding: 2.26vw 0;
    border-radius: 4vw;
  }

  .sec-cta__col{
    width: 100%;
  }

  .sec-cta__col img{
    width: 100%;
    max-width: inherit;
  }
}

/*-----------------
     sec01
-----------------*/
.sec01__img{
  display: flex;
  justify-content: center;
}

/*-----------------
     sec02
-----------------*/
.sec02{
  width: 100%;
  max-width: 1920px;
  padding-bottom: 66px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.sec02::before{
  content: "";
  display: block;
  width: calc(100% + 1000px);
  height: 100%;
  background: #dff3ef;
  pointer-events: none;
  position: absolute;
  top: 6.26vw;
  left: -500px;
  z-index: 1;
  transform: rotate(-6deg);
}

.sec02__wrap{
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sec02__heading{
  text-align: center;
}

.sec02__heading img{
  width: 733px;
  max-width: 100%;
  height: auto;
}

.sec02__box{
  padding: 55px 40px 82px 40px;
  margin-top: -50px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
}

.sec02__flex{
  display: flex;
  align-items: center;
  margin-top: 27px;
}

.sec02__youtube{
  width: 50%;
}

.sec02__youtube iframe{
  width: 100%;
  height: 100%;

  aspect-ratio: 560/315;
}

.sec02__meta{
  width: 50%;
  padding-left: 33px;
}

.sec02__subheading strong{
  display: inline-block;
  padding: 4px 13px;
  margin-right: 26px;
  background: #009481;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.sec02__subheading span{
  color: #009481;
  font-size: 30px;
  font-weight: 700;
}

.sec02__subheading small{
  color: #009481;
  font-size: 24px;
  font-weight: 700;
}

.sec02__read{
  margin-top: 25px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.015em;
}

@media screen and (max-width:1000px){
  .sec02{
    max-width: inherit;
    padding-bottom: 8.8vw;
  }

  .sec02::before{
    width: calc(100% + 80vw);
    top: 11.26vw;
    left: -40vw;
    transform: rotate(-10deg);
  }

  .sec02__wrap{
    max-width: inherit;
    padding: 0 4vw;
  }

  .sec02__heading img{
    width: 92vw;
    max-width: inherit;
  }

  .sec02__box{
    padding: 10.26vw 4vw 7.06vw 4vw;
    margin-top: -8vw;
    border-radius: 4vw;
  }

  .sec02__flex{
    display: block;
    margin-top: 8vw;
  }

  .sec02__flex:first-child{
    margin-top: 0;
  }

  .sec02__youtube{
    width: auto;

    aspect-ratio: 560/315;
  }

  .sec02__meta{
    width: auto;
    padding-left: 0;
    margin-top: 2.66vw;
  }

  .sec02__subheading strong{
    display: inline-block;
    padding: 0.8vw 2.26vw;
    margin-right: 4vw;
    font-size: 4vw;
  }

  .sec02__subheading span{
    font-size: 4vw;
  }

  .sec02__subheading small{
    font-size: 3.73vw;
  }

  .sec02__read{
    margin-top: 2.66vw;
    font-size: 3.73vw;
  }
}

/*-----------------
     sec03
-----------------*/
.sec03__img{
  display: flex;
  justify-content: center;
}


/*-----------------
     sec04
-----------------*/
.sec04__content{
  position: relative;
}

.sec04__content--bg-wrapper{
  display: flex;
  justify-content: center;
}

.sec04__content--schedule-btn01{
  position: absolute;
  top: 58.5%;
  left: 56%;
}

.sec04__content--schedule-btn02{
  position: absolute;
  top: 74.5%;
  left: 56%;
}

.sec04__content--schedule-btn03{
  position: absolute;
  top: 91.5%;
  left: 56%;
}

.sec04__content--schedule-btn01.sp{
  width: 43%;
  top: 63.2%;
  left: 50%;
  transform: translateX(-50%);
}

.sec04__content--schedule-btn02.sp{
  width: 43%;
  top: 74.8%;
  left: 50%;
  transform: translateX(-50%);
}

.sec04__content--schedule-btn03.sp{
  width: 43%;
  top: 86.3%;
  left: 50%;
  transform: translateX(-50%);
}


/*-----------------
     sec05
-----------------*/
.sec05__img{
  display: flex;
  justify-content: center;
}

/*-----------------
     sec06
-----------------*/
.sec06__img{
  display: flex;
  justify-content: center;
}

/*-----------------
     sec07
-----------------*/
.sec07__img{
  display: flex;
  justify-content: center;
}

/*--------------------
      フォーム
--------------------*/
.contact_form::before {
  margin: 0!important;
}


/*-----------------------------------------------

section-search パターンA

-------------------------------------------------*/
.section-school_search{
  width: 100%;
  max-width: 1920px;
  padding-bottom: 50px;
  margin: 0 auto;
  background-color: #d1e7fe;
}
.spring_2021_base_wrap{
  padding: 50px 0 0 0;
  margin: 0 auto;
  text-align: center;
}
.spring_2021_base_wrap h2{
  max-width: 630px;
  padding: 0 30px;
  margin: 0 auto 30px;
}
.spring_2021_base_wrap h2 img{
  width: 100%;
}
.spring_2021_school_search_content{
  max-width: 690px;
  margin: 0 auto;
}
.spring_school_list_wrap{
  margin: 0 30px 16px;
}
.spring_school_list{
  padding: 5px 14px;
  margin: 10px 0;
  background: #fff;
  border: 2px solid #009191;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  cursor: pointer;
}
.spring_school_list_hd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 30px;
  margin: 10px 0;
  color: #009191;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  word-wrap: break-word;
  position: relative;
}
.spring_school_list_hd::before, .spring_school_list_hd::after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #009191;
  position: absolute;
  right: 10px;
  transition: all 0.5s ease;
}
.spring_school_list_hd::after{
  transform: rotate(90deg);
}
.spring_school_list_hd.close::before{
  /*　closeというクラスがついたら形状変化　*/
  transform: rotate(90deg);
}
.spring_school_list_hd-small{
  font-size: 1.4rem;
}
.spring_school_list_bd{
  display: none;
  padding: 10px 0;
  background-color: #fff;
}
.spring_school_list_nm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  margin-bottom: 10px;
  background-color: #b7e2dc;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.spring_school_list_nm::after{
  content: "〉";
  color: #009191;
  position: absolute;
  right: 10px;
  transition: all 0.5s ease;
  transform: rotate(90deg);

  transform-origin: 20% center;
}
.spring_school_list_nm.close::after{
  /*　closeというクラスがついたら形状変化　*/
  transform: rotate(270deg);
}
.spring_school_list_st{
  display: none;
  margin-bottom: 20px;
}

.spring_school_list_tl{
  padding: 10px;
  font-size: 1.6rem;
}
.spring_school_list-bold{
  font-weight: 600;
}
.spring_school_list_ad{
  padding: 10px;
  border-top: 2px dotted #228777;
  font-size: 1.6rem;
}
.spring_school_list_op{
  padding: 10px;
  border-top: 2px dotted #228777;
  font-size: 1.6rem;
}
.spring_school_list_mp{
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.spring_school_list_mp iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width:1001px){
  .spring_2021_base_wrap{
    padding: 27px 0 0 0;
  }
  .spring_2021_base_wrap h2{
    max-width: inherit;
  }
  .spring_school_list{
    padding: 10px 20px;
    margin: 20px 0;
  }
  .spring_school_list_hd{
    font-size: 2.0rem;
  }
  .spring_school_list_hd-small{
    font-size: 1.6rem;
  }
  .spring_school_list_nm{
    font-size: 1.8rem;
  }
  .spring_school_list_mp{
    margin: 20px auto 40px;
  }
}



/*-----------------------------------------------

section-search パターンB

-------------------------------------------------*/
.section-school_search_b{
  width: 100%;
  max-width: 1920px;
  padding-top: 30px;
  padding-bottom: 35px;
  margin: 0 auto;
  margin-top: -12px;
  background-color: #d1e7fd;
  @media (max-width: 768px) {
    min-height: 770px;
  }
}
.summer_2024_base_wrap{
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.summer_2024_base_wrap h2{
  /* max-width: 630px;
	padding: 0 30px; */
  margin: 0 auto 30px;
}
.summer_2024_base_wrap h2 img{
  margin: auto;
  display: block;
  width: 624px;
  @media (max-width:768px) {
    width: calc(100vw - 60px);
  }
}
.summer_2024_school_search_content{
  max-width: 690px;
  margin: 0 auto;
}
.summer_school_list_wrap{
  margin: 0 30px 11px;
}
.summer_school_list{
  padding: 5px 14px;
  margin: 10px 0;
  background: #fff;
  border: 2px solid #0051a1;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  cursor: pointer;
}
.summer_school_list_hd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 30px;
  margin: 4.5px 0;
  color: #0051a1;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  word-wrap: break-word;
  position: relative;
}
.summer_school_list_hd::before, .summer_school_list_hd::after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 13px;
  background-color: #0051a1;
  position: absolute;
  right: 10px;
  transition: all 0.5s ease;
}
.summer_school_list_hd::after{
  transform: rotate(90deg);
}
.summer_school_list_hd.close::before{
  /*　closeというクラスがついたら形状変化　*/
  transform: rotate(90deg);
}
.summer_school_list_hd-small{
  font-size: 1.4rem;
}
.summer_school_list_bd{
  display: none;
  padding: 10px 0;
  background-color: #fff;
}
.summer_school_list_nm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 20px;
  margin-bottom: 10px;
  background-color: #b7e2dc;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.summer_school_list_nm::after{
  content: "〉";
  color: #009191;
  position: absolute;
  right: 10px;
  transition: all 0.5s ease;
  transform: rotate(90deg);

  transform-origin: 20% center;
}
.summer_school_list_nm.close::after{
  /*　closeというクラスがついたら形状変化　*/
  transform: rotate(270deg);
}
.summer_school_list_st{
  display: none;
  margin-bottom: 20px;
}

.summer_school_list_tl{
  padding: 10px;
  font-size: 1.6rem;
}
.summer_school_list-bold{
  font-weight: 600;
}
.summer_school_list_ad{
  padding: 10px;
  border-top: 2px dotted #228777;
  font-size: 1.6rem;
}
.summer_school_list_op{
  padding: 10px;
  border-top: 2px dotted #228777;
  font-size: 1.6rem;
}
.summer_school_list_mp{
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.summer_school_list_mp iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.summer_school_list__pref {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #0051a1;
  letter-spacing: 2.5px;
  margin: 25px 0 35px;
  position: relative;
  @media(max-width: 768px) {
    font-size: 22px;
  }
}
.summer_school_list__pref:nth-of-type(even) {
  margin-top: 50px;
}
.summer_school_list__pref::before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  left: 20%;
  top: 50%;
  translate: 0 -50%;
  background: #0051a1;
}
.summer_school_list__pref::after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  right: 20%;
  top: 50%;
  translate: 0 -50%;
  background: #0051a1;
}
@media(max-width: 768px) {
  .summer_school_list__pref::before {
    width: 15vw;
    left: 13%;
  }
  .summer_school_list__pref::after {
    width: 15vw;
    right: 13%;
  }
}
@media screen and (min-width:1001px){
  .summer_2024_base_wrap{
    padding: 0 0 0 0;
  }
  .summer_2024_base_wrap h2{
    /* max-width: 920px; */
    display: flex;
    justify-content: center;
  }
  .summer_school_list{
    padding: 10px 20px;
    margin: 20px 0;
  }
  .summer_school_list_hd{
    font-size: 2.0rem;
  }
  .summer_school_list_hd-small{
    font-size: 1.6rem;
  }
  .summer_school_list_nm{
    font-size: 1.8rem;
  }
  .summer_school_list_mp{
    margin: 20px auto 40px;
  }
}


/*---------------------
       モーダル
---------------------*/
.modal{
  display: none;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  z-index: 100;
}

.modal__content1, .modal__content2{
  width: 100%;
  position: absolute;
  top: 4%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0%);
}

@media screen and (max-width:767px){
  .modal__content1{
    width: 80%;
  }

  .modal__content2{
    width: calc(100% - 60px);
  }
}

.modal1__content1--inner-wrapper, .modal1__content2--inner-wrapper{
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 768px){
  .modal1__content1--inner-wrapper{
    width: 640px;
    margin-bottom: 60px;
  }

  .modal__content1--main{
    display: flex;
    width: 640px;
    height: auto;
    margin: auto;
  }

  .modal1__content2--inner-wrapper{
    width: 100%;
    max-width: 920px;
  }
}

@media (min-width: 1000px){
  .modal1__content1--inner-wrapper{
    width: 800px;
  }

  .modal__content1--main{
    width: 800px;
  }
}

@media (min-width: 1440px){
  .modal1__content1--inner-wrapper{
    width: 45vw;
    max-width: 864px;
  }

  .modal__content1--main{
    width: 45vw;
    max-width: 864px;
  }
}



.modal__content1--close-btn{
  width: 40px;
  position: absolute;
  top: -20px;
  right: -6.3%;
}
@media screen and (min-width:768px){
  .modal__content1--close-btn{
    right: -3%;
  }
}
@media screen and (min-width:1000px){
  .modal__content1--close-btn{
    right: -2%;
  }
}
@media screen and (min-width:1440px){
  .modal__content1--close-btn{
    right: -1%;
  }
  .modal__content1--close-btn-img{
    width: 55px;
    height: auto;
  }
}



.modal__content1--contact-btn01{
  width: 90%;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px){
  .modal__content1--contact-btn01{
    width: 570px;
    height: auto;
    position: absolute;
    top: 84.6%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1000px){
  .modal__content1--contact-btn01{
    width: 730px;
    position: absolute;
    top: 84.6%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1440px){
  .modal__content1--contact-btn01{
    width: 41vw;
    max-width: 787.2px;
    position: absolute;
    top: 84.6%;
    left: 50%;
    transform: translateX(-50%);
  }
}




/*------------------------------------
--------------------------------------
         old
--------------------------------------
--------------------------------------*/
.school-search-section{
  width: 100%;
  max-width: 800px;
  height: 120px;
  padding: 20px 0.7em 0 0.7em;
  margin: 0 0 0 11px;
  margin-bottom: 0;
}
.school-search-head{
  width: 100%;
  max-width: 780px;
  padding: 0.6em;
  background: #e0edff;
  font-size: 18px;
  position: relative;
}
.school-search-head:after{
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  position: absolute;
  top: 100%;
  left: 30px;
}
.school-search-head-chu{
  font-size: 15px;
}
.school-search-head-shikuchoson{
  width: 100%;
  max-width: 780px;
  padding: 0.6em;
  margin: 0 auto;
  margin-bottom: 0;
  background: #e0edff;
  font-size: 22px;
  position: relative;
}
.school-search-desc{
  padding: 0 0 0 2px;
  font-size: 16px;
  text-align: center;
}
.nice-textbox{
  display: inline;
  width: 67%;
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
  border-radius: 5px;
  outline: none;
  color: #a0a0a0;
  font-size: 14px;
}
.school-search-button{
  display: inline;
  width: 20%;
  max-width: 250px;
  height: 50px;
  margin: 0 auto;
  font-size: 16px;
}
.shikuchoson-button-container{
  padding-top: 40px;
  font-family: "Yu Gothic", YuGothic, Verdana, "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
/* ここから下がボタンのCSS　*/
.shikuchoson-btn-push{
  float: right;
  display: inline-block;
  padding: 0.5em 1em;
  background: #668ad8;/*ボタン色*/
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.shikuchoson-btn-push:active{
  border-bottom: none;/*線を消す*/
  transform: translateY(4px);/*下に動く*/
  /*ボタンを押したとき*/

  -webkit-transform: translateY(4px);
}
.iframe-wrap{
  width: 100%;
  padding: calc(480 / 854 * 100%) 0 0; /* 高さと横幅の数字には単位は入れません。 */
  position: relative;
}
.iframe-wrap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/** for pc **/
/* .spring_school_list_wrap{
	margin:0 auto;
	width:800px;
}
.spring_school_list_hd{
	padding: 1.6rem 2rem;
	color: #007032;
	background: #D0F1E0;
	-webkit-box-shadow: 5px 5px 0 #007032;
	box-shadow: 5px 5px 0 #007032;	
	margin:10px 0 10px 13px;
	cursor: pointer;
	cursor: hand;
	height:60px;
	font-size:18px;
}
.spring_school_list_bd{
	display:none;
}
.spring_school_list_nm{
	padding:30px 10px 10px 10px;
	border-left: 4px solid #228777;
	cursor: pointer;
	cursor: hand;
}
.spring_school_list_nm_pt{
	font-size:24px;
	font-weight:bold;
}
.spring_school_list_nm_ar{
	width:50px;
	margin-left: auto;
}
.spring_school_list_st{
	display:none;
}
.spring_school_list_ad{
	background: #D0F1E0;
	font-size:18px;
	padding:20px;
	border-top: 3px dashed #228777;
}
.spring_school_list_tl{
	background: #D0F1E0;
	font-size:18px;
	padding:20px;
}
.spring_school_list_op{
	background: #D0F1E0;
	font-size:18px;
	padding:20px;
	border-top: 3px dashed #228777;
}
.spring_school_list_mp{
	background: #D0F1E0;
	margin:0 auto;
	text-align:center;
	padding:10px;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.spring_school_list_mp iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.spring_school_list_dt{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:15px;
}
.spring_school_list_dt a{
	color:blue;
	text-decoration:underline;
}
.spring_school_list_mg{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:15px;
}
.spring_school_list_bt{
	margin:0 auto;
	text-align:center;
}
.spring_school_list_bt div{
	display:inline;
}
.spring_school_list_bt img{
	max-width:200px;
	height: auto;
} */
.btn_spring{
  display: none;
}
.btn_form{
  display: none;
}
/* .spring_2021_base_wrap{
	text-align:center;
	margin:0 auto;
	padding:20px 0 0 0;	
}
.spring_2021_base_block{
	font-size:32px;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	background:#228777;
	color:#fff;
	padding:20px;
}
.spring_2021_school_search_desc{
	font-size:16px;
	text-align: center;
	padding:10px 0;	
} */
.btn_cta_wrap{
  padding: 10px 0 10px 0;
}
.btn_web_form{
  display: block;
  width: 75%;
  padding: 22px 0;
  margin: 10px auto 7px;
  background: #f00;
  border-radius: 5px;
  box-shadow: 0 7px 0 #900;
  cursor: pointer;
  font-size: 18px;
  font-weight: 0;
  line-height: 1.0;
  text-align: center;
  transition: 0.3s;
}
.btn_search{
  display: block;
  width: 75%;
  padding: 22px 0;
  margin: 17px auto 7px;
  background: #00f;
  border-radius: 5px;
  box-shadow: 0 7px 0 #007;
  cursor: pointer;
  font-size: 18px;
  font-weight: 0;
  line-height: 1.0;
  text-align: center;
  transition: 0.3s;
}
.btn_search a{
  color: #fff;
}
.btn_web_form a{
  color: #fff;
}
.btn_tel_form{
  display: block;
  width: 75%;
  padding: 18px 0;
  margin: 17px auto 7px;
  background-color: #ff7921;
  border-radius: 5px;
  box-shadow: 0 7px 0 #ef5500;
  cursor: pointer;
  font-size: 18px;
  font-weight: 0;
  line-height: 1.0;
  text-align: center;
  transition: 0.3s;
}
.btn_tel_form a{
  color: #fff;
}
.conversion_web_btn{
  margin: 0 auto;
  text-align: center;
}
.conversion_tel_btn{
  margin: 0 auto;
  text-align: center;
}
.school_btn_pc{
  margin: 0 auto;
  text-align: center;
}
.web_btn_pc{
  margin: 0 auto;
  text-align: center;
}
/*-- PC版表示CSS  --*/
pc_area{
  display: block;
}
phone_area{
  display: none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 767px){
  pc_area{
    display: none;
  }
  phone_area{
    display: block;
  }
}
@media screen and (max-width:767px){
  .btn_spring{
    width: 370px;
    font-size: 6vw;
  }
  .btn_form{
    width: 370px;
    font-size: 6vw;
  }
  /* .spring_school_list_wrap{
    margin:0 auto;
    width:500px;
    }
    .spring_school_list_hd{
        font-size:18px;
        word-wrap: break-word;
        width: 89vw;
    }
    .spring_school_list_nm{
        width:400px;
    }
    .spring_school_list_ad{
        width:75%;
    }
    .spring_school_list_dt{
        text-align:left;
    }
    .spring_school_list_mp{
        margin:0;
        width:75%;
    }
    .spring_school_list_mg{
        text-align:left;
    }
    .spring_school_list_bt{
        text-align:left;
    }
    .spring_school_list_bt img{
        max-width:150px;
        height: auto;
    } */
}
#hd_dynamic{
  display: none;
}
@media screen and (max-width:768px){
  #hd_dynamic{
    display: block;
  }
  .hd_dym_wrap{
    width: 90%;
    padding-top: 59px;
    margin: 0 auto;
  }
  /* .hd_dym_gmap_yokohama{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;		
}
.hd_dym_gmap_yokohama iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}	 */
  .hd_dym_box{
    padding: 25px 0 0 0;
    /* border:1px solid gray; */
    margin: -15px 0 5px 0;
  }
  .hd_dym_gmap{
    height: 0;
    padding-bottom: 56.25%;
    border: 1px solid gray;
    overflow: hidden;
    position: relative;
  }
  .hd_dym_gmap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hd_dym_hd{
    height: 50px;
    padding: 0.4em;
    margin-top: 20px;
    background: #019482;
    border-radius: 0.5em;
    color: white;
    font-size: 24px;
    text-align: center;
  }
  .hd_dym_bd{
  }
  .hd_dym_bd table, td, th{
    border: 0 #cdcdcd solid;
  }
  .hd_dym_bd_adhd{
    width: 80px;
    height: 70px;
    color: #019482;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .hd_dym_bd_adbd{
    padding: 5px;
    font-size: 20px;
  }
  .hd_dym_bd_cta{
    width: 80%;
    height: 50px;
    padding: 0.5em;
    margin: 10px auto;
    background: #f84d54;
    border-radius: 0.2em;
    font-size: 20px;
    text-align: center;
  }
  .hd_dym_bd_cta a{
    color: white;
  }
}
.c-marker{
  background: -webkit-linear-gradient(left, rgb(248, 236, 2) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(248, 236, 2) 50%, transparent 50%);
  background: linear-gradient(left, rgb(248, 236, 2) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: 100% 0.5em;
  background-size: 200% 0.8em;
  transition: 2s;
}
.c-marker.is-active{
  background-position: 0 0.5em;
}


/*-----------------------
    モーダルなど？
-----------------------*/

[class^="img-flex-"]{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;

  -webkit-justify-content: space-between;
}
.img-flex-2 img{
  width: 49%;
}
.img-flex-3 img{
  width: 98%;
}
.img-flex-4 img{
  width: 24%;
}

.relative{
  position: relative;
}
.cv_1{
  justify-content: space-between;
  width: 82%;
  line-height: 117px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cv_1 a{
  flex: 0 0 44.8vw;
}
@media screen and (min-width:751px){
  .cv_1 a{
    flex: 0 0 336px;
  }
}
/* モーダル */
/* .modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	width: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
}
.modal_cv {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal_inner {
	background-color: #fff;
	width: 92vw;
	max-width: 690px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	max-height: 80vh;
	border-radius: 2.666666667vw;
}
.modal_inner2 {
	background-color: #fff;
	width: 92vw;
	max-width: 690px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	max-height: 80vh;
	border-radius: 2.666666667vw;
	margin-top: 66px;
	z-index: 10000;
}
.modal_inner3 {
	background-color: #fff;
	width: 92vw;
	max-width: 690px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	max-height: 80vh;
	border-radius: 2.666666667vw;
	margin-top: 66px;
	z-index: 10000;
}
.modal_img {
	flex: 0 1 calc(100% - 18.13333333vw);
}
.modal_foot {
	box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.25);
	flex: 0 1 18.13333333vw;
	height: 18.13333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EDEDED;
	width: 100%;
	left: 0;
	bottom: 0;
}
.modal_foot2 {
	box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.25);
	flex: 0 1 18.13333333vw;
	height: 18.13333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EDEDED;
	width: 100%;
	left: 0;
	bottom: 0;
}
.modal_foot3 {
	box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.25);
	flex: 0 1 18.13333333vw;
	height: 18.13333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EDEDED;
	width: 100%;
	left: 0;
	bottom: 0;
}
.modal_close {
	width: 57.6vw;
}
@media screen and (min-width:751px) {
	.modal_inner {
	border-radius: 20px;
	}
	.modal_img {
	flex: 0 1 calc(100% - 136px);
	}
	.modal_foot {
	flex: 0 1 136px;
	height: 136px;
	}
.modal_close {
	width: 432px;
	}
}
.modal__content1 {
	width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.modal_inner1 {
	position: absolute;
	width: 8.535%;
	right: 8%;
	top: -12%;
} */
.flex{
  display: flex;
  width: 100%;
}
.is-active{
  opacity: 1 !important;
  pointer-events: auto !important;

  visibility: visible !important;
}
.is-close{
  opacity: 0 !important;
  pointer-events: none !important;

  visibility: hidden !important;
}
.btn:hover{
  filter: brightness(130%);
}
.btn2:hover{
  filter: brightness(110%);
}
.btn3:hover{
  filter: brightness(110%);
}
h6{
  display: inline-block;
  padding: 0 45px;
  margin: 0 auto;
  font-size: 2.8em;
  line-height: 46px;
  letter-spacing: 10px;
  text-align: center;
  position: relative;
}
h6:before{
  content: "";
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  position: absolute;
  top: 50%;
  transform: rotate(60deg);

  -webkit-transform: rotate(-60deg);
}
h6:before{
  left: 0;
}
h6:after{
  content: "";
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-60deg);

  -webkit-transform: rotate(-60deg);
}
.cp_box *, .cp_box *:before, .cp_box *:after{
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
}
.cp_box{
  position: relative;
}
.cp_box label{
  display: block;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  margin: 0 auto;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.cp_box input:checked + label{
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after{
  content: "詳細を見る▼";
  width: 30rem;
  height: 4rem;
  padding: 8px;
  background-color: #fff;
  border: solid 2px #009380;
  border-radius: 20px;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  color: #009380;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translate(-50%, 0);
}
.cp_box input{
  display: none;
}
.cp_box .cp_container{
  height: 200px; /* 開く前に見えている部分の高さ */
  overflow: hidden;
  transition: all 0.5s;
}
.cp_box input:checked + label{
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after{
  content: "閉じる▲";
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.cp_box input:checked ~ .cp_container{
  height: auto;
  /* padding-bottom: 80px; 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

.cp_box_02 *, .cp_box_02 *:before, .cp_box_02 *:after{
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
}
.cp_box_02{
  position: relative;
}
.cp_box_02 label{
  display: block;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  margin: 0 auto;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 50%, rgba(250, 252, 252, 0.95) 86%);
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.cp_box_02input:checked + label{
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box_02 label:after{
  content: "詳細を見る▼";
  width: 30rem;
  height: 4rem;
  padding: 8px;
  background-color: #fff;
  border: solid 2px #009380;
  border-radius: 20px;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  color: #009380;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translate(-50%, 0);
}
.cp_box_02 input{
  display: none;
}
.cp_box_02 .cp_container{
  height: 200px; /* 開く前に見えている部分の高さ */
  overflow: hidden;
  transition: all 0.5s;
}
.cp_box_02 input:checked + label{
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box_02 input:checked + label:after{
  content: "閉じる▲";
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.cp_box_02 input:checked ~ .cp_container{
  height: auto;
  /* padding-bottom: 80px; 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
.cp_box_03 *, .cp_box_03 *:before, .cp_box_03 *:after{
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
}
.cp_box_03{
  position: relative;
}
.cp_box_03 label{
  display: block;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  margin: 0 auto;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.cp_box_03 input:checked + label{
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box_03 label:after{
  content: "詳細を見る▼";
  width: 30rem;
  height: 4rem;
  padding: 8px;
  background-color: #fff;
  border: solid 2px #009380;
  border-radius: 20px;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  color: #009380;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translate(-50%, 0);
}
.cp_box_03 input{
  display: none;
}
.cp_box_03 .cp_container{
  height: 200px; /* 開く前に見えている部分の高さ */
  overflow: hidden;
  transition: all 0.5s;
}
.cp_box_03 input:checked + label{
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box_03 input:checked + label:after{
  content: "閉じる▲";
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.cp_box_03 input:checked ~ .cp_container{
  height: auto;
  /* padding-bottom: 80px; 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}