@charset "UTF-8";
html {
  margin: 0;
  font-size: 1px;
}
.bg_color_wh{
  background-color: #fff;
}
.bg_color_01{
  background-color: #f8f4e3;
}
.bg_color_02{
  background-color: #FFFFED;
}
.bg_color_03{
  background-color: #FCF7FF;
}

body{
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  /* font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN", "小塚ゴシック Pro", "Kozuka Gothic Pro", serif; */
}
img{
  max-width: 100%;
}
.pc{display: block;}
.sp{display: none;}


@media screen and (max-width: 1200px) {
  html{
    font-size: calc((1200px - (1200px - 100vw)) / 1200 * 1);
  }
}

@media screen and (max-width: 750px) {
  html{
    font-size: calc((750px - (750px - 100vw)) / 750 * 1);
  }

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}


/* main_header =========================================*/
.main_header{
  width: 1200rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.header_top{
  width: 1060rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 17rem auto 17rem;
}
.main_logo{
  width: 140rem;
}
.header_text{
  font-size: 16rem;
line-height:110%;
}
.header_sns_btn{
  width: 370rem;
  display: flex;
  justify-content: space-between;
}



.header_menu{
  width: 980rem;
  height: 80rem;
  display: flex;
  justify-content: space-between;
  margin: auto;
  border-left: 1px solid #000;
  margin-bottom: 60rem;
}
.header_menu a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
  width: 140rem;
  text-decoration: none;
  color: #000
}
.header_menu a img{
  width: 50rem;
  margin-bottom: 10rem;
}
.header_menu a span{
  font-size: 16rem;
}


@media screen and (max-width: 750px) {

  /* main_header */
  .main_header{
    width: 750rem;
    height: 260rem;
    flex-direction: column;
    margin: auto;
  }
  .header_top{
    width: 750rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 28rem 0;
    padding: 0 40rem;
  }
  .main_logo{
    width: 240rem;
  }
  .header_sns_btn{
    width: 340rem;
  }
  .header_sns_btn a{
    display: block;
  }
  .header_sns_btn img{
    width: 196rem;
  }
  .sp_header_text{
    font-size: 28rem;
line-height:120%;
    margin-top: 24rem;
  }

  .header_menu{
    width: 100vw;
    /* height: calc(100vh - 200rem); */
    height: 700rem;
    flex-direction: column;
    justify-content: flex-start;
    border-left: none;
    border-top: 1px solid #000;
    margin: auto;
    z-index: 10;
    position: absolute;
    background-color: rgba(255,255,255,1.0);
    display: none;
  }
  .header_menu a{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-right: none;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 100rem;
    justify-content: flex-start;
  }
  .header_menu a img{
    width: 50rem;
    margin: auto;
    margin-left: 40rem;
    margin-right: 40rem;
  }
  .header_menu a span{
    font-size: 32rem;
  }
  #hamburger_btn{
    cursor: pointer;
    width: 100rem;
  }
}





/* main_wrap=============================== */
.main_wrap{
  max-width: 100%;
  margin: auto;
}
.mainvisual{
  max-width: 100%;
  width: 1200rem;
  margin-bottom: 10rem;
  margin: auto;
}



/* contents=============================== */
.main_section{
padding-top:20rem;
  padding: 100rem 0;
  text-align: center;
}
.sec_header{
  margin-bottom: 60rem;
}
.sec_h2{
  font-size: 36rem;
  font-weight: 450;/* デフォ500 */
  margin-bottom: 20rem;
}
.sec_h3{
  font-size: 28rem;
  margin-bottom: 30rem;
  font-weight: 450;/* デフォ500 */
  text-align: left;
  position: relative;
}
.sec_h4{
  font-size: 24rem;
  font-weight: 500;
}
.sec_h4_p{
  font-size: 24rem;
  font-weight: 400;
  margin-bottom: .5em;
}

.sec_h3.marutuki{
  line-height: 80rem;
  height: 80rem;
  z-index: 10;
  padding-left: 40rem;
  background-image: url(../img/maru.png);
  background-size: 80rem;
  background-repeat: no-repeat;
}
.sec_h3_min.voice_h3{
  line-height: 60rem;
  height: 60rem;
  z-index: 10;
  padding-left: 40rem;
  background-image: url(../img/maru.png);
  background-size: 60rem;
  background-repeat: no-repeat;
}

