@charset "utf-8";
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
ul,ol {
    list-style:none;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
input, select {
    vertical-align:middle;
}

img{
	vertical-align: bottom;
	max-width: 100%;
}


 /**
 * base
 */ 

body {
    font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 


 /**
 * common
 */ 
 


.inBox{
	overflow: hidden;
}

.section h2{
	text-align: center;
}

.section h3{
	font-size: 34px;
	color: #444444;
	margin: 25px 0;
	display: inline-block;
	border-bottom: solid 2px #005F73;
	position: relative;
}

.section h3:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: #005F73; 
}

.section h3 span{
	font-size: 26px;
}
 
.dp-no{
	display: none;
}


 /**
 * module
 */ 
 
 .pc-only{
	 display: block;
 } 
 
 .sp-only{
	 display: none;
 }

.fullSize{
	width: 100%;
}
 


 /**
 * header
 */ 

#header{
	background-color: #000000;
}

#header .inBox{
	overflow: hidden;
	padding: 10px 0;
}

#header .logo{
	float: left;
	margin-top: 4px;
}

#header .logo img{
	vertical-align: top;
}

#header .btn{
	float: right;
}



 /**
 * footer
 */ 

#footer{
	background-color: #000000;
	text-align: center;
	padding: 30px 0;
}

#footer ul{
	font-size: 0;
}

#footer li{
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

#footer li:first-child:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 12px;
	right: -1px;
	top: 4px;
	background-color: #fff;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}



 /**
 * visual
 */ 

#visual{
	background-color: #ADD6DD;
}



 /**
 * about
 */ 
 
 #about{
	background: url("../img/bg_pattern01.png");
}

#about h2{
	background-color: #00C3C8;
	background-image: none;
	text-align: center;
	padding: 25px 0;
}

#about ul{
	padding: 25px 0;
	font-size: 0;
	text-align: center;
}

#about ul li{
	font-size: 100%;
	margin-bottom: 20px;
}


 /**
 * dm
 */ 
 
#dm{
	text-align: center;
}

#dm h2{
	margin: 0 0 12px;
}

#dm h3{
	border: none;
}

#dm h3:after{
	display: none;
}

#dm .icon{
	margin: 15px 0 30px;
}

#dm dd{
	padding: 25px 0 40px;
}



 /**
 * entry
 */ 
 
#entry{
	text-align: center;
	padding-bottom: 60px;
}

#entry .photos img{
	width: 100%;
}

#entry ul{
	text-align: left;
}

#entry ul li{
	font-size: 0.875em;
	padding: 3px 20px;
}



 /**
 * tokuten
 */ 
 
#tokuten{
	text-align: center;
	padding-bottom: 60px;
	background: url("../img/bg_pattern01.png");
}

#tokuten h2{
	margin-bottom: 85px;
}

#tokuten .itemBox{
	background-color: #fff;
	border-bottom: 2px solid #CCCCCC;
	padding: 50px 0 30px;
	position: relative;
}

#tokuten .itemBox:after{
	content: "";
	display: block;
	position: absolute;
	width: 168px;
	height: 90px;
	background-repeat: no-repeat;
	top: -47px;
	left: 50%;
	margin-left: -84px;
}

#tokuten .tokuten01:after{
	background-image: url("../img/tokuten_icon01.png") ;
}

#tokuten .tokuten02:after{
	background-image: url("../img/tokuten_icon02.png") ;
}

#tokuten .tokuten03:after{
	background-image: url("../img/tokuten_icon03.png") ;
}

#tokuten .tokuten04:after{
	background-image: url("../img/tokuten_icon04.png") ;
}

#tokuten .tokuten05:after{
	background-image: url("../img/tokuten_icon05.png") ;
}

#tokuten h3{
	color: #D29400;
	margin: 0 0 20px;
	display: block;
	border-bottom: none;
}

#tokuten h3:after{
	display: none;
}

#tokuten .itemBox p{
	color: #444444;
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
}


 /**
 * counselor
 */ 
 
#counselor{
	text-align: center;
}

#counselor h2 + p{
	color: #444444;
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 10px 55px;
}

#counselor .inBox{
	padding: 30px 0;
}



#counselor .feature {
	font-size: 0;
}

#counselor .feature li {
	display: inline-block;
	border: solid 2px #005F73;
	border-radius: 5px;
	box-sizing: border-box;
}

