@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
header .inner,
main .inner,
footer .inner {
  max-width: 1300px;
}
@media screen and (max-width :834px){
  header .inner,
  main .inner,
  footer .inner {
    width: 92%;
  }
}

/* スライダー */
main .swiper-button-prev,
main .swiper-button-next {
  display: none;
}
@media screen and (max-width :834px){
  main .swiper-button-prev,
  main .swiper-button-next {
    display: block;
  }

  main .swiper-container-initialized {
    padding-bottom: 45px;
    position: relative;
  }
  main .swiper_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 23px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  main .swiper_navi .swiper-pagination {
    position: static;
  }
  main .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #036eb8;
    margin: 0 5px;
  }
  main .swiper-pagination-bullet-active {
    background-color: #036eb8;
  }
  main .swiper-button-next,
  main .swiper-button-prev {
    width: 20px;
    height: 20px;
    position: static;
    margin-top: 0;
    text-align: center;
  }
  main .swiper-button-next:after,
  main .swiper-button-prev:after {
    font-size: 12px;
    font-size: 1.2rem;
    color: #036eb8;
    display: block;
    padding-top: 6px;
  }
}

/* 共通タイトル */
.cmn_ttl_sec {
  color: #036eb8;
  font-weight: bold;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
  text-align: center;
}
.cmn_ttl_sec .sub {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  display: block;
}
.cmn_ttl_sec .main {
  font-size: 42px;
  font-size: 4.2rem;
  display: block;
}
.cmn_ttl_sec .main .small {
  font-size: 32px;
  font-size: 3.2rem;
}
.wrapper_main {
  background: url(../img/bg_about.png) repeat-y top center;
  background-size: 100%;
}
@media screen and (max-width :834px){
  .cmn_ttl_sec .sub {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 14px;
  }
  .cmn_ttl_sec .main {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.15;
  }
  .cmn_ttl_sec .main .small {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .wrapper_main {
    background: url(../img/bg_about_sp.png) repeat-y top center;
    background-size: 100%;
  }
}
/* ===============================================
# ヘッダー
=============================================== */
#header .area_logo {
  position: relative;
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 100;
}
#header .area_logo .logo {
  position: absolute;
  top: 0;
  left: 0;
}
#header .area_btns {
  position: fixed;
  top: 314px;
  right: 20px;
  z-index: 100;
}
#header .area_btns .btn {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border: 3px solid #036eb8;
  border-radius: 50%;
  padding-top: 20px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all ease 0.5s;
}
#header .area_btns .btn+.btn {
  margin-top: 14px;
}
#header .area_btns .btn .txt {
 margin-top: 5px;
 color: #036eb8; 
 display: block;
 font-weight: bold;
}
#header .area_btns .btn_reserve {
  background-color: #fff100;
}
#header .area_btns .btn_reserve img {
  width: 29px;
}
#header .area_btns .btn_access img {
  width: 29px;
}
#header .area_btns .btn_access .txt {
  padding-bottom: 10px;
  background: url(../img/ico_anc.svg) no-repeat center bottom;
  background-size: 13px;
}
@media screen and (max-width :1024px){
  #header .area_btns {
    top: 30px;
  }
  #header .area_btns .btn {
    width: 100px;
    height: 100px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 15px;
  }
  #header .area_btns .btn_reserve img {
    width: 20px;
  }
  #header .area_btns .btn_access img {
    width: 20px;
  }
}
@media screen and (max-width :834px){
  #header .area_logo .logo {
    width: 117px;
    top: 17px;
  }
  #header .area_btns {
    top: 10px;
    right: 10px;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  }
  #header .area_btns .btn {
    font-size: 11px;
    font-size: 1.1rem;
    width: 72px;
    height: 72px;
    border: 2px solid #036eb8;
    padding-top: 10px;
  }
  #header .area_btns .btn .txt {
    margin-top: 3px;
  }
  #header .area_btns .btn+.btn {
    margin-top: 0;
    margin-left: 7px;
  }
  #header .area_btns .btn_reserve {
    padding-top: 10px;
  }
  #header .area_btns .btn_reserve img {
    width: 17px;
  }
  #header .area_btns .btn_access img {
    width: 17px;
  }
  #header .area_btns .btn_access .txt {
    padding-bottom: 6px;
    background: url(../img/ico_anc.svg) no-repeat center bottom;
    background-size: 7px;
  }
}
/* ===============================================
# プロモ
=============================================== */
.sec_promo {
  background: url(../img/bg_promo.png) no-repeat center top;
  background-size: 1920px;
}
.sec_promo .inner {
  padding-top: 465px;
}
.sec_promo .txt_promo {
  text-align: center;
}
.sec_promo .txt_promo img {
  width: 980px;
}
.sec_promo .img_activelearning {
  position: absolute;
  top: 119px;
  left: 0;
  width: 495px;
}
@media screen and (min-width :1921px){
  .sec_promo {
    background: url(../img/bg_promo.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width :834px){
  .sec_promo {
    background: url(../img/bg_promo.png) no-repeat center top;
    background-size: 1060px;
  }
}
@media screen and (max-width :834px){
  .sec_promo .inner {
    width: 100%;
    padding-top: 295px;
  }
  .sec_promo .txt_promo img {
    width: 368px;
  }
  .sec_promo .img_activelearning {
    position: absolute;
    top: 52px;
    left: 2px;
    width: 251px;
  }
}
@media screen and (max-width :640px){
  .sec_promo {
    background: url(../img/bg_promo_sp.png) no-repeat center top;
    background-size: 100%;
    padding-bottom: 33%;
  }
}
@media screen and (max-width :414px){
  .sec_promo {
    padding-bottom: 0;
  }
}
/* ===============================================
# フィッタアクトラーンとは
=============================================== */
.sec_about {
  padding-top: 145px;
}
.sec_about .area_movie {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 40px;
}
.sec_about .area_movie .box_movie {
  width: 50%;
  padding-right: 36px;
  position: relative;
  border: 3px solid transparent;
  border-radius: 40px;
}
.sec_about .area_movie .box_movie::before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: -40px;
  left: -35px;
  background: url(../img/ico_degital.svg) no-repeat center center;
  background-size: 100%;
}
.sec_about .area_movie .box_movie .wrap_movie {
  position: relative;
  z-index: 1;
  width: 100%;
}
.sec_about .area_movie .box_movie .wrap_movie::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: -moz-linear-gradient( 0deg, rgb(0,185,239) 0%, rgb(0,166,203) 50%, rgb(0,162,154) 100%);
  background: -webkit-linear-gradient( 0deg, rgb(0,185,239) 0%, rgb(0,166,203) 50%, rgb(0,162,154) 100%);
  background: -ms-linear-gradient( 0deg, rgb(0,185,239) 0%, rgb(0,166,203) 50%, rgb(0,162,154) 100%);
  border-radius: 40px;
}
.sec_about .area_movie .box_movie .wrap_movie .movie {
  position: relative;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 40px;
  width: 100%;
  padding-top: 56.25%;
}
.sec_about .area_movie .box_movie .wrap_movie .movie iframe {
  width: 101%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_about .area_movie .box_txt{
  width: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}
.sec_about .area_pulsez {
  position: relative;
  margin-top: 158px;
  border-radius: 40px;
  background: -moz-linear-gradient( 0deg, rgb(0,185,239) 0%, rgb(0,166,203) 50%, rgb(0,162,154) 100%);
  background: -webkit-linear-gradient( 0deg, rgb(0,185,239) 0%, rgb(0,166,203) 50%, rgb(0,162,154) 100%);
  background: -ms-linear-gradient( 0deg, rgb(0,185,239) 0%, rgb(0,166,203) 50%, rgb(0,162,154) 100%);
}
.sec_about .area_pulsez::before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: -37px;
  right: -47px;
  background: url(../img/ico_degital.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
}
.sec_about .area_pulsez .inner_pulses {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 70px 40px 47px;
  color: #fff;
}
.sec_about .area_pulsez .box_txt {
  width: 50%;
  padding-right: 5px;
  padding-bottom: 20px;
}
.sec_about .area_pulsez .box_txt .ttl .sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.sec_about .area_pulsez .box_txt .ttl .main {
  display: block;
  width: 165px;
}
.sec_about .area_pulsez .box_txt .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 30px;
  font-weight: bold;
}
.sec_about .area_pulsez .box_txt .kome {
  position: relative;
  padding-left: 1em;
  margin-top: 15px;
  font-weight: bold;
}
.sec_about .area_pulsez .box_txt .kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.sec_about .area_pulsez .box_image {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width :834px){
  .sec_about {
    padding-top: 75px;
  }
  .sec_about .area_movie {
    display: block;
    margin-top: 44px;
  }
  .sec_about .area_movie .box_movie {
    width: 100%;
    max-width: 315px;
    padding-right: 0;
    margin: 0 auto;
  }
  .sec_about .area_movie .box_movie::before {
    width: 24px;
    height: 24px;
    top: -19px;
    left: -13px;
  }
  .sec_about .area_movie .box_movie .wrap_movie::after {
    border-radius: 20px;
  }
  .sec_about .area_movie .box_movie .wrap_movie .movie {
    border: 2px solid transparent;
    border-radius: 20px;
  }
  .sec_about .area_movie .box_txt{
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.78;
    margin-top: 20px;
  }
  .sec_about .area_pulsez {
    margin-top: 80px;
    border-radius: 20px;
  }
  .sec_about .area_pulsez::before {
    width: 24px;
    height: 24px;
    top: -16px;
    right: -15px;
  }
  .sec_about .area_pulsez .inner_pulses {
    display: block;
    padding: 42px 13px 50px;
  }
  .sec_about .area_pulsez .box_txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .sec_about .area_pulsez .box_txt .ttl .sub {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 7px;
  }
  .sec_about .area_pulsez .box_txt .ttl .main {
    width: 158px;
  }
  .sec_about .area_pulsez .box_txt .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.78;
    margin-top: 34px;
  }
  .sec_about .area_pulsez .box_txt .kome {
    margin-top: 22px;
  }
  .sec_about .area_pulsez .box_image {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  .sec_about .area_pulsez .box_image img {
    width: 100%;
    max-width: 320px;
  }
}
/* ===============================================
# フィッタアクトラーンの仕組み
=============================================== */
.sec_system {
  padding-top: 155px;
  padding-bottom: 30px;
}
.sec_system .list_point {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  margin-top: 47px;
}
.sec_system .list_point>li {
  width: 30.3%;
}
.sec_system .list_point .number {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding: 7px 0 19px;
  width: 124px;
  margin: 0 auto 20px;
  text-align: center;
  color: #036eb8;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
  background: url(../img/ico_point.svg) no-repeat center top;
  background-size: 100%;
}
.sec_system .list_point .image {
  position: relative;
  margin: 0 auto;
  width: 91.4%;
}
.sec_system .list_point .image .main {
  position: relative;
  border: 2px solid #a3a3a8;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  padding-top: 66.7%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.sec_system .list_point .image .main img {
  display: block;
  width: 101%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_system .list_point .image .sub {
  position: absolute;
  top: -34px;
  left: -40px;
  border: 3px solid #fff100;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}
.sec_system .list_point>li.point01 .image::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -56px;
  left: -40px;
  background: url(../img/ico_degital.svg) no-repeat center center;
  background-size: 100%;
}
.sec_system .list_point>li.point02 .image .sub {
  top: auto;
  bottom: -34px;
}
.sec_system .list_point .ttl {
  text-align: center;
  color: #036eb8;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
  margin-top: 22px;
}
.sec_system .list_point .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.78;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width :1024px){
  .sec_system .list_point .ttl {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .sec_system .list_point .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_system .list_point .image .sub {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width :834px){
  .sec_system {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .sec_system .list_point {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 37px;
  }
  .sec_system .list_point>li {
    width: 251px;
  }
  .sec_system .list_point .number {
    font-size: 19px;
    font-size: 1.9rem;
    width: 100px;
    padding: 4px 0 18px;
    margin: 0 auto 12px;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
  }
  .sec_system .list_point .image {
    width: 100%;
  }
  .sec_system .list_point .image .main {
    border-radius: 20px;
  }
  .sec_system .list_point .image .sub {
    top: -11px;
    left: -12px;
    border: 3px solid #fff100;
    width: 80px;
    height: 80px;
  }
  .sec_system .list_point>li.point01 .image::before {
    width: 24px;
    height: 24px;
    top: -25px;
    left: -18px;
  }
  .sec_system .list_point>li.point02 .image .sub {
    bottom: -11px;
  }
  .sec_system .list_point .ttl {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.29;
    margin-top: 14px;
  }
  .sec_system .list_point .txt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 10px;
  }
}
/* ===============================================
# 生徒・保護者の声
=============================================== */
.sec_voice {
  background: url(../img/bg_voice.png) no-repeat center top;
  background-size: 1920px;
  padding-top: 235px;
  padding-bottom: 120px;
}
.sec_voice .list_voice {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 5%;
  margin-top: 45px;
}
.sec_voice .list_voice>li {
  width: 47.5%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_voice .list_voice .box_image {
  width: 37.6%;
  padding-right: 20px;
  text-align: center;
}
.sec_voice .list_voice .box_image .name {
  text-align: center;
  color: #036eb8;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 7px;
}
.sec_voice .list_voice .box_txt {
  position: relative;
  width: 62.4%;
  padding-left: 20px;
  background-color: #fff;
  padding: 25px 30px 25px;
  border-radius: 28px;
}
.sec_voice .list_voice .box_txt::before {
  position: absolute;
  top: 40px;
  left: -12px;
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  border-top: 5px solid #fff;
  border-right: 6px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 6px solid transparent;
}
@media screen and (min-width :1921px){
  .sec_voice {
    background: url(../img/bg_voice.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width :1024px){
  .sec_voice {
    background: url(../img/bg_voice.png) no-repeat center top;
    background-size: cover;
  }
  .sec_voice .list_voice {
    display: block;
  }
  .sec_voice .list_voice .box_image .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_voice .list_voice>li {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
  }
  .sec_voice .list_voice>li + li {
    margin-top: 20px;
  }
  .sec_voice .list_voice .box_image {
    width: 18%;
  }
  .sec_voice .list_voice .box_txt {
    width: 82%;
  }

}
@media screen and (max-width :834px){
  .sec_voice {
    background: url(../img/bg_voice_sp.png) no-repeat center top;
    background-size: 100%;
    padding-top: 105px;
    padding-bottom: 70px;
  }
  .sec_voice .list_voice {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
    gap: 0;
  }
  .sec_voice .list_voice>li {
    width: 252px;
    display: block;
  }
  .sec_voice .list_voice .box_image {
    width: 100%;
    padding-right: 0;
  }
  .sec_voice .list_voice .box_image .image img {
    width: 128px;
  }
  .sec_voice .list_voice .box_image .name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 8px;
  }
  .sec_voice .list_voice .box_txt {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.78;
    padding-left: 0;
    background-color: #fff;
    padding: 15px 15px 15px;
    border-radius: 28px;
    margin-top: 12px;
  }
  .sec_voice .list_voice .box_txt::before {
    top: -10px;
    left: 70px;
    width: 8px;
    height: 10px;
    border-top: 5px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 5px solid transparent;
  }
}
/* ===============================================
# フィッタアクトラーン導入店舗
=============================================== */
.wrapper_info {
  background-color: #fff;
  padding-top: 110px;
}
.wrapper_info .ttl_sec {
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  color: #036eb8;
  font-weight: bold;
  border-bottom: 1px solid #036eb8;
  padding-bottom: 50px;
}
.wrapper_info .area_tab .tab_area .list_area {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}
.wrapper_info .area_tab .tab_area .list_area > li {
  width: 33.3%;
  width: calc(100% / 3);
}
.wrapper_info .area_tab .tab_area .list_area .btn {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 23px 0 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #298acd;
  color: #298acd;
  width: 100%;
  border-radius: 20px 20px 0 0;
  transition: all ease 0.5s;
}
.wrapper_info .area_tab .tab_area .list_area .btn.is_on {
  color: #fff;
  background-color: #298acd;
}
.wrapper_info .area_tab .tab_store {
  background-color: #298acd;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrapper_info .area_tab .tab_store .list_store {
  display: none;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 15px 1.04%;
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}
.wrapper_info .area_tab .tab_store .list_store.is_on {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.wrapper_info .area_tab .tab_store .list_store>li {
  width: 15.8%;
  max-width: 205px;
}
.wrapper_info .area_tab .tab_store .list_store .btn {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
  border-radius: 30px;
  padding: 14px 0 14px;
  text-align: center;
  font-weight: bold;
  color: #036eb8;
  background-color: #fff;
}
.wrapper_info .area_tab .tab_store .list_store .btn.is_on {
  opacity: 0.6;
}
@media (hover:hover) and (pointer: fine) {
  .wrapper_info .area_tab .tab_area .list_area .btn:hover {
    color: #fff;
    background-color: #298acd;
  }
}
@media screen and (max-width :1366px){
  .wrapper_info .area_tab .tab_store .list_store {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap: 10px 2%;
  }
  .wrapper_info .area_tab .tab_store .list_store>li {
    width: 32%;
    max-width: none;
  }
}
@media screen and (max-width :834px){
  .wrapper_info {
    padding-top: 75px;
  }
  .wrapper_info .ttl_sec {
    font-size: 28px;
    font-size: 2.8rem;
    padding-bottom: 35px;
  }
  .wrapper_info .area_tab .tab_area .list_area .btn {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 18px 0 18px;
    border-radius: 10px 10px 0 0;
  }
  .wrapper_info .area_tab .tab_store {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .wrapper_info .area_tab .tab_store .list_store {
    display: none;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap: 7px 2.4%;
    max-width: 345px;
  }
  .wrapper_info .area_tab .tab_store .list_store.is_on {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .wrapper_info .area_tab .tab_store .list_store>li {
    width: 48.8%;
  }
  .wrapper_info .area_tab .tab_store .list_store .btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 0 10px;
  }
}
/* ===============================================
# 体験予約はこちらから
=============================================== */
.sec_contact {
  background: url(../img/bg_contact.png) no-repeat center bottom;
  background-size: 1920px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec_contact .ttl_sec {
  margin-bottom: 25px;
}
.sec_contact .ttl_sec .main {
  font-size: 32px;
  font-size: 3.2rem;
}
.sec_contact .area_btn .btn {
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  width: 522px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 39px 0 39px;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #036eb8;
  background: url(../img/ico_link.svg) no-repeat center right 58px, #036eb8;
}
.sec_contact .area_btn .btn::before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: -27px;
  right: -30px;
  background: url(../img/ico_degital.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
}
@media screen and (min-width :1921px){
  .sec_contact {
    background: url(../img/bg_contact.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media screen and (max-width :834px){
  .sec_contact {
    background: url(../img/bg_contact_sp.png) no-repeat center bottom;
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec_contact .ttl_sec .main {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sec_contact .area_btn .btn {
    font-size: 18px;
    font-size: 1.8rem;
    width: 315px;
    padding: 25px 0 25px;
    background: url(../img/ico_link.svg) no-repeat center right 25px, #036eb8;
    background-size: 7px;
  }
  .sec_contact .area_btn .btn::before {
    width: 27px;
    height: 27px;
    top: -17px;
    right: -20px;
  }
}