@charset "UTF-8";
/* =========================================================
	Fonts
========================================================= */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansCJKjp/regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp/regular.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp/regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansCJKjp/bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp/bold.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp/bold.ttf") format("truetype");
	font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSerifCJKjp/regular.woff2") format("woff2"), url("/assets/fonts/NotoSerifCJKjp/regular.woff") format("woff"), url("/assets/fonts/NotoSerifCJKjp/regular.ttf") format("truetype");
	font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSerifCJKjp/bold.woff2") format("woff2"), url("/assets/fonts/NotoSerifCJKjp/bold.woff") format("woff"), url("/assets/fonts/NotoSerifCJKjp/bold.ttf") format("truetype");
	font-display: swap;
}

/* =========================================================
	Reset
========================================================= */
/* 小林追加分*/

.ryu{font-family: 'リュウミン B-KL';}

.box_grey{
	quotes: inherit;
	background-color: rgba(229,229,229,1.00);
	padding: 2%;
	margin: 20px 0px 0px 0px;
	width: 96%;
	}

.box_grey q{quotes:"\"" "\"" "'" "'";}

.back_white{background-color: white;}
.back_grey{background-color: rgba(242,242,242,1.0);}

.text_white2{color: white;}
.text_red{color: rgba(179,58,60,1.00);}
.text_black{color: black;}
.text_gold{color: #bc9c47;}
.text_orange{color: orange;}
.text_grey{color: rgba(173,173,173,1.00);}

.float_left{float: left;}
.float_right{float: right;}

.c-both { clear:both; }

.no-border{border: 0px;}

.text-al-left{text-align: left;}

.img100{width: 100%;
height: auto;}

.strong{font-weight: 700;}

.c-title_04 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: normal;
  font-size: 3rem;
  text-align: center;
  line-height: 1.29167;
}

.pen{background: linear-gradient(transparent 70%, #FFD1B2 60%);}
.pen2{background: linear-gradient(transparent 60%, #ffff66 60%);}

.mg_top0{margin-top: 0px;}
.mg_top10{margin-top: 10px;}
.mg_top20{margin-top: 20px;}
.mg_top30{margin-top: 30px;}
.mg_top40{margin-top: 40px;}
.mg_top50{margin-top: 50px;}
.mg_top60{margin-top: 60px;}
.mg_top70{margin-top: 70px;}
.mg_top80{margin-top: 80px;}
.mg_top90{margin-top: 90px;}
.mg_top100{margin-top: 100px;}

.mg_bottom0{margin-bottom: 0px;}
.mg_bottom10{margin-bottom: 10px;}
.mg_bottom20{margin-bottom: 20px;}
.mg_bottom30{margin-bottom: 30px;}
.mg_bottom40{margin-bottom: 40px;}
.mg_bottom50{margin-bottom: 50px;}
.mg_bottom60{margin-bottom: 60px;}
.mg_bottom70{margin-bottom: 70px;}
.mg_bottom80{margin-bottom: 80px;}
.mg_bottom90{margin-bottom: 90px;}
.mg_bottom100{margin-bottom: 100px;}

.mg_right0{margin-right: 0px;}
.mg_right10{margin-right: 10px;}
.mg_right20{margin-right: 20px;}
.mg_right30{margin-right: 30px;}
.mg_right40{margin-right: 40px;}
.mg_right50{margin-right: 50px;}
.mg_right60{margin-right: 60px;}
.mg_right70{margin-right: 70px;}
.mg_right80{margin-right: 80px;}
.mg_right90{margin-right: 90px;}
.mg_right100{margin-right: 100px;}

.mg_left0{margin-left: 0px;}
.mg_left10{margin-left: 10px;}
.mg_left20{margin-left: 20px;}
.mg_left30{margin-left: 30px;}
.mg_left40{margin-left: 40px;}
.mg_left50{margin-left: 50px;}
.mg_left60{margin-left: 60px;}
.mg_left70{margin-left: 70px;}
.mg_left80{margin-left: 80px;}
.mg_left90{margin-left: 90px;}
.mg_left100{margin-left: 100px;}

.pd_0{padding: 0px;}
.pd_10{padding: 10px;}
.pd_20{padding: 20px;}
.pd_30{padding: 30px;}
.pd_40{padding: 40px;}
.pd_50{padding: 50px;}
.pd_60{padding: 60px;}
.pd_70{padding: 70px;}
.pd_80{padding: 80px;}
.pd_90{padding: 90px;}
.pd_100{padding: 100px;}

.pd_top0{padding-top: 0px;}
.pd_top10{padding-top: 10px;}
.pd_top20{padding-top: 20px;}
.pd_top30{padding-top: 30px;}
.pd_top40{padding-top: 40px;}
.pd_top50{padding-top: 50px;}
.pd_top60{padding-top: 60px;}
.pd_top70{padding-top: 70px;}
.pd_top80{padding-top: 80px;}
.pd_top90{padding-top: 90px;}
.pd_top100{padding-top: 100px;}

.pd_bottom0{padding-bottom: 0px;}
.pd_bottom10{padding-bottom: 10px;}
.pd_bottom20{padding-bottom: 20px;}
.pd_bottom30{padding-bottom: 30px;}
.pd_bottom40{padding-bottom: 40px;}
.pd_bottom50{padding-bottom: 50px;}
.pd_bottom60{padding-bottom: 60px;}
.pd_bottom70{padding-bottom: 70px;}
.pd_bottom80{padding-bottom: 80px;}
.pd_bottom90{padding-bottom: 90px;}
.pd_bottom100{padding-bottom: 100px;}

.pd_left0{padding-left: 0px;}
.pd_left10{padding-left: 10px;}
.pd_left20{padding-left: 20px;}
.pd_left30{padding-left: 30px;}
.pd_left40{padding-left: 40px;}
.pd_left50{padding-left: 50px;}
.pd_left60{padding-left: 60px;}
.pd_left70{padding-left: 70px;}
.pd_left80{padding-left: 80px;}
.pd_left90{padding-left: 90px;}
.pd_left100{padding-left: 100px;}

.pd_right0{padding-right: 0px;}
.pd_right10{padding-right: 10px;}
.pd_right20{padding-right: 20px;}
.pd_right30{padding-right: 30px;}
.pd_right40{padding-right: 40px;}
.pd_right50{padding-right: 50px;}
.pd_right60{padding-right: 60px;}
.pd_right70{padding-right: 70px;}
.pd_right80{padding-right: 80px;}
.pd_right90{padding-right: 90px;}
.pd_right100{padding-right: 100px;}

.text80{font-size: 80%;}
.text90{font-size: 90%;}
.text120{font-size: 120%;}
.text130{font-size: 130%;}
.text140{font-size: 140%;}
.text150{font-size: 150%;}
.text160{font-size: 160%;}
.text170{font-size: 170%;}
.text180{font-size: 180%;}
.text190{font-size: 190%;}
.text200{font-size: 200%;}

.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.link_color{
	color:#1e73be!important;
}

.box_main{width: 100%;
	max-width: 900px;
margin: 0 auto;}


.box_gold{
	border: solid #bc9c47 1px;
	width: auto;
	padding: 10px;
	width: 100%;
	max-width: 880px;
	margin: 0px 0px;	
}

.text_center{text-align: center;}

.font_big{font-size: 120%;}
.text_bold{font-weight: 700;}

.line_dash{border-top: dashed 1px rgba(149,149,149,1.00);
width: 100%;
	margin: 0 auto;
	max-width: 680px;
}

.box_border {width: 100%;	
	margin: 0px;
}
.box_border tr{margin: 0px;}
.box_border td{border: solid  rgba(0,0,0,1.00) 1px;
	padding: 1% 2%;
	vertical-align: top;
}

.back_black{background-color: black; }

em{font-style:normal;}

.img_top_title{width: 100%;
max-width: 189px;
height: auto;}

.img_top_title2{width: 770px;
height: auto;
display: block;
}

.img_top_title2_sp{display: none;
}

.no_deco{text-decoration: none;}
#no_deco{text-decoration: none;}

.box_center_img{width: 100%;
margin: 0 auto;
	text-align: center;
}

.logo_fo{width: auto;
height: 100px;
float: left;}

.box_movie{width: 480px;}

.sec_toeic{
	width: 100%;
	background-image: url(../img/common/img_banner.jpg);
	background-position: bottom;
	padding: 30px 0px;

}

.sec_online{
	width: 100%;
	background-image: url(../img/common/img_cs_online.jpg);
	background-position: bottom;
	padding: 50px 0px;

}

.sec_toeic_top{
	width: 100%;
	background-color: rgba(233,233,233,1.00);
	padding: 20px 0px;
	color: white;
	text-align: center;
}

.c-title_01_en_white {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: bold;
  color: white;;
  line-height: 1;
}

.c-title_05 {
  margin-bottom: 20px;
  text-align: left;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: bold;
  color: #00253f;
  line-height: 1;
}

.table_main{width: 100%;
border: rgba(255,255,255,1.00) solid 1px;
	margin: 0;
	border-spacing :0px;
}

.table_main tr{margin: 0px; border-collapse:collapse; }
.table_main td{
	padding: 1% 1%;
	vertical-align: top;
	text-align: center;
	margin: 0px;
}

.table_main th{border: solid  rgba(255,255,255,1.00) 1px;
	padding: 1% 1%;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	background-color: rgba(38,58,88,1.00);
	color: white;
}

.table_main_menu{width: 20%;
background-color: rgba(225,225,225,1.00);
}
.table_main_menu2{width: 20%;
background-color: rgba(215,215,215,1.00);
}

.table_3{width: 26%;}
.table_2{width: 40%;}

.table_3_1{
background-color: rgba(255,255,255,1.00);
}

.table_3_2{
background-color: rgba(242,242,242,1.00);
}


.table_main2{width: 100%;
border: rgba(255,255,255,1.00) solid 1px;
	margin: 0;
	border-spacing :0px;
}

.table_main2 tr{margin: 0px; border-collapse:collapse; }
.table_main2 td{
	padding: 5% 1%;
	vertical-align: center;
	margin: 0px;
}

.table_main2 th{border: solid  rgba(255,255,255,1.00) 1px;
	padding: 1% 1%;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	background-color: rgba(38,58,88,1.00);
	color: white;
}

.btn_top_cs{position: absolute;
  bottom: 0;
right: 0;
	width: 350px;
	height: auto;
}

.btn_top_comment{position: absolute;
  bottom: 0;
right: 351px;
	width: 350px;
	height: auto;
}

.btn_top_ya{position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
	width: 62px;
}

.box_top_ya{width:100%;
}



.movie_itv{width:640px;
height:380px;
}

.box_top_cs{}

.box_top_itv{width: 100%;
max-width: 1000px;
margin: 0 auto;}

.itv1{float: left; margin: 0px 10px 0px 0px;}
.itv2{float: left;}
.itv_movie_size{width: 480px; height: 315px;}

.com-box{width: 100%; border: solid rgba(171,171,171,1.00) 1px; padding: 20px;}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
	width: 100%; border: solid rgba(171,171,171,1.00) 1px; padding: 20px;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: 'Font Awesome 5 Free';
	content: '↓'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: 'Font Awesome 5 Free';
	content: '↑'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.box_top_about{
	display: none;
	}

.banner_online{width: 100%;
height: auto;
max-width: 768px;
margin: 0 auto;
}

.sub_top_img{width: 100%;
max-width: 1200px;
	height: auto;
}

.sub_top_img_box{width: 100%;
max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.csu_img{float: left;
width: 265px;
height: auto;
}

/* =========================================================
	swiper
========================================================= */
.swiper-container{
			text-align: center;
			width: 80%;
		}
		.swiper-container .swiper-slide img{
			max-width: 100%;
			height: auto;
		}
		.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
		}

/* =========================================================
	無料カウンセリング
========================================================= */
.back_cs{width: 1200px;
height: 730px;
	padding: 100px 0px 0px 0px;
background-image: url(../img/cs/back_cs.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.cs_font{
/* font-family: "Noto Serif Japanese", serif; */
	color: RGB(28,41,59);
}

.box_1100{width: 1100px;
margin: 0 auto;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

.box_1200{width: 96%;
margin: 0 auto;
position: relative;
}


.bottom_white{width: 100%;
	height: 180px;
position: absolute;
	margin: 0 auto;
  top: 0;
  background-color: white;
}

.bottom_grey{width: 100%;
	height: 30px;
position: absolute;
	margin: 0 auto;
  top: 0;
	background-color: rgba(242,242,242,1.0);}

.back_grey_96{width: 96%;
margin: 0 auto;
background-color: rgba(242,242,242,1.0);
}

.cs_menu_left{float: left;
	background-color: white;
width: 33%;
border: solid rgba(28,41,59,0.10) 1px;
padding: 100px 30px 100px 30px;
}

.cs_menu_right{float: left;
	background-color: white;
width: 34%;
border: solid rgba(28,41,59,0.10) 1px;
padding: 100px 30px 100px 30px;
}

.cs_menu_left:hover,.cs_menu_right:hover,.cs_reserve_left:hover {
	background-color: rgba(196,228,225,1.00); 	/*リンクにマウスが乗ったら背景色を変更する*/
}

.cs_about_left{float: left;
	background-color: white;
width: 25%;
border: solid rgba(28,41,59,0.10) 1px;
padding: 0px 0px 100px 0px;
}

.cs_number{background-color: rgba(28,41,59,1.0);
padding: 5px;
	float: left;
	color: white;
	margin: 0px 20px 20px 0px;
}

.cs_flow{padding: 5px;
	float: left;
}

.cs_title{font-size: 150%;
margin: 50px 0px 50px 0px;
text-align: center;
}

.cs_subtitle{font-size: 130%;
margin: 0px 0px 30px 0px;
text-align: center;
}

.cs_box_faq{background-color: white;
max-width: 900px;
	width: 100%;
border: solid rgba(28,41,59,0.10) 1px;
padding: 0px 30px 0px 30px;
margin: 0 auto;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

.cs_faq_text{width: 100%;
border-bottom: dashed 1px rgba(28,41,59,0.10);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 50px 0px;
}

.cs_faq_ya{float: left;
margin: 0px 0px 0px 30px;
}

/* =========================================================
予約画面の電話対応ありver
	.cs_reserve_left{float: left;
	background-color: white;
width: 50%;
border: solid rgba(28,41,59,0.10) 1px;
padding: 0px 0px 100px 0px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	margin: 0px 0px 80px 0px;
}
予約画面の電話対応なしver
.cs_reserve_left{
	background-color: white;
width: 70%;
border: solid rgba(28,41,59,0.10) 1px;
padding: 0px 0px 80px 0px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	margin: 0 auto;
}
========================================================= */

.cs_reserve_left{
	background-color: white;
width: 70%;
border: solid rgba(28,41,59,0.10) 1px;
padding: 0px 0px 80px 0px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	margin: 0 auto;
}

.cs_reserve_left{float: left;
	background-color: white;
width: 50%;
border: solid rgba(28,41,59,0.10) 1px;
padding: 0px 0px 100px 0px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	margin: 0px 0px 80px 0px;
}

.cs_reserve_text{padding: 30px 30px 0px 30px;}

.img_cs{width: 80%;
max-width: 640px;
height: auto;}

.cs_text_top{margin: 50px 0px 0px 50px;
width: 550px;
	font-weight: 600;
	text-shadow:1px 1px 3px #FFF, -1px -1px 3px #FFF,
              -1px 1px 3px #FFF, 1px -1px 3px #FFF,
              0px 1px 3px #FFF,  0-1px 3px #FFF,
              -1px 0 3px #FFF, 1px 0 3px #FFF;
}

.cs_title_top{margin: 0px 0px 20px 0px;
font-size: 200%;
	font-weight: 600;
	text-shadow:1px 1px 3px #FFF, -1px -1px 3px #FFF,
              -1px 1px 3px #FFF, 1px -1px 3px #FFF,
              0px 1px 3px #FFF,  0-1px 3px #FFF,
              -1px 0 3px #FFF, 1px 0 3px #FFF;
}

.cs_top_btn{width: 100%;
max-width: 340px;
	margin: 0 auto;
height: auto;}

.cs_top_btn_box{width: 100%;
max-width: 340px;
	margin: 0 auto;
}

.btn_cs_camp{width: 80%;
	max-width: 600px;
	height: auto;
	margin: 30px 0px 0px 0px;
}


/* =========================================================
閉じるボタン
========================================================= */


.trigger_box *, .trigger_box *:before, .trigger_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.trigger_box {
	position: relative;
}
.trigger_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.trigger_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.trigger_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	content: '↓ 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.trigger_box input {
	display: none;
}
.trigger_box .trigger_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.trigger_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.trigger_box input:checked + label:after {
	
	content: '↑ 閉じる';
}
.trigger_box input:checked ~ .trigger_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}


@media screen and (max-width: 767px) {
	.box_border {width: 100%;	
	margin: 0px;
}
.box_border tr{margin: 0px;}
.box_border td{border: solid  rgba(0,0,0,1.00) 1px;
	padding: 1% 2%;
	vertical-align: top;
}
	.box_movie{width: 360px;}
	


.box_main{padding: 0% 1%;
width: 98%;
}

.cs_number{background-color: rgba(28,41,59,1.0);
padding: 5px;
	float: none;
	width: 100%;
	text-align: center;
	color: white;
	margin: 0px 0px 20px 0px;
}

.cs_flow{margin: 0px 0px 50px 0px;
	float: none;
}

.cs_about_left{
width: 50%;
}

.box_1200{width: 100%;
}
	
.box_1100{width: 100%;
}

.cs_menu_left{
padding: 100px 10px 100px 10px;
	font-size: 90%;
}

.cs_menu_right{
padding: 100px 10px 100px 10px;
	font-size: 90%;
}

.back_cs{width: 100%;
height: 600px;
	padding: 50px 0px 0px 0px;
background-image: url(../img/cs/back_cs_sp.jpg);
background-position:right;
}

.cs_text_top{margin: 100px 1% 0px 1%;
width: 98%;
}

.cs_title_top{
font-size: 150%;
}
	

.cs_reserve_text{padding: 30px 10px 0px 10px;
	}
	
.btn_top_cs{width: 100%;
	max-width: 565px;
	height: auto;
}

.movie_itv{width:100%;
height:280px;
}

	
.btn_top_ya{display: none;	
}
	
.box_top_img2{
	background-color: rgba(255,255,255,0.90);
	margin: 0 auto;
}	

.img_top_title2{display: none;
}
	
.img_top_title2_sp{width: 100%;
height: auto;
position: absolute;
bottom:50px;
	display: block;
}
	
.box_top_cs{
	width: 100%;
	height: 200px;
	position: absolute;
  bottom: 0;
right: 0;
	}
	
	.box_top_about{width: 100%;
	background-color: rgba(0,27,42,1.00);
	display: block;
	}
	
	.btn_top_comment{display: none;
}

.itv1{float: none; margin: 0px 0px 20px 0px;}
.itv2{float: none;}
	
.itv_movie_size{width: 100%; height: 280px;}
	
.cp_box {
	width: 96%; border: solid rgba(171,171,171,1.00) 1px; padding: 1%; margin: 5% 1%;
}
.cp_box label {
	width: 96%;
}
	
.csu_img{float: none;
width: 100%;
height: auto;
}
	
	/* =========================================================
	swiper
========================================================= */
.swiper-container{
			text-align: center;
			width: 100%;
		}

	
}



/* =========================================================
	レビュー
========================================================= */
.review-box-top{
  width: 100%;
  margin-top: 100px;
	height: 17vh;
	border-bottom: rgba(198,198,198,1.00) 1px solid;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
}

.review-box-left{width: 35%;
	float: left;
	height: 80vh;
	overflow: scroll;
}

.review-box-right{width: 65%;
	float: left;
	height: 80vh;
}

.review-school-box{width: 100%-40px;
border-bottom: rgba(198,198,198,1.00) 1px solid;
	padding: 15px 20px;
}

.review-school-left{width: 80%;
float: left;
}

.review-school-right{width: 20%;
float: left;
text-align: center;
}
.review-box-right-sp{display: none;
}

.review-img-web{width: 35px;
margin: 0 auto;
}

.review-logo-box{margin: 20px 0px 0px 20px;}
.review-top-text{margin: 20px 20px 0px 20px;
border: rgba(198,198,198,1.00) 1px solid;
	padding: 10px 20px 10px 20px;
	border-radius: 20px;
	width: 100%;
	max-width: 700px;
}

.review-map{width: 100%; height: 100%;}

.review-btn-comment{border-radius: 10px;
background-color: rgba(53,89,98,1.00);
padding: 5px 10px;
color: white;
font-size: 80%;
width: 150px;
margin: 20px 0px 0px 20px;
float: left;
}

.review-btn-comment-top{border-radius: 10px;
background-color: rgba(53,89,98,1.00);
padding: 5px 10px;
color: white;
font-size: 80%;
width: 120px;
margin: 0px 0px 0px 20px;
float: left;
}

.review-top-comment{
float: left;
}

.overlayall-sample {
      display: none;
      width: 100%;
      height: 100%;
      position: fixed;
      overflow: scroll;
      top: 0;
      left: 0;
      z-index: 100;
      background: rgba(0,0,0,0.9);
	  text-align: left;
  }
  .overlayall-sample p{
      color: #FFF;
  }
  .overlay-btn-sample p{
    background-color: #333;
    padding: 15px 20px;
    width: 100px;
    color: #FFF;
  }

.no-pc{display: none;}
.no-sp{display: inline;}


@media screen and (max-width: 767px) {
.review-box-top{
	height: auto;
  margin-top: 70px;
	padding: 0px 0px 20px 0px;
}
	
.review-map{width: 100%; height: auto;}

.review-box-left{width: 100%;
height: auto;
float: none;
}
	
.review-box-right{display: none;
}
	
.review-box-right-sp{width: 100%;
float: none;
height: auto;
display: inline;
}
	
.review-logo-box{margin: 20px 0px 0px 5px;}
.review-top-text{margin: 20px 1% 0px 1%;
	padding: 10px 5px;
	width: 98%;
}

.review-btn-comment{
float: none;
margin: 10px 0px 0px 5px;
}
.review-top-comment{
float: none;
margin-left:5px;
}
	
.review-school-box{width: 100%-40px;
border-bottom: rgba(198,198,198,1.00) 1px solid;
padding: 15px 5px 15px 10px;
}
	
.no-sp{display: none;}
.no-pc{display: inline;}
	
}

	


@supports (-ms-ime-align: auto) {
	.btn_top_ya {
        display: none;
    }
}


abbr, address, article, aside, audio, b, blockquote, body, button, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}
h1{
  font-family:garamond;
  font-weight: bold;
}

h2, h2 span, h3, h4, h5, h6 {
  font-weight: bold!important;
  font-family: "A-OTF ゴシックMB101 Pro"!important;
}

@media screen and (max-width: 767px){
  h2, h3, h4, h5 {
      line-height: 1.4;
      font-family: "Noto Sans Japanese", sans-serif!important;
  }
}

.garamond{font-family: Garamond!important;}

input, option, select, table, textarea {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

fieldset {
  min-width: 100%;
  width: 100%;
  display: table;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =========================================================
	Base Setting
========================================================= */
/* body, button, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea { */
main, header, button, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea {
  color: #333;
  /* font-family: "Noto Sans Japanese", sans-serif; */
  font-weight: 400;
  line-height: 1.722;
}

body {
  font-size: 1.6rem;
  min-width: 990px;
  color: #333;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  /* line-height: 0; */
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    min-width: unset;
  }
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover, a:active {
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* =========================================================
	Icon
========================================================= */
@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icon/icomoon.eot?q3e2ie");
  src: url("/assets/fonts/icon/icomoon.eot?q3e2ie#iefix") format("embedded-opentype"), url("/assets/fonts/icon/icomoon.ttf?q3e2ie") format("truetype"), url("/assets/fonts/icon/icomoon.woff?q3e2ie") format("woff"), url("/assets/fonts/icon/icomoon.svg?q3e2ie#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-caret-right:before {
  content: "\f0da";
}

/* =========================================================
	Common Layout
========================================================= */
/* Header
--------------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00253f;
  z-index: 10;
}

.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 85px;
}

.header .logo img {
  width: 170px;
}

.header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header_nav_list_pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 20px;
  padding-left: 30px;
}

.header_nav_list_pc li {
  font-size: 1.2rem;
  /* font-family: "Noto Serif Japanese", serif; */
}

.header_nav_list_pc li:nth-child(1) {
  margin-right:9px;
}

.header_nav_list_pc li a {
  padding-bottom: 8px;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.header_nav_list_pc li.has_subnav,
.header_nav_list_pc li.has_subnav a {
    position: relative;
}

.header_nav_list_pc li.has_subnav a:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 6px;
    right: -13px;
    transform: rotate(45deg);
}

.header_nav_list_pc li a:hover {
  color: #bc9c47;
}

.header_nav_list_pc li:not(.has_subnav) a:hover {
  border-color: #bc9c47;
}

.header_nav_list_pc li.has_subnav a:hover:after {
    border-color: #c39f3a;
}

.header_nav_list_pc .subnav {
    padding-top: 32px;
    position: absolute;
    top: 20px;
    left: -10px;
    opacity: 0;
    pointer-events: none;
    transition: 300ms;
}

.header_nav_list_pc .subnav li {
    display: flex;
    align-items: center;
    width: 220px;
    height: 35px;
    background: rgba(0, 37, 63, 0.95);
    opacity: 0.95;
}

.header_nav_list_pc .subnav li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: none;
}

.header_nav_list_pc .subnav li a:after {
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    transform: rotate(-45deg);
}

.header_nav_list_pc li.has_subnav:hover .subnav {
    opacity: 1;
    pointer-events: all;
}

.header_box_01 {
  width: 185px;
}

.header_box_01 p {
  line-height: 1.3;
}

.header_box_01 p a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}

.header_box_01 p a:hover {
  color: #bc9c47;
}

.header_box_01 p a:hover i:before {
  border-left-color: #bc9c47;
}

/*.header_btn_counseling a {*/
  /*padding: 8px 10px;*/
  /*font-size: 1.2rem;*/
  /*text-align: left;*/
  /*line-height: 1.3;*/
/*}*/

@media screen and (max-width: 767px) {
  .header_inner {
    width: auto;
    padding: 10px;
    height: 60px;
  }
  .header_btn_menu span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #bc9c47;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .header_btn_menu span + span {
    margin-top: 7px;
  }
  .header_btn_menu.is-open span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  .header_btn_menu.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header_btn_menu.is-open span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  .header .logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
  }
  .header .logo img {
    width: 151px;
  }
  .header nav {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  .header_box_01 {
    width: 148px;
  }
  .header_btn_counseling a {
    padding: 5px 6px;
  }
  .header_btn_counseling a i {
    right: 6px;
  }

}

/* Global Navi
--------------------------------------------------------- */
.gnav_sp {
  position: fixed;
  height: calc(100vh - 60px);
  width: 100%;
  top: 60px;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  z-index: 100;
}

.gnav_sp_list {
  /* text-align: center; */
}

.gnav_sp_list li a {
    line-height: 1;
    background: rgba(0, 37, 63, 0.95);
    padding: 25px 0;
    position: relative;
}

.gnav_sp_list li.subnav {
    display: none;
}

.gnav_sp_list li.subnav a {
    background: #32556ef2;
}

.gnav_sp_list li.has_subnav {
    position: relative;
}

.gnav_sp_list li.has_subnav:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 52px;
    bottom: 0;
    opacity: 0.5;
}

.gnav_sp_list li.has_subnav a {
    overflow: hidden;
    transition: 300ms;
}

.gnav_sp_list li .icon_subnav:before,
.gnav_sp_list li .icon_subnav:after,
.gnav_sp_list li.subnav a:after {
    content: '';
    box-sizing: content-box;
    display: block;
    width: 12px;
    height: 15px;
    background: url(../img/common/icon_arrow_01.png) no-repeat center center;
    background-size: 12px;
    transition: 300ms;
}

.gnav_sp_list li .icon_subnav {
    box-sizing: content-box;
    display: block;
    width: 12px;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
}

.gnav_sp_list li .icon_subnav:before,
.gnav_sp_list li .icon_subnav:after {
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
}

.gnav_sp_list li .icon_subnav,
.gnav_sp_list li.subnav a:after {
    padding: 29px 20px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 300ms;
}

.gnav_sp_list li.has_subnav .icon_subnav:after {
    width: 15px;
    height: 12px;
    background-image: url(../img/common/icon_arrow_02.png);
    background-size: 15px;
    transform: rotate(-90deg);
    opacity: 0;
}

.gnav_sp_list li.has_subnav.is-open a {
    color: #c39f3a;
}

.gnav_sp_list li.has_subnav.is-open:after {
    background: #c39f3a;
}

.gnav_sp_list li.has_subnav.is-open .icon_subnav:before {
    opacity: 0;
    transform: rotate(90deg);
}

.gnav_sp_list li.has_subnav.is-open .icon_subnav:after {
    opacity: 1;
    transform: rotate(0);
}

.gnav_sp_list li a {
  display: block;
  color: #fff;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 2.4rem;
  text-decoration: none;
}

.gnav_sp_btn {
    background-color: rgba(0, 37, 63, 0.94);
    padding: 0 15px;
}

.gnav_sp_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
    line-height : 1.35;
}

.gnav_sp_btn a span:first-child {
  color: #fff;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 2rem;
  text-align: left;
}

.gnav_sp_btn a span:last-child {
  margin-left: 7px;
}

.gnav_sp_btn a span:last-child img {
  width: 37.5px;
}

.gnav_sp_txt {
  color: #fff;
  /* font-family: "Noto Serif Japanese", serif; */
  text-align: center;
  background-color: rgba(0, 37, 63, 0.94);
  padding: 5px 0 15px;
}

.gnav_sp.is-open {
  opacity: 1;
  pointer-events: all;
}

/* Contents
--------------------------------------------------------- */
#conts {
  display: block;
  padding-top: 85px;
}

#conts .sec_main {
  margin-top: 50px;
  margin-bottom: 95px;
}