#counselor dl{
	margin: 0 30px;
	line-height: 1.8;
}

#counselor dt{
	margin-bottom: 12px;
	font-weight: bold;
}

#counselor dt div{
	margin-bottom: 15px;
}

#counselor dt p{
	color: #444444;
	font-size: 24px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 3px solid #005F73;
}

#counselor dd{
	text-align: left;
}


#counselor .counselors dl dd {
	text-align: left;
}




 /**
 * media
 */ 




#media h2{
	background-image: url("../img/bg_h2_l1.png");
}

#media h2 + p{
	text-align: center;
	color: #444444;
	line-height: 1.6;
	font-weight: bold;
}

#media .box{
	overflow: hidden;
}




 /**
 * present
 */ 

#present .inBox .company p{
	font-size: 14px;
	line-height: 1.8;
}

#present .inBox .company p:first-child{
	font-size: 16px;
	margin-bottom: 40px;
}






/* 641px 以上 */
@media screen and (min-width: 641px) {


 /**
 * common
 */ 

a img{
	-webkit-transition: 0.3s ease-in-out;   
            transition: 0.3s ease-in-out;
} 

a:hover img{
	opacity: 0.8;
}

.section{
	min-width: 980px;
}

.section h2{
	background: url("../img/bg_h2_l2.png") repeat-x;
}


 /**
 * header
 */ 

#header .inBox{
	width: 980px;
	margin: 0 auto;
}


 /**
 * footer
 */ 

#footer{
	min-width: 980px;
}

 /**
 * visual
 */ 
 
#visual{
	background-image: url("../img/intro_bg.png");
	background-repeat: repeat-x;
}

#visual h1{
	height: 560px;
	background-image: url("../img/intro_title_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}


 /**
 * about
 */

#about ul{
	width: 980px;
	margin: 0 auto;
}

#about ul li{
	display: inline-block;
	margin-left: 24px;
}

#about ul li:first-child{
	margin-left: 0;
}


 /**
 * dm
 */ 


#dm dt{
	background: url("../img/bg_subtitle.png") no-repeat 0 0;
	background-size: cover;
	text-align: center;
	box-sizing: border-box;
	padding-top: 23px;
	height: 82px;
}


 /**
 * entry
 */ 

#entry .inBox{
	display: table;
	width: 980px;
	margin: 40px auto 55px;
}

#entry h2{
	background-image: url("../img/bg_h2_l1.png");
}

#entry ul{
	display: table-cell;
}


 /**
 * tokuten
 */ 


#tokuten .itemBox{
	width: 980px;
	margin: 0 auto 65px;
}



 /**
 * counselor
 */ 

#counselor .inBox{
	width: 980px;
	margin: 0 auto;
}

#counselor .element {
	width: 450px;
	height: 450px;
	float: left;
	margin: 0 20px 20px;
}

#counselor .element .thumb {
	margin-bottom: 25px;
}

#counselor .element .feature {
	margin-bottom: 18px;
}

#counselor .element .feature li {
	font-size: 16px;
	padding: 3px 12px;
	margin: 0 4px;
	min-width: 70px;
}

#counselor .element dl dt {
	font-size: 18px;
	margin-bottom: 20px;
}

#counselor .element dl dd {
	font-size: 14px;
}



 /**
 * media
 */ 


#media{
	margin: 0 0 70px;
}

#media h2 + p{
	margin: 40px 0 35px;
	font-size: 18px;
}

#media .box{
	width: 783px;
	margin: 0 auto 18px;
}

#media .box_l{
	float: left;
}

#media .box_r{
	float: right;
}




 /**
 * present
 */ 
 
#present{
	text-align: center;
	padding-bottom: 120px;
}

#present h2{
	background-image: url("../img/present_title_bg.png");
	margin-bottom: 45px;
}

#present .inBox{
	width: 980px;
	margin: 0 auto 60px;
}

#present .inBox .company{
    float: left;
	width: 575px;
}

#present .inBox .company p{
	text-align: left;
}

#present .inBox .photos{
	float: right;
	width: 377px;
	padding-top: 10px;
}

