@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* 導入
------------------------------------ */
#lead {
}

#leadHeading {
	margin-bottom: 30px;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.58;
	text-align: center;
}

#leadContent {
	margin-bottom: 40px;
}

.leadContentText {
	font-size: 1.8rem;
    font-feature-settings: "palt";
	line-height: 2.2222;
	letter-spacing: 0.05em;
	text-align: center;
}

.leadContentText:not(:last-child) {
	margin-bottom: 25px;
}

#leadImgWrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 60px;
}

.leadImg {
	width: calc(452 / 1200 * 100%);
	text-align: center;
}

.leadImg:nth-child(1) img {
	width: 340px;
	max-width: calc(340 / 452 * 100%);
}


/* 働く環境
------------------------------------ */
#office {
	padding-top: 100px;
}

#officeImgWrap {
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

#officeDescription {
	font-size: 1.8rem;
	line-height: 2.2222;
}

/* 求める人物像
------------------------------------ */
#idealCandidate {
	padding-top: 80px;
}

#idealCandidateWrap {
	width: 821px;
	height: 758px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#idealCandidateWrap::before {
	content: "";
	width: 538px;
	height: 525px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../../img/recruit/ideal-candidate_chart.svg) no-repeat center center / contain;
}

#idealCandidateTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3rem;
	font-weight: 700;
	color: #ECBF25;
}

.idealCandidateItem {
	text-align: center;
	position: absolute;
}

.idealCandidateItemInner {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s, transform 0.5s;
}
.idealCandidateItemInner.inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s;
}

.idealCandidateItemImg {
	margin-bottom: 20px;
}

.idealCandidateItemText {
	font-size: 1.6rem;
}

.idealCandidateItemText span {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 2rem;
	font-weight: 700;
	background: linear-gradient(#FEF575, #FEF575) no-repeat 0 100% / 100% 50%;
}

.idealCandidateItem:nth-child(1) {
	top: 0;
	left: 50%;
	transform: translate(-50%);
}

.idealCandidateItem:nth-child(1) .idealCandidateItemImg img {
	width: 91px;
}

.idealCandidateItem:nth-child(2) {
	top: 135px;
    left: 0;
}

.idealCandidateItem:nth-child(2) .idealCandidateItemImg img {
	width: 117px;
}

.idealCandidateItem:nth-child(3) {
    top: 105px;
    right: 40px;
}

.idealCandidateItem:nth-child(3) .idealCandidateItemImg img {
	width: 110px;
}

.idealCandidateItem:nth-child(4) {
	top: 380px;
    left: 10px;
}

.idealCandidateItem:nth-child(4) .idealCandidateItemImg img {
	width: 114px;
}

.idealCandidateItem:nth-child(5) {
	top: 350px;
	right: 0;
}

.idealCandidateItem:nth-child(5) .idealCandidateItemImg img {
	width: 110px;
}

.idealCandidateItem:nth-child(6) {
    bottom: 0;
    left: calc(50% - 280px);
}

.idealCandidateItem:nth-child(6) .idealCandidateItemImg img {
	width: 112px;
}

.idealCandidateItem:nth-child(7) {
    bottom: 0;
    right: calc(50% - 290px);
}

.idealCandidateItem:nth-child(7) .idealCandidateItemImg img {
	width: 85px;
}

@media screen and (max-width: 881px) {	
	#idealCandidateWrap {
		width: 93.19vw;
		height: 86.039vw;
	}

	#idealCandidateWrap::before {
		width: 61.067vw;
		height: 59.591vw;
	}

	#idealCandidateTitle {
		font-size: 3.405vw;
	}

	.idealCandidateItemImg {
		margin-bottom: 2.27vw;
	}

	.idealCandidateItemText {
		font-size: 1.816vw;
	}

	.idealCandidateItemText span {
		padding-right: 0.568vw;
		padding-left: 0.568vw;
		font-size: 2.27vw;
	}

	.idealCandidateItem:nth-child(1) {
		top: 0;
		left: 50%;
		transform: translate(-50%);
	}

	.idealCandidateItem:nth-child(1) .idealCandidateItemImg img {
		width: 10.329vw;
	}

	.idealCandidateItem:nth-child(2) {
		top: 15.323vw;
		left: 0;
	}

	.idealCandidateItem:nth-child(2) .idealCandidateItemImg img {
		width: 13.28vw;
	}

	.idealCandidateItem:nth-child(3) {
		top: 11.918vw;
		right: 4.54vw;
	}

	.idealCandidateItem:nth-child(3) .idealCandidateItemImg img {
		width: 12.486vw;
	}

	.idealCandidateItem:nth-child(4) {
		top: 43.133vw;
		left: 1.135vw;
	}

	.idealCandidateItem:nth-child(4) .idealCandidateItemImg img {
		width: 12.94vw;
	}

	.idealCandidateItem:nth-child(5) {
		top: 39.728vw;
		right: 0;
	}

	.idealCandidateItem:nth-child(5) .idealCandidateItemImg img {
		width: 12.486vw;
	}

	.idealCandidateItem:nth-child(6) {
		bottom: 0;
		left: calc(50% - 31.782vw);
	}

	.idealCandidateItem:nth-child(6) .idealCandidateItemImg img {
		width: 12.713vw;
	}

	.idealCandidateItem:nth-child(7) {
		bottom: 0;
		right: calc(50% - 32.917vw);
	}

	.idealCandidateItem:nth-child(7) .idealCandidateItemImg img {
		width: 9.648vw;
	}
}

