@charaset "utf-8";



* {
	font-size: 0.95rem;
	line-height: 1.6;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	padding-top: 3rem;
}

.top{
	height: 500px;
	margin-bottom: 80px;
	background: url(../images/top_image.png) no-repeat center center;
	background-size: cover;
}

.top h2{
	padding-top: 50px;	
}

.top-list {
	position: relative;	
}



.top-list ul{
	position: absolute;
	top: 50px;
}


.top-list-l,
.top-list-r{
	width: 400px;	
}

.top-list img {
	width: 100%;
}

.top-list-l{
	left: 40px;	
}


.top-list-r{
	left: 460px;	
}

.message{
	margin-bottom: 80px;
}

.message-tab li{
	float:left;
	line-height: 1px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;	
}

.message-tab li:hover{
	opacity: 0.7;	
}

.message-main{
	position: relative;
	height: 1200px;
	background-color: #FFFCED;	
}

.message-main > div{
	position: absolute;
	top: 60px;
/* 	left: 20px; */
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.message-main > div > div {
	width: 90%;
	margin: 0 auto;
}


.message .active{	
	opacity: 1;
}

.message .hide{
	opacity: 0;	
}

.message-main h3{
	margin-bottom: 60px;	
}

.special-1, .special-2, .special-3{
	margin-bottom: 60px;
	width: 100%;
}

.special-1 .image-area{
	float: left;
}

.special-1 .text-area{
	float: right;
	width: 500px;
}

.special-2 .image-area{
	float: right;
}

.special-2 .text-area{
	float: left;
	width: 500px;
}

.special-3 .image-area{
	float: left;
}

.special-3 .text-area{
	float: right;
	width: 500px;
}

.message-content h3{
	width: 100%;
}
.message-content h4{
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #555;
	background: url(../images/under_line.png) no-repeat left bottom;
}

.different{
	margin-bottom: 80px;
}

.different h3{
	margin-bottom: 30px;	
}

.different .box{
	position: relative;
	width: 100%;
	height: 320px;
	margin-bottom: 40px;
	background-size: inherit;
	border-radius: 10px;
}

.different .box:nth-of-type(1){background: url(../images/diff_image1.png) no-repeat center center #c0e2d0;}
.different .box:nth-of-type(2){background: url(../images/diff_image2.png) no-repeat center center #c1e3d8;}
.different .box:nth-of-type(3){background: url(../images/diff_image3.png) no-repeat center center #c1e3e0;}
.different .box:nth-of-type(4){background: url(../images/diff_image4.png) no-repeat center center #c1dfe3;}

.different .box > div{
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0;
}

.different .box img {
/* 	width: 50%; */
}

.diff-text1{
	top: 130px;
	right: 0;
}

.diff-text2{
	bottom: -30px;
	left: 0;
}

.diff-text3{
	top: 80px;
	right: 0;
}

.diff-text4{
	bottom: -30px;
	left: 0;
}

.example{
    margin-bottom: 80px;	
}

.example h3 {
    margin-bottom: 30px;
}

.exp-tab li{
    float:left;
    line-height: 1px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;	
}

.exp-tab li:hover{
    opacity: 0.7;	
}

.exp-main{
    position: relative;
    height: 1700px;
    background-color: #FFFCED;	
}

.exp-main > div {
    position: absolute;
    top: 60px;
/*     left: 20px; */
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.exp-main > div > div {
	padding: 0 4rem 0 2rem;
}

.example .active{	
    opacity: 1;
}

.example .hide{
    opacity: 0;	
}

.exp-main h3{
    margin-bottom: 60px;	
}

.exp-icon{
    float: left;
    margin: 0 40px 40px 0;
}

.exp-title{
    float: left;
}

.exp-title h4{
    margin-bottom: 10px;
    font-size: 24px;
}

.exp-title h4 span{
    font-size: 18px;
    font-weight: normal;
    padding-left: 30px;
}

.exp-subtitle{
    padding: 10px 16px;
    font-size: 16px;
    border: double 4px #F8E58E;
    text-align: center;
}

.exp-flow{
    clear: both;
}

.exp-flow li{
    position: relative;
    padding: 0 0 100px 80px;
}

.exp-flow li:nth-of-type(1){background: url(./images/exp_num1.png) left 10px no-repeat;}

.exp-flow li:nth-of-type(2){background: url(./images/exp_num2.png) left 10px no-repeat;}

.exp-flow li:nth-of-type(3){background: url(./images/exp_num3.png) left 10px no-repeat;}

.exp-tr{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -72px;
}

/*
	.exp-tr img{
		width: 50%;
	}
*/

.pass{
    margin-bottom: 80px;	
}

.pass h3 {
    margin-bottom: 30px;
}

.pass-block{
    width: 100%;
    margin-bottom: 60px;
}

.pass-title{
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.pass-title:hover{
    opacity: 0.6;
}

.pass-title img{
    width: 100%;
    position: relative;
    z-index: 3;
}

.pass-detail{
    display: none;
    position: relative;
    top: -21px;
    padding: 20px;
    background-color: #fffef1;
    border: solid 2px #898400;
}

.subject{
    margin-bottom: 40px;
    padding: 16px 10px;
    border: double 4px #898400;
    font-size: 16px;
    font-weight: bold;
    color: #6e6a00;
    text-align: center;
}

.pass-flow li{
    position: relative;
    padding: 0 0 60px 80px;
}

.pass-flow li:nth-of-type(1){background: url(./images/exp_num1.png) 10px 8px no-repeat;}

.pass-flow li:nth-of-type(2){background: url(./images/exp_num2.png) 10px 8px no-repeat;}

.pass-flow li:nth-of-type(3){background: url(./images/exp_num3.png) 10px 8px no-repeat;}

.pass-tr{
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -72px;
}

.pass-close-btn{
    width: 80px;
    margin: 0 auto;
    padding: 10px;
    background: #D61B13;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #AAA;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    transition: all 0.3s;
}

.pass-close-btn:hover{
    opacity: 0.7;
}

.attend{
	margin-bottom: 30px;	
}

.attend h3{
	margin-bottom: 30px;	
}

.attend-inner .detail-list {
	float: left;
	width: 600px;
}

.attend-inner .detail-list span{
	display: block;	
}

.attend-inner .detail-list ul li{
	margin-bottom: 20px;	
}

.attend-inner .detail-image{
	float: right;	
}

.stay{
	margin-bottom: 50px;		
}

.stay h3{
	margin-bottom: 30px;	
}

.stay-inner .detail-list{
	float: right;
	width: 600px;
}

.stay-inner .detail-list span{
	display: block;	
}

.stay-inner .detail-list ul li{
	margin-bottom: 20px;	
}

.stay-inner .detail-image{
	float: left;	
}

.detail-list ul {
	padding: 0 0 0 1rem;
	list-style: disc;
	list-style-position: inherit;
}



.flow{
	margin-bottom: 100px;	
}

.flow h3{
	position: relative;
	margin-bottom: 30px;
}

.flow h4 {
	background-color: #f0bb5b;
}

#flowMain{
	display: none;	
}

.frow-block{
	margin-bottom: 10px;	
}

.frow-block h4{
	line-height: 1px;
}

.frow-block .fl-l{
	float: left;	
}

.frow-block .fl-r{
	float: right;	
}

.frow-block .frow-text{
	width: 500px;
	padding: 2rem 0 0 2rem;
}

#flowAccodion{
	position: absolute;
	display: block;
	right: 0;
	top: -20px;
	z-index:20;
	cursor: pointer;
	transition: all 0.3s;
}

#flowAccodion:hover{
	opacity: 0.7;	
}



.contact{
	margin-bottom: 30px;
	text-align: center;
}	

/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
 
.cf:after {
    clear: both;
}
 
.cf {
    *zoom: 1;
}






/* ADD from---> /course/coaching/*/ 

.special-block{
	margin-bottom: 60px;	
}

.special-block > .title{
	margin-bottom: 20px;	
}
.catch{
	margin-bottom: 20px;	
}

.text-area{
	height: 400px;
    margin-bottom: 0;
}

.text-area .text{
	background-color: rgba(255, 255, 255, 0.7);
	width: 360px;
	padding: 15px 15px 10px;
}
.toki{
	background: url(/course/coaching/images/toki_img.png) no-repeat center center;
	background-size: cover;	
}

.tyoku{
	background: url(/course/coaching/images/tyoku_img.png) no-repeat center top;
	background-size: cover;		
}

.detail{
	margin-bottom: 40px;	
}

.detail dt{
	display: inline-block;
	width: 65px;
	background: #333;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	
}

.detail dd{
	display: inline-block;
	padding: 5px 40px 5px 10px;
	border-bottom: 1px solid #333;
}





p.notice {
	width: intrinsic;           /* Safari/WebKit は非標準の名称を使用 */
	width: -moz-max-content;    /* Firefox/Gecko */
	width: -webkit-max-content; /* Chrome */
	margin-top: 2rem;
	padding: 1rem;
	font-size: 1.0rem;
	background-color: #e63636;
	color: #fff;
	border-radius: 5px;
}





/* add */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background-color: #339974;
	font-size: 1.2rem;
	box-shadow: 0 2px 5px #555;
	z-index: 100;
}


.header-inner {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

.header-inner h1 {
	width: 300px;
	float: left;
}
.header-inner h1 img {
	width: 60%;
}
.header-inner h2 {
	width: 500px;
	float: right;
	color: #fff;
	font-size: 0.7rem;
	margin-top: 0.4rem;
	text-align: right;
}




/* navi */
.header-inner nav ul li {
	display: inline-block;
	margin-left: 1rem;
}
.header-inner nav ul li a {
	display: block;
	color: #FFF;
	padding: 0.4rem 0;
	font-size: 0.75rem;
	transition: all 0.3s;
	text-decoration: none;
}
.header-inner nav ul li .under-line {
	width: 0;
	height: 1px;
	background-color: #FFF;
	margin-top: 5px;
	transition: all 0.3s;
}
.header-inner nav ul li:hover .under-line {
	width: 100%;
	background-color: #f2b33d;
	}
.header-inner nav ul li:hover a {
	color: #f2b33d;
}






.contactFixBt {
	position: fixed;
	bottom: 80px;
	right: 2%;
	z-index: 80;
}
.contactFixBt .contact-btn {
    width: 200px;
}
.contactFixBt .contact-btn a {
	display: block;
	padding: 30px 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFF;
	background-color: #f2b33d;
	border-radius: 8px;
	transition: all 0.3s;
	text-decoration: none;
	letter-spacing: normal;
}
.contactFixBt .contact-btn a:hover {
	background-color: #f26100;
	box-shadow: 0 0 10px #666;
}



.sectionWrap {
	padding-top: 100px;
}



/*  */

.header-inner h1 a:hover img {
	background: none;
}




.taikenki h3 {
	margin-bottom: 2rem;
}
.taikenki > p {
	font-size: 0;
}

.taikenki-add {
	display: none;
	background-color: #fcfbf8;
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	border-right: solid 2px #d8446e;
	border-bottom: solid 2px #d8446e;
	border-left: solid 2px #d8446e;
}
.taikenki-add p {
	line-height: 2.5;
}
.taikenki-add p span {
	border-bottom: dotted 1px #d8446e;
	padding-bottom: 0.2rem;
}








.catch{
	margin-bottom: 20px;	
}

.text-area{
	height: 280px;
    margin-bottom: 16px;
}

.text-area .text{
	background-color: rgba(255,255,255,0.7);
	width: 360px;
	padding: 15px 15px 10px;
}

.kaki1{
    background: url(/course/coaching/images/kaki_img.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.kaki1 > .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 630px;
}

.kaki1 > .text > .title{
    font-size: 20px;
    color: #f09b00;
    font-weight: bold;
    margin-bottom: 5px;
}

.kaki1 > .text > .subtitle{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.kaki2{
    background: url(/course/coaching/images/kaki2_img.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.kaki2 > .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 630px;
}

.kaki2 > .text > .title{
    font-size: 20px;
    color: #f09b00;
    font-weight: bold;
    margin-bottom: 5px;
}

.kaki2 > .text > .subtitle{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}


/* add qa 2017.07 */

dl.qa_dl {
	margin-bottom: 3rem;
}
dl.qa_dl dt {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
dl.qa_dl dd {
	font-size: 1.0rem;
	line-height: 2;
	margin-bottom: 3rem;
}

dl.qa_dl ul li:first-child {
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;	
	width: 5%;
	float: left;
	padding: 0.7rem 1rem;
	width: 3%;
	float: left;
	text-align: center;
}
dl.qa_dl ul li:last-child {
	width: 90%;
	float: right;
	font-size: 1.2rem;
	padding: 1rem 0;
}
	dl.qa_dl dt ul li:first-child { background-color: #f39127; }
	dl.qa_dl dd ul li:first-child { background-color: #1fc580; }

dl.qa_dl dt ul li:last-child {
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	border-bottom: dotted 1px #ccc;
}
dl.qa_dl dd ul li:last-child {
	font-size: 1rem;
}


/* add 2018.01 直前指導体験記用 */

.detail-inner{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	width: 860px;
	margin: 50px auto 0 auto;
	padding-bottom: 10px;
	border: solid 1px #fb8c74;
	border-radius: 5px;
	
background: #f7efed; /* Old browsers */
background: -moz-linear-gradient(45deg, #f7efed 0%, #fffaf7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #f7efed 0%,#fffaf7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #f7efed 0%,#fffaf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efed', endColorstr='#fffaf7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/*
	height: 60vh;
	overflow-y: scroll;
*/
	
}

.detail-top{
	line-height: 1px;
	width: auto;
	padding: 2rem 2rem 0 2rem;
	margin: 0;
	border-bottom: dotted 1px #ee594a;
}

.detail-top img {
	width: 25%;
	border-radius: 50%;
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem;
}
.detail-top p {
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
	height: auto;
	line-height: 1.2;
	letter-spacing: 0.2rem;
}
.detail-top p:nth-child(2) {
	font-size: 1.8rem;
	color: #ee594a;
	background: url(/voice/images/2017/bg_marker_sakura.png) no-repeat left center;
	background-size: 5%;
	padding: 0;
}
.detail-top p:nth-child(3) {
	font-size: 1.4rem;
}
.detail-top p:nth-child(4) {
	font-size: 2.0rem;
}
.detail-top p:nth-child(5) {
	font-size: 0.9rem;
}
.detail-top p:nth-child(6) {
	color:#fb8c74;
	font-size: 1.2rem;
	font-style: italic;
}
.detail-top p:nth-child(7) {
	font-size: 1.2rem;
	color: #666;
	font-style: italic;
	line-height: 1.4;
}


.detail-text {
	padding: 20px 50px 0 50px;
	line-height: 30px;
}

.detail-bt {
	padding: 2rem 0 0 0;
}
.detail-bt a {
	width: 200px;
	color: #fff;
	background-color: #fb8c74;
	padding: 1rem;	
	margin: 0 auto;
	display: block;
	text-align: center;
	border-radius: 5px;
	font-size: 1.2rem;
}




/* add 2017.11 トップ体験記テキスト化*/

.exp_spt {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	background: url(/school/images/bg_topexp.jpg) no-repeat right bottom;
	background-size: cover;
}

.exp_spt dt {
	width: 20%;
	float: left;
}
	.exp_spt dt img {
		width: 100%;
	}

.exp_spt dl {
	line-height: 1;
}

.exp_spt dd {
	width: 80%;
	float: right;
}

.exp_spt dd dl {
	padding: 20px;
}

.exp_spt dd dl dt {
	width: 100%;
	padding-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #d61149;
	border-bottom: dotted 3px #d61149;
}
	.exp_spt dd dt span {
		font-size: 1.2rem;
		color: #c6287c;
	}
.exp_spt dd dl dd {
	width: 100%;
	padding-top: 0.6rem;
	line-height: 1.4;
	font-size: 1rem;
/* 	letter-spacing: -0.1rem; */
}

.exp_spt p {
	text-align: center;
}

.exp_arrow {
	margin: 0 auto;
	width: 100%;
	height: 0;
	border-top: 8px solid #d61149;
	border-left: 8px solid transparent;   /* topと隣接している   */
	border-right: 8px solid transparent;  /* topと隣接している   */
	border-bottom: 8px solid transparent; /* コード自体無くてもok */
}




/* add 2018.06 事例テキスト化*/

.jirei_spt {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	border-bottom: solid 1px #dddac7;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfff4+0,f9f7e3+100 */
background: #fdfff4; /* Old browsers */
background: -moz-linear-gradient(top, #fdfff4 0%, #f9f7e3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fdfff4 0%,#f9f7e3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fdfff4 0%,#f9f7e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfff4', endColorstr='#f9f7e3',GradientType=0 ); /* IE6-9 */
}

.jirei_spt dt {
	width: 20%;
	float: left;
	
}
.jirei_mk {
	color: #fff;
	vertical-align: middle;
	font-size: 1.6rem;
	font-style: italic;
	text-align: center;
	display: block;
	background-color: #ea6613;
	border-radius: 50%;
	margin-top: 1.4rem;
}
/*
	.jirei_spt dt img {
		width: 100%;
	}
*/

.jirei_spt dl {
	line-height: 1;
}

.jirei_spt dd {
	width: 80%;
	float: right;
}

.jirei_spt dd dl {
	padding: 20px;
}

.jirei_spt dd dl dt {
	width: 100%;
	padding-bottom: 0.8rem;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
	color: #ea6613;
	border-bottom: dotted 3px #ea6613;
}
	.jirei_spt dd dt span {
		font-size: 1.2rem;
		color: #c6287c;
	}
.jirei_spt dd dl dd {
	width: 100%;
	padding: 0.6rem 0 1rem 2rem;
	line-height: 1.4;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	
/* 	letter-spacing: -0.1rem; */
}

.jirei_spt p {
	text-align: center;
}

.exp_arrow {
	margin: 0 auto;
	width: 100%;
	height: 0;
	border-top: 8px solid #ea6613;
	border-left: 8px solid transparent;   /* topと隣接している   */
	border-right: 8px solid transparent;  /* topと隣接している   */
	border-bottom: 8px solid transparent; /* コード自体無くてもok */
}

.jirei-add {
	display: none;
	background-color: #fcfbf8;
	padding: 2rem;
	margin-bottom: 2rem;
	border-right: solid 2px #ea6613;
	border-bottom: solid 2px #ea6613;
	border-left: solid 2px #ea6613;
}
.jirei-add p {
	line-height: 2.5;
}
.jirei-add p span {
	border-bottom: dotted 1px #d8446e;
	padding-bottom: 0.2rem;
}

.jirei-add p:first-child {
	color: #fff;
	background-color: #e88a4f;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 1rem;
	border-radius: 5px;
}

.jirei-add li {
	margin-bottom: 1rem;
}






/* add 201804 2019年度用テキストレイアウト化 */

.different_new {
	padding: 1rem;
}

.different_new div {
	margin-bottom: 3rem;
}

.different_new img.right {
	width: 380px;
	float: right;
	margin: 0 0 3rem 2rem;
}

.different_new img.left {
	width: 380px;
	float: left;
	margin: 0 2rem 3rem 0 ;
}

.different_new h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #24ae67;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1rem;
}


.tokucho {
	padding: 2rem;
	border: solid 1px #24ae67;
	border-radius: 10px;
	background-color: #f3f9f6;
}
.tokucho h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #24ae67;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1rem;
}


.tokucho2 {
	padding: 2rem;
	border: solid 1px #de6365;
	border-radius: 10px;
	background-color: #faf5f6;
}
.tokucho2 h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #de6365;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1rem;
}



/* add 2018.04 */

.frow-block h4.bgttl {
	line-height: normal;
	padding: 1.4rem;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-style: italic;	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f4ac0e), color-stop(0.00, #f7be40));
	background: -webkit-linear-gradient(top, #f7be40 0%, #f4ac0e 88%);
	background: -moz-linear-gradient(top, #f7be40 0%, #f4ac0e 88%);
	background: -o-linear-gradient(top, #f7be40 0%, #f4ac0e 88%);
	background: -ms-linear-gradient(top, #f7be40 0%, #f4ac0e 88%);
	background: linear-gradient(to bottom, #f7be40 0%, #f4ac0e 88%);
}