.sec_p{
  font-size: 20rem;
  line-height: 1.5em;
  text-align: left;
}
.sec_p + .sec_p{
  margin-top: 2.8em;
}

.sec_treatment{
  font-size: 24rem;
  color: #B3B3B3;
}
.sec_flex_box{
  width: 1060rem;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.two_column{
  width: 500rem;
}
.sec_flex_box + .sec_flex_box{
  margin-top: 50rem;
}
.three_column{
  width: 313rem;
}




/*  sns_box */
.sns_box{
  padding: 30rem;
  border-radius: 10px;
}
.sns_box.insta{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sns_box_logo{
  width: 48rem;
  margin-bottom: 30rem;
}
.sns_box_iframe{
  width: 440rem;
  height: 100%;
}
.insta_iframe{
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ccc;
}
/* .twitter-timeline{
height: 420rem;
} */


/* school_sec */

#school .sec_h4{
margin-top:1em;
line-height:1.5;
  font-weight: 600;/* デフォ500 */
}


/* feature_sec */
.feature_sec{
  height: 320rem;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 18rem;
  padding-top: 55rem;
}
.button {
  font-size: 18rem;
  font-weight: 400;
  text-align: center;
  line-height: 1em;
margin:1em auto;
}
.point_img{
  position: absolute;
  top: -25rem;
  width: 50rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.sec_h3_min{
  font-size: 22rem;
  margin-bottom: 30rem;
}
.sec_p_reg{
  font-size: 18rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
}
.sec_p_reg + .sec_p_reg{
  margin-top: 2em;
}

/* trial_sec */
.trial_sec{
  height: 300rem;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 18rem;
  padding-top: 55rem;
}
.point_img{
  position: absolute;
  top: -25rem;
  width: 50rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.sec_h3_min{
  font-size: 22rem;
line-height:1.3;
  margin-bottom: 30rem;
}
.sec_p_reg{
  font-size: 18rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
}
.sec_p_reg + .sec_p_reg{
  margin-top: 2em;
}

.aquablue {color:#0be0f9}
.purple {color:#d76ef9}
.lime {color:#64e864}

/* ABOUT TRIAL　体験レッスンについて */

#abouttrial .two_column .campaign{
  font-size: 22rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
background-color:#ffff66;
padding:0.5em;
margin:0.5em auto;
display:inline-block;
}

#abouttrial small {
font-size:70%;
font-weight:300;
display:inline-block;
}

#abouttrial .two_column .toform{
  font-size: 22rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
background-color:#fff;
padding:0.5em;
margin:0.5em auto;
display:inline-block;
}

/* MAIL FORM */

.mailform_form {
margin: 0 auto;
text-align:center;
font-size:18rem;
}


/* for table */

mailform_form textarea {
border:0px;
background-color:#e6fcfd;
}
#form-tbl {
	text-align:left;
}
#form {
	border-collapse: collapse;
	margin: 0 auto;
}
#form th, #form td {
	border: 1px solid #666;
	padding: 8rem;
}
#form th {
	white-space: nowrap;
	background: #e8e8e8;
}
#form td {
	background: #fff;
}
.formbtn {
	margin:1em auto;
	text-align:center;
}
p.formbtn input {
	width: 110px;
	height: 32px;
font-size:120%;
}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

/* スマホ用 */
@media only screen and (max-width: 480px) {

/* MAIL FORM */

	
	/* 投稿フォーム */
	#form-tbl { margin: 0 auto; text-align: center; }
	#form { width: 96%; margin: 10px auto; }
    #form th, #form td {
    	text-align: left;
		width: 100%;
        display: block;
        padding: 6px 3px;
        border-top: none;
font-size:28rem;
    }
    #form tr:first-child th	{ border-top: 1px solid #666; }
    p.formbtn input { width: 10em;font-size:120%; }
    
	/* 小見出し */
	
	/* サンクス */
	p.msg { margin: 1em auto; }
}




