@charset "utf-8";
/**************************************************************
	トップページ
**************************************************************/
/** splash image  *******************************************************************/
#splash {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-width: 960px;
	height: 480px;
	padding: 70px 0 0;
	background: url(../img/index/splash_bg.jpg) no-repeat center center;
	background-size: cover;
}
#splash h2 {
	width: 1250px;
}
@media screen and (max-width: 640px) {
	#splash {
		min-width: auto;
		height: 300px;
		padding: 20px;
		justify-content: start;
	}
	#splash h2 {
		width: 76%;
	}
	#splash h2 img {
		width: 100%;
		height: auto;
	}
}

/* index guide */
#index_guide {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	padding: 60px 0;
}
#index_guide a {
	display: block;
	position: relative;
}
#index_guide a:before {
	position: absolute;
	width: 38px;
	height: 38px;
	content: "";
}
#index_guide a:first-of-type:before {
	top: -24px; left: -24px;
	background: url(../img/index/cubu_01.png) no-repeat;
}
#index_guide a:last-of-type:before {
	bottom: -24px; right: -24px;
	background: url(../img/index/cubu_02.png) no-repeat;
}

@media screen and (max-width: 640px) {
	#index_guide {
		display: block;
		width: 90vw;
		padding: 40px 30px;
		box-sizing: border-box;
	}
	#index_guide a img {
		width: 100%;
		height: auto;
	}
	#index_guide a:first-of-type {
		margin-bottom: 10px;
	}
}

.txt_box .sub_title {
	font-weight: normal;
}
.txt_box h3 {
	letter-spacing: .06em;
}

/* index business */
#index_business {
	position: relative;
	height: 404px;
	z-index: 0;
}
#index_business .txt_box .inr:before {
	display: block;
	position: absolute;
	top: 40px; left: 50%;
	width: 540px;
	height: 320px;
	content: "";
	background: url(../img/index/business_img.jpg) no-repeat;
	z-index: 500;
}
#index_business .txt_box {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    box-sizing: border-box;
    width: calc(50% + 640px);
    padding: 15px 20px 50px;
    background-color: #ececec;
	z-index: 900;
}
#index_business .txt_box .inr {
	width: 570px;
	z-index: 800;
}
#index_business .txt_box .inr:before {
	display: block;
	position: absolute;
	top: 40px; left: 610px;
	width: 540px;
	height: 320px;
	content: "";
	background: url(../img/index/business_img.jpg) no-repeat;
	z-index: 1000;
	-webkit-box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.5);
}
#index_business .txt_box .sub_title {
	margin-bottom: 47px;
	padding-bottom: 18px;
	line-height: 1;
	border-bottom: 1px solid #dcdcdc;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	font-size: 3.57142855rem;
	color: #dcdcdc;
}
#index_business .txt_box h3 {
	margin-bottom: 25px;
	line-height: 1;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	font-size: 2.85714284rem;
}
#index_business .txt_box p {
	line-height: 1;
	font-size: 1.285714278rem;
}
#index_business .more {
	position: absolute;
	left: 0; bottom: 0;
	height: 140px;
	box-sizing: border-box;
	width: calc(50% + 550px);
	padding: 40px 40px 40px 0;
	background-color: #cbdff1;
	z-index: 100;
}
#index_business .more:before {
	position: absolute;
	width: 38px;
	height: 38px;
	content: "";
	bottom: -24px; right: -24px;
	background: url(../img/index/cubu_02.png) no-repeat;
}
#index_business .more .inquiry_btn {
	float: right;
	width: 1110px;
}

@media screen and (max-width: 640px) {
	#index_business {
		width: 100vw;
		height: auto;
	}
	#index_business .txt_box,
	#index_business .txt_box .inr,
	#index_business .more,
	#index_business .more .inquiry_btn {
		position: static;
		width: 100%;
	}
	#index_business .txt_box {
		padding: 20px;
	}
	#index_business .more {
		height: auto;
		padding: 20px;
	}
	#index_business .more .inquiry_btn {
		float: none;
		margin-top: 0;
	}
	#index_business .txt_box .inr:before {
		position: static;
		width: 100%;
		height: 160px;
		margin-bottom: 20px;
		background: url(../img/index/business_img.jpg) no-repeat center center;
		background-size: cover;
	}
	#index_business .txt_box .sub_title {
		margin-bottom: 20px;
		font-size: 2.14285713rem;
	}
	#index_business .txt_box p {
		line-height: 1.5;
		font-size: 1.142857136rem;
	}


	#index_business .more:before {
		right: 0;
	}
}



/* index facility */
#index_facility {
	position: relative;
	margin-top: 60px;
}

