@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

.u-align-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.u-align-left {
	margin-right: auto;
	text-align: left;
}

.u-align-right {
	margin-left: auto;
	text-align: right;
}

@media screen and (min-width: 768px) {

/* ---------------------------------------------------- common
---------------------------------------------------- */

/* title */

.page-title {
	font-size: 41px;
	font-weight: 500;
	box-sizing: border-box;
	width: 100%;
	height: 205px;
	padding: 0 0 0 0;
	text-align: center;
	letter-spacing: .1em;
	color: #41545e;
	background: url(../img/recruit/bg_title.jpg) center center no-repeat;
	background-size: cover;
}

.page-title span {
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .5em;
}

/* inner */

.page-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

/* clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ---------------------------------------------------- recruit
---------------------------------------------------- */

.recruit-title01 {
	font-size: 30px;
	font-weight: 500;
	padding: 35px 0 30px 0;
	text-align: center;
}

/* main */

.recruit-main {
	position: relative;
	margin: 0 0 40px 0;
	text-align: center;
}

.recruit-main-title {
	font-size: 140%;
	font-weight: normal;
	line-height: 1.8;
	padding: 25px 0 0 0;
	text-align: center;
	color: #323232;
}

.recruit-main-ill {
	position: absolute;
	top: 150px;
	left: 50%;
	margin: 0 0 0 275px;
}

/* table */

.recruit-table {
	width: 760px;
	margin: 0 auto 40px auto;
}

.recruit-table th {
	font-size: 140%;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-left: none;
	background: #f0f5f9;
}

.recruit-table td {
	font-size: 140%;
	padding: 13px 25px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-right: none;
}

/* contact */

.recruit-contact {
	width: 630px;
	margin: 0 auto 20px auto;
	padding: 40px 40px 30px 40px;
	text-align: center;
	border: 3px solid #e5ecf2;
}

.recruit-contact-btn {
	padding: 0 0 25px 0;
}

.recruit-contact-btn a {
	font-size: 25px;
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 633px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: #416575;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.recruit-contact-btn a::after {
	position: absolute;
	top: 38%;
	right: 5%;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
}

.recruit-contact-btn a:hover {
	opacity: .9;
}

.recruit-contact-btn a span {
	font-size: 16px;
	width: 100%;
	color: #fff;
}

.recruit-contact-mail {
	margin: 10px 0 0 0;
}

.recruit-contact-mail a {
	font-size: 200%;
	padding: 0 0 0 45px;
	text-decoration: none;
	color: #323232;
	background: url(../img/recruit/icn_mail.png) left center no-repeat;
}

.recruit-contact-mail a:hover {
	text-decoration: underline;
}

.recruit-contact-mail img {
	width: 350px;
}

}

@media screen and (min-width: 769px) {

.sp {
	display: none !important;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

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

.pc {
	display: none !important;
}

}

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

.tab {
	display: none !important;
}

/* ----------------------------------------------------
  common
---------------------------------------------------- */

/* title */

.page-title {
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
	padding: 5.33333vw 0 5.33333vw 0;
	text-align: center;
	background: url(../img/recruit/bg_title.jpg) center center no-repeat;
}

.page-title span {
	font-size: 1.33333vw;
	display: block;
	width: 100%;
	margin-bottom: .66667vw;
	letter-spacing: .2em;
}

/* inner */

.page-inner {
	margin: 0 auto;
	padding: 10px;
}

/* clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ----------------------------------------------------
  recruit
---------------------------------------------------- */

.recruit-title01 {
	font-size: 4.66667vw;
	font-weight: 500;
	padding: 2.66667vw 0 2.66667vw 0;
	text-align: center;
	color: #416575;
}

/* main */

.recruit-main {
	position: relative;
	margin: 5px 0 20px 0;
}

.recruit-main img {
	width: 100%;
	height: auto;
}

.recruit-main-title {
	font-weight: normal;
	padding: 10px 0 0 0;
	color: #323232;
}

/* table */

.recruit-table {
	margin: 0 auto 20px auto;
}

.recruit-table th {
	width: 100px;
	text-align: center;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-left: none;
	background: #f0f5f9;
}

.recruit-table td {
	line-height: 1.5;
	padding: 10px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-right: none;
}

/* contact */

.recruit-contact {
	margin: 0 0 15px 0;
	text-align: center;
}

.recruit-contact-wrap {
	padding: 7px 10px;
	border: 2px solid #e5ecf2;
}

.recruit-contact-btn {
	padding: 0 0 15px 0;
}

.recruit-contact-btn a {
	font-size: 4.4vw;
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 18.66667vw;
	margin: 0 auto;
	padding: 3.33333vw 0;
	text-decoration: none;
	color: #fff;
	background: #416575;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.recruit-contact-btn a::after {
	position: absolute;
	top: 42%;
	right: 5%;
	display: block;
	width: 2.66667vw;
	height: 2.66667vw;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid .53333vw #fff;
	border-right: solid .53333vw #fff;
}

.recruit-contact-btn a:hover {
	opacity: .9;
}

.recruit-contact-btn a span {
	font-size: 3.33333vw;
	width: 100%;
	color: #fff;
}

.recruit-contact-btn img {
	width: 100%;
	height: auto;
}

.recruit-contact-mail {
	margin: 10px 0 0 0;
	padding: 7px 10px 7px 0;
	border: 1px solid #9fbacc;
	background: url(../img/recruit/icn_arrow01.png) 98% center no-repeat #e6f0f7;
	background-size: 8px auto;
}

.recruit-contact-mail a {
	font-size: 18px;
	padding: 0 0 0 30px;
	text-decoration: none;
	color: #40545f;
	background: url(../img/recruit/icn_mail.png) left center no-repeat;
	background-size: 24px auto;
}

.recruit-contact-mail img {
	width: 90%;
}

}

