@charset "utf-8";

body{
	font-family: YuGothic,'Yu Gothic', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	line-height: 1.2;
	font-size: 3.6vw;
	font-weight: 500;
}
.clearfix:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

.l-inner{
	width:94%;
	margin:0 auto;
}

/* header */

.l-header{
	width:100%;
	position: relative;
    z-index: 10000;
	overflow: hidden;
}




.l-header.is-open{
	overflow: visible;
}
.l-header-inner{
	width: 100%;
	top: -15.5vw;
	z-index:100;
	background-image: url(../images/img_logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: .3s;
}
.l-header.is-fix{
	padding-top: 15.5%;
	overflow: visible !important;
}
.l-header.is-fix .l-header-inner{
	position: fixed;
	top: 0;
}

.l-logo{
	display: block;
	padding: 7.8% 12%;
	float: left;
}

.l-header-btn{
	float: right;
	width: 37.7vw;
}
/* SPハンバーガーナビボタン */
.l-nav-right {
	float: right;
	background-color: #e2e2e2;
}

.l-nav-btn{
	width: 0;
	height: 0;
	padding: 7.8vw;
	background-image: url(../../../common/images/nav_menu.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	background-color: #e2e2e2;
	position: relative;
	float: right;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 1000;
}
.l-nav-btn.is-active{
	background-image: url(../../../common/images/nav_close.png);
}
.l-nav-btn span {
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 3px;
	background-color: #4a4842;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}
.l-nav-btn span:nth-of-type(1) {
	top: 22%;
}
.l-nav-btn span:nth-of-type(2) {
	top: 37%;
}
.l-nav-btn span:nth-of-type(3) {
	bottom: 43%;
}
.l-nav-btn span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #4a4842;
}
.l-nav-btn.is-active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.l-nav-btn.is-active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.l-nav-btn.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) scale(0);
	-ms-transform: translateY(20px) scale(0);
	transform: translateY(20px) scale(0);
}
.l-nav-btn.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) scale(0);
	-ms-transform: translateY(-20px) scale(0);
	transform: translateY(-20px) scale(0);
}


.l-gnav{
	transition: .3s;
	top: 100%;
	right: -100%;
    z-index: 100000;
	position: absolute;
	font-family: 'Noto Sans Japanese';
	width: 90%;
}
.l-gnav.is-open{
	right: 0%;
	display: block;
}
.l-header.is-fix .l-gnav{
	top: 15.5vw;
	position: fixed;
}

.l-gnav li {
	background: #f0f0f0 url(../images/icn_menu01.png) no-repeat center right 5%;
	background-size: 4%;
}
.l-gnav li:nth-child(even){
	background: #ffffff url(../images/icn_menu01.png) no-repeat center right 5%;
	background-size: 4%;
}
.l-gnav li > a {
	color: #5a4c41;
	font-size: 4.8vw;
	display: block;
	padding: 5%;
}

.l-overray{
    position: fixed;
    z-index: 1000;
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0.5;
    display: none;
}

/* cont1 */

.p-cont1{
	background: url(../images/bg_cont1_02.png) no-repeat;
	background-size: contain;
}

.p-cont1_h2_box {
	position: relative;
}

.p-cont1_h2 {
	font-size: 6.7vw;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	padding-top: 3%;
}

.p-cont1_h2 > .span1 {
	color: #ffe400;
	font-size: 4.4vw;
	font-weight: 700;
}

.p-cont1_h2 > .span2 {
	font-weight: 500;
	margin-left: -2%;
	font-size: 4.4vw;
	font-weight: 500;
}

.p-cont1_photo_left {
	width: 45%;
	position: relative;
	margin-top: 8%;
}

.p-cont1_photo_right {
	width: 45%;
	float: right;
	position: relative;
	margin-top: -15%;
}

.p-cont1_text1 {
	background-color: #ffffff;
	opacity: 0.9;
	color: #000;
	position: absolute;
    right: -20%;
    bottom: -5%;
    width: 68%;
    padding: 10%;
	font-size: 3.7vw;
	font-weight: 500;
}

.p-cont1_text2 {
	background-color: #ffffff;
	opacity: 0.9;
	color: #000;
	position: absolute;
	right: 60%;
    bottom: -10%;
    width: 58%;
    padding: 10%;
	font-size: 3.7vw;
}