#index_facility:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%; bottom: 0;
	width: 100%;
	min-width: 960px;
	height: 210px;
	margin-right: -480px;
	background: url(../img/index/bg_stripe01.png);
	z-index: -1000;
}
#index_facility > .inr {
	position: relative;
	width: 1240px;
	height: 420px;
	margin: 0 auto;
	z-index: 1000;
}
#index_facility > .inr:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	width: 860px;
	height: 390px;
	background: url(../img/index/facility_img.jpg) no-repeat;
	z-index: 0;
}
#index_facility > .inr:after {
	content: "";
	display: block;
	position: absolute;
	top: -24px; left: -24px;
	width: 38px;
	height: 38px;
	background: url(../img/index/cubu_01.png) no-repeat;
	z-index: 0;
}
#index_facility .txt_box {
	position: absolute;
	top: 20px; right: 0;
	width: 550px;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
}
#index_facility .txt_box .sub_title {
	position: absolute;
	top: 16px; right: 20px;
	line-height: 1;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	font-size: 3.57142855rem;
	color: #cbdff1;
	text-align: right;
}
#index_facility .txt_box h3 {
	margin-bottom: 20px;
	padding-bottom: 23px;
	line-height: 1;
	border-bottom: 1px solid #333;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	font-size: 2.85714284rem;
}
	#index_business .txt_box p {
	line-height: 1;
}
#index_facility .txt_box .inquiry_btn {
	margin-top: 20px;
}

@media screen and (max-width: 640px) {

	#index_facility {
		width: 100%;
		height: auto;
	}
	#index_facility:after {
		display: none;
	}
	#index_facility > .inr {
		width: 100%;
		height: auto;
	}
	#index_facility .txt_box {
		position: static;
		width: 100%;
		padding: 20px;
	}
	#index_facility > .inr:before {
		position: static;
		width: 100%;
		height: 160px;
		background: url(../img/index/facility_img.jpg) no-repeat center left;
		background-size: cover;
	}
	#index_facility .txt_box .sub_title {
		position: static;
		font-size: 2.14285713rem;
	}

	#index_facility > .inr:after {
		left:0;
	}
}


/* index map */
#index_map {
	display:flex;
	position: relative;
	width: 100%;
	min-width: 1240px;
	height: 455px;
	margin-top: 60px;
	z-index: 0;
}
#index_map:before {
	content: '';
	position: absolute;
	top: -30px;
	left: -10px;
	width: 120%;
	height: 70%;
	background: #cbdff1;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	z-index: -1;
}
#index_map #map_head {
	order: 2;
	width: 31%;
	box-sizing: border-box;
	padding-left: 40px;
}
#index_map #map_head .title_set {
	position: relative;
	width: 300px;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding: 42px 30px 35px;
	background: url(../img/index/bg_stripe02.png);

	background-color: rgba(0, 255, 222, 0.2);
	box-shadow: 7.071px 7.071px 4.75px 0.25px rgba(0, 0, 0, 0.1);
}
#index_map #map_head .title_set:before {
	content: "";
    display: block;
    position: absolute;
    top: -24px;
    left: -24px;
    width: 38px;
    height: 38px;
    background: url(../img/index/cubu_01.png) no-repeat;
    z-index: 0;
}
#index_map #map_head .title_set .sub_title {
	padding: 10px 20px 15px;
	line-height: 1;
	text-align: center;
	color: #555;
	font-weight: normal;
	font-size: 3.57142855rem;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	border: 1px solid #777;
}
#index_map #map_head .title_set h3 {
	margin: 45px 0 0;
	line-height: 1;
	color: #777;
	text-align: center;
	font-weight: normal;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	font-size: 2.14285713rem;
}
#index_map #map_head .title_set h3:before,
#index_map #map_head .title_set h3:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 1px;
	background: #777;
}
#index_map #map_head .title_set h3:before {
	margin-right: 20px;
}
#index_map #map_head .title_set h3:after {
	margin-left: 20px;
}

#index_map #map_body {
	order: 1;
	width: 69%;
}
#index_map #map_body iframe {
	width: 100%;
	height: 330px;
}


@media screen and (max-width: 640px) {
	#index_map {
		display: block;
		min-width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#index_map:before {
		display: none;
	}
	#index_map #map_head {
		width: 100%;
		height: auto;
		padding: 0;
	}
	#index_map #map_head .title_set:before {
		display: none;
	}
	#index_map #map_head .title_set {
		width: 100%;
		margin: 0;
		padding: 20px;
	}
	#index_map #map_head .title_set:before {
		display: none;
	}
	#index_map #map_head .title_set .sub_title {
		font-size: 2.14285713rem;
	}
	#index_map #map_head .title_set h3 {
		margin-top: 20px;
	}
	#index_map #map_head .inquiry_btn {
		margin: 20px;
	}
	#index_map #map_body {
		width: 100%;
		height: auto;
	}
}

