@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/



/* INTERFACE */


body{
	margin:0;
	padding:0;
	color:#192f60;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:0.04em;
}

#header_area{
	width:100%;
	height:60px;
	background-color:rgba(0,13,48,0.8);
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}

#header_area>h1{
	width:220px;
	height:60px;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

#header_area>h1>a{
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	width:190px;
	position:absolute;
	top:8px;
	left:18px;
}

#header_area>h1>a>img{
	display:block;
	width:100%;
	margin:0;
}

#header_nav_area>nav>ul{
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:240px;
}

#header_nav_area>nav>ul>li{
	height:20px;
	margin:20px 0 0;
	padding:0 20px;
	font-size:15px;
	text-align:center;
	line-height:1.2em;
	border-left:1px solid rgba(255,255,255,0.5);
	float:left;
}

#header_nav_area>nav>ul>li:last-child{
	border-right:1px solid rgba(255,255,255,0.5);
}

#header_nav_area>nav>ul>li>a{
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	width:100%;
	height:50px;
	transition: all .5s;
}

#header_nav_area>nav>ul>li>a:link{
	color:#fff;
}

#header_nav_area>nav>ul>li>a:visited{
	color:#fff;
}

#header_nav_area>nav>ul>li>a:hover{
	opacity:0.5;
}

#header_nav_area>nav>ul>li>a:active{
	color:#fff;
}

#nav_toggle{
	display:none;
}

#home_member_join{
	display:block;
	box-sizing:border-box;
	text-decoration:none;
	width:160px;
	height:40px;
	padding:11px 0 0;
	background-color:#ff5e61;
	font-size:15px;
	text-align:center;
	line-height:1em;
	border-radius:20px;
	position:absolute;
	top:10px;
	right:190px;
}

#home_member_join:link{
	color:#fff;
}

#home_member_join:visited{
	color:#fff;
}

#home_member_join:hover{
	opacity:0.6;
}

#home_member_join:active{
	color:#fff;
}

#home_member_login{
	display:block;
	box-sizing:border-box;
	text-decoration:none;
	width:160px;
	height:40px;
	padding:11px 0 0;
	background-color:#0079f8;
	font-size:15px;
	text-align:center;
	line-height:1em;
	border-radius:20px;
	position:absolute;
	top:10px;
	right:10px;
}

#home_member_login:link{
	color:#fff;
}

#home_member_login:visited{
	color:#fff;
}

#home_member_login:hover{
	opacity:0.6;
}

#home_member_login:active{
	color:#fff;
}


/* footer */


#footer_area_company{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:960px;
	margin:0 auto;
	padding:80px 0 60px;
}

#footer_area_company>section{
	box-sizing:border-box;
	width:45%;
	border-right:1px solid #192f60;
}

#footer_area_company>section:nth-of-type(2n){
	width:55%;
	border-right:none;
}

#footer_area_company>section>span{
	display:block;
	margin:0 0 30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#footer_area_company>section>img{
	display:block;
	width:30%;
	margin:0 auto;
}

#footer_area_company>section:nth-of-type(2)>img{
	display:block;
	width:80%;
	margin:0 auto 40px;
}

#footer_area_company>section>h1{
	width:100%;
	margin:0 0 40px;
	font-size:20px;
	text-align:center;
	line-height:1.4em;
}

#footer_area_company>section>h2{
	width:100%;
	margin:0 0 20px;
	font-size:18px;
	text-align:center;
	line-height:1.4em;
}

#footer_area_company>section>address{
	margin:0 0 30px;
	font-size:15px;
	font-style:normal;
	text-align:center;
}

#footer_area_company>section>address>span{
	display:block;
	margin:0 0 10px;
}

#footer_area_company>section>p{
	margin:0 0 20px;
	font-size:15px;
	line-height:1.6em;
}

#footer_area_contact{
	width:100%;
	padding:60px 0 30px;
	text-align:center;
	background-color:#eee;
}