.p-cont1_more_ttl {
	text-align: center;
	font-weight: bold;
	padding: 10% 0 4%;
	color: #4a4842;
	background:url(../images/icn_cont1_triangle.png) no-repeat bottom center;
	background-size: 13%;
	margin-top: 20%;
	font-size: 3.6vw;
}

.p-cont1_more_ttl > span {
	color: #ed894d;
}

.p-cont1_sales_point {
	width: 45%;
	float: left;
}

.p-cont1_sales_point:first-child {
	margin-right: 10%;
}

.p-cont1_sales_point > p {
	text-align: center;
}

.p-cont1_sp_ttl {
	margin: 5% 0;
	font-weight: bold;
}

.p-cont1_sp_ttl > .span1 {
	font-size: 4.4vw;
}

.p-cont1_sp_ttl > .span2 {
	font-size: 4.0vw;
}

.p-cont1_access_list {
	margin-top: 10%;
	text-align: center;
}

.p-cont1_access_list > li {
	display: inline;
	background-color: #fff2de;
	padding: 3% 3.18%;
	border-radius: 12px;
	font-size: 3.1vw;
}

.p-cont1_bg3 {
	background: url(../images/bg_cont1_03.jpg);
	margin-top: 5%;
	background-size: cover;
}

.p-cont1_bg3_text1 {
	padding: 10% 0 0 50%;
	font-weight: 300;
	color: #393232;
}

.p-cont1_bg3_text2 {
	padding: 3% 0 20% 50%;
	font-size: 6.2vw;
}

.p-cont1_bg3_text2 > span {
	font-size: 7.6vw;
	color: #ed894d;
	font-weight: 700;
}

/*CVエリア*/
.p-cv_area {
	padding: 0% 0 10%;
}

.p-cv_cf_area {
	background: url(../images/bg_cv01.png) no-repeat;
	background-size: contain;
	text-align: center;
	font-weight: 700;
	margin-bottom: 8%;
}

.p-cv_privilege {
	font-size: 3.7vw;
	padding: 5.8% 0 0 0;
	color: #ed894d;
}

.p-cv_campaign {
	font-size: 5.6vw;
	color: #fff6ac;
	padding: 2% 0 0 0;
}

.p-cv_text {
	font-size: 4.0vw;
	color: #ffffff;
	padding: 2% 0 8.6%;
}

.p-cv_list{
	text-align: center;
	padding: 0 2%;
	margin-top: 3%;
}
.p-cv_list li{
	width: 49%;
	display: inline-block;
	background-color: #fff6ac;
	color: #483434;
	font-size: 3.47vw;
	border-radius: 8px;
	letter-spacing: -0.05em;
	line-height: 1.5;
	padding: 2% 0;
}

.p-cv_list li .p-fz-sm{
	font-size: 0.8em;
}

/* .p-cv_list li span{
	font-size: small;
} */

.p-cv_ttl {
	text-align: center;
	font-size: 5.1vw;
	background: url(../images/icn_cv_arrow.png) no-repeat left 10% center, url(../images/icn_cv_arrow.png) no-repeat right 10% center;
    background-size: 6%;
    margin-bottom: 8%;
	font-weight: 500;
}

.p-cv_ttl > span {
	background: url(../images/icn_cv_01.png) no-repeat bottom 15% center;
	background-size: 100%;
}

.p-web_btn {
	position: relative;
}

.p-cv_btn_web {
	background-color: #57b798;
	border-bottom: 2px solid #3e9f80;
	width: 90%;
	margin: 0 auto;
	border-radius: 35px;
	font-size: 5.9vw;
	text-align: center;
}

.p-cv_btn_web > a {
	color: #ffffff;
	display: block;
	padding: 6.5% 0;
}

.p-cv_cf_web {
	width: 16%;
    position: absolute;
    top: 0%;
    right: 3%;
}

.p-cv_text_tel {
	text-align: center;
	font-size: 4.4vw;
	margin: 8% 0 3%;
}

.p-cv_btn_tel {
	background: url(../images/icn_tel.png) no-repeat top 27% left 19%;
    background-size: 9%;
	background-color: #ed894d;
	border-bottom: 2px solid #d66f31;
	width: 90%;
	margin: 0 auto;
	border-radius: 35px;
	font-size: 5.9vw;
	text-align: center;
	line-height: 1.0;
}

