@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
html {
	overflow-y: scroll;
}

fieldset, img {
	border: none;
	vertical-align: top;
}

ul, ol {
	list-style-type: none;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

caption, th {
	text-align: left;
}

a {
	outline: none;
}

/*-----------------------------------------------------------
		余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
		その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@-webkit-keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
* {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

:root {
	color: #231815;
	font-size: 10px;
}

body {
	color: #231815;
	line-height: 1.5;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	word-wrap: break-word;
	font-weight: 400;
}
@media (max-width: 995px) {
	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 3.75vw;
	}
}

/*
	Thin	100
	Light	300
	DemiLight	350
	Regular	400 Default
	Medium	500
	Bold	700
	Black	900
*/
.regular {
	font-weight: 400;
}

.mudium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 900;
}

.ker {
	letter-spacing: -0.5em;
}

.ker_ten {
	letter-spacing: -0.25em;
}

@media (max-width: 995px) {
	#colorbox, #colorbox * {
		max-height: none;
	}

	#gnavi, #gnavi * {
		max-height: none;
	}

	img {
		max-height: none;
		max-width: 100%;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	color: #231815;
}
@media (min-width: 1270px) {
	a:hover {
		color: #231815;
		text-decoration: underline;
	}
	a:visited {
		color: #231815;
	}
	a:active {
		text-decoration: none;
	}
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=search], textarea, select {
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 0px;
}

select {
	max-width: 100%;
	height: 2.6em;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: 1px solid #ddd;
	background: #fff url(../img/arrow.svg) right center no-repeat;
	background-size: auto 100%;
}

select::-ms-expand {
	display: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=submit], [type=number], [type=search], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, [type=search]:focus, textarea:focus {
	background: #fff;
	border: 1px solid #aaa;
}

input[type=checkbox] {
	display: none;
}

[type=checkbox] + .mwform-checkbox-field-text:before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.5em;
	background: #f9f9f9;
	border: 1px solid #3589B7;
	vertical-align: middle;
}

[type=checkbox]:checked + .mwform-checkbox-field-text:before {
	content: "\2713";
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	text-indent: -0.1em;
	color: #000;
}

input[type=radio] {
	vertical-align: middle;
}

input[type=radio] + label {
	margin-left: 5px;
}

:placeholder-shown {
	color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #BABABA;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	-webkit-box-shadow: 9999px 0 0 -5px #fff;
	box-shadow: 9999px 0 0 -5px #fff;
	-webkit-animation: dotPulse 1.5s infinite linear;
	animation: dotPulse 1.5s infinite linear;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}
.dot-pulse::before, .dot-pulse::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
}
.dot-pulse::before {
	-webkit-box-shadow: 9984px 0 0 -5px #fff;
	box-shadow: 9984px 0 0 -5px #fff;
	-webkit-animation: dotPulseBefore 1.5s infinite linear;
	animation: dotPulseBefore 1.5s infinite linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.dot-pulse::after {
	-webkit-box-shadow: 10014px 0 0 -5px #fff;
	box-shadow: 10014px 0 0 -5px #fff;
	-webkit-animation: dotPulseAfter 1.5s infinite linear;
	animation: dotPulseAfter 1.5s infinite linear;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

@-webkit-keyframes dotPulseBefore {
	0% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9984px 0 0 2px #fff;
		box-shadow: 9984px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
}

@keyframes dotPulseBefore {
	0% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9984px 0 0 2px #fff;
		box-shadow: 9984px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9984px 0 0 -5px #fff;
		box-shadow: 9984px 0 0 -5px #fff;
	}
}
@-webkit-keyframes dotPulse {
	0% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9999px 0 0 2px #fff;
		box-shadow: 9999px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
}
@keyframes dotPulse {
	0% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 9999px 0 0 2px #fff;
		box-shadow: 9999px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 9999px 0 0 -5px #fff;
		box-shadow: 9999px 0 0 -5px #fff;
	}
}
@-webkit-keyframes dotPulseAfter {
	0% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 10014px 0 0 2px #fff;
		box-shadow: 10014px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
}
@keyframes dotPulseAfter {
	0% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
	30% {
		-webkit-box-shadow: 10014px 0 0 2px #fff;
		box-shadow: 10014px 0 0 2px #fff;
	}
	60%,
	100% {
		-webkit-box-shadow: 10014px 0 0 -5px #fff;
		box-shadow: 10014px 0 0 -5px #fff;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
		基本レイアウト
-----------------------------------------------------------*/
body {
	overflow-x: hidden;
}

.wrap {
	position: relative;
	max-width: 1140px;
	margin: 0px auto;
}
@media (max-width: 1269px) {
	.wrap {
		width: auto;
		margin: 0px 30px;
	}
}
@media (max-width: 767px) {
	.wrap {
		margin: 0px 7vw;
	}
}

@media (min-width: 1270px) {
	.tb {
		display: none;
	}
}
@media (max-width: 1269px) {
	.tb {
		display: none;
	}
}

@media (max-width: 767px) {
	.sp {
		display: none;
	}
}

@media (min-width: 768px) {
	.pc {
		display: none !important;
	}
}
/*----------------------- header --------------------------*/
header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
@media (min-width: 1270px) {
	header {
		height: 80px;
	}
}
@media (max-width: 1269px) {
	header {
		height: 80px;
	}
}
@media (max-width: 995px) {
	header {
		height: 80px;
		position: fixed;
	}
}
@media (max-width: 767px) {
	header {
		height: 80px;
		position: fixed;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
header.ippo {
	background: #fff;
}
@media (min-width: 1270px) {
	header.ippo {
		position: fixed;
	}
}
@media (max-width: 1269px) {
	header.ippo {
		position: fixed;
	}
}
header .logo {
	padding: 2px 25px;
}
@media (max-width: 1269px) {
	header .logo {
		padding: 10px 25px;
	}
}
header .logo a {
	display: inline-block;
}
@media (min-width: 1270px) {
	header .logo a {
		padding: 8px 0;
	}
}
@media (min-width: 1270px) {
	header .logo img {
		width: 60px;
	}
}
@media (max-width: 767px) {
	header .logo {
		padding: 8px;
	}
	header .logo img {
		width: 70%;
	}
}
header #gnavi {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 1270px) {
	header #gnavi {
		display: block;
	}
}
@media (max-width: 1269px) {
	header #gnavi {
		display: none;
		top: 80px;
		left: 0px;
		right: 0px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		overflow: auto;
		background: #019007;
	}
}
@media (max-width: 995px) {
	header #gnavi {
		position: fixed;
	}
}
@media (max-width: 767px) {
	header #gnavi {
		top: 80px;
		bottom: 0px;
	}
}
header #gnavi > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1269px) {
	header #gnavi > ul {
		display: block;
	}
}
@media (max-width: 995px) {
	header #gnavi > ul {
		display: block;
	}
}
header #gnavi > ul > li {
	position: relative;
}
header #gnavi > ul > li > a {
	color: #000;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 80px;
	width: 150px;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font-weight: 700;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1269px) {
	header #gnavi > ul > li > a {
		display: block;
		width: auto;
		height: auto;
		padding: 1.2em 2em;
		text-align: left;
		font-size: 2.2rem;
	}
}
@media (max-width: 995px) {
	header #gnavi > ul > li > a {
		display: block;
		width: auto;
		height: auto;
		padding: 1.2em 2em;
		text-align: left;
		font-size: 2.2rem;
		color: #fff;
	}
}
@media (max-width: 767px) {
	header #gnavi > ul > li > a {
		padding: 1.2em 1.5em;
		font-size: 5.6vw;
	}
}
header #gnavi > ul > li > a:before, header #gnavi > ul > li > a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
header #gnavi > ul > li > a:after {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 100%;
	background: #019007;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1270px) {
	header #gnavi > ul > li > a:hover {
		color: #fff;
	}
	header #gnavi > ul > li > a:hover:after {
		bottom: 0px;
	}
}
header #gnavi > ul > li .tip_en {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
}
@media (max-width: 1269px) {
	header #gnavi > ul > li .tip_en {
		font-size: 1.8rem;
	}
}
@media (max-width: 767px) {
	header #gnavi > ul > li .tip_en {
		font-size: 1.6rem;
	}
}
header #gnavi > ul > li .tip_en:before {
	display: block;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 4px;
	content: "Message";
}
@media (max-width: 1269px) {
	header #gnavi > ul > li .tip_en:before {
		font-size: 3.2rem;
	}
}
@media (max-width: 767px) {
	header #gnavi > ul > li .tip_en:before {
		font-size: 2.4rem;
	}
}
header #gnavi > ul > li:first-child:after {
	display: none;
}
header #gnavi > ul > li:first-child .tip_en:before {
	content: "About";
}
header #gnavi > ul > li:nth-child(odd) > a:after {
	background: #019007;
}
header #gnavi > ul > li:nth-child(2) .tip_en:before {
	content: "RECRUIT";
}
header #gnavi > ul > li:nth-child(3) .tip_en:before {
	content: "3代目×4代目";
}
header #gnavi > ul > li:nth-child(4) .tip_en:before {
	content: "Interviews";
}
header #gnavi > ul > li:nth-child(5) .tip_en:before {
	content: "Requirement";
}
header #gnavi > ul > li:nth-child(6) .tip_en:before {
	content: "Entry";
}
header #gnavi > ul > li:last-child:after {
	display: none;
}
header #gnavi > ul > li:last-child a {
	border: 1px solid #019007;
	color: #fff;
}
@media (max-width: 1269px) {
	header #gnavi > ul > li:last-child a {
		background: #019007;
	}
}
header #gnavi > ul > li:last-child a .icon {
	padding-left: 30px;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2020%2012%22%20style%3D%22enable-background%3Anew%200%200%2020%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19%2C1v10H1V1H19%20M20%2C0H0v12h20V0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M17.4%2C1L10%2C7.7L2.6%2C1H17.4%20M20%2C0H0l10%2C9L20%2C0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: left center;
	background-repeat: no-repeat;
}
header #gnavi > ul > li:last-child a:before {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -2;
	background: #019007;
}
header #gnavi > ul > li:last-child a:after {
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	background: #fff;
}
@media (min-width: 1270px) {
	header #gnavi > ul > li:last-child a:hover {
		color: #019007;
	}
	header #gnavi > ul > li:last-child a:hover .icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2020%2012%22%20style%3D%22enable-background%3Anew%200%200%2020%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234eaa4e%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19%2C1v10H1V1H19%20M20%2C0H0v12h20V0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M17.4%2C1L10%2C7.7L2.6%2C1H17.4%20M20%2C0H0l10%2C9L20%2C0L20%2C0z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	}
	header #gnavi > ul > li:last-child a:hover:after {
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
	}
}
header .menu {
	display: none;
	position: absolute;
	right: 30px;
	top: 16px;
	width: 32px;
	height: 28px;
	z-index: 3000;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1269px) {
	header .menu {
		display: block;
		top: 26px;
	}
}
@media (max-width: 995px) {
	header .menu {
		top: 16px;
	}
}
@media (max-width: 767px) {
	header .menu {
		right: 24px;
		top: 20px;
		width: 28px;
		height: 22px;
		z-index: 5000;
	}
}
header .menu:after {
	color: #019007;
	white-space: nowrap;
	content: "MENU";
	display: block;
	vertical-align: middle;
	background-size: contain;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 1269px) {
	header .menu:after {
		font-size: 1.4vw;
		line-height: 1;
		bottom: -36px;
		display: none;
	}
}
@media (max-width: 995px) {
	header .menu:after {
		display: block;
		bottom: -24px;
	}
}
@media (max-width: 767px) {
	header .menu:after {
		font-size: 3.2vw;
	}
}
header .menu span {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #019007;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	header .menu span {
		height: 3px;
	}
}
header .menu span:nth-of-type(1) {
	top: 0px;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
header .menu span:nth-of-type(2) {
	top: 12px;
	-webkit-transition: all .25s .25s;
	-o-transition: all .25s .25s;
	transition: all .25s .25s;
	opacity: 1;
}
@media (max-width: 767px) {
	header .menu span:nth-of-type(2) {
		top: 9px;
	}
}
header .menu span:nth-of-type(3) {
	bottom: 0px;
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
header .menu.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
header .menu.active span:nth-of-type(2) {
	opacity: 0;
}
header .menu.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}

#page_error header,
#page_confirm header,
#page_complete header {
	background: #019007;
}

