@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#recruitMv {
	width: calc(100% - 80px);
	height: 45vw;
	margin: 0 auto 100px;
	padding: 10vw 0 0 40px;
	background: url(../../img/recruit/recruit_mv.jpg) right 0 / cover no-repeat;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

#recruitTit {
	font-size: 2rem;
	letter-spacing: 0.2em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-weight: bold;
}

#recruitTit span {
	padding: 2px 20px;
	font-size: 1.5rem;
	letter-spacing: normal;
	background: #FFF;
	font-weight: bold;
}

#recruitCopy {
	font-size: clamp(2rem,2.3vw,3.3rem);
	font-weight: bold;
	color: #0f74c9;
}

/* 紹介メッセージ */
/* ----------------------------------- */
#introTxt {
	position: relative;
	padding-bottom: 30vw;
}

#introTxt::before {
	content: "";
	width: 35vw;
	height: 80vw;
	background: url(../../img/recruit/decoration1.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -25vw;
	left: 0;
	z-index: -2;
}

#introTxt::after {
	content: "";
	width: 45vw;
	height: 76vw;
	background: url(../../img/recruit/decoration2.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: 10vw;
	right: 0;
	z-index: -2;
}

#introTxtIn {
	width: 730px;
	margin: 0 auto;
}

#introTxtIn h2 {
	padding-bottom: 2em;
	font-size: 2rem;
	line-height: 2;
}

#introTxtIn p {
	padding-bottom: 2em;
	font-size: 2rem;
	line-height: 2;
}

#introImg1 {
	width: 15vw;
	position: absolute;
	top: 0vw;
	left: 3vw;
}

#introImg1 img {
	width: 100%;
	height: auto;
}

#introImg2 {
	width: 25vw;
	position: absolute;
	bottom: 25vw;
	right: 3vw;
}

#introImg2 img {
	width: 100%;
	height: auto;
}

#introImg3 {
	width: 26vw;
	position: absolute;
	bottom: 7vw;
	left: 3vw;
}

#introImg3 img {
	width: 100%;
	height: auto;
}


/* 施工管理業務の紹介 */
/* ----------------------------------- */
#workDetails {
	padding-bottom: 100px;
}

#workDetailsImg {
	padding-bottom: 30px;
	width: 100%;
}

#workDetailsImg img {
	width: 100%;
	height: auto;
}

#workDetailsListWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 	2%;
}

.workDetailsList {
	width: 32%;
	padding: 20px;
	border: 1px solid #dcdcdc;
}

.workDetailsList dt {
	padding-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #0f74c9;
}

.workDetailsList dt.num::before {
	content: attr(data-num);
	padding-right: 10px;
	font-size: 3rem;
	background-size: contain;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	line-height: 1;
}

#backupWrap::before {
	content: "";
	width: 115px;
	height: 250px;
	background: url(../../img/recruit/decoration3.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: -1;
}

/* バックアップ体制 */
/* ----------------------------------- */
#backupWrap {
	padding-top: 100px;
	padding-bottom: 180px;
	position: relative;
	overflow: hidden;
}

#backupWrap::before {
	content: "";
	width: 265px;
	height: 291px;
	background: url(../../img/recruit/decoration3.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.backup {
	transform: rotate(-6deg) skew(-6deg) translate(-1%,0);
	width: 102%;
	display: flex;
	justify-content: center;
	margin-bottom: 0.2vw;

}

.backup::before {
	content: "";
	width: 110%;
	height: 1px;
	background: #0f74c9;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

.backup:last-child::after {
	content: "";
	width: 110%;
	height: 1px;
	background: #0f74c9;
	display: inline-block;position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

.backupImg {
	width: 50%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.backupImg img {
	height: 110%;
	width: 110%;
	object-fit: cover;
	display: block;
	transform: skew(6deg) translate(-2vw , 0);
}

.backupDetail {
	width: 50%;
	padding: 30px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	font-size: clamp(1.4rem,1.4vw,1.8rem);
	line-height: 2.8rem;
	transform: rotate(6deg) skew(6deg);
}

.backupDetail h3 {
	padding-bottom: 15px;
	font-size: clamp(2rem,1.4vw,2.4rem);
	font-weight: bold;
}

/* 人物像 */
/* ----------------------------------- */
#profile {
	padding-bottom: 100px;
	position: relative;
}

#profile::before {
	content: "";
	width: 421px;
	height: 419px;
	background: url(../../img/recruit/decoration4.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -330px;
	right: 0;
	z-index: -1;
}



#profileDetail {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#profileDetail::before {
	content: "";
	width: 246px;
	height: 395px;
	background: url(../../img/recruit/recruit_img9.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#profileDetailIn {
	flex: 1;
	font-size: 1.6rem;
}

#profileDetailIn p {
	padding-bottom: 1em;
}

#profileList {
	padding: 30px;
	margin-bottom: 1em;
	background: #eef4f8;
	font-weight: bold;
}

#profileList li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

#profileList li::before {
	content: "";
	width: 17px;
	height: 14px;
	background: url(../../img/recruit/icon_check2.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

#profileList li:not(:last-child) {
	padding-bottom: 20px;
}

/* 福利厚生 */
/* ----------------------------------- */
#benefits {
	padding-bottom: 100px;
	position: relative;
}