.p-cv_btn_tel > a {
	color: #ffffff;
	display: block;
	padding: 3.85% 0;
}

.p-cv_btn_tel span {
	font-size: 3.1vw;
}

.p-cv_btn_tel .span01 {
	padding: 0 6% 0 3%;
}

.p-cv_btn_tel .span02 {
	padding: 0 3% 0 0;
}

.p-cv_btn_tel .tel {
	font-size: 6.7vw;
	padding-left: 10%;
}

.p-cv_cf_tel {
	width: 16%;
    position: absolute;
    top: 63%;
    right: 3%;
}

/* cont2 */
.p-cont2 {
	background: url(../images/bg_cont02_01.png) no-repeat top center;
	background-size: cover;
    padding-bottom: 15%;
}

.p-cont2_photo {
	width: 32.666%;
	float: left;
	margin-right: 1%;
}

.p-cont2_photo:last-child {
	margin-right: 0;
}

.p-cont2_h2_ttl {
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	padding: 8% 0 5%;
	color: #000000;
}

.p-cont2_h2_ttl > .span01 {
	font-size: 3.9vw;
}

.p-cont2_h2_ttl > .span02 {
	font-size: 5.2vw;
}

.p-cont2_h2_ttl > .span03 {
	font-size: 5.2vw;
	color: #ed894d;
	font-weight: bold;
}

.p-cont2_text {
	text-align: center;
	font-size: 3.4vw;
	font-weight: bold;
	color: #423835;
    padding-top: 3%;
}

/* cont3 */

.p-cont3 {
	background:url(../images/img_cont3_bg01.png) no-repeat top center;
	background-size:cover;
	padding: 8% 0% 10%;
}

.p-cont3_h2_ttl {
	text-align: center;
	font-size: 3.4vw;
	color: #ed894d;
	font-weight: 700;
    line-height: 1.4;
}

.p-cont3_h2_ttl > .span01 {
	font-size: 6.5vw;
	color: #362f2f;
	font-weight: 500;
	display: block;
    margin-top: 2%;
}

/* cont4 */
.p-cont4 {
    background: url(../images/bg_cont4_01.png) no-repeat;
    background-size: cover;
	padding: 8% 0 10%;
}

.p-cont4_h2_ttl {
	text-align: center;
	font-size: 4.2vw;
	font-weight: 500;
	color: #000000;
	line-height: 1.4;
}

.p-cont4_h2_ttl > span {
	color: #7c9eb3;
	padding-bottom: 1%;
	background: url(../images/icn_cont4_01.png) no-repeat bottom;
}

.p-cont4_dots {
	text-align: center;
	font-size: 4.2vw;
}

.p-cont4_sub_ttl {
	text-align: center;
	color: #647b89;
	font-size: 5.9vw;
	margin: 6% 0 5%;
}

.p-cont4_main_text {
	text-align: center;
	color: #000000;
	margin-bottom: 5%;
	font-size: 3.8vw;
}

/* cont5 */
.p-cont5 {
    padding-top: 5%;
}

.p-cont5_mh01 {
	width: 45%;
}

.p-cont5_h2_ttl {
	font-weight: 500;
	font-size: 4.7vw;
	text-align: center;
    line-height: 1.6;
	margin-bottom: 8%;
}

.p-cont5_h2_ttl > .span01 {
	background: url(../images/icn_cont5_01.png) no-repeat bottom center;
    background-size: 100%;
}

.p-cont5_h2_ttl > .span02 {
	font-size: 7.5vw;
	color: #ed894d;
}

.p-cont5_h2_ttl > .span03 {
	font-size: 7.5vw;
}

.p-conr5_point_text {
	width: 85%;
    margin: 0 auto 5%;
}

.p-cont5_h3_ttl {
	text-align: center;
    font-size: 4.9vw;
	color: #3f3c38;
	margin-bottom: 5%;
}

.p-cont5_point01 {
	padding-bottom: 13%;
}

.p-cont5_point_photo {
	width: 80%;
	margin: 0 auto 7%;
}

.p-cont5_point_text {
	width: 95%;
	margin: 0 auto 8%;
	font-size: 4.4vw;
    line-height: 1.4;
	color: #3f3c38;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
}