@media screen and (max-width: 767px) {
	#idealCandidateWrap {
		height: 90.667vw;
	}
	
	#idealCandidateTitle {
		font-size: 4.8vw;
	}
	
	.idealCandidateItemText {
		font-size: 2.667vw;
	}
	
	.idealCandidateItemText span {
		font-size: 2.933vw;
	}
	
	.idealCandidateItem:nth-child(6) {
		left: calc(50% - 44vw);
	}
	
	.idealCandidateItem:nth-child(6) .idealCandidateItemImg {
		padding-left: 8vw;
	}
	
	.idealCandidateItem:nth-child(7) {
		right: calc(50% - 44vw);
	}
	
	.idealCandidateItem:nth-child(7) .idealCandidateItemImg {
		padding-right: 8vw;
	}
	
}

/* 働く環境
------------------------------------ */
#requirements {
	padding-top: 100px;
}

.requirementsItem:not(:last-child) {
	margin-bottom: 80px;
}

.requirementsItemTitle {
	margin-bottom: 10px;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #F3F4F6;
}

/* 応募するボタン
------------------------------------ */
.contactBtn {
	background-color: #333333;
	border: 2px solid #333333;
}

.contactBtnText {
	color: #FFFFFF;
	background-image: url(../../img/common/icon_btn_arrow_white.svg);
	opacity: 1;
}
.contactBtn::before,
.contactBtn::after,
.contactBtnInner::before,
.contactBtnInner::after {
	content: none;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	.contactBtn:hover {
		background-color: #FFFFFF;
	}

	.contactBtn:hover .contactBtnText {
		color: #333333;
		background-image: url(../../img/common/icon_btn_arrow_black.svg);
	}
}

/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	#leadImgWrap {
		padding: 0;
		gap: 30px;
	}

	.leadImg {
		flex: auto;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#leadImgWrap {
		gap: 50px;
	}

	#leadHeading {
		font-size: 3.2rem;
	}

	.leadContentText {
		font-size: 1.6rem;
	}
}


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

}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#leadHeading {
		margin-bottom: 20px;
		font-size: 2rem;
	}

	#leadContent {
		margin-bottom: 20px;
	}

	.leadContentText {
		font-size: 1.5rem;
		text-align: left;
	}

	.leadContentText:not(:last-child) {
		margin-bottom: 20px;
	}

	#leadImgWrap {
		flex-direction: column;
		gap: 0;
	}

	.leadImg {
		width: 80%;
	}

	.leadImg:nth-child(1) {
		margin-right: auto;
		margin-bottom: -30px;
		text-align: left;
	}

	#office {
		padding-top: 60px;
	}

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

	.officeImg img {
		width: 100%;
		height: 100%;
		aspect-ratio: 716 / 516;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#officeDescription {
		font-size: 1.5rem;
	}

	#idealCandidate {
		padding-top: 60px;
	}

	#requirements {
		padding-top: 60px;
	}

	.requirementsItem:not(:last-child) {
		margin-bottom: 60px;
	}

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