﻿@charset "UTF-8";
/*
STYLE for 株式会社コードダイナミクス（max-width : 767px）
author : k.iwamoto (an-zu)
update : 2019.10.19

#####################################
 1.	基本レイアウト設定
 2.	ヘッダー関連
 3.	フッター関連
 4.	共通パーツ
 5.	個別パーツ
 P.	印刷用記述
#####################################

※フォントサイズについて（デバイス幅320px基準）
10px → 3.125vw
11px → 3.4375vw
12px → 3.75vw
13px → 4.0625vw
14px → 4.375vw
15px → 4.6875vw
16px → 5vw

*/

/*==============================================================
	1.	基本レイアウト設定
==============================================================*/

html {
	font-size: 5vw;
}

body {
	background: #FFF;
	color: #333;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif ;
	zoom: 1;
	line-height: normal;
}

#pagetop {
	width: 100%;
	z-index: 1000;
	position: absolute;
}
#pagetop.fix {
	position: fixed;
	bottom: 0;
	}
	#pagetop p {
		margin: 0 auto;
		padding-right: 3.125vw;
		text-align: right;
		}
		#pagetop p a {
			display: inline-block;
			width: 12.5vw;
			height: 12.5vw;
			border-radius: 6.25vw;
			text-indent: -9999px;
			text-align: left;
			background: url("../img/ico_pagetop.png") no-repeat 50% 50% #ff2600;
			background-size: 100%;
		}

#toggle-sidebar {
	cursor: pointer;
	background: #ff2600;
	width: 12.5vw;
	height: 12.5vw;
	border-radius: 6.25vw;
	border: 2px solid #fff;
	box-sizing: border-box;
	position: fixed;
	right: 3.125vw;
	z-index: 1002;
	}
	#toggle-sidebar img {
		width: 100%;
		height: 100%;
	}

/*==============================================================
	2.	ヘッダー関連
==============================================================*/
header#global {
	width: 100%;
	height: 18.75vw;
	background: #fff;
	z-index: 1000;
	}
	header#global .inner {
		margin: 0 auto;
		padding: 3.125vw;
		overflow: hidden;
	}
	header#global h1 {
		display: none;
	}
	header#global #logo {
		float: left;
		width: 37.5vw;
		}
		header#global #logo a img {
			width: 37.5vw;
			height: auto;
		}
	header#global nav {
		width: 68.75vw;
		padding: 6.25vw;
		}
		header#global nav ul {
			margin-bottom: 6.25vw;
			}
			header#global nav ul li {
				margin-bottom: 3.125vw;
				}
				header#global nav ul li a {
					display: block;
					text-align: center;
					padding: 3.125vw;
					font-size: 4.375vw;
					line-height: 1.4em;
					text-decoration: none;
					color: #ccc;
					border: 1px solid #666;
					}
					header#global nav ul li a:link,
					header#global nav ul li a:hover,
					header#global nav ul li a:visited {
						text-decoration: none;
						color: #ccc;
					}
					header#global nav ul li a:hover {
					}
					header#global nav ul li a span {
						display: block;
						font-size: 3.75vw;
						font-family: Helvetica, Arial, "sans-serif";
						color: #ff2600;
						font-weight: normal;
					}
		header#global nav .btn_close {
			display: block;
			text-align: center;
			padding: 1.5625vw;
			font-size: 3.75vw;
			line-height: 1.4em;
			text-decoration: none;
			color: #ccc;
			border: 1px solid #666;
			}

/* アクティブ時 */
#index header#global nav ul li:nth-child(1) a { border: 1px solid #ff2600;}
#business header#global nav ul li:nth-child(2) a { border: 1px solid #ff2600;}
#company header#global nav ul li:nth-child(3) a { border: 1px solid #ff2600;}
#recruit header#global nav ul li:nth-child(4) a { border: 1px solid #ff2600;}
#contact header#global nav ul li:nth-child(5) a { border: 1px solid #ff2600;}

/* スライドメニュー */