@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
		transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
		transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
}
@media (max-width: 767px) {
	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(9px) rotate(0);
			transform: translateY(9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(9px) rotate(0);
			transform: translateY(9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(9px) rotate(0);
			transform: translateY(9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
		}
	}
	@keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(9px) rotate(0);
			transform: translateY(9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
		}
	}
	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
		}
	}
	@keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
		}
	}
}
/*----------------------- content --------------------------*/
article {
	position: relative;
	padding-top: 80px;
	/*
	h2 {
		display: flex;
		@include for-pc() {
			justify-content: flex-start;
			align-items: center;
			padding-top: 40px;
			margin-bottom: 40px;
		}
		@include for-pcmd() {
			justify-content: flex-start;
			align-items: center;
		}
		@include for-tb() {
			justify-content: flex-start;
			align-items: center;
		}
		@include for-sp() {
			padding-top: 24px;
			margin-bottom: 24px;
			flex-direction: column;
			align-items: flex-start;
		}
		.en {
			display: block;
			font-size: 1.8rem;
			font-family: $FONT-MINCHO;
			font-weight: 400;
			letter-spacing: 0.75em;
			@include for-sp() {
				font-size: 4.8vw;
				letter-spacing: 0.32em;
			}
		}
		.title {
			color: $c;
			font-size: 4.8rem;
			font-weight: 900;
			letter-spacing: 0.1em;
			margin-right: .8em;
			@include for-tb() {
			}
			@include for-sp() {
				margin-right: 0;
				font-size: 8.8vw;
			}
		}
	}
	*/
}
@media (max-width: 767px) {
	article {
		padding-top: 80px;
	}
}

.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5000;
	background: #019007;
}
.loading .loadbox {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------------------- footer --------------------------*/
.pagetop {
	position: fixed;
	right: 50px;
	bottom: 56px;
}
@media (max-width: 1269px) {
	.pagetop {
		bottom: 50px;
	}
}
@media (max-width: 767px) {
	.pagetop {
		right: 5vw;
		bottom: 5vw;
	}
	.pagetop img {
		width: 15vw;
	}
}

footer {
	padding: 1.0em 2em;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 1269px) {
	footer {
		display: block;
		text-align: center;
	}
}
footer .one {
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 995px) {
	footer .one {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
footer .name {
	padding: 18px 0 18px 74px;
	line-height: 1.3;
	text-align: left;
	position: relative;
}
@media (max-width: 995px) {
	footer .name {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	footer .name {
		text-align: center;
	}
}
footer .name:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 354px;
	height: 60px;
	background: url("../img/flogo.png") left center/contain no-repeat;
}
@media (min-width: 1270px) {
	footer .name:before {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 1269px) {
	footer .name:before {
		width: 240px;
		height: 40px;
		margin: 0 auto 8px;
	}
}
footer .name p {
	font-weight: 700;
	font-size: 2.6rem;
}
@media (max-width: 995px) {
	footer .name p {
		font-size: 3.2vw;
		margin-bottom: 0.6em;
	}
}
@media (max-width: 767px) {
	footer .name p {
		font-size: 5.6vw;
		margin-bottom: 0.6em;
	}
}
footer .name address {
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	footer .name address {
		font-size: 4.2vw;
	}
}
footer .ul_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 1270px) {
	footer .ul_btn {
		margin-left: 16px;
	}
}
@media (max-width: 995px) {
	footer .ul_btn {
		margin: 24px auto;
	}
}
footer .ul_btn > li {
	margin: 0 8px;
}
footer .copy {
	font-size: 1.4rem;
	text-align: center;
}
@media (max-width: 1269px) {
	footer .copy {
		text-align: center;
		padding-top: 1.5em;
	}
}
@media (max-width: 767px) {
	footer .copy {
		font-size: 3.25vw;
	}
}

/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*:first-child + html .clearfix {
	zoom: 1;
}

@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
.ul_table > li > dl {
	display: table;
}
.ul_table > li > dl > dt, .ul_table > li > dl > dd {
	display: table-cell;
	vertical-align: top;
}

/*-----------------------------------------------------------
	 recruit
-----------------------------------------------------------*/
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
#key {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
}
#key .wrap {
	height: 700px;
}
@media (max-width: 995px) {
	#key .wrap {
		height: 500px;
	}
}
@media (max-width: 767px) {
	#key .wrap {
		height: 320px;
	}
}
#key .obj1 {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 500;
}
@media (max-width: 767px) {
	#key .obj1 {
		width: 20%;
		right: 0;
		bottom: 32px;
	}
	#key .obj1 img {
		width: 100%;
	}
}
#key .scroll {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	margin-left: -52px;
	-webkit-animation: scroll 2s infinite;
	animation: scroll 2s infinite;
	z-index: 500;
}
@media (max-width: 995px) {
	#key .scroll {
		display: none;
		bottom: 80px;
		margin-left: -6vw;
	}
	#key .scroll img {
		width: 100%;
	}
}