/* index information */
#index_information {
	width: 900px;
	margin: 0 auto;
	margin-top: -50px;
}
#index_information h3 {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#index_information h3 img {
	width: 451px;
	height: 41px;
}
#index_information ul {
	border-top: 1px solid #ccc;
}
#index_information ul li {
	display: flex;
	padding: 23px 37px;
	border-bottom: 1px solid #ccc;
}
#index_information ul li time {
	line-height: 1;
	margin-right: 45px;
	font-weight: bold;
	font-size: 1.142857136rem;
}

@media screen and (max-width: 640px) {
	#index_information {
		margin-top: 30px;
		width: 100%;
	}
	#index_information h3 {
		width: auto;
		height: 30px;
		margin-bottom: 20px;
		padding: 20px;
	}
	#index_information h3 img {
		display: block;
		width: auto;
		height: 100%;
	}
	#index_information ul li {
		padding: 10px 20px;
	}
}

/* index contact */
#index_contact {
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 40px 0;
	background: url(../img/index/bg_stripe04.png);
	z-index: 0;
}
#index_contact .inr {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
}
#index_contact .title_set {
	display: table;
	position: relative;
	padding: 60px 20px 60px 60px;
	z-index: 2;
}
#index_contact .title_set .sub_title {
	display: table-cell;
	position: relative;
	padding: 24px 35px;
	line-height: 1;
	border: 1px solid #333;
	font-weight: normal;
	text-align: center;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	font-size: 3.57142855rem;
	letter-spacing: .15em;

}
#index_contact .title_set .sub_title:before {
	display: block;
	position: absolute;
	top: -60px; left: -60px;
	width: 420px;
	height: 220px;
	content: "";
	background: #cbdff1;
	z-index: -1;
}
#index_contact .title_set h3 {
	display: table-cell;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #333;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	font-size: 1.42857142rem;
	letter-spacing: .06em;
}
#index_contact #address {
	position: relative;
	margin-top: 60px;
	padding-right: 60px;
}
#index_contact #address:before {
	display: block;
	position: absolute;
	top: -60px; right: 0;
	width: 420px;
	height: 220px;
	content: "";
	background: #fff;
	z-index: -1;
}
#index_contact #address dl {
	display: flex;
	align-items: center;
}
#index_contact #address dl:first-of-type {
	margin-bottom: 20px;
}
#index_contact #address dt {
	width: 96px;
	margin-right: 20px;
	padding: 13px 0;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	font-style: 1.285714278rem;
	background: url(../img/index/bg_stripe01.png);
}
#index_contact #address dd {
	width: 164px;
	font-size: 1.42857142rem;
	letter-spacing: 0;
}
#index_contact #address dd .inquiry_btn a {
	width: 164px;
}

@media screen and (max-width: 640px) {
	#index_contact .inr {
		display: block;
		width: 100%;
	}
	#index_contact .title_set,
	#index_contact .title_set .sub_title,
	#index_contact .title_set h3 {
		display: block;
	}
	#index_contact .title_set {
		padding: 20px;
		background: #cbdff1;
	}
	#index_contact .title_set .sub_title {
		font-size: 2.14285713rem;
	}
	#index_contact .title_set h3 {
		width: auto;
	}
	#index_contact .title_set .sub_title:before,
	#index_contact #address:before {
		display: none;
	}
	#index_contact #address {
		margin-top: 0;
		padding: 20px;
		background: #fff;
	}
	#index_contact #address dd {
		width: 100%;
	}

	#index_contact #address .inquiry_btn {
		margin-top: 0;
	}
}

/**************************************************************
	アクセス
**************************************************************/
#access {}
/** .access
*****************************************************************/
#access .access_map {
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	#access .access_map iframe {
		width: 100%;
		height: 240px;
	}
}

/**************************************************************
	事業案内
**************************************************************/
#business {}



/**************************************************************
	設備案内
**************************************************************/
#facility {}

/** .facility_table
*****************************************************************/

.facility_table {
	width: 100%;
}
.facility_table th,
.facility_table td {
	padding: 20px;
	line-height: 1;
	box-sizing: border-box;
}
.facility_table th:first-child,
.facility_table td:first-child {
	width: 359px;
}
.facility_table th:nth-child(2),
.facility_table td:nth-child(2) {
	width: 369px;
}
.facility_table th {
	text-align: left;
	border: 2px solid #83c5d1;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 1.142857136rem;
	color: #fff;
	letter-spacing: .025em;
	background: #0c8ea5;
}
.facility_table td {
	border: 1px solid #ccc;
}
.facility_table td:last-child {
	text-align: right;
}
@media screen and (max-width: 640px) {
	.facility_table {
	}
	.facility_table thead {
		display: none;
	}
	.facility_table tbody {
		display: block;
	}
	.facility_table tbody tr {
		display: block;
	}
	.facility_table tbody td {
		display: list-item;
		width: calc(90vw - 60px);
		margin-left: 40px;
		padding: 10px;
		border: 0;
	}
	.facility_table tbody td:first-child {
		width: calc(90vw - 20px);
		margin-left: 0;
		list-style: none;
		font-weight: bold;
		background: #ccc;
	}
	.facility_table td:nth-child(2) {
		width: calc(90vw - 60px);
	}
	.facility_table td:last-child {
		text-align: left;
	}
	.facility_table tbody td:empty {
		display: none;
	}
}

