@charset "utf-8";
/* CSS Document */
/******************************************************************************

 mainView

******************************************************************************/
.mv{
	background: #000;
	max-width: 768px;
    margin: 0 auto;
}
.mv_ttl{
	padding-bottom: 1em;
	/* margin-bottom: 2em; */
}
.mv_txt{
	color: #fff;
	font-size:318%;
	text-align: center;
	display: none;
}
.mv_txt span{
	color: #fff;
	font-size:70%; 
}
.read{
    background: #000;
    max-width: 768px;
    margin: 0 auto;
	padding-bottom: 1.28em;
	margin-bottom: 2.1em;
}

.read .acsess .map{
	margin-bottom: 3.125em;
}
.red_img{
	margin-bottom: 1.8em;
}
.read_ttl{
	font-size: 156%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}
.read_box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.read_box_item{
	color: #fff;
	background: #ff1812;
	padding: 0.3em 0;
	margin: 1%;
	border-radius: 3px;
	font-size: 156%;
	width: 31%;
	text-align: center;
}
.read_cv_box{
	margin-top: 1.4em;
}
.read_cv_box_txt{
	color: #fff;
	font-size: 200%;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.2em;
}
.read_cv_tel_btn a{
	display: block;
	background-color: #ff6600;
	padding: 1em;
	border-radius: 5px;
}
.about{
	background: #fff;
	padding-bottom:2em;
}
.about_ttl{
	font-size: 153%;
	line-height: 1.4;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 1.25em;
}