#key .item {
	opacity: 0;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0;
	overflow: hidden;
}
#key .item:first-child {
	opacity: 1;
}
#key .item .img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 5.8s;
	-o-transition: all 5.8s;
	transition: all 5.8s;
}
@media (max-width: 995px) {
	#key .item .img {
		background-attachment: inherit;
	}
}
#key .item.act .img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#key .marker {
	position: absolute;
	left: 0px;
	bottom: 20px;
	z-index: 100;
	font-size: 0;
}
@media (max-width: 995px) {
	#key .marker {
		display: none;
	}
}
#key .marker li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
}
@media (max-width: 995px) {
	#key .marker li {
		width: 22px;
		height: 22px;
	}
}
#key .marker li.current {
	background: rgba(255, 255, 255, 0.3);
}
#key .arrow {
	position: absolute;
	left: 100px;
	bottom: 100px;
	z-index: 400;
	font-size: 0px;
}
@media (max-width: 995px) {
	#key .arrow {
		bottom: -70px;
	}
}
#key .arrow li {
	display: inline-block;
	margin-right: 30px;
}
#key .arrow li a {
	display: block;
	width: 40px;
	padding: 11px 0px;
	text-align: center;
}
@media (max-width: 995px) {
	#key .arrow li a img {
		width: 16px;
	}
}

#top {
	margin: 0 auto;
	background: url("../img/main.jpg") center/cover no-repeat #000;
}
@media (max-width: 995px) {
	#top {
		background-size: auto 100%;
	}
}
#top .wrap {
	height: 860px;
}
@media (max-width: 995px) {
	#top .wrap {
		height: 460px;
	}
}
@media (max-width: 767px) {
	#top .wrap {
		height: 100vw;
	}
}
#top .textbox {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333;
	padding: 32px;
	background: rgba(255, 255, 255, 0.64);
}
#top .textbox img {
	width: 90%;
}
@media (max-width: 767px) {
	#top .textbox {
		padding: 16px;
	}
	#top .textbox img {
		width: 90vw;
	}
}
#top .textbox .title {
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.145em;
	margin-bottom: 16px;
}
@media (max-width: 995px) {
	#top .textbox .title {
		font-size: 1.8rem;
	}
}
#top .textbox .txt_eng {
	font-size: 9rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
}
@media (max-width: 995px) {
	#top .textbox .txt_eng {
		font-size: 4rem;
	}
}
#top .textbox .text {
	margin-top: 1em;
	font-size: 3.3rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
@media (max-width: 767px) {
	#top .textbox .text {
		font-size: 4.25vw;
	}
}
#top .textbox .text strong {
	color: #ffe73f;
}
#top .scroll {
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin-left: -47px;
	-webkit-animation: scroll 2s infinite;
	animation: scroll 2s infinite;
}
@media (max-width: 767px) {
	#top .scroll {
		margin-left: -19px;
		bottom: 16px;
	}
}

#index .sec .mainimg {
	position: relative;
}
#index .sec .mainimg:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1380px;
	height: 100%;
	z-index: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.9)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.9) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.9) 100%);
}
#index .sec .mainimg .wrap {
	height: 660px;
}
@media (max-width: 995px) {
	#index .sec .mainimg .wrap {
		height: 100%;
	}
}
#index .sec .mainimg .wrap .tit_sid1 {
	font-size: 1.6rem;
	line-height: 1;
}
#index .sec .mainimg .wrap .tip_en {
	position: relative;
}
#index .sec .mainimg .wrap .tip_en:before {
	font-size: 6rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	display: block;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	#index .sec .mainimg .wrap .tip_en:before {
		font-size: 3.2rem;
	}
}
#index #message {
	margin-bottom: 0;
}
#index #message .mainimg {
	background: url("../img/msg_main.jpg") center no-repeat;
	background-size: 1380px auto;
	color: #333;
}
@media (max-width: 995px) {
	#index #message .mainimg {
		background-size: auto auto;
	}
}
@media (max-width: 767px) {
	#index #message .mainimg {
		padding-bottom: 240px;
		background-position: center bottom;
		background-size: 100% auto;
	}
}
#index #message .mainimg .wrap {
	height: 880px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 995px) {
	#index #message .mainimg .wrap {
		height: 600px;
	}
}
@media (max-width: 767px) {
	#index #message .mainimg .wrap {
		height: auto;
		padding: 32px 0;
	}
}
#index #message .mainimg .wrap .txt {
	width: 640px;
	margin: 0 0 0 auto;
}
@media (max-width: 995px) {
	#index #message .mainimg .wrap .txt {
		width: 100%;
	}
}
#index #message .mainimg .wrap .tit {
	font-size: 2.1rem;
	line-height: 1;
	color: #333;
	text-align: right;
	margin-bottom: 24px;
}
@media (max-width: 995px) {
	#index #message .mainimg .wrap .tit {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	#index #message .mainimg .wrap .tit {
		font-size: 1.4rem;
		text-align: left;
	}
}
#index #message .mainimg .wrap .tip_en:before {
	content: "Message";
}
#index #message .mainimg .wrap .txt_line {
	font-size: 1.6rem;
	line-height: 2;
	background: #fff;
	color: #251e1c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 auto;
	padding: 40px;
}
@media (max-width: 995px) {
	#index #message .mainimg .wrap .txt_line {
		padding: 24px;
	}
}
@media (max-width: 767px) {
	#index #message .mainimg .wrap .txt_line {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 0;
		background: transparent;
	}
}
@media (max-width: 767px) {
	#index #message .mainimg .wrap .txt_line {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
#index #message .mainimg .wrap .txt_line .tit {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 16px;
	text-align: left;
}
@media (max-width: 767px) {
	#index #message .mainimg .wrap .txt_line .tit {
		font-size: 2rem;
	}
}
#index #message .mainimg .wrap .txt_line p {
	font-size: 1.8rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#index #message .mainimg .wrap .txt_line p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
#index #message .mainimg .wrap .txt_line p.txt_corp {
	margin-top: 40px;
}
@media (max-width: 767px) {
	#index #message .mainimg .wrap .txt_line p.txt_corp {
		margin-top: 24px;
	}
}
#index #message .mainimg .wrap .txt_line p.txt_corp .cform {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-right: 0.4em;
}
#index #message .mainimg .wrap .txt_line p.txt_corp > .name {
	font-size: 2.4rem;
}
#index #message .mainimg .wrap .txt_line p.txt_name {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin: 16px 0;
}
@media (max-width: 767px) {
	#index #message .mainimg .wrap .txt_line p.txt_name {
		margin: 12px 0;
	}
}
#index #message .mainimg .wrap .txt_line p.txt_name .pos {
	font-size: 1.2rem;
	display: block;
	line-height: 1;
}
#index #environment {
	margin-bottom: 0;
}
#index #environment .mainimg {
	background: url("../img/requirement_bg1.jpg") center no-repeat;
	background-size: 1380px auto;
	color: #333;
}
@media (max-width: 995px) {
	#index #environment .mainimg {
		background-size: auto auto;
	}
}
@media (max-width: 767px) {
	#index #environment .mainimg {
		padding-bottom: 240px;
		background-position: center bottom;
		background-size: 100% auto;
	}
}
#index #environment .mainimg .wrap {
	height: 880px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 995px) {
	#index #environment .mainimg .wrap {
		height: 520px;
	}
}
@media (max-width: 767px) {
	#index #environment .mainimg .wrap {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 32px 0;
	}
}
#index #environment .mainimg .wrap .txt {
	width: 640px;
	margin: 0 0 0 auto;
}
@media (max-width: 767px) {
	#index #environment .mainimg .wrap .txt {
		width: 100%;
	}
}
#index #environment .mainimg .wrap .tit {
	font-size: 2.1rem;
	line-height: 1;
	color: #333;
	text-align: right;
	margin-bottom: 24px;
}
@media (max-width: 995px) {
	#index #environment .mainimg .wrap .tit {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	#index #environment .mainimg .wrap .tit {
		font-size: 1.4rem;
		margin-top: 0;
	}
}
#index #environment .mainimg .wrap .tip_en:before {
	content: "求める人物像";
}
#index #environment .mainimg .wrap .txt_line {
	width: 600px;
	font-size: 1.6rem;
	line-height: 2;
	padding: 56px;
	background: #fff;
	color: #251e1c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 auto;
}
@media (max-width: 995px) {
	#index #environment .mainimg .wrap .txt_line {
		padding: 32px;
	}
}
@media (max-width: 767px) {
	#index #environment .mainimg .wrap .txt_line {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 0;
		background: transparent;
	}
}
#index #environment .mainimg .wrap .txt_line .tit {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	#index #environment .mainimg .wrap .txt_line .tit {
		font-size: 2.4rem;
	}
}
#index #environment .mainimg .wrap .txt_line p {
	font-size: 1.8rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#index #environment .mainimg .wrap .txt_line p {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
