@charset "utf-8";

/* android対策 */
p { background-image: url(../images/pix.gif); }

/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	/* layout */
	html{
		width: 1200px;
		overflow-x: hidden!important;
	}
	body {
		width: 1200px;
		overflow-x: hidden!important;
		-webkit-text-size-adjust: 100%!important;
		position: relative;
	}
	.wrapper {
		width: 1200px;
		margin: auto;
		position:relative;
	}
}
@media screen and (min-width: 481px) {
	.pc_none{
		display: none;
	}
}
/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 480px) {
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		position: fixed;
	    display: block;
	    width: 30%;
	    height: auto;
	    z-index: 100;
	    font-size: 12px;
	    padding: 12px 2px;
	    border-radius: 8px;
	    background-color: #e62c6b;
	    box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
	    text-align: center;
	    text-decoration: none;
	    color: #fff;
	    text-decoration: none;
	    bottom: 20px;
	    left: 12px;
	    z-index: 99999999!important;
	}
}
@media screen and (min-width: 481px) {
	#switch{
		height: 0;
		display: block;
	}
	li a#btnSP{
		display: block;
	}
	li a#btnPC{
		display: none;
	}
}

@media screen and (min-width: 1021px) {
	#switch{
		display: block;
		height: auto;
	}
	li a#btnPC{
		display: none;
	}
	li a#btnSP{
		position: fixed;
		display: block!important;
		width: 300px;
		height: auto;
		z-index: 100;
		font-size: 24px;
		padding: 8px;
		text-align: center;
		border-radius: 22px;
		background-color: #e62c6b;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
		color: #FFF;
		text-decoration: none;
		bottom: 30px;
		left: 30px;
		z-index: 99999999!important;
	}
}
@media screen and (min-width: 1023px) {
	#switch{
		display: none;
		height: 0;
	}
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		display: none;
	}
}
/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/

