@charset "UTF-8";

/* ==================================================== 
ABOUT /aboutus/ 
==================================================== */

.mv_aboutus {
  height: 70em;
  background-color: #363636;
  background-image: url(/imgs/bg_aboutus_sp.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.line-wrap {
  background-image: url(/assets_online/img/recruit/line-bg2.png);
  background-color: #0358e5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  background-repeat: repeat;
  opacity: .4;
  mix-blend-mode: multiply;
}
.mv_aboutus_ttl_box{
  position: absolute;
  top: 2.5em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  width: 90%;
  height: fit-content;
}
.mv_aboutus_ttl_box img {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.mv_aboutus_ttl_box iframe {
  width: 100%;
  height: initial;
  aspect-ratio: 1.66666 / 1;
  border: 1px solid #fff;
  margin: 1.5em 0;
}

@media (min-width: 769px){
  .mv_aboutus {
    background-image: url(/imgs/bg_aboutus_pc.jpg);
    height: 62vw;
  }
  .mv_aboutus_ttl_box{
    top: -1%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 75%;
  }
  .mv_aboutus_ttl_box img {
    width: 100%;
  }
  .mv_aboutus_ttl_box h1 {
    width: 45%;
  }
  .mv_aboutus_ttl_box iframe {
    width: 50%;
  }
}/*  */


/* ABOUTUS NAVIGATION */
.whatsnoa-list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.whatsnoa-list-bt li {
  width: 49%;
  text-align: center;
  font-size: 1.25rem;
}
.whatsnoa-list-bt li a {
  display: block;
  color: #376077;
  border: 1px solid #376077;
  padding: .6em 0;
}
.whatsnoa-list-bt li span {
  display: block;
}
.whatsnoa-list-bt li .en {
  font-weight: 600;
  margin: 0 .5em;
}
.whatsnoa-list-bt li .ja {
  font-size: .75em;
}
.whatsnoa-list-bt li.now {
  color: #fff;
  font-weight: normal;
  background-color: #376077;
  padding: .6em 0;
}
@media (min-width: 769px){

  .whatsnoa-list-bt li span {
    display: inline-block;
  }
  .whatsnoa-list-bt li .ja {
    vertical-align: .15em;
  }
}/*  */


/* SECTION 1 ==================== */
.whatsnoa-top-wrap {
	background-image: url(/assets_online/img/whatsnoa/whatsnoa-back_sp.jpg);
	background-size:100% auto;
	background-position:50% 0;
  padding-top: 19em;
	margin-top: 2.5em;
	margin-bottom:3em;
}
.whatsnoa-top-txtbox {
	padding:.3em var(--inn-w);
	font-size:1.2em;
	line-height:1.6;
}
.whatsnoa-top-ttl {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:.5em;
	text-align:center;
}
.whatsnoa-top-ttl span {
	display:block;
}
.whatsnoa-top-txtbox p{
  padding: .2em 0;
}

@media (min-width:769px){

  .whatsnoa-top-wrap {
    background-image: url(/assets_online/img/whatsnoa/whatsnoa-back_pc.jpg);
    background-size: cover;
    /* background-position:50% 0; */
    margin-bottom:0em;
    padding-top: 0;
  }
  .whatsnoa-top-txtbox {
    padding:5% 6%;
    font-size:1.2srem;
  }
  .whatsnoa-top-ttl {
    font-size: 2.6rem;
    margin-bottom: 1em;
    text-align: left;
  }
  .whatsnoa-top-txtbox p{
    width:60%;
    line-height:1.8;
  }
}/*  */



/* EFFECT ==================== */
.whatsnoa-effect-wrap {
	margin-bottom:3em;
}
.whatsnoa-effect-box li {
	margin-bottom:4.5em;
}
.whatsnoa-effect-box li img {
	margin-bottom:1em;
}
.whatsnoa-effect-box li .whatsnoa-effect-ttl {
  font-size: 2.2em;
  line-height: 1.3;
	font-weight:bold;
	margin-bottom:.4em;
	text-align:center;
}
.whatsnoa-effect-box li .whatsnoa-effect-ttl span {
	display:block;
}
.whatsnoa-effect-box li p,
.noafeature-box p,
.noa-method-desc {
	font-size:1.15em;
	line-height:1.7;
}
.aboutus_desc{
	font-size:1.2em;
	line-height:1.7;
  margin: 1.5em 0;
}
@media (min-width:769px){

  .whatsnoa-effect-wrap {
    margin-top:-1em;
  }
  .whatsnoa-effect-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    margin-bottom:3em;
  }
  .whatsnoa-effect-box li {
    width:30%;
    margin-bottom:0;
  }

  .aboutus_desc{
    font-size:1.4em;
  }
}/*  */



/* METHOD ==================== */
.noa-method-wrap {
	background-color:#efefef;
	padding:3em 0;
	margin-bottom:3em;
}
.studio_page .noa-method-wrap{
  margin-bottom: 0;
}
.noa-method-desc{margin-bottom:2.5em;}
.noa-method-box-list {
  padding: 0 1em;
}
.noa-method-box {
	background-color:#FFF;
	/* font-size:1.2em; */
	line-height:1.7;
	padding:0;
	margin-bottom:1em;
}
.method-txtbox {
	padding: 3.8em 6% 2em;
	position:relative;
}

.method-img img{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	line-height:0;
}
.noa-method-ttl {
	font-size:2em;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:1em;
}
.noa-method-ttl span{
	display:block;
}
.method-txtbox .noa-method-number {
  position: absolute;
  line-height: 1;
  right: 7%;
  top: 0;
  font-size: 9.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #376077;
  opacity: .15;
}
.method-txtbox::after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
  border-width: 5.5em 0 0 5.5em;
	border-color: transparent;
	border-left-color: #376077;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	z-index:70;
}
.method-txtbox .method {
	position:absolute;
  left: .4em;
  top: .8em;
  font-size: 1em;
  font-family: var(--font-en);
	color:#fff;
	z-index:75;
}
.method-txt{
  font-size: 1.1em;
}
.method-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width:769px){

  .noa-method-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.3em;
  }
  .method-txtbox {
    width:50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 3em 3em;
  }
  .method-img{
    width: 50%;
  }
  /* .noa-method-box .right-box{
    width:50%;
  } */
  /* .noa-method-box .right-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
  .noa-method-box:nth-child(even){
    flex-direction: row-reverse;
  }
  .noa-method-ttl {
    font-size: 2.4em;
  }
  .studio_page .noa-method-box-list{
    font-size: 0.9em;
  }
}/*  */