#index #requirement {
	margin-bottom: 0;
}
#index #requirement .mainimg {
	background: url("../img/requirement_bg2.jpg") center no-repeat;
	background-size: 1380px auto;
	color: #fff;
}
@media (max-width: 767px) {
	#index #requirement .mainimg {
		padding-bottom: 260px;
		background-position: center bottom;
		background-size: 100% auto;
	}
}
#index #requirement .mainimg .wrap {
	height: 880px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 995px) {
	#index #requirement .mainimg .wrap {
		height: 540px;
	}
}
@media (max-width: 767px) {
	#index #requirement .mainimg .wrap {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 32px 0;
	}
}
#index #requirement .mainimg .wrap .txt {
	width: 700px;
	margin: 0 0 0 auto;
}
@media (max-width: 995px) {
	#index #requirement .mainimg .wrap .txt {
		width: 100%;
	}
}
#index #requirement .mainimg .wrap .tit {
	font-size: 2.1rem;
	line-height: 1;
	color: #333;
	text-align: right;
	margin-bottom: 24px;
}
@media (max-width: 995px) {
	#index #requirement .mainimg .wrap .tit {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	#index #requirement .mainimg .wrap .tit {
		font-size: 1.4rem;
		margin-top: 0px;
	}
}
#index #requirement .mainimg .wrap .tip_en:before {
	content: "働く環境";
}
#index #requirement .mainimg .wrap .txt_line {
	width: 700px;
	font-size: 1.6rem;
	line-height: 2;
	padding: 56px;
	background: #fff;
	color: #251e1c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 auto;
}
@media (max-width: 995px) {
	#index #requirement .mainimg .wrap .txt_line {
		padding: 32px;
	}
}
@media (max-width: 767px) {
	#index #requirement .mainimg .wrap .txt_line {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 0;
		background: transparent;
	}
}
#index #requirement .mainimg .wrap .txt_line .tit {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	#index #requirement .mainimg .wrap .txt_line .tit {
		font-size: 2.4rem;
	}
}
#index #requirement .mainimg .wrap .txt_line p {
	font-size: 1.8rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#index #requirement .mainimg .wrap .txt_line p {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
