@charset "utf-8";
body{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
img{
	width: 100%;
	height: auto;
	display: block;
}
/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {

html,body,main{
	width: 100%;
	min-width: 1080px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
/*body{
	width: 100%;
	min-width: 980px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
.pc_none{
	display: none!important;
}
/*------------------------------------------
header
------------------------------------------*/
header{
	width: 100%;
	height: auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
}
header h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	max-width: 257px; 
	height: auto;
	display: block;
}
header h1 a.h_logo{
	width: 100%;
	height: auto;
	display: block;
}
header h1 a.h_logo img{
	width: 100%;
	height: auto;
}
header .h_inner{
	width: 980px;
	height: auto;
	margin: 0 auto;
}
header .h_inner ul.nav{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
header .h_inner ul.nav li{
	width: auto;
	height: auto;
	margin-right: 25px;
	font-size: 15px;
	line-height: 25px;
	padding: 20px 0;
	border-top: 2px solid #fff;
}
header .h_inner ul.nav li.active{
	border-top: 2px solid #053067;
	font-weight: 800;
	color: #053067
}
header .h_inner ul.nav li:hover{
	border-top: 2px solid #053067;
	transition: 0.3s;
	color: #053067;
}
header .h_inner ul.nav li:last-child{
	margin-right: 0;
}
header .h_inner ul.nav li a{
	width: 100%;
	height: auto;
	display: inline;
}

/*---------------------
パンクズ部分共通
---------------------*/
#pankuzu{
	width: 980px;
	height: auto;
	padding-top: 10px;
	font-size: 0;
	line-height: 15px;
	color: #000000;
	overflow: hidden;
	z-index: 200;
	position: relative;
	margin: 0 auto;
}
#pankuzu a , .pankuzu span{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	padding-right: 5px;
}
#pankuzu a.home{
	text-decoration: underline;
}
#pankuzu span{
	font-size: 13px;
}
#pankuzu p{
	display: inline-block;
	font-size: 13px;
}