.pushy {
	position: fixed;
	width: 68.75vw;
	height: 100%;
	top: 0;
	z-index: 1002;
	background: #000;
	box-sizing: border-box;
	overflow: scroll;
	visibility: hidden;
	-webkit-overflow-scrolling: touch;
}
.pushy::-webkit-scrollbar {
 display: none;
}
.pushy.pushy-left {
	left: 0;
}
.pushy.pushy-right {
	right: 0;
}
.pushy-left {
	-webkit-transform: translate3d(-100vw, 0, 0);
	-ms-transform: translate3d(-100vw, 0, 0);
	transform: translate3d(-100vw, 0, 0);
}
.pushy-open-left #contents, .pushy-open-left .push {
	-webkit-transform: translate3d(100vw, 0, 0);
	-ms-transform: translate3d(100vw, 0, 0);
	transform: translate3d(100vw, 0, 0);
}
.pushy-right {
	-webkit-transform: translate3d(68.75vw, 0, 0);
	-ms-transform: translate3d(68.75vw, 0, 0);
	transform: translate3d(68.75vw, 0, 0);
}
.pushy-open-right #contents, .pushy-open-right .push {
	-webkit-transform: translate3d(-68.75vw, 0, 0);
	-ms-transform: translate3d(-68.75vw, 0, 0);
	transform: translate3d(-68.75vw, 0, 0);
}
.pushy-open-left .pushy, .pushy-open-right .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* Menu Transitions */
#contents, .pushy, .push {
	transition: transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
	display: none;
}
.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	background-color: none;
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*==============================================================
	3.	フッター関連
==============================================================*/
footer {
	width: 100%;
	}
	footer .inner {
		padding: 3.125vw;
		overflow: hidden;
		background: #000;
	}
	footer .inner > ul {
		}
		footer .inner > ul > li {
			display: none;
			}
			footer .inner > ul > li:last-child {
				display: block;
				text-align: right;
			}
			footer .inner > ul > li a {
				}
				footer .inner > ul > li > a {
				}
				footer .inner > ul > li > ul > li {
					}
					footer .inner > ul > li > ul > li::before {
					}
			footer .inner > ul > li > a > img {
				width: 28.125vw;
				height: auto;
				}
	footer p {
		padding: 3.125vw 0 14vw;
		text-align: center;
		font-size: 2.8125vw;
		line-height: 1.4em;
		font-family: Helvetica, Arial, "sans-serif";
	}

/*==============================================================
	4.	共通パーツ
==============================================================*/

.pc {
	display: none;
}

a:link,
a:hover,
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}

a.link_ico {
	background: url("../img/ico_link.png") no-repeat right 30%;
	background-size: 3.75vw 4.375vw;
	padding-right: 6.25vw;
}
a.blank {
	background: url("../img/ico_blank.png") no-repeat right 20%;
	background-size: 4.6875vw 3.75vw;
	padding-right: 6.25vw;
}
a.btn_link {
	display: inline-block;
	background: url("../img/ico_link2.png") no-repeat right 3.125vw top 50% #ff2600;
	background-size: 3.75vw 4.375vw;
	line-height: 1em;
	padding: 1.875vw 10.9375vw 1.875vw 4.6875vw;
	color: #fff;
	text-decoration: none;
	border-radius: 4.6875vw;
}



.txt_red {
	color: #ff0000;
}
.txt_orange {
	color: #ff6600;
}
.txt_blue {
	color: #0067cc;
}

#contents_top,
#contents {
	padding-bottom: 15.625vw;
}

#contents header h2 {
	width: 100%;
	height: 23.4375vw;
	font-size: 5.625vw;
	line-height: 23.4375vw;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: url("../img/bg_main.png") no-repeat 50% 50% #000;
	background-size: cover;
}

.breadcrumbs {
	background: #f7f7f7;
	}
	.breadcrumbs ul {
		margin: 0 auto;
		overflow: hidden;
		font-size: 0;
		text-align: right;
		padding: 1.5625vw 3.125vw;
		}
		.breadcrumbs ul li {
			display: inline-block;
			padding-left: 1em;
			font-size: 2.8125vw;
			}
			.breadcrumbs ul li:before {
				content: "＞　";
				color: #ff2600;
			}
			.breadcrumbs ul li:nth-child(1) {
				padding-left: 0;
			}
			.breadcrumbs ul li:nth-child(1):before {
				content: "";
			}
.breadcrumbs.top { margin-bottom: 12.5vw;}