#footer_area_contact>h1{
	margin:0 0 30px;
	font-size:22px;
	line-height:1.4em;
	text-align:center;
}

#footer_area_contact>h1>br{
	display:none;
}

#footer_area_contact>p{
	margin:0 0 40px;
	font-size:16px;
	line-height:1.6em;
}

#footer_area_contact>a{
	overflow: hidden;
	text-decoration: none;
	display:block;
	width:300px;
	margin:30px auto;
	padding:0 0 4px;
	background-color:#0079f8;;
	color: #fff;
	font-size:16px;
	text-align:center;
	line-height: 46px;
	border-radius:40px;
	transition:0.3s all;
}

#footer_area_contact>a:link{
	color:#fff;
}

#footer_area_contact>a:visited{
	color:#fff;
}

#footer_area_contact>a:hover{
	opacity:0.6;
}

#footer_area_contact>a:active{
	color:#fff;
}

#footer_area>div{
	width:100%;
	height:70px;
	background-color:rgba(0,13,48,0.9);
	position:relative;
}

#footer_area>div>small{
	color:#fff;
	font-size:12px;
	font-family:Verdana,sans-selif;
	letter-spacing:0;
	position:absolute;
	top:24px;
	right:20px;
}

#footer_area>div>a{
	text-decoration: none;
	display:block;
	padding:0 20px 0 0;
	font-size:14px;
	line-height:1em;
	border-right:1px solid #eee;
	transition:0.3s all;
	position:absolute;
	top:26px;
	left:26px;
}

#footer_area>div>a:link{
	color:#fff;
}

#footer_area>div>a:visited{
	color:#fff;
}

#footer_area>div>a:hover{
	opacity:0.6;
}

#footer_area>div>a:active{
	color:#fff;
}


/* common*/


.line_deco{
	display:block;
	width:80px;
	height:5px;
	margin:0 auto 50px;
	background-image: linear-gradient(120deg,#B67B03 0%,#DAAF08 10%,#FEE9A0 60%,#DAAF08 80%,#B67B03 100%);
}


/* home key */


#home_key{
	width:100%;
	height:620px;
	background-image:url("../img/home_key_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
	position:relative;
}

#home_key>h1{
	width:900px;
	margin:0 auto 20px;
	padding:0 0 20px;
	color:#fff;
	font-size:48px;
	text-align:center;
	text-shadow: #000 4px 0 20px;
	line-height:1.5em;
	position:absolute;
	top:140px;
	left:0;
	right:0;
}

#home_key>h1 br{
	display:none;
}

#home_key>span{
	display:block;
	width:830px;
	margin:0 auto 40px;
	padding:8px 0;
	background-image: linear-gradient(120deg,#B67B03 0%,#DAAF08 10%,#FEE9A0 60%,#DAAF08 80%,#B67B03 100%);
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	position:absolute;
	top:300px;
	left:0;
	right:0;
}

#home_key>span br{
	display:none;
}

#home_key>h2{
	width:830px;
	margin:0 auto;
	padding:0;
	color:#fff;
	font-size:36px;
	text-align:center;
	text-shadow: #000 4px 0 20px;
	line-height:1em;
	position:absolute;
	top:360px;
	left:0;
	right:0;
}

#home_key>h2>span{
	margin:0 0 0 20px;
}

#home_key>p{
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:16px 0 20px;
	color:#fff;
	background-color:rgba(0,13,48,0.6);
	font-size:16px;
	text-align:center;
	text-shadow: #000 4px 0 20px;
	line-height:1.8em;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}


/* home_info */


#home_info{
	width:100%;
	padding:60px 0 20px;
	background-color:#eee;
}

#home_info>h1{
	width:96%;
	margin:0 auto 40px;
	font-size:36px;
	font-family:'Noto Serif JP';
	text-align:center;
	line-height:1.5em;
}

