@charset "utf-8";
body {
	background: #fef3ed;
	border-top: 8px solid #0062b1;
	box-shadow:none;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html,body{
    width: 100%;
}
a:link{
	text-decoration:none;
	color:#0081C4;
}
a:visited {
	text-decoration:none;
	color:#005684;
}
a:active {
	border-bottom: 1px solid;
	color:#007784;
}
a:hover {
	border-bottom: 1px solid;
	color:#009BEE;
}
.wrapper {
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 1200px;
	margin: 0 auto!important;
	padding: 0;
	box-sizing: border-box;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.clear{
	float: none;
	clear: both;
}
.mb_0{
	margin-bottom: 0!important;
}
.mb_30{
	margin-bottom: 30px!important;
}
.logo_image{
    margin: 26px 0 24px;
    float: left;
    font-size: 20px;
    letter-spacing: .1em;
}
.logo_image span{
	background: url(../images/logo.png) no-repeat 0 0;
    background-size: contain;
    width: 450px;
    height: 80px;
    text-indent: -9999px;
    display: block;
    margin-top: 8px;
}
#telnumber{
    margin: 52px 0 0;
    float: right;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 0.6em;
    color: #000;
}
#telnumber span{
    display: block;
    font-weight: 600;
    color: #e72c6b;
    margin-top: 14px;
    margin-bottom: 4px;
    width: 320px;
    height: 32px;
    background: url(../images/phone.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: right center;
    text-indent: -9999px;
    text-align: left;
}
#sub_nav{
	position:absolute;
	right:-8px;
	margin:8px 0;
}
#sub_nav li{
	position:relative;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	background:url(../images/sakura.svg) no-repeat left top;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	padding-left:26px;
	padding-top: 3px;
	z-index:100;
	margin:0 8px;
}
#sub_nav li a{
	line-height: 1.2em;
    color: #000;
    font-weight: 600;
}
#catch{
	width:100%;
}
#catch img{
	width:100%;
	height:auto;
}
#main h2{
	color: #111;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    margin: 0 0 60px;
}
#concept{
	padding-bottom: 100px;
}
#concept .bg_w{
	margin-bottom: 100px;
	background: #fff;
}
#concept .concept_bg{
	background: url(../images/concept_bg.jpg) no-repeat;
    -webkit-background-size: 400px auto;
    background-size: 400px auto;
    background-position: right bottom;
    padding-top: 60px;
    padding-bottom: 60px;
}
#concept .left_contents{
	max-width: 730px;
}
#concept .concept_bg h3{
	font-size: 30px;
    font-weight: 600;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: left;
    letter-spacing: 0.06em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
