@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(255,255,255,0.8);
}


.navi>ul>li:nth-child(1){/*1600 245*/
	max-width: 250px;
	width:45%;
	margin:0.7em 1% 0.4em;
}
.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: #FFFFFF;
	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;
}

.open .nav_s {
	right: 0;
	opacity: 1;
}
.nav_s .inner {
	padding: 4em 2em 2em;
	box-sizing: border-box;
}

.nav_s .inner>ul {
	list-style: none;
	margin: 0;
}
.nav_s .inner>ul>li {
	position: relative;
	padding:0.7em 0.5em;
	/*border-bottom:1px #D6D6D6 solid;*/
	border-bottom:1px solid;
	border-image:linear-gradient(to right,#29ABE2,#0040CE) 1;
}
.nav_s .inner>ul>li>a {
	color: #000000;
	text-decoration: none;
	transition-duration: 0.2s;
	display: block;
	width:100%;
}
.nav_s .inner>ul>li>a:hover {
	color: #A28E80;
}

/*============
.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;
	margin-top: 0;
	cursor: pointer;
}

/*ボタン内側*/

.openbtn2 span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 13px;
	height: 2px;
	background:linear-gradient(to right,#29ABE2,#0040CE);
}



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

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

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

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

.openbtn2.activemenu span:nth-of-type(1) {
	top: 25px;
	left: 16px;
	transform: translateY(6px) rotate(-45deg);
	width: 45%;
	background:linear-gradient(to right,#29ABE2,#0040CE);
}

.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:linear-gradient(to right,#29ABE2,#0040CE);
}

/*============
#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{
	color:#000000;
}

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

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

.navi a:hover{
	color:#000000;
}

.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:#FFFFFF;
	/*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:12px 1% 0 0;
	max-width: 1000px;
}
.navi_cont>ul>li:nth-child(2){
	width: 31%;
	padding:0.1em 1% 0 0;
	max-width: 50px;
	margin:-12px 0 0 0;
}

.navi_cont_text>ul>li{
	padding:0 1em;
}

.head_cont a{
	display: inline-block;
	text-align: center;
	background:linear-gradient(to right,#29ABE2,#0040CE);
	border-radius: 50px;
	color:#FFFFFF !important;
	padding:1em 1.5em;
	box-sizing: border-box;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;


}

.head_cont a:hover{
     -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.navi_cont_menu>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.navi_cont_menu>ul>li:nth-child(1){
	width:0;
}
.navi_cont_menu>ul>li:nth-child(2){
	width:100%;
}


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

.foot_icon>ul{
	justify-content:flex-start;
}


.nav_s .foot03_01>ul{ 
	justify-content: center;
}

.child{
	display: none;
}


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

.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:80%;
	max-width: 430px;
	margin:0 auto 0.5em;
}



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


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

.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%;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
}

.foot01_01{
	order: 1;
	padding:1em 0 3em;
}

.foot01_01 a{
	display: block;
	padding:0 0.5em;
	box-sizing: border-box;
	color:#000000;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}


.foot01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	
}
.foot01_01>ul>li{
	width:100%;
	padding:1em 0;
	border-bottom:1px solid;
	border-image:linear-gradient(to right,#29ABE2,#0040CE) 1;
	
}
.foot01_01 .hmb_block .inner li{
	padding:0.3em 0;
}


/*=============================
	サブ共通
=============================*/
.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;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;

}

.pan p {
	padding:0 0.8em;
}

.pan a:hover {
	color:#002E7F;
}


/*=================================================================================*/
/** 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%;
	order: 2;
	padding:1em 0;
}
	
	
.foot01_01{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
	
.foot01_01>ul{
	width:50%;
}
	
.foot01_01>ul>li{
	width:100%;
	padding:0.1em 0;
	border:none;
}
.foot01_01 a{
	display: inline-block;
	padding:0;
}


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

	
	
.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: -30%;
	width: 30%;
}
	
/*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%;*/
	max-width: 1200px;
	width: 78%;
	margin:0;
}

.navi_cont>ul>li:nth-child(1){
	width: 66%;
	padding:0.1em 2% 0 0;
	max-width: 1000px;
}
.navi_cont>ul>li:nth-child(2){
	width: 27%;
	padding:0.1em 2% 0 0;
	max-width: 300px;
	margin:0;
}
	
.navi_cont_menu>ul>li:nth-child(1){
	width:80%;
}
.navi_cont_menu>ul>li:nth-child(2){
	width:20%;
}
	
.openbtn2{
	margin-top: -0.7em;
}
	
/***  ページTOP  ***/
#page_tops {
	width:auto;
}
}


@media (min-width : 1300px) { 
.head_cont a{
	padding:1em 3.5em;
}
	
	
}
