@charset "UTF-8";


/* ===========================================
/color/
===========================================*/
body.feature .n-kv {
  background-image: url(/assets/img/2021/color-kv-sp.jpg);
  background-position: center;
  background-size: cover;
}
@media (min-width: 769px) {
  body.feature .n-kv {
    background-image: url(/assets/img/2021/color-kv-pc.jpg);
  }
}

/* School Color
------------------------------------------- */
.sec-mv {
  background-image: url(/assets/img/color/main-sp.jpg);
  background-position: bottom center;
}

.sec-feature-intro {
  background-image: url(/assets/img/color/stnoah-bk_sp.jpg) ;
  background-position: top center; 
  background-size:cover;
  margin-bottom: 2em;
} 
.sec-feature-intro-txt {
  background: rgba(0,0,0,0.5);
  width: 100%;
  padding: 3em 1.5em;
  color:#fff;
  line-height: 1.5;
}
.sec-feature-intro .lead {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8em;
  margin-bottom: .8em;
}
.sec-feature-intro-txt p{
  font-size: 1.15em;
  line-height: 1.7;
  max-width: 40em;
  margin: auto;
}
@media (min-width: 769px) {
  .sec-feature-intro {
    background-image: url(/assets/img/color/stnoah-bk_pc.jpg) ;
    background-position: top 55% center; 
    background-size:cover;
    margin-bottom:2.5em;
  } 
  .sec-feature-intro-txt {
    padding: 5em 1.5em;
  }
  .sec-feature-intro .lead {
    font-size: 2.6em;
  }
  .sec-feature-intro-txt p {
    font-size: 1.4em;
  }
}/* mq960 end */


.feature-block-ttl {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: .3em;
}
.feature-block-ttl img {
  display: block;
  width: 8em;
  margin: auto;
  vertical-align: inherit;
}
.feature-block-ttl .en {
  font-size: 1.8em;
  vertical-align: -.001em;
}