#present .inBox .photos img{
	margin-top: 15px;
}



}

 
/* 640px 以下 */
@media screen and (max-width: 640px) {


 /**
 * module
 */ 
 
 .pc-only{
	 display: none;
 } 
 
 .sp-only{
	 display: block;
 }
 
 
  /**
 * common
 */ 
 

.section h3{
	font-size: 18px;
	margin: 3.125% 0 5.9375%;
}

.section h3 span{
	font-size: 13px;
}

.btn_entry{
	padding-left: 3.125%;
	padding-right: 3.125%;
}



 /**
 * header
 */ 


#header .inBox{
	padding: 6px 3.125%;
}

#header .logo{
	margin-top: 5px;
	margin-left: 5px;
	width: 48px;
}

#header .btn{
	width: 115px;
}


 /**
 * footer
 */ 

#footer{
	padding: 15px 0;
}

#footer li{
	font-size: 12px;
	padding: 0 5px;
}

#footer li:first-child:after{
	height: 12px;
	right: -1px;
	top: 3px;
}


 /**
 * about
 */ 
 
#about{
	background-size: 2px;
}

#about h2{
	padding: 12px 0;
}

#about h2 span{
	width: 229px;
	display: inline-block;
}

#about ul{
	padding: 25px 0;
}

#about ul li{
	margin-bottom: 20px;
}

#about ul li span{
	display: inline-block;
}

#about ul li.item01 span,#about ul li.item02 span,#about ul li.item03 span{
	width: 155px;
}

#about ul li.item04 span,#about ul li.item05 span{
	width: 200px;
}



 /**
 * dm
 */ 

#dm h2{
	margin: 0 0 5.3125%;
}

#dm h3{
	margin: 0;
	width: 61.5625%;
}

#dm .icon{
	margin: 1.25% auto 3.125%;
	width: 36px;
}

#dm dd{
	padding: 5% 3.125%;
}



 /**
 * entry
 */ 
 
#entry{
	padding-bottom: 10%;
}

#entry .inBox{
	padding: 3.75% 3.125%;
}

#entry ul.list02,#entry ul.list03{
	display: none;
}

#entry ul li{
	font-size: 0.625em;
	padding: 0;
}

#entry .btn_more{
	width: 58.75%;
	margin: 0 auto 5%;
}




 /**
 * tokuten
 */ 
 
#tokuten{
	padding-bottom: 10%;
	background-size: 2px;
}

#tokuten h2{
	margin-bottom: 0;
}

#tokuten h3{
	line-height: 1.2;
	padding: 0 3px;
	margin-bottom: 8px;
}

#tokuten .itemBox{
	padding: 25px 0 15px;
	width: 93.75%;
	margin: 10.9375% auto 0;
}

#tokuten .itemBox:after{
	width: 84px;
	height: 45px;
	background-size: contain;
	top: -23px;
	margin-left: -42px;
}

#tokuten .itemBox p{
	font-size: 12px;
	padding: 0 10px;
}



 /**
 * counselor
 */ 

#counselor h2 + p{
	font-size: 12px;
	padding: 5.625% 3.125%;
}

#counselor .inBox{
	padding: 6px 3.125%;
}

#counselor .element .thumb {
	margin-bottom: 12px;
}

#counselor .element .thumb img {
	width: 47%;
}

#counselor .element {
	margin: 0 0 40px;
}

#counselor .element .feature {
	margin-bottom: 10px;
}

#counselor .element .feature li {
	font-size: 12px;
	padding: 2px 5px;
	margin: 0 2px;
}

#counselor .element dl dt {
	font-size: 14px;
	margin-bottom: 15px;
}

#counselor .element dl dd {
	font-size: 12px;
}





 /**
 * media
 */ 


#media{
	margin: 0 0 30px;
}

#media h2 + p{
	margin: 20px 3.125% 18px;
	font-size: 14px;
}

#media .box{
	text-align: center;
	padding: 0 3.125%;
}

#media .box img{
	width: 63.33%;
	margin-bottom: 15px;
}




 /**
 * present
 */ 
 
#present{
	padding: 0 0 9.375%;
}

#present .inBox{
	padding: 7% 3.125%;
}

#present .inBox .company p{
	font-size: 10px;
	line-height: 1.6;
}

#present .inBox .company p:first-child{
	font-size: 12px;
	margin-bottom: 5%;
}

#present .inBox .photos{
	margin-top: 9%;
	overflow: hidden;
}

#present .inBox .photos img{
	width: 50%;
	float: left;
}





}