.p-cont5_check_box {
	width: 95%;
	margin: 0 auto;
	background-color: #fff1dc;
	padding: 5%;
}

.p-cont5_check_icn {
	width: 20%;
	float: left;
}

.p-cont5_check_text {
	width: 70%;
	float: right;
	font-size: 3.4vw;
	color: #4d473d;
	font-family: 'Noto Sans Japanese';
    font-weight: 500;
}

.p-cont5_point02 {
	padding:10% 0 13%;
	background-color: #f5f5f5;
}

.p-cont5_point03 {
	padding:10% 0 13%;
}

.p-cont5_point04 {
	padding:10% 0 13%;
	background-color: #f5f5f5;
}

.p-cont5_point05 {
	padding:10% 0 13%;
}

.p-cont5_h3_ttl_point5 {
	font-size: 4.4vw;
}

.p-cont5_h3_ttl_point5 > span {
	font-size: 5.6vw;
}

.p-cont5_point06 {
	padding:10% 0 13%;
	background-color: #f5f5f5;
}

.p-cont5_point07 {
	padding:10% 0 10%;
	border-bottom: 5px solid #f5f5f5;
}

.p-cont5_point07:last-child {
	border-bottom: 0;
}

.p-cont5_point08 {
	padding:10% 0 13%;
	background-color: #f5f5f5;
}

.p-cont5_h3_ttl_point7 {
	font-size: 4.4vw;
}

.p-cont5_h3_ttl_point7 > span {
	font-size: 6.7vw;
}

/*cont6*/
.p-cont6 {
	background: url(../images/bg_cont6.png) no-repeat;
    background-size: 100%;
    padding: 5% 0 239%;
}

/*cont7*/
.p-cont7 {
	padding: 20% 0 15% 0;
	background: url(../images/bg_cont7_01.png) no-repeat top center;
	background-size: contain;
}

.p-cont7_h2_ttl {
	text-align: center;
	font-size: 3.4vw;
	font-weight: 700;
	color: #ed894d;
	width: 94%;
    margin: 0 auto 10%;
	padding-top: 10%;
}

.p-cont7_h2_ttl > span {
	color: #3f3c38;
	font-size: 6.8vw;
	font-weight: 400;
	background: url(../images/icn_cont7_01.png) no-repeat bottom center;
	background-size: 35%;
	padding-bottom: 2%;
}

.p-cont7_student_box {
	margin-bottom: 8%;
}

.p-cont7_student_box:last-child {
	margin-bottom: 0;
}

.p-cont7_student_detail {
	margin-bottom: 3%;
}

.p-cont7_photo_left {
	float: left;
	width: 25%;
	margin-right: 5%;
}

.p-cont7_photo_right {
	float: right;
	width: 25%;
	margin-left: 5%;
}

.p-cont7_student_detail_right {
	float: left;
	width: 67%;
    padding-top: 2%;
}

.p-cont7_student_detail_left {
	float: left;
	width: 70%;
    padding-top: 3%;
}

.p-cont7_detail_text {
	margin-bottom: 3%;
}

.p-cont7_age_name {
	font-size: 3.5vw;
	color: #aeaeae;
	font-family: 'Noto Sans Japanese';
}

.p-cont7_main_text {
	padding: 7% 0 7%;
	border-bottom: #f5f5f5 2px solid;
	clear: both;
}

.p-cont7_btn {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	background-color: #362f2f;
	font-size: 4.3vw;
	border-radius: 5px;
	padding: 3% 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 17em;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
  background: none;
}
.slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #fff;
  background: #362f2f;
  padding: 3% 0;
  width: 80%;
  border-radius: 10px;
	font-weight: 400;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.close-btn {
  padding:0;
}
.close-btn p {
  background: #362f2f;
}

/*cont8*/
.p-cont8_teacher_box {
	margin-top: 5%;
}

.p-cont8_h2_ttl {
	text-align: center;
	font-size: 3.4vw;
	font-weight: 700;
	color: #ed894d;
	width: 94%;
    margin: 0 auto 10%;
	border-top: 5px solid #f5f5f5;
	padding-top: 10%;
}

.p-cont8_h2_ttl > span {
	color: #3f3c38;
	font-size: 6.8vw;
	font-weight: 400;
	background: url(../images/icn_cont7_01.png) no-repeat bottom center;
	background-size: 35%;
	padding-bottom: 2%;
}