.feature-m-box {
  max-width: 96em;
  margin: 0 auto 4em;
}
.feature-m-box li{
  -webkit-transition: all 1.3s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.feature-m-box li.move {
  -webkit-transform: translate(0, 100px);
  opacity: 0;
 }
.noah-feature-wrap {
  background-color:#f9f5ed;
  padding:3em 0 .2em;
}
.noah-feature-box {
  background-color:#FFF;
  line-height:1.6;
  padding:0;
}
.feature-txtbox {
  position:relative;
  padding:3.5em 1.2em 2.5em;
}
.feature-img img{
  margin: 0;
  padding: 0;
  vertical-align:bottom;
  line-height:0;
}
.noah-feature-ttl {
  font-size:2em;
  line-height:1.3;
  font-weight:bold;
  margin-bottom:.8em;
}
.feature-saiyasu {
  color:#cc0000;
  font-size:1.7rem;
  font-weight:bold;
  margin-bottom:.5em;
}
.feature-saiyasu span{
  font-size:2.4rem;
}
.feature-txt {
  font-size: 1.15em;
}
.noah-feature-ttl span{
  display:block;
}

.f-reason {
  font-weight:bold;
  margin-bottom:.2em;
  font-size: 1.1em;
  display:block;
}
.f-reason-num {
  background:#cc0000;
  color:#fff;
  text-align:center;
  padding:.2em .5em;
  margin-right:.5em;
  border-radius:1em;
  font-size:.9em;
}
.feature-txtbox .noah-feature-number {
  position:absolute;
  right: .15em;
  top: .2em;
  font-size:7em;
  font-family: 'Oswald', sans-serif;
  font-weight:500;
  color:#0ca7b1;
  opacity: .2;
  text-align:center;
  line-height:.9;
}
.feature-txtbox .noah-feature-number span{
  font-size:1.5rem;
  font-family: 'Fjalla One', sans-serif;
  display:block;
}
.f-link-bt {
  margin-top:2em;
}



.ticket-box {
  margin:1.5em 0 1em;
  background:#f7f4ea;
  padding:1.5em 1.2em;
  border-radius:6px;
}
/* .ticket-box li:first-child{
  float:left;
  width:40%;
}
.ticket-box li:first-child img{
  width:100%;
}
.ticket-box li:last-child{
  float:right;
  width:55%;
  font-size:1.2rem;
} */
.ticket_block_ttl{
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: .3em;
}
.sec-common-1 .thumb {
  display: block;
  width: 100%;
  margin: 1em auto;
}
.sec-common-1 .info{
  width: 100%;
  font-size: 1.1em;
}

@media (min-width: 769px) {

  .feature-m-box:nth-child(even) .noah-feature-box{
    flex-direction: row-reverse;
  }
  .feature-m-box:nth-child(even) .feature-txtbox {
    padding: 2.5em 6% 2em 4%;
}
  .feature-block-ttl {
    font-size: 4em;
  }
  .feature-block-ttl img {
    display: inline-block;
  }
  .noah-feature-box {
    display: flex;
    /* align-items: center; */
    width: 100%;
    padding: 2.5em 0;
    /* font-size: 1.6rem; */
    /* margin-bottom: 2em; */
  }
    .feature-txtbox {
      padding: 2.5em 4% 2em 6%;
    }
  .noah-feature-box .left-box{width:50%;}
  .noah-feature-box .right-box{ width:50%;}
  .noah-feature-ttl {
    font-size: 2.2em;
  }
  .feature-txtbox .noah-feature-number {
    right: 0.3em;
  }

  .sec-common-1 .sec-block{
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .ticket_block_ttl{
    font-size: 1.35em;
    text-align: left;
  }
  .sec-common-1 .thumb {
    width: 45%;
    margin: 0;
  }
  .sec-common-1 .info {
    width: 55%;
    font-size: .9em;
  }
}/*  end */



/* ===========================================
/system/
===========================================*/

.sec-bg {
  background-color: var(--color-bg-grey);
  padding-bottom: 3em;
}

body.system .n-kv {
  background-image: url(/assets/img/2021/main-system-2021_sp.jpg);
}
@media (min-width: 769px) {
  body.system .n-kv {
    background-image: url(/assets/img/2021/main-system-2021_pc.jpg);
  }
}


.sec_price_inner {
  padding: 0 3%;
}
.sec-price-header {
  padding: 3em .5em ;
}
.sec-price-header .desc {
  font-size: 1.2em;
  line-height: 1.6;
}
.system-row {
  background-color: #ffffff;
  padding:1.5em;
  border-radius: 0;
  margin-bottom:3em;
  /* font-size: 1.3rem; */
  line-height:1.5;
}
.other-system{
  margin-bottom:0em;
}
.system-row .desc-top {
  margin-bottom:2em;
}
.system-row .desc-top2 {
  margin-bottom:0em;
}
.system-price-ttl {
  color: #000000;
  text-align:center;
  margin-bottom:.5em;
  font-size: 1.8rem;
  font-weight: bold;
  padding: .5em 0;
}
.system-price-ttl .em {
  display: block;
  font-size: 1.5em;
}

/* .system-row .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.system-row .thumb {
  width: 100%;
  margin-bottom: 1em;
} */
.desc-under {
  margin-bottom: 2em;
}
.system_thumb {
  width: 100%;
  margin-bottom: 1em;
}

.system-row .desc {
  width: 100%;
  font-size: 1.2em;
  line-height:1.5;
}
.system-row .group-desc {
  margin-bottom:1em;
}
.desc-row {
  padding: 1.5em 0 .5em;
  border-top:1px dotted #ccc;
  margin-top:1em;
}
.desc-row .reserve_ttl {
  background: url(/assets/img/common/ico-reserve.png) no-repeat left center transparent;
  background-size: 1.7em;
  padding-left: 2em;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: .5em;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: 2.5em;
}
.desc-row .kurikoshi_ttl {
  background-image: url(/assets/img/common/ico-kurikoshi.png) ;
}
.desc-row .reserve_ttl .em,.desc-row .kurikoshi_ttl .em {
  font-size: .7em;
  display: block;
  font-weight: bold;
}

.desc-row .group_ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: .5em;
  min-height: 40px;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.system-table {
  width: 100%;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  margin-bottom:2em;
}
.group-table {
  margin-top:2em;
  margin-bottom:0em;
}
.system-table thead {
  background: #efefef;
}
.system-table thead th {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: .8em .3em;
  border-right: solid 1px #dddddd;
}
.system-table tr {
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
}
.system-table tbody th {
  text-align: center;
  padding:1em 0;
  width:20%;
  line-height: 1.4;
  border-right: solid 1px #dddddd;
}
.system-table tbody td {
  padding:.6em 0em;
  text-align: center;
  border-right: solid 1px #dddddd;
}
.system-table .normal-price {
  text-decoration: line-through;
  font-weight:normal;
  line-height:1.0;
}
.system-table .course-price {
  font-size:1.2em;
  font-weight:bold;
}

.saiyasune {
  display:block;
  margin:0 auto .5em;
  text-align:center;
  color:#cc0000;
  font-size:1.6em;
  font-weight:bold;
  line-height: 1;
}
.saiyasune .big-price{
  font-size:2em;
}
.saiyasune .studio-price{
  font-size: .8em;
}


.system-table i {
  padding:0 .5em;
  font-size:1.8rem;
}
.system-table .up {
  display:block;
  color: #cc0000;
  font-size:1.8rem;
}
.system-table tbody th.studio-th {
  color:#cc0000;
  font-weight:bold;
  border: solid 1px #ddd;
}
.system-table tbody td.studio-td {
  color:#cc0000;
  /* padding:.6em; */
  text-align: center;
  border: solid 1px #ddd;
}
.saiyasu-txt {
  display: block !important;
  width: fit-content;
  background: #cc0000;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0.3em 0.2em;
  display: block;
  border-radius: 0.2em;
  font-weight: bold;
  margin: 0.3em auto 0;
}

@media (min-width: 769px){

  /* System
  ------------------------------------------- */

  .sec-price-header .desc {
    font-size: 1.3em;
    line-height: 1.6;
    max-width: 53em;
    margin: auto;
  }
  .system-price-ttl {
    font-size: 2.6em; 
  }

  .system-row {
    padding: 2em 4em;
  }
  .system_thumb {
    width: 50%;
  }

  .system-row .desc-top .info {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4em;
  }
  .system-row .desc-top2 .info {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0em;
  }
  .system-row .desc-top .thumb, .system-row .desc-top2 .thumb {
    width: 47%;
    margin-bottom: 1em;
  }

  .system-row .desc {
    width: 47%;
    font-size: 1.5em;
    line-height: 1.7;
  }
    
  .system-row .group-desc {margin-bottom:1em;}
  .desc-under {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3em;
  }
      .desc-row {width:47%; padding: 0em 0 2em; border-top:0px dotted #ccc; margin-top:0em;}
  .group-box .desc-row {width:30%; padding: 0em 0 2em; border-top:0px dotted #ccc; margin-top:0em;}

  .desc-row .reserve_ttl {
    font-size: 2.4em;
    background-size: 2.1em;
    padding-left: 2.6em;
  }

  .desc-row .group_ttl {font-weight: bold; font-size: 2rem; margin-bottom: .5em;}
  .group-box .desc-row .group_ttl {font-size: 1.8rem; line-height:1.4; margin-bottom: .5em; padding-bottom: .5em; vertical-align: top; display:table-cell;}


  .system-row .desc-under .desc {
    width: 100%;
  }

  .system-table {
    font-size: 1.4em;
  }
  .system-table .course-price {
    font-size: 1.6em;
  }

  .saiyasune {
    font-size: 4em;
  }
  .saiyasune .big-price {
    font-size: 1.6em;
  }

}/* 769 end */


/* SYSTEM BRANDS BOX 
====================================== */
.sys_brands_block_wrap{
  margin-top: 1.5em;
}
.sys_brands_sec_ttl{
  font-weight: 600;
  margin-bottom: 0.3em;
}
.sys_brands_block{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .5em;
}
.sys_brands_box{
  position: relative;
}
.sys_brands_box a{
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.sys_brands_box_img{
  display: none;
  width: 100%;
  opacity: .4;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* filter: gray; */
  -webkit-filter: grayscale(100%);
  transition: opacity 1s;

  object-fit: cover;
  object-position:center top;
}
.sys_brands_box:hover .sys_brands_box_img{
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
}
.sys_brands_detail{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  height: fit-content;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sys_brands_ttl{
  display: none;
  font-size: 1.3rem;
  font-weight: 600;
  margin-left: 1em;
}
.sys_logos_blk{
  position: relative;
  width: 23%;
  padding-top: 17.3%;
  overflow: hidden;
  /* margin: 0 auto .2em; */
  width: 100%;
  padding-top: 75%;
}
.sys_logos_blk img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0);
}
.sys_logos_blk.box2 img{
  top:-100%;
}
.sys_logos_blk.box3 img{
  top:-200%;
}
.sys_logos_blk.box4 img{
  top:-300%;
}
.sys_logos_blk.box5 img{
  top:-400%;
}
.sys_logos_blk.box6 img{
  top: -500%;
}

@media (min-width: 769px){
  .sys_brands_box a {
    font-size: 16px;
  }
}/* 769 end */

@media (min-width: 960px){
  /* .desc-row.desc-row-1{
    width: 40%;
  }
  .desc-row.desc-row-2{
    width: 55%;
  } */
  .sys_brands_sec_ttl{
    font-size: .9em;
  }
  .sec-common-1 .sys_brands_block {
    gap: 1em;
  }
  /* .sys_brands_block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sys_brands_box{
    width: 19.8%;
    background-color: #000;
  }
  .sys_brands_box a {
    height: 13rem;
  }
  .sys_logos_blk{
    width: 60%;
    padding-top: 45.5%;
    margin: 0 auto .5em;
  }
  .sys_logos_blk img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sys_brands_ttl{
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    margin-left: 0;
    min-height: 2.3em;
    text-align: center;
  }

  .sec_brands .sys_brands_box {
    width: 20%;
  }
  .sys_brands_detail{
    display: block;
    padding: 0;
    margin: auto 0;
    height: fit-content;
    display: block;
  }
  .sys_logos_blk img{
    filter: none;
  }
  .sys_brands_box_img {
    display: block;
    height: 100%;
    object-position: 50% 50%;
  }
  ._nds .sys_brands_box_img {
    object-position: 35% 50%;
  }
  ._nyoga .sys_brands_box_img {
    object-position: 88% 50%;
  }
  ._nbal .sys_brands_box_img {
    object-position: 56% 50%;
  } */
}/* 960 end */


/* MYPAGE情報追加 */
.sys_mp_row{
  padding: 2em 0 0.5em;
  border-top: 1px dotted #ccc;
  margin-top: 1em;
}
.sys_mp_ttl{
  color: var(--color-txt-red);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: .5em 0;
  margin-bottom: .5em;
}
.sq_arrow_small_btn{
  position: relative;
  display: block;
  width: fit-content;
  background-color: var(--color-txt-grey2);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding:1em 4em .95em 1em;
  margin: 1.5em auto 1em;
}
.sq_arrow_small_btn::after {
  content: "";
  display: block;
  width: .7rem;
  height: .7rem;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  transform: rotateZ(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  z-index: 1;
  transition: right .5s , opacity .5s , transform .5s;
}
.sq_arrow_small_btn .txt{
  transition: opacity .5s;
}
.sq_arrow_small_btn:hover .txt{
  opacity: .8;
}
.sq_arrow_small_btn:hover::after {
  opacity: .8;  
  right: 1rem;
  transform: rotateZ(-45deg) skew(10deg,10deg) ;
}
.sys_desc{
  font-size: 1.3rem;
  padding: .5em 0;
  line-height: 1.7;
}
@media (min-width:769px){
  .sys_mp_ttl{
    text-align-last: left;
  }
  .sys_mp_row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sys_mp_left_box{
    width: 68%;
  }
  .sys_mp_right_box{
    width: 28%;
  }
  .sys_mp_ttl{
    margin-bottom: 0;
  }
  .sq_arrow_small_btn{
    margin: 1.5em 0 1em auto;
  }
  .sq_arrow_small_btn._center{
    margin: 1.5em auto 1em;
  }
}/*  */
@media (min-width:960px){
  .sys_mp_ttl{
    font-size: 1.9rem;
  }
  .sys_desc{
    font-size: 1.6rem;
  }
  .sq_arrow_small_btn{
    font-size: 1.35rem;
  }
}/*  */


/* ===========================================
/trial/
===========================================*/

body.trial .n-kv {background-image: url(/assets/img/2021/main-trial-2021_sp.jpg);}

@media screen and (min-width: 769px){
  body.trial .n-kv {background-image: url(/assets/img/2021/main-trial-2021_pc.jpg);}
}

.trial-wrap .sec-ttl {
  font-size: 3em;
  margin-bottom: .6em;
  font-weight: bold;
  text-align: center;
}
.trial-wrap .sec-ttl::after {
  display: none;margin: 0;
}

.trial-wrap .lead {
  font-size: 1.8rem;
  line-height: 1.533;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.trial-wrap .desc {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 1em;
}

/* 体験 ================================== */
.trial-freetrial-sec {
  background-color: #f9f5ed;
}

.trial-freetrial-sec .trial-sub-ttl{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom:2em;
}
.trial-freetrial-sec .trial-sub-ttl span{
  width: 32%;
  background: #fff;
  color: #00C7D5;
  border: 1px solid #00C7D5;
  font-size: 1.2em;
  padding: .6em;
  text-align: center;
  font-weight: 600;
  border-radius: .5em;
}

.freetrial-lead{
  margin-bottom: 1em;
}
.freetrial-lead-box{
  padding: .5em 0;
}

.sub-ttl {
  color: #00C7D5;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: .5em;
}
.freetrial-contact-txt {
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}


.line-reserve .pict img {
  width: 5em;
}
.web-reserve .pict img {
  width: 5em;
}
.tel-reserve .pict img {
  width: 5em;
}

.reserved-box {
  padding: 3em 0;
  border-top: 1px solid #c6c6c6;
}
.tel-reserve.reserved-box{
  border-bottom: 1px solid #c6c6c6;
}
.reserved-box .pict {
  text-align: center;
  margin-bottom: 1em;
}
.reserved-box .title {
  font-size: 2.4em;
  color: #00C7D5;
  font-weight: bold;
  margin-bottom: .5em;
  text-align: center;
}
.reserved-box .title span{
  display:block;
  font-size:1.2rem;
  font-weight: normal;
  padding-top:.5em;
}
.third-btn {
  font-size: 1.7em;
  background: #00C7D5;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #FFF;
  margin: auto;
  padding: 0.8em 0;
  max-width: 20em;
}


.trial-freetrial-sec .line-reserve ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .6em;
}
.trial-freetrial-sec .line-reserve li{
  border: 1px solid #00C7D5;
  border-radius: .5em;
  padding: .5em .5em;
  box-sizing: border-box;
  color: #00C7D5;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: .05em;
}
.trial-freetrial-sec .line-reserve li img{width:40%;display:block;margin:0 auto .5em;
}


/* .trial-freetrial-sec .reserved-box .desc {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1em;
} */
.trial-freetrial-sec .third-btn {
  background: #00C7D5;
}
.trial-freetrial-sec .sp-entry-info {
  border: solid 1px #00C7D5;
  background-color:#fff;
  border-radius: 4px;
}
.trial-freetrial-sec .sp-entry-info .lead {
  padding: 1em !important;
  font-size: 1.4rem  !important;
  line-height: 1.8 !important;
  text-align: left;
  margin-bottom: 0!important;
}
.trial-freetrial-sec .sp-entry-info .lead .tel-icon {
  position: relative;
  background: #000;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0 .1em;
  text-align: left;
  vertical-align: -.3em;
}
.trial-freetrial-sec .sp-entry-info .lead .tel-icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
}

.trial-freetrial-sec .sp-entry-info .contact-info {
  background: #F4FFFF;
  padding: .8em 1em;
  text-align: center;
  font-size: 1.3em;
  line-height:1.5;
  border-radius: .2em;
}
.trial-freetrial-sec .sp-entry-info .contact-info .desc{
  margin-bottom: 0!important;
}

.flow{
  padding: 3em 0;
}
.flow-block {
  margin-bottom: 1em;
}
.trial-freetrial-sec .flow-ttl {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.trial-freetrial-sec .flow-box {
  border: solid 0px #CCC;
  margin-bottom: 4em;
  position: relative;
  background: #FFF;
  border-radius: 10px;
}
.trial-freetrial-sec .flow-box:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -3.0em;
  width: 100%;
  text-align: center;
  background: url(/assets/img/trial/glay-arrow.png) no-repeat top center;
  background-size: 20px;
  height: 20px;
}
.trial-freetrial-sec .flow-box .step{
  color: #00C7D5;
  text-align: center;
  padding:1em 0 0em;
  font-size: 1.6rem;
  font-weight:600;
}
.trial-freetrial-sec .flow-box .step .num {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #FFF;
  font-size: 1em;
  background: #00C7D5;
  margin-left: .2em;
  line-height: 1.4;
  vertical-align: .1em;
}
.trial-freetrial-sec .flow-box .title {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
  line-height: 1.2;
}
.trial-freetrial-sec .flow-box .title2 {
  font-size: 2.8em;
  color: #00C7D5;
  text-align: center;
  font-weight: 600;
  padding: .4em 0 .3em;
}
.trial-freetrial-sec .flow-box .title span{
  font-size: 1.4rem;
  font-weight: normal;
}
.trial-freetrial-sec .flow-box .flow-info {
  padding: 0 1em 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trial-freetrial-sec .flow-box .thumb {
  width: 44%;
  box-sizing: border-box;
  margin-bottom: 1em;
  border-radius: 8px;
}
.trial-freetrial-sec .flow-box .thumb img{
  border:1px solid #eee;
  border-radius: 8px;
}
.trial-freetrial-sec .flow-box .desc {
  width: 52%;
  font-size: 1.15rem;
  line-height: 1.5;
}
.trial-freetrial-sec .faq-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.trial-freetrial-sec .faq-box {
  border-radius: 8px;
  background: #FFF;
  padding: 1em;
  margin-bottom: 1.2em;
}
.trial-freetrial-sec .faq-box dl {
  font-size: 1.3rem;
  line-height: 1.5;
}
.trial-freetrial-sec .faq-box dt {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: .7em;
  font-weight: bold;
}
.trial-freetrial-sec .faq-box dd {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.trial-freetrial-sec .faq-box dt .head {
  color: #00C7D5;
  font-size: 1.3rem;
  margin-right: .7em;
  font-weight:bold;
}
.trial-freetrial-sec .faq-box dd .head {
  color: #cc0000;
  font-size: 1.3rem;
  margin-right: .7em;
  font-weight:bold;
}

@media (min-width:769px){
  .trial-wrap .sec-ttl {
    font-size: 4em;
  }
  .reserved-box .title {
    font-size: 3em;
  }
  .trial-wrap .desc{
    text-align: center;
    margin-bottom: 2em;
  }

  .trial-freetrial-sec .trial-sub-ttl span {
    font-size: 1.4em;
    padding: 1em .6em;
  }
  .freetrial-lead-box .desc {
    text-align: left;
  }
  .trial-freetrial-sec .line-reserve ul {
    grid-template-columns: repeat(5, 1fr);
  }

  .trial-freetrial-sec .flow-ttl {
    font-size: 2.6em;
  }
  .flow-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flow-box {
    flex-basis: 22.5%;
  }
  .trial-freetrial-sec .flow-box:not(:last-child)::after {
    bottom: 50%;
    width: 1.5em;
    height: 1.5em;
    background-size: 1.5em;
    right: -13%;
    transform: rotate(-90deg);
  }
  .trial-freetrial-sec .flow-box .title ,
  .trial-freetrial-sec .flow-box .title2 {
    min-height: 8rem;
  }
  .trial-freetrial-sec .flow-box .thumb {
      float: none;
      width: auto;
      padding-right: 0;
    margin-bottom: 20px;
  }
  .trial-freetrial-sec .flow-box .desc {
    width: 100%;
    text-align: left;
    margin-bottom: .5em;
  }

  .faq {
    max-width: 64em;
    margin: auto;
  }
}/*  */


/* 入校 ================================== */
.addmision-lead .pict img {
  width: 60px;
}
.trial-entrance-sec .reserved-box .title {
  color: #cc0000;
}
/* .reserved-box .desc {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1em;
} */
.trial-entrance-sec .need {
  border: solid 1px #CCC;
  margin-bottom: 3.5em;
}
.trial-entrance-sec .need .need-ttl {
  background: #f6f6f6;
  font-size: 1.6rem;
  padding: .6em 0;
  text-align: center;
  font-weight: bold;
}
.trial-entrance-sec .need .need-ttl .em {
  font-weight: normal;
  font-size: 1.2rem;
  display:block;
  padding-top:.2em;
}
.trial-entrance-sec .need .flex {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: .8em;
  gap: 1em;
}
.trial-entrance-sec .need .flex {
  border-bottom: dotted 1px #CCC;
}
.trial-entrance-sec .need .flex .pict {
  display: block;
  width: 41px;
  margin: 0;
}
.trial-entrance-sec .need .flex .txt {
  width: fit-content;
  font-size:1.4em;
  text-align: left;
  min-width: 14em;
}
.trial-entrance-sec .need .notice {
  display: block;
  font-size: 1em;
  text-align: left;
  padding: 1.2em;
}
.trial-entrance-sec .join-campaign-box {
  border:2px solid #cc0000;
  padding:.8em 0 .6em;
  text-align:center;
  font-size:1.5rem;
  line-height:1.4;
  background-color:#fff;
  font-weight:bold;
  border-radius:6px;
}
.trial-entrance-sec .campaignprice {
  color:#cc0000;
  display:block;
  font-weight:bold;
}
.trial-entrance-sec .bigprice {
  font-size:2.2rem;
  font-weight: 600;
  padding-left:.1em;
}
@media (min-width:769px){
  .addmision-lead + .addmision-lead {
    padding-bottom: 0;
  }
}

/* 見学 ========================= */
.trial-tour-sec {
  margin-bottom: 1em;
  background-color: var(--color-bg-grey);
}