/* FEATURE ==================== */
.noafeature-box {
  padding: 2.2em var(--inn-w);
}
.noafeature-box h3 {
  font-size: 1.9rem;
  font-weight:bold;
  line-height: 1.4;
  margin: .5em 0;
	color:#376077;
}
.noafeature-box p {
	margin-bottom:1em;
}
.noafeature-box:nth-last-child(even) {
	background:#efefef;
}

@media (min-width:769px){

  .noafeature-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    margin-top: 3em;
    margin-bottom:0;
  }
  .noafeature-box {
    width: 47%;
    background: transparent !important;
    padding: 0;
    margin-bottom: 3.5em;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .noafeature-box:nth-child(n+5){
    width: 31%;
    margin-bottom: 0;
  }
  .noafeature-box h3 {
    font-size: 2.1rem;
  }
  .noafeature-box p {
    margin-bottom: 0;
  }
  .noafeature-box:nth-child(n+5) h3{
    font-size: 1.7em;
  }
}/*  */



/* ==================================================== 
PROGRAM /aboutus/lesson/ 
==================================================== */
.program-sec {
  background: #f6f6f6;
  padding: 3em 0;
  /* margin-top: 3em; */
}
.sc-program-box li{
  padding: 2.5em 0;
}
.sc-program-box h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: .75em;
  text-align: center;
}

/* GENRE ================= */
.sc-program-box table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
  background: #fff;
}
.sc-program-box th {
  position: relative;
  font-family: var(--font-en);
  border-right: 1px dotted #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1.2em 0em 1em;
  width: 26% !important;
  text-align: center;
}

.sc-program-box th span{
  display: block;
  color: #fff;
}
.genre_icon{
  font-family: var(--font-en);
  width: fit-content;
  min-width: 1.5em;
  font-size: 1.8em;
  line-height: 1;
  padding: .2em .3em .3em;
  margin:auto;
  position: static;
  color: #fff;
  background-color: #000;
}
.sc-program-box .txt {
  color: #000;
}