#index #flow {
	margin-bottom: 0;
}
#index #flow .mainimg {
	background: url("../img/flow_main.jpg") center 0 no-repeat;
	background-size: 1380px auto;
	color: #fff;
}
@media (max-width: 995px) {
	#index #flow .mainimg {
		background-size: auto auto;
	}
}
@media (max-width: 767px) {
	#index #flow .mainimg {
		padding-bottom: 240px;
		background-position: center bottom;
		background-size: 100% auto;
	}
}
#index #flow .mainimg .wrap {
	height: 1050px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 995px) {
	#index #flow .mainimg .wrap {
		height: auto;
	}
}
@media (max-width: 767px) {
	#index #flow .mainimg .wrap {
		height: auto;
		padding: 32px 0;
	}
}
#index #flow .mainimg .wrap .txt {
	width: 960px;
	margin: 0 0 0 auto;
}
@media (max-width: 995px) {
	#index #flow .mainimg .wrap .txt {
		width: auto;
	}
}
#index #flow .mainimg .wrap .tit {
	font-size: 2.1rem;
	line-height: 1;
	color: #de0008;
	text-align: right;
	margin-bottom: 24px;
}
@media (max-width: 995px) {
	#index #flow .mainimg .wrap .tit {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	#index #flow .mainimg .wrap .tit {
		font-size: 1.4rem;
		margin-top: 0px;
	}
}
#index #flow .mainimg .wrap .tip_en:before {
	content: "1日の流れ";
}
#index #flow .mainimg .wrap .txt_line {
	width: 900px;
	font-size: 1.5rem;
	line-height: 2;
	padding: 40px 48px;
	background: #fff;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	color: #251e1c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 auto;
}
@media (max-width: 995px) {
	#index #flow .mainimg .wrap .txt_line {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#index #flow .mainimg .wrap .txt_line {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.8;
		padding: 16px;
		padding: 0;
		background: transparent;
	}
}
#index #flow .mainimg .wrap .txt_line ol.std {
	font-size: 2.1rem;
	letter-spacing: .065em;
}
@media (max-width: 767px) {
	#index #flow .mainimg .wrap .txt_line ol.std {
		font-size: 1.6rem;
	}
}
#index #flow .mainimg .wrap .txt_line ol.std > li {
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	#index #flow .mainimg .wrap .txt_line ol.std > li {
		margin-bottom: 16px;
	}
}
#index #flow .mainimg .wrap .txt_line ol.std > li:last-child {
	margin-bottom: 0;
}
#index #flow .mainimg .wrap .txt_line ol.std > li dl dt {
	color: #de0008;
}
#index #flow .mainimg .wrap .txt_line ol.std > li dl dd {
	line-height: 1.6;
}
#index #about .mainimg {
	background: url("../img/about_main.jpg") center/cover no-repeat;
}
#index #about .mainimg .wrap {
	height: 660px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 995px) {
	#index #about .mainimg .wrap {
		height: 480px;
	}
}
@media (max-width: 767px) {
	#index #about .mainimg .wrap {
		height: 340px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
#index #about .mainimg .wrap .tit {
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
}
@media (max-width: 767px) {
	#index #about .mainimg .wrap .tit {
		margin-bottom: 16px;
	}
}
#index #about .mainimg .wrap .tip_en:before {
	color: #fff;
	content: "About";
}
#index #about .mainimg .wrap p {
	color: #fff;
	font-size: 3rem;
	line-height: 1.8;
}
@media (max-width: 995px) {
	#index #about .mainimg .wrap p {
		width: 20em;
		font-size: 2.2rem;
	}
}
@media (max-width: 767px) {
	#index #about .mainimg .wrap p {
		font-size: 1.8rem;
	}
}
#index #about .txtarea {
	background: #019007;
	color: #fff;
	padding: 72px 0;
}
@media (max-width: 767px) {
	#index #about .txtarea {
		padding: 40px 0 0;
	}
}
#index #about .txtarea .tit_about {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1;
}
@media (max-width: 995px) {
	#index #about .txtarea .tit_about {
		width: 10em;
	}
}
@media (max-width: 767px) {
	#index #about .txtarea .tit_about {
		font-size: 2.2rem;
		margin-bottom: 16px;
	}
}
#index #about .txtarea .blk_vision .tit {
	margin-bottom: 16px;
}
#index #about .txtarea .blk_vision .txt_line {
	font-size: 1.7rem;
	line-height: 1.8;
	min-height: 160px;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_vision .txt_line {
		font-size: 1.6rem;
	}
}
#index #about .txtarea .blk_ph {
	margin-bottom: 40px;
}
#index #about .txtarea .blk_ph .tit {
	margin-bottom: 16px;
}
#index #about .txtarea .blk_ph .txt_line {
	font-size: 1.7rem;
	line-height: 1.8;
	min-height: 160px;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_ph .txt_line {
		font-size: 1.6rem;
	}
}
#index #about .txtarea .blk_ph .txt_line .shishin {
	font-size: 2rem;
	margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_ph .txt_line .shishin {
		font-size: 1.8rem;
	}
}
#index #about .txtarea .gr_about1 {
	padding: 40px 0;
	border-top: 1px solid #fff;
}
#index #about .txtarea .blk_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
#index #about .txtarea .blk_item .txt_line {
	width: 900px;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_item .txt_line {
		width: auto;
	}
}
#index #about .txtarea .blk_item .ul_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 32px 0 16px -16px;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_item .ul_item {
		margin-left: -14px;
	}
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_item .ul_item {
		margin-left: 0;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
#index #about .txtarea .blk_item .ul_item > li {
	width: 165px;
	margin-left: 16px;
	margin-bottom: 16px;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_item .ul_item > li {
		width: 150px;
		margin-left: 14px;
	}
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_item .ul_item > li {
		width: 46%;
		margin-left: 0;
		margin-bottom: 16px;
	}
}
#index #about .txtarea .blk_item .ul_item > li img {
	width: 100%;
}
#index #about .txtarea .blk_client {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_client {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
#index #about .txtarea .blk_client .txt_line {
	width: 900px;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_client .txt_line {
		width: auto;
	}
}
#index #about .txtarea .blk_client .txt_line .ul_client {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_client .txt_line .ul_client {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
#index #about .txtarea .blk_client .txt_line .ul_client > li {
	width: 40%;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_client .txt_line .ul_client > li {
		width: 100%;
	}
}
#index #about .txtarea .blk_history {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_history {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
#index #about .txtarea .blk_history .txt_line {
	width: 900px;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_history .txt_line {
		width: auto;
	}
}
#index #about .txtarea .blk_history .txt_line .ul_history {
	font-size: 1.7rem;
	line-height: 1.6;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_history .txt_line .ul_history {
		font-size: 1.5rem;
	}
}
#index #about .txtarea .blk_history .txt_line .ul_history > li > dl > dt, #index #about .txtarea .blk_history .txt_line .ul_history > li > dl > dd {
	padding: 4px 0px;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_history .txt_line .ul_history > li > dl > dt, #index #about .txtarea .blk_history .txt_line .ul_history > li > dl > dd {
		padding: 1.6em 1em;
	}
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_history .txt_line .ul_history > li > dl > dt, #index #about .txtarea .blk_history .txt_line .ul_history > li > dl > dd {
		padding: 0.8em 0em;
	}
}
#index #about .txtarea .blk_history .txt_line .ul_history > li > dl > dt {
	width: 12em;
}
#index #about .txtarea .blk_fleet {
	padding: 8px 0;
	border-bottom: 1px solid #fff;
}
#index #about .txtarea .blk_fleet > .tit {
	margin-bottom: 16px;
	position: relative;
}
#index #about .txtarea .blk_fleet .q {
	position: relative;
	padding: 16px 0;
	cursor: pointer;
}
#index #about .txtarea .blk_fleet .q:after {
	font-size: 3rem;
	line-height: 1;
	content: "-";
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#index #about .txtarea .blk_fleet .q .desc {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#index #about .txtarea .blk_fleet .close:after {
	content: "+";
}
#index #about .txtarea .blk_fleet .close + .a {
	display: none;
}
#index #about .txtarea .blk_fleet .tmb_pickup {
	margin: 16px auto 24px;
}
#index #about .txtarea .blk_fleet .ul_pickup {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_fleet .ul_pickup {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_fleet .ul_pickup > li {
		width: 100%;
		margin-bottom: 24px;
	}
}
#index #about .txtarea .blk_fleet .ul_pickup > li .cap {
	font-size: 2.2rem;
	padding: 8px 0;
}
@media (max-width: 767px) {
	#index #about .txtarea .blk_fleet .ul_pickup > li .cap {
		font-size: 1.8rem;
	}
}
#index #about .txtarea .blk_fleet .table_std {
	width: 100%;
	margin: 32px auto 1em;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std {
		border-top: 2px solid #d8d8d8;
	}
}
#index #about .txtarea .blk_fleet .table_std tr th, #index #about .txtarea .blk_fleet .table_std tr td {
	padding: 1.6rem .75rem;
	vertical-align: top;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std tr th, #index #about .txtarea .blk_fleet .table_std tr td {
		width: 100%;
		display: block;
		padding: .8em .8em;
	}
}
#index #about .txtarea .blk_fleet .table_std thead {
	font-size: 1.7rem;
	font-weight: 700;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std thead {
		font-size: 1.6rem;
		letter-spacing: -.04em;
		display: none;
	}
}
#index #about .txtarea .blk_fleet .table_std tbody {
	font-size: 1.7rem;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std tbody {
		font-size: 1.8rem;
	}
}
#index #about .txtarea .blk_fleet .table_std tbody th, #index #about .txtarea .blk_fleet .table_std tbody td {
	border-top: 1px solid #395D98;
	border-bottom: 1px solid #395D98;
	vertical-align: middle;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std tbody th, #index #about .txtarea .blk_fleet .table_std tbody td {
		border-top: none;
		border-bottom: none;
	}
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std tbody tr th:last-child,
	#index #about .txtarea .blk_fleet .table_std tbody tr td:last-child {
		width: 100%;
		padding-top: 0;
		border-bottom: 1px solid #395D98;
	}
}
#index #about .txtarea .blk_fleet .table_std tbody tr th:nth-child(1),
#index #about .txtarea .blk_fleet .table_std tbody tr td:nth-child(1) {
	width: 18%;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std tbody tr th:nth-child(1),
	#index #about .txtarea .blk_fleet .table_std tbody tr td:nth-child(1) {
		width: 100%;
	}
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std tbody tr th:nth-child(2),
	#index #about .txtarea .blk_fleet .table_std tbody tr td:nth-child(2) {
		width: 100%;
		padding-top: 0;
	}
}
#index #about .txtarea .blk_fleet .table_std tbody tr th:nth-child(3),
#index #about .txtarea .blk_fleet .table_std tbody tr td:nth-child(3) {
	width: 20%;
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std tbody tr th:nth-child(3),
	#index #about .txtarea .blk_fleet .table_std tbody tr td:nth-child(3) {
		width: 100%;
		padding-top: 0;
	}
}
@media (max-width: 995px) {
	#index #about .txtarea .blk_fleet .table_std tbody tr th:nth-child(4),
	#index #about .txtarea .blk_fleet .table_std tbody tr td:nth-child(4) {
		padding-top: 0;
	}
}
#index #about .txtarea .blk_fleet .table_std caption {
	font-size: 1.7rem;
	padding: 1rem .75rem;
}
#index #about #outlien {
	background: #019007;
	color: #fff;
	padding: 80px 0;
}
#index #about #outlien .tit {
	font-size: 4.8rem;
	font-weight: 600;
	margin-bottom: 24px;
}
#index #about #outlien .tip_en:before {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	display: block;
	margin-bottom: 8px;
	content: "About Us";
}
#index #about #outlien table.outline {
	width: 100%;
	border-top: 1px solid #ffffff;
	table-layout: fixed;
}
#index #about #outlien table.outline th, #index #about #outlien table.outline td {
	padding: 2.4em 2em;
	border-bottom: 1px solid #ffffff;
	font-weight: 400;
	font-size: 2rem;
}
@media (max-width: 995px) {
	#index #about #outlien table.outline th, #index #about #outlien table.outline td {
		padding: 1.25em 1.5em;
	}
}
@media (max-width: 767px) {
	#index #about #outlien table.outline th, #index #about #outlien table.outline td {
		display: block;
		padding: 1em 0px;
	}
}
#index #about #outlien table.outline th {
	width: 9em;
	border-right: 1px solid #ffffff;
	vertical-align: top;
}
@media (max-width: 767px) {
	#index #about #outlien table.outline th {
		background: none;
		border: none;
		width: auto;
		padding-bottom: 0px;
		font-weight: 700;
	}
}
#index #about #outlien table.outline td.initem {
	padding: 0px;
}
#index #about #outlien table.outline td.initem table {
	border: none;
}
#index #about #outlien table.outline td.initem table tr:last-child th, #index #about #outlien table.outline td.initem table tr:last-child td {
	border-bottom: none;
}
#index #about #outlien table.outline td.initem table th {
	width: 5em;
	border-right: none;
	background: none;
}
@media (max-width: 767px) {
	#index #about #outlien table.outline td.initem table th {
		width: auto;
	}
}
@media (max-width: 767px) {
	#index #about #outlien table.outline td.initem table td {
		padding-top: 0.2em;
		border-bottom: none;
	}
}
#index #about #outlien table.outline dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 1em;
}
#index #about #outlien table.outline dl dt, #index #about #outlien table.outline dl dd {
	margin-top: 0.25em;
}
#index #about #outlien table.outline dl dt {
	width: 5.5em;
}
#index #about #outlien table.outline dl dd {
	width: -webkit-calc(100% - 5.5em);
	width: calc(100% - 5.5em);
}
#index #data {
	padding: 80px 0;
}
#index #data .tit {
	font-size: 4.8rem;
	font-weight: 600;
	margin-bottom: 24px;
	color: #de0008;
}
@media (max-width: 767px) {
	#index #data .tit {
		font-size: 3.2rem;
	}
}
#index #data .tip_en:after {
	color: #de0008;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	margin: 0 0 0 2em;
	content: "Requirement";
}
@media (max-width: 767px) {
	#index #data .tip_en:after {
		margin-left: 0;
		font-size: 1.6rem;
		display: block;
	}
}
#index #data table.table_data {
	width: 100%;
	border-top: 1px solid #000;
	table-layout: fixed;
}
#index #data table.table_data th, #index #data table.table_data td {
	padding: 2.4em 2em;
	border-bottom: 1px solid #000;
	font-weight: 400;
	font-size: 2rem;
}
@media (max-width: 995px) {
	#index #data table.table_data th, #index #data table.table_data td {
		padding: 1.25em 1.5em;
	}
}
@media (max-width: 767px) {
	#index #data table.table_data th, #index #data table.table_data td {
		display: block;
		padding: 1em 0px;
	}
}
#index #data table.table_data th {
	width: 9em;
	border-right: 1px solid #000;
	vertical-align: top;
}
@media (max-width: 767px) {
	#index #data table.table_data th {
		background: none;
		border: none;
		width: auto;
		padding-bottom: 0px;
		font-weight: 700;
	}
}
#index #data table.table_data td.initem {
	padding: 0px;
}
#index #data table.table_data td.initem table {
	width: 100%;
	border: none;
	table-layout: inherit;
}
#index #data table.table_data td.initem table tr:last-child th, #index #data table.table_data td.initem table tr:last-child td {
	border-bottom: none;
}
#index #data table.table_data td.initem table th {
	width: 5em;
	border-right: none;
	background: none;
}
@media (max-width: 767px) {
	#index #data table.table_data td.initem table th {
		width: auto;
	}
}
@media (max-width: 767px) {
	#index #data table.table_data td.initem table td {
		padding-top: 0.2em;
		border-bottom: none;
	}
}
#index #data table.table_data dl {
	max-width: 500px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 1em;
}
#index #data table.table_data dl dt, #index #data table.table_data dl dd {
	margin-top: 0.25em;
}
#index #data table.table_data dl dt {
	width: 5.5em;
}
#index #data table.table_data dl dd {
	width: -webkit-calc(100% - 5.5em);
	width: calc(100% - 5.5em);
}
#index #recruit .mainimg {
	background: url("../img/recruit_main.jpg") center/cover no-repeat;
}
#index #recruit .mainimg > .wrap {
	height: 696px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