#home_info>h2{
	width:96%;
	margin:0 auto;
	font-size:24px;
	font-family:'Noto Serif JP';
	font-weight:normal;
	text-align:center;
	line-height:1.6em;
}

#home_info>div{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:960px;
	margin:60px auto 20px;
}

#home_info>div>article{
	width:49%;
	margin:0 2% 20px 0;
	padding:40px 0;
	background-color:#fff;
	border-radius:30px;
}

#home_info>div>article:nth-of-type(2n){
	margin:0 0 20px;
}

#home_info>div>article>img{
	display:block;
	width:auto;
	height:200px;
	margin:0 auto 30px;
	background-color:#fff;
}

#home_info>div>article>section>h2{
	width:90%;
	margin:0 auto;
	font-size:22px;
	text-align:center;
	line-height:1.8em;
}

#home_info>div>article>section>h2>span{
	color:#0079f8;
	font-size:30px;
}

#home_info>div>article>section>p{
	width:90%;
	margin:20px auto 0;
	padding:0;
	font-size:15px;
	text-align:center;
	line-height:1.6em;
}


/* home_ask */


#home_ask{
	width:100%;
	padding:60px 0;
	background-image:url("../img/home_ask_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	background-attachment: fixed;
}

#home_ask>h1{
	width:90%;
	margin:0 auto 40px;
	color:#fff;
	font-size:32px;
	font-family:'Noto Serif JP';
	text-align:center;
	text-shadow: #000 4px 0 20px;
	line-height:1.6em;
}

#home_ask>h1>span{
	color:#0079f8;
	font-size:42px;
}

#home_ask>div{
	box-sizing:border-box;
	overflow:hidden;
	width:960px;
	margin:0 auto 60px;
	padding:30px 30px 10px;
	background-color:#fff;
	border-radius:10px;
}

#home_ask>div>h2{
	width:90%;
	margin:0 auto 30px;
	padding:0 0 20px;
	font-size:32px;
	font-family:'Noto Serif JP';
	text-align:center;
	line-height:1.6em;
	border-bottom:1px dashed #aaa;
}

#home_ask>div>h2 br{
	display:none;
}

#home_ask>div>img{
	display:block;
	width:30%;
	margin:0 5% 0 0;
	float:left;
}

#home_ask>div>article{
	width:65%;
	margin:0 0 30px;
	float:right;
}

#home_ask>div>article>h3{
	padding:0.5em 0.7em;
	margin:0 0 20px;
	background:#eee;
	color:#0079f8;
	font-weight:bold;
	position:relative;
}

#home_ask>div>article>h3:after{
	position:absolute;
	content:'';
	top:100%;
	left:30px;
	border:15px solid transparent;
	border-top:15px solid #eee;
	width:0;
	height:0;
}

#home_service>div>article>p{
	width:92%;
	margin:0 auto 20px;
	font-size:15px;
	line-height:1.6em;
}

#home_ask>a{
	display:block;
	box-sizing:border-box;
	text-decoration:none;
	width:400px;
	margin:0 auto 50px;
	padding:12px 0 14px;
	background-color:#ff5e61;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	border-radius:50px;
}

#home_ask>a>span{
	display:block;
	width:280px;
	margin:0 auto 8px;
	padding:0 0 10px;
	font-size:16px;
	line-height:1em;
	border-bottom:1px solid #fff;
}

#home_ask>a:link{
	color:#fff;
}

#home_ask>a:visited{
	color:#fff;
}

#home_ask>a:hover{
	opacity:0.6;
}

#home_ask>a:active{
	color:#fff;
}

#home_ask>ol{
	width:960px;
	margin:0 auto;
}

#home_ask>ol>li{
	margin:0 0 10px;
	color:#fff;
	font-size:16px;
	line-height:1.6em;
}


/* home_service */


#home_service{
	width:100%;
	padding:60px 0;
}