/*共通サブタイトル部分(インクルード タイトル)*/
.title{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.title .line{
	width: 51px;
	height: 2px;
	background-color: #000;
	display: block;
}
.title h3{
	font-size: 16px;
	line-height: 26px;
	padding-left: 10px;
	font-weight: bold;
}


/*--------------------------
リンクバナー
--------------------------*/
a.link_bnr{
	width: 100%;
	height: 243px;
	background-image: url(../img/reason/bottom_eye.jpg);
	background-repeat:no-repeat; 
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}
a.link_bnr .bnr_inner{
	width: 295px;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
   	left: 50%;
   	-webkit-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%); 
}
a.link_bnr .bnr_inner div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
a.link_bnr .bnr_inner div p{
	font-size: 28px;
	line-height: 38px;
	font-weight: 800;
	color: #fff;
}
a.link_bnr .bnr_inner div img{
	width: 27px;
	height: auto;
	display: block;
}
a.link_bnr .bnr_inner p.bnr_bottom{
	font-size: 21px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

/*--------------------------
recruit
--------------------------*/
.contents_bg .b_recruit{
	width: 980px;
	height: auto;
	margin: 85px auto 0;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.contents_bg .b_recruit .left_box{
	width: 410px;
	height: auto;
}
.contents_bg .b_recruit .left_box h4{
	width: 340px;
	font-size: 28px;
	line-height: 45px;
	margin-top: 30PX;
	font-weight: 800;
	display: block;
}
.contents_bg .b_recruit{
	height: 468px;
}
.contents_bg .b_recruit img.cont_img{
	width: 59vw;
	height: 468px;
	/*min-width: 740px;*/
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';/*IE対策*/
}
.contents_bg .b_recruit .left_box p.c_text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 26px;
}
.contents_bg .b_recruit a{
	width: 238px;
	height: auto;
	background-color: #053067;
	color: #fff;
	padding: 18px 30px 18px 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	margin-top: 45px;
}
.contents_bg .b_recruit a p{
	font-size: 17px;
	line-height: 27px;
	display: block;
}
.contents_bg .b_recruit a img{
	width: 17px;
	height: auto;
	display: block;
}









/*--------------------------
ボトムコンタクト部分
--------------------------*/
.m_bottom{
	width: 100%;
	height: auto;
	padding: 55px 0 20px 0;
	background-color: #F6F6F6;
	margin-top: 127px;
}
.m_bottom ul{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.m_bottom ul li{
	width: auto;
	display: block;
}
.m_bottom ul li a.b_logo{
	width: 199px;
	height: auto;
	display: block;
	margin-left: 55px;
	margin-top: 5px;
}
.m_bottom ul li h3{
	font-size: 14px;
	line-height: 24px;
}
.m_bottom ul li p.tel{
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
}
.m_bottom ul li p.tel span{
	font-size: 18px;
	font-weight: 400;
}
.m_bottom ul li a.link_btn{
	width: 183px;
	margin-top: 0;
	padding: 18px 20px 18px 30px;
}
.m_bottom a.to_top{
	width: 27px;
	height: auto;
	display: block;
	margin: 55px auto 0;
	display: block;
}
.m_bottom a.to_top img{
	width: 100%;
	height: auto;
	display: block;
}
.m_bottom a.to_top p{
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	color: #101F29;
	font-weight: 800;
	margin-top: 5px;
}

a.link_btn{
	width: 238px;
	height: auto;
	background-color: #053067;
	color: #fff;
	padding: 18px 30px 18px 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	margin: 45px auto 0;
}
a.link_btn p{
	font-size: 17px;
	line-height: 27px;
	display: block;
}
a.link_btn img{
	width: 17px;
	height: auto;
	display: block;
}


footer{
	width: 100%;
	height: auto;
	background-color: #053067;
	padding: 50px 0 20px 0;
	color: #fff;
}
.f_inner{
	width: 925px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.f_inner .f_top{
	width: 725px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}
.f_inner .f_top address{
	font-size: 15px;
	line-height: 25px;	
}
.f_inner .f_top a{
	width: 150px;
	height: auto;
	font-size: 15px;
	line-height: 17px;
	margin-top: 4px;
	text-align: center;
	color: #fff;
	display: block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.f_inner ul{
	width: 725px;
	height: auto;
	margin: 25px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.f_inner ul li{
	width: auto;
	height: auto;
	display: block;
	margin-right: 37px;
}
.f_inner ul li:last-child{
	margin-right: 0;
}
.f_inner ul li a{
	width: 100%;
	height: auto;
	display: inline;
	font-size: 14px;
	font-weight: 800;
}
.f_inner p{
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	margin-top: 40px;
}

}




























/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
html,body,main{
	min-width: 320px;
}
.sp_none{
	display: none!important;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
header{
	width: 100%;
	min-width: 320px;
	height: 74px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
}
header .header_inner{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_inner h1{
	width: 157px;
	height: auto;
	margin: 24px 0 0 30px;
	display: block;
}
header .header_inner h1 a.h_logo{
	width: 100%;
	height: auto;
	display: block;
}
header .header_inner h1 a.h_logo img{
	width: 100%;
	height: auto;
}


/*------------------------------------------------------------
スマホメニュー部分
------------------------------------------------------------*/
/*メニューボタンの動き*/
/*メニューオープンボタン*/
.slide-menu-btn{
	width: 32px;
	height: 23px;
	display: block;
	margin: 18px 20px 0 0;
	position: relative;
	z-index: 100;
}
.line-bar{
	width: 32px;
	height: 2px;
	background: #053067;
	border-radius: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.line-bar::before {
	content: "";
	display: block;
	background: #053067;
	border-radius: 1px;
	position: absolute;
	width: 100%;
	height: 2px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	top: -10px;
}
.line-bar::after {
	content: "";
	display: block;
	background: #053067;
	border-radius: 1px;
	position: absolute;
	width: 100%;
	height: 2px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	bottom: -10px;
}
.slide-menu-btn.active .line-bar {
	background: #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.slide-menu-btn.active .line-bar::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #fff;
	top: 0;
}
.slide-menu-btn.active .line-bar::after {
	opacity: 0;
}

/*クローズボタン*/
.header .header_line{
	width: auto;
	height: 3px;
	background:linear-gradient(90deg,#FCA510 0%,#FCA510 50%,#38B8EF 50%,#38B8EF 100%);
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1100;
}

/*スマホメニュー中身*/
.sp_menu{
	display: none;
	width: 100%;
	height: 100vh;
	padding: 24px 30px;
	box-sizing: border-box;
	background-color: #052D60;
	position: absolute;
	top: 0;
	z-index: 10;
	overflow: scroll;
}
.sp_menu .sp_inner{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	display: block;
	position: relative;
}
.sp_menu .sp_inner .m_logo{
	width: 157px;
	height: auto;
	display: block;
}
.sp_menu .sp_inner .m_logo img.menu_logo{
	width: 100%;
	height: auto;
	display: block;
}
.sp_menu .sp_inner ul.nav{
	width: 100%;
	height: auto;
	margin-top: 45px;
}
.sp_menu .sp_inner ul.nav li{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
	padding-left: 25px;
}
.sp_menu .sp_inner ul.nav li.active{
	font-weight: 800;
	position: relative;
}
.sp_menu .sp_inner ul.nav li.active::before{
	content:'';
	display: block;
	width: 15px;
	height: 3px;
	position: absolute;
	top: 0;bottom: 0;
	left: 0;
	margin: auto;
	background-color: #fff;
}
.sp_menu .sp_inner ul.nav li a{
	color: #fff;
}
.sp_menu .sp_inner p.toiawase{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	width: 250px;
	display: block;
	margin: 65px auto 15px;
} 

.sp_menu .sp_inner a.m_tel{
	width: 250px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sp_menu .sp_inner a.m_tel img{
	width: 20px;
	height: auto;
	margin-right: 10px;
	display: block;
}
.sp_menu .sp_inner a.m_tel p{
	font-size: 25px;
	font-weight: 800;
	color: #fff;
	display: block;
}
.sp_menu .sp_inner a.privacy{
	width: 130px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 40px auto 0;
}




/*---------------------
INCパーツ パンクズ部分共通
---------------------*/
#pankuzu_bg{
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
#pankuzu{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 5px
}

#pankuzu li{
	width: auto;
	height: auto;
}

#pankuzu a , .pankuzu span{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	color: #000000;
	padding-right: 5px;
}
#pankuzu a.home{
	text-decoration: underline;
}

#pankuzu span.kugiri{
	margin: 0 10px 0 5px;
}

/*--------------------------
INCパーツ recruit
--------------------------*/
.contents_bg .b_recruit{
	width: 90%;
	height: auto;
	margin: 55px auto 0;
	position: relative;
}
.contents_bg .b_recruit .left_box{
	width: 100%;
	height: auto;
}
.contents_bg .b_recruit .left_box h4{
	width: 100%;
	font-size: 28px;
	line-height: 45px;
	margin-top: 30PX;
	font-weight: 800;
	display: block;
}
.contents_bg .b_recruit img.cont_img{
	width: 100%;
	height: auto;
	margin-top: 35px;
	display: block;
}
.contents_bg .b_recruit .left_box p.c_text{
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	margin-top: 22px;
}
.contents_bg .b_recruit a{
	width: 238px;
	height: auto;
	background-color: #053067;
	color: #fff;
	padding: 18px 30px 18px 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	margin: 55px auto 0;
}
.contents_bg .b_recruit a p{
	font-size: 17px;
	line-height: 27px;
	display: block;
}
.contents_bg .b_recruit a img{
	width: 17px;
	height: auto;
	display: block;
}


/*--------------------------
INCパーツ ボトムコンタクト部分
--------------------------*/
.m_bottom{
	width: 100%;
	height: auto;
	padding: 55px 0 45px 0;
	background-color: #F6F6F6;
	margin-top: 70px;
}
.m_bottom ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.m_bottom ul li{
	width: auto;
	display: block;
	text-align: center;
}
.m_bottom ul li h3{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
.m_bottom ul li p.tel{
	font-size: 35px;
	line-height: 45px;
	font-weight: 800;
	border-bottom: 1px solid #000;
	margin-top: 25px;
	padding-bottom: 10px;
	display: inline-block;
	padding: 0 10px;
}
.m_bottom ul li p.tel span{
	font-size: 18px;
	font-weight: 400;
}

/*--------------------------
INCパーツ リンクバナー
--------------------------*/
a.link_bnr{
	width: 100%;
	height: 243px;
	background-image: url(../img/index/bottom_eye_sp.jpg);
	background-repeat:no-repeat; 
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}
a.link_bnr .bnr_inner{
	width: 250px;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
   	left: 50%;
   	-webkit-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%); 
}
a.link_bnr .bnr_inner div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
a.link_bnr .bnr_inner div p{
	font-size: 25px;
	line-height: 35px;
	font-weight: 800;
	color: #fff;
}
a.link_bnr .bnr_inner div img{
	width: 27px;
	height: auto;
	display: block;
}
a.link_bnr .bnr_inner p.bnr_bottom{
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

.m_bottom ul li a.link_btn{
	width: 183px;
	margin-top: 30px;
	padding: 18px 20px 18px 30px;
}
.m_bottom a.to_top{
	width: 27px;
	height: auto;
	display: block;
	margin: 55px auto 0;
	display: block;
}
.m_bottom a.to_top img{
	width: 100%;
	height: auto;
	display: block;
}
.m_bottom a.to_top p{
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	color: #101F29;
	font-weight: 800;
	margin-top: 5px;
}

a.link_btn{
	width: 238px;
	height: auto;
	background-color: #053067;
	color: #fff;
	padding: 18px 30px 18px 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	margin: 45px auto 0;
}
a.link_btn p{
	font-size: 17px;
	line-height: 27px;
	display: block;
}
a.link_btn img{
	width: 17px;
	height: auto;
	display: block;
}

/*---------------------------------------------------
共通部分css
---------------------------------------------------*/
/*下層ページ共通*/
main{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 74px;
	overflow: hidden;
}
.content{
	width: 100%;
	height: auto;
	display: block;
}

/*アイキャッチここから*/
.cont_eye{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.cont_eye img.eye_bg{
	width: 100%;
	height: auto;
	display: block;
}
.cont_eye .eye_inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.cont_eye .eye_inner hr{
	width: 23%;
	min-width: 175px;
	height: 1px;
	background-color: #fff;
	border: none;
	position: absolute;
	left: -40px;
	bottom: -7px;
}
.cont_eye .eye_inner h2{
	font-size: 22px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
	padding-top: 130px;
}
.cont_eye .eye_inner h2 span{
	font-size: 14px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
	display: block;
	margin-top: 20px;
}
.cont_eye .eye_inner hr{
	min-width: 220px;
}
/*アイキャッチここまで*/



/*共通サブタイトル部分(インクルード タイトル)*/
.title{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.title .line{
	width: 51px;
	height: 2px;
	background-color: #000;
	display: block;
}
.title h3{
	font-size: 16px;
	line-height: 26px;
	padding-left: 10px;
	font-weight: 800;
}


/*---------------------------------------------------
SP FOOTER
---------------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	background-color: #fff;
	color: #fff;
	position: relative;
}
.f_inner{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 40px;
	padding: 10% 5%;
	background-color: #053067;
	box-sizing: border-box;
}
.f_inner .f_top{
	width: 100%;
	height: auto;
}
.f_inner .f_top a.sp_logo{
	width: 210px;
	height: auto;
	display: block;
}
.f_inner .f_top a.sp_logo img{
	width: 100%;
	height: auto;
	display: block;
}
.f_inner .f_top address{
	font-size: 13px;
	line-height: 23px;
	margin-top: 15px;
}
footer p{
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0;
	color: #000;
}

/*topへ戻るボタン*/
html body footer a.to_top{
	width: 32px;
	height: auto;
	display: block;
	position: absolute;
	top: 15%;
    right: 20px;
}
footer a.to_top img.arrow{
	width: 100%;
	height: auto;
	display: block;
}





}








/*iPad 縦横両方*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/*iPad 縦向きのみ*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
}

/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {


}