@media (max-width: 995px) {
	#index #recruit .mainimg > .wrap {
		height: 480px;
	}
}
@media (max-width: 767px) {
	#index #recruit .mainimg > .wrap {
		height: 360px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
#index #recruit .mainimg > .wrap:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 344px;
	height: 344px;
	background: url(../img/recruit_main_obj1.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -172px;
	right: 0;
}
@media (max-width: 995px) {
	#index #recruit .mainimg > .wrap:before {
		width: 200px;
		height: 200px;
		bottom: -122px;
	}
}
@media (max-width: 767px) {
	#index #recruit .mainimg > .wrap:before {
		display: none;
	}
}
#index #recruit .mainimg > .wrap .heading {
	color: #fff;
}
@media (max-width: 767px) {
	#index #recruit .mainimg > .wrap .heading {
		margin-bottom: 16px;
	}
}
#index #recruit .mainimg > .wrap .heading .en {
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
}
@media (max-width: 995px) {
	#index #recruit .mainimg > .wrap .heading .en {
		font-size: 5rem;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	#index #recruit .mainimg > .wrap .heading .en {
		font-size: 4rem;
		margin-left: 0;
	}
}
#index #recruit .mainimg > .wrap .heading .tit {
	font-size: 2.6rem;
	line-height: 1;
}
@media (max-width: 767px) {
	#index #recruit .mainimg > .wrap .heading .tit {
		font-size: 2rem;
	}
}
#index #recruit .mainimg > .wrap p {
	color: #fff;
	font-size: 3rem;
	line-height: 1.8;
}
@media (min-width: 1270px) {
	#index #recruit .mainimg > .wrap p {
		margin-left: 32px;
	}
}
@media (max-width: 995px) {
	#index #recruit .mainimg > .wrap p {
		margin-left: 32px;
		font-size: 2.4rem;
	}
}
@media (max-width: 767px) {
	#index #recruit .mainimg > .wrap p {
		font-size: 2.4rem;
	}
}
#index #recruit .blk_txt {
	width: 780px;
	padding: 56px 0 40px;
}
@media (max-width: 767px) {
	#index #recruit .blk_txt {
		width: auto;
	}
}
#index #recruit .blk_txt .tit {
	font-size: 3rem;
	font-weight: 600;
	color: #019007;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	#index #recruit .blk_txt .tit {
		font-size: 2.4rem;
	}
}
#index #recruit .blk_txt .txt_line {
	font-size: 1.8rem;
	line-height: 2;
}
@media (max-width: 767px) {
	#index #recruit .blk_txt .txt_line {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
#index #interview {
	background: #019007;
	color: #fff;
	padding: 210px 0;
}
@media (max-width: 1269px) {
	#index #interview {
		padding: 120px 0;
	}
}
@media (max-width: 995px) {
	#index #interview {
		padding: 80px 0;
	}
}
#index #interview .wrap > .heading {
	margin: 0 auto -120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 995px) {
	#index #interview .wrap > .heading {
		margin-bottom: -60px;
	}
}
@media (max-width: 767px) {
	#index #interview .wrap > .heading {
		margin: 0;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
#index #interview .wrap > .heading .tit {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
}
@media (max-width: 995px) {
	#index #interview .wrap > .heading .tit {
		font-size: 1.4rem;
	}
}
#index #interview .wrap > .heading .tip_en:before {
	font-size: 4.8rem;
	font-weight: 600;
	display: block;
	margin-bottom: 16px;
	content: "スタッフ紹介";
}
@media (max-width: 995px) {
	#index #interview .wrap > .heading .tip_en:before {
		font-size: 4rem;
	}
}
@media (max-width: 767px) {
	#index #interview .wrap > .heading .tip_en:before {
		font-size: 4rem;
	}
}
#index #interview .ul_interview {
	padding: 32px 0;
}
@media (max-width: 767px) {
	#index #interview .ul_interview {
		width: auto;
		padding: 16px 0;
	}
}
#index #interview .ul_interview .lo {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 116px;
	margin-bottom: 190px;
}
#index #interview .ul_interview .lo:last-child {
	margin-bottom: 64px;
}
@media (max-width: 995px) {
	#index #interview .ul_interview .lo {
		margin-top: 56px;
		margin-bottom: 90px;
	}
	#index #interview .ul_interview .lo:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	#index #interview .ul_interview .lo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 32px;
		margin-bottom: 32px;
	}
	#index #interview .ul_interview .lo:last-child {
		margin-bottom: 0;
	}
}
#index #interview .ul_interview .tmb {
	position: absolute;
	right: -80px;
	top: -116px;
}
@media (max-width: 1269px) {
	#index #interview .ul_interview .tmb {
		width: 440px;
		right: 0px;
	}
	#index #interview .ul_interview .tmb img {
		width: 100%;
	}
}
@media (max-width: 995px) {
	#index #interview .ul_interview .tmb {
		width: 44%;
	}
}
@media (max-width: 767px) {
	#index #interview .ul_interview .tmb {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	#index #interview .ul_interview .tmb img {
		width: 100%;
	}
}
#index #interview .ul_interview .txt {
	width: 720px;
	padding: 64px 120px 40px 48px;
	background: #fff;
	color: #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 1270px) {
	#index #interview .ul_interview .txt {
		min-height: 580px;
		margin-right: -80px;
	}
}
@media (max-width: 1269px) {
	#index #interview .ul_interview .txt {
		width: 530px;
		padding: 20px 24px 20px 40px;
		margin-right: 0px;
	}
}
@media (max-width: 995px) {
	#index #interview .ul_interview .txt {
		width: 60%;
		padding: 20px 40px 20px 32px;
	}
}
@media (max-width: 767px) {
	#index #interview .ul_interview .txt {
		width: auto;
		padding: 16px;
		min-height: inherit;
	}
}
#index #interview .ul_interview .txt > .tit {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.4;
	padding-top: 8px;
	margin-bottom: 16px;
}
@media (max-width: 995px) {
	#index #interview .ul_interview .txt > .tit {
		font-size: 2rem;
	}
}
@media (max-width: 767px) {
	#index #interview .ul_interview .txt > .tit {
		font-size: 2.2rem;
	}
}
#index #interview .ul_interview .txt .heading {
	line-height: 1.4;
	margin-bottom: 0.8em;
	color: #019007;
}
@media (max-width: 767px) {
	#index #interview .ul_interview .txt .heading {
		position: static;
		margin-bottom: 0.8em;
	}
}
#index #interview .ul_interview .txt .heading > .name {
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1;
}
@media (max-width: 1269px) {
	#index #interview .ul_interview .txt .heading > .name {
		font-size: 3.2rem;
	}
}
@media (max-width: 767px) {
	#index #interview .ul_interview .txt .heading > .name {
		font-size: 2.8rem;
	}
}
#index #interview .ul_interview .txt .heading > .st {
	font-size: 4.8rem;
}
@media (max-width: 1269px) {
	#index #interview .ul_interview .txt .heading > .st {
		font-size: 3.2rem;
	}
}
@media (max-width: 767px) {
	#index #interview .ul_interview .txt .heading > .st {
		font-size: 2.4rem;
		line-height: 1.8;
	}
}
#index #interview .ul_interview .txt .heading .gr > .pos {
	font-size: 1.9rem;
}
@media (max-width: 767px) {
	#index #interview .ul_interview .txt .heading .gr > .pos {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
#index #interview .ul_interview .txt .txt_line {
	font-size: 2.1rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
@media (max-width: 1269px) {
	#index #interview .ul_interview .txt .txt_line {
		font-size: 1.6rem;
	}
}
@media (max-width: 995px) {
	#index #interview .ul_interview .txt .txt_line {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
#index #environment2 {
	padding: 36px 0 0;
	margin-bottom: 64px;
}
#index #environment2 .tit {
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 16px;
	color: #019007;
}
@media (max-width: 995px) {
	#index #environment2 .tit {
		font-size: 4rem;
	}
}
#index #environment2 .tip_en:before {
	color: #019007;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	display: block;
	margin-bottom: 8px;
	content: "Environment";
}
#index #environment2 .tmb {
	position: relative;
	z-index: 10;
}
#index #environment2 .tmb:before {
	width: 100%;
	height: 100%;
	background: #019007;
	position: absolute;
	right: -410px;
	top: -120px;
	content: "";
	z-index: -1;
}
@media (max-width: 995px) {
	#index #environment2 .tmb:before {
		right: -240px;
		top: -70px;
	}
}
@media (max-width: 767px) {
	#index #environment2 .tmb:before {
		right: -240px;
		top: -70px;
	}
}
#index #environment2 .txt_line {
	padding: 16px 0;
	font-size: 1.6rem;
	line-height: 2;
}
@media (max-width: 995px) {
	#index #environment2 .txt_line {
		line-height: 1.8;
	}
}