#conts .sec_counseling {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
}

#conts .sec_counseling_ttl h1 img {
  height: 52px;
}

#conts .sec_counseling_txt {
  text-align: center;
}

#conts .sec_counseling_btn {
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  max-width: 380px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #conts {
    padding-top: 60px;
  }
  #conts .sec_main {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #conts .sec_counseling {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #conts .sec_counseling_ttl h1 img {
    width: 203.5px;
    height: auto;
  }
  #conts .sec_counseling_txt {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 1.8rem;
    text-align: left;
  }
  #conts .sec_counseling_btn {
    margin-top: 35px;
    max-width: unset;
    font-size: 1.5rem;
  }
}

/* Footer
--------------------------------------------------------- */
.footer_box_01 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00253f;
}

.footer_box_02 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 990px;
}

.footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 990px;
}

.footer_inner_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_inner_box > * {
  width: calc(50% - 15px);
}

.footer_inner_box > *:first-child li:last-child {
  border-bottom: 1px solid #003357;
}

.footer_logo {
  width: 151px;
  margin-bottom: 10px;
}

.footer_list_01 li {
  border-top: 1px solid #003357;
}

.footer_list_01 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.25;
}

.footer_list_01 li a span {
  padding-left: 17px;
  text-indent: -17px;
}

.footer_list_01 li a:hover {
  color: #bc9c47;
}

.footer_list_01 li a:hover span:before {
  border-left-color: #bc9c47;
}

.footer_list_01_depth_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer_list_01_depth_01 li {
  width: calc(50% - 15px);
}

.footer_list_01_depth_01 li:nth-last-child(-n+2) {
  border-bottom: 1px solid #003357;
}

.footer_list_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -28px;
}

.footer_list_02 li {
  margin-left: 28px;
}

.footer_list_02 li a {
  color: #003357;
  font-size: 1.4rem;
  text-decoration: none;
}

.footer_list_02 li a:before {
  border-left-color: #003357 !important;
}

.footer_list_02 li a:hover {
  color: #bc9c47;
}

.footer_list_02 li a:hover:before {
  border-left-color: #bc9c47 !important;
}

.footer_copyright {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #00253f;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer_box_01 {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .footer_box_02 {
    padding-top: 25px;
    padding-bottom: 25px;
    width: auto;
  }
  .footer_inner {
    width: auto;
  }
  .footer_inner_box {
    display: block;
  }
  .footer_inner_box > * {
    width: auto;
  }
  .footer_inner_box > *:first-child li:last-child {
    border-bottom: none;
  }
  .footer_logo {
    margin-left: 15px;
    margin-bottom: 17px;
  }
  .footer_list_01 li a {
    padding-left: 15px;
    padding-right: 10px;
    height: 60px;
  }
  .footer_list_01_depth_01 li {
    width: calc(50%);
    border-top: none;
    border-bottom: 1px solid #003357;
  }
  .footer_list_01_depth_01 li:nth-child(odd) {
    border-right: 1px solid #003357;
  }
  .footer_list_01_depth_01 li:nth-child(-n+2) {
    border-top: 1px solid #003357;
  }
  .footer_list_02 {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer_list_02 li {
    margin-left: 0;
  }
  .footer_list_02 li a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }
}

.small {
  font-size: .8em;
}

/* =========================================================
	Component
========================================================= */
/* c-icon
--------------------------------------------------------- */
.footer_list_01 li a span:before, .footer_list_02 li a:before, .c-icon_arrow_right_01:before {
  content: "";
  display: inline-block;
  border-left: .8em solid #fff;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  vertical-align: -1px;
  margin-right: 5px;
}

.c-icon_pdf {
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
  vertical-align: middle;
}

.c-icon_pdf img {
  width: 14px;
}

@media screen and (max-width: 767px) {
  .c-icon_pdf img {
    width: 12px;
  }
}

/* box
--------------------------------------------------------- */
.c-box_standard {
  margin-left: auto;
  margin-right: auto;
  width: 830px;
}

@media screen and (max-width: 767px) {
  .c-box_standard {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
}

/* title
--------------------------------------------------------- */
.c-title_01 {
  margin-bottom: 30px;
}

.c-title_01_en {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: bold;
  color: #00253f;
  /* line-height: 1; */
}

.c-title_01_ja {
  margin-right: auto;
  margin-left: auto;
  width: 380px;
  border: 1px solid #ff7e9a;
  border-radius: 15px;
  color: #ff7e9a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.c-title_02 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 19px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: normal;
  font-size: 3rem;
  text-align: center;
  line-height: 1.29167;
}

.c-title_02:after {
  content: "";
  position: absolute;
  display: block;
  width: 110px;
  height: 3px;
  left: 50%;
  bottom: 0;
  background-color: #bc9c47;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-title_03 {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid #bc9c47;
  color: #bc9c47;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-title_01 {
    margin-bottom: 25px;
	  margin-top: 50px;
  }
  .c-title_01_en {
    margin-bottom: 10px;
    font-size: 4.4rem;
  }
  .c-title_01_ja {
    width: 100%;
    max-width: 325px;
    border-radius: 13px;
    font-size: 1.7rem;
  }
  .c-title_02 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .c-title_02:after {
    width: 50px;
  }
}

/* txt
--------------------------------------------------------- */
.c-txt_01 {
  padding-left: 1em;
  text-indent: -1em;
}

.c-txt_01:before {
  content: "※";
}

/* btn
--------------------------------------------------------- */
.c-btn_01 {
  position: relative;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edc455), to(#9d813c));
  background-image: linear-gradient(to bottom, #edc455 0%, #9d813c 100%);
  color: #fff !important;
  line-height: 1.389;
  text-align: center;
  text-decoration: none !important;
}

.c-btn_01 i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn_02 {
  position: relative;
  display: inline-block;
  padding-top: 42px;
  padding-bottom: 42px;
  width: 380px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #00253f;
  color: #fff !important;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  text-decoration: none !important;
}

.c-btn_02_readmore:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  right: 110px;
  bottom: 17px;
  background-color: #bc9c47;
}

.c-btn_02_readmore:after {
  content: "read more";
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-family: "Cormorant Garamond", serif;
  color: #bc9c47;
}