@media screen and (max-width: 480px) {
	html{
		width: 100%;
		-webkit-text-size-adjust: 100%!important;
		overflow-x:hidden!important;
	}
	body{
		max-width: 480px!important;
		min-width: 320px!important;
		width: 100%;
		font-size: 14px;
		overflow-x:hidden!important;
		-webkit-text-size-adjust: 100%!important;
		border:none;
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.sp_none{
		display: none!important;
	}
	.wrapper{
		max-width: 480px!important;
		width: 94%!important;
		height: auto;
		padding: 0 3%!important;
	}
	.logo_image{
		background: url(../images/logo.png) no-repeat 0 0;
	    background-size: contain;
	    width: 450px;
	    height: 80px;
	    margin: 40px 0 24px;
	    float: left;
	    text-indent: -9999px;
	}
	#telnumber{
	    margin: 50px 0 0;
	    float: right;
	    text-align: right;
	    font-size: 20px;
	    font-weight: 600;
	}
	#telnumber span{
		font-size: 30px;
		display: block;
		font-weight: 600;
		color: #e72c6b;
		margin-top: 8px;
		width: 410px;
		height: 40px;
		background: url(../images/phone.png) no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: right center;
		text-indent: -9999px;
		text-align: left;
		padding-left: 20px;
	}
	#telnumber_sp{
		padding-top: 120px;
		margin-top: -70px;
	}
	#telnumber_sp p{
	    text-align: center;
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 1.4em;
	}
	#telnumber_sp p span{
		font-size: 30px;
		display: block;
		font-weight: 600;
		color: #e72c6b;
		margin-top: 8px;
		width: 100%;
		height: 40px;
		background: url(../images/phone.png) no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: right center;
		text-indent: -9999px;
		text-align: left;
		margin-bottom: -10px;
	}
	.sp_header{
		position: fixed;
		top: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 10;
		background: #fef3ed;
		border-bottom:4px solid #0062b1;
	}
	.sp_header .logo_image{
		width: 76%;
    height: 48px;
    margin: 2px 0 0;
    background: url(../images/logo.png) no-repeat 0 0;
    -webkit-background-size: auto 90%;
    background-size: auto 86%;
    background-position: left 6px center;
	}
	.sp_header a.fl_r{
		text-align: center;
	    height: 50px;
	    width: 70px;
	    font-size: 10px;
	    padding-top: 36px;
	    display: block;
	    box-sizing: border-box;
	    color: #fff;
	    background: #e62c6b;
	    position: relative;
	}
	.sp_header a.fl_r::before{
		content: "\f095";
	    font-family: 'Font Awesome 5 Free';
	    position: absolute;
	    font-size: 28px;
	    top: 4px;
	    left: 22px;
	}
	.sp_header ul li{
		display: inline-block;
		width: 50%;
		background: #00a0e9;
		position: relative;
	}
	.sp_header ul li:nth-child(2)::before{
		content: " ";
		width: 1px;
		height: 40px;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
	}
	.sp_header ul li a{
		color: #fff;
		text-align: center;
		display: block;
		padding: 14px 0 10px;
		height: 40px;
		box-sizing: border-box;
	}
	article {
        padding-top: 90px;
}
	#sub_nav{
		position:absolute;
		right:-8px;
		margin:8px 0;
	}
	#sub_nav li{
		position:relative;
		display:inline-block;
		*display: inline;
		*zoom: 1;
		background:url(../images/li.png) no-repeat left center;
		padding-left:15px;
		z-index:100;
		margin:0 8px;
	}
	#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: 6vw;
	    font-weight: bold;
	    letter-spacing: 0.08em;
	    text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	    margin: 0;
	    line-height: 1.4em;
	}
	#concept{
		padding-bottom: 50px;
		padding-top: 90px;
		margin-top: -90px;
	}
	#concept .bg_w{
		margin-bottom: 50px;
	    background: #fff;
	    padding: 40px 0 50px;
	}
	#concept .concept_bg{
		background: none;
	    -webkit-background-size: 90% auto;
	    background-size: 90% auto;
	    background-position: center top;
	    padding-bottom: 100px;
	}
	#concept .concept_bg h3{
		font-size: 6.6vw;
	    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: 30px;
	    text-align: center;
	    padding: 0;
	}
	#concept .concept_bg p{
		line-height: 1.6em;
	    margin-bottom: 20px;
	}
	#concept .concept_bg p.mb_0{
		text-align: center;
	}
	#concept .concept_bg img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		vertical-align: bottom;
	}
	#concept .concept_bg .pc_none p{
		margin-bottom: 8px;
		margin-top: 8px;
	}
	#concept .concept_bg p.mb_0{
		margin-top: 20px;
		text-align: left;
	}
	#concept .concept_list{
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}
	#concept .level1{
		display: inline-block;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
	}
	#concept .level1 img{
		vertical-align: bottom;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
	}
	#concept .level1:last-of-type{
		margin-right: 0;
	}
	#concept .level1 div{
		box-sizing: border-box;
	    padding: 20px 10px;
	    height: auto;
	}
	#concept .level1:nth-of-type(1) div{
		background: #fff1bc;
	}
	#concept .level1:nth-of-type(2) div{
		background: #ddf1fc;
	}
	#concept .level1:nth-of-type(3) div{
		background: #f8c7ad;
	}
	#concept .level1:nth-of-type(4) div{
		background: #ddecc8;
	}
	#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: 10px;
    padding-left: 0;
    padding-bottom: 20px;
	}
	#concept h3 span{
		display: block;
    margin-bottom: 0;
    height: 24px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-indent: 0;
    margin-bottom: 4px;
	}
	#concept .level1:nth-of-type(1) h3 span{
		background: none;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		color: #735825;
	}
	#concept .level1:nth-of-type(2) h3 span{
		background: none;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		color: #025378;
	}
	#concept .level1:nth-of-type(3) h3 span{
		background: none;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		color: #77281c;
	}
	#concept .level1:nth-of-type(4) h3 span{
		background: none;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		color: #406932;
	}
	#concept .level1:nth-of-type(1) h3{
		border-bottom: 2px solid #735825;
	}
	#concept .level1:nth-of-type(2) h3{
		border-bottom: 2px solid #025378;
	}
	#concept .level1:nth-of-type(3) h3{
		border-bottom: 2px solid #77281c;
	}
	#concept .level1:nth-of-type(4) h3{
		border-bottom: 2px solid #406932;
	}
	#concept .level1:nth-of-type(1) h3::after{
		position: absolute;
    display: block;
    content: none;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    padding-top: 3%;
    background: url(../images/concept1_h3_after.png) no-repeat;
    background-size: 100% auto;
	}
	#concept .level1:nth-of-type(2) h3::after{
		position: absolute;
		display: block;
    content: none;
    width: 100%;
    height: 0;
		bottom: 0;
    left: 0;
    margin-left: 0;
    padding-top: 3%;
		background: url(../images/concept2_h3_after.png) no-repeat;
    background-size: 100% auto;
	}
	#concept .level1:nth-of-type(3) h3::after{
		position: absolute;
		display: block;
    content: none;
    width: 100%;
    height: 0;
		bottom: 0;
    left: 0;
    margin-left: 0;
    padding-top: 3%;
		background: url(../images/concept3_h3_after.png) no-repeat;
    background-size: 100% auto;
	}
	#concept .level1:nth-of-type(4) h3::after{
		position: absolute;
		display: block;
    content: none;
    width: 100%;
    height: 0;
		bottom:0;
    left: 0;
    margin-left: 0;
    padding-top: 3%;
		background: url(../images/concept4_h3_after.png) no-repeat;
    background-size: 100% auto;
	}
	#concept .level1 ul li{
		padding-left: 24px;
		margin-bottom: 18px;
		position: relative;
		line-height: 1.4em;
		text-align: left;
	}
	#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: 0;
	    width: 100%;
	    box-sizing: border-box;
	    padding-top: 30px;
	}
	#profile h3,
	#profile_list h3,
	#telnumber_sp h3{
		font-size: 18px;
		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,
	#telnumber_sp h3::before{
		position: absolute;
		content: " ";
		background: url(../images/h3_before.png);
		width: 66px;
		height: 66px;
		left: -10px;
		top: -20px;
		z-index: -1;
	}
	#profile{
		padding-top: 120px;
		margin-top: -90px;
	}
	#profile dl{
		margin-bottom: 50px;
	}
	#profile dt{
		float: left;
		padding-left: 10px;
	}
	#profile dd{
		padding-left: 100px;
	    margin-bottom: 18px;
	    line-height: 1.4em;
	}
	#profile ul li{
		margin-bottom: 8px;
	    line-height: 1.4em;
	    padding-left: 10px;
	}
	#profile p{
		padding-left: 10px;
	}
	#profile_list{
		width: 100%;
		padding-top: 50px;
	}
	#profile_list li{
		margin-bottom: 18px;
	}
	.fl_r{
		width: 100%;
	}





	.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;
	}
	#copyright {
		clear: both;
		text-align: center;
		margin-top:20px;
		margin-bottom: 80px;
		font-size:12px;
		line-height: 1.9;
	}
	#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;
	}
	#topcontrol img{
		width: 60px!important;
		height: auto!important;
		margin: 0 10px 10px 0;
		z-index: 10;
		transition: 0.4s;
	}

	#topcontrol img:hover{
		opacity: 0.7;
	}

	h2#motosuke {
			font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	}
}