#entryform {
	margin-bottom: 100px;
}
@media (max-width: 767px) {
	#entryform {
		margin-bottom: 12vw;
	}
}
#entryform .headbox {
	margin: 0 auto 3em;
	background: url("../img/entry_bg.jpg") center/cover no-repeat;
	padding: 140px 0;
	color: #fff;
}
@media (max-width: 995px) {
	#entryform .headbox {
		padding: 40px 0;
	}
}
@media (max-width: 767px) {
	#entryform .headbox {
		padding: 32px 15px;
	}
}
#entryform .headbox > .tit {
	font-size: 4.8rem;
	font-weight: 600;
	margin-bottom: 1.25em;
	color: #fff;
	text-align: center;
}
@media (max-width: 995px) {
	#entryform .headbox > .tit {
		font-size: 4rem;
		margin-bottom: 0.8em;
	}
}
@media (max-width: 767px) {
	#entryform .headbox > .tit {
		font-size: 3.2rem;
		margin-bottom: 0.4em;
	}
}
#entryform .headbox .tip_en {
	position: relative;
}
#entryform .headbox .tip_en:before {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	display: block;
	margin-bottom: 8px;
	content: "Entry";
}
@media (max-width: 995px) {
	#entryform .headbox .tip_en:before {
		font-size: 1.4rem;
	}
}
#entryform .headbox .wrap {
	width: 910px;
}
@media (max-width: 995px) {
	#entryform .headbox .wrap {
		width: auto;
	}
}
@media (max-width: 767px) {
	#entryform .headbox .wrap {
		width: auto;
		margin: 0 15px;
	}
}
#entryform .headbox .wrap .read {
	max-width: 900px;
	margin: 0px auto 1.5em;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .headbox .wrap .read {
		font-size: 3.6vw;
		text-align: left;
		line-height: 1.8;
		padding: 0 0;
	}
}
#entryform .headbox .wrap .box {
	border: 1px solid #fff;
	padding: 40px;
	margin: 32px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 995px) {
	#entryform .headbox .wrap .box {
		padding: 16px;
	}
}
@media (max-width: 767px) {
	#entryform .headbox .wrap .box {
		padding: 16px;
	}
}
#entryform .headbox .wrap .box .tel {
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
}
#entryform .headbox .wrap .box .tel a {
	color: #fff;
}
@media (min-width: 1270px) {
	#entryform .headbox .wrap .box .tel {
		letter-spacing: 0.065em;
	}
}
@media (max-width: 767px) {
	#entryform .headbox .wrap .box .tel {
		font-size: 7vw;
	}
}
@media (min-width: 768px) {
	#entryform .headbox .wrap .box .tel a[href^="tel:"] {
		pointer-events: none;
	}
}
#entryform .headbox .wrap .box .time {
	color: #fff;
	text-align: center;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#entryform .headbox .wrap .box .time {
		font-size: 3.2vw;
	}
}
#entryform .headbox > .read {
	max-width: 900px;
	margin: 0px auto 1.5em;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .headbox > .read {
		font-size: 4vw;
		text-align: left;
		line-height: 1.8;
		padding: 0 0;
	}
}
#entryform .att_before {
	margin-bottom: 1em;
	color: #c00;
	font-size: 2rem;
}
#entryform .required {
	padding-right: 0.5em;
	color: #c00;
}
#entryform form {
	text-align: left;
}
#entryform table {
	width: 100%;
	table-layout: fixed;
}
#entryform table th, #entryform table td {
	padding: 0.7em 0px;
	border-top: 1px solid #DADEE1;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#entryform table th, #entryform table td {
		display: block;
	}
}
#entryform table tr:first-child th, #entryform table tr:first-child td {
	border-top: 1px solid #DADEE1;
}
#entryform table tr.none th, #entryform table tr.none td {
	border-top: none;
	padding-top: 0px;
}
@media (max-width: 767px) {
	#entryform table tr.none td {
		padding-top: 0.5em;
	}
}
#entryform table th {
	width: 12em;
	padding: 1em;
	vertical-align: top;
	font-weight: 400;
}
@media (max-width: 767px) {
	#entryform table th {
		width: auto;
		padding: 1em 0px 0px;
	}
}
#entryform table th .note {
	display: block;
}
@media (max-width: 767px) {
	#entryform table td {
		padding-top: 0.5em;
		padding-bottom: 1em;
		border-top: none;
	}
}
#entryform table dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#entryform table dl dt, #entryform table dl dd {
	margin-top: 0.7em;
}
#entryform table dl dt:first-child, #entryform table dl dd:first-child {
	margin-top: 0px;
}
#entryform table dl dt:first-child + dd, #entryform table dl dd:first-child + dd {
	margin-top: 0px;
}
#entryform table dl dt {
	width: 4.5em;
}
#entryform table dl dd {
	width: -webkit-calc(100% - 4.5em);
	width: calc(100% - 4.5em);
}
#entryform .mt {
	margin-top: 10px;
}
#entryform input {
	width: 50%;
}
@media (max-width: 767px) {
	#entryform input {
		width: 100%;
	}
}
#entryform input.datebox {
	width: 10em;
}
#entryform input[type=radio] {
	width: auto;
	margin-right: 0.25em;
}
@media (max-width: 767px) {
	#entryform input[type=radio] {
		width: 1.2em;
		height: 1.2em;
		margin-right: 0.5em;
	}
}
#entryform .mwform-radio-field {
	margin-right: 2em;
}
#entryform .mwform-zip-field input, #entryform .mwform-tel-field input {
	width: 4em;
}
@media (max-width: 767px) {
	#entryform input.highest {
		width: 6em;
	}
}
#entryform #zip {
	width: 10em;
	margin: 0px 5px;
}
#entryform textarea {
	width: 100%;
	height: 10em;
}
#entryform .complete {
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .complete {
		text-align: left;
	}
}
#entryform .complete h3 {
	margin-bottom: 0.5em;
	color: #019007;
	font-size: 2.8rem;
}
@media (max-width: 767px) {
	#entryform .complete h3 {
		font-size: 5.75vw;
		text-align: center;
	}
}
#entryform .complete p {
	line-height: 2;
}
#entryform .send, #entryform .home {
	padding-top: 50px;
	text-align: center;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#entryform .send, #entryform .home {
		padding-top: 2em;
	}
}
#entryform .send input, #entryform .send button, #entryform .send a, #entryform .home input, #entryform .home button, #entryform .home a {
	display: inline-block;
	width: 420px;
	padding: 2.25em 0px;
	text-align: center;
	font-weight: 700;
	background: #019007 url("../img/ar.svg") right 1.5em center no-repeat;
	color: #fff;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
}
#entryform .send input[name=submitBack], #entryform .send button[name=submitBack], #entryform .send a[name=submitBack], #entryform .home input[name=submitBack], #entryform .home button[name=submitBack], #entryform .home a[name=submitBack] {
	background: #000;
	color: #fff;
	margin-right: 1em;
}
@media (max-width: 767px) {
	#entryform .send input, #entryform .send button, #entryform .send a, #entryform .home input, #entryform .home button, #entryform .home a {
		display: block;
		width: 100%;
		background-position: 94% center;
	}
}
@media (min-width: 1270px) {
	#entryform .send input, #entryform .send button, #entryform .send a, #entryform .home input, #entryform .home button, #entryform .home a {
		position: relative;
		text-decoration: none;
	}
	#entryform .send input:after, #entryform .send button:after, #entryform .send a:after, #entryform .home input:after, #entryform .home button:after, #entryform .home a:after {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		border: 1px solid #019007;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#entryform .send input[name=submitBack]:after, #entryform .send button[name=submitBack]:after, #entryform .send a[name=submitBack]:after, #entryform .home input[name=submitBack]:after, #entryform .home button[name=submitBack]:after, #entryform .home a[name=submitBack]:after {
		border: 1px solid #000;
	}
	#entryform .send input[name=submitBack]:hover, #entryform .send button[name=submitBack]:hover, #entryform .send a[name=submitBack]:hover, #entryform .home input[name=submitBack]:hover, #entryform .home button[name=submitBack]:hover, #entryform .home a[name=submitBack]:hover {
		border: 1px solid #fff;
	}
	#entryform .send input:hover:after, #entryform .send button:hover:after, #entryform .send a:hover:after, #entryform .home input:hover:after, #entryform .home button:hover:after, #entryform .home a:hover:after {
		left: 4px;
		top: 4px;
		bottom: 4px;
		right: 4px;
		border: 1px solid #fff;
	}
}
#entryform .privacy > .tit {
	font-size: 3.2rem;
	margin: 40px auto 16px;
	letter-spacing: 0.075em;
}
@media (max-width: 767px) {
	#entryform .privacy > .tit {
		font-size: 3rem;
		letter-spacing: 0;
	}
}
#entryform .privacy .box {
	height: 320px;
	border: 1px solid #DADEE1;
	padding: 32px;
	overflow: scroll;
	margin: 16px auto 0;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#entryform .privacy .box {
		font-size: 1.6rem;
		padding: 16px;
	}
}
#entryform .privacy .box .lead {
	margin-bottom: 1.6em;
}
#entryform .privacy .box dl dt {
	color: #5C82C5;
	font-weight: 700;
}
#entryform .privacy .box dl dd {
	margin-bottom: 2.4em;
}
#entryform .privacy .box dl dd:last-child {
	margin-bottom: 0;
}
#entryform .privacy .box + .att {
	margin-bottom: 1em;
	font-size: 2rem;
	text-align: center;
	padding: 0.8em 0.4em;
}
#entryform .privacy .box + .att span {
	color: #c00;
}
#entryform .privacy .box + .att + .privacy_check {
	font-size: 2rem;
	text-align: center;
}
@media (max-width: 767px) {
	#entryform .privacy .box + .att + .privacy_check {
		font-size: 1.9rem;
	}
}