.c-btn_02_blank span {
  position: absolute;
  width: 32px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn_02_icon i {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn_03 {
  position: relative;
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edc455), to(#9d813c));
  background-image: linear-gradient(to bottom, #edc455 0%, #9d813c 100%);
  color: #fff !important;
  font-size: 2.5rem;
  line-height: 1.389;
  text-align: center;
  text-decoration: none !important;
}

.c-btn_03 i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-cv_btn_01 {
    padding-top             : .6em;
    padding-bottom          : .6em;
    text-decoration         : none !important;
    border-radius           : 2px;
    display : inline-block;
    display                 : -webkit-box;
    display                 : -webkit-flex;
    display                 : -ms-flexbox;
    display                 : flex;
    -webkit-box-pack        : center;
    -webkit-justify-content : center;
    -ms-flex-pack           : center;
    justify-content         : center;
    -webkit-box-align       : center;
    -webkit-align-items     : center;
    -ms-flex-align          : center;
    align-items             : center;
    line-height             : 1;
    background              : #d45327;
    color                   : #fff !important;
}

.c-cv_btn_01 .icon {
    margin-left : .5em;
}

.c-cv_btn_01.c-cv_btn_01-sm {
    padding                : .3em 0;
    -webkit-box-orient     : vertical;
    -webkit-box-direction  : normal;
    -webkit-flex-direction : column;
    -ms-flex-direction     : column;
    flex-direction         : column;
}

.c-cv_btn_01.c-cv_btn_01-sm .line1 {
    margin-bottom : .25em;
    font-size     : 18px;
	font-family:"Noto Serif Japanese", serif;	
}

.c-cv_btn_01.c-cv_btn_01-sm .line2 {
    color               : #fff;
    font-size           : 14px;
    display             : -webkit-box;
    display             : -webkit-flex;
    display             : -ms-flexbox;
    display             : flex;
    -webkit-box-align   : center;
    -webkit-align-items : center;
    -ms-flex-align      : center;
    align-items         : center;
	font-family:"Noto Serif Japanese", serif;
}

.c-cv_btn_01.c-cv_btn_01-lg {
    padding : .9em 1em;
    width   : auto;
}

@media screen and (max-width: 767px) {
  .c-btn_01 {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .c-btn_01 i {
    right: 20px;
  }
  .c-btn_02 {
    padding-top: 28px;
    padding-bottom: 28px;
    width: 100%;
    max-width: 335px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    font-size: 1.8rem;
  }
  .c-btn_02_readmore:before {
    width: 15px;
    height: 1px;
    bottom: 13px;
  }
  .c-btn_02_blank span {
    width: 22px;
    right: 20px;
  }
  .c-btn_02_icon i {
    right: 15px;
  }

    .c-cv_btn_01.c-cv_btn_01-sm .line1 {
        font-size : 18px
    }
	
	.line1{
		font-family:"Noto Serif Japanese", serif;
	}

    .c-cv_btn_01.c-cv_btn_01-sm .line2 {
        font-size : 12px;
    }
	
	.line2{
		font-family:"Noto Serif Japanese", serif;
	}
	
}

.mx-auto {
    margin-left : auto;
    margin-right : auto;
}

/* list
--------------------------------------------------------- */
.c-list_ol_decimal {
  padding-left: 1.2em;
}

.c-list_ol_decimal > li {
  list-style-type: decimal;
}

.c-list_ol_u_roman > li {
  list-style-type: upper-roman;
}

/* table
--------------------------------------------------------- */
.c-table_01 {
  width: 100%;
  border-collapse: collapse;
}

.c-table_01 tbody tr th, .c-table_01 tbody tr td {
  padding: 15px;
  border: 1px solid #e7e7e7;
}

.c-table_01 tbody tr th {
  background-color: #00253f;
  color: #fff;
  text-align: left;
}

.c-table_01 tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .c-table_01 tbody tr th, .c-table_01 tbody tr td {
    padding: 10px;
  }
}

/* grid
--------------------------------------------------------- */
.c-grid_02, .c-grid_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-grid_02 > * {
  width: calc(50% - 25px);
}

.c-grid_03 > * {
  width: calc(33.33% - 20px);
}

@media screen and (max-width: 767px) {
  .c-grid_02, .c-grid_03 {
    display: block;
  }
  .c-grid_02 > *, .c-grid_03 > * {
    width: auto;
  }
}

/* c-hover
--------------------------------------------------------- */
.c-hover_opacity:hover {
  opacity: 0.7;
}

/* pagination
--------------------------------------------------------- */
.pagination {
  margin-top: 25px;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .nav-links > * {
  display: inline-block;
  margin-top: 15px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 3px 10px;
  border: 1px solid #E0E0E0;
}

.pagination .nav-links a {
  text-decoration: none;
}

.pagination .nav-links .current, .pagination .nav-links a:hover {
  background-color: #00253f;
  color: #fff;
}

.pagination .nav-links .dots {
  padding: 3px 7px;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 15px;
  }
  .pagination .nav-links > * {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

/* Animate.css
--------------------------------------------------------- */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.c-animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.c-animated.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

/* c-wysiwyg
--------------------------------------------------------- */
.c-wysiwyg, .mce-content-body {
  word-break: break-all;
}

.c-wysiwyg * + *:not(li), .mce-content-body * + *:not(li) {
  margin-top: 1.722em;
}

.c-wysiwyg .c-wysiwyg_mb0, .mce-content-body .c-wysiwyg_mb0 {
  margin-bottom: 0;
}

.c-wysiwyg .c-wysiwyg_mb0 + *, .mce-content-body .c-wysiwyg_mb0 + * {
  margin-top: 0 !important;
}

.c-wysiwyg h3, .mce-content-body h3 {
  margin-top: 60px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.38889;
}

.c-wysiwyg h4, .mce-content-body h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.38889;
}

.c-wysiwyg ol, .mce-content-body ol {
  padding-left: 1.2em;
}

.c-wysiwyg ol > li, .mce-content-body ol > li {
  list-style-type: decimal;
}

.c-wysiwyg ol > li + li, .mce-content-body ol > li + li {
  margin-top: 5px;
}

.c-wysiwyg ul, .mce-content-body ul {
  padding-left: 1.2em;
}

.c-wysiwyg ul > li, .mce-content-body ul > li {
  list-style-type: disc;
}

.c-wysiwyg ul > li + li, .mce-content-body ul > li + li {
  margin-top: 5px;
}

.c-wysiwyg img.alignright, .mce-content-body img.alignright {
  float: right;
  margin-left: 10px;
}

.c-wysiwyg img.alignright + *, .mce-content-body img.alignright + * {
  margin-top: 0;
}

.c-wysiwyg img.alignleft, .mce-content-body img.alignleft {
  float: left;
  margin-right: 10px;
}

.c-wysiwyg img.alignleft + *, .mce-content-body img.alignleft + * {
  margin-top: 0;
}

.c-wysiwyg img.aligncenter, .mce-content-body img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-wysiwyg .c-wysiwyg_box_01, .mce-content-body .c-wysiwyg_box_01 {
  padding: 30px;
  background-color: #f8f8f8;
}

.c-wysiwyg .c-wysiwyg_box_02, .mce-content-body .c-wysiwyg_box_02 {
  padding: 20px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
}

.c-wysiwyg .c-wysiwyg_box_03, .mce-content-body .c-wysiwyg_box_03 {
  padding: 20px;
  background-color: #F3EDDE;
  font-weight: bold;
}

.c-wysiwyg .c-wysiwyg_box_01:after, .c-wysiwyg .c-wysiwyg_box_02:after, .c-wysiwyg .c-wysiwyg_box_03:after, .mce-content-body .c-wysiwyg_box_01:after, .mce-content-body .c-wysiwyg_box_02:after, .mce-content-body .c-wysiwyg_box_03:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-wysiwyg h3, .mce-content-body h3 {
    margin-top: 35px;
    font-size: 2rem;
  }
  .c-wysiwyg h4, .mce-content-body h4 {
    font-size: 1.7rem;
  }
  .c-wysiwyg img, .mce-content-body img {
    display: block;
    margin-right: -20px !important;
    margin-left: -20px !important;
    max-width: calc(100% + 40px);
  }
  .c-wysiwyg img.alignright, .c-wysiwyg img.alignleft, .mce-content-body img.alignright, .mce-content-body img.alignleft {
    float: none;
  }
  .c-wysiwyg .c-wysiwyg_box_01, .c-wysiwyg .c-wysiwyg_box_03, .mce-content-body .c-wysiwyg_box_01, .mce-content-body .c-wysiwyg_box_03 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-wysiwyg .c-wysiwyg_box_01, .mce-content-body .c-wysiwyg_box_01 {
    padding: 20px;
  }
  .c-wysiwyg .c-wysiwyg_box_01 > *:first-child img, .c-wysiwyg .c-wysiwyg_box_02 > *:first-child img, .c-wysiwyg .c-wysiwyg_box_03 > *:first-child img, .mce-content-body .c-wysiwyg_box_01 > *:first-child img, .mce-content-body .c-wysiwyg_box_02 > *:first-child img, .mce-content-body .c-wysiwyg_box_03 > *:first-child img {
    margin-top: -20px;
  }
}

/* =========================================================
	Page
========================================================= */
/* =========================================================
	Top
========================================================= */
/* class-top
--------------------------------------------------------- */
.class-top .c-title_01_en {
  font-size: 6.3rem;
}

.class-top .c-title_01_ja {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 480px;
  border-radius: 18px;
  font-size: 2.2rem;
}

.class-top .top_bg_pettern_02 {
	background-image: url( ../img/top/img_top_03.jpg);
	background-position: center top;

}


.box_top_img{
	width: 30%;
	min-width: 400px;
	max-width: 536px;
	margin: 0 auto;
	padding: 4% 0 0 0;
}

.box_top_img2{
	margin: 8% 0 0 10%;
}

.box_top_img3{
	margin: 3% 0 0 10%;
}

.class-top .top_txt_underline {
  position: relative;
  z-index: 2;
}

.class-top .top_txt_underline:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: .4em;
  left: 0;
  bottom: .15em;
  background-color: #FFB7C7;
  z-index: -1;
}

.class-top .top_txt_lead {
  font-size: 1.8rem;
  text-align: center;
}

.class-top .top_txt_link {
  font-size: 2rem;
}

.class-top .top_txt_link a {
  font-family: "Cormorant Garamond", serif;
  color: #bc9c47;
  text-decoration: none;
}

.class-top .top_txt_link a:hover {
  text-decoration: underline;
}

.class-top .top_btn_01 {
  margin-top: 70px;
  text-align: center;
}

.class-top .top_btn_01 a {
  font-size: 2.5rem;
  width: 480px;
}

.class-top .top_btn_01 a:before {
  right: 120px;
}

.class-top .top_btn_01 a:after {
  font-size: 2.8rem;
  bottom: 3px;
}

@media screen and (max-width: 767px) {
	.class-top .top_bg_pettern_02 {
	background-image: url( ../img/top/img_top_03_sp.jpg);
		background-position: center top;
}
	
	
	
	.box_top_img{margin: 50px 0px 0px 0px;
	width: 100%;
		height: auto;
	}
	
  .class-top .c-title_01_en {
    font-size: 4.4rem;
  }
  .class-top .c-title_01_ja {
    width: 320px;
    border-radius: 14px;
    font-size: 1.6rem;
  }
  .class-top .top_bg_pettern_01 {
    background-size: 13px 13px;
  }
  .class-top .top_txt_lead {
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
  }
  .class-top .top_btn_01 {
    margin-top: 35px;
  }
  .class-top .top_btn_01 a {
    font-size: 1.8rem;
    width: 100%;
    max-width: 334px;
  }
  .class-top .top_btn_01 a:before {
    right: 90px;
  }
  .class-top .top_btn_01 a:after {
    font-size: 2rem;
  }
}

/* id-top
--------------------------------------------------------- */
#id-top #conts .sec_main {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

#id-top #conts .top_header_info_area {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #00253f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
    text-align: center;
}

#id-top #conts .top_header_info_area .menu {
  padding: 5px 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}

#id-top #conts .top_header_info_area .menu a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFB7C7));
  background: linear-gradient(transparent 50%, #FFB7C7 50%);
  text-decoration: none;
  position: relative;
}

#id-top #conts .mv {
  position: relative;
  height: calc(100vh - 85px);
  overflow: hidden;
}

#id-top #conts .mv .h1_wrap {
  position: relative;
  top: calc(50% - 50px);
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-perspective: 400px;
          perspective: 400px;
  font-size: 6vh;
}

#id-top #conts .mv .h1_wrap h1 {
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
  line-height: 1;
}

#id-top #conts .mv .h1_wrap h1 span {
  display: block;
}

#id-top #conts .mv.mini {
  padding-top: 30px;
}

#id-top #conts .mv.mini .h1_wrap {
  font-size: 5.75vh;
}

#id-top #conts .mv_arrow {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#id-top #conts .mv_arrow span {
  display: block;
}

#id-top #conts .mv_arrow span:first-child {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.97vh;
  line-height: 1.3;
}

#id-top #conts .mv_arrow span:last-child {
  text-align: center;
}

#id-top #conts .mv_arrow span:last-child img {
  width: 5.38vh;
}

#id-top #conts .sec_lead, #id-top #conts .sec_service, #id-top #conts .sec_price,  .sec_price2, #id-top #conts .sec_warranty, #id-top #conts .sec_centers, #id-top #conts .sec_counseling {
  padding-top: 90px;
  padding-bottom: 100px;
}

#id-top #conts .sec_lead {
  background-color: #f8f8f8;
}

#id-top #conts .sec_lead_txt_01, #id-top #conts .sec_lead_txt_02 {
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.44444;
}

#id-top #conts .sec_lead_txt_01 span, #id-top #conts .sec_lead_txt_02 span {
  display: inline-block;
  font-size: 4.2rem;
  font-weight: bold;
}

#id-top #conts .sec_lead_txt_02 {
  margin-top: 50px;
}

#id-top #conts .sec_lead_txt_02 span {
  display: inline-block;
  font-size: 5.2rem;
}

#id-top #conts .sec_lead_box_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 990px;
}

#id-top #conts .sec_lead_box_01 > * {
  width: calc(50% - 15px);
}

#id-top #conts .sec_lead_box_01 .conts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#id-top #conts .sec_lead_box_01 .conts dl {
  padding-top: 10px;
  padding-bottom: 13px;
  background-color: #fff;
}

#id-top #conts .sec_lead_box_01 .conts dl dt span {
  display: block;
  text-align: center;
  line-height: 1.1;
}

#id-top #conts .sec_lead_box_01 .conts dl dt span:first-child {
  color: #bc9c47;
  font-family: "Cormorant Garamond", serif;
  font-size: 4.8rem;
}

#id-top #conts .sec_lead_box_01 .conts dl dt span:first-child:before, #id-top #conts .sec_lead_box_01 .conts dl dt span:first-child:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #bc9c47;
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}

#id-top #conts .sec_lead_box_01 .conts dl dt span:first-child:before {
  margin-right: 12px;
}

#id-top #conts .sec_lead_box_01 .conts dl dt span:first-child:after {
  margin-left: 12px;
}

#id-top #conts .sec_lead_box_01 .conts dl dt span:last-child {
  color: #ff7e9a;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 2.1rem;
}

#id-top #conts .sec_lead_box_01 .conts dl dd {
  margin-top: 10px;
  /* font-family: "Noto Serif Japanese", serif; */
  text-align: center;
  line-height: 1.3125;
}

#id-top #conts .sec_lead_box_01 .conts dl:first-child dd {
  padding-top: 10px;
  padding-bottom: 10px;
}

#id-top #conts .sec_service_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 990px;
}

#id-top #conts .sec_service_item_wrap {
  margin-top: 55px;
}

#id-top #conts .sec_service_item_wrap > * + * {
  margin-top: 60px;
}

#id-top #conts .sec_service_item > * {
  width: calc(50% - 15px);
}

#id-top #conts .sec_service_item_conts {
  margin-top: -5px;
}

#id-top #conts .sec_service_item_conts h3 {
  font-size: 3.4rem;
  margin-bottom: 15px;
}

#id-top #conts .sec_service_item_conts p {
  font-size: 1.8rem;
  line-height: 1.72222;
}

#id-top #conts .sec_service_img {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 480px;
}

#id-top #conts .sec_service_txt_01 {
  margin-top: 50px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
}

#id-top #conts .sec_information {
  padding-top: 20px;
  padding-bottom: 55px;
  background-color: #00253f;
}

#id-top #conts .sec_information_inner {
  margin-right: auto;
  margin-left: auto;
  width: 990px;
}

#id-top #conts .sec_information h2 {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
}

#id-top #conts .sec_information h2:before, #id-top #conts .sec_information h2:after {
  content: "—";
  display: inline-block;
}

#id-top #conts .sec_information h2:before {
  margin-right: .5em;
}

#id-top #conts .sec_information h2:after {
  margin-left: .5em;
}

#id-top #conts .sec_information_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

#id-top #conts .sec_information_list li {
  width: calc(30.33% - 20px);
}

#id-top #conts .sec_information_list li > a {
  display: block;
  text-decoration: none;
}

#id-top #conts .sec_information_list li > a:hover .sec_information_list_cat {
  opacity: 0.7;
}

#id-top #conts .sec_information_list li > a:hover .sec_information_list_txt {
  color: #bc9c47;
}

.sec_centers_img a:hover{
  color: #bc9c47!important;
}

.hover_g p:hover{
  color: #bc9c47!important;
}

#id-top #conts .sec_information_list_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  font-family: "Cormorant Garamond", serif;
  color: #bc9c47;
  font-size: 2.8rem;
}

#id-top #conts .sec_information_list_cat img {
  width: auto;
  max-height: 100%;
}

#id-top #conts .sec_information_list_txt {
  display: block;
  margin-top: 15px;
  /*text-align: center;*/
  color: #fff;
}

#id-top #conts .sec_information_link {
  margin-top: 10px;
  text-align: right;
}

#id-top #conts .sec_interviews {
  padding-top: 90px;
}

#id-top #conts .sec_interviews_box {
  margin-top: 75px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}

#id-top #conts .sec_interviews_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  width: 990px;
}

#id-top #conts .sec_interviews_list li {
  margin-top: 30px;
  width: calc(50% - 15px);
}

#id-top #conts .sec_interviews_list li figure figcaption {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -25px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 21px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

#id-top #conts .sec_interviews_list li figure figcaption .name {
  font-size: 2rem;
  font-weight: bold;
}

#id-top #conts .sec_interviews_list li figure figcaption .job {
  color: #bebebe;
}

#id-top #conts .sec_interviews_list_ttl {
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: bold;
}

#id-top #conts .sec_interviews_list_outline {
  margin-top: 25px;
  font-size: 1.8rem;
}

#id-top #conts .sec_interviews_list_link {
  text-align: right;
}

#id-top #conts .sec_versant {
  padding-top: 90px;
}

#id-top #conts .sec_versant_box_01 {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f8f8f8), color-stop(50%, #f8f8f8), color-stop(50%, #00253f), to(#00253f));
  background-image: linear-gradient(to right, #f8f8f8 0, #f8f8f8 50%, #00253f 50%, #00253f 100%);
}

#id-top #conts .sec_versant_box_01 > section {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 495px;
}

#id-top #conts .sec_versant_graph {
  padding-right: 70px;
}

#id-top #conts .sec_versant_graph h3 {
  margin-top: -5px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 2.8rem;
  line-height: 1.28571;
}

#id-top #conts .sec_versant_graph .img {
  border: 1px solid #bebebe;
  background-color: #fff;
}

#id-top #conts .sec_versant_graph p {
  margin-top: 30px;
  font-size: 1.8rem;
}

#id-top #conts .sec_versant_pickup {
  padding-left: 70px;
}