#home_service>h1{
	width:96%;
	margin:0 auto 40px;
	font-size:36px;
	font-family:'Noto Serif JP';
	text-align:center;
	line-height:1.5em;
	letter-spacing:0.1em;
}

#home_service>p{
	width:960px;
	margin:0 auto 50px;
	padding:0;
	font-size:18px;
	text-align:center;
	line-height:1.6em;
}

#home_service>div{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:960px;
	margin:0 auto;
}

#home_service>div>article{
	box-sizing:border-box;
	width:49%;
	margin:0 2% 0 0;
	padding:0 0 20px;
	background-color:#192f60;
	color:#fff;
	border-radius:10px;
}

#home_service>div>article:nth-of-type(2n){
	margin:0;
}

#home_service>div>article>img{
	display:block;
	width:100%;
	margin:0 0 30px;
	border-radius:10px 10px 0 0;
}

#home_service>div>article>h2{
	margin:0 0 20px;
	font-size:20px;
	line-height:1.6em;
	text-align:center;
}

#home_service>div>article>h3{
	width:90%;
	margin:0 auto 30px;
	font-size:40px;
	font-family:'Noto Serif JP';
	font-style:italic;
	line-height:1em;
	letter-spacing:0.1em;
	text-align:center;
	border-bottom:1px solid #fff;
}

#home_service>div>article>h3>span{
	margin:0 0 0 20px;
	font-size:15px;
	line-height:1em;
	letter-spacing:0.1em;
}

#home_service>div>article>p{
	width:90%;
	margin:0 auto 20px;
	padding:0;
	font-size:16px;
	line-height:1.6em;
}


/* home_summary */


#home_summary{
	width:100%;
	padding:60px 0 40px;
	background-image:url("../img/home_summary_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top right;
	background-attachment: fixed;
}

#home_summary>h1{
	width:96%;
	margin:0 auto 40px;
	color:#fff;
	font-size:36px;
	font-family:'Noto Serif JP';
	text-align:center;
	text-shadow: #000 4px 0 20px;
	line-height:1.6em;
	letter-spacing:0.1em;
}

#home_summary>h1>span{
	color:#0079f8;
	font-size:42px;
}

#home_summary>h2{
	width:960px;
	margin:0 auto 50px;
	padding:0;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	text-shadow: #000 4px 0 20px;
	line-height:1.6em;
}

#home_summary>div{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:960px;
	margin:0 auto 20px;
}

#home_summary>div>a{
	display:block;
	text-decoration:none;
	width:49%;
	margin:0 2% 30px 0;
	padding:0 0 10px;
	background-color:rgba(0,0,0,0.6);
	border-radius:10px;
}

#home_summary>div>a:link{
	color:#fff;
}

#home_summary>div>a:visited{
	color:#fff;
}

#home_summary>div>a:hover{
	opacity:0.6;
}

#home_summary>div>a:active{
	color:#fff;
}

#home_summary>div>a:nth-of-type(2n){
	margin:0 0 30px;
}

#home_summary>div>a>img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 20px;
	border-radius:10px 10px 0 0;
}

#home_summary>div>a>article>time{
	display:block;
	width:90%;
	margin:0 auto 10px;
	font-size:18px;
	line-height:1em;
}

#home_summary>div>a>article>p{
	display:block;
	width:90%;
	margin:0 auto 10px;
	padding:0;
	font-size:15px;
	line-height:1em;
}


/* home_price */

#home_price{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	padding:60px 0;
	background-color:rgba(0,13,48,0.8);
}

#home_price>h1{
	width:96%;
	margin:0 auto 20px;
	padding:0 0 20px;
	color:#fff;
	font-size:32px;
	font-family:'Noto Serif JP';
	text-align:center;
	line-height:1em;
}

#home_price>h2{
	width:96%;
	margin:0 auto 20px;
	padding:0 0 20px;
	color:#fff;
	font-size:28px;
	font-family:'Noto Serif JP';
	text-align:center;
	line-height:1em;
}

