@charset "UTF-8";
/*
Theme Name: EDK
Theme URI: 
Author: One-X
Author URI: https://one-x.co.jp/
Version: 1.0
*/
/** default setting **********************************************************/
*, *:before, *:after {
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 0;
	min-width : 0;
}
body {
	color: #262626;
	font-size: 16px;
	line-height: 2.0;
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	background: #fff;
	font-weight: 400;
	width: 100%;
	letter-spacing: 0.03em;
	text-align: center;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	word-wrap: break-word;
	overflow-x: hidden;
}
#wrapper {
	width: 100%;
	overflow-x: hidden;
}
.no-scroll { overflow: hidden;}
.en { font-family: "Lexend", sans-serif;}
.en-it { font-family: "Inter", sans-serif; font-style: italic;}
.zen { font-family: "Zen Kaku Gothic New", sans-serif;}
.auto-ph { word-break: auto-phrase;}

a { color: #262626; text-decoration: none; transition-duration: 0.5s;}
a:active { color: #002358; text-decoration: underline;}
a:visited { color: #262626;}

h1,h2,h3,h4,h5 { line-height: 1.4; font-weight: 700; color: #111;}
img { border: none; max-width: 100%; height: auto;}
table,th,td,input,select,textarea { font-size: inherit; font-family: inherit;}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #C6C6C6;
	border-left: solid 1px #C6C6C6;
	width: 100%;
	margin-bottom: 20px;
}
.entry-body table { width: auto;}
table th {
	width: 36%;
	padding: 15px 8px;
	background: #F8F7F6;
	border-right: solid 1px #C6C6C6;
	border-bottom: solid 1px #C6C6C6;
	font-weight: 500;
}
table td {
	width: 64%;
	padding: 15px 8px;
	background: #fff;
	border-bottom: solid 1px #C6C6C6;
	border-right: solid 1px #C6C6C6;
}
table ul, table ol { margin: 0; padding-left: 1.35rem;}
.bold { font-weight: 700!important;}
.mediumbold { font-weight: 500!important;}
.normalweight { font-weight: 400!important;}
.large { font-size: 18px!important;}
.x-large { font-size: 20px!important;}
.xx-large { font-size: 24px!important;}
.normal { font-size: 16px!important;}
.small { font-size: 12px!important;}
.medium { font-size: 14px!important;}
.lh-18 { line-height: 1.8;}
.lh-15 { line-height: 1.5;}
.lh-12 { line-height: 1.2;}
.lh-1 { line-height: 1;}
.ls-0 { letter-spacing: 0;}
iframe { vertical-align: bottom;}
.gmap iframe { width: 100%;}
.combine { text-combine-upright: all;}
.w100 { width: 100%;}
.h100 { height: 100%;}
.max-750 { max-width: 750px; margin: 0 auto;}
.max-800 { max-width: 800px; margin: 0 auto;}
.max-850 { max-width: 850px; margin: 0 auto;}
.max-900 { max-width: 900px; margin: 0 auto;}
.max-950 { max-width: 950px; margin: 0 auto;}
.max-h400 { max-height: 400px;}
.mb-6 { margin-bottom: 80px;}
.pt-6 { padding-top: 80px!important;}
.object-cover { object-fit: cover; object-position: top center;}
.text-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.color-red { color: #DC000C;}

.bg-grey { background: #F5F8FA;}
.color-white { color: #fff!important;}

/* headline */
.headline-inen {
	font-size: 12px;
	font-weight: 700;
	color: #02B7C0;
	text-align: left;
	margin-bottom: 25px;
}
.headline-inen span.en {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	color: #002358;
	display: block;
}
.headline-bold {
	font-size: 28px;
	font-weight: 700;
	color: #002358;
}
.headline-inen-blue {
	font-size: 20px;
	font-weight: 700;
	color: #002358;
	text-align: left;
}
.headline-inen-blue span.en {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: #0161DF;
	margin-bottom: 15px;
}
.headline-thunder {
	font-size: 24px;
	font-weight: 700;
	background: url(images/icn_thunder.png) no-repeat 0% 4px / 1em;
	padding-left: 1.25em;
	text-align: left;
	margin-bottom: 20px;
}
.headline-blue {
	font-size: 28px;
	font-weight: 700;
	color: #0161DF;
}
.headline-staff-comment {
	font-size: 26px;
	background: url(images/icn_comment.png) no-repeat 50% 0% / 73px;
	padding-top: 87px;
}
.headline-president-comment {
	font-size: 26px;
	background: url(images/icn_header_title.png) no-repeat 50% 0% / 73px;
	padding-top: 87px;
}
.headline-bg {
	background: #002358;
	color: #fff;
	padding: 12px 15px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
}
.headline-underline {
	font-size: 28px;
	text-align: left;
	font-weight: 700;
	border-bottom: solid 1px #5A5A5A;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/* button */
.btn-arrow a {
	width: 290px;
	height: 70px;
	color: #002358;
	font-size: 16px;
	font-weight: 500;
	background: #fff url(images/icn_btn_arrow.png) no-repeat 0% 50% / 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 30px;
	border: solid 2px #002358;
	border-radius: 40px;
	transition-duration: 0.5s;
	margin: 0 auto;
}
.btn-arrow a:active {
	background-position: 100% 50%;
	justify-content: start;
	text-decoration: none;
}
.btn-yellow a {
	width: 260px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFE146;
	font-size: 18px;
	color: #202124;
	font-weight: 700;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	transition-duration: 0.5s;
	margin: 0 auto;
}
.btn-yellow a:active {
	background: #002358;
	color: #fff;
	text-decoration: none;
}

/* list */
.list-circle li {
	text-indent: -0.7em;
	padding-left: 1.5em;
}
.list-circle li:before {
	content: "●";
	color: #0161DF;
	padding-right: 5px;
	display: inline-block;
}
.list-box li:before {
	content: "■";
	color: #0161DF;
	padding-right: 5px;
	display: inline-block;
}

/* table */
.company-tbl,
.company-tbl th,
.company-tbl td { border: none;}
.company-tbl {
	border-bottom: dotted 1px #5A5A5A;
}
.company-tbl th {
	font-weight: 500;
	vertical-align: top;
	background: transparent;
	border-top: dotted 1px #5A5A5A ;
}
.company-tbl td {
	border-top: dotted 1px #5A5A5A ;
}
.recruit-tbl,
.recruit-tbl th,
.recruit-tbl td { border: none; text-align:left}
.recruit-tbl th,
.recruit-tbl td {
	border-top: dotted 1px #707070;
	padding: 10px;
}
.recruit-tbl {
	border-bottom: dotted 1px #707070;
}
.recruit-tbl th {
	background: transparent;
	width: 30%;
	vertical-align: top;
	padding-left: 15px;
	position: relative;
}
.recrui-tbl td {
	width: 70%;
}
.recruit-tbl th:before {
	content: "";
	width: 6px;
	height: 40px;
	background: #0161DF;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}



/* header */
header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header.scroll {
	background: rgba(255,255,255,.5);
}
.header-logo {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: start;
}
.header-toggle-menu {
	position: fixed;
	top: 20px;
	right: 10px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #002358;
	z-index: 120;
	border-radius: 50%;
}
.header-toggle-menu span {
	position: absolute;
	left: 15px;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.header-toggle-menu, .header-toggle-menu span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
.header-toggle-menu span:nth-of-type(1) { top: 18px;}
.header-toggle-menu span:nth-of-type(2) { top: 28px;}
.header-toggle-menu span:nth-of-type(3) { top: 38px;}
.header-toggle-menu.active span:nth-of-type(1) {
	top: 8px;
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.header-toggle-menu.active span:nth-of-type(2) {
	opacity: 0;
}
.header-toggle-menu.active span:nth-of-type(3) {
	top: 48px;
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}
.header-nav {
	background: #002358;
	color: #fff;
	width: 100%;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}
.header-nav.active { display: block;}
.header-nav a { color: #fff;}
.header-title {
	font-size: 26px; font-weight: 700;
	background: url(images/icn_header_title.png) no-repeat 50% 0% / 73px;
	padding-top: 77px;
}
.header-nav address { margin-bottom: 30px;}
.header-tel-title { font-size: 15px; font-weight: 700;}
.icn-mail {
	background: #fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.icn-mail a {
	margin-top: -2px;
}
.tel-link { font-size: 29px;font-weight: 500;}
.header-link-nav li,
.header-link-nav li.self-link a {
	font-size: 18px;
	color: #02B7C0;
	position: relative;
}
.header-link-nav li .en {
	font-size: 34px;
	font-weight: 700;
	color: #fff!important;
	line-height: 1.2;
}
.header-link-nav .submenu { margin-left: 20px;}
.header-link-nav .submenu li { font-size: 16px; margin-top: 10px;}
.btn-recruit a {
	width: 100%;
	height: 100px;
	max-width: 360px;
	background: #FFE146;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #002358;
	border-radius: 6px;
	margin: 0 auto;
}
.btn-recruit span { font-size: 12px;}
.self-link:after {
	content: "";
	width: 11px;
	height: 18px;
	background: url(images/icn_arrow_w.png) no-repeat 50% 50% / 100%;
	position: absolute;
	top: 15px;
	right: 15px;
}
.in-submenu:after {
	content: "";
	width: 11px;
	height: 18px;
	background: url(images/icn_arrow_w.png) no-repeat 50% 50% / 100%;
	position: absolute;
	top: 15px;
	right: 15px;
	transform: rotate(90deg);
}
.in-submenu.active:after {
	transform: rotate(360deg);
}
.header-yellow-title {
	font-size: 18px;
	font-weight: 700;
	color: #FFE146;
}
.header-sub-title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.header-bottom-nav { font-size: 12px; position: relative;}
.header-bottom-nav:after {
	content: "";
	width: 137px;
	height: 81px;
	position: absolute;
	bottom: 15px;
	right: -35px;
	background: url(images/icn_index_recruit.png) no-repeat 0% 0% / 100%
}



#page main { padding-top: 120px;}
section { margin-bottom: 60px;}
.container { position: relative;}

.mainvisual { height: 100dvh; padding-top: 50px; position: relative;}
.mv-img img { max-width: 1086px; max-height: 100dvh; margin-top: -50px;}
.mv-copy-box {
	position: absolute;
	bottom: 55px;
	left: 15px;
}
.mv-copy-box .mv-copy {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
.mv-tooltip { margin-left: 100px;}
.mv-news {
	background: #F5F8FA;
	padding: 15px;
	letter-spacing: 0;
}
.mv-news-title {
	font-size: 24px;
	font-weight: 700;
	color: #002358;
	line-height: 1;
}
.mv-news-more a {
	color: #0161DF;
	font-weight: 500;
}
.mv-news-entrytitle {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	line-height: 1.6;
}
.index-aboutus {
	background: url(images/bg_aboutus.png) no-repeat 0% 0% / 100%;
}
.index-school .headline-bold {
	padding-top: 45px;
	background: url(images/icn_index_school.png) no-repeat 100% 0% / 75px;
}
.index-store .headline-bold {
	padding-top: 98px;
	background: url(images/icn_index_store.png) no-repeat 100% 0 / 78px;
}
.index-factory .headline-bold {
	padding-top: 83px;
	background: url(images/icn_index_factory.png) no-repeat 100% 0% / 142px;
}
.index-park .headline-bold {
	padding-top: 83px;
	background: url(images/icn_index_park.png) no-repeat 100% 0% / 166px;
}
.index-road .headline-bold {
	padding-top: 89px;
	background: url(images/icn_index_road.png) no-repeat 100% 0% / 184px;
}
.index-recruit {
	background: #002358;
	color: #fff;
	padding: 50px 0 30px;
	position: relative;
}
.index-recruit:after {
	content: "";
	width: 132px;
	height: 78px;
	background: url(images/icn_index_recruit.png) no-repeat 50% 50% / 100%;
	position: absolute;
	top: 100px;
	right: -18px;
	display: block;
}
.index-recruit .photo-right img {
	border-radius: 225px 0 0 225px;
	margin-right: -41px;
	width: 100%;
}
.index-recruit .headline-inen span.en { color: #fff;}
#recruit:before,
#recruit-5:before,
#recruit-6:before {
	content: "";
	background: url(images/bg_aboutus.png) no-repeat 0% 0% / 100%;
	width: 271px;
	height: 155px;
	position: absolute;
	top: -144px;
	right: 0;
	z-index: -1;
}
.recruit-point-list .col-md-4 { position: relative;}
.recruit-point-list .col-md-4:before {
	content: "";
	width: 100%;
	height: 220px;
	background: url(images/bg_stripe.png) repeat 0% 0% / 1px;
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: -1;
}
.recruit-voice {
	background: url(images/bg_voice.jpg) no-repeat 50% 50% / cover;
	padding: 40px 0;
}
.voice-tooltip {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding: 50px 20px;
	border-radius: 33px;
	background-color: #ffffff;
	text-align: left;
}

.voice-tooltip:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent #ffffff;
	translate: -50% -100%;
}
.voice01 .voice-tooltip:before {
	content: "";
	width: 62px;
	height: 60px;
	background: url(images/icn_voice01.png) no-repeat 0% 0% / 100%;
	position: absolute;
	top: -21px;
	right: 0;
}
.voice02 .voice-tooltip:before {
	content: "";
	width: 83px;
	height: 79px;
	background: url(images/icn_voice02.png) no-repeat 0% 0% / 100%;
	position: absolute;
	bottom: -36px;
	left: 10px;
}
.list-recruit li a {
	display: block;
	border: solid 1px #202124;
	background: #F5F8FA url(images/icn_arrow_b.png) no-repeat right 15px top 50% / 24px;
	font-size: 22px;
	font-weight: 700;
	padding: 10px 15px;
	text-align: left;
}
#recruit-3 {
	background: url(images/icn_index_recruit.png) no-repeat right -16px top 0px / 134px;
}

.info-list .thumb {
	aspect-ratio: 16 / 9;
}
.info-list .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagenation .link-prev:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(images/icn_cheveron_b.png) no-repeat 50% 50% / auto 100%;
	display: inline-block;
	rotate: 180deg;
	vertical-align: middle;
	margin-right: 10px;
}
.pagenation .link-next:after {
	content: "";
	width: 16px;
	height: 16px;
	background: url(images/icn_cheveron_b.png) no-repeat 50% 50% / auto 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.pagenation .link-list:before {
	content: "|";
	padding-right: 25px;
	display: inline-block;
}
.pagenation .link-list:after {
	content: "|";
	padding-left: 25px;
	display: inline-block;
}

.pagenation .wp-pagenavi {
	display: flex;
	justify-content: flex-end;
	font-family: "Inter", sans-serif;
	gap: 10px;
}
.pagenation .wp-pagenavi li {
	list-style: none;
	border-left: none;
}
.pagenation .wp-pagenavi span.current {
	font-weight: bold;
	background: #02B7C0;
	color: #fff;
	border: solid 1px #02B7C0;
}
.pagenation .wp-pagenavi span.extend { display: none;}
.pagenation .wp-pagenavi span,
.pagenation .wp-pagenavi a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-family: "Inter", sans-serif;
	line-height: 1;
	width: 40px;
	height: 40px;
	transition-duration: 0.3s;
	border: solid 1px #202124;
}
.pagenation .wp-pagenavi li:last-child { display: none;}
.pagenation .wp-pagenavi li.pages { display: none;}

.pagenation .wp-pagenavi a.prev,
.pagenation .wp-pagenavi a.next {
	text-indent: -9999px;
	background: url(images/icn_cheveron_b.png) no-repeat 50% 50% / auto 15px;
}
.pagenation .wp-pagenavi a.prev {
	rotate: 180deg;
}
.pagenation .wp-pagenavi a:active {
	opacity: 0.8;
	text-decoration: none;
}

/* form */
form.sent { display: none;}
.contact-label { font-weight: 500;}
.required { color: #C32727; font-size: 12px; font-weight: 900;}
.contact-input input[type=text],
.contact-input input[type=tel],
.contact-input input[type=email] {
	width: 100%;
	border: solid 1px #9D9C9C;
	padding: 10px;
}
.contact-input input.your-name,
.contact-input input.your-kana,
.contact-input input.your-email {
	max-width: 440px;
}
.contact-input input.zip-code {
	max-width: 240px;
}
.contact-input input.your-tel {
	max-width: 350px;
}
.contact-input textarea {
	width: 100%;
	border: solid 1px #9D9C9C;
	padding: 10px;
	height: 320px;
}
.contact-input select {
	width: 100%;
	max-width: 370px;
	border: solid 1px #9D9C9C;
	padding: 10px;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	background: transparent;
}
.contact-input .select-box {
	max-width: 370px;
	position: relative;
}
.contact-input .select-box:after {
	content: "";
	width: 50px;
	height: 100%;
	background: url(images/icn_select.png) no-repeat 50% 50% / 100% #002358;
	position: absolute;
	right: 0;
	top: 0;
}
.contact-form input[type=submit],
.contact-form input[type=reset] {
	display: flex;
	justify-content: center;
	width: 260px;
	height: 80px;
	color: #002358;
	font-size: 18px;
	font-weight: 700;
	border: solid 1px #002358;
	background: #fff;
	margin: 0 auto;
	cursor: pointer;
	transition-duration: 0.3s;
	border-radius: 6px;
}
.contact-form input[type=submit] {
	background-color: #002358;
	color: #fff;
	border-color: #002358;
}
.contact-form input[type=reset]:active,
.contact-form input[type=submit]:active {
	border-color: #002358;
	background: #002358;
	color: #fff;
}
.contact-form a {
	text-decoration: underline;
	color: #0161DF;
}

footer {
	background: #002358;
	color: #fff;
}
#pagetop {
	position: fixed;
	bottom: 0;
	left: 15px;
}
.bn-recruit {
	position: fixed;
	bottom: 0;
	right: 15px;
}

@media screen and ( max-width: 767px ) {
	.container {
		padding: 0 25px;
	}
	footer .container {
		padding-bottom: 40px;
	}
	.recruit-point-list .thumb {
		width: 280px;
		margin: 0 auto;
	}
	#recruit-6:before { display: none;}
}

/* // TABLET /////////////////////////////////////////////////////////////*/
@media screen and ( min-width: 768px ) {
	.headline-inen { font-size: 18px;}
	.headline-inen span.en { font-size: 65px;}
	.headline-bold,
	.headline-underline { font-size: 40px;}
	.headline-thunder { font-size: 30px;}
	.mainvisual { height: 100dvh;padding-top: 0;}
	.mv-copy-box { left: 50px}
	.mv-copy-box .mv-copy { font-size: 55px;}
	.mv-tooltip img { width: 270px;}
	.mv-img img { margin-top: 0;}
	.index-aboutus {
		background-position: 100% 100%;
		background-size: 697px;
		padding-bottom: 170px;
	}
	.index-recruit { padding: 0;}
	.index-recruit .photo-right {
		width: 50vw;
		margin-right: calc(50% - 50vw);
	}
	#pagetop img { width: 119px;}
	.bn-recruit {
		bottom: auto;
		right: auto;
		top: 100px;
		left: 0;
	}
	.header-bottom-nav:after {
		content: "";
		display: none;
	}
	.header-nav:after {
		content: "";
		width: 137px;
		height: 81px;
		position: absolute;
		bottom: 0;
		right: -25px;
		background: url(images/icn_index_recruit.png) no-repeat 0% 0% / 100%
	}
	.index-recruit:after {
		width: 222px;
		height: 131px;
		top: auto;
		bottom: -36px;
		right: 50vw;
	}
	#recruit-5:before { display: none;}
	#recruit:before,
	#recruit-6:before {
		width: 668px;
		height: 384px;
		top: -115px;
		right: -140px;
		display: block;
	}
	#recruit-6:before {
		top: -287px;
	}
	.recruit-point-list .col-md-4:before { display: none;}
	.recruit-point-list { position: relative;}
	.recruit-point-list:before {
		content: "";
		width: 100vw;
		height: 220px;
		background: url(images/bg_stripe.png) repeat 0% 0% / 1px;
		display: block;
		position: absolute;
		top: 100px;
		left: 0;
		z-index: -1;
		margin: 0 calc(50% - 50vw)
	}
	.voice-tooltip {
		margin-top: 0;
		margin-left: 20px;
		width: calc(100% - 20px);
		padding: 50px 30px;
	}
	.voice-tooltip:after {
		top: 50%;
		left: 0;
		border-width: 10px 20px 10px 0;
		border-color: transparent #ffffff transparent transparent;
		translate: -100% -50%;
	}
	#recruit-3 {
		background-size: 222px;
	}

}

/* // PC    /////////////////////////////////////////////////////////////*/
@media screen and ( min-width: 1024px ) {
	.mv-news {
		width: 475px;
		position: absolute;
		right: 0;
		bottom: 40px;
		border-radius: 6px 0 0 6px;
	}
	.index-school .headline-bold {
		padding-top: 55px;
		background: url(images/icn_index_school.png) no-repeat 100% 0% / 94px;
	}
	.index-store .headline-bold {
		padding-top: 115px;
		background: url(images/icn_index_store.png) no-repeat 100% 0 / 143px;
	}
	.index-factory .headline-bold {
		padding-top: 197px;
		background: url(images/icn_index_factory.png) no-repeat 100% 0% / 293px;
	}
	.index-park .headline-bold {
		padding-top: 213px;
		background: url(images/icn_index_park.png) no-repeat 100% 0% / 294px;
	}
	.index-road .headline-bold {
		padding-top: 164px;
		background: url(images/icn_index_road.png) no-repeat 100% 0% / 330px;
	}
	.voice01 .voice-tooltip:before {
		width: 115px;
		height: 112px;
		top: -74px;
		right: -43px;
	}
	.voice02 .voice-tooltip:before {
		width: 135px;
		height: 129px;
		bottom: -67px;
		left: -53px;
	}
	.recruit-tbl th { width: 15%;}
	.recruit-tbl td { width: 85%;}

}
@media screen and ( min-width: 1200px ) {
	a:hover {
		opacity: 0.6;
	}
	.btn-arrow a:hover {
		background-position: 100% 50%;
		justify-content: start;
		text-decoration: none;
		opacity: 1;
	}
	.contact-form input[type=submit]:hover,
	.contact-form input[type=reset]:hover {
		border-color: #02B7C0;
		background: #02B7C0;
		color: #fff;
	}
	.btn-yellow a:hover {
		background: #002358;
		color: #fff;
		text-decoration: none;
		opacity: 1;
	}
}