#id-top #conts .sec_versant_pickup > div {
  padding: 20px;
  height: 100%;
  border: 1px solid #fff;
}

#id-top #conts .sec_versant_pickup > div h3 {
  margin-bottom: 30px;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 3.9rem;
  text-align: center;
}

#id-top #conts .sec_versant_pickup > div .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.1%;
}

#id-top #conts .sec_versant_pickup > div .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#id-top #conts .sec_versant_pickup > div p {
  margin-top: 30px;
  color: #fff;
  font-size: 1.8rem;
}

#id-top #conts .sec_price_list_01 {
  margin-top: 50px;
  color: #00253f;
  text-align: center;
  line-height: 1.3;
}

#id-top #conts .sec_price_list_01 dt {
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 680px;
  border: 1px solid #00253f;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 3.5rem;
  font-weight: bold;
}

#id-top #conts .sec_price_list_01 dt span {
  font-size: 2.5rem;
}

#id-top #conts .sec_price_list_01 dd {
  margin-top: 20px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 5rem;
  font-weight: bold;
}

#id-top #conts .sec_price_list_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  font-size: 2.5rem;
  line-height: 1.3;
}

#id-top #conts .sec_price_list_02 dt:after {
  content: "：";
}

#id-top #conts .sec_price_list_02 + .sec_price_list_02 {
  margin-top: 5px;
}

#id-top #conts .sec_warranty {
  background-color: #f8f8f8;
}

#id-top #conts .sec_warranty_list {
  display: -webkit-box;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  counter-reset: sec_warranty_list_li;
}

#id-top #conts .sec_warranty_list_wrap {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  width: 990px;
}

#id-top #conts .sec_warranty_list > li {
  counter-increment: sec_warranty_list_li;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 480px;
  border: 1px solid #bc9c47;
  border-radius: 43px;
  background-color: #fff;
  /* font-family: "Noto Serif Japanese", serif; */
  color: #bc9c47;
  font-size: 3.4rem;
  text-indent: -.5em;
  text-align: center;
  line-height: 1.3;
}

#id-top #conts .sec_warranty_list > li:before {
  content: "〈" counter(sec_warranty_list_li) "〉";
}

#id-top #conts .sec_warranty_list > li:nth-child(2) {
  margin-left: 30px;
}

#id-top #conts .sec_warranty_list > li:nth-child(n+3) {
  margin-top: 30px;
}

#id-top #conts .sec_centers .c-title_01 {
  margin-bottom: 40px;
}

#id-top #conts .sec_centers_img {
  text-align: center;
}

#id-top #conts .sec_centers_img img {
  width: 480px;
}

#id-top #conts .sec_centers_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  width: 990px;
}

#id-top #conts .sec_centers_nav > * {
  width: calc(50% - 15px);
}

#id-top #conts .sec_centers_nav_title {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #00253f;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}

#id-top #conts .sec_centers_nav_list li {
  font-size: 2rem;
}

#id-top #conts .sec_centers_nav_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 28px 24px 15px;
  border: 1px solid #E0E0E0;
  border-top: none;
  text-decoration: none;
}

#id-top #conts .sec_centers_nav_list li a:hover {
  opacity: 0.7;
}

#id-top #conts .sec_centers_nav .location_osaka {
  margin-top: 25px;
}

#id-top #conts .sec_centers_nav .online {
  margin-top: 30px;
}

#id-top #conts .sec_centers_nav .online .sec_centers_nav_title {
  margin-top: 15px;
}

#id-top #conts .sec_counseling_txt {
  font-size: 1.8rem;
}

#id-top #conts .sec_counseling_btn {
  width: 480px;
  max-width: unset;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  #id-top #conts .mv {
    height: calc(100vh - var(--vh-offset, 0px) - 60px);
  }
  #id-top #conts .mv .h1_wrap {
    margin-top: calc((100vh - var(--vh-offset, 0px)) / 100 * 6);
    top: unset;
    font-size: calc((100vh - var(--vh-offset, 0px)) / 100 * 6.6);
    -webkit-transform: unset;
            transform: unset;
  }
  #id-top #conts .mv_arrow {
    bottom: calc((100vh - var(--vh-offset, 0px)) / 100 * 6);
  }
  #id-top #conts .mv_arrow span:first-child {
    font-size: calc((100vh - var(--vh-offset, 0px)) / 100 * 3);
  }
  #id-top #conts .mv_arrow span:last-child {
    line-height: 0;
  }
  #id-top #conts .mv_arrow span:last-child img {
    font-size: calc((100vh - var(--vh-offset, 0px)) / 100 * 4.65);
  }
  #id-top #conts .sec_lead, #id-top #conts .sec_service, #id-top #conts .sec_price,  .sec_price2, #id-top #conts .sec_warranty, #id-top #conts .sec_centers, #id-top #conts .sec_counseling {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #id-top #conts .sec_lead_txt_01, #id-top #conts .sec_lead_txt_02 {
    font-size: 1.8rem;
    line-height: unset;
  }
  #id-top #conts .sec_lead_txt_01 span, #id-top #conts .sec_lead_txt_02 span {
    font-size: 2.4rem;
    font-weight: normal;
  }
  #id-top #conts .sec_lead_txt_02 {
    margin-top: 50px;
  }
  #id-top #conts .sec_lead_txt_02 span {
    font-size: 2.6rem;
  }
  #id-top #conts .sec_lead_box_01 {
    display: block;
    margin-top: 25px;
    width: auto;
  }
  #id-top #conts .sec_lead_box_01 > * {
    width: auto;
  }
  #id-top #conts .sec_lead_box_01 .conts {
    display: block;
  }
  #id-top #conts .sec_lead_box_01 .conts dl {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #id-top #conts .sec_lead_box_01 .conts dl dt span:first-child {
    font-size: 4rem;
  }
  #id-top #conts .sec_lead_box_01 .conts dl dt span:first-child:before, #id-top #conts .sec_lead_box_01 .conts dl dt span:first-child:after {
    width: 10px;
    height: 10px;
  }
  #id-top #conts .sec_lead_box_01 .conts dl dt span:last-child {
    margin-top: -5px;
    font-size: 1.8rem;
  }
  #id-top #conts .sec_lead_box_01 .conts dl:first-child dd {
    padding-top: 0;
    padding-bottom: 0;
  }
  #id-top #conts .sec_lead_box_01 .conts dl:nth-child(2) {
    background-color: #f8f8f8;
  }
  #id-top #conts .sec_service_item {
    display: block;
    width: auto;
  }
  #id-top #conts .sec_service_item_wrap {
    margin-top: 35px;
  }
  #id-top #conts .sec_service_item_wrap > * + * {
    margin-top: 45px;
  }
  #id-top #conts .sec_service_item > * {
    width: auto;
  }
  #id-top #conts .sec_service_item_conts {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #id-top #conts .sec_service_item_conts h3 {
    font-size: 2.8rem;
  }
  #id-top #conts .sec_service_img {
    margin-top: 35px;
    width: auto;
  }
  #id-top #conts .sec_service_txt_01 {
    margin-top: 30px;
    font-size: 2.7rem;
    line-height: unset;
  }
  #id-top #conts .sec_information {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  #id-top #conts .sec_information_inner {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
  #id-top #conts .sec_information h2 {
    font-size: 3rem;
  }
  #id-top #conts .sec_information_list {
    display: block;
    margin-top: 20px;
  }
  #id-top #conts .sec_information_list li {
    width: auto;
  }
  #id-top #conts .sec_information_list li + li {
    margin-top: 25px;
  }
  #id-top #conts .sec_information_list_cat {
    margin-right: auto;
    margin-left: auto;
    max-width: 334px;
    height: 100px;
    font-size: 2.8rem;
  }
  #id-top #conts .sec_information_list_cat img {
    max-height: 100%;
    /* width:100%; */
  }
	
	
  #id-top #conts .sec_information_list_txt {
    font-size: 1.6rem;
  }
  #id-top #conts .sec_interviews {
    padding-top: 50px;
  }
  #id-top #conts .sec_interviews_box {
    margin-top: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #id-top #conts .sec_interviews_list {
    display: block;
    width: auto;
    margin-top: 0;
  }
  #id-top #conts .sec_interviews_list li {
    width: auto;
    margin-top: 25px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #id-top #conts .sec_interviews_list li:first-child {
    margin-top: 0;
  }
  #id-top #conts .sec_interviews_list li figure > div {
    margin-right: -20px;
    margin-left: -20px;
  }
  #id-top #conts .sec_interviews_list li figure figcaption {
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 18px;
  }
  #id-top #conts .sec_interviews_list li figure figcaption .name {
    font-size: 1.6rem;
  }
  #id-top #conts .sec_interviews_list li figure figcaption .job {
    font-size: 1.4rem;
  }
  #id-top #conts .sec_interviews_list_ttl {
    margin-top: 20px;
    font-size: 2rem;
  }
  #id-top #conts .sec_interviews_list_outline {
    margin-top: 15px;
  }
  #id-top #conts .sec_versant {
    padding-top: 50px;
  }
  #id-top #conts .sec_versant_box_01 {
    margin-top: 55px;
    display: block;
    background-image: unset;
  }
  #id-top #conts .sec_versant_box_01 > section {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }
  #id-top #conts .sec_versant_graph {
    padding-right: 20px;
    padding-left: 20px;
  }
  #id-top #conts .sec_versant_graph h3 {
    margin-top: 0;
    margin-right: -10px;
    margin-left: -10px;
  }
  #id-top #conts .sec_versant_graph p {
    margin-top: 25px;
  }
  #id-top #conts .sec_versant_pickup {
    margin-top: 55px;
    padding: 35px 20px 55px !important;
    background-color: #00253f;
  }
  #id-top #conts .sec_versant_pickup > div {
    padding: unset;
    height: auto;
    border: unset;
  }
  #id-top #conts .sec_versant_pickup > div h3 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  #id-top #conts .sec_versant_pickup > div p {
    margin-top: 25px;
  }
  #id-top #conts .sec_price_list_01 {
    margin-top: 35px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #id-top #conts .sec_price_list_01 dt {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
    max-width: 335px;
    font-size: 2.6rem;
  }
  #id-top #conts .sec_price_list_01 dt span {
    font-size: 1.6rem;
  }
  #id-top #conts .sec_price_list_01 dd {
    margin-top: 15px;
    font-size: 3.7rem;
  }
  #id-top #conts .sec_price_list_02 {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  #id-top #conts .sec_warranty_list {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 334px;
  }
  #id-top #conts .sec_warranty_list_wrap {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
  #id-top #conts .sec_warranty_list > li {
    padding-top: 13px;
    padding-bottom: 13px;
    width: auto;
    border-radius: 30px;
    font-size: 2.4rem;
  }
  #id-top #conts .sec_warranty_list > li:nth-child(2) {
    margin-left: 0;
  }
  #id-top #conts .sec_warranty_list > li:nth-child(n+2) {
    margin-top: 10px;
  }
  #id-top #conts .sec_centers {
    margin-right: 20px;
    margin-left: 20px;
  }
  #id-top #conts .sec_centers_img img {
    width: auto;
  }
  #id-top #conts .sec_centers_nav {
    display: block;
    margin-top: 30px;
    width: auto;
  }
  #id-top #conts .sec_centers_nav > * {
    width: auto;
  }
  #id-top #conts .sec_centers_nav_title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
  #id-top #conts .sec_centers_nav_list li {
    font-size: 1.8rem;
  }
  #id-top #conts .sec_centers_nav_list li a {
    padding: 14px 10px;
    border: 1px solid #E0E0E0;
    border-top: none;
    text-decoration: none;
  }
  #id-top #conts .sec_centers_nav_list li a:hover {
    opacity: 0.7;
  }
  #id-top #conts .sec_centers_nav .location_kanagawa, #id-top #conts .sec_centers_nav .location_osaka {
    margin-top: 20px;
  }
  #id-top #conts .sec_centers_nav .online {
    margin-top: 15px;
  }
  #id-top #conts .sec_centers_nav .online .top_txt_lead {
    margin-right: auto;
    margin-left: auto;
  }
  #id-top #conts .sec_counseling_btn {
    width: auto;
    font-size: 1.8rem;
  }
}

/* =========================================================
	About
========================================================= */
/* class-about
--------------------------------------------------------- */
/* id-about
--------------------------------------------------------- */
#id-about #conts .lead_01 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#id-about #conts .box_01 > * + * {
  margin-top: 45px;
}

#id-about #conts .box_02 > * + * {
  margin-top: 1.722em;
}

#id-about #conts .btn_01 {
  margin-top: 30px;
  text-align: center;
}

#id-about #conts .sec_why {
  margin-top: 10px;
}

#id-about #conts .sec_traning, #id-about #conts .sec_priority, #id-about #conts .sec_continue {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #id-about #conts .lead_01 {
    font-size: 1.8rem;
  }
  #id-about #conts .btn_01 {
    margin-top: 20px;
  }
  #id-about #conts .sec_why {
    margin-top: 20px;
  }
  #id-about #conts .sec_traning, #id-about #conts .sec_priority, #id-about #conts .sec_continue {
    margin-top: 25px;
  }
  #id-about #conts .sec_continue_box_content_img_01 {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* id-about_study
--------------------------------------------------------- */
#id-about_study #conts .title_01 {
  vertical-align: middle;
}

#id-about_study #conts .title_01 .en {
  color: #bc9c47;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
}

#id-about_study #conts .lead_01 {
  text-align: center;
}

#id-about_study #conts .list_01 {
  margin-top: 25px;
  padding: 10px 10px 15px;
  border: 1px solid #bc9c47;
  text-align: center;
}

#id-about_study #conts .list_01 dt {
  margin-bottom: 10px;
  color: #bc9c47;
  font-size: 2rem;
  font-weight: bold;
}

#id-about_study #conts .list_02 {
  counter-reset: about_study_list_02_ttl;
}

#id-about_study #conts .list_02 dt {
  counter-increment: about_study_list_02_ttl;
  padding-left: .9em;
  text-indent: -.9em;
  font-weight: bold;
}

#id-about_study #conts .list_02 dt:before {
  content: counter(about_study_list_02_ttl, lower-alpha) " ";
}

#id-about_study #conts .list_02 dd {
  margin-top: 5px;
}

#id-about_study #conts .list_02 dd + dt {
  margin-top: 1.722em;
}

#id-about_study #conts .box_01 {
  width: calc(50% - 15px);
}

#id-about_study #conts .box_02 {
  margin-top: -5px;
  width: 50%;
}

#id-about_study #conts .sec_plan, #id-about_study #conts .sec_do, #id-about_study #conts .sec_check, #id-about_study #conts .sec_action {
  margin-top: 30px;
}

#id-about_study #conts .sec_do {
  counter-reset: sec_do_box_ttl;
}

#id-about_study #conts .sec_do_box {
  counter-increment: sec_do_box_ttl;
}

#id-about_study #conts .sec_do_box + .sec_do_box {
  margin-top: 25px;
}

#id-about_study #conts .sec_do_box_ttl {
  font-size: 2rem;
  font-weight: bold;
}

#id-about_study #conts .sec_do_box_ttl:before {
  content: counter(sec_do_box_ttl) ".";
}

#id-about_study #conts .sec_do_box_content {
  margin-top: -10px;
}

#id-about_study #conts .sec_action_txt_01 {
  text-align: center;
}

#id-about_study #conts .sec_action_btn {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #id-about_study #conts .lead_01 {
    text-align: left;
  }
  #id-about_study #conts .list_01 {
    margin-top: 10px;
    padding-bottom: 5px;
  }
  #id-about_study #conts .list_01 dt {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  #id-about_study #conts .list_01 dd {
    text-align: left;
  }
  #id-about_study #conts .list_02 dd + dt {
    margin-top: 10px;
  }
  #id-about_study #conts .box_01 {
    margin-right: -20px;
    margin-left: -20px;
    width: auto;
    text-align: center;
  }
  #id-about_study #conts .box_02 {
    margin-top: 15px;
    width: auto;
  }
  #id-about_study #conts .sec_plan, #id-about_study #conts .sec_do, #id-about_study #conts .sec_check, #id-about_study #conts .sec_action {
    margin-top: 25px;
  }
  #id-about_study #conts .sec_do_box + .sec_do_box {
    margin-top: 10px;
  }
  #id-about_study #conts .sec_do_box_ttl {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  #id-about_study #conts .sec_do_box_content {
    margin-top: 15px;
  }
  #id-about_study #conts .sec_action_txt_01 {
    text-align: left;
  }
  #id-about_study #conts .sec_action_btn {
    margin-top: 30px;
  }
}

/* =========================================================
	Voice
========================================================= */
/* class-voice
--------------------------------------------------------- */
.class-voice .voice_box_01 > div {
  text-align: center;
}

.class-voice .voice_box_01 figcaption {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.class-voice .voice_box_01 figcaption .name {
  font-weight: bold;
}

.class-voice .voice_box_01 figcaption .job {
  color: #bebebe;
}

@media screen and (max-width: 767px) {
  .class-voice .voice_box_01 > div {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* id-voice
--------------------------------------------------------- */
#id-voice #conts .lead_01 {
  text-align: center;
}

#id-voice #conts .interview_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 830px;
}

#id-voice #conts .interview_list li {
  margin-top: 25px;
  width: calc(50% - 15px);
}

#id-voice #conts .interview_list li figure figcaption {
  margin-top: -20px;
  margin-right: 25px;
  margin-left: 25px;
}

#id-voice #conts .interview_list li figure figcaption .name {
  font-size: 1.8rem;
}

#id-voice #conts .interview_list li figure figcaption .job {
  font-size: 1.4rem;
}

#id-voice #conts .interview_list_ttl {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: bold;
}

#id-voice #conts .interview_list_outline {
  margin-top: 15px;
}

#id-voice #conts .interview_list_link {
  font-size: 1.8rem;
  text-align: right;
}

#id-voice #conts .interview_list_link a {
  font-family: "Cormorant Garamond", serif;
  color: #bc9c47;
  text-decoration: none;
}

#id-voice #conts .interview_list_link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #id-voice #conts .title_01, #id-voice #conts .lead_01 {
    margin-right: 20px;
    margin-left: 20px;
  }
  #id-voice #conts .lead_01 {
    text-align: left;
  }
  #id-voice #conts .interview_list {
    display: block;
    margin-top: 35px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
    background-color: #f8f8f8;
  }
  #id-voice #conts .interview_list li {
    width: auto;
  }
  #id-voice #conts .interview_list li figure figcaption {
    margin-right: 0;
    margin-left: 0;
  }
  #id-voice #conts .interview_list li figure figcaption .name {
    font-size: 1.6rem;
  }
  #id-voice #conts .interview_list li figure figcaption .job {
    font-size: 1.4rem;
  }
  #id-voice #conts .interview_list_ttl {
    font-size: 2rem;
  }
  #id-voice #conts .interview_list_link {
    font-size: 2rem;
  }
}