#confirm #entryform, #complete #entryform, #error #entryform {
	padding-top: 100px;
}
@media (max-width: 767px) {
	#confirm #entryform, #complete #entryform, #error #entryform {
		padding-top: 80px;
	}
}

#confirm .privacy {
	display: none;
}
#confirm .confnone {
	display: none;
}
#confirm .required {
	display: none;
}
#confirm .send, #confirm .home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767px) {
	#confirm .send, #confirm .home {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
#confirm .send input + input, #confirm .send input button, #confirm .send input a, #confirm .send button + input, #confirm .send button button, #confirm .send button a, #confirm .send a + input, #confirm .send a button, #confirm .send a a, #confirm .home input + input, #confirm .home input button, #confirm .home input a, #confirm .home button + input, #confirm .home button button, #confirm .home button a, #confirm .home a + input, #confirm .home a button, #confirm .home a a {
	margin-left: 2em;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	padding-right: 2em;
}

.ui-datepicker select.ui-datepicker-year {
	width: 50%;
}

.ui-datepicker select.ui-datepicker-month {
	width: 40%;
}

.ui-datepicker .ui-datepicker-header {
	font-size: 1.4rem;
}

#contact {
	padding: 80px 0px;
	background: #000;
	color: #fff;
	text-align: center;
}
@media (max-width: 767px) {
	#contact {
		padding: 12vw 0px;
	}
}
#contact .wrap > .tit {
	font-size: 4.8rem;
	font-weight: 600;
	margin-bottom: 0.6em;
	color: #fff;
	text-align: center;
}
@media (max-width: 995px) {
	#contact .wrap > .tit {
		font-size: 4rem;
	}
}
#contact .wrap .tip_en {
	position: relative;
}
#contact .wrap .tip_en:before {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	display: block;
	margin-bottom: 8px;
	content: "Contact";
}
@media (max-width: 995px) {
	#contact .wrap .tip_en:before {
		font-size: 1.4rem;
	}
}
#contact .wrap .text {
	margin-bottom: 1em;
}
#contact .tel {
	font-size: 4.6rem;
	font-weight: 700;
}
#contact .tel a {
	color: #fff;
}
@media (max-width: 767px) {
	#contact .tel {
		font-size: 9vw;
	}
}
@media (min-width: 768px) {
	#contact .tel a[href^="tel:"] {
		pointer-events: none;
	}
}
#contact .time {
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.4rem;
}
#contact .btn a {
	display: inline-block;
	width: 420px;
	padding: 2.25em 0px;
	text-align: center;
	font-weight: 700;
	background: #019007 url("../img/ar.svg") right 1.5em center no-repeat;
	color: #fff;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
	border: 1px solid #fff;
}
#contact .btn a[name=submitBack] {
	background: #000;
	color: #fff;
	margin-right: 1em;
}
@media (max-width: 767px) {
	#contact .btn a {
		display: block;
		width: 100%;
		background-position: 94% center;
	}
}
@media (min-width: 1270px) {
	#contact .btn a {
		position: relative;
		text-decoration: none;
	}
	#contact .btn a:after {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		border: 1px solid #019007;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#contact .btn a[name=submitBack]:after {
		border: 1px solid #000;
	}
	#contact .btn a[name=submitBack]:hover {
		border: 1px solid #fff;
	}
	#contact .btn a:hover:after {
		left: 4px;
		top: 4px;
		bottom: 4px;
		right: 4px;
		border: 1px solid #fff;
	}
}

.btn {
	margin: 40px auto;
	text-align: center;
}
@media (max-width: 995px) {
	.btn {
		margin: 24px 30px;
	}
}
.btn a {
	display: inline-block;
	position: relative;
	z-index: 10;
	width: 640px;
	padding: 2.78em 0px;
	border: 1px solid #019007;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 995px) {
	.btn a {
		width: 540px;
	}
}
@media (max-width: 767px) {
	.btn a {
		width: 100%;
		padding: 1.78em 0px;
	}
}
.btn a span {
	display: block;
	margin-bottom: 0.25em;
	font-size: 32px;
	font-weight: 700;
}
.btn a:before, .btn a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.btn a:before {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -2;
	background: #019007;
}
.btn a:after {
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	background: #fff;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1270px) {
	.btn a:hover {
		color: #019007;
	}
	.btn a:hover:after {
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
	}
}



/*# sourceMappingURL=style.css.map */
