@charset "utf-8";
/*----------------------------------------------------------------------------------
---------------------------------インポート------------------------------------------
----------------------------------------------------------------------------------*/
@import url("font.css");
@import url("reset.css");
/*----------------------------------------------------------------------------------
--------------------------------全デバイス共通---------------------------------------
----------------------------------------------------------------------------------*/

/*-----------------------------------ベース---------------------------------------*/
html{font-size:62.5%;}
body{
	font-family:YakuHanJP,"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: 400;
	font-size:1.8em;
	line-height:1.6666;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.09em;
	color: #323334;
	box-sizing: border-box;
}
::selection{background:#005e67; color:#23a3af;}
::-moz-selection {background:#005e67;color:#23a3af;}
a,
span,
i{
	color:inherit;
	font-weight: inherit;
}
a{
	text-decoration:none;
	transition:.4s;
}
.sp_only{display: none!important}
.tab_only{display: none!important}
img{
	max-width: 100%;
	height: auto;
}
.preload * {
	-webkit-transition:none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.inview{
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	transition: opacity 0.5s ease-out 0s, transform 0.5s ease-out 0s;
}
.inview.delay{
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	transition: opacity 0.5s ease-out 0.8s, transform 0.5s ease-out 0.8s;
}
.inview.incontents{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform:translateY(0);
}



.link_button_style01{text-align: center;}
.link_button_style01 a{
	position: relative;
	color: #f2fe6d;
	display: inline-block;
	background-color: #005e67;
	padding: 18px 5em;
	line-height: 1.4;
	text-align: center;
	border-radius: 100px;
	box-sizing: border-box;
}
.link_button_style01 a::before{
	content: " ";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid #f2fe6d;
	border-right: 1px solid #f2fe6d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 5%;
	margin: -5px 0 0 0;
	transition: .4s;
}
.link_button_style01.big a{
	font-size: 1.2em;
	padding: 25px 6em;
}


.textlinkstyle01{
	color: #b36100;
	text-decoration: underline;
}


#header{
	position: fixed;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	/*overflow: hidden;*/
}
#header header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:flex-end;
}
#header header h1{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	max-width: 260px;
	width: 50%;
	background-color: #fff;
	padding: 20px 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom-right-radius: 16px;
}
#header header h1 a{
	display: block;
}

#header header .nav_area{
	
}
#header header .nav_area nav,
#header header .nav_area nav > ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}
#header header .nav_area nav .gnav {padding-right: 1.5em;}
#header header .nav_area nav .gnav li{
	line-height: 1.2;
}
#header header .nav_area nav .gnav li a{
	display: block;
	padding: 5px 0;
	font-size: 1.6rem;
}
#header header .nav_area nav .gnav li:not(:last-child){
	border-right: solid 1px #ddeded;
	margin-right: 1em;
	padding-right: 1em;
}
#header header .nav_area nav .wso_button{
	
}
#header header .nav_area nav .wso_button a{
	display: block;
	background-color: #005e66;
	width: 150px;
	box-sizing: border-box;
	padding: 15px 20px;
}
#header header #nav-toggle{display: none;}











#wsobanner_section{
	text-align: center;
	border-top: solid 1px #e4e4e4;
	padding: 30px 5%;
}




/*------footer---------------------------------------*/
/*-------pagetop-------*/
#pagetop {
	position: fixed;
	bottom: 1vh;
	right: 0;
	display: none;
	z-index: 2;
}
#pagetop a {
	transition: .4s;
	position: relative;
	display: block;
	background: #005e67;
	width: 70px;
	height: 70px;
	color: #fff;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#pagetop a::before,
#pagetop a::after {
	content: " ";
	position: absolute;
	transition: .3s;
}
#pagetop a::after {
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 28px;
	left: 50%;
	margin: 0 0 0 -8px;
}
/*-------footer-------*/
#footer footer .footer_box01{
	background-color: #fff;
	padding: 40px 5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	border-top: solid 1px #e4e4e4;
}
#footer footer .footer_box01 .leftbox h2{
	width: 130px;
}
#footer footer .footer_box01 .rightbox,
#footer footer .footer_box01 .rightbox > ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}
#footer footer .footer_box01 .rightbox > ul > li{
	color: #575757;
	font-size: 1.45rem;
	margin-right: 2em;
}
#footer footer .footer_box01 .rightbox .wso_button a{
	display: block;
	width: 120px;
	box-sizing: border-box;
	border-radius: 12px;
	background-color: #005e66;
	padding: 10px 15px;
}



#footer footer .footer_box02{
	background-color: #005e67;
	padding: 20px 5%;
	
}
#footer footer .footer_box02 small{
	display: block;
	font-size: 1.35rem;
	letter-spacing: 0.115em;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}