/* id-voice_detail
--------------------------------------------------------- */
#id-voice_detail #conts .box_01 figcaption {
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  width: 480px;
}

#id-voice_detail #conts .box_01 figcaption .job {
  font-size: 1.4rem;
}

#id-voice_detail #conts .sec_wygiwyg {
  margin-top: 35px;
}

#id-voice_detail #conts .sec_wygiwyg_ttl {
  margin-bottom: 35px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.38462;
}

@media screen and (max-width: 767px) {
  #id-voice_detail #conts .box_01 figcaption {
    width: auto;
  }
  #id-voice_detail #conts .sec_wygiwyg {
    margin-top: 25px;
  }
  #id-voice_detail #conts .sec_wygiwyg_ttl {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}

/* =========================================================
	School
========================================================= */
/* class-school
--------------------------------------------------------- */
.class-school .school-nav_title {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #00253f;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: normal!important;
}

.class-school .school-nav_list li {
  border: 1px solid #e7e7e7;
}

.class-school .school-nav_list li + li {
  border-top: none;
}

.class-school .school-nav_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 15px;
  text-decoration: none;
}

.class-school .school-nav_list li a i {
  margin-left: 15px;
  padding-bottom: 1px;
  color: #1b2c7b;
}

.class-school .school-nav_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .class-school .school-nav_title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
  .class-school .school-nav_list li a {
    padding: 15px 15px 15px 10px;
  }
}

/* id-school
--------------------------------------------------------- */
#id-school #conts .centers h1 img {
  height: 34px;
}

#id-school #conts .centers .img_01 {
  text-align: center;
}

#id-school #conts .centers .list_center {
  margin-top: 30px;
}

#id-school #conts .centers .list_center .location_osaka {
  margin-top: 20px;
}

#id-school #conts .centers .list_center .online {
  margin-top: 20px;
}

#id-school #conts .centers .list_center .online_lead {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #id-school #conts .centers h1 img {
    width: 139px;
    height: auto;
  }
  #id-school #conts .centers .list_center {
    margin-top: 0;
  }
  #id-school #conts .centers .list_center .location_osaka {
    margin-top: 0;
  }
  #id-school #conts .centers .list_center .online {
    margin-top: 0;
  }
}

/* class-school_lower
--------------------------------------------------------- */
.class-school_lower .sec_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.class-school_lower .sec_main .center_detail {
  margin-top: 30px;
  height: 100%;
}

.class-school_lower .school_lower-box_01 {
  margin-bottom: 25px;
}

.class-school_lower .school_lower-box_01_type_02 {
  margin-bottom: 25px;
}

.class-school_lower .school_lower-box_01_type_02 > * + * {
  margin-top: 1.722em;
}

.class-school_lower .school_lower-box_02_inner_01 dl dd + dt {
  margin-top: 40px;
}

.class-school_lower .school_lower-box_02_inner_01 .gmap {
  position: relative;
  padding-bottom: 59%;
  height: 0;
  overflow: hidden;
}

.class-school_lower .school_lower-box_02_inner_01 .gmap iframe, .class-school_lower .school_lower-box_02_inner_01 .gmap object, .class-school_lower .school_lower-box_02_inner_01 .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.class-school_lower .school_lower-box_02_inner_01 .route_list {
  margin-top: 10px;
}

.class-school_lower .school_lower-box_02_inner_01 .route_list li {
  padding-left: 5px;
  text-indent: -5px;
}

.class-school_lower .school_lower-box_02_inner_01 .route_list li:before {
  content: "-";
}

.class-school_lower .school_lower-box_02_inner_02 ul li + li {
  margin-top: 20px;
}

.class-school_lower .school_lower-sec_nav h2 img {
  height: 34px;
}

.school_lower-sec_nav h2{
  font-family: garamond!important;
}

.class-school_lower .school_lower-sec_nav h3 {
  position: relative;
  cursor: pointer;
}

.class-school_lower .school_lower-sec_nav h3 i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.class-school_lower .school_lower-sec_nav h3.is-open i {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

.class-school_lower .school_lower-sec_nav_box_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e7e7e7;
}

.class-school_lower .school_lower-sec_nav_box_01 > * {
  width: 50%;
}

.class-school_lower .school_lower-sec_nav .school-nav_title {
  border: 1px solid #e7e7e7;
  border-top: none;
}

.class-school_lower .school_lower-sec_nav .school-nav_list {
  display: none;
  background-color: #fff;
}

.class-school_lower .school_lower-sec_nav .location_tokyo .school-nav_title {
  border-top: 1px solid #e7e7e7;
}

.class-school_lower .school_lower-sec_nav .location_osaka .school-nav_title {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .class-school_lower .sec_main .center_detail {
    margin-top: 20px;
  }
  .class-school_lower .school_lower-box_02_inner_01 dl dt {
    font-size: 1.8rem;
  }
  .class-school_lower .school_lower-box_02_inner_01 dl dd + dt {
    margin-top: 18px;
  }
  .class-school_lower .school_lower-box_02_inner_02 {
    margin-top: 20px;
  }
  .class-school_lower .school_lower-box_02_inner_02 ul {
    margin-right: -20px;
    margin-left: -20px;
  }
  .class-school_lower .school_lower-box_02_inner_02 ul li + li {
    margin-top: 18px;
  }
  .class-school_lower .school_lower-sec_nav h2 img {
    width: 139px;
    height: auto;
  }
  .class-school_lower .school_lower-sec_nav_box_01 {
    display: block;
  }
  .class-school_lower .school_lower-sec_nav_box_01 > * {
    width: auto;
  }
  .class-school_lower .school_lower-sec_nav .location_osaka .school-nav_title {
    border-left: 1px solid #e7e7e7;
  }
  .class-school_lower .school-nav_title {
    font-size: 1.6rem;
  }
  .class-school_lower .school-nav_list {
    font-size: 1.6rem;
  }
}

/* =========================================================
	Faq
========================================================= */
/* id-faq
--------------------------------------------------------- */
#id-faq #conts .faq h1 img {
  width: 102px;
}

#id-faq #conts .faq_list {
  border-bottom: 2px solid #bebebe;
}

#id-faq #conts .faq_list dt, #id-faq #conts .faq_list dd .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 2px solid #bebebe;
}

#id-faq #conts .faq_list .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 45px;
  font-family: "Cormorant Garamond", serif;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
}

#id-faq #conts .faq_list dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}

#id-faq #conts .faq_list dt .icon {
  color: #bc9c47;
}

#id-faq #conts .faq_list dt .txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#id-faq #conts .faq_list dt .btn-plus {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  margin-left: 10px;
  width: 21px;
  height: 2px;
  background-color: #bc9c47;
}

#id-faq #conts .faq_list dt .btn-plus:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 21px;
  top: 50%;
  left: 50%;
  background-color: inherit;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

#id-faq #conts .faq_list dt.is-open .btn-plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

#id-faq #conts .faq_list dd {
  display: none;
}

#id-faq #conts .faq_list dd .inner {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f1efef;
}

#id-faq #conts .faq_list dd .inner .icon {
  color: #00253f;
}

#id-faq #conts .faq_list dd .inner .txt p + p {
  margin-top: 1.722em;
}

@media screen and (max-width: 767px) {
  #id-faq #conts .faq h1 img {
    width: 89px;
  }
  #id-faq #conts .faq .icon {
    width: 40px;
    font-size: 3.6rem;
  }
  #id-faq #conts .faq_list {
    margin-right: -20px;
    margin-left: -20px;
  }
  #id-faq #conts .faq_list dt, #id-faq #conts .faq_list dd .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  #id-faq #conts .faq_list dt {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 66px;
  }
  #id-faq #conts .faq_list dt .btn-plus {
    width: 19px;
  }
  #id-faq #conts .faq_list dt .btn-plus:before {
    height: 19px;
  }
}

/* =========================================================
	Price
========================================================= */
/* class-price
--------------------------------------------------------- */
/* id-price
--------------------------------------------------------- */
#id-price #conts .sec_plan_lead {
  text-align: center;
}

#id-price #conts .sec_plan_box {
  margin-top: 40px;
}

#id-price #conts .sec_plan_list_01, #id-price #conts .sec_plan_list_02 {
  padding: 10px 20px;
  border: 1px solid transparent;
}

#id-price #conts .sec_plan_list_01 dt, #id-price #conts .sec_plan_list_02 dt {
  font-weight: bold;
}

#id-price #conts .sec_plan_list_01 dd, #id-price #conts .sec_plan_list_02 dd {
  margin-top: 5px;
  padding-left: 1.1em;
  text-indent: -1em;
}

#id-price #conts .sec_plan_list_01 dd:before, #id-price #conts .sec_plan_list_02 dd:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: .6em;
  height: .6em;
  background-color: #333;
  vertical-align: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#id-price #conts .sec_plan_list_01 {
  border-color: #bc9c47;
}

#id-price #conts .sec_plan_list_01 dt {
  color: #bc9c47;
}

#id-price #conts .sec_plan_list_01 dd:before {
  background-color: #bc9c47;
}

#id-price #conts .sec_plan_list_02 {
  background-color: #f8f8f8;
}

#id-price #conts .sec_plan_list_02 dd > span {
  display: block;
  padding-left: 1em;
  line-height: 1.2;
}

#id-price #conts .sec_price {
  margin-top: 80px;
}

#id-price #conts .sec_price_lead {
  text-align: center;
}

#id-price #conts .sec_price_box {
  margin-top: 40px;
}

#id-price #conts .sec_price_box dl {
  width: calc(50% - 5px);
  background-color: #f8f8f8;
}

#id-price #conts .sec_price_box dl dt {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #00253f;
  color: #fff;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
}

#id-price #conts .sec_price_box dl dt span {
  font-size: 1.3rem;
  font-weight: normal;
}

#id-price #conts .sec_price_box dl dd {
  padding: 10px 20px 15px;
}

#id-price #conts .sec_price_box_txt_01 {
  margin-bottom: 5px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 2.7rem;
  text-align: center;
}

#id-price #conts .sec_price_box_txt_02 {
  font-size: 1.4rem;
  text-align: center;
}

#id-price #conts .sec_price_box_txt_03 {
  margin-top: 15px;
}

#id-price #conts .sec_warranty {
  margin-top: 80px;
}

#id-price #conts .sec_warranty_lead_01, #id-price #conts .sec_warranty_lead_02 {
  text-align: center;
}

#id-price #conts .sec_warranty_lead_02 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
}

#id-price #conts .sec_warranty_lead_02:before {
  content: "※";
}

#id-price #conts .sec_warranty_box {
  margin-top: 40px;
  counter-reset: sec_warranty_box_dt;
}

#id-price #conts .sec_warranty_box dl dt {
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #bc9c47;
  border-radius: 30px;
  color: #bc9c47;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 2.6rem;
  text-align: center;
  text-indent: -.5em;
  line-height: 1.3;
  counter-increment: sec_warranty_box_dt;
}

#id-price #conts .sec_warranty_box dl dt:before {
  content: "〈" counter(sec_warranty_box_dt) "〉";
}

@media screen and (max-width: 767px) {
  #id-price #conts .sec_plan_lead {
    text-align: left;
  }
  #id-price #conts .sec_plan_box {
    margin-top: 20px;
  }
  #id-price #conts .sec_price {
    margin-top: 20px;
  }
  #id-price #conts .sec_price_lead {
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
  }
  #id-price #conts .sec_price_box {
    margin-top: 20px;
    padding: 30px 27px 20px;
    background-color: #f8f8f8;
  }
  #id-price #conts .sec_price_box dl {
    width: auto;
  }
  #id-price #conts .sec_price_box dl dd {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
  }
  #id-price #conts .sec_price_box dl:last-child dd {
    padding-bottom: 0;
  }
  #id-price #conts .sec_price_box_txt_01 {
    margin-bottom: 0;
  }
  #id-price #conts .sec_price_box_txt_02 {
    font-size: 1.8rem;
  }
  #id-price #conts .sec_warranty {
    margin-top: 20px;
  }
  #id-price #conts .sec_warranty_lead_01, #id-price #conts .sec_warranty_lead_02 {
    text-align: left;
  }
  #id-price #conts .sec_warranty_box {
    margin-top: 25px;
    counter-reset: sec_warranty_box_dt;
  }
  #id-price #conts .sec_warranty_box dl + dl {
    margin-top: 35px;
  }
  #id-price #conts .sec_warranty_box dl dt {
    border-radius: 30px;
    font-size: 2.5rem;
  }
}

/* =========================================================
	forenterprises
========================================================= */
/* class-forenterprises
--------------------------------------------------------- */
/* id-forenterprises
--------------------------------------------------------- */
#id-forenterprises #conts .sec_plan_lead {
  text-align: center;
}

#id-forenterprises #conts .sec_plan_box {
  margin-top: 40px;
}

#id-forenterprises #conts .sec_plan_list_01, #id-forenterprises #conts .sec_plan_list_02 {
  padding: 10px 20px;
  border: 1px solid transparent;
}

#id-forenterprises #conts .sec_plan_list_01 dt, #id-forenterprises #conts .sec_plan_list_02 dt {
  font-weight: bold;
}

#id-forenterprises #conts .sec_plan_list_01 dd, #id-forenterprises #conts .sec_plan_list_02 dd {
  margin-top: 5px;
  padding-left: 1.1em;
  text-indent: -1em;
}

#id-forenterprises #conts .sec_plan_list_01 dd:before, #id-forenterprises #conts .sec_plan_list_02 dd:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: .6em;
  height: .6em;
  background-color: #333;
  vertical-align: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#id-forenterprises #conts .sec_plan_list_01 {
  border-color: #bc9c47;
}

#id-forenterprises #conts .sec_plan_list_01 dt {
  color: #bc9c47;
}

#id-forenterprises #conts .sec_plan_list_01 dd:before {
  background-color: #bc9c47;
}

#id-forenterprises #conts .sec_plan_list_02 {
  background-color: #f8f8f8;
}

#id-forenterprises #conts .sec_plan_list_02 dd > span {
  display: block;
  padding-left: 1em;
  line-height: 1.2;
}

#id-forenterprises #conts .sec_forenterprises {
  margin-top: 80px;
}

#id-forenterprises #conts .sec_forenterprises_lead {
  text-align: center;
}

#id-forenterprises #conts .sec_forenterprises_box {
  margin-top: 40px;
}

#id-forenterprises #conts .sec_forenterprises_box dl {
  width: calc(33.33% - 10px);
  background-color: #f8f8f8;
}

#id-forenterprises #conts .sec_forenterprises_box dl dt {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #00253f;
  color: #fff;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
}

#id-forenterprises #conts .sec_forenterprises_box dl dt span {
  font-size: 1.3rem;
  font-weight: normal;
}

#id-forenterprises #conts .sec_forenterprises_box dl dd {
  padding: 10px 20px 15px;
}

#id-forenterprises #conts .sec_forenterprises_box_txt_01 {
  margin-bottom: 5px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 2.7rem;
  text-align: center;
}

#id-forenterprises #conts .sec_forenterprises_box_txt_02 {
  font-size: 1.4rem;
  text-align: center;
}

#id-forenterprises #conts .sec_forenterprises_box_txt_03 {
  margin-top: 15px;
}

#id-forenterprises #conts .sec_warranty {
  margin-top: 80px;
}

#id-forenterprises #conts .sec_warranty_lead_01, #id-forenterprises #conts .sec_warranty_lead_02 {
  text-align: center;
}

#id-forenterprises #conts .sec_warranty_lead_02 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
}

#id-forenterprises #conts .sec_warranty_lead_02:before {
  content: "※";
}

#id-forenterprises #conts .sec_warranty_box {
  margin-top: 40px;
  counter-reset: sec_warranty_box_dt;
}

#id-forenterprises #conts .sec_warranty_box dl dt {
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #bc9c47;
  border-radius: 30px;
  color: #bc9c47;
  /* font-family: "Noto Serif Japanese", serif; */
  font-size: 2.6rem;
  text-align: center;
  text-indent: -.5em;
  line-height: 1.3;
  counter-increment: sec_warranty_box_dt;
}

#id-forenterprises #conts .sec_warranty_box dl dt:before {
  content: "〈" counter(sec_warranty_box_dt) "〉";
}

#id-forenterprises #conts .sec_cv_btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #id-forenterprises #conts .sec_plan_lead {
    text-align: left;
  }
  #id-forenterprises #conts .sec_plan_box {
    margin-top: 20px;
  }
  #id-forenterprises #conts .sec_forenterprises {
    margin-top: 20px;
  }
  #id-forenterprises #conts .sec_forenterprises_lead {
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
  }
  #id-forenterprises #conts .sec_forenterprises_box {
    margin-top: 20px;
    padding: 30px 27px 20px;
    background-color: #f8f8f8;
  }
  #id-forenterprises #conts .sec_forenterprises_box dl {
    width: auto;
  }
  #id-forenterprises #conts .sec_forenterprises_box dl dd {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
  }
  #id-forenterprises #conts .sec_forenterprises_box dl:last-child dd {
    padding-bottom: 0;
  }
  #id-forenterprises #conts .sec_forenterprises_box_txt_01 {
    margin-bottom: 0;
  }
  #id-forenterprises #conts .sec_forenterprises_box_txt_02 {
    font-size: 1.8rem;
  }
  #id-forenterprises #conts .sec_warranty {
    margin-top: 20px;
  }
  #id-forenterprises #conts .sec_warranty_lead_01, #id-forenterprises #conts .sec_warranty_lead_02 {
    text-align: left;
  }
  #id-forenterprises #conts .sec_warranty_box {
    margin-top: 25px;
    counter-reset: sec_warranty_box_dt;
  }
  #id-forenterprises #conts .sec_warranty_box dl + dl {
    margin-top: 35px;
  }
  #id-forenterprises #conts .sec_warranty_box dl dt {
    border-radius: 30px;
    font-size: 2.5rem;
  }
}

/* =========================================================
	Topics
========================================================= */
/* id-topics
--------------------------------------------------------- */
#id-topics #conts .topics_item + .topics_item {
  margin-top: 30px;
}

#id-topics #conts .topics_item_box_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

#id-topics #conts .topics_item_time {
  color: #bc9c47;
  font-weight: bold;
}

#id-topics #conts .topics_item_cat {
  padding-top: 3px;
  padding-bottom: 4px;
  width: 120px;
  border-radius: 5px;
  background-color: #bc9c47;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #id-topics #conts .topics_item_cat {
    width: 106px;
    font-size: 1.4rem;
  }
}

