@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Google Fonts */
/*
* "Roboto" licensed under the Open Font License.
* https://fonts.google.com/specimen/Roboto
* https://www.google.com/fonts/attribution
* https://openfontlicense.org/open-font-license-official-text/
*/
/*
* "Noto Sans Japanese" licensed under the Open Font License.
* https://fonts.google.com/noto/specimen/Noto+Sans+JP
* https://www.google.com/fonts/attribution
* https://openfontlicense.org/open-font-license-official-text/
*/

/* reset
------------------------------------------------- */
#Contents {
	padding: 0;
}
.OptionWideRWD #Contents {
	padding-right: 0;
	padding-left: 0;
}
#recruit * {
	box-sizing: border-box;
}
#recruit h2, #recruit h3, #recruit h4,
#recruit p,
#recruit dl, #recruit dd,
#recruit figure {
	font-weight: 500;
	margin: 0;
}
#recruit img {
	width: 100%;
}
#recruit h2 {
	background: none;
	padding: 0;
}
#recruit h2 span {
	background: transparent;
	padding: 0;
}
#recruit section {
	padding: 100px 0;
}
.wrap {
	width: min(90%, 1275px);
	margin: 0 auto;
}
.col {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:1304px) {
	#recruit section {
		padding: 80px 0;
	}
}
@media screen and (max-width:767px) {
	.col {
		flex-direction: column;
	}
	.wrap {
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 767px) {
	#recruit section {
		padding: 60px 0;
	}
	#recruit.second section:first-of-type {
		padding: 50px 0 70px;
	}
}

/* サイト共通
------------------------------------------------- */
body {
	margin: 0;
	width: 100%;
}
#recruit {
	font-size: 16px;
	font-size: clamp(15px, 2vw, 16px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #000;
}

/* 共通パーツ
============================ */

/* 第二階層の背景
------------------------------------------------- */
#recruit.second {
	background: #eaf0f7 url("../cmn_images/bg03.jpg") top left no-repeat;
	background-size: 70% auto;
}
@media screen and (max-width: 767px) {
	#recruit.second {
		background: #eaf0f7 url("../cmn_images/bg03.jpg") top left no-repeat;
		background-size: 100% auto;
	}
}

/* 見出し
------------------------------------------------- */
#recruit.second h2 {
	color: #245381;
	font-size: min(5.4vw, 64px);
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 70px;
}
#recruit.second h2 span {
	color: #245381;
	display: block;
	font-size: 22px;
	font-weight: 500;
}
#recruit.second h3 {
	color: #245381;
	font-size: min(3.6vw, 40px);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 40px;
}
#recruit.second h3 span {
	display: block;
	font-size: 60%;
	margin-top: 0.8em;
	line-height: 1.5;
}
#recruit.second h4 {
	color: #245381;
	font-size: min(2.7vw, 32px);
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1.1em;
}
@media screen and (max-width:767px) {
	#recruit.second h2 {
		font-size: 36px;
		margin-bottom: 35px;
	}
	#recruit.second h2 span {
		font-size: 15px;
	}
	#recruit.second h3 {
		font-size: 24px;
	}
	#recruit.second h3 span {
		font-size: 70%;
	}
	#recruit.second h4 {
		font-size: 22px;
	}
}

/* 改行
------------------------------------------------- */
/* スマホだけ改行 */
#recruit br.sp { 
	display: none;
	}
	@media screen and (max-width: 579px) {
	#recruit br.sp {
		display: block;
	}
}
/* PCだけ改行 */
#recruit br.pc { 
	display: block;
	}
	@media screen and (max-width: 579px) {
	#recruit br.pc {
		display: none;
	}
}


/* 余白
------------------------------------------------- */
#recruit .mgnT1 {
	margin-top: 1em;
}

/* 英字フォント
------------------------------------------------- */
#recruit .en {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	letter-spacing: 0.03em;
}

