@charset "utf-8";
/*=================================================================================*/
/** 768px未満 スマホサイズ画面 ＜これが基本＞ **/


/*==================
  電話番号タップ
==================*/
a.telLink0 { cursor: pointer; pointer-events: auto; text-decoration:underline; color:#000000; }

svg {
	height:auto;
	max-height:100%;
}
img[src$=".svg"] {
	width: auto;
}


.disp_p { display:none; }/*PC時だけ表示*/
.disp_s { display:block; }/*スマホ時だけ表示*/
.disp_pt { display:none; }/*PC時とタブレット時表示*/
.disp_st { display:block; }/*スマホ時とタブレット時表示*/

.disp_fix { position:fixed; top:0; left:0; z-index:500; width:100%; }


.navi{
	padding:0 0.8em;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}


.navi {
	background:rgba(0,0,0,0);
}
.black .navi{
	background:rgba(0,0,0,0.8);
}


.navi>ul>li:nth-child(1){/*1600 245*/
	max-width: 250px;
	width:30%;
	margin:0.5em 1% 0;
}
.navi>ul>li:nth-child(2){/*1600 1015*/
	width:42%;
	max-width: 185px;
	margin:0.3em 0;
}

.navi>ul>li:nth-child(3){/*1600 430*/
	max-width: 430px;
	width:30%;
}

/*============
nav
=============*/
.nav_s {
	display: block;
	position: fixed;
	top: 0;
	right: -90%;
	width: 90%;
	bottom: 0;
	background: #084170;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.nav_s::-webkit-scrollbar{
	display: none;
}

.nav_s a {
	color:#FFFFFF;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.open .nav_s {
	right: 0;
	opacity: 1;
	color:#FFFFFF;
}
.nav_s .inner {
	padding: 4em 2em 2em;
	box-sizing: border-box;
}

.nav_s .inner ul>li {
	position: relative;
	padding:1em 0.5em;
	border-bottom:1px #D6D6D6 solid;
}

.nav_s .inner .foot01_02 {
	border-bottom:1px #D6D6D6 solid;
}
.nav_s .inner .foot01_02 ul>li{
	border-bottom:none;
	padding:0.3em;
}

.nav_s .inner ul>li>a {
	color: #FFFFFF;
	text-decoration: none;
	transition-duration: 0.2s;
	width:100%;
}
.nav_s .inner a:hover {
	color: #F7931E;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
	display: block;
	/*width: 30px;
	/height: 30px;*/
	transition: all .5s;
	cursor: pointer;
	z-index: 30;
	position: relative;
}

.nav_s {
	right: -100%;
	width: 100%;
}


/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn2{
	position: relative;/*ボタン内側の基点となるためrelativeを指定*/
	width: 60px;
	height:60px;
	cursor: pointer;
}

/*ボタン内側*/

.openbtn2 span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 13px;
	height: 2px;
	background-color: #FFFFFF;
}



.openbtn2 span:nth-of-type(1) {
	top:20px; 
	width: 50%;
}

.openbtn2 span:nth-of-type(2) {
	top:32px;
	width: 50%;
}

.openbtn2 span:nth-of-type(3) {
	top:44px;
	width:40%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn2.activemenu span:nth-of-type(1) {
	top: 25px;
	left: 16px;
	transform: translateY(6px) rotate(-45deg);
	width: 45%;
	background-color: #FFFFFF;
}

.openbtn2.activemenu span:nth-of-type(2) {
	width: 0;
}
.openbtn2.activemenu span:nth-of-type(3) {
	top: 37px;
	left: 16px;
	transform: translateY(-6px) rotate(45deg);
	width: 45%;
	background-color: #FFFFFF;
}

/*============
#mask
=============*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .5;
	z-index: 2;
	cursor: pointer;
}



/*==========================
	ヘッダー
=========================***/

.navi{
	position: relative;
	width: 100%;
}
.navi>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.navi>ul>li{
	/*padding:0 1em;*/
	box-sizing: border-box;
}

.navi>ul>li a{
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.navi>ul>li a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.navi a{
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}


.hmb_block  a{
	display: block;
}
.hmb_block  a.toggle{
	cursor: pointer !important;
	
}

.hmb_block .inner {
	width:100%;
	padding: 0.5em 0 1em;
}
.hmb_block .inner li{
	padding:0.5em 0;
}



.hmb_block .hmb_block_title .hmb_h3{
	display: block;
	padding:0 3em 0 0;
	position: relative;
}

.hmb_block .hmb_block_title .hmb_h3:after {
	position: absolute;
	content: '';
	background:url("../img/common/hbg_plus.svg") no-repeat;
	background-size: contain;
	width:9px;
	height:6px;
	top: 50%;
	right: 2%;
	transform: translate(-50%,-50%);
}

.hmb_block .hmb_block_title.active .hmb_h3:after {
	position: absolute;
	content: '';
	background:url("../img/common/hbg_mainasu.svg") no-repeat;
	background-size: contain;
	width:9px;
	height:6px;
	top: 50%;
    right: 2%;
    transform: translate(-50%,-50%);
}




.head00 {
	width:100%;
	margin:-1px auto 0;
	/*background:#000000;*/
	/*box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.23);*/
	position:relative;
	z-index:2;
}



.navi_cont>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
	justify-content: flex-end;
}

.navi_cont>ul>li:nth-child(1){
	width: 62%;
	padding:0.1em 1% 0 0;
	max-width: 1000px;
}
.navi_cont>ul>li:nth-child(2){
	width: 31%;
	padding:0.1em 1% 0 0;
	max-width: 50px;
}

.navi_cont_btn>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: flex-end;
	align-items: center;
}
.navi_cont_btn>ul>li{
	padding:0 1em;
	box-sizing: border-box;
}


