@charset "utf-8";
/* Recruit CSS
------------------------------- */

/* --------------------------------------
sec-intro
-------------------------------------- */
@media (max-width: 374px) {
	.sec-intro .mttl .iblock {
		display: contents;
	}
}

/* --------------------------------------
sec-person
-------------------------------------- */
.sec-person {
	position: relative;
	z-index: 0;
}
.sec-person .container {
	display: flex;
}
.sec-person .ttl {
	width: 140px;
	flex: 0 0 auto;
	writing-mode: vertical-rl;
}
.sec-person .txt-sub {
	margin-left: 20px;
}
.sec-person .person-list {
	position: relative;
	z-index: 0;
	counter-reset: number 0;
}
.sec-person .list-item {
	position: relative;
}
.sec-person .head,
.sec-person .desc {
	padding-left: 35px;
}
.sec-person .head {
	position: relative;
	z-index: 0;
	width: fit-content;
	line-height: 1.1;
	padding-bottom: 5px;
}
.sec-person .head::before {
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
	position: absolute;
	bottom: 0;
	right: calc(100% - 0.17em);
	display: block;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 11.0rem; font-size: clamp(5.5rem, 1.8336rem + 7.64vw, 11rem);
	font-weight: 400;
	line-height: 0.74;
	color: #fff;
}
.sec-person .head::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 0.35em;
	background-color: #b3090d;
}
.sec-person .img-area {
	width: 100%;
}
.sec-person .list-item:nth-child(1) .img-wrap {
	max-width: 248px;
}
.sec-person .list-item:nth-child(2) .img-wrap {
	max-width: 270px;
}
.sec-person .list-item:nth-child(3) .img-wrap {
	max-width: 214px;
}
.sec-person .cont-area {
	display: flex;
	width: 100%;
}
.sec-person .bg-red {
	position: relative;
	width: clamp(50px, 17%, 205px);
	flex: 0 0 auto;
}
.sec-person .bg-red::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	display: block;
	width: 50vw;
	height: 100%;
	background-color: #b3090d;
}
@media (min-width: 1200px) {
	
	.sec-person .list-item:nth-child(1) .txt-area {
		margin-right: 33%;
	}
	.sec-person .list-item:nth-child(2) .txt-area {
		margin-right: 33%;
	}
	.sec-person .list-item:nth-child(3) .txt-area {
		margin-right: 25%;
	}
	.sec-person .img-area {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sec-person .list-item:nth-child(1) .img-area {
		bottom: -25px;
	}
	.sec-person .list-item:nth-child(2) .img-area {
		bottom: -10px;
	}
	.sec-person .list-item:nth-child(3) .img-area {
		bottom: -10px;
	}
	.sec-person .img-wrap {
		margin-left: auto;
	}
	.sec-person .list-item:nth-child(1) .img-wrap {
		width: 24.2%;
	}
	.sec-person .list-item:nth-child(2) .img-wrap {
		width: 26.3%;
	}
	.sec-person .list-item:nth-child(3) .img-wrap {
		width: 20.9%;
	}
	.sec-person .list-item:nth-child(1) .img-wrap img {
		transform: translate(-35px, 2px);
	}
	.sec-person .list-item:nth-child(2) .img-wrap img {
		transform: translate(14px, -2px);
	}
	.sec-person .list-item:nth-child(3) .img-wrap img {
		transform: translate(0px, 5px);
	}
}
@media (max-width: 1199px) {
	.sec-person .img-area {
		padding-top: 50px;
	}
	.sec-person .img-wrap {
		margin: 0 auto;
	}
}
@media (max-width: 1023px) {
	.sec-person::before {
		display: none;
	}
	.sec-person .container {
		flex-direction: column;
	}
	.sec-person .ttl {
		color: #000;
		width: auto;
		padding: 50px 0 20px;
		background-color: transparent;
		writing-mode: horizontal-tb;
	}
	.sec-person .txt-sub {
		margin: 0 0 10px;
	}
	.sec-person .head::before {
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}
	.sec-person .person-list {
		padding-top: 0;
	}
	.sec-person .list-item:nth-child(1) {
		padding-top: clamp(6rem, 3.3328rem + 5.56vw, 10rem);
	}
}
@media (max-width: 767px) {
	.sec-person .head,
	.sec-person .desc {
		padding-left: 20px;
	}
	.sec-person .bg-red {
		width: 10%;
	}
}
@media (max-width: 480px) {
	.sec-person .head::before {
		font-size: 4.5rem
	}
	.sec-person .img-area {
		padding-left: 10px;
	}
}

/* --------------------------------------
sec-recruitment
-------------------------------------- */
.sec-recruitment .wrap-recruitment {
	background-color: #f1f1f1;
}
.sec-recruitment .container-sec {
	display: flex;
}
.sec-recruitment .container-sec .container-left {
	padding-right: 3%;
}
.sec-recruitment .container-sec .container-right {
	flex: 1;
}
.sec-recruitment .btn-area {
	position: relative;
	z-index: 0;
}
.sec-recruitment .btn-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #f1f1f1;
}
.sec-recruitment .wrap-btn {
	max-width: 1140px;
}
.sec-recruitment .btn-box {
	position: relative;
	width: 100%;
	z-index: 0;
	padding-left: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background-color: #000;
	overflow: hidden;
	transition: background-color 0.28s ease;
}
.sec-recruitment .btn-area .txt {
	position: relative;
	padding-left: 40px;
	flex: 1;
}
.sec-recruitment .btn-area .txt::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	margin-block: auto;
	background-color: #b3090d;
	border-radius: 50%;
}
.sec-recruitment .btn-area .entry-box {
	display: flex;
	align-items: center;
	column-gap: 35px;
	margin-right: -0.6%;
}
.sec-recruitment .btn-area .arrow {
	display: inline-block;
	margin-left: -6px;
}
.sec-recruitment .btn-area .arrow::before,
.sec-recruitment .btn-area .arrow:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	border-top: 2px solid #b3090d;
	border-right: 2px solid #b3090d;
	transform: translateY(50%) rotate(45deg);
	transform-origin: top right;
}
.sec-recruitment .btn-area .arrow::before {
	transform: translate(3px, 50%) rotate(45deg);
}
.sec-recruitment .btn-area .txt-entry {
	line-height: 0.87;
	margin-top: -10px;
}
@media (min-width: 768px) {
	.sec-recruitment .btn-area a:hover .btn-box {
		background-color: rgba(0, 0, 0, 0.95);
	}
	.sec-recruitment .btn-area .arrow-box {
		transition: transform 0.28s ease;
	}
	.sec-recruitment .btn-area a:hover .arrow-box {
		transform: translateX(370px);
	}
}
@media (max-width: 1199px) {
	.sec-recruitment .container-sec {
		flex-direction: column;
		row-gap: 50px;
	}
	.sec-recruitment .container-sec .container-left {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.sec-recruitment .btn-box {
		justify-content: normal;
		align-items: normal;
		flex-direction: column;
	}
	.sec-recruitment .btn-box {
		padding-left: 30px;
	}
	.sec-recruitment .btn-area .entry-box {
		align-self: flex-end;
	}
	.sec-recruitment .btn-area .txt {
		padding-right: 30px;
	}
	.sec-recruitment .btn-area .txt .iblock {
		display: contents;
	}
}