.tr.genre_icon { background-color: #ffa724; }
.tr-box .txt  { color: #ffa724; }
.wa.genre_icon { background-color: #24447a; }
.wa-box .txt  { color: #24447a; }
.ba.genre_icon { background-color: #3ea7ab; }
.ba-box .txt  { color: #3ea7ab; }
.lh.genre_icon { background-color: #db3661; }
.lh-box .txt  { color: #db3661; }
.kc.genre_icon { background-color: #000; }
.kc-box .txt  { color: #000; }


/* LEVEL ================= */
.sc-program-box td {
  font-size: 1em;
  padding: 1.5em .9em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.program-sec .sc-program-box td span {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .2em;
  display: block;
}
.level-box2, .level-box2 + td{
  background-color: #fffcea;
}
.level-box2 .genre_icon { background-color: #ffa724; }
.level-box2 .txt  { color: #ffa724; }
.level-box4 .genre_icon { 
  position:relative; background-color: #d6001a; 
}
.sc-program-box .level-box4 .txt  { color: #d6001a; }
.sc-program-box .level-box4 .dokuro  { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5em;
  margin: auto;
  display: block;
  width: 2em;
}
.level-txt {
  font-size: .9em;
  margin: 1em 0;
  color: #ff2722;
}

/* MUSIC ================= */
table.music {
  font-size: 1.1em;
}
table.music th{
  font-size: 1.1em;
}

@media (min-width: 769px){
  .sc-program-box h2 {
    text-align: left;
  }
  .sc-program-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sc-program-box li{
    width: 47%;
  }
  .sc-program-box .level-box4 .dokuro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    margin: auto;
    display: block;
    width: 2em;
  }
}/*  */


/* FLOW ================= */
.flow_sec{
  background-color: #333;
  color: #fff;
}
.step_icon_box{
  display: flex;
  justify-content: center;
  font-size: 1.1em;
  gap: .4em;
  padding: 2em 0 1em;
}
.step_icon_box .genre_icon{
  display: block;
  margin: 0;
}
.step-top-ttl {
  font-size: 1.3rem;
  margin: 1em 0;
  text-align: center;
}
.step-top-desc {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.step-top-desc span {
  font-size: 1.3rem;
  display: block;
  padding-top: .5em;
}

.stepbox {
  position: relative;
  display: inline-block;
  margin: 0 0 2em;
  padding: 2em 1.5em 1.5em 1.5em;
  width: 100%;
  background: #fff;
  color: #000;
  border-radius: 10px;
}
.stepbox:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1em;
  border: 1em solid transparent;
  border-top: 1em solid #FFF;
}
.step-number {
  display: block;
  margin: 0 auto .3em;
  font-family: 'Oswald', sans-serif;
  color: #376077;
  font-size: 4.2rem;
  font-weight: 400;
  text-align: center;
}
.step-number-top {
  display: block;
  margin: 0 auto .1em;
  background-color: #376077;
  color: #fff;
  padding: .1em;
  font-size: 1.4rem;
  width: 25%;
}
.step-ttl {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.step-desc{
  font-size: 1.1em;
}
.step-txtbox {
  margin-bottom: 2em;
}
.step_flow_list {
  padding: 1em 0;
}

.step-top-desc2 {
  width: fit-content;
  margin: 0 auto 1em;
}
.step-top-desc2 a {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .3em;
}


@media (min-width: 769px){
  .stepbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.2em;
    margin: 0 0 3em;
  }
  .step_icon_box {
    font-size: 1.2em;
  }
  .step-txtbox{
    width: 48%;
  }
  .step-img{
    width: 48%;
  }
  .stepbox:not(:last-child)::before {
    margin-left: -1.2em;
    border: 1.2em solid transparent;
    border-top: 1.5em solid #FFF;
  }
  .step-top-desc2 {
    display: flex;
    justify-content: center;
    gap: 3em;
  }
}/*  */



/* ==================================================== 
GUIDANCE /guidance/ 
==================================================== */

/* addmission ============== */
.addmission-desc {
	font-size:1.4rem;
	margin-bottom:1.5em;
}
.addmission-box li:first-child {
	margin-bottom:2em;
}
.addmission-box li:last-child {
	margin-bottom:1em;
}

.addmission-web-box {
	background-color:#ffa624;
	color:#FFF;
	padding:.5em;
	font-size:1.6rem;
	font-weight:bold;
	border-radius: 3px;
	text-align:center;
	margin-bottom:1em;
}
.addmission-tel-box {
	width:100%;
	display: block;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
	background-color: #4abed1;
	font-size:1.8rem;
	padding:.7em;
	color: #fff;
	margin-bottom:1em;
}
.addmission-tel-box .r-tel-num {
	padding-left: 40px;
	background-image: url(../img/common/tel-w-ico.png);
	background-position: 0 50%;
	background-size: 15% auto;
	width:100%;
	font-size:2.4rem;
	font-weight: 700;
	color: #fff;
}
.addmission-campaign {
  width: fit-content;
  background-color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  padding: .5em 2em 0;
  font-weight: bold;
  color: var(--c-red);
  border: 3px solid currentColor;
  margin: 0 auto 3em;
}
.addmission-campaign i {
	padding:0 .2em 0 .1em;
}
.addmission-campaign-price {
	font-size:2.8rem;
}
.addmission-campaign .tax {
	font-size: 1.2rem;
}
.addmission-campaign-txt {
	font-size:1.4rem;
	display:block;
	padding:.2em 0 1em;
	font-weight:bold;
}

.addmission-item-box {
	margin-bottom:.5em;

}
.addmission-item-box table {
	width: 100%;
	font-size: 1.4rem;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom:3em;
}
.addmission-item-box table th,
.addmission-item-box table td {
	padding: 1em;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
width: 100%;
}
.addmission-item-box .price-bk {
	color: #fff;
	background-color:#333333;
}
.addmission-item-box th {
	background-color:var(--c-grey2);
	font-weight:bold;
}

.addmission-item-box h3{font-weight:bold;margin-bottom:1em;}
.addmission-item-box ul{width:100%;padding:0;}
.addmission-item-box li,.addmission-item-box li:last-child{width:100%!important;position:relative;text-align:left;padding-left:1.5em!important;}
.addmission-item-box li:before {
	position: absolute;
	content: "\f046";
	font-family: FontAwesome;
	left: 0;
	 top: 50%;
	transform: translate(-0%,-50%);
	color:#ff2722;
}
.addmission-item-box p{text-align:left;font-size:1.2rem;}

/* TRIAL ============== */
.triallesson-wrap .ja{
	font-size:1.6rem;
	font-weight:bold;
}

.triallesson-desc {
	font-size:1.4rem;
	font-weight:normal;
	margin:.5em auto 2em;
  max-width: 45em;
}
.triallesson-desc p{
	padding: .2em 0;
}
.triallesson-desc span{
	font-weight:bold;
}
.triallesson-box {
	margin-bottom:2.5em;
}
.triallesson-box li:first-child {
	margin-bottom:1em;
}
.triallesson-box li:last-child {
	margin-bottom:2em;
}

.triallesson-ttl {
	font-size: 1.8rem;
	font-weight:bold;
	margin-bottom:.5em;
	text-align:center;
  color: var(--c-gold-d);
}
/* .web-reserve {
 color:#ffa624;
}
.tel-reserve {
  color: var(--c-gold);;
} */
.triallesson-sc-btn {
	margin:1em 0 0;
}
.triallesson-sc-btn2 {
	margin-bottom:2em;
}

.trial-item-box {
	margin-bottom:2.5em;
}
.trial-item-box table {
	width: 100%;
	font-size: 1.4rem;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom:1.2em;
}
.trial-item-box table th,
.trial-item-box table td {
	padding: 1em 5px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.trial-item-box .price-bk {
	color: #fff;
	background-color:#333333;
}
.trial-item-box th {
	background-color:var(--c-grey2);
	font-weight:bold;
}
.trial-item-box td.item-desc{
	text-align:left;
	padding:1.5em;
}
.trial-item-box p {
	font-size: 1.3rem;
	position: relative;
	padding-left:1.3em;
}
.trial-item-box p span{
	font-weight:bold;
	display:block;
}
.trial-item-box td span{
	display:block;
}

.trial-item-box2{
  font-size: 1.1em;
  margin: 3em 0;
}
.trial-item-box2 p {
  width: fit-content;
	position:relative;
	color:#ff2722;
	border:1px solid #ff2722;
	padding:1em 1em 1em 2.5em;
	margin:0 auto 2em;
}
.trial-item-box2 p:before {
	position: absolute;
	content: "\f046";
	font-family: FontAwesome;
	left: 1em;
	 top: 50%;
	transform: translate(-0%,-50%);
	color:#ff2722;
}

.trial-otoiawase-box {
	background-color:#efefef;
	color:#333;
	padding:.6em;
	line-height:1.4;
	margin-top:1.5em;
}
.otoiawae-img {
	padding:.3em;
	width:40px;
	height:auto;
	display:inline;
	vertical-align:middle;
}
.otoiawae-img img {
	width:100%;
}

.triallesson-sc-wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
	text-align:center;
}
.triallesson-sc-wrap p{text-align:center!important;}
.triallesson-sc-wrap p span{display:block;}

.triallesson-sc-btn2 {
	margin:1em 0 1em;
	width:48%;
}
.triallesson-sc-btn {
  margin: 0em 0 3em;
}

@media (min-width:769px) {
  .triallesson-infobox {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .triallesson-infobox li {
    width: 48%;
    margin: 0;
    font-size: 1.6rem;
  }
  .trial-item-box tr:nth-child(2) td {
    height: 7em;
  }
  .trial-item-box tr:nth-child(3) td {
    height: 14em;
  }
}/*  */



.join_lead_block{
  padding: 1.5em 0 3em3;
}
.join_lead_box{
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--c-grey);

  & .link_circle_arrow{
    padding: 1em;
  }
}
.join_lead_box:first-child{
  position: relative;
  /* z-index: 2; */
}
.join_lead_box:nth-child(2){
  position: relative;
  z-index: 1;
}
/* .join_lead_box:first-child{
  border-top: 1px solid var(--c-grey);
} */
.join_lead_ttl{
  font-size: 2rem;
  /* text-align: center; */
  padding: .5em 0;
  position: relative;
  z-index: 0;
}
.join_lead_desc{
  font-size: 1.2rem;
  padding: .5em 0 1em;
  /* text-align: center; */
}
.join_lead_desc span{
  color: var(--c-pink);
  font-size: 1.3em;
  font-weight: bold;
}
.alltime-ok{
  display: inline-block;
  width: fit-content;
  font-size: 1.1rem;
  color: var(--c-white);
  background-color: var(--c-gold-d);
  padding: 0 .5em;
  margin: 0 .6em;
}
.caption {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
}
.join_img_box{
  padding: 1em 0;
}


/* ==================================================== 
PRICE /price/ 
==================================================== */

/* PRICE - SYSTEM ========== */
.system-ttl {
	font-size: 1.8rem;
	font-weight: bold;
}
.system-view {
  padding: 1em 0;
}
.system-view-box {
  position: relative;
	padding-top: 9em;
	margin-bottom: 3em;
	background-position: 50% 0;
	/* background-size: 75px 75px; */
}
.system-view-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
  width: 8em;
  aspect-ratio: 1/1;
	background-image: url(/imgs/system_lead_icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
/* .free-view {
	background-image: url(/assets_online/img/common/system-ico-reservation.png);
} */
.indefinite-view::before {
	/* background-image: url(/assets_online/img/common/system-ico-indefinite.png); */
  background-position: 0 50%;
}
.change-view::before {
	/* background-image: url(/assets_online/img/common/system-ico-coursechange.png); */
  background-position: 0 100%;
}
.system-view-copy {
	font-size: 1.8rem;
	font-weight: bold;
  text-align: center;
	margin-bottom:.7em;
  color: var(--c-gold-d);
}
.system-view-copy span {
	display: block;
  font-size: 1.4em;
}
/* .free-view .system-view-copy {
	color: #ffa624;
}
.indefinite-view .system-view-copy {
	color: #4abed1;
}
.change-view .system-view-copy {
	color: #376077;
} */
.system-lede-desc {
	margin-bottom: 1.5rem;
}
.system-view-desc {
  font-size: 1.2em;
  line-height: 1.7;
}
.price-cau {
  font-size: 0.9em;
  color: #ee0000;
  margin: .5em 0;
}
.price-cau p {
	margin-bottom: 0.3em;
}

@media (min-width:769px){
  .system-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .system-view-box {
    width: 30%;
    padding-top: 8.5em;
  }
  .system-view-box::before {
    width: 7.5em;
  }
  .system-view-desc {
    font-size: 1.1em;
  }
}/*  */


/* SYSTEM LIST ================ */
.system_lead_sec{
  overflow: hidden;
}
.studio_page .system_lead_sec {
  background-color: #f6f6f6;
}
.system_lead_block{
  padding: 1em 0;
}
.system_lead_box{
  position: relative;
  padding: 6em 0;
  z-index: 1;
}
.system_lead_num{
  position: absolute;
  top: 3rem;
  font-size: 10em;
  font-weight: 700;
  line-height: 0;
  z-index: -1;
  color: var(--c-grey);
  opacity: .8;
}
.system_lead_ttl{
  font-size: 1.6em;
  padding: 1rem 0;
  color: var(--c-gold-d);
}
.system_lead_ttl .tline{
  display: block;
  font-size: 1.8em;
  letter-spacing: .02em;
}
.system_lead_desc{
  font-size: 1.15em;
  line-height: 1.7;
  padding: 0.2em 0;
}
.system_lead_desc p{
  padding: .2em 0;
}
.system_lead_icon_box{
  position: absolute;
  right: -2em;
  top: 0;
  z-index: -1;
  width: 33%;
  height: fit-content;
  overflow: hidden;
}
.system_lead_icon_box::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.system_lead_icon{
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}
._01 .system_lead_icon{top: 0;}
._02 .system_lead_icon{top: -100%;}
._03 .system_lead_icon{top: -200%;}

@media (min-width: 769px){
  .system_lead_block{
    display: flex;
    justify-content: space-between;
  }
  .system_lead_box{
    width: 30%;
    padding: 5em 0 0;
  }
  .system_lead_num {
    font-size: 9em;
    font-weight: 700;
  }
  .system_lead_icon_box {
    right: 0;
    top: -1em;
    width: 34%;
  }
  .system_lead_ttl {
    font-size: 1.4em;
  }
}

/* PRICE - PRICE ========== */
.table_block{
  padding: 3em 0;
}
.tsuki-start {
  display: block;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: var(--c-gold-d);
  padding: .2em 0;
}

.trial-table {
	margin-bottom: 2rem;
}
.trial-table table {
	width: 100%;
	font-size: 1.6rem;
	border: 4px solid  #ddd;
  margin: 1.5em 0;
}
.trial-table table th,
.trial-table table td {
	padding: 1em;
	text-align: center;
	display:block;
}
.trial-table th {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	background-color:var(--c-grey2);
	width:100%;
	text-align: center;
	font-size:1.6rem;
	padding: 1em 0;
}
.trial-table td i {
	padding:0 .4em 0 .2em;
}
.trial-table td .campaign-price {
	font-size:1.8rem;
  color: var(--c-gold-d);
}
.trial-table td .tax {
	font-size: 1.2rem;
}
.campaign-txt {
	font-size:1.4rem;
  color: var(--c-gold-d);
	display:block;
	padding:.5em 0 1em;
}
.induct-btn {
  position: relative;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.8rem 0;
  border: 1px solid #376077;
  color: #376077;
}
.induct-btn.first-btn:after {
  content: " \f105";
  font-family: FontAwesome;
  position: absolute;
  right: 1em;
}
.td_detail{
  margin-bottom: 1em;
}
@media (min-width:769px) {
  .tsuki-start {
    font-size: 2.4em;
  }
  .price_pc_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }
  .price_pc_flex .flex_box{
    width: 48%;
  }
  .td_flex {
    height: 11.5em;
  }
  .td_inner {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 100%;
  }
  .td_inner .td_detail{
    margin: 1.5em 0 auto;
  }
}/*  */


.price-table {
	margin-bottom: 0;
}
.price-table table {
	width: 100%;
	font-size: 1.1rem;
}
.price-table thead{
	display:none;
}
.price-table .price-bk {
	color: #fff;
	background-color:#333333;
}
.price-table tr {
  display: block;
  margin: 1em 0;
}
.price-table table th,
.price-table table td {
	padding: .5em 1em;
	text-align: left;
	display:block;
}
.price-table th {
	font-weight: bold;
	background-color:var(--c-grey2);
}
.price-table th.cource-box {
	width:100%;
	border-top: 4px solid #ddd;
	border-left: 4px solid  #ddd;
	border-right: 4px solid  #ddd;
	border-bottom: 1px solid  #ccc;
	text-align: center;
	font-size:1.5rem;
	padding: 1em 0;
}
.osusume-box {
  position: relative;
  display: block;
  width: fit-content;
  background-color: var(--c-gold-d);
  color:#fff;
  font-size:1rem;
  text-align:center;
  font-weight:bold;
  padding: .2em 1em .3em;
  margin: 0 0 .2em;
  transition: all 0.2s linear;
}

.price-table dl {
	width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-table dt {
	/* float: left; */
	width:30%;
	font-weight:bold;
	color:#333333;
	padding:.5em 0;
}
.price-table dd {
	padding:.5em 0;
	/* float: left; */
	width:65%;
}
.price-table td.lesssn-time {
	width:100%;
	border-left: 4px solid  #ddd;
	border-right: 4px solid  #ddd;
	border-bottom:1px dotted #bbb;
}
.price-table td.lesssn-time2 {
	width: 100%;
	border-left: 4px solid #ddd;
	border-right: 4px solid #ddd;
	border-bottom: 4px solid #ddd;
	/* margin-bottom: 3em; */
}
.price-table td.lesssn-time span {
	display:block;
}
.price-table td.day-reserve {
	width:100%;
	border-left: 4px solid  #ddd;
	border-right: 4px solid  #ddd;
	border-bottom:1px dotted #bbb;
}
.price-table td.cource-price {
	width:100%;
	border-left: 4px solid  #ddd;
	border-right: 4px solid  #ddd;
	border-bottom: 4px solid  #ddd;
	/* margin-bottom: 1.5em; */
}
/* .price-table td.cource-price dt {
	padding-top:1em;
} */
.price-table td.cource-price dd {
	font-size:2.2rem;
	color:#222222;
	padding:.2em 0 ;
}
.price-table td.cource-price dd .tax {
	font-size: 1.3rem;
}
.price_table_foot_ul{
  padding: 1em 0;
}
.price_table_foot_ttl {
  font-size: 1.4em;
  font-weight: 600;
  padding: 1rem 0;
}
.price_table_foot_ul li{
  padding: .1em 0;
}

.table-h3 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
  color: #32323c;
}
.table-h3-sub {
  display: block;
  font-size: .6em;
}

@media (min-width:769px){
  .table-h3 {
    font-size: 2.6rem;
  }
  .price-table {
    margin: 1.5em 0 0;
  }
  .price-table table {
    width: 100%;
    /* font-size: 1.4rem; */
    border-top: 1px solid  #ccc;
    border-left: 1px solid  #ccc;
    margin-bottom: 1em;
  }
  .price-table thead{
    width: 100%;
    display:table;
    font-size: 1.4rem;
  }
  .price-table th.cource-box {
    width:30%;
    border: none;
    text-align: center;
    font-size: inherit;
    padding: 1em;
  }
  .price-table tbody th.cource-box {
    font-size: 1.3em;
  }
  .price-table thead th.lesssn-time,
  .price-table td.lesssn-time  {
    width:45%;
  }
  .price-table td.lesssn-time {
    border: none;
  }
  .price-table thead th.cource-price,
  .price-table td.cource-price {
    width:25%;
  }

  .price-table thead th.day-reserve {
    width:20%;
  }
  .price-table .price-bk {
    color: #fff;
    background-color:#444444;
    text-align:center;
  }
  .price-table tr{
    display: table-row;
    margin: 0;
  }
  .price-table table th,
  .price-table table td {
    padding: 1em;
    text-align: left;
    display:table-cell;
    border-right: 1px solid  #ccc !important;
    border-bottom: 1px solid  #ccc !important;
  }
  .price-table tbody {
    width: 100%;
    display: table;
  }

  .osusume-box {
  padding-top:.1em;
  margin: 0 auto .5em;
    }
  .price-table dl {
    width:100%;
  }
  .price-table dt {
    display:none;
  }
  .price-table dd {
    padding:.5em;
    float: none;
    width:100%;
  }

  .price-table td.day-reserve {
    width:20%;
    border: none;
    text-align: center;
  }
  .price-table td.cource-price {
    border: none;
    margin-bottom: 0em;
    text-align: center;
  }
  .price-table td.cource-price dt {
    padding-top:1em;
  }
  .price-table td.cource-price dd {
    font-size:1.8rem;
    color:#333;
    padding:.5em 0 .2em;
  }
  .price-table td.cource-price dd .tax {
    font-size: 1.3rem;
  }

}/*  */


/* 差額テーブル =================== */
.pc_dsp{
  display: none;
}
.common-p{
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.tax{
font-size: 0.6em;  
}

.table-caption{
display: block;
font-size: 0.8em;
margin-top: 0.5em;
}
.system_table{
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.system_table_1 {
  margin-bottom: 2em;
}
thead{
  background-color: var(--c-grey2);
}
tbody {
  background-color: #fefefe;
}  
.system_table th,
.system_table td {
border: solid 1px #cacaca;
padding: 1.3em .4em;
letter-spacing: 0;
}
.system_table th{
  color:#32323c;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.system_table tbody td {
  text-align:center;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
}
.system_table tbody td span {
/* font-size: 16px; */
color:#32323c;
}
.inter_table tbody th{
  background-color: var(--c-grey2);
}
.inter_table tbody td{
  width: 40%;
}
.inter_table tbody .small{
  font-size: .8em;
}

.table-1 th{
  width: 36%;
}
.table-2 tbody td:first-of-type{
  width: 55%;
}
.system_table tbody td.justify{
  text-align: justify;
}
.option-table + .option-table{
  margin: 4em 0 0 ;
}
@media (min-width: 769px) {
  .option-table + .option-table{
    margin: 0 ;
  }
  .table-h3-1{
    font-size: 2.5rem;
  }
  /* システム案内 */
  .system-view{
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
  }
  .system-view-box{
    width: 30%;
    margin-bottom: 1rem;
  }

  /* .system-view-desc-wrap{
    min-height: 27.8rem;
  } */

  /* レッスン共通 */
  .system-kyostu-wrap img{
    width: 70%;
  }
  .system-kyotsu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 4% 1rem;
  }
  .system-kyotsu h2{
    font-size: 2.1rem;
    text-align: left;
    letter-spacing: 0.03em;
  }
  .system-kyotsu-box{
    width: 51%;
  }

  /* 料金案内 */
  /* .table_wrap {
    margin: 4em auto 6em;
  } */

  .table_wrap-3 .logo-link-box li {
    width: 19.2%;
  }
  .table_wrap-3 .logo-link-box .link-btn a {
    width: 100%;
  }
  
  .system_table{
    font-size: 1.4rem;
  }
  .system_table thead th span{
    display: block;
    font-size: .8em;
    font-weight: 300;
    margin-top: 0.2em;
  }
  .table-2 tbody td:first-of-type{
    width: 62%;
  }
  .table-2 .attention_list .table-caption{
    width: 83%;
    margin-right: auto;
    margin-left: auto;
  }

  .system_link_list .link-btn a{
    min-height: 86px;
  }
  .system_link_list p {
    margin: .6em 0 0;
  }

  .sp_dsp{
    display: none;
  }
  .pc_dsp{
    display: block;
    width: 100%;
  }
  .lesson_table th{
    width: 29rem;
  }
}/* 960 end */


/* SYSTEM BRANDS BOX ================= */
.reservation-box {
  margin-bottom: 4em;
}
.reservation-wrap .join_lead_box {
  border-bottom: none;
  border-top: 1px solid var(--c-grey);
}
.kyotsu-wrap {
  width: 100%;
  background-color: #efefef;
  padding: 4em 0;
}
.kyotsu-wrap h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.kyotsu-box p {
  margin-bottom: 1.5em;
}

.sys_brands_block{
  display: flex;
  flex-wrap: wrap; 
  /* justify-content: space-between; */
  gap: 1px 1px;
}
.sys_brands_box{
  position: relative;
  background-color: #000;
  width: calc(50% - .5px);
  /* margin-bottom: 1px; */
}
.sys_brands_box_img{
  opacity: .6;
  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;
  width: 100%;
  height: 9em;
}
.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;
  height: fit-content;
  color: #fff;
  margin: auto 0;
}
.sys_brands_ttl{
  font-size: .8rem !important;
  font-weight: 500;
  text-align: center;
  letter-spacing: -.02em;
}
.sys_logos_blk{
  position: relative;
  width: 5.2rem;
  overflow: hidden;
  margin: 0 auto .2em;
  /* max-width: 8rem; */
}
.sys_logos_blk::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.sys_logos_blk img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.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%;
}
.sys_logos_blk.box7 img{
  top: -600%;
}

/* 幅100%用 */
.sys_brands_box._column2{
  width: 100%;
}
._column2 .sys_brands_box_img{
  height: 10rem;
}
._column2 .sys_logos_blk{
  width: 70px;
  margin: 0;
  max-width: 11rem;
}
._column2 .sys_brands_detail{
  display: flex;
  justify-content: center;
  align-items: center;
}
._column2 .sys_brands_ttl{
  font-size: 1.2rem;
  text-align: left;
  margin-left: 1em;
}

/* CorporateSite ContentsData 修正用 */
/* .sys_brands_box[data-brandcode="1"]{
  display: none;
} */
.sys_logo_img {
  display: flex;
  align-items: center;
  height: 6em;
}
.sys_logo_img img{
  display: block;
  width: 5.2rem;
  max-height: 3.5em;
  aspect-ratio: 1 / 1;
  margin: 0 auto .5em;
  filter: var(--filter-w);
}

@media screen and (min-width: 769px){
  .pc_none{
    display: none !important;
  }
  .kyotsu-wrap h3{
    font-size: 1.8em;
  }
  ._pc_w100 .sys_brands_box{
    width: calc(25% - .5px);
  }
  /* ._pc_w100 .sys_logos_blk{
    width: 32%;
  } */
  ._pc_w100 .sys_brands_box_img{
    height: 11em;
  }
  .aboutus-lede-txt + .sys_brands_block .sys_brands_box {
    width: calc( ( 100% / 5 ) - 1px);
}
  .schedule_page .sys_brands_box {
    /* width: calc(16.666666% - .833333333333px); */
    width: calc((100% / 4) - 1px);
  }
  .schedule_page .sys_brands_box_img {
    height: 8em;
  }
  .hd-sch-block .sys_brands_block {
    max-width: 70rem;
    margin: auto;
  }
  .hd-sch-block .sys_brands_box {
    width: calc((100% / 4) - 1px);
  }
}/*  */