#concept .concept_bg p{
	line-height: 1.6em;
	margin-bottom: 10px;
}
#concept .concept_bg img{
	width: 730px;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 4px;
}
#concept .concept_bg ul li{
	display: inline-block;
	width: 366px;
	margin-right: 17px;
	line-height: 1.6em;
	margin-bottom: 16px;
}
#concept .concept_list{
	margin-top: 50px;
	width: 1200px;
}
#concept .level1{
	display: inline-block;
	width: 285px;
	vertical-align: top;
	margin-right: 20px;
}
#concept .level1 img{
	vertical-align: bottom;
}
#concept .level1:last-of-type{
	margin-right: 0;
}
#concept .level1 div{
	box-sizing: border-box;
	padding: 10px 10px 20px;
	/*height: 372px;*/
}
#concept ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#concept .level1:nth-of-type(1){
	background: #fff1bc;
}
#concept .level1:nth-of-type(2){
	background: #ddf1fc;
}
#concept .level1:nth-of-type(3){
	background: #f8c7ad;
}
#concept .level1:nth-of-type(4){
	background: #ddecc8;
}
#concept li div img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#concept h3{
	color: #000;
	background: none;
	padding: 0;
	font-size: 16px;
	text-indent: 0;
	text-align: center;
	letter-spacing: -0.02em;
	position: relative;
	margin-bottom: 40px;
}
#concept h3 span{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	height: 24px;
	width: 100%;
	text-indent: -9999px;
}
#concept .level1:nth-of-type(1) h3 span{
	background: url(../images/concept1_h3.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#concept .level1:nth-of-type(2) h3 span{
	background: url(../images/concept2_h3.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#concept .level1:nth-of-type(3) h3 span{
	background: url(../images/concept3_h3.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#concept .level1:nth-of-type(4) h3 span{
	background: url(../images/concept4_h3.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#concept .level1:nth-of-type(1) h3::after{
	position: absolute;
	display: block;
	content: " ";
	width: 280px;
	height: 8px;
	bottom: -20px;
	left: 50%;
	margin-left: -140px;
	background: url(../images/concept1_h3_after.png);
}
#concept .level1:nth-of-type(2) h3::after{
	position: absolute;
	display: block;
	content: " ";
	width: 280px;
	height: 8px;
	bottom: -20px;
	left: 50%;
	margin-left: -140px;
	background: url(../images/concept2_h3_after.png);
}
#concept .level1:nth-of-type(3) h3::after{
	position: absolute;
	display: block;
	content: " ";
	width: 280px;
	height: 8px;
	bottom: -20px;
	left: 50%;
	margin-left: -140px;
	background: url(../images/concept3_h3_after.png);
}
#concept .level1:nth-of-type(4) h3::after{
	position: absolute;
	display: block;
	content: " ";
	width: 280px;
	height: 8px;
	bottom: -20px;
	left: 50%;
	margin-left: -140px;
	background: url(../images/concept4_h3_after.png);
}
#concept .level1 ul li{
	padding-left: 24px;
	margin-bottom: 18px;
	position: relative;
	line-height: 1.4em;
}
#concept .level1 ul li::before{
	position: absolute;
	content: "■";
	top: 0;
	left: 0;
}
#concept .level1:nth-of-type(1) ul li::before{
	color: #735825;
}
#concept .level1:nth-of-type(2) ul li::before{
	color: #025378;
}
#concept .level1:nth-of-type(3) ul li::before{
	color: #77281c;
}
#concept .level1:nth-of-type(4) ul li::before{
	color: #406932;
}
#profile,
#profile_list{
	padding-left: 20px;
	width: 550px;
	box-sizing: border-box;
}
#profile h3,
#profile_list h3{
	font-size: 24px;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background: url(../images/profile_h3.png) no-repeat;
	background-position: center bottom;
	-webkit-background-size: 530px 8px;
	background-size: 530px 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
#profile h3::before,
#profile_list h3::before{
	position: absolute;
	content: " ";
	background: url(../images/h3_before.png);
	width: 66px;
	height: 66px;
	left: -20px;
	top: -20px;
	z-index: -1;
}
#profile dl{
	margin-bottom: 50px;
}
#profile dt{
	float: left;
	padding-left: 10px;
}
#profile dd{
	padding-left: 120px;
	margin-bottom: 18px;
}
#profile ul li{
	margin-bottom: 8px;
    line-height: 1.4em;
    padding-left: 10px;
}
#profile p{
	padding-left: 10px;
}
#profile_list{
	width: 550px;
}
#profile_list li{
	margin-bottom: 18px;
}






.twoline dt{
	padding-bottom:2em;
}
#information_list{
	width:48%;
	float:left;
}
#information_list p{
	margin:64px -10px 0;
	width:100%;
	height:auto;
	padding:35% 0;
	background:url(../images/anchor.jpg) no-repeat right top;
	background-size:contain;
	text-indent:-9999px;
}
#information_list h3{
	width:100%;
	font-weight:800;
}
#profile_list h3{
	width:100%;
	font-weight:800;
}
header{
	/*
	background: url(../images/header_bg.jpg) repeat-x;
	*/
	background: rgba(255,255,255,.7);
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    width: 100%;
    position: absolute;
        min-width: 1200px;
}
#header:after,
#main:after,
#footer:after {
	content:"";
	display: block;
	clear: both;
}
.right{
	float:right;
	margin:0 1em 1em;
}
.left{
	float:left;
	margin:0 1em 1em;
}
#left{
	float:left;
	margin:0 1em 1em;
}
.display_none{
	display:none!important;
	width:0!important;
	height:0!important;
	font-size:0!important;
}
footer{
	background: url(../images/footer_bg.jpg) repeat-y;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	color: #fff;
	padding: 20px 0 16px;
	margin-top:92px;
}
#copyright {
	clear: both;
	text-align: center;
	font-size:16px;
	line-height: 1.9;
}
#copyright a{
	color: #fff;
	line-height: 1.2em;
	display: inline-block;
}
#topcontrol img{
	width:70px;
	height: 80px;
	margin: 0 30px 10px 0;
	z-index: 10;
	transition: 0.4s;
}

#topcontrol img:hover{
	opacity: 0.7;
}