@charset "utf-8";
/*------------------------------------------------------------------------------
Css name: content.css
Css info: 各ページスタイル
------------------------------------------------------------------------------*/
.index_itenn{
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	background: #fff130;
}
.index_itenn p{
 padding: 19px 0;
}
.index_itenn p a{
	display: block;
	width: moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0 2em;
}

/*------------------------------------------------------------------------
index
--------------------------------------------------------------------------*/
.index .gNav_v01 a:after{
	width: 100%;
	height: 2px;
	background-color: #002379;
}
.index .mobi_gNav .gNav_v01{
	border-bottom: 2px solid #002379;
}
/*--------------------------------*/
.index_title{
	position: absolute;
	display: block;
	z-index: -999;
	top: 0;
	left: 0;
	width: 100%;
	height: calc( 600px + 150px );
	background: #ccc url(../img/index/main.jpg) center center no-repeat;
	background-size: cover
}
	.index_title h1{
		text-align: center;
		margin-top: calc( 280px + 80px);
	}
.big_btn{
	width: 100%;
	margin-top: calc(489px + 80px);
}
	.big_btn li{
		position: relative;
		width: 33.333333%;
		float: left;
	}
		.big_btn li a{
			display: block;
			width: 100%;
			height: 100%;
			padding-top: 100%;
		}
			.big_btn li a:hover{
				opacity:0.8;
				filter: alpha(opacity=80);
			}
			.big_btn li img {
				position: absolute;
				top: 50%;
				left: 50%;
				margin: -30px 0 0 -69px;
			}
	.big_btn .btn_outline a{
		background: url(../img/common/bg_blue.png),url(../img/index/btn_outline.jpg);
		background-position: center,center;
		background-repeat: repeat,no-repeat;
		background-size:auto,100%;
	}
	.big_btn .btn_service a{
		background: url(../img/common/bg_white.png),url(../img/index/btn_service.jpg);
		background-position: center,center;
		background-repeat: repeat,no-repeat;
		background-size:auto,100%;
	}
	.big_btn .btn_recruit a{
		background: url(../img/common/bg_blue.png),url(../img/index/btn_recruit.jpg);
		background-position: center,center;
		background-repeat: repeat,no-repeat;
		background-size:auto,100%;
	}


@media only screen and (max-width: 599px) {
	.index_title{
		height: calc( 560px + 130px );
		background: url(../img/index/main.jpg) -190px center no-repeat;
		background-size: cover
	}
		.index_title h1{
			margin: calc(280px + 80px) auto 0;
			max-width: 75%;
		}
	.big_btn{
		width: 100%;
		margin-top: calc(449px + 50px );
	}
		.big_btn li{
			width: 50%;
		}
		.big_btn li:last-child{
			width: 100%;
		}
			.big_btn li:last-child a{
				padding-top: 55%;
			}
			.big_btn .btn_recruit a{
				background: url(../img/common/bg_blue.png),url(../img/index/btn_recruit.jpg);
				background-position: center,center top;
				background-repeat: repeat,no-repeat;
				background-size:auto,100%;
			}
}

/*------------------------------------------------------------------------
会社概要
--------------------------------------------------------------------------*/
.outline .gNav_v02 a:after{
	width: 100%;
	height: 2px;
	background-color: #002379;
}
.outline .mobi_gNav .gNav_v02{
	border-bottom: 2px solid #002379;
}
/*--------------------------------*/
.outline .page_title{
	background: url(../img/common/bg_blue.png),url(../img/outline/h1_outline_bg.jpg);
	background-position: center,center;
	background-repeat: repeat,no-repeat;
}