/* contact_sec */
.contact_sec{
  width: 760rem;
  text-align: center;
  margin: auto;
}
.contact_sec .sec_p_reg{
  margin-bottom: 35rem;
  padding-left: 130rem;
}
.contact_sns{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* privacy_sec */
.privacy_sec{
  background-color:#FFF;
  width: 760rem;
  text-align: left;
  margin: auto;
  margin-bottom:100px;
}
.privacy_sec .sec_p_reg{
  margin-bottom: 35rem;
}
.privacy_sec .sec_p_right{
  font-size: 18rem;
  font-weight: 400;
  text-align:right;
  margin-bottom: 1rem;
}

.privacy_sec .sec_h3{
  text-align: center;
}

.privacy_sec ol  {
  list-style-position: outside;
  margin-left:24rem;
  margin-bottom: 35rem;
}

.privacy_sec ol li {
  font-size: 18rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
}

.privacy_sec dl  {
  margin-bottom: 35rem;
}

.privacy_sec dl dt {
  font-size: 18rem;
  font-weight: 450;
  text-align: left;
  line-height: 1.5em;
  margin-top:0.5em;
}

.privacy_sec dl dd {
  font-size: 18rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
}


/* cp_sec */
.cp_sec{
  width: 400rem;
  height: 480rem;
  position: relative;
  background-color: #FFFFED;
  padding-top: 50rem;
  text-align: center;
}
.cp_maru{
  position: absolute;
  width: 50rem;
  top: -25rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.cp_fukidashi{
  position: absolute;
  top: 20rem;
  left: 40rem;/* デフォ right */
  width: 70rem;
}
.cp_sec .sec_p_reg{
  text-align: center;
}
.mb-2em{
  margin-bottom: 2em;
}
.mb-1em{
  margin-bottom: 1em;
}
.w860{
  width: 860rem;
  max-width: 100%;
}



/* inst_div_sec */
.inst_div_sec{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1060rem;
  margin: auto;
  margin-top: -60rem;
  margin-bottom: -60rem;
}
.inst_div{
  background-color: #fff;
  padding: 30rem;
  font-size: 18rem;
  width: 686rem;
}
.inst_div h3{
  font-size: 22rem;
  margin-bottom: 1em;
}
.inst_div h4{
  margin-bottom: 1em;
  font-weight: 400;
}
.inst_div p{
  font-weight: 400;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.5em;
}
.inst_div_sec_img{
  width: 313rem;
}


/* comment_sec */
.comment_sec{
  padding: 30rem;
  position: relative;
}
.comment_sec h3{
  position: relative;
  text-align: left;
  z-index: 10;
}


/* map */
.access_sec{
  display: flex;
  justify-content: space-between;
  width: 1060rem;
  margin: auto;
}
.map{
  width: 686rem;
  height: 500rem;
}
.access_sec p{
  width: 300rem;
}


/* main_footer============================ */
.main_footer{
  width: 100%;
  padding-top: 100rem;
  padding-bottom: 100rem;
}
.footer_wrap{
  width: 1200rem;
  margin: auto;
}
.footer_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_logo{
  width: 250rem;
}
.tooter_text{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.footer_title{
  font-size: 36rem;
  margin-bottom: 1em;
}
.f_sns_btns{
  display: flex;
  justify-content: space-between;
  width: 200rem;
}
.f_sns_btns a img{
  width: 35rem;
}

.footer_nav{
  font-size: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20rem;
}

.mtr50 {
margin-top: 50rem;
}


.footer_nav a{
  text-decoration: none;
  color: #000;
}
.copy{
  text-align: center;
  font-size: 14frem;
  font-weight: 400;
  margin-top: 40rem;
  display: block;
}
.ticket{
  text-align: center;
  font-size: 80%;
  font-weight: 400;
  margin-top: 0.2em;
  display: block;
}


#price .sec_h3_min{
  font-size: 28rem;
}
#price .sec_p_reg{
  font-size: 24rem;
}
.kakomi {
border:1px solid #000;
padding:4rem 10rem;
}



@media screen and (max-width: 750px) {
  .sec_h2{
    font-size: 54rem;
    line-height: 1.3em;
  }
  .sec_treatment{
    font-size: 36rem;
  }
  .sec_h3,.sec_h3_min{
    font-size: 44rem;
    text-align: center;
  }
  .sec_h4,.sec_h4_p{
    font-size: 48rem;
  }
  .sec_p,.sec_p_reg{
    font-size: 32rem;
  }
  .feature_sec{
    height: auto;
    padding: 80rem 60rem 60rem;
  }
  .feature_sec.mt20{
    margin-top: 40rem;
  }
  .feature_sec h3 {/* 追加 */
    margin:1em auto;
  }

  .trial_sec{
    height: auto;
    padding: 80rem 60rem 60rem;
  }
  .trialsec.mt20{
    margin-top: 40rem;
  }
  .trial_sec h3 {/* 追加 */
    margin:1em auto;
  }


  .sec_h3.marutuki{
    line-height: 108rem;
    background-size: 108rem;
    height: 108rem;
  }
  .mtb-20{
    margin: 40rem auto;
  }
  .marutuki{
    text-align: left;
  }
  .sp_none_mt{
    margin-top: 0 !important;
  }


  .contact_sec .sec_p_reg{
    padding: 40rem;
  }
  .contact_sns{
    flex-direction: column;
    width: 93%;
    margin: auto;
  }
  .contact_sns a + a{
    margin-top: 30rem;
  }


  /* privacy_sec */
  .privacy_sec h3 {line-height:1.3em}
  .privacy_sec .sec_p_reg{
    padding: 40rem;
  }
  .privacy_sec .sec_p_right{
    font-size: 32rem;
    padding: 40rem;
  }


  .privacy_sec ol  {
    list-style-position: outside;
    padding: 40rem;
  }


  .privacy_sec ol  {
    margin-left:32rem;
    width: 93%;
    margin: auto;
    padding: 40rem;
  }


  .privacy_sec ol li {
    font-size: 32rem;
  }

  .privacy_sec dl  {
    width: 93%;
    margin: auto;
    padding: 40rem;
  }
  .privacy_sec dl dt {
    font-size: 32rem;
  }

  .privacy_sec dl dd {
    font-size: 32rem;
  }

  .cp_sec{
    width: 100%;
    height: auto;
  }
  .cp_sec + .cp_sec{
    margin-top: 100rem;
    padding-bottom: 60rem;
  }

  .inst_div_sec{
    flex-direction: column;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .inst_div_sec_img{
    width: 90%;
  }
  .inst_div h3{
    font-size: 44rem;
  }
  .inst_div h4{
    font-size: 32rem;
    margin-bottom: 60rem;
  }

  .inst_div{
    background-color: inherit;
  }
  .inst_div p{
    font-size: 32rem;
    text-align: left;
  }


  .access_sec{
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
  .map{
    width: 90%;
    margin: auto;
  }
  .access_sec p{
    width: 90%;
    margin: auto;
    margin-top: 60rem;
  }




  .main_section{
    padding: 120rem 0;
  }
  .sec_flex_box{
    width: 100%;
    flex-direction: column;
    padding-left: 40rem;
    padding-right: 40rem;
  }
  .two_column,.three_column {
    width: 100%;
  }
  .two_column + .two_column,
  .three_column + .three_column{
    margin-top: 80rem;
  }

  .feature_sec + .three_column,
  .sec_flex_box + .sec_flex_box{
    margin-top: 100rem;
  }

  .trial_sec + .three_column,
  .sec_flex_box + .sec_flex_box{
    margin-top: 100rem;
  }



  .footer_wrap{
    width: 100%;
  }
  .footer_top{
    flex-direction: column;
    width: 100%;
  }
  .tooter_text{
    margin-top: 60rem;
  }
  .f_sns_btns{
    margin-top: 60rem;
    width: 400rem;
  }
  .f_sns_btns a img{
    width: 70rem;
  }
  .footer_nav{
    font-size: 32rem;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 1.5em;
  }

  .foot_sns_last{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3vw;
  }
  .foot_sns_last a img{
    width: 46vw;
  }
  .point_img{
    width: 100rem;
    top: -55rem;
  }
  .cp_maru{
    width: 100rem;
    top: -50rem;
  }
  .cp_sec{
    margin-top: 60rem;
    padding-top: 90rem;
    padding-bottom: 90rem;
  }
  .cp_fukidashi{
    width: 140rem;
  }
  .sns_box_iframe{
    width: 100%;
    height: 100vw;
  }

  #price .sec_h3_min{
    font-size: 56rem;
  }
  #price .sec_p_reg{
    font-size: 48rem;
    letter-spacing: -2rem;
  }

  .sec_h3_min.voice_h3{
    line-height: 108rem;
    background-size: 108rem;
    height: 108rem;
  }


  .main_footer{
    margin-top: 60rem;
  }


}