#benefits::before {
	content: "";
	width: 370px;
	height: 460px;
	background: url(../../img/recruit/decoration5.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
}

#benefitsWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}

.benefit {
	width: 48%;
	padding: 20px;
	border: 1px solid #a0a0a0;
	font-size: 1.6rem;
	background: #FFF;
}

.benefit p:not(:last-child) {
	padding-bottom: 1em;
}

/* 先輩インタビュー  */
/* ----------------------------------- */
#interviewWrap {
	padding-bottom: 100px;
	position: relative;
}

#interviewWrap::before {
	content: "";
	width: 376px;
	height: 797px;
	background: url(../../img/recruit/decoration6.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -160px;
	right: 0;
	z-index: -1;
}

#interview li a {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5%;
}

.interviewImg {
	width: 35%;
}

.interviewImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interviewInfo {
	flex: 1;
	padding: 5%;
	border: 1px solid #0f74c9;
	background: url(../../img/recruit/icon_popup.svg) right 20px bottom 20px no-repeat #fff;
}

.copy {
	padding-bottom: 0.5em;
	font-size: 2.4rem;
	font-weight: bold;
}

.name {
	text-align: right;
	font-size: 2.3rem;
}

.name span {
	font-size: 1.6rem;
}

.interviewModal {
	width: 1000px;
	padding: 30px 30px 100px 30px;
	background: #FFF;
	border-radius: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.interviewModalImg {
	padding-bottom: 20px;
}

.interviewModalImg img {
	width: 100%;
	height: auto;
}

.interviewName {
	font-size: 1.6rem;
}

.interviewName {
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.interviewName span {
	padding-right: 10px;
	font-size: 1.4rem;
}

.interviewCopy {
	padding-bottom: 30px;
	font-size: 3rem;
	font-weight: bold;
}

.interviewModal dt {
	padding: 15px 20px;
	margin-bottom: 10px;
	font-size: 2rem;
	background: #e5e5e5;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.interviewModal dd {
	padding-bottom: 30px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.lity-wrap {
	padding: 50px!important;
}


.lity-container {
	overflow: hidden;
	border-radius: 10px;
}

.lity-close {
	z-index: 9994;
	width: 70px;
	height: 70px;
	background: url(../../img/recruit/btn_close.svg) 0 0 / contain no-repeat!important;
	position: fixed;
	right: 20px;
	top: 20px;
	font-size: 0!important;
	transition: all 0.3s ease-in-out 0s;
}

.lity-close:hover {
	opacity: 0.7;
}

/* ランチ */
/* ----------------------------------- */
#lunch {
	padding: 30px;
	margin-bottom: 100px;
	background: #0f74c9;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#lunchImg {
	width: 320px;
}

#lunchImg img {
	width: 100%;
}

#lunchDetail {
	flex: 1;
	font-size: 1.8rem;
}

#lunchDetail p {
	padding-bottom: 20px;
	font-size: 1.8rem;
	color: #FFF;
}

#lunchDetail h2 {
	margin-bottom: 10px;
	font-size: 3rem;
	color: #fffc00;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	line-height: 1.1;
	font-weight: bold;
}

#lunchDetail h2::before {
	content: "";
	width: 59px;
	height: 60px;
	background: url(../../img/recruit/icon_lunch.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#lunchContact {
	background: #FFF;
	display: flex;
	align-items: center;
	gap: 20px;
}

#lunchTelWrap {
	display: flex;
	align-items: center;
	gap: 5px;
}

#lunchDetail #lunchTel {
	padding: 10px 0 10px 20px;
	font-size: 3rem;
	color: #0f74c9;
	font-family: "Oswald", sans-serif;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#lunchTel::before {
	content: "";
	width: 21px;
	height: 21px;
	background: url(../../img/common/icon_tel.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#lunchDetail #lunchTime {
	padding: 10px 0;
	font-size: 1.4rem;
	color: #333;
	line-height: 1;
}