/* ボタン
------------------------------------------------- */
#recruit .btn a {
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	background: #03070f;
	color: #fff;
	height: 52px;
	padding: 0 2.3em;
	border-radius: 100px;
	width: auto;
	min-width: 260px;
	text-decoration: none;
	position: relative;
	line-height: normal;
}
#recruit .btn a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto 0;
	width: 20px;
	height: auto;
	background: url("../cmn_images/arrow.svg") center right no-repeat;
	background-size: 100%;
	z-index: 1;
	transform: translateX(-7px);
	transition: all 0.3s ease;
}
#recruit .btn a:hover::before {
	transform: translateX(0);
}
@media screen and (max-width: 767px) {
	#recruit .btn a {
		height: 46px;
		padding: 0 1.8em;
		min-width: 212px;
	}
	#recruit .btn a::before {
		right: 12px;
		background-size: 90%;
	}
}

/* ボタンSサイズ */
#recruit .btnS a {
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	background: #03070f;
	color: #fff;
	height: 42px;
	padding: 0 1.9em;
	border-radius: 100px;
	width: auto;
	min-width: 160px;
	text-decoration: none;
	position: relative;
	font-size: 15px;
	letter-spacing: 0.05em!important;
	line-height: normal;
}
#recruit .btnS a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto 0;
	width: 16px;
	height: auto;
	background: url("../cmn_images/arrow.svg") center right no-repeat;
	background-size: 16px auto;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
#recruit .btnS a:hover::before {
	transform: translateX(0);
}
@media screen and (max-width: 994px) {
	#recruit .btnS a {
		height: 36px;
		padding: 0 1.5em;
		min-width: 132px;
		font-size: 14px;
	}
	#recruit .btnS a::before {
		right: 10px;
	}
}

/* エントリー
------------------------------------------------- */
section.entry {
	padding-top: 0!important;
}
#recruit .entryArea {
	background: #245381;
	color: #fff;
	padding: 65px 5%;
	margin-bottom: 40px;
}
#recruit .entryArea .boxL {
	display: flex;
	align-items: center;
	flex-basis: 33%;
}
#recruit .entryArea h2 {
	font-size: min(4.2vw, 42px);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 0;
}
#recruit .entryArea h2 span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #fff;
}
#recruit .entryArea .boxR {
	border-left: 1px solid #fff;
	padding-left: 50px;
	flex-basis: 67%;
	align-items: center;
}
#recruit .entryArea .boxR p {
	line-height: 2;
}
#recruit .entryArea .boxR .btnArrow {
	margin-left: 30px!important;
}
#recruit .entryArea .boxR .btnArrow a {
	display: block;
	text-indent: -9999px;
	position: relative;
	width: 88px;
	height: 88px;
}
#recruit .entryArea .boxR .btnArrow a::before,
#recruit .entryArea .boxR .btnArrow a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#recruit .entryArea .boxR .btnArrow a::before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #70cccc;
	transition: all 0.3s ease;
}
#recruit .entryArea .boxR .btnArrow a::after {
	width: 25px;
	height: auto;
	background: url("../cmn_images/arrow.svg") center center no-repeat;
	background-size: 100%;
}
#recruit .entryArea .boxR .btnArrow a:hover::before {
	transform: scale(1.15);
}
@media screen and (max-width: 994px) {
	#recruit .entryArea {
		padding: 40px 5%;
	}
	#recruit .entryArea h2 span {
		padding-bottom: 6px!important;
	}
	#recruit .entryArea .boxR p {
		line-height: 1.75;
	}
}
@media screen and (max-width: 767px) {
	#recruit .entryArea {
		padding: 40px 25px 35px;
	}
	#recruit .entryArea h2 {
		font-size: 30px;
	}
	#recruit .entryArea h2 span {
		font-size: 15px;
	}
	#recruit .entryArea .boxR {
		border-left: none;
		padding-left: 0;
	}
	#recruit .entryArea .boxR p {
		padding-top: 20px;
	}
	#recruit .entryArea .boxR .btnArrow {
		margin-left: 0!important;
	}
}


/* for appear
======================================== */
#recruit.index .wrap, #recruit.second section, #recruit .entryArea {
	position: relative;
	opacity: 0;
	top: 30px;
}