.p-cont8_teacher_detail {
	float: left;
	width: 65%;
	margin-top: 5%;
}

.p-cont8_photo {
	width: 30%;
	float: right;
}

.p-cont8_name {
	color: #ed894d;
	font-weight: 400;
	font-size: 6.5vw;
	margin-bottom: 3%;
}

.p-cont8_name > span {
	font-size: 4.0vw;
}

.p-cont8_cf {
	font-weight: 700;
	font-size: 4.3vw;
}

.p-cont8_main_text {
	padding: 5% 0 7%;
    border-bottom: #f5f5f5 2px solid;
	font-size: 4.0vw;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
}

.p-cont8_detail_right {
    float: right;
    margin-left: 5%;
}

/*cont9*/
.p-cont9 {
	background-color: #fffef8;
	margin-top: 15%;
}

.p-cont9_h2_ttl {
	background: url(../images/bg_cont9_mh.png) no-repeat;
    background-size: cover;
	font-size: 5.6vw;
	color: #4a4842;
	padding: 5.5% 0 9%;
	text-align: center;
    margin-bottom: 5%;
}

.p-cont9_question_box {
	font-family: 'Noto Sans Japanese';
	margin-bottom: 5%;
}

.p-cont9_question {
	font-weight: 500;
	font-size: 4.1vw;
	color: #4a4842;
	padding: 5% 10% 5% 15%;
	background: url(../images/icn_cont9_q.png) no-repeat left 5% center, url(../images/icn_cont9_arrow_down.png) no-repeat right 3% center;
	background-color:#fff1dc;
	background-size: 7%, 7%;
}

.p-cont9_question.toggle.active {
	background: url(../images/icn_cont9_q.png) no-repeat left 5% center, url(../images/icn_cont9_arrow_up.png) no-repeat right 3% center;
	background-color:#fff1dc;
	background-size: 7%, 7%;
}

.p-cont9_answer {
	font-weight: 300;
	font-size: 3.8vw;
	color: #4a4842;
	padding: 5% 10% 5% 15%;
	background: url(../images/icn_cont9_a.png) no-repeat left 5% top 20%;
	background-size: 7%;
	border-bottom: 3px solid #fff1dc;
	display: none;
}

/*cont10*/
.p-cont10 {
    margin-top: 15%;
	margin-bottom: 15%;
}

.p-cont10_h2_box {
	background: url(../images/icn_cont10_01.png) no-repeat left 5% center, url(../images/icn_cont10_02.png) no-repeat right 3% center;
	background-size: 10%, 8%;
	text-align: center;
	margin-bottom: 5%;
}

.p-cont10_h2_ttl {
	font-size: 6.1vw;
	color: #ed894d;
    margin-bottom: 1%;
}

.p-cont10_cf {
	font-size: 3.8vw;
	color: #4a4842;
}

.p-cont10_corse_photo {
	width: 85%;
	margin: 0 auto 5%;
}

.p-cont10_course_detail_box {
	width: 94%;
	margin: 0 auto;
}

.p-cont10_corse_box {
	background-color: #fffadc;
    padding: 7% 0 10%;
	margin-bottom: 8%;
}

.p-cont10_course_ttl {
	font-size: 6.2vw;
	color: #4a4842;
	margin-bottom: 3%;
}

.p-cont10_course_ttl > span {
	font-size: 5vw;
}

.p-cont10_course_price {
	font-family: 'Noto Sans Japanese';
	color: #ed894d;
	font-size: 5.0vw;
	margin-bottom: 3%;
}

.p-cont10_course_price > span {
	font-size: 3.5vw;
	font-weight: 500;
}

.p-cont10_course_text {
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	color: #000000;
}

/* cont11 */
.p-cont11 {
	background-color: #fffaeb;
	padding: 8% 0 12%;
}

.p-cont11_h2_cf {
	width: 30%;
	margin: 0 auto 2%;
}

.p-cont11_h2_ttl {
	font-size: 6.3vw;
	font-weight: 500;
	color: #ed894d;
	text-align: center;
    margin-bottom: 8%;
}

.p-cont11_lesson_box {
	margin-bottom: 10%;
}

.p-cont11_lesson_box:last-child {
	margin-bottom: 0;
}