#contents section {
	margin-bottom: 6.25vw;
	padding: 0 3.125vw;
	overflow: hidden;
	font-size: 4.375vw;
	line-height: 2em;
	}
	#contents section .block {
		overflow: hidden;
		margin-bottom: 6.25vw;
	}
	#contents section .note {
		padding: 4.6875vw;
		background: #f7f7f7;
		border: 1px solid #eee;
	}

/* 下線付き見出し */
#contents section h2 {
	font-size: 5.625vw;
	line-height: 1.4em;
	padding-bottom: 2px;
	margin-bottom: 6.25vw;
	border-bottom: 2px solid #000;
	}
	#contents section h2 span {
		padding-bottom: 3.125vw;
		border-bottom: 1px solid #ff2600;
		display: block;
	}

/* 見出し */
#contents section .block h3 {
	font-size: 5vw;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	}
	#contents section .block h3 span {
		font-size: 4.375vw;
	}
#contents section .block p {
}

/* 箇条書きリスト */
#contents section .block ul {
	list-style-type: circle;
	padding-left: 2.5em;
	}
	#contents section ul li {
		}

/* 番号付きリスト */
#contents section .block ol {
	list-style-type: decimal;
	padding-left: 2.5em;
	}
	#contents section .block ol li {
	}

/* 説明リスト */
#contents section .block dl {
	}
	#contents section .block dl dt {
	}
	#contents section .block dl dd {
		padding-left: 2.5em;
	}


#contents section .block figure {
	margin: 0 auto 3.125vw;
	text-align: center;
}
#contents section .block figure.float_l {
	margin: 0 auto 3.125vw;
	text-align: center;
}
#contents section .block figure.float_r {
	margin: 0 auto 3.125vw;
	text-align: center;
}
#contents section .block figure img {
	max-width: 100%;
	height: auto;
}
#contents section .block figure figcaption {
	padding-top: 1.5625vw;
	font-size: 3.75vw;
	line-height: 1.4em;
	text-align: center;
}


/* テーブルパターン１（２列構成（左列見出し）のテーブル） */
#contents section .block table.table01 {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #666;
	border-top: none;
	box-sizing: border-box;
	}
	#contents section .block table.table01 tr {
		}
		#contents section .block table.table01 tr th {
			background: #f7f7f7;
			padding: 1.5625vw 3.125vw;
			border-top: 1px solid #666;
			font-weight: normal;
			display: block;
			width: 100%!important;
			box-sizing: border-box;
		}
		#contents section .block table.table01 tr td {
			background: #fff;
			padding: 1.5625vw 3.125vw;
			display: block;
			width: 100%;
			box-sizing: border-box;
		}
#contents section .block table.table01 caption {
	text-align: left;
}

/* テーブルパターン２（２列構成（左列見出し）以外のテーブル） */
#contents section .block.table_scroll {
	margin-bottom: 6.25vw;
	overflow-x: scroll;
	white-space: nowrap;
	box-sizing: border-box;
}

#contents section .block table.table02 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666;
	box-sizing: border-box;
}
	#contents section .block table.table02 tr {
		}
		#contents section .block table.table02 tr th{
			background: #f7f7f7;
			padding: 1.5625vw 3.125vw;
			border: 1px solid #666;
			font-weight: normal;
		}
		#contents section .block table.table02 tr td {
			background: #fff;
			padding: 1.5625vw 3.125vw;
			border: 1px solid #666;
		}
#contents section .block table.table02 caption {
	text-align: left;
}