@media screen and (max-width: 374px) {
.about_ttl{
	font-size: 130%;
}
}
.about_ttl span{
	font-size: 160%;
	font-weight: 600;
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*ここからメインコンテンツ*/
/*共通*/
.ttl{
	text-align: center;
	font-weight: 600;
	font-size: 168%;
	line-height: 1.4;
	position:relative;
	margin-bottom: 1.8em;
}
.ttl::after{
content:"";
   display:block;
   width:20%;
   height:3px;
   background-color:#000;
   position:absolute;
   bottom:-0.9em;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ttl02{
	text-align: center;
	font-weight: 600;
	font-size: 168%;
	line-height: 1.4;
	position:relative;
	margin-bottom: 1.8em;
	color: #fff;
}
.ttl02::after{
content:"";
   display:block;
   width:20%;
   height:3px;
   background-color:#666;
   position:absolute;
   bottom:-0.9em;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*reference_book====================*/
.reference_book_txt{
	margin-bottom: 1.8em;
}
.reference_book_img{
	margin-bottom: 1.8em;
}
.reference_book_ttl_red{
	margin-bottom: 0.5em;
	color: #cc0000;
	font-weight: 600;
}
.reference_book_img02{
	margin-bottom: 4.3em;
}
.reference_book{
	padding-bottom: 2.75em;
	padding-top: 1.8em;
}
/*reference_book====================*/
.why_happen{
	background: #eee;
	padding-top: 1.8em;
}
.why_happen_txt{
	margin-bottom: 1.8em;
}
.why_happen_img{
	margin-bottom: 1.8em;
}
.why_happen_box{
	background: #fff;
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}
.why_happen_box_txt{
	text-align: center;
	margin-bottom: 1em;
}
.why_happen_box_img li:first-child{
	margin-bottom: 0.5em;
}
.why_happen_box_img{
	margin-bottom: 2.8em;
}
.why_happen_box_read_txt{
	text-align: center;
	font-size: 137.5%;
	font-weight: 600;
	line-height: 1.6;
}

/*reference_book====================*/
.strengths{
	background: #eee;
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}
.link_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.link_box li{
	background: #fff;
	border-radius: 5px;
	width: 48%;
	text-align: center;
	position: relative;
	margin-bottom: 4%
}
.link_box li a{
	display: block;
	background: #fff;
	font-size: 125%;
	font-weight: 600;
}
.link_box li:first-child a{color: #91afaf;}
.link_box li:nth-child(2) a{color: #43557d;}
.link_box li:nth-child(3) a{color: #fd9383;}
.link_box li:last-child a{color: #852c4c;}

.link_box .point_nom{
	margin-bottom: 5px;
	border-bottom: solid 2px #999;
}
.link_box .point_nom span{
  display: block;
	width: 58%;
}
.point_nom,.point_item_txt{
	display: block;
}

.point01{background: #91afaf;}
.point02{background: #97a1bf;}
.point03{background: #fd9383;}
.point04{background: #c9819d;}

.point{
	padding:2% 2.5%;
}

/*point内容*/
.point_read_ttl{
	color: #fff;
	font-size: 156%;
	font-weight: 600;
	margin-bottom:0.5em;
}
.point_read_txt{
	font-size: 109.375%;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	margin-bottom: 1.8em;
}
.pont_read .point_img{
	display: block;
	width: 30%;
	padding-bottom: 5px;
}
.pont_read .point_nom{
	display:block; 
	border-bottom: solid 1px #fff;
	margin-bottom: 0.8em;
}

.point_txt_box .txt_item{
  background: #fff;
  border-radius: 5px;
	padding: 1em;
}
.point01 .point_txt_box .txt_item{color: #5a7878;}
.point02 .point_txt_box .txt_item{color: #45547d;}
.point03 .point_txt_box .txt_item{color: #ea5944;}
.point04 .point_txt_box .txt_item{color: #852c4c;}
.point_txt_box .txt_item:not(:last-child){
	margin-bottom: 0.3em;
}
.point_txt_box{
	margin-bottom: 2.5em;
}
.point_box_ttl {
	text-align: center;
	font-size: 109%;
	font-weight: 600;
	color: #333;
	margin-bottom: 1em
}
.secret{
	padding-bottom: 2.5em;
}
.secret_ttl{
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
	border-bottom: solid 1px #fff;
}
.secret_ttl span{
	display: block;
	width: 56%;
}
.secret_txt{
 color: #fff;
	font-weight: 600;
	font-size: 125%;
}
.point_box_sub_ttl{
	font-size: 109%;
	font-weight: 600;
	text-align: center;
	padding-bottom: 0.2em;
	margin-bottom: 0.7em;
}

.point02 .point_box_sub_ttl{color: #43557d;border-bottom: solid 2px #43557d;}
.point04 .point_box_sub_ttl{color: #943e5d;border-bottom: solid 2px #943e5d;}
/*point01*/
.point01 .pont_read_flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1em;
}
.point01 .point_read_img{
	width: 46%;
	margin-top: -3.125em;
}
.point01 .point_read_txt{
	width: 54%;
	font-weight: 600;
}
.point01 .pont_read_box{
	color: #fff;
	font-weight: 600;
	font-size: 93.75%;
	display: flex;
	margin-bottom: 2em;
}
.point01 .pont_read_box li{
	width: 50%;
	text-align: center;
	line-height: 1.5;
	padding: 0 0.5em;
}
.point01 .pont_read_box li:first-child{
	border-right: solid 1px #fff;
}
.point01 .point_box_ttl{
	margin-bottom: 1em;
}
.point01 .point_box_txt{
	background: #5a7878;
	color: #fff;
	padding: 1em;
	margin-bottom: 1.8em;
}
.point01 .pont_box_img{
	margin-bottom: 1.8em;
}
/*point02*/
.point02 .point_box_txt{
	color: #fff;
	margin-bottom: 2em;
}
.point02 .pont_box_img{
	margin-bottom: 1em;
}

.point03 .point_read_table{
	width: 90%;
	margin: 0 auto 3em;
}
.point03 .point_read_table li:first-child{
  margin-bottom: 2.5em;
}
.point03 .pont_box_img{
	margin-bottom: 2em;
}
.point03 .point_box_txt {
    color: #fff;
    margin-bottom: 2em;
}

.point04 .point_box_txt {
    color: #fff;
    margin-bottom: 2em;
}
.point04 .point_box_txt span{
  display: block;
	text-align: center;
	padding: 0.2em;
	background: #fff;
	color: #943e5d;
	border-radius:1em;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}
.point04_img li:first-child{
	margin-bottom: 0.5em;
}
.point04_img li:last-child{
	margin-bottom: 1.8em;
}
.point04 .point_check_box{
	background: #852c4c;
	color: #fff;
	padding: 1em;
	margin-bottom: 2.5em;
}
.point04 .check_box li{
	font-weight: 600;
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.25em;
	line-height: 1.2;
}
.point04 .check_box li::before{
	display:inline-block;
	content: "";
	background-image: url("../images/check.png");
	background-size: 100% 100%;
background-position: center center;
	background-repeat: no-repeat;
	width: 2em;
	height: 2em;
	margin-right: 0.4em;
}
.point04 .point_check_box_txt{
	line-height: 1.4;
	width: 96%;
margin: 0 auto;
}
.point04 .point_check_box_txt span{
	display: block;
	font-size: 125%;
	font-weight: 600;
	padding-top: 0.5em;
}
/*contrivance*====================================*/
.contrivance{
	background-color: #000;
	padding-top: 1.8em;
}
/*course*====================================*/
.course{
	background-color: #000;
	padding-top: 1.8em;
	padding-bottom: 3em;
}

/*faq*====================================*/
.faq{
	background: #000;
	padding-bottom: 3em;
	padding-top: 1.8em;
}
.question{
	color: #fff;
	margin-bottom: 0.5em;
	line-height: 1.6;
}
.answer{
	color: #ff0000;
	margin-bottom: 0.8em;
	line-height: 1.6;
}
.faq_box:not(.not){
	margin-bottom: 3.75em;
}
/*interview*====================================*/
.interview{
	background: #000;
	padding-bottom: 1.8em;
	padding-top: 1.8em;
}
.interview_box{
	background: #fff;
	border-radius: 5px;
	padding: 1em;
}
.interview_box:not(.none){
	margin-bottom: 1.25em;
}
.interview_box dt{
	color: #cc0000;
	font-weight: 600;
	padding-bottom: 0.5em;
	border-bottom: dotted 1px #000;
}
.interview_box dt span{
  color: #000;
	font-weight: 600;
	margin-right: 1em;
	display: inline-block;
}
.interview .video{
	margin-bottom: 2em;
}
/*coach*====================================*/
.coach{
	background-color: #000;
	padding-top: 1.8em;
	padding-bottom: 3.6em;
}
.coach_read_txt{
	color: #fff;
	margin-bottom: 1.8em;
}
.coach_box{
	color: #fff;
	text-align: center;
	padding-bottom: 1.8em;
}
.coach_box_img{
	margin-bottom: 1em;
}
.coach_box_txt .txt{
	padding-bottom: 1em;
}
.coach_box_txt .name{
	font-weight: 600;
	margin-bottom: 1em;
}
/*blog*====================================*/

.blog{
	background-color: #000;
	padding-top:1.8em;
	padding-bottom: 3.6em;
}
.blog_box{
	padding-bottom: 1.8em;
}

.blog_list_item a time{
 font-size: 87.5%;
 padding-right: 0.5em;
}
.blog_list_item a{
 color: #fff;	
  display: block;
  padding-top: 1.2em;
	padding-bottom: 1.2em;	
}
.blog_list_item:first-child a{
	padding-top: 0;
}
.blog_list_item a:hover{
	color: #ff0000;
}

.blog_list_item:not(:last-child) a{
 border-bottom: solid 2px #333;	
}

/*messege*====================================*/
.messege{
	padding-top: 3em;
	background: #ddd;
}
.messege_txt{
		padding-bottom: 1em;
}
.messege_logo{
	margin: 0 auto 1em;
	width: 40%;
	text-align: center;
}
.messege_img{
	max-width: 768px;
	margin: 0 auto;
}
.messege_map,.messege_slide{
	max-width: 768px;
	margin: 0 auto;
}
.slide_box{
	margin-bottom: 1.8em;
}

/* slick ****************************************************/
.slick-dotted.slick-slider {
    max-width: 90%;
    margin: 0 auto;
	position: relative;
}
footer .slick-dotted.slick-slider{
	    margin-bottom: 30px;
    max-width:768px;
}
.slick-initialized .slick-slide{
	padding-bottom: 0;
}
.slick-dots{
	z-index: 10;
  bottom: auto;
}
.slick-prev, .slick-next {
    top:45%;
}
.slick-dotted li button::before{
	font-size: 10px;
	color: #fff;
}
.slick-dots li.slick-active button::before{
	font-size: 10px;
	color: #fff;
}
/* tab ****************************************************/
.content {
    display: none;
  }
.content.show {
    display: block;
}

.tap{
	width: 60%;
	margin: 0 auto 1.8em;
}

.active img {
   display: none;
}

.point_item01.active{
	background-image: url("../images/point01_a_on.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.point_item02.active{
	background-image: url("../images/point02_a_on.png");
	background-repeat: no-repeat;
	background-size: cover;
}.point_item03.active{
	background-image: url("../images/point03_a_on.png");
	background-repeat: no-repeat;
	background-size: cover;
}.point_item04.active{
	background-image: url("../images/point04_a_on.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.back_btn a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ed7d31;
	border-radius: 5px;
	background-color: #f8a784;
	color: #000;
	padding: 1em;
	text-align: center;
}
.back_btn{
	width: 80%;
	margin: 1.8em auto 0;

}
.foot_bnr{
	background-color: #000;
	position: fixed;
	bottom: 0;
	right: 0;
  left: 0;
	margin: 0 auto;
	z-index: 999
}

.foot_bnr_link{
	max-width: 500px;
	margin: 0 auto;
}