.p-cont11_h3_ttl {
	background: url(../images/icn_cont11_1.png) no-repeat left 5% top 12%;
    background-size: 6%;
	font-size: 5.8vw;
	color: #4a4842;
	text-align: center;
	padding: 3% 0 3% 3%;
	margin-bottom: 1%;
}

.p-cont11_h3_ttl2 {
	background: url(../images/icn_cont11_2.png) no-repeat left 18% top 23%;
    background-size: 7%;
}

.p-cont11_h3_ttl3 {
	background: url(../images/icn_cont11_3.png) no-repeat left 24% top 23%;
    background-size: 7%;
}

.p-cont11_photo {
	margin: 0 auto 5%;
	width: 75%;
}

.p-cont11_lesson_text {
	width: 90%;
	margin: 0 auto;
	font-size: 3.7vw;
	color: #4a4842;
}

/* cont12 */
.p-cont12 {
	padding: 12% 0 0 0;
}

.p-cont12_h2_ttl {
	text-align: center;
	font-size: 3.4vw;
	color: #ed894d;
	font-weight: 700;
	line-height: 1.5;
}

.p-cont12_h2_ttl > span {
	font-size: 8.5vw;
	color: #4a4842;
	font-weight: 500;
}

.p-c12_ul {
	width:100%;
	margin-top:8.311%;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
}

.p-c12_ul li{
	float: left;
	width:24%;
	text-align:center;
	background:#fbd7b7;
	border-radius:3px;
	line-height:1.2;
	font-size:3.4vw;
	padding: 3% 0;
	margin-right: 1.33%;
}

.p-c12_ul li:last-child {
	margin-right: 0;
}

.p-c12_ul2 {
    border-spacing: 4px 0;
	width:73%;
	margin: 2% auto 0;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
}

.p-c12_ul2 li{
	float: left;
	width: 32.4%;
	text-align:center;
	background:#fbd7b7;
	border-radius:3px;
	line-height:1.2;
	font-size:3.4vw;
	padding: 4.1% 0;
	margin-right: 1.33%;
}

.p-c12_ul2_height_adjust {
	padding: 1.2% 0 !important;
}

.p-c12_ul2 li:last-child {
	margin-right: 0;
}

.p-c12_ul li span, .p-c12_ul2 li span {
	color:#fff;
	display:block;
}

.p-c12_ul .is-active, .p-c12_ul2 .is-active {
	background:#ed894d;
}

.p-c12_cap{
	margin-top:5%;
	background-color: #fffaeb;
	font-family: 'Noto Sans Japanese';
}

.p-c12_inner{
	border-top: 3px solid #ed894d;
}

.p-c12_cap h3{
	margin:0 auto;
	padding:4% 0 0 0;
	font-size: 5.0vw;
	color: #ed894d;
	font-weight: 500;
	text-align: center;
}

.p-c12_cap_inner{
	padding:5% 3%;
	color: #474646;
}

.p-c12_cap_inner dt {
	font-size: 4.3vw;
	font-weight: 500;
	padding: 0% 0 2% 8%;
}

.p-c12_cap_inner dd {
	font-size: 4.0vw;
	font-weight: 300;
}

.p-c12_map {
	margin-bottom: 4%;
}

.p-postal_code, .p-address {
	font-size: 4.0vw;
	font-weight: 300;
}

.p-add,.p-school_time,.p-tel_num{
	margin-top:5.5%;
}
.p-school-name{
	margin-top: 5.5%;
	font-size: 1.2em !important;
}
.p-rute{
	margin-top: 5.5%;
}

.p-tel_number {
	margin-top: 5.5%;
}

.p-rute_icn {
	background: url(../images/icn_cont12_1.png) no-repeat left 0% top 23%;
	background-size: 4.8%;
}

.p-open_time_icn {
	background: url(../images/icn_cont12_2.png) no-repeat left 0% top 23%;
	background-size: 5.2%;
}

.p-tel_number_icn {
	background: url(../images/icn_cont12_3.png) no-repeat left 0% top 23%;
	background-size: 5.2%;
}

/*cv_area02*/
.p-cv_area02 {
    padding: 8% 0 13%;
	background: url(../images/bg_cv02.jpg) no-repeat;
    background-size: cover;
}