/* テーブルパターン３（フォーム） */
#contents section .block table.form {
	}
	#contents section .block table.form tr {
		}
		#contents section .block table.form tr th {
			padding: 1.5625vw 3.125vw;
			text-align: left;
			vertical-align: top;
			overflow: hidden;
			}
			#contents section .block table.form tr th strong {
				float: right;
				font-size: 3.75vw;
				line-height: 1em;
				font-weight: normal;
				color: #fff;
				display: inline-block;
				background: #ff2600;
				padding: 0.9375vw 3.125vw;
				margin-top: 0.9375vw;
				border-radius: 3.125vw;
			}
		#contents section .block table.form tr td {
			padding: 3.125vw;
			overflow: hidden;
			}
			#contents section .block table.form tr td input[type="text"],
			#contents section .block table.form tr td input[type="tel"],
			#contents section .block table.form tr td input[type="email"] {
				font-size: 5vw;
				line-height: 1.4em;
				padding: 1.5625vw;
				display: block;
				border: 1px solid #999;
				margin-bottom: 10px;
			}
			#contents section .block table.form tr td p.error {
				display: none;
			}

		#contents section .block table.form tr td label {
			margin-right: 10px;
		}
		#contents section .block table.form tr td input[type="radio"] {
			margin-right: 5px;
		}

		#contents section .block table.form tr td input[name="zipcode"],
		#contents section .block table.form tr td input[name="prefectures"],
		#contents section .block table.form tr td input[name="recruit_zipcode"],
		#contents section .block table.form tr td input[name="recruit_prefectures"] {
			-webkit-appearance:none;
			border-radius: 0;
			width: 50%;
			box-sizing: border-box;
		}
		#contents section .block table.form tr td input[name="name"],
		#contents section .block table.form tr td input[name="add1"],
		#contents section .block table.form tr td input[name="add2"],
		#contents section .block table.form tr td input[name="add3"],
		#contents section .block table.form tr td input[name="tel1"],
		#contents section .block table.form tr td input[name="tel2"],
		#contents section .block table.form tr td input[name="fax"],
		#contents section .block table.form tr td input[name="mail1"],
		#contents section .block table.form tr td input[name="mail2"],
		#contents section .block table.form tr td input[name="recruit_name"],
		#contents section .block table.form tr td input[name="recruit_add1"],
		#contents section .block table.form tr td input[name="recruit_add2"],
		#contents section .block table.form tr td input[name="recruit_tel1"],
		#contents section .block table.form tr td input[name="recruit_tel2"],
		#contents section .block table.form tr td input[name="recruit_fax"],
		#contents section .block table.form tr td input[name="recruit_mail1"],
		#contents section .block table.form tr td input[name="recruit_mail2"],{
			-webkit-appearance:none;
			border-radius: 0;
			width: 100%;
			box-sizing: border-box;
		}
		#contents section .block table.form tr td textarea[name="kibou"],
		#contents section .block table.form tr td textarea[name="message"],
		#contents section .block table.form tr td textarea[name="recruit_message"]{
			-webkit-appearance:none;
			border-radius: 0;
			width: 100%;
			box-sizing: border-box;
			font-size: 5vw;
			line-height: 1.4em;
			padding: 1.5625vw;
			height: 10em;
			border: 1px solid #999;
		}

		#contents section .block table.form tr td input[name="zipcode"],
		#contents section .block table.form tr td input[name="recruit_zipcode"] {
			float: left;
			margin-right: 10px;
		}
		#contents section .block table.form tr td input[name="prefectures"],
		#contents section .block table.form tr td input[name="recruit_prefectures"] {
			clear: left;
		}

		#contents section .block table.form tr td input[name="zipcodeBtn"] {
			-webkit-appearance:none;
			font-size: 5vw;
			line-height: 1.4em;
			padding: 1.5625vw 4.6875vw;
			display: block;
			border: 1px solid #999;
			background: #ddd;
			border-radius: 6.25vw;
		}
		#contents section .block table.form tr td input[type="file"] {
			-webkit-appearance:none;
			font-size: 4.375vw;
			line-height: 1.4em;
			padding: 1.5625vw 3.125vw;
			display: block;
			border: 1px solid #999;
			background: #ddd;
			border-radius: 6.25vw;
			width: 100%;
			box-sizing: border-box;
		}


/* エラー表示 */
		#contents section .block table.form tr.error th {
		}
		#contents section .block table.form tr.error td {
			background: #fdd;
			}
			#contents section .block table.form tr.error td p.error {
				display: block;
				color: #ff2600;
			}