/* =========================================================
	Company
========================================================= */
/* id-company
--------------------------------------------------------- */
#id-company #conts .company_table th {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #id-company #conts .company_table {
    font-size: 1.4rem;
  }
  #id-company #conts .company_table th {
    width: 100px;
  }
}

/* =========================================================
	Policy
========================================================= */
/* class-policy
--------------------------------------------------------- */
.class-policy {
  counter-reset: policy_num;
}

.class-policy .sec_main section + section {
  margin-top: 40px;
}

.class-policy .policy_num {
  counter-increment: policy_num;
  padding-left: 1em;
  text-indent: -1em;
}

.class-policy .policy_num:before {
  content: counter(policy_num) ".";
}

.class-policy .policy_num_01 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.class-policy .policy_list_01 {
  margin-top: 1.722em;
}

.class-policy .policy_list_01 > li + li {
  margin-top: 1.722em;
}

.class-policy .policy_list_02 {
  margin-top: 5px;
}

.class-policy .policy_list_02 > li {
  line-height: 1.3;
}

.class-policy .policy_list_02 > li + li {
  margin-top: 5px;
}

.class-policy .policy_list_depth_01 {
  padding-left: 2em;
}

/* =========================================================
	sitemap
========================================================= */
/* id-sitemap
--------------------------------------------------------- */
#id-sitemap #conts .sitemap_list_01 > li > a, #id-sitemap #conts .sitemap_list_01 > li > span, #id-sitemap #conts .sitemap_list_school > li > a, #id-sitemap #conts .sitemap_list_school > li > span {
  font-size: 1.8rem;
}

#id-sitemap #conts .sitemap_list_01 a, #id-sitemap #conts .sitemap_list_school a {
  text-decoration: none;
}

#id-sitemap #conts .sitemap_list_01 a:hover, #id-sitemap #conts .sitemap_list_school a:hover {
  text-decoration: underline;
}

#id-sitemap #conts .sitemap_list_01, #id-sitemap #conts .sitemap_list_school_depth_01 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#id-sitemap #conts .sitemap_list_01 > li, #id-sitemap #conts .sitemap_list_school_depth_01 > li {
  margin-top: 20px;
  margin-left: 30px;
}

#id-sitemap #conts .sitemap_list_01 > li:nth-child(3n + 1), #id-sitemap #conts .sitemap_list_school_depth_01 > li:nth-child(3n + 1) {
  margin-left: 0;
}

#id-sitemap #conts .sitemap_list_01:first-of-type {
  margin-top: -20px;
}

#id-sitemap #conts .sitemap_list_school {
  margin-top: 20px;
}

#id-sitemap #conts .sitemap_list_school_depth_01 > li {
  margin-top: 5px;
}

#id-sitemap #conts .sitemap_list_depth_01 {
  margin-left: 1em;
}

#id-sitemap #conts .sitemap_list_depth_01 > li {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #id-sitemap #conts .sitemap_list_01, #id-sitemap #conts .sitemap_list_school {
    margin-left: 1em;
  }
  #id-sitemap #conts .sitemap_list_01 > li > a, #id-sitemap #conts .sitemap_list_01 > li > span, #id-sitemap #conts .sitemap_list_school > li > a, #id-sitemap #conts .sitemap_list_school > li > span {
    font-size: 1.7rem;
  }
  #id-sitemap #conts .sitemap_list_01 > li, #id-sitemap #conts .sitemap_list_school_depth_01 > li {
    margin-top: 10px;
    margin-left: 0;
  }
  #id-sitemap #conts .sitemap_list_01:first-of-type {
    margin-top: -10px;
  }
  #id-sitemap #conts .sitemap_list_top {
    margin-left: -1em !important;
  }
  #id-sitemap #conts .sitemap_list_school {
    margin-top: 10px;
  }
  #id-sitemap #conts .sitemap_list_school_depth_01 {
    margin-left: 1em;
  }
}



/* =========================================================
	language_reserach_center
========================================================= */
#conts .sec_main.lrc {
    margin-bottom: 55px;
}

.lrc_lead {
    text-align: center;
}

.lrc .c-title_02 {
    margin-bottom: 30px;
}

.lrc .c-grid_02 .grid_item {
    width: calc(50% - 15px);
}

.lrc_sec:not(:first-child) {
    margin-top: 1.722em;
}

.lrc_sec_title {
    font-weight: bold;
}

.sec_mission {
    margin-top: 70px;
}

.sec_mission .lrc_sec_title {
    color: #00253f;
}

.sec_approach {
    margin-top: 75px;
}

.approach_lead {
    text-align: center;
    margin-bottom: 25px;
}

.sec_approach .c-grid_02 .grid_item:nth-child(n+3) {
    margin-top: 20px;
}

.sec_approach .c-grid_02 p {
    margin-top: 10px;
}

.sec_fellow {
    margin-top: 85px;
}

.sec_fellow .c-grid_02:not(:last-child) {
    margin-bottom: 30px;
}

.sec_greeting {
    margin-top: 80px;
}

.sec_greeting .c-grid_02:not(:last-child) {
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    #conts .sec_main.lrc {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 25px;
    }

    .lrc .c-title_01 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .lrc_lead {
        text-align: left;
    }

    .sec_mission {
        margin-top: 40px;
    }

    .lrc .c-grid_02 .grid_item {
        width: auto;
    }

    .lrc .c-grid_02 .grid_item:not(:first-child) {
        margin-top: 20px;
    }

    .lrc .c-grid_02 .grid_item.img {
        margin-left: -30px;
        margin-right: -30px;
    }

    .sec_approach {
        margin-top: 50px;
    }

    .sec_approach .c-grid_02 p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .sec_fellow {
        margin-top: 55px;
    }

    .lrc .c-grid_02 .grid_item.img_shadow {
        margin-left: -10px;
        margin-right: -10px;
    }

    .lrc .c-grid_02 .grid_item.shadow {
        padding: 10px;
        margin: 0 -10px;
        -webkit-box-shadow: 0px 2.5px 3px 0px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 2.5px 3px 0px rgba(0, 0, 0, 0.5);
    }

    .sec_greeting {
        margin-top: 65px;
    }

    .lrc_sec_title.has_color {
        color: #00253f;
    }

    .sec_greeting .grid_item:not(.shadow) .lrc_sec {
        margin-left: -10px;
        margin-right: -10px;
    }

    .lrc .sec_greeting .grid_item.shadow {
        margin-bottom: 40px;
    }

    .sec_greeting .c-grid_02:not(:last-child) {
        margin-bottom: 40px;
    }

    .sec_greeting .lrc_sec .img {
        margin: 5px -20px 10px;
    }
}



/* =========================================================
	about_counseling
========================================================= */
.counseling_lead {
    margin-bottom: 25px;
}

.counseling_text {
    text-align: center;
}

.counseling_flow {
    width: 100%;
    max-width: 500px;
    padding: 20px 20px 30px;
    border: 2px solid #bc9c47;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.counseling_flow_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #00253f;
    font-size: 2.5rem;
    /* font-family: "Noto Serif Japanese", serif; */
    font-weight: bold;
    letter-spacing: -.01em;
    background: #f8f8f8;
    margin-bottom: 20px;
}

.counseling_flow_list {
    margin-left: 20px;
    margin-right: 20px;
}

.counseling_flow_item:not(:first-child) {
    margin-top: 45px;
    position: relative;
}

.counseling_flow_item:not(:first-child):before {
    content: '';
    width: 43px;
    height: 26px;
    background: url(/assets/img/about_counseling/icon_flow.png) no-repeat 0 0;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
}

.counseling_flow_item .item_title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.01em;
    padding-left: 40px;
    padding-bottom: 8px;
    border-bottom: 2px solid #bc9c47;
}

.counseling_flow_item .item_title .num,
.counseling_flow_item .item_title .dot {
    color: #bc9c47;
    font-size: 3rem;
    /* font-family: "Noto Serif Japanese", serif; */
}

.counseling_flow_item .item_title .dot {
    font-weight: normal;
}

.counseling_flow_item .item_notes {
    margin-left: 65px;
    margin-right: -1em;
}

.counseling_tel {
    text-align: center;
    margin-top: 25px;
}

.counseling_tel a {
    display: inline-block;
    color: #00253f;
    font-size: 4rem;
    /* font-family: "Noto Serif Japanese", serif; */
    font-weight: bold;
    letter-spacing: -0.05em;
    text-decoration: none;
    margin-bottom: 10px;
}

#conts .counseling .sec_counseling_btn {
    max-width: 420px;
}