/* 募集要項 */
/* ----------------------------------- */
#recruitment dt {
	padding-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}

#recruitment table {
	width: 100%;
	margin-bottom: 40px;
}

#recruitment th {
	padding: 20px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
	background: #eef4f8;
	color: #0f74c9;
	font-weight: bold;
	font-size: 1.6rem;
	vertical-align: middle;
}

#recruitment th::before {
	content: "";
	width: 100%;
	height: 5px;
	background: #FFF;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
}

#recruitment th::after {
	content: "";
	width: 100%;
	height: 5px;
	background: #FFF;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

#recruitment td {
	padding: 20px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	font-size: 1.6rem;
}

#entry {
	padding-bottom: 100px;
	text-align: center;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* MV */
	/* ----------------------------------- */	
	#recruitMv {
		width: 100%;
		padding: 50px 4%;
		margin: 0 auto 40px;
	}

	/* 紹介メッセージ */
	/* ----------------------------------- */
	#introTxt {
		padding-bottom: 50vw;
	}

	#introTxtIn {
		width: 100%;
		padding: 0 4%;
	}

	#introTxtIn h2,
	#introTxtIn p {
		padding-bottom: 2em;
		font-size: 1.7rem;
		line-height: 1.8;
	}

	#introTxt::before {
		width: 65vw;
		height: 155vw;
		opacity: 0.1;
	}

	#introTxt::after {
		width: 65vw;
		height: 110vw;
		opacity: 0.1;
	}

	#introImg1 {
		width: 35vw;
		position: absolute;
		top: auto;
		left: 37vw;
		bottom: 6vw;
	}

	#introImg3 {
		width: 30vw;
		position: absolute;
		bottom: 22vw;
		left: 3vw;
	}

	/* 施工管理業務の紹介 */
	/* ----------------------------------- */
	#workDetails {
		padding-bottom: 0px;
	}

	#workDetailsImg {
		padding-bottom: 10px;
		width: 100%;
	}

	#workDetailsListWrap {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 2%;
	}

	.workDetailsList {
		width: 49%;
		padding: 20px;
		border: 1px solid #dcdcdc;
	}

	/* バックアップ体制 */
	/* ----------------------------------- */
	
	#backupWrap {
		padding-bottom: 110px;
		padding-top: 120px;
	}

	#backupWrap::before {
		width: 145px;
		height: 160px;
		top: 82px;
	}

	.backup {
		flex-wrap: wrap;
		background: #FFF;
	}

	.backupImg {
		width: 50%;
		order: 1;
	}

	.backupDetail {
		width: 50%;
		padding: 40px 5% 30px 5%;
		order: 2;
		font-size: clamp(1.6rem,1.4vw,1.8rem);
	}

	/* 求める人物像 */
	/* ----------------------------------- */
	#profile {
		padding-bottom: 60px;
	}

	#profile::before {
		width: 190px;
		height: 195px;
		top: -180px;
	}

	#profileDetail {
		gap: 20px;
		flex-direction: column;
	}

	#profileDetail::before {
		width: 170px;
		height: 275px;
		margin: 0 auto;
	}

	#profileList li {
		flex-wrap: nowrap;
		align-items: baseline;
	}

	#profileList li span {
		flex: 1;
	}

	/* 社内制度・福利厚生 */
	/* ----------------------------------- */
	#benefitsWrap {
		gap: 10px 2%;
		flex-direction: column;
	}

	.benefit {
		width: 100%;
		padding: 20px;
		border: 1px solid #a0a0a0;
		font-size: 1.6rem;
		background: #FFF;
	}
	
	#benefits::before {
		width: 230px;
		height: 290px;
	}

	.benefit img {
		max-width: 100%;
	}

	/* 先輩インタビュー */
	/* ----------------------------------- */
	#interviewWrap::before {
		width: 125px;
		height: 267px;
		top: -70px;
	}

	#interview li a {
		margin-bottom: 20px;
		gap: 5px;
	}

	.interviewImg {
		width: 30%;
	}

	.interviewInfo {
		flex: 1;
		padding: 5%;
		border: 1px solid #0f74c9;
		background: url(../../img/recruit/icon_popup.svg) right 15px bottom 15px / 25px 15px no-repeat #fff;
	}

	.copy {
		padding-bottom: 0.5em;
		font-size: clamp(1.6rem, 2.5vw, 2rem);
		font-weight: bold;
	}

	.name {
		font-size: clamp(1.4rem, 2.5vw, 1.6rem);
	}

	.name span {
		font-size: clamp(1.2rem, 2.5vw, 1.4rem);
	}

	.lity-wrap {
		padding: 4% !important;
	}

	.lity-container {
		position: relative;
	}

	.lity-close {
		width: 40px;
		height: 40px;
		right: 4%;
		top: 15px;
		position: absolute;
	}

	.lity-close:hover {
		width: 40px;
		height: 40px;
	}

	.interviewModal {
		width: 100%;
		padding: 20% 4% 8% 4%;
		border-radius: 5px;
	}

	.interviewCopy {
		font-size: 2rem;
	}

	.interviewModal dt {
		font-size: 1.6rem;
	}

	.interviewModal dd {
		font-size: 1.6rem;
	}

	#interviewWrap {
		padding-bottom: 60px;
		position: relative;
	}

	/* 社長とランチ */
	/* ----------------------------------- */
	#lunch {
		padding: 30px;
		margin-bottom: 80px;
		background: #0f74c9;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		gap: 30px;
	}

	#lunchImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#lunchDetail h2 {
		font-size: 2rem;
	}

	#lunchDetail h2::before {
		width: 34px;
		height: 39px;
	}

	#lunchDetail p {
		padding-bottom: 20px;
		font-size: 1.6rem;
		color: #FFF;
	}

	#lunchContact {
		padding: 15px 0;
		flex-direction: column;
		gap: 0px;
	}
	
	#lunchTelWrap {
		padding: 0 0 5px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		width: 100%;
	}

	#lunchDetail #lunchTel {
		padding: 0;
		font-size: 2.8rem;
	}

	#lunchTel a {
		color: #0f74c9;
	}

	#recruitment th {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#recruitment td {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		border-top: none;
		border-bottom: none;
	}

	#entry {
		padding-bottom: 60px;
		text-align: center;
	}
	
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

	#recruitMv {
		width: 100%;
		padding: 50px 4%;
		height: 150vw;
		margin: 0 auto 40px;
		background: url(../../img/recruit/recruit_mv_sp.jpg) 0 bottom / cover no-repeat;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	#recruitCopy {
		font-size: clamp(1.8rem,2.3vw,3rem);
	}

	#recruitTit {
		font-size: 1.8rem;
	}

	#introTxt::before {
		opacity: 0.3;
	}

	#introTxt::after {
		opacity: 0.3;
	}

	#introImg1 {
		width: 35vw;
		position: absolute;
		top: auto;
		left: 30vw;
		bottom: 6vw;
	}

	#introImg3 {
		width: 30vw;
		position: absolute;
		bottom: 27vw;
		left: 3vw;
	}

	#workDetailsListWrap {
		flex-direction: column;
	}

	.workDetailsList {
		width: 100%;
		padding: 20px;
		border: 1px solid #dcdcdc;
	}

	.backupImg {
		width: 100%;
		order: 1;
	}

	.backupDetail {
		width: 100%;
		padding: 40px 5% 30px 5%;
		order: 2;
		font-size: clamp(1.6rem,1.4vw,1.8rem);
	}

	#backupWrap::before {
		width: 145px;
		height: 160px;
		top: 15px;
	}

	#interview li a {
		margin-bottom: 20px;
		flex-direction: column;
		gap: 5px 0;
	}

	.interviewImg {
		width: 100%;
	}

	.interviewInfo {
		flex: 1;
		padding: 5%;
		border: 1px solid #0f74c9;
		background: url(../../img/recruit/icon_popup.svg) left 15px bottom 15px / 18px 12px no-repeat #fff;
	}

	/* 社長とランチ */
	/* ----------------------------------- */
	
	#lunch {
		padding: 30px 4%;
		margin-bottom: 60px;
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	#lunchImg {
		width: 100%;
	}

	#lunchImg img {
		width: 100%;
	}

	#lunchDetail h2 {
		font-size: 2rem;
	}

	#lunchDetail h2::before {
		width: 34px;
		height: 39px;
	}

	#lunchDetail p {
		padding-bottom: 20px;
		font-size: 1.6rem;
		color: #FFF;
	}

	#lunchContact {
		padding: 15px 0;
		flex-direction: column;
		gap: 0px;
	}
	
	#lunchTelWrap {
		padding: 0 0 5px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		width: 100%;
	}

	#lunchDetail #lunchTel {
		padding: 0;
		font-size: 2.8rem;
	}

	#lunchTel a {
		color: #0f74c9;
	}
}