#home_price>h2>span{
	margin:0 10px 0 0;
	font-size:40px;
}

#home_price>div{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:960px;
	margin:0 auto;
}

#home_price>div>article{
	box-sizing:border-box;
	width:49%;
	margin:0 2% 0 0;
	padding:30px 0;
	background-color:#fff;
	border-radius:10px;
}

#home_price>div>article:nth-of-type(2n){
	margin:0;
}

#home_price>div>article>h3{
	width:90%;
	margin:0 auto 40px;
	padding:0 0 20px;
	font-size:22px;
	text-align:center;
	line-height:1em;
	border-bottom:1px solid #192f60;
}

#home_price>div>article>p{
	margin:0;
	text-align:center;
	line-height:1em;
}

#home_price>div>article>p>span{
	margin:0 0 0 10px;
	padding:2px 20px 4px;
	background-color:#192f60;
	color:#fff;
	font-size:16px;
	border-radius:20px;
}

#home_price>div>article>a{
	display:block;
	box-sizing:border-box;
	text-decoration:none;
	width:70%;
	margin:40px auto 30px;
	padding:12px 0 14px;
	background-color:#ff5e61;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	border-radius:50px;
}

#home_price>div>article>a>span{
	display:block;
	width:280px;
	margin:0 auto 8px;
	padding:0 0 10px;
	font-size:15px;
	line-height:1em;
	border-bottom:1px solid #fff;
}

#home_price>div>article>a:link{
	color:#fff;
}

#home_price>div>article>a:visited{
	color:#fff;
}

#home_price>div>article>a:hover{
	opacity:0.6;
}

#home_price>div>article>a:active{
	color:#fff;
}

#home_price>div>article>ol{
	width:82%;
	margin:0 auto;
	padding:0 0 0 30px;
}

#home_price>div>article>ol>li{
	margin:0 0 18px;
	font-size:15px;
	line-height:1.6em;
}

#home_price>div>article>section{
	box-sizing:border-box;
	width:86%;
	margin:0 auto 30px;
	padding: 0 0 30px;
	text-align:center;
	background-color:#efefef;
	border-radius:10px;
}

#home_price>div>article>section>h3{
	width:100%;
	margin:0 auto 30px;
	padding:10px 0;
	font-size:20px;
	text-align:center;
	line-height:1em;
	border-radius:10px 10px 0 0;
}

#home_price>div>article>section>p{
	margin:0;
	text-align:center;
	line-height:1em;
}

#home_price>div>article>section>p>span{
	margin:0 0 0 10px;
	padding:2px 16px 4px;
	background-color:#192f60;
	color:#fff;
	font-size:16px;
	border-radius:20px;
}

#home_price-Platinum{
	background-image: linear-gradient(120deg,#aaa 0%,#999 10%,#fff 60%,#bbb 80%,#ddd 100%);
}

#home_price-Gold{
	background-image: linear-gradient(120deg,#B67B03 0%,#DAAF08 10%,#FEE9A0 60%,#DAAF08 80%,#B67B03 100%);
}


/* privacy */


#privacy_area{
	width:100%;
	margin:0 auto;
	padding:100px 0 60px;
	border-bottom:1px solid #ccc;
}

#privacy_area>h1{
	margin:0 0 20px;
	padding:0 0 8px;
	font-family:'Noto Serif JP';
	font-size:30px;
	text-align:center;
	line-height:1.8em;
}

#privacy_area>h2{
	margin:0 0 40px;
	font-size:16px;
	font-family:'Noto Serif JP';
	line-height:1.8em;
	text-align:center;
}

#privacy_area article{
	width:960px;
	margin:0 auto;
	padding:20px 0 10px;
	border-top:1px dashed #ccc;
}

#privacy_area article h3{
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#privacy_area article p{
	margin:0 0 10px 0;
	font-size:15px;
	line-height:1.6em;
}