@charset "UTF-8";
/********************************************************************************

page-recruit.css　Recruit css

********************************************************************************/
/*============================================================
 commonカスタム
*============================================================*/

/*============================================================
 ページヘッダー
*============================================================*/
#page-recruit #page-header {
	background-image: url(../images/recruit/mainvisual-bg.jpg);
}

/*============================================================
 Our Policy
*============================================================*/
#page-recruit #sec-policy {
	border-top: none;
}
#page-recruit #sec-policy .contents {
	letter-spacing: 0.1em;
}
#page-recruit #sec-policy .contents h3 {
	font-size: 22px;
	font-weight: bold;
}
#page-recruit #sec-policy .contents strong {
	font-weight: bold;
}
#page-recruit #sec-policy .contents > * {
	margin-bottom: 24px;
}
#page-recruit #sec-policy .contents > *:last-child {
	margin-bottom: 0;
}

/*============================================================
 Our Value
*============================================================*/
#page-recruit #sec-value .item {
	gap: 48px;
	margin-bottom: 40px;
}
#page-recruit #sec-value .item:last-child {
	margin-bottom: 0;
}
#page-recruit #sec-value .item h3 {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 520px;
	text-align: center;
	border: 38px solid var(--common-color-main);
	padding: 10px;
}
#page-recruit #sec-value .item p {
	width: 390px;
	letter-spacing: 0.1em;
}

/*============================================================
 People
*============================================================*/
#page-recruit #sec-people .block {
	margin-bottom: 40px;
	gap: 40px;
}
#page-recruit #sec-people .block:last-child {
	margin-bottom: 0;
}
#page-recruit #sec-people .block-img {
	width: 34%;
}
#page-recruit #sec-people .block-contents {
	width: 61%;
}
#page-recruit #sec-people .block-contents h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
#page-recruit #sec-people .block-contents h3 .en {
	font-size: 15px;
	display: block;
}
#page-recruit #sec-people .block-contents .text {
	font-size: 16px;
	margin-bottom: 8px;
}
#page-recruit #sec-people .block01 .add {
	margin-top: 12px;
}
#page-recruit #sec-people .block01 .add p {
	font-size: 16px;
	font-weight: bold;
}
#page-recruit #sec-people .block01 .add a {
	font-size: 15px;
	text-decoration: underline;
	color: rgba(57, 82, 102, 0.7);
}
#page-recruit #sec-people .block03 .add {
	font-size: 15px;
}
#page-recruit #sec-people .block03 .add strong {
	font-weight: bold;
}
#page-recruit #sec-people .block03 .add p:not(:last-child) {
	margin-bottom: 8px;
}

/*============================================================
 Company System
*============================================================*/
#page-recruit #sec-company h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 48px;
}
#page-recruit #sec-company ul {
	margin-bottom: 48px;
}
#page-recruit #sec-company ul li {
	max-width: 352px;
	border-bottom: 1px solid var(--common-color-main);
	padding-bottom: 10px;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
	font-size: 17px;
}
#page-recruit #sec-company ul li:first-child {
	max-width: 100%;
}
#page-recruit #sec-company p {
	margin-bottom: 64px;
	letter-spacing: 0.1em;
}
#page-recruit #sec-company .parts-btn {
	margin: 0 auto;
}

@media screen and (max-width: 1008px) {
	/*============================================================
	 Our Value
	============================================================*/
	#page-recruit #sec-value .item {
		gap: 32px;
	}
	
	/*============================================================
	 People
	============================================================*/
	#page-recruit #sec-people .block-img {
		width: 33%;
	}
}

@media screen and (max-width: 767px) {
	/*============================================================
	 Our Policy
	============================================================*/
	#page-recruit #sec-policy .contents h3 {
		font-size: 20px;
	}
	
	/*============================================================
	 Our Value
	============================================================*/
	#page-recruit #sec-value .item {
		gap: 24px;
	}
	#page-recruit #sec-value .item h3 {
		font-size: 16px;
		border: 24px solid var(--common-color-main);
	}
	
	/*============================================================
	 People
	============================================================*/
	#page-recruit #sec-people .block {
		flex-direction: column;
		max-width: 480px;
		margin: 0 auto 40px;
		gap: 24px;
	}
	#page-recruit #sec-people .block-img {
		width: 100%;
	}
	#page-recruit #sec-people .block-contents {
		width: 100%;
	}
	
	/*============================================================
	 Company System
	============================================================*/
	#page-recruit #sec-company h2 {
		margin-bottom: 32px;
	}
}