.foot_logo{
	width:80%;
	margin:0;
}

.child{
	display: none;
}



/*===============================
  右固定バナー
===============================*/
.kote_r{
	position: fixed;
	top:15%;
	right:0;
	z-index: 30;
}
.kote_r img{
	margin:0;
	width:60%;
	float: right;
	}

/*===============================
  下固定バナー
===============================*/

.kote_bg{
	width:100%;
	position: fixed;
	z-index:5;
	bottom:0;
}
.kote_block_bg img{
	width:100%;
	height:100%;
}


.kote_s>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.kote_s>ul>li{
	width:48%;
	max-width: 430px;
	margin:0 auto 0.5em;
}



/***  ページTOP  ***/
#page_tops {
	position: fixed;
	display:block;
	width:auto;
	max-width:15%;
	z-index:50000;
	bottom:5em;
	right:1em;
}


/*==========================
	フッター
=========================***/
.back_foot{
	background:#14508C;
}

.foot_block{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.foot_blockimg{
	width:90%;
	margin:0 5% 1em;
	order: 2;
}
.foot_blocktext{
	width:90%;
	margin:0 auto;
	order: 1;
	font-size: 93%;
}


.foot01_01 a:hover{
	color:#A28E80;
}

.foot01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.foot01_01_top{
	border-bottom:1px solid #FFFFFF;
}
.foot01_01>ul>li{
	width:100%;
	padding:1em 0;
	border-bottom:1px solid #FFFFFF;
	box-sizing: border-box;
	
}
.foot01_01 .hmb_block .inner li{
	padding:0.3em 0;
}

.foot01_02>ul>li{
	display: inline-block;
	padding:0 1em 0 0;
}
.foot01_02>ul>li::after{
	content: '/';
	padding:0 0 0 1em;
}

.foot01_02>ul>li:last-child::after{
	content: '';
}

.foot_blocktext .foot01_02{
	border-bottom:1px solid #FFFFFF;
}

/*=============================
	サブ共通
=============================*/
.pan>ol>li{
	display: inline-block;
	padding:0.5em 0 0.5em 0.5em;
}
.pan>ol>li::after{
	content: '›';
	color:#CCCCCC;
	padding:0 0 0 1em;
}

.pan>ol>li:last-child::after{
	content: '';
	padding:0;
}
.pan>ol>li a{
	color:#B3B3B3;
}
.pan>ol>li{
	color:#666666;
}


.pan>ol>li{
	display: inline;
	padding:0 1em 0 0;
}

.pan>ol>li::after{
	content: '›';
	color:#CCCCCC;
}

.pan {
	color:#CCCCCC; 
}
.pan a,
.pan p {
	display: inline-block;
	padding:0.5em 0.8em 0.5em 0.5em;
	color:#666666;
	text-decoration: none;
}
.pan a {
	color:#B3B3B3;
}

.pan p {
	padding:0 0.8em;
}

.sub_bg{
	background: url("../img/common/sub_bg.jpg") no-repeat center center;
	background-size: cover;
	
}


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
/*==================
  電話番号タップ
==================*/
a.telLink0 { display:inline-block; cursor: default; pointer-events: none; text-decoration:none; }


.disp_p { display:block; }/*PC時・タブレット時表示*/
.disp_s { display:none; }/*スマホ時だけ表示*/

/***  ヘッダー  ***/
.head00 {
	box-shadow:none;
	background: none;
}

.nav_s {
	right: -65%;
	width: 65%;
}

.nav_s>.inner {
	padding: 5em 4em 4em;
	box-sizing: border-box;
}


/***  フッター  ***/
	
.foot_logo{
	width:80%;
	margin:0;
}
.foot_blockimg{/*1200 264*/
	width:40%;
	margin:0;
	order: 1;
}
.foot_blocktext{
	width:55%;
	margin:0 0 0 5%;
	order: 2;
}
.foot01_01{
	width:100%;
	padding:1em 0;
}
	
	
.foot01_01>ul>li{
	width:50%;
	padding:0.2em 0;
	border:none;
}
	
.foot01_01_top{
	border:none;
}
	
.foot01_01 a{
	display: inline-block;
	padding:0;
}
	
.foot_blocktext .foot01_02{
	border:none;
}

	
/*===============================
  右固定バナー
===============================*/
.kote_r img{
	width:65%;
	}
/*===============================
  下固定バナー
===============================*/

	
	
.cv_block>ul>li{
	width:40%;
	margin:0 1%;
}


	
/***  ページTOP  ***/
#page_tops {
	bottom:1em;
	right:1em;
}

}

@media (min-width : 1200px) { 

.disp_pt { display:block; }/*PC時だけ表示*/
.disp_st { display:none; }/*スマホ時とタブレット時表示*/

.nav_s {
	right: -50%;
	width: 50%;
}
	
/*header*/

	
.navi>ul>li:nth-child(1){/*1200 139*/
	max-width: 250px;
	width: 20%;
	margin:1em 1%;
}
.navi>ul>li:nth-child(2){/*1600 1015*/
	max-width: 1050px;
	width:74%;
	margin:0;
}

.navi_cont>ul>li:nth-child(1){
	width: 61%;
	padding:0.1em 2% 0 0;
	max-width: 1000px;
}
.navi_cont>ul>li:nth-child(2){
	width: 10%;
	padding:0.1em 2% 0 0;
	max-width: 70px;
}
	
/*===============================
  右固定バナー
===============================*/
.kote_r img{
	width:100%;
	}
	
/***  ページTOP  ***/
#page_tops {
	width:auto;
}
}