.btn_area {
	text-align: center;
	padding-top: 6.25vw;
	}
	.btn_area .btn_submit {
		-webkit-appearance:none;
		font-size: 5vw;
		line-height: 12.5vw;
		line-height: 1.4em;
		text-decoration: none;
		color: #fff;
		background: #ff2600;
		display: inline-block;
		width: 100%;
		height: 12.5vw;
		padding: 0;
		margin: 0 auto 6.25vw;
		border-radius: 6.25vw;
		border: none;
		border-bottom: 0.625vw solid #ccc;
		box-sizing: border-box;
		cursor: pointer;
		}
	.btn_area .btn_back {
		-webkit-appearance:none;
		font-size: 5vw;
		line-height: 12.5vw;
		line-height: 1.4em;
		text-decoration: none;
		color: #fff;
		background: #999;
		display: inline-block;
		width: 60%;
		height: 12.5vw;
		padding: 0;
		margin: 0 auto 6.25vw;
		border-radius: 6.25vw;
		border: none;
		border-bottom: 0.625vw solid #ccc;
		box-sizing: border-box;
		cursor: pointer;
		}

	.btn_area a.btn_submit {
		font-size: 5vw;
		line-height: 12.5vw;
		text-decoration: none;
		color: #fff;
		background: #ff2600;
		display: inline-block;
		width: 100%;
		height: 12.5vw;
		padding: 0;
		margin: 0 auto 6.25vw;
		border-radius: 6.25vw;
		border: none;
		border-bottom: 0.625vw solid #ccc;
		box-sizing: border-box;
		cursor: pointer;
		}



/*==============================================================
	5.	個別パーツ
==============================================================*/

/* トップページ */
#top_main {
	width: 100%;
	}
	#top_main .inner {
		width: 100%;
		height: 118.75vw;
		background: url("../img/bg_main.png") no-repeat 50% 50%;
		background-size: cover;
		}
		#top_main .inner h2 {
			height: 28.125vw;
			padding-top: 7vw;
			text-align: center;
			font-size: 5.625vw;
			line-height: 1.4em;
			color: #fff;
			box-sizing: border-box;
		}
		#top_main .inner ul {
			width: 81.25vw;
			margin: 0 auto;
			overflow: hidden;
			}
			#top_main .inner ul li {
				width: 35.9375vw;
				margin: 0 9.375vw 9.375vw 0;
				float: left;
			}
			#top_main .inner ul li:nth-child(2n) {
				margin-right: 0;
				}
				#top_main .inner ul li a {
					display: block;
					width: 35.9375vw;
					height: 35.9375vw;
					background: #ff2600;
					border-radius: 18vw;
					overflow: hidden;
					}
					/*#top_main .inner ul li a:hover {
						transform: translateY(-5px);
						box-shadow: 0 5px 8px rgba(0,0,0,0.4);
					}*/
					#top_main .inner ul li a img {
						width: 100%;
						height: 100%;
					}
				#top_main .inner ul li p {
					display: none;
				}

#pickup .inner {
	width: 93.75vw;
	margin: 0 auto;
	padding: 6.25vw 0;
	}
	#pickup .inner ul {
		overflow: hidden;
		}
		#pickup .inner ul li {
			width: 29vw;
			float: left;
			margin-right: 3.125vw;
		}
		#pickup .inner ul li:last-child {
			margin-right: 0;
			}
			#pickup .inner ul li a {
				display: block;
				overflow: hidden;
				color: #000;
				text-decoration: none;
				text-align: center;
				}
				#pickup .inner ul li a img {
					width: 29vw;
					height: 29vw;
					border-radius: 15vw;
					display: block;
					margin: 0 auto 3.125vw;
				}
				#pickup .inner ul li a h3 {
					font-size: 3.4375vw;
					line-height: 1.4em;
					font-weight: normal;
					text-align: center!important;
				}
				#pickup .inner ul li a p {
					display: none;
				}

#top_info {
	width: 100%;
	padding: 6.25vw 0;
	background: #f7f7f7;
	}
	#top_info .inner {
		width: 93.75vw;
		margin: 0 auto;
		}
		#top_info .inner h2 {
			font-size: 5.625vw;
			line-height: 1.4em;
			font-weight: normal;
			text-align: center;
			}
			#top_info .inner h2 span {
				display: block;
				font-size: 3.75vw;
				line-height: 1.8em;
				color: #ff2600;
				font-family: Helvetica, Arial, "sans-serif";
				margin-bottom: 6vw;
			}
		#top_info .inner dl {
			overflow: hidden;
			margin-bottom: -12.5vw;
			}
			#top_info .inner dl dt {
				font-size: 3.75vw;
				line-height: 1.8em;
				color: #ff2600;
				margin: 0 0 3.125vw 0;
				overflow: hidden;
				}
				#top_info .inner dl dt span {
					display: inline-block;
					background: #fff;
					width: 10em;
					font-size: 3.75vw;
					line-height: 1.8em;
					text-align: center;
					padding: 0.3125vw 0 0;
					color: #000;
					float: right;
					border: 1px solid #ccc;
				}
			#top_info .inner dl dd {
				font-size: 4.375vw;
				line-height: 1.6em;
				padding-bottom: 6.25vw;
				margin-bottom: 6.25vw;
				border-bottom: 1px solid #ccc;
			}
			#top_info .inner dl dd:last-child {
				border: none;
			}