.p-cv02_ttl {
    text-align: center;
    font-size: 4.0vw;
    font-weight: 700;
	color: #ed894d;
    background: url(../images/icn_cv02.png) no-repeat left 18% bottom 10%, url(../images/icn_cv02.png) no-repeat right 18% bottom 10%;
    background-size: 7%;
    margin-bottom: 8%;
	padding-top: 5%;
	line-height: 1.5;
}

.p-cv02_ttl > span {
	font-size: 5.3vw;
	color: #000000;
	font-weight: 500;
}

.p-cv02_cf_tel {
    width: 16%;
    position: absolute;
    top: -10%;
    right: 3%;
}

.p-contact {
	
}

.p-contact_h2_ttl {
	background: url(../images/bg_contact_01.png) no-repeat;
	background-size: cover;
	text-align: center;
	font-weight: 700;
	font-size: 6.7vw;
	color: #ffffff;
	padding: 6% 0;
}

.p-contact_h2_ttl > .span01 {
	color: #fff38b;
}

.p-contact_h2_ttl > .span02 {
	color: #daece6;
	font-size: 3.7vw;
	font-weight: 500;
	font-family: 'Noto Sans Japanese';
	display: block;
	margin-top: 1%;
}

/* footer */
footer > p {
	text-align: center;
    font-family: 'Noto Sans Japanese';
	font-size: 3.1vw;
	color: #ed894d;
	padding: 4% 0;
	background-color: #fff1dc;
}


/* フォーム */
*{
   -webkit-appearance: none;
}
input[type="checkbox"]{
	-webkit-appearance: checkbox;
}
.p-form-box{
	color: #474646;
}
.p-form-box dt{
    font-family: 'Noto Sans Japanese';
	font-weight: 500;
	background-color: #cdf0e4;
	padding: 4%;
	color: #57b798;
	font-size: 5vw;
}
.p-required{
	display: inline-block;
	float: right;
	font-size: 4vw;
	padding: 3px 15px;
	background-color: #ed894d;
	color: #fff;
}
.p-optional{
	display: inline-block;
	float: right;
	font-size: 4vw;
	padding: 3px 15px;
	background-color: #fff;
	color: #ed894d;
	border: 1px solid #ed894d;
}
.p-form-box dd{
	padding: 5% 4% 7%;
	font-size: 5vw;
    font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height: 1.5;
}
.p-form-box dd input[type="text"],
.p-form-box dd input[type="tel"],
.p-form-box dd input[type="email"],
.p-form-box dd select,
.p-form-box dd textarea{
	width: 100%;
    padding: 3% 4% 3%;
	background-color: #fff;
	border: 1px solid #d0d0d0;
    font-family: 'Noto Sans Japanese';
}
.p-agree-box{
	margin-top: 8%;
	padding: 5% 4%;
	background-color: #efefef;
	display: none;
}
.p-agree-txt{
	font-size: 3.75vw;
	margin-bottom: 4%;
}
.p-agree{
	background-color: #fff;
	border: 1px solid #d0d0d0;
	padding: 4%;
	font-size: 4.6875vw;
	position: relative;
}
.p-agree > label{
	display: block;
}

.cf-agreeformError{
	float: right;
}
.cf-agreeformError .formErrorContent{
	padding: 1.5% 0;
}

.p-icn-hidden{
	opacity: 0 !important;
    width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.p-check-icn{
	position: relative;
    width: 0;
    height: 0;
	padding: 3%;
	display: inline-block;
	float: left;
	background-image: url(../../../common/images/icn_check_off.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 1.5% 4% 0 0;
}
.p-icn-hidden:checked + .p-check-icn:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../../../common/images/icn_check_on.png);
    background-size: contain;
	z-index: 10;
}

.p-radio-icn{
	position: relative;
    width: 0;
    height: 0;
	padding: 3%;
	display: inline-block;
	float: left;
	background-image: url(../../../common/images/icn_radio_off.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 1.2% 2% 0 0;
}

.p-area-radio {
	position: relative;
}

.p-area-radio .p-radio-icn {
	position: absolute;
}

.p-hope-area {
	padding-left: 7.7%;
    display: inline-block;
}

.p-icn-hidden:checked + .p-radio-icn:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../../../common/images/icn_radio_on.png);
    background-size: contain;
	z-index: 10;
}