/**************************************************************
	採用情報
**************************************************************/
#recruit {}

/** employee_voice
*****************************************************************/

.employee_voice h4 {
	padding: 10px;
	line-height: 1;
	border: 1px solid #333;
	font-weight: bold;
	font-size: 1.142857136rem;
	background: url(../img/bg_cross.png)
}

/* 質問 */
.employee_voice .qa_wrap {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
.employee_voice .qa_wrap .qa {
	width: 420px;
	padding: 20px 15px;
	box-sizing: border-box;
	background: #ecfffd;
}
.employee_voice .qa:not(:last-of-type) {
	margin-bottom: 20px;
}

.employee_voice .qa .question {
	font-weight: bold;
	font-size: 1.142857136rem;
}
.employee_voice .qa .question:before {
	display: inline-block;
	content: "Q:";
	font-size: 1.142857136rem;
}
@media screen and (max-width: 640px) {
	.employee_voice .qa_wrap {
		display: block;
	}
	.employee_voice .qa_wrap .qa {
		width: 100%;
	}
	.employee_voice .qa_left .qa:last-of-type {
		margin-bottom: 20px;

	}
}


/**************************************************************
	お問合わせ
**************************************************************/
#contact {}

#contact .wrap_content:nth-child(even) {
	background-color: #e3e6e8;
}

/* comment text */
#contact .contact_comment {
    margin: 20px 0;
	font-size: 1.142857136rem;
}
#contact .contact_comment .policy {
	font-size: 1rem;
}


/* table */
table.format_form {
	width: 100%;
	font-size: 0.875rem;
}
table.format_form tr {
}
table.format_form th,
table.format_form td {
	box-sizing: border-box;
	padding: 15px 0 12px;
}
table.format_form th {
    width: 200px;
	border-bottom: 2px solid #0025e0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 1.142857136rem;
}
table.format_form th .require {
	margin-left: 10px;
}
table.format_form td {
	padding-left: 12px;
	vertical-align: middle;
	border-bottom: 2px solid #f6f6f6;
}


table.format_form input,
table.format_form textarea {
	box-sizing: border-box;
}
table.format_form input[type=text],
table.format_form input[type=mail] {
	padding: 2px 10px;
	border: 1px solid #a2a7b8;
}
table.format_form label {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

table.format_form input[type=radio] {
	display: none;
}
table.format_form input[type=radio] + .radio-icon {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-color: #FFF;
	border: 1px solid #a2a7b8;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
table.format_form input[type=radio]:checked + .radio-icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background-color: #0a1333;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

table.format_form textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #CCC;
}
table.format_form .full { width: 87%;}
table.format_form .short { width: 50%;}

.sendmail_btn {
	height: 47px;
    padding: 30px 0 0;
	text-align: center;
}
input.submit_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	overflow: hidden;
	width: 172px;
	height: 0;
	margin: 0 auto;
    padding-top: 47px;
	border: none;
	background: url(../img/btn_submit.png) no-repeat center center;
	background-size: 172px 47px;
	cursor: pointer;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
input.submit_btn:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

@media screen and (max-width: 640px) {
	table.format_form {
	}
	table.format_form,
	table.format_form tbody,
	table.format_form tbody tr {
		display: block;
	}
	table.format_form th,
	table.format_form td {
		box-sizing: border-box;
		display: block;
		height: auto;
		padding: 0;
		border: none;
	}
	table.format_form th {
		width: 100%;
		padding-top: 20px;
	}
	table.format_form td {
		padding-top: 10px;
	}
	table.format_form td .short {
		width: 100%;
	}
	table.format_form td label {
		margin-top: 5px;
		margin-bottom: 5px;
	}

}

/* term */
#contact .term_box > p {
	line-height: 1.8;
}
#contact .contact_term {}
#contact .contact_term dt {
    margin-top: 25px;
    font-weight: bold;
	font-size: 1.285714278rem;
	color: #0088a1;
}
#contact .contact_term dd {
    margin-top: 5px;
}
#contact .contact_term dd p {
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
	#contact .contact_term dt {
		font-size: 1.142857136rem;
	}
}