@media screen and (max-width: 767px) {
    .counseling .c-title_01 {
        margin-bottom: 20px;
    }

    .counseling_lead {
        margin-bottom: 20px;
    }

    .counseling_text {
        text-align: left;
        letter-spacing: -0.075em;
        padding-left: 5px;
    }

    .counseling_flow {
        width: calc(100% - 10px);
        padding: 15px 15px 20px;
        margin-bottom: 10px;
    }

    .counseling_flow_title {
        height: 32px;
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .counseling_flow_title img {
        width: 277px;
    }

    .counseling_flow_list {
        margin: 0;
    }

    .counseling_flow_item:not(:first-child) {
        margin-top: 40px;
    }

    .counseling_flow_item:not(:first-child):before {
        width: 34px;
        height: 21px;
        top: -32px;
    }

    .counseling_flow_item .item_title {
        font-size: 1.5rem;
        padding-left: 0;
        padding-bottom: 8px;
    }

    .counseling_flow_item .item_title .num,
    .counseling_flow_item .item_title .dot {
        font-size: 1.8rem;
    }

    .counseling_flow_item .item_title img {
        height: 100%;
    }

    .counseling_flow_item .item_notes {
        font-size: 1.3rem;
        margin-left: 15px;
    }

    .counseling_body .counseling_text {
        line-height: 1.8;
    }

    .counseling_tel {
        margin-top: 10px;
    }

    .counseling_tel a {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .counseling_tel .counseling_text {
        text-align: center;
        line-height: 1.5;
    }

    #conts .counseling_body .sec_counseling_btn {
        margin-top: 25px;
    }
}

/* =========================================================
	slider
========================================================= */
.slider {
    width: 797px;
    margin: -40px auto 35px;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    width: 7px;
    height: 7px;
    font-size: 0;
    margin: 0 8px;
    border: 1px solid #c9a84e;
    border-radius: 1px;
    transform: rotate(45deg);
}

.slick-dots li.slick-active button {
    background: #c9a84e;
}

@media screen and (max-width: 767px) {
    .slider {
        width: auto;
        margin-top: -50px;
    }
}

/* コロナ対策ページのcssです　ここから */

.safety{
  width:980px;
}

.safety-top-flame{
  background-color:#f1f1f1;
  height: 100%;
  width: auto;
  margin:0 auto;
  position: relative;
}

.safety-top-flame img{
  width:100%;
  height:100%;
}

.safety-top-text{    
  background-color:#f1f1f1;
  height:100px;
  margin:auto;
  padding:20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  text-align:center;
  font-size:16px;
}

.safety-top-text p{
  margin-top:10px;
}

.font12{
  margin-top:8px!important;
}

.safety-bottom-flamet{
  margin:0 auto;
}

.safety-intro{
  text-align:center;
  margin: 40px 0;
}

.safety-text-title{
  background-color:#0c2f54;
  padding:20px 22px;
  line-height:100%;
  font-weight:bold;
  font-size: 20px;
  color:#ffffff;
}

.safety-text-flame{
  margin:80px 0 0 0;
  background-color:#f3f1f161;
  border:#0c2f54 1px solid;
}


.safety-text-flame li{
  margin:15px 0 0 0;
}

.safety-text-flame ul{
  list-style:initial;
  padding:20px 60px 20px;
}

.safety-text-flame ol{
  list-style:revert;
  padding:20px 60px 20px;
}

.border-none{
  border:none;
  background-color:#ffffff;
  line-height:2em; 
  margin-top: 30px;
}

.font33{
  font-size:33px;
  font-weight:bold;
  margin-top:30px;
}

@media screen and (max-width: 767px) {
   .safety{
     width:auto;
   }
	
  .safety-flame{
    padding:0px 10px 100px;
  }
  
  .safety-top-flame img{
    width:100%;
    height:100%;
  }
  
  .safety-top-text{ 
    padding:10px 19px;
    opacity:0.8;
  }
  
  .safety-bottom-flame{
    width:100%;
    margin:0 auto;
  }
  
  .safety-intro{
    text-align:center;
    margin: 40px 0;
  }
  
  .safety-text-flame{
    margin:40px 0 0 0;
    background-color:#f3f1f161;
    border:#0c2f54 1px solid;
  }
  
  .safety-text-title{
    background-color:#0c2f54;
    padding:15px 22px;
    line-height:100%;
    font-weight:bold;
    font-size: 16px;
    color:#ffffff;
  }
  
  .safety-text-flame li{
    margin:15px 0 0 0;
  }
  
  .safety-text-flame ul{
    list-style:initial;
    padding:0 40px 26px;
  }

  .safety-text-flame ol{
    list-style: revert;
    padding:0 40px 26px;
  }

  .safety-text{
    margin-top:20px;
  }
  
  .font33{
    font-size:21px!important;
  }

  .border-none{
    margin-top:40px;
    border:none;
    background-color:#ffffff;
    }

}

.safety-info{
  margin:30px 0;
}


/* コロナ対策ページのcssです　ここまで */


/* Pマーク */

.footer_box_03{
  padding:0 0 10px 0;
}

.footer_box_03_flame{
  width:17%;
  margin:0 auto;
  display:flex;
}

.footer_box_03_img{
  width:100px;
  height:auto;
  margin:0 16px 0 0;
}

.footer_box_03_img:last-of-type{
  margin:0;
}

@media screen and (max-width: 767px) {
  .footer_box_03_flame{
    width:46%;
  }
}

/* Pマーク */

/* 追尾ボタン */
.side_banner{
  position: fixed;
  bottom: 25%; 
  right: 0;
  z-index:3;}

.fixed_btn{
  display: block;
  /*bottom: 25%;*/ 
  right: 0;
  z-index:3;
}

.fixed_btn img{
  width:5vw;
  vertical-align:bottom;
}

.fixed_btn01{
	/*bottom: 40%;*/
}

.fixed_btn02{
	/*bottom: 23%;*/
}


@media screen and (max-width: 767px) {
  .fixed_btn{
    display:none;
  }
}

/* 追尾ボタン */


/* 社員紹介 */

.font-size40{
  font-size:40px;
}

.font-size24{
  font-size:24px;
}

.staff_title2{
  background-color: #0c2f54;
  padding: 20px 22px;
  margin:50px 0 0 0;
  line-height: 130%;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  border-left: solid 5px #3387dffa;
}

.staff_title3{
  width:98%;
  background-color: ffffff;
  padding: 14px 22px;
  margin:50px auto 0;
  line-height: 130%;
  font-weight: bold;
  font-size: 18px;
  color: #0c2f54;
  border-top:solid #0c2f54 3px;
  border-bottom:solid #0c2f54 3px;

}

.staff_name{
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  width: 480px;
  text-align: center;

  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.staff_name p{
    margin:0 auto;
}


.staff_h1{
  font-size: 3rem;
  text-align: center;
}

.font_bold{
  font-weight: bold;
}

.staff_profile{
  padding: 30px;
  margin:20px 0 0 0; 
  background-color: #ffffff;
  border:solid #0c2f54 1px;
}

.staff_profile li,.toc_number{
  padding-left: 2em;
  text-indent: -2em;
}

.staff li:before {
  content:  "";     
  width:  10px;               
  height:  10px;
  margin:0 10px;              
  display:  inline-block;     
  background-color: #0c2f54;
  border-radius:  50%;        
}

.toc_container {
  border: none;
  background: #f3f3f3;
  padding:22px 22px;
  margin:20px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}

.toc_title{	
  font-size:20px;
  font-weight:bold;
 text-align:center;
  margin-bottom:10px;
letter-spacing: 1em!important;
}

.toc_toggle{	
  font-size:20px;
  font-weight:bold;
 text-align:center;
  margin-bottom:10px;
letter-spacing: 10px;
}


.toc_number a{
color: black!important;
text-decoration:none;
margin:0;
padding:4px 0;
}

.toc_number a:hover{
color:#808080;
font-size:16.6px;
text-decoration:underline;
}

.interview_box{
  text-align: center;
}

.interview_box iframe{
  width: 640px;
  height: 380px;
  margin: 30px auto 0;
}

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

  .staff_title2{
    border-left: solid 10px #3387dffa;
    
  }

  .staff_name{
    width: 335px;
    height:55px;
  }

  .staff_name p{
    font-size:1em;
  }

  .font-size30{
    font-size:30px;
  }

  .font-size18{
    font-size:18px;
  }

  .interview_box iframe{
    width: 100%;
    height: 245px;
  }
}

/* 社員紹介 */

/*メディア掲載の追加css*/
  .heightAuto{
	  height:auto;
	}
  .text_center{
	  text-align:center;
	}
　.width480{
	 width:480px;
    }
  .text_left{
	  text-align:left;
	}
  .inline_block{
	  display:inline-block!important;
	}

@media screen and (max-width: 767px) {
  .inline_block{
	  display:block!important;
	}

  .sp_center{
	  text-align:center!important;
	}
}
/*メディア掲載の追加css*/


.font_orange{
  color:#d45327;
}

.font24{
  font-size:24px;
}

.safety_info{
  max-width: 768px;
  margin:50px auto 0;
  font-size:24px;
}

.safety_info a{
  text-decoration:none;
}

.safety_info a:hover{
  opacity:0.5;
}

@media screen and (max-width: 767px) {
  .safety_info{
    padding:0 20px;
    font-size:14px;
  }  
}

.text_left:hover{
  color: #bc9c47!important;
}

.width480{
 width:480px;
}

@media screen and (max-width: 767px) {
.width480{
 width:100%;
}
}

/*料金のVersant説明部分*/

.versant_detail{
	text-align: left!important;
    margin: 0 auto;
    width: 830px;
    border: 1px solid;
    padding: 20px;
	font-size: 16px!important;
}

@media screen and (max-width: 767px) {
	.versant_detail{
		 width:89%;
	}
}

/*料金のVersant説明部分*/

/*5つの理由のリンクテキストカラー*/
.link_color{
	color:#1e73be!important;
}
/*5つの理由のリンクテキストカラー*/
 
.flex{
  display: flex;
}

/* グローバル・アスリート・プログラム */
.font-size26{
  font-size: 26px!important;
}

.gap{
  padding-top: 90px;
}

.gap_title{
  line-height: 1.4;
  color: #000000;
}

.pink_underline{ /* ピンクのマーカー */
  background: linear-gradient(transparent 58%, #FFB7C7 60%);
}  

.gap img{
  width: 327.6px;
}

.gap a{
  color: #ffffff;
}

.gap a:hover{
  opacity: 0.7;
}

.gap p{
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
}

@media screen and (max-width: 767px) {
    .gap{
      padding-top: 50px;
    }  

    .gap_title{
      font-size: 5vw;  
    }

    .gap_title span{
      font-size: 8vw;
    }
        
    .gap img{
      /* width: 43.99vw; */
      width: 100%;
      padding: 0 10px 0 30px;
    }

  }

/* グローバル・アスリート・プログラム */

/* 三木さん紹介部分 */

.mg_bottom10{
  margin-bottom: 10px;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.font18{
  font-size: 18px;
}

.font30{
  font-size: 30px;
}

.font72{
  font-size: 72px;
}

.font_white{
  color: #ffffff;
}

.txt_left{
  text-align: left;
}

.txt_right{
  text-align: right;
}

.garamond{
  font-family: "garamond";
}

.pad_top40{
  padding-top: 40px;
}

.mg_bottom20{
  margin-bottom: 20px;
}

.space-between{
  justify-content: space-between;
}

.intro_miki{
  padding: 0 0 100px;
}

.miki_header{
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);

  text-align: left;
  color: #ffffff;
  /* font-family: "Cormorant Garamond", serif; */
}

.miki_header_img{
  z-index: -1;
  height: 292px;
  width: 100%;
}

.miki_header img:{
  z-index: -1;
}

.miki_img{
  width: 700px;
}

.ceo{
  font-size: 30px;
}

.miki_header h2{
  font-size: 72px;
    font-family: "Cormorant Garamond", serif;

}

.intro_miki h3{
  font-size: 25px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
  margin-top: 70px;
}

.intro_miki_detail h4{
  padding: 0 40px 3px 10px;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;

  color: #0c2f54;
  border-bottom: solid 2px #0c2f54;
  border-left: solid 5px #0c2f54;
  display: inline-block; 
}

.intro_miki_detail {
  width: 570px;
}

.intro_miki_detail span{
  text-align: right;
  display: block;
  margin-right: 20px;
}

.intro_miki_detail ul{
  margin-top: 10px;

  text-indent: -1em;
  margin-left: 1em;
}

.miki_books img{
  width: 195px;
  margin-right:2px;
}

.miki_books img:last-child{
  margin-right:0;
}

.intro_miki_detail_books{
  width: 100%;
}

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

  .intro_miki{
    padding: 0 0 60px;
  }

  .sp_mg0{
    margin: 0;
  }

  .sp_pad_top20{
    padding-top: 20px;
  }

  .sp_pad_bottom20{
    padding-bottom: 20px;
  }

  .sp_pad_0_10{
    padding-right: 10px;
    padding-left: 10px;
  }

  .sp_font20{
    font-size: 20px;
  }

  .sp_font46{
    font-size: 46px;
  }

  .intro_miki_detail {
    width: 100%;
  }

  .miki_header img:first-child{
    height: 254px!important;
  }

  .ceo{
    font-size: 5vw;
  }

  .miki_header h2{
    font-size: 12vw;
  }

  .miki_img{
    width: 56vw;
    height: 150px;  
  }

  .miki_img img{
    width: 34vw;
  }

  .intro_miki h3 {
    font-size: 18px;
    /* font-family: "Cormorant Garamond", serif; */
    font-weight: bold;
    margin-top: 50px;
}

.intro_miki_detail h4{
  font-size: 26px;
}

.miki_books img {
  width: 44.5vw;
  margin-right: 5px;
  margin-bottom: 5px;
}

.sp_block{
  display: block;
}

}


@media (max-width: 1024px) and (min-width: 768px){
  .miki_img img{
    width: 408px;
  }

  .miki_books img {
    width: 193px;
}

/* /三木さん紹介部分 */

.font600{
  font-size: 600;
}
}

.youtube_2{
  cursor: pointer;
}

/* コンサルタント紹介 */
.flex{
  display: flex;
}

.flex_block{
  display: flex;
}

.width100{
  width: 100%!important;
}

.renewal_flame{
  max-width: 1300px;
  width: 100%!important;
  margin: 0 auto;
}

.intro-consaltant{
  padding:0 10px;
}

.intro-consaltant h2{
  font-family: "Cormorant Garamond", serif;
  /* font-size: 2.5vw; */
  font-size: calc(25px + 0.7vw);
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.2;
  width: 710px;
  margin: 0 auto;
}

.w710_100{
  width: 710px;
  margin: 20px auto 40px;
}

.detail_box_flame{
  /* font-family: "Cormorant Garamond", serif; */
  justify-content: space-around;
  margin-bottom: 50px;
}

.detail_box_flame_ul{
  /* font-family: "Cormorant Garamond", serif; */
  justify-content: space-around;
  margin-bottom: 50px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-top: -30px;
  margin-right: auto;
  margin-left: auto; */
  /* width: 990px; */
}

.detail_box_li{
  width: 44%;
  margin:0 20px 100px;
  position: relative;
}

.detail_box_li a:hover{
  opacity:0.6;
}

.detail_box_li img{
  /* width: 100%; */
}

.detail_box{
  width: 44%;
  position: relative;
}

.consaltant_detail h3{
  font-family: "Cormorant Garamond", serif;
  font-size: calc(18px + 0.5vw);
  text-align: left;
  margin-top: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.consaltant_detail .name{
  padding: 10px 10px 0;
  text-align: right;
  font-size: 30px;
  /* font-weight: bold; */
}

.consaltant_detail .name small{
  font-size: 16px;
  margin-right: 10px;
}

.career{
  border-top: 1px solid #000000;
}

.career p{
  position: relative;
}

.career p:after{
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
}

.career p:after{
  border-bottom: solid 20px #ffffff;
  border-left: solid 20px transparent;
  bottom:0;
}

.career p{
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 6px 36px;
  margin: 0;
  border-top: 1px solid #000000;
}

.career_detail{
  margin:0 0 30px;
  /* height: 81px; */
}

.coach_career_detail{
  margin:40px 0 30px;
}

.career_detail p{
  /* overflow: hidden;
  text-overflow: ellipsis;
  height: 81px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; */
  font-family: "Noto Sans Japanese", sans-serif;
}

.score{
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.score p:nth-child(2){
  /* position: absolute;
  bottom: 12px; */
}

.score p{
  font-size: 30px;
  margin: 10px 20px 0 0;
}

.score p:last-child{
  margin-top: 0;
  line-height: 1.2;
  font-family: 'Century';
}

.score_detail{
  margin: 10px 0 14px;
}

.interview_btn {
  margin: 0 20px;
  background-color:#d45327;
  border-radius: 10px;
  text-align: center;
  box-shadow: 3px 5px 0px 0px #953200;
  /* position: absolute; */
  /* bottom: -50px; */
}

.interview_btn img{
  margin: 4px 0 0 4px;
  height: 30px;
}

.interview_btn:hover {
  opacity: 0.6;
}

.interview_btn a{
  color: #ffffff;
  font-size: 22px;
  /* font-weight: bold; */
  text-align: center;
  display: block;
  padding: 4px 0;
  text-decoration: none;
}

.detail_box .img_flame img{
  width: 100%;
  /* height: 320px; */
  object-fit: cover;
}

.detail_box_li .img_flame img{
  width: 100%;
  /* height: 320px; */
  object-fit: cover;
}

.font24{
  font-size: 24px;
}

.garamond{
  font-family: 'Garamond';
}

.perfect{
  /* font-family: "Cormorant Garamond", serif; */
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .flex_block{
      display: block;
  }

  .detail_box_flame{
      /* padding: 0 10px; */
  }

  .detail_box{
      width: 100%;
      /* margin-bottom: 30px; */
  }
  
  .detail_box_li{
    width: 100%;
    margin: 0 0 80px;
  }

  .detail_box:first-child{
      width: 100%;
      margin-bottom: 50px;
  }

  .score p:first-child {
      font-size: 5.5vw;
      margin-right: 12px;
  }

  .score p{
      margin: 0;
  }

  .interview_btn a{
      font-size:20px;
  }


  .detail_box .img_flame img{
      width: 100%;
      /* height: 250px; */
      object-fit: cover;
  }

  .interview_btn img {
    margin: 2px 0 0 4px;
    width: 30px;
    height: auto;
}

.interview_btn {
  margin: 0 ;

}

.intro-consaltant h2{
  width: 100%;
}

.consaltant_detail h3{
  width: 100%;
  font-size: calc(18px + 0.4vw);
}

.consaltant_detail .name{
  width: 100%;
}

.score sup {
  font-size: 15px;
}

.w710_100{
  width: 100%;
  margin: 20px auto;
}

.perfect{
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
}

.coach_career_detail {
  margin: 20px 0 30px;
}

}

/* /コンサルタント紹介 */

/* コンサルタント紹介一覧ページ */
.staff_intro_title h2{
  font-size: calc(25px + 0.7vw);
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.2;
  width: inherit;
  margin: 0 auto;
  /* font-family: "Noto Serif Japanese", serif; */
}

@media screen and (max-width: 767px) {
  .staff_intro_detail{
    margin:30px 0 30px;
  }
}
/* /コンサルタント紹介一覧ページ */

/* コーチ紹介一覧 */
.staff-coach_intro_detail{
  width: 920px;
}

@media screen and (max-width: 767px) {
  .staff-coach_intro_detail{
    width: inherit;
  }
}

/* /コーチ紹介一覧 */

/* SP用削除要素 */
@media screen and (max-width: 767px) {
  .sec_interviews .box_top_itv .itv1,
  .sec_interviews .box_top_itv .itv2{
    display:none;
  }

  .sec_interviews_box .sec_interviews_list li:nth-child(3){
    display: none;
  }

  .sec_interviews_box .sec_interviews_list li:nth-child(4){
    display: none;
  }

  #comment{
    display:none;
  }
}

/* SP用削除要素 */

/* 追尾フッターバナー */
/* .footer_bn_box{
  width: 100%;
  bottom: 0;
  background: -moz-linear-gradient(left, #ff8278, #c64867);
  background: -webkit-linear-gradient(left, #ff8278, #c64867);
  background: linear-gradient(to right, #ff8278, #c64867);
  display: flex;
  justify-content: center;
}

.footer_bn_box button{
  width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_bn_box button a{ 
  display: flex;
  text-decoration:none;
}

.footer_bn_box button a img{
  width: 100%;
} */

#footer_bn_box{
  max-width: 386px;
  width: 30vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
}

#footer_bn_box button{
  width: 100%;
}

#footer_bn_box img{
  width: 100%;
  vertical-align: top;
}

.remove_bn{
  font-size:35px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .footer_bn_box button{
    display: none;
  }
}

/* /追尾フッターバナー */

/* 受講生の声の記事下のバナー */

.voice_bnr{
  width: 830px;
  margin: 0 auto;
  padding: 20px 0;
  /* background-color: #e95520; */
  background-color: #ffffff;
  text-align: left;
  position: relative;
  align-items: center;
  border-radius: 10px;
  /* box-shadow: 3px 5px 0px 0px #953200; */
  box-shadow: 3px 5px 0px 0px #827b7b;
  text-decoration: none!important;
  border: 1px solid #827b7b;
}

.mg_top40{
  margin-top: 40px!important;
}

.voice_bnr:hover{
  opacity: .7;
  /* box-shadow: 1px 2px 0px 0px #953200;
  padding: 18px 0 20px 0; */
}

.voice_bnr p{
  display: inline-block;
  margin: 0;
  padding: 5px 0 5px 19px;

  line-height: 1.4;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  /* color: #ffffff; */
  color: #000000;
}

.voice_bnr p span{
  font-size: 25px;
}

.voice_bnr img{
  /* height: 100%; */
}

.voice_bnr img:first-child{
  margin-left: 20px;
  width: 120px;
}

.voice_bnr img:last-child{
  right: 0;
  margin-right: 30px;
  position: absolute;
}


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

  .voice_bnr{
    width: 97%!important;
    padding: 10px 0;
  }

  .voice_bnr img:first-child {
    margin-left: 10px;
    width: 70px;
}

  .voice_bnr p{
    font-size: 14px;
    padding: 10px 0 10px 7px;
  }

  .voice_bnr p span {
    font-size: 15px;
}

.voice_bnr img:last-child {
  right: 0;
  margin-right: 5px;
  position: absolute;
}

}

/* /受講生の声の記事下のバナー */

/* 著名人記事部分 */

@media screen and (max-width: 767px) {
  .side-line{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem!important;
  }
}

/* /著名人記事部分 */

/* Club-TORAIZ */
#id-club-toraiz{
  line-height: 0;
}

.pd0{
  padding: 0!important;
}

.club-toraiz_flame a{
  text-decoration: none;
}

.club-toraiz_flame{
  width: 100%!important;
}

.club-toraiz_mv_txt{
  width: 30vw;
  top: 8vw;
  height: 380px;
  left: 16vw;
  color: #000000;
}

.club-toraiz_mv_txt img{
  margin-bottom: 20px;  
}

.club-toraiz_mv_txt h1{
  font-size: 4.3vw;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
  line-height: 1.3;
}

.club-toraiz_mv_txt p{
  font-size: 1.3vw;
  text-align: center;
}

.club-toraiz_mv_txt div p{
  width: 26.8vw;

  font-size: 1vw;
  margin: 40px 6px 0 20px;
  position: relative;
  text-align: left;
  letter-spacing: 2px;
}

.club-toraiz_mv_txt div{
  position: relative;
}


.club-toraiz_mv_txt div::before, .club-toraiz_mv_txt div::after {
content: '';
width: 30px;
height: 30px;
position: absolute;
}

.club-toraiz_mv_txt div::before {
  border-left: solid 3px #000000;
  border-top: solid 3px #000000;
  top: -10px;
  left: 0;
  width: 16px;
  height: 42px;
}

.club-toraiz_mv_txt div::after {
  border-right: solid 3px #000000;
  border-bottom: solid 3px #000000;
  bottom: -10px;
  right: 0.2vw;
  width: 16px;
  height: 42px;
}


.intro_text{
  margin: 50px 0 60px;
  text-align: center;
  color: #102937;
}

.intro_text h1{
  margin-bottom: 50px;
  font-size: 44px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
  color: #102937;
}


.movie{
  background-color: #000000;
  width: 100%!important;
  height: 150px;
}


.member-benefits{
  margin-top: 40px;
}

.member-benefits_mv{
  width: 100%;
  height: 436px;
  position: relative;
}

.member-benefits_mv .img-wrap{
  height: 100%;
}

.member-benefits_mv .img-wrap img{
  height: 100%;
  object-fit: cover;
  width: 100%;
  opacity: 0.5;
}

.member-bene_copy{
  width: 100%;
  text-align: center;
  position: absolute;
  right: 213px; 
  color: #ffffff;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.member-benefits_mv h3{
  /* font-size: 2.2vw; */
  font-size: 38px;
  margin-bottom: 24px;
}

.member-benefits_mv p{
  /* font-size: 1.2vw; */
  font-size: 18px;
}

.member-benefits .interview_btn a{
  padding: 14px 0;
}

.member-benefits .interview_btn a p:first-child{
  width: 40px!important;
  height: 40px!important;
}

.img-wrap {
  background-color: #000000;
}

.img-wrap img {
  opacity: inherit;
}

.img-wrap_mv img {
  opacity: inherit;
}

.member-benefit_detail{
  margin: 200px 0 0;
}

.member-benefit_detail img{
  width: 50%;
  object-fit: cover;
}

.member-benefit_detail div{
  width: 39%;
  display: inline-block;
  border: 1px solid #000000;
  height: 100%;
  position: relative;
  right: 6%;
  background-color: #ffffff;
  padding: 60px 80px;
  margin-top: 6%;
}


.member-benefit_detail div h3{
  font-size: 30px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
  color: #102937;
}

.member-benefit_detail div h3 span{
  font-size: 18px;
}

.member-benefit_detail div p{
  margin: 50px 0 0;
  font-size: 18px;
  color: #102937;
}

.member-benefit_detail_2{
}

.member-benefit_detail_2 div{
  right: -15%;
}

.member-benefit_detail_2 img{
  margin: 0 0 0 auto;
  right: -6%;
}


/* トライズのレッスンとの違い */
h3{
  font-size: 30px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
}

.txt_center{
  text-align: center;
}

.def_toraiz{
  margin-top: 60px;
}

.def_toraiz h3{
  margin-bottom: 30px;
  color: #102937;
}

.def_toraiz p{
  margin-bottom: 60px;
  color: #102937;
}

.def_toraiz_details{
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  color: #102937;
}

.def_toraiz_details div{
  width: 32%;
}

.def_toraiz_details div img{
  width: 100%;
}

.def_toraiz_details div h5{
  font-size: 1.6vw;
  border-bottom: 1px solid #102937;
  line-height: 3;
}

.def_toraiz_details div p{
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}



/* /トライズのレッスンとの違い */

/* club-toraiz-イベント */

.monthly-event{
  text-align: center;
  border: 4px double #000000;
  width: 750px;
  margin: 0 auto 50px;
  padding: 20px 0;
}

.monthly-event ul{ 
  list-style: disc;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.monthly-event li{
  margin: 10px 0;
 }

.club-toraiz_events{
  margin-top: 150px;
}

.club-toraiz_events h3{
  margin-bottom: 50px;
  color: #102937;
}


.events{
  width: 70%;
  margin: 0 auto;
}

.p-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto 10px;
}

.p-blog-list__item {
  width: 25%;
  margin-bottom: 40px;
  margin-left: -1px;
}

.p-article01 {
  position: relative;
  border: 1px solid #ddd;
  border-top: 0;
}

.p-triangle {
  z-index: 1;
  position: absolute;
  width: 160px;
  height: 160px;
  padding-left: 20px;
  overflow: hidden;
}

.p-article01__date {
  left: -1px;
}