.message_sign{
	margin-top: 1em;
	text-align: right;
	font-size: 1.8rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
	.message_sign span{
		display: inline-block;
		margin-right: 1em;
		font-size: .8em;
	}
.message_photo{
	width: 100%;
	height: auto;
}

.outline .group{
	line-height: 1.4;
}
.outline .group dt{
}
.outline .group dt:before{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #002379;
	margin-right: 6px;
}
.outline .group dd{
	margin-left: 16px;
}

.outline .transfer_add{
	padding: 1em .5em;
	border-top: 1px solid #002379;
	border-bottom: 1px solid #002379;
}

.outline_vm{
	width: 860px;
	margin: 0 auto;
	padding: 22px 0 20px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	border-top: 2px solid #002379;
}
.outline_vm_mission{
	margin-bottom: 50px;
	border-bottom: 2px solid #002379;
}
	.outline_vm_tit{
		margin-bottom: 30px;

		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
	}
		.outline_vm_tit span{
			display: block;
			margin-bottom: 8px;
			font-size:1.6rem;
			color: #002379;
		}
	.outline_vm_txt{
		font-size: 1.6rem;
		text-align: center;
	}

.outline_subcon_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
	.outline_subcon_img li{
		width: 47%;
	}
	.outline_subcon_img li img{
		width: 100%;
		height: auto;
	}
@media only screen and (max-width: 599px) {
	.outline .name img{
		width: 180px;
		height: auto;
	}

	.outline_vm{
		width: 94%;
		padding: 22px 0 16px;
		margin: 0 auto;
	}
	.outline_vm_mission{
		margin-bottom: 40px;
	}
		.outline_vm_tit{
			font-size: 2.0rem;
		}
			.outline_vm_tit span{
				font-size:1.4rem;
			}
		.outline_vm_txt{
			font-size: 1.7rem;
			text-align: left;
		}
		.outline_vm_txt .pc_o{
			display: none;
		}

		.outline_subcon_img li{
			width: 49.5%;
		}
}
.outline_ac_logo{
	display: block;
	margin-top: 12px;
}
/*------------------------------------------------------------------------
事業内容
--------------------------------------------------------------------------*/
.service .gNav_v03 a:after{
	width: 100%;
	height: 2px;
	background-color: #002379;
}
.service .mobi_gNav .gNav_v03{
	border-bottom: 2px solid #002379;
}
/*--------------------------------*/
.service .page_title{
	background: url(../img/common/bg_blue.png),url(../img/service/h1_service_bg.jpg);
	background-position: center,center;
	background-repeat: repeat,no-repeat;
}

.service_point_fig{
	margin-top: 30px;
}
.service_point_fig img{
	width: 100%;
	height: auto;
}

.service_h3Box + .service_h3Box{
	margin-top: 40px
}

.service_subTitle{
	font-size: 1.429em;/*20*/
	font-weight: bold;
	color: #002379;
	margin-bottom: 24px;
	line-height: 1.6;
}

.service_txt{
	width: 510px;
}
.service_img{
	display: inline-block;
	width: 300px;
	height: auto;
}
.service03_img li{
	display: inline-block;
	width: 266px;
	height: auto;
	float: left;
	margin-right: 31px;
	margin-bottom: 1em;
}
.service04_img{
	text-align: center;
}
.service04_img li{
	display: inline-block;
	width: 266px;
	height: auto;
	margin-right: 31px;
	margin-bottom: 1em;
}
	.service03_img li img,
	.service04_img li img{
		display: block;
		width: 100%;
		height: auto;
	}
		.service03_img li:last-child,
		.service04_img li:last-child{
			margin-right: 0;
		}

.service_list{
	margin-bottom: 1em;
}
	.service_list li{
		width: 400px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: -1px 60px 0 0;
		float: left;
	}
	.service_list li:nth-child(2n){
		margin-right: 0px;
	}
		.service_list li .name{
			width: 77.5%;
			padding: 14px;
			display: inline-block;
		}
		.service_list li .num{
			width: 22.5%;
			padding: 14px;
			text-align: right;
			display: inline-block;
		}
.service_eqp_list{
	display: flex;
	flex-wrap: wrap;

	margin-top: -32px;
	margin-bottom: 1em;
}
.service_eqp_list li{
	width: 30%;
	margin-top: 32px;
	margin-right: 5%;
}
.service_eqp_list li:nth-child(3n){
	margin-right: 0px;
}
.service_eqp_img{
	width: 100%;
}
	.service_eqp_img img{
		width: 100%;
		height: auto;
	}
p.service_eqp_spec{
	display: flex;

	margin: 0;
	padding: .5em 0;
	border-bottom: 1px dotted #ccc;
}
	.service_eqp_spec .name{
		width: 77.5%;
	}
	.service_eqp_spec .num{
		width: 22.5%;
		text-align: right;
	}
p.service_eqp_txt{
	width: 100%;
	margin-top: .5em;
	line-height: 1.5;
}

@media only screen and (max-width: 599px) {
	.service .page_title{
		background: url(../img/common/bg_blue.png),url(../img/service/h1_service_bg.jpg);
		background-position: center,center;
		background-repeat: repeat,no-repeat;
		background-size: auto,cover;
	}

	.service_subTitle{ /*h3*/
		font-size: 1.286em;/*18*/
	}

	.service_txt{
		width: 100%;
	}
	.service_img{
		width: 100%;
	}
	.service03_img li{
		width: 33.33333%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0;
	}
	.service04_img li{
		float: left;
		width: 50%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0;
	}

	.service_list{
		margin-bottom: 0;
	}
		.service_list li{
			width: 100%;
			margin: -1px 0 0 0;
			float: none;
		}

	.service_eqp_list{
		display: flex;
		flex-wrap: wrap;

		margin-top: -24px;
		margin-bottom: 1em;
	}
		.service_eqp_list li{
			width: 100%;
			margin-top: 24px;
			margin-right: 0;
		}
}

/*------------------------------------------------------------------------
採用情報
--------------------------------------------------------------------------*/
.recruit .gNav_v04 a:after{
	width: 100%;
	height: 2px;
	background-color: #002379;
}
.recruit .mobi_gNav .gNav_v04{
	border-bottom: 2px solid #002379;
}
/*--------------------------------*/
.recruit .page_title{
	background: url(../img/common/bg_blue.png),url(../img/recruit/h1_recruit_bg.jpg);
	background-position: center,center;
	background-repeat: repeat,no-repeat;
}

.recruit_message_title{
	font-size: 1.429em;/*20*/
	font-weight: bold;
	color: #002379;
	margin-bottom: 30px;
	line-height: 1.6;
}
.recruit_message_title span{
	display: inline-block;
}
.recruit_message_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit_message_txt{
	width: 510px;
}
.recruit_message_photo_box{
	width: 300px;
}
.recruit_message_photo{
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 10px;
}
	.recruit_message_photo img{
		display: block;
		position: relative;
		right:70px;
		width: auto;
		height: 100%;
	}
.recruit_message_sign{
	text-align: right;
	font-size: 1.5rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.recruit_message_sign span{
	display: inline-block;
margin-right: 1em;
}
@media only screen and (max-width: 599px) {
	.recruit_message_inner{
		display: block;
	}
	.recruit_message_txt{
		width: 100%;
	}
	.recruit_message_photo_box{
		width: 100%;
	}
	.recruit_message_photo{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
		.recruit_message_photo img{
			display: block;
			position: relative;
			right:0;
			height: auto;
		}
}
.recruit_works_fig{
	width: 100%;
}
.recruit_works_fig img{
	width: 100%;
	height: auto;
}

.recruit .title_circle + .staff_box{
	margin-top: -50px;
}

.staff_box{
	width: 860px;
	margin: 0 auto;
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
}
	.staff_box:last-child{
		margin-bottom: 20px;
	}
	.staff_box h3{
		font-size: 1.429em;/*20*/
		font-weight: bold;
		color: #00b5d7;
		margin-bottom: 30px;
		line-height: 1.4;
		border-left: 5px solid #00b5d7;
		padding-left: 8px;
	}
	.staff_box .int_box{
		width: 430px;
	}
		.staff_box .int_box p{
			line-height: 1.7;
		}
		.staff_box .int_box .name{
			margin-top: 1em;
			text-align: right;
		}
	.staff_box img{
		width: 380px;
	}

.region_txt{
	width: 510px;
}
.region_img{
	display: inline-block;
	width: 300px;
	height: auto;
}
.welfare_img li{
	display: inline-block;
	width: 266px;
	height: 266px;
	float: left;
	margin-right: 31px;
	margin-bottom: 1em;
}
	.welfare_img li img{
		width: 100%;
		height: 100%;
	}
		.welfare_img li:last-child{
			margin-right: 0;
		}
@media only screen and (max-width: 599px) {
	.recruit .page_title{
		background: url(../img/common/bg_blue.png),url(../img/recruit/h1_recruit_bg.jpg);
		background-position: center,center;
		background-repeat: repeat,no-repeat;
		background-size: auto,cover;
	}

	.recruit_message_title{
		font-size: 1.286em;/*18*/
	}

	.recruit .title_circle + .staff_box{
		margin-top: -30px;
	}

	.staff_box{
		width: 100%;
		padding: 30px 3%;
	}
		.staff_box:last-child{
			margin-bottom: 0;
		}
		.staff_box h3{
			font-size: 1.286em;/*18*/
			margin-bottom: 20px;
		}
	.staff_box .int_box{
		width: 100%;
	}
		.staff_box p{
			width: 100%;
			margin-bottom: 10px;
		}
		.staff_box img{
			width: 100%;
		}

	.region_txt{
		width: 100%;
	}
	.region_img{
		width: 100%;
	}
	.welfare_img li{
		width: 33.33333%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0;
	}
}


.recruit_h3Box + .recruit_h3Box{
	margin-top: 40px
}

.recruit_subTitle{
	font-size: 1.429em;/*20*/
	font-weight: bold;
	color: #002379;
	margin-bottom: 24px;
	line-height: 1.6;
}
.recruit_data_salary{
	display: inline-block;
	width: 6em;
	margin-left: 1em;
}
/*------------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------------*/
.contact .gNav_v05 a:after{
	width: 100%;
	height: 2px;
	background-color: #002379;
}
.contact .mobi_gNav .gNav_v05{
	border-bottom: 2px solid #002379;
}
/*--------------------------------*/
.contact .page_title{
	background: url(../img/common/bg_blue.png),url(../img/contact/h1_contact_bg.jpg);
	background-position: center,center;
	background-repeat: repeat,no-repeat;
}

.contact_message_txt{
	padding: 1em;
	font-size: 1.6rem;
	color: #002379;
	text-align: center;
	border-top: 2px solid #002379;
	border-bottom: 2px solid #002379;
}
.contact_tel,
.contact_fax{
	font-size: 2.143em;
	font-weight: bold;
	padding-left: 34px;
	line-height: 1;
	margin-top: 20px;
}
.contact_tel{
	background: url(../img/common/ico_phone.png) left center no-repeat;
	background-size: 26px 26px;
}
.contact_fax{
	background: url(../img/common/ico_fax.png) left center no-repeat;
	background-size: 26px 26px;
}
.contact_time{
	padding: 14px;
	border-top: 1px solid #e1e6e6;
	border-bottom: 1px solid #e1e6e6;
}

#contact_mail{
	margin-top: -30px;
	padding-top: 80px;
}

.contact_table{
	width: 100%;
	margin-bottom: 20px;
}
	.contact_table th,
	.contact_table td{
		padding: 14px;
		border-top: 1px solid #e1e6e6;
		border-bottom: 1px solid #e1e6e6;
	}
	.contact_table th{
		width: 160px;
		font-weight: 500;
		text-align: left;
		vertical-align: top;
	}
	.contact_table td small{
		display: block;
		margin-top: 6px;
	}
@media only screen and (max-width: 599px) {
	.recruit .page_title{
		background: url(../img/common/bg_blue.png),url(../img/contact/h1_contact_bg.jpg);
		background-position: center,center;
		background-repeat: repeat,no-repeat;
		background-size: auto,cover;
	}
	.contact_message_txt{
		padding: 1.5em 1em;
		text-align: left;
	}
	.contact_table{
		border-top: 1px solid #e1e6e6;
	}
	.contact_table th,
	.contact_table td{
		border-top: none;
		display: block;
	}
	.contact_table th{
		width: 100%;
		border-bottom: 1px dotted #e1e6e6;
		background: #f0fbfd
	}
	.contact_table td small{
		display: block;
		margin-top: 6px;
	}

}

.box_tks{
	margin-bottom: 100px;
}
@media only screen and (max-width: 599px) {
	.box_tks{
		margin-bottom: 60px;
	}
}