.p-date-radio{
	font-size: 4.6875vw;
	margin: 5% 0;
}
.p-select-wrap{
	position: relative;
}
.p-select-wrap:before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #474646 transparent transparent transparent;
	position: absolute;
	right: 4%;
	top: 5vw;
}
.p-time-select-wrap + .p-time-select-wrap{
	margin: 4% 0 8%;
}
.p-time-select-wrap .p-select-wrap{
	width: 85%;
	float: left;
}
.p-time-select-wrap span{
	padding-top: 3.5%;
	display: inline-block;
	font-size: 80%;
}
.p-date-ttl{
	width: 9em;
	font-size: 4.6875vw;
	overflow: hidden;
	margin: 3% 0 2%;
}
.p-date-box{
	position: relative;
	margin-bottom: 3%;
}
.p-date-box .ui-datepicker-trigger{
	position: absolute;
	right: 4%;
	top: 2.0vw;
	width: 8%;
}
.p-days-comment{
	font-size: 4.0625vw;
	margin-top: 4%;
	font-weight: 400;
}

.p-area-box{
	background-color: #f8f8f8;
	border-radius: 10px;
	border: 1px solid #d0d0d0;
	padding: 4%;
	font-size: 4.2vw;
}
.p-area-box + .p-area-box{
	margin-top: 7%;
}
.p-hope-box{
	margin-top: 4%;
	border-top: 2px solid #d0d0d0;
	padding: 0 4%;
	position: relative;
}
.p-hope-box li{
	width: 50%;
	float: left;
	margin-top: 4%;
}
.p-hope-box .p-check-icn{
	padding: 6.5%;
}

.hope02formError {
	 position: absolute !important;
	 bottom: -5%;
	 top: inherit !important;
}

.is-none {
	padding-bottom: 10%;
}

.p-tarea-txt{
	font-size: 4.0625vw;
}
.p-tarea-small{
	font-size: 3.75vw;
	margin: 5% 0 10%;
}
.p-form-box dd textarea{
	height: 10em;
	resize: none;
}


.p-submit{
	width: 90%;
	margin: 0% auto 10%;
}
.p-submit input{
	width: 100%;
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
}

#ui-datepicker-div {
    right: 4%;
    left: auto;
    width: 92%;
}

/*完了画面*/
.p-complete {
	line-height: 1.4;
}

.complete_head {
	border-bottom: 2px solid #f2f0e8;
}

.p-complete_h1 {
	margin-top: 10%;
	text-align: center;
	font-size: 4.0vw;
	color: #ed894d;
	font-weight: 700;
	font-family: 'Noto Sans Japanese';
}

.p-thx_message {
	text-align: center;
	font-family: 'Noto Sans Japanese';
	font-size: 4.9vw;
	color: #474646;
	margin-top: 5%;
}

.p-thx_main_text {
	margin-top: 5%;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	color: #474646;
	font-size: 4.5vw;
}

.p-back_btn {
    background: #362f2f;
    padding: 5% 0;
    width: 60%;
    border-radius: 25px;
    font-weight: 400;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    text-align: center;
    margin: 10% auto 0;
}

.p-back_btn > a {
	display: block;
    color: #fff;
}

.p-thx_sub_text {
	margin-top: 10%;
	padding-top: 10%;
	border-top: 5px solid #f2f0e8;
	font-size: 4.2vw;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
}

.p-cv_cf_tel_complete {
	top: -5%;
}

/*モジュール*/
.mb5 {
	margin-bottom: 5%;
}

.flL {
	float: left !important;
}
.flR {
	float: right !important;
}

/*iPhoneのズーム対策*/
input,
textarea,
select {
    font-size: 4.3vw;
}


/* p-corona-wrap start */
.p-corona-area {
	background-color: #f5f5f5;
	padding-bottom: 11vw;
}

.p-corona-area .l-inner {
	width: 90%;
}

.p-corona-ttl img {
	width: 100%;
}

.p-corona-inner-box {
	background-color: #f5f5f5;
}

.p-corona-lead {
	/* font-size: 1.1rem; */
	line-height: 1.7;
	padding-top: 4vw;
}

.p-corona-prevention-box {
	background-color: #fff;
	padding: 4vw 5vw;
	margin-top: 5vw;
}

.p-corona-prevention-box-txt {
	/* font-size: 1.1rem; */
	line-height: 1.7;
	text-align: center;
	margin-top: 3vw;
}
/* p-corona-wrap end */