/* 業務内容 メニューボタン */
.menu_business ul {
	width: 81.25vw;
	margin: 0 auto 15.625vw;
	overflow: hidden;
	padding-left: 0!important;
	list-style-type: none;
	}
	.menu_business ul li {
		width: 35.9375vw;
		margin: 0 9.375vw 9.375vw 0;
		text-indent: 0;
		padding: 0;
		float: left;
	}
	.menu_business ul li:nth-child(2n) {
		margin-right: 0;
		}
		.menu_business ul li a {
			display: block;
			width: 35.9375vw;
			height: 35.9375vw;
			background: #ff2600;
			border-radius: 18vw;
			overflow: hidden;
			}
			.menu_business ul li a img {
				width: 100%;
				height: 100%;
			}
		.menu_business ul li p {
			padding-top: 3.125vw;
			font-size: 3.75vw;
			line-height: 1.6em;
			text-align: center;
		}


/* 業務内容 */
ul.list_app {
	overflow: hidden;
	list-style: none!important;
	padding: 0!important;
	}
	ul.list_app li {
		float: left;
		margin: 0 0 6.25vw 0!important;
		padding: 0 3.125vw!important;
		width: 31.25vw;
		font-size: 3.75vw;
		line-height: 1.4em;
		text-align: center;
		box-sizing: border-box;
		}
		ul.list_app li a {
			display: block;
			}
			ul.list_app li a img {
				display: block;
				width: 25vw;
				height: auto;
				border-radius: 6.5vw;
				margin: 0 auto 3.125vw;
			}


/* 送信確認・完了画面 */
	#contents section .contact_message,
	#contents section .thanks_message {
		margin-bottom: 20px;
		text-align: center;
		}
	#contents section .thanks_message {
		padding: 50px 0 20px;
		}
		#contents section .contact_message p,
		#contents section .thanks_message p {
			font-size: 16px;
		}
		#contents section .thanks_message p strong {
			display: inline-block;
			font-size: 24px;
			margin-bottom: 1em;
		}

/* 各コンテンツトップ メニューボタン */
.menu_list ul {
	width: 93.75vw;
	margin: 0 auto 15.625vw;
	padding-left: 0!important;
	overflow: hidden;
	list-style-type: none!important;
	}
	.menu_list ul li {
		width: 93.75vw;
		margin: 0 0 3.125vw 0;
		padding: 0;
		text-indent: 0;
		border: 1.5625vw solid #eee;
		box-sizing: border-box;
		float: left;
		font-size: 5.625vw;
		line-height: 1.4em;
		}
	.menu_list ul li a {
		display: flex;
		padding: 4.6875vw 4.6875vw 4.6875vw 6.25vw;
		border: 1px solid #ccc;
		background: #fff;
		text-align: left;
		align-items: center;
		justify-content: space-between;
		text-decoration: none;
		}
		.menu_list ul li a:hover {
		}
		.menu_list ul li a figure {
			display: block;
			width: 18.75vw;
			height: 18.75vw;
			background: #ff2600;
			border: 1px solid #ff2600;
			border-radius: 10vw;
			box-sizing: border-box;
			text-align: right;
			overflow: hidden;
			}
			.menu_list ul li a figure img {
				width: 100%;
				height: 100%;
			}

/* 社長メッセージ */
h2.title_message {
	font-size: 5.625vw!important;
	border: none!important;
	font-weight: normal;
}

/* 企業情報 */
dl.list_history {
	overflow: hidden;
	}
	dl.list_history dt {
	}
	dl.list_history dd {
	}

/* アクセス */
.googlemap {
	width: 100%;
	height: 93.75vw;
	border: 1px solid #666;
	box-sizing: border-box;
	margin-bottom: 10px;
}