/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1201px){
	html{overflow-x: hidden;}
	img{image-rendering: -webkit-optimize-contrast;}
	.link_button_style01 a:hover{background-color: #2ca2a1;}
	.link_button_style01 a:hover::before{right: 4%;}
	
	#header header h1 a:hover,
	#footer footer .footer_box01 .leftbox h2 a:hover,
	#sns_section a:hover,
	#wsobanner_section a:hover{opacity: .5;}
	#header header .nav_area nav .gnav li.here a,
	#header header .nav_area nav .gnav li a:hover{
		color: #2ca2a1;
		/*letter-spacing: 0.125em;*/
	}
	#header header .nav_area nav .wso_button a:hover,
	#footer footer .footer_box01 .rightbox .wso_button a:hover{background-color: #2ca2a1;}
	
	#footer footer .footer_box01 li a:hover{text-decoration: underline;}
	
	#pagetop a:hover{background-color: #2ca2a1;}
	#pagetop a:hover::after{top: 25px;}
	


}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){
	.pc_only{display: none;}
	@media screen and (orientation: landscape) {}
	#header{
		border-radius: 0;
		width: 100%;
		left: 0;
		top: 0;
		overflow: visible;
		height: 60px;
	}
	#header header{
		align-items: center;
		height: 100%;
	}
	#header header h1{
		text-align: center;
		box-shadow: 0 0 10px rgba(0,0,0,0);
		max-width: 100%;
		width: 100%;
		background-color: #fff;
		padding: 10px 0;
		position: relative;
		left: auto;
		top: auto;
		border-bottom-right-radius: 0;
	}
	
	#header header h1 a{
		margin: 0 auto;
		width: 60px;
	}
	
	#header header #nav-toggle{
		display: block;
		top: 3px;
		position: absolute;
		/*right:54px;*/
		right: 0;
		width:58px;
		height:54px;
		z-index:2;
		box-sizing: border-box;
		padding: 14px;
	}
	#header header #nav-toggle div{position:relative;}
	#header header #nav-toggle span{
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		left: 0;
		background: #005e67;
	}
	#header header #nav-toggle span:nth-child(1) {
		top:0;
		transition: .35s ease-in-out .1s;
	}
	#header header #nav-toggle span:nth-child(2) {
		top:10px;
		transition: .185s ease-in-out;
	}
	#header header #nav-toggle span:nth-child(3) {
		top:20px;
		transition: .35s ease-in-out .08s;
	}
	#header header.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header header.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#header header.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	#header header nav{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: 0;
		transition: .4s ease-out;
		overflow: hidden;
		background-color: rgba(120,80,40,.95);
	}
	#header header.open nav{
		height: 100vh;
		box-sizing: border-box;
		overflow-y: scroll;
		padding-bottom: 200px;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;/**/
	}
	#header header .nav_area nav,
	#header header .nav_area nav > ul{
		display: block;
	}
	#header header .nav_area nav .gnav li:not(:last-child){
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
	#header header .nav_area nav .gnav li a{
		color: #fff;
		padding: 25px 5%;
		border-bottom: solid 1px rgba(255,255,255,.2);
		font-size: 0.95em;
	}
	#header header .nav_area nav .gnav{padding-right: 0;}
	#header header .nav_area nav .wso_button{margin-top: 20px;}
	#header header .nav_area nav .wso_button a{
		margin: 0 auto;
		width: 40%;
		max-width: 300px;
		padding: 10px 10%;
		border-radius: 10px;
}
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1200px) and (min-width:641px){
	.tab_only{display: block!important;}
	br.tab_only{display: inline-block!important;}
	#footer footer .footer_box01{display: block;}
	#footer footer .footer_box01 .leftbox{text-align: center;}
	#footer footer .footer_box01 .leftbox h2{
		margin: 0 auto 20px;
	}
	#footer footer .footer_box01 .centerbox{
		padding-left: 0;
		margin-bottom: 20px;
	}
	#footer footer .footer_box01 .rightbox{justify-content: center;}
	
	 .category_area{padding-top:200px;}
	 .news_listarea > ul > li{width: 48%;}
	#footer footer .footer_box01 .rightbox .wso_button{margin-top: 20px;}
}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	body{
		font-size:1.45em;
		
	}
	.sp_only{display: block!important;}
	br.sp_only{display: inline-block!important;}
	


	.link_button_style01 a,
	.link_button_style01.big a{
		letter-spacing: 0.075em;
		padding: 16px 3em;
		width: 80%;
	}
	.link_button_style01 a::before{
		width: 8px;
		height: 8px;
		background-position: 0 center;
		transition: .4s;
	}
	.link_button_style01.big a{width: 100%;}
/*------footer---------------------------------------*/
/*-------pagetop-------*/

/*-------footer-------*/
	#footer footer .footer_box01{
		text-align: center;
		padding: 35px 0;
		display: block;
	}
	#footer footer .footer_box01 .leftbox h2{
		width: 150px;
		margin: 0 auto 45px;
	}
	#footer footer .footer_box01 .rightbox > ul{
		border-top: solid 1px #ddd;
		margin-bottom: 20px;
	}
	#footer footer .footer_box01 .rightbox > ul > li{
		width: 100%;
		box-sizing: border-box;
		margin-right: 0;
		border-bottom: solid 1px #ddd;
	}
	#footer footer .footer_box01 .rightbox > ul > li > a{
		display: block;
		text-align: left;
		padding: 15px 5%;
		font-size: 0.95em;
	}
	#footer footer .footer_box01 .rightbox .wso_button{width: 100%;}
	#footer footer .footer_box01 .rightbox .wso_button a {
		width: 120px;
		padding: 15px 25px;
		margin: 0 auto;
	}
	#footer footer .footer_box02 small{
		font-size: 1.1rem;
		letter-spacing: 0.07em;
	}
	
	/*----------------------------------footer---------------------------------------*/
	/*-------pagetop-------*/
	#pagetop {
		position: relative;
		bottom: auto;
		right: auto;
		display: block;
		z-index: 1;
	}
	#pagetop a {
		width: 100%;
		height: 50px;
		border-radius: 0;
	}
	#pagetop a::after {top: 21px;}
	
	
	
	
	
	
	

}
@media print{
	body {
		width: 1400px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}

	#pagetop{position: relative;}
	.inview,
	.inview_single{
		opacity: 1!important;
		-webkit-transform: translateY(0)!important;
		-ms-transform: translateY(0)!important;
		transform:translateY(0)!important;
	}
}