.p-triangle::before {
  z-index: -1;
  position: absolute;
  top: -1px;
  left: 0;
  border-width: 75px;
  border-style: solid;
  border-color: #fff transparent transparent #fff;
  content: "";
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.p-date {
  display: inline-block;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  text-align: center;
}

.p-date__day {
  display: block;
  margin: 1px 0 1px;
  font-size: 34px;
}

.p-hover-effect--type1 {
  display: block;
  overflow: hidden;
}

.p-article01__img {
  margin: 0 -1px;
}

.p-hover-effect--type1 img {
  width: 100%;
  height: 11vw;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  vertical-align: middle;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.p-article01__img img {
  margin: -1px 0;
}

.p-article01__content {
  line-height: 2;
}

.p-article01__content {
  padding: 16.6px 23px 18px;
  line-height: 1.8;
}

.p-article01__title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}

.p-article01__cat {
  color: #999;
  font-size: 12px;
}

.p-article01__cat a {
  color: inherit;
}

/* /club-toraiz-イベント */

.mg_top100{
  margin-top: 100px!important;
}

.bg_gray{
  background-color: #e5e5e5;
}

/* 転職紹介 */

.change-career h4{
  margin-bottom: 20px;
  font-size: 20px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
}

.change-career div{
  background: #00253f;
}

.change-career div ul{
  display: flex;
  margin: 0 auto;
  padding: 30px 0;
  width: 70%;
}

.change-career div ul li{
  margin-right: 50px;
}


/* /転職紹介 */


/* FAQ */

.faq{
  padding-bottom: 100px;
}

.faq h2{
  font-size:44px;
  margin-bottom: 70px;
  padding-top: 100px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
  color: #102937;
}

.faq ul{
  width:70%;
  margin: 0 auto;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq ul li{
  width: 46%;
  margin: 0px 20px 50px;
  background-color: #ffffff;
  display: inline-block;
}

.faq ul li p:first-child{
  padding: 30px 30px 10px;
  color: #102937;
}

.faq ul li p:nth-child(2){
  background-image: linear-gradient(to right, #e5e5e5, #e5e5e5 17px, transparent 3px, transparent 8px);
  width: 100%;
  background-size: 40px 1px;
  height: 2px;
}

.faq ul li p:last-child{
  padding: 30px;
}


/* /FAQ */

/* 料金 */

.club-toraiz_price img{
  height: 586px;
  object-fit: cover;
  width: 100%!important;
}

.club-toraiz_price_detail{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border: 3px solid #00253f;
  padding: 13px;
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.9);
}

.club-toraiz_price_detail h2{
  background-color: #00253f;
  padding: 10px 20px;
  width: 32vw;
  font-size: 40px;
  top: 34px;
  left: 0;
  position: absolute;
  /* font-family: "Noto Serif Japanese", serif; */
}

.club-toraiz_price_detail .entry-period{
  padding: 13px 20px;
  font-size: 20px;
  top: 34px;
  right: 0px;
  position: absolute;
  font-weight: bold;
}

.club-toraiz_price_detail div:first-child{
  /* height: 420px; */
  background-color: #ffffff;
  border: 1px solid #00253f;
  background-color: rgba(255,255,255,0.5);
  color: #102937;
  
}

.month_price_flame{
  margin: 110px 0 0;
}

.month_cp{
  text-align: center;
  padding: 50px 0 70px;
  font-size: 20px;
}

.month_cp h2{
  font-size: 44px;
  font-weight: bold;
  line-height: 2;
  /* font-family: "Noto Serif Japanese", serif; */
  color: #00253f;
}

.month_cp p{
  font-size: 22px;
}
.month_cp em:first-child{
  font-size: 30px;
  color: #00253f;
}

.month_cp-note {
  width: 500px;
  margin: 0 auto;
  font-size: 16px!important;
  text-align: left;
}

.month_price{
  font-size: 34px;
  margin-left: 120px;
}

.month_price span{
  font-size: 72px; 
  margin: 0 20px;   
}

.month_price_flame li{
  margin-bottom: 8px;
  color: #102937;
} 

.month_price_flame li p:first-child{
  border: 1px solid #e5e5e5;
  width: 125px;
  text-align: center;
  padding: 5px 10px;
  margin-right: 10px;
  color: #525252;
}

.month_price_flame ul{
  margin: 0 70px 30px;
}


/* /料金 */

/* 入会手順 */

.entry{
  color: #102937;
}

.entry h2{
  font-size: 44px;
  margin-bottom: 40px;
  padding-top: 100px;
  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
  color: #102937;
}

.entry_step{
  width: 600px;
  margin: 70px auto 30px;
  border: 2px solid #e5e5e5;
  position: relative;
  padding-bottom: 57px;
}

.entry_step ul{
  padding: 40px 40px 40px 74px;
}

.entry_step ul{
}

.entry_step_mumber{
  position: absolute;
  font-size: 50px;
  left: -37px;
  border: 2px solid #e5e5e5;
  padding: 4px 20px;
  color: #e5e5e5;
  background-color: #ffffff;
}

.width100{
  width: 100%;
}

.entry_step_text{
  margin-top: 24px;
}

.entry-attention{
  width: 600px;
  margin: 0 auto 70px;
  text-align: center;
}

.entry-attention li{
  list-style: disc;
  margin-left: 1em;
  text-align: left;
}

.entry_step .entry_step_detail .interview_btn{
  margin-top: 20px;
  display: flex;
  font-weight: normal;
  background-color: #e85521;
  width: 100%;
  margin: 20px auto 50px;
}

.entry_step .entry_step_detail .interview_btn a p:first-child{
  margin-left: 2vw;
}

.entry_step_detail .interview_btn{
  margin-top: 20px;
  display: flex;
  font-weight: normal;
  background-color: #e85521;
  width: 642px;
  margin: 20px auto 50px;
}

.entry_step_detail .interview_btn a{
  display: flex;
  text-align: center;
  width: 100%;
  font-weight: normal;
  padding: 14px 0;
}

.entry_step_detail .interview_btn a p:first-child{
  margin-left: 3vw;
  position: absolute;
  display: inline-block;
  width: 40px!important;
  height: 40px!important;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #ffffff;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.arrow_bottom{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #e5e5e5;
  margin: 30px auto 30px;
}

.mg_center{
  margin: 0 auto;
}

/* /入会手順 */

/* お問い合わせ */

.info{
  padding: 70px 0;
  color: #102937;
}

.info h2{
  font-size: 44px;
  margin-bottom: 70px;

  /* font-family: "Noto Serif Japanese", serif; */
  font-weight: bold;
}

.mg_top70{
  margin-top: 70px;
}

.info_address{
  margin: 70px auto 0;
}

.info_address ul{
  margin: 0 auto;
  width: 400px;
}

.info_address ul li:first-child{
}

/* /お問い合わせ */

/* フッター */
.footer-link{
  text-align: center;
  margin: 200px 0 0;
}

.footer-link img{
  width: 800px;
}


/* /フッター */

@media (max-width: 1360px) and (min-width: 1200px){
  .club-toraiz_price_detail{
    width: 65%;
  }

  .club-toraiz_price_detail h2 {
    width: 46vw;
  }
}


@media screen and (max-width: 1200px){
  .club-toraiz_price_detail{
      width: 700px;
  }

  .club-toraiz_price_detail h2 {
      width: 475px;
      font-size: 26px;
      padding: 6px 20px;
      top: 28px;
  }
  
  .month_price_flame ul{
    margin: 0 50px 0;
  }



  .month_price {
      font-size: 30px;
      margin-left: 70px;
  }

  .month_price_flame {
      margin: 50px 0 0;
  }

  .month_price span {
      font-size: 70px;
      margin: 0 10px;
  }

  .club-toraiz_price_detail .entry-period {
    padding: 15px 20px;
    font-size: 18px;
    top: inherit;
  }

  .club-toraiz_price_detail div:first-child {
  }
}


@media screen and (max-width: 767px){
  .club-toraiz_flame{
  }

  .club-toraiz_mv_txt {
      top: 286px;
      width: inherit;
      height: inherit;
      left: 23px;
      text-align: center;
  }

  .club-toraiz_mv_txt img{
    width: 90%;
  }

  .club-toraiz_mv_txt p {
      font-size: 3.3vw;
      margin-left: 30px;
      text-align: left;
  }

  .club-toraiz_mv_txt h1 {
      font-size: 15vw;
      font-family: "garamond";
      font-weight: bold;
      line-height: 1;
  }

  .club-toraiz_mv_txt_sp{
      background-color: #000000;
  }

  .club-toraiz_mv_txt_sp p{
      width: 90%;
      padding: 14px 0;
      margin: 0 auto;
  }

  .intro_text {
      margin: 30px 0 60px;
  }

  .intro_text h1 {
      margin-bottom: 30px;
      font-size: 30px;
  }

  .intro_text p{
      width: 90%;
      margin: 0 auto;
      text-align: left;
  }


  .member-benefits {
      margin-top: 60px;
  }

  .member-bene_copy {
      width: 100%;
      margin: 0 auto;
      top: 70px;
      right: 0;
      text-align: center;
  }

  .member-bene_copy h3 {
      width: 100%;
      margin: 0 auto;
      display: block;
      font-size: 5vw;
  }

  .member-bene_copy_text{
      padding: 14px 14px 0;
  }

  .member-benefits_mv{
    height: auto;
  }

  .member-benefits_mv p{
      font-size: inherit;
  }


  .member-benefit_detail{
      margin: 50px 0 0;
  }

  .member-benefit_detail div {
      display: block;
      border: 1px solid #000000;
      height: 100%;
      position: relative;
      width: 100%;
      right: 0;
      background-color: #ffffff;
      padding: 20px 20px;
      width: 96%;
      margin: -80px auto 0!important;
  }

  .member-benefit_detail div h3 {
      font-size: 20px;
      /* font-family: "Noto Serif Japanese", serif; */
      font-weight: bold;
      color: #102937;
  }

  .member-benefit_detail div p {
      margin: 20px 0 0;
      font-size: 14px;
      color: #102937;
  }

  .def_toraiz h3 {
      margin-bottom: 30px;
      color: #102937;
      font-size: 24px;
  }

  .def_toraiz p {
      margin-bottom: 20px;
      color: #102937;
      text-align: left;
      width: 70%;
      margin: 0 auto;
  }

  .def_toraiz_details {
      width: 70%;
      margin: 20px auto 0;
      justify-content: space-between;
      color: #102937;
  }

  .def_toraiz_details div{
      width: 100%;
  }

  .def_toraiz_details div h5 {
      font-size: 16px;
      border-bottom: 1px solid #102937;
      line-height: 3;
  }

  .def_toraiz_details div p {
      font-size: 13px;
      line-height: 1.8;
      width: 100%;
      margin: 20px 0 50px;
  }

  .member-benefit_detail img{
      width: 100%;
  }

  .monthly-event{
    width: 96%;
    margin: 0 10px 50px;
    padding: 20px 20px 20px 30px;
  }

  .club-toraiz_events{
      margin-top: 60px;
  }

  .club-toraiz_events h3{
      margin-bottom: 20px;
      font-size: 24px;
  }

  .p-blog-list{
      width: 90%;
      margin-bottom: 0;
  }

  .p-blog-list__item {
      width: 50%;
      margin-bottom: 24px;
  }

  .p-triangle {
      width: 100px;
      height: 100px;
      padding-left: 10px;
  }

  .p-triangle::before {
      border-width: 47.5px;
  }

  .p-date {
      font-size: 10px;
  }

  .p-date__day {
      margin-top: 0;
      font-size: 28px;
  }

  .p-hover-effect--type1 img{
    height: 19vw;
  }

  .p-hover-effect--type1 img, .p-hover-effect--type2 img, .p-hover-effect--type3 img {
      margin-right: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: none !important;
      transform: none !important;
      -webkit-transition: none !important;
      transition: none !important;
  }

  .p-article01__content {
      padding: 20px 10px 12px;
  }

  .p-article01__title {
      font-size: 14px;
  }

  .p-article01__cat {
      font-size: 10px;
  }

  .change-career{
      margin-top: 20px!important;
  }

  .change-career div ul {
      display: flex;
      margin: 0 auto;
      padding: 30px 0;
      width: 96%;
  }

  .change-career div ul li {
      margin-right: 14px;
  }

  .faq{
      padding-bottom: 30px;
  }

  .faq h2{
      margin-bottom: 30px;
      font-size: 24px;
      padding-top: 30px;
  }

  .faq ul{
      width: 100%;
      margin: 0 auto;
      display: block;
  }

  .faq ul li {
      width: 96%;
      margin: 0px auto 50px;
      background-color: #ffffff;
      display: block;
  }    

  .faq ul li p:first-child {
      font-size: 16px;
      padding: 20px 20px 10px;
      color: #102937;
  }

  .faq ul li p:last-child {
      padding: 10px 10px 20px;
      font-size: 14px;
  }

  .club-toraiz_price img{
    height: auto;
  }

  .club-toraiz_price_detail {
      width: 100%;
      margin-top: -70px;
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      -webkit-transform: none;
      border: 3px solid #00253f;
      padding: 10px;
      background-color: #ffffff;
      background-color: rgba(255,255,255,0.9);
  }
  
  .club-toraiz_price_detail h2 {
      background-color: #00253f;
      padding: 3px 15px;
      width: 64vw;
      font-size: 22px;
      top: 13px;
      left: -14px;
      position: relative;
      /* font-family: "Noto Serif Japanese", serif; */
  }

  .club-toraiz_price_detail .entry-period{
    font-size: 12px;
    top: 13px;
  }

  .club-toraiz_price_detail div:first-child {
      height: inherit;
      background-color: #ffffff;
      border: 1px solid #00253f;
      background-color: rgba(255,255,255,0.5);
      color: #102937;
  }

  .month_price_flame {
      margin: 20px 0 0;
  }

  .month_cp{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 18px;
  }

  .month_cp h2{
    font-size: 30px;
  }

  .month_cp em:first-child {
    font-size: 20px;
  }

  .month_cp p {
    font-size: 16px;
  }

  .month_cp-note {
    width: 300px;
    font-size: 13px!important;
  }
  
  .month_price {
      font-size: 20px;
      margin-left: 55px;
  }

  .month_price span {
      font-size: 50px;
      margin: 0 10px;
  }

  .month_price_flame ul {
      margin: 20px 20px 30px;
      font-size: 12px;
  }

  .month_price_flame li {
      margin-bottom: 8px;
      color: #102937;
      display: block;
  }

  .month_price_flame li p:first-child {
      border: 1px solid #e5e5e5;
      width: 100%;
      text-align: center;
      padding: 5px 10px;
      margin-right: 10px;
      color: #102937;
      font-weight: bold;
      display: block;
      letter-spacing: 5px;
      line-height: inherit!important;
  }

  .month_price_flame li p:last-child{
  }

  .entry h2 {
      font-size: 30px;
      margin-bottom: 20px;
      padding-top: 60px;
      /* font-family: "Noto Serif Japanese", serif; */
      font-weight: bold;
      color: #102937;
  }

  .entry_detail{
      width: 90%;
      margin: 0 auto;
      text-align: left;
  }

  .entry_step {
      width: 90%;
      margin: 30px auto 10px;
      border: 2px solid #e5e5e5;
      position: relative;
      padding-bottom: 0;
  }

  .entry_step_text{
      margin: 0!important;
  }

  .entry_step ul {
      padding: 20px 20px 20px 40px;
  }

  .entry_step_mumber {
      position: absolute;
      font-size: 26px;
      left: -18px;
      border: 2px solid #e5e5e5;
      padding: 0px 10px;
      color: #e5e5e5;
      background-color: #ffffff;
  }

  .entry_step_detail .interview_btn {
      width: 90%!important;
      margin-top: 20px;
      display: flex;
      font-weight: normal;
      background-color: #e85521;
      border-radius: 5px;
      box-shadow: 2px 3px 0px 0px #953200;
  }

  .entry_step_detail .interview_btn a {
      display: flex;
      text-align: center;
      width: 100%;
      font-weight: normal;
      font-size: 15px;
  }

  .entry_step_detail .interview_btn a p:first-child {
      margin-left: 3vw;
      position: absolute;
      display: inline-block;
      width: 26px!important;
      height: 26px!important;
      text-align: center;
      border-radius: 50%;
      border: solid 1px #ffffff;
      font-family: "Noto Serif JP", 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      font-weight: bold;
  }

  .entry_step_detail .interview_btn a{
    padding: 7px 0;
  }

  .entry-attention{
    width: 90%;
    margin: 0 auto 30px;
  }

  .entry-attention li{
    font-size: 12px;
  }

  .arrow_bottom {
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 20px solid #e5e5e5;
      margin: 20px auto 20px!important;
  }

  .info {
      padding: 40px 0;
      color: #102937;
  }

  .info h2 {
      font-size: 30px;
      margin-bottom: 20px;
      /* font-family: "Noto Serif Japanese", serif; */
      font-weight: bold;
  }

  .info_text {
      width: 90%;
      margin: 0 auto;
  }

  .info_form{
      margin-top: 30px;
  }

  .info_form div{
      width: 90%;
  }

  .info_address {
      width: 90%;
      margin: 30px auto 0;
      font-size: 13px;
  }

  .info_address ul{
      width: 100%;
  }

  .info_address ul li:first-child {
  }

  .footer-link {
    margin: 100px 0 0;
  }

  .footer-link img{
    width: 80%;
  }

}

@media (max-width: 1500px) and (min-width: 767px){

  .member-benefit_detail div {
    width: 46%;
    display: inline-block;
    border: 1px solid #000000;
    height: 100%;
    position: relative;
    right: 2%;
    background-color: #ffffff;
    padding: 60px 80px;
    margin-top: 6%;
  }

  .member-benefit_detail_2 div {
    width: 46%;
    display: inline-block;
    border: 1px solid #000000;
    height: 100%;
    right: -6%;
    position: relative;
    background-color: #ffffff;
    padding: 60px 80px;
    margin-top: 6%;
  }

}

@media (max-width: 1000px) and (min-width: 767px){
  .club-toraiz_mv_txt {
    width: 292px;
  }

  .club-toraiz_mv_txt h1 {
    font-size: 43px;
  }

  .club-toraiz_mv_txt p {
    font-size: 14px;
    text-align: center;
  }

  .club-toraiz_mv_txt div p {
    width: 260px;
    font-size: 12px;
  }

}
/* /Club-TORAIZ */

/* 1000hoursページの調査結果部分 */
.research-h2{
  /* font-family: "Cormorant Garamond", serif; */
  font-weight: bold;
  font-size: 4rem;
}

.research-h2:after{
  display: none;
}

.research-box{
  margin-top: 30px;
  height: 126%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.research-box img{
  width: 43%;
  height: 100%;
}

.research-box-text{
  border: 2px solid #e5e5e5;
  padding: 40px;
  margin: 0 0 0 20px;
}

.research-box-text h3{
  font-weight: bold;
  font-size: inherit;
}

.research-box-text p{
  color: #999999;
  font-size: 14px;
}


.research-box-detail{
  color: #999999;
  bottom: 0;
  font-size: 12px;
  margin-top: 67px;
}

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

  .research-h2{
    font-size: 2.8rem;
  }

  .research-box{
    display: block;
    text-align: center;
  }

  .research-box img {
    width: 60%;
    height: 100%;
  }

  .research-box-text {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
    border: 2px solid #e5e5e5;
    padding: 30px 10px;
  }

  .research-box-detail {
    margin-top: 40px;
    text-align: left;
  }
}

/* /1000hoursページの調査結果部分 */