dl.access_how {
	overflow: hidden;
	}
	dl.access_how dt {
		clear: left;
		float: left;
		width: 4em;
	}
	dl.access_how dd {
		margin-left: 4em;
		padding: 0!important;
	}

/* 社員インタビュー */
.interview {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15.625vw!important;
	}
	.interview h2 {
		border: none!important;
		font-size: 9.375vw!important;
		line-height: 1.4em!important;
		font-weight: normal;
		margin: 0!important;
		padding: 0!important;
	}
	.interview h3 {
		color: #ff2600;
		font-size: 5vw;
		font-weight: normal;
		margin: 0 0 1.5625vw!important;
		padding: 0!important;
		}
		.interview h3::before {
			content: "// ";
		}
	.interview p {
		margin: 0 0 12.5vw;
	}

/* 面接の内容 */
.employment_step {
	margin-bottom: 6.25vw;
	}
	.employment_step ul {
		overflow: hidden;
		}
		.employment_step ul li {
			width: 62.5vw;
			height: 62.5vw;
			float: left;
			background: url("../img/recruit/ico_next1.png") no-repeat right bottom;
			background-size: 6.25vw auto;
			margin-bottom: 6.25vw;
			}
			.employment_step ul li:nth-child(2) {
			float: right;
			background: url("../img/recruit/ico_next2.png") no-repeat left bottom;
			}
			.employment_step ul li:nth-child(3) {
				padding-right: 0;
				background: none;
			}
			.employment_step ul li p {
				display: table-cell;
				width: 62.5vw;
				height: 62.5vw;
				border-radius: 35vw;
				text-align: center;
				vertical-align: middle;
				font-size: 6.25vw;
				line-height: 1.4em;
				color: #fff;
			}
			.employment_step ul li:nth-child(1) p {
				background: url("../img/recruit/img01.png") no-repeat;
				background-size: 62.5vw;
			}
			.employment_step ul li:nth-child(2) p {
				background: url("../img/recruit/img02.png") no-repeat;
				background-size: 62.5vw;
			}
			.employment_step ul li:nth-child(3) p {
				background: url("../img/recruit/img03.png") no-repeat;
				background-size: 62.5vw;
			}

/* 個人情報保護表示エリア */
.privacy_box {
	padding: 6.25vw;
	border: 1px solid #ccc;
	/*height: 100vw;
	overflow-y: scroll!important;*/
}
#contents section .block.privacy_box dl {
	}
	#contents section .block.privacy_box dl dt {
		font-weight: bold;
	}
	#contents section .block.privacy_box dl dd {
		padding-left: 0;
		margin-bottom: 1em;
	}

/* お問い合わせ各メニュー */
.contact_menu {
}
	.contact_menu ul {
		overflow: hidden;
		padding-top: 9.375vw;
		}
		.contact_menu ul li {
			box-sizing: border-box;
			border: 1px solid #ccc;
			position: relative;
			text-align: center;
			margin-bottom: 15.625vw;
			padding: 0 6.25vw 6.25vw;
			}
			.contact_menu ul li .contact_ico {
				width: 18.75vw;
				height: 18.75vw;
				margin: -9.375vw auto 3.125vw;
				background: #ff2600;
				border-radius: 10vw;
			}
			.contact_menu ul li .contact_ico img {
				width: 100%;
				height: 100%;
			}
			.contact_menu ul li h3 {
				font-size: 5.625vw;
				font-weight: normal;
				margin-bottom: 3.125vw;
			}
			.contact_menu ul li p {
				font-size: 5vw;
			}
			.contact_menu ul li p strong.tel_num {
				font-size: 10vw;
				font-family: Arial, Helvetica, "sans-serif";
			}
			.contact_menu ul li p strong.tel_num a {
				display: inline-block;
				border: 1px solid #ff2600;
				padding: 2vw 5vw;
				border-radius: 10vw;
				text-decoration: none;
			}
			.contact_menu ul li p span {
				font-size: 3.75vw;
			}
			.contact_menu ul li p a.btn {
				display: inline-block;
				background: #ff2600;
				font-size: 5vw;
				line-height: 15.625vw;
				margin: 0;
				width: 100%;
				box-sizing: border-box;
				color: #fff;
				text-decoration: none;
				border-radius: 8vw;
			}
