@charset "utf-8";
.recruit {
	max-width: 100rem;
	margin: 5rem auto 0;
}
.recruit .inner {
	max-width: 86rem;
	margin: 0 auto;
}
.recruit h1 {
	text-align: center;
}
.recruit h1 .ttl{
	margin-top: 1rem;
	display: inline-block;
	font-size: 2.9rem;
	font-family: 'Helvetica','Arial';
	font-weight: bold;
	letter-spacing: 0.1em;
}
.recruit h1 .jp {
	margin-top: 0.5rem;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
}
@media (max-width: 768px) {
	.recruit {
		max-width: 100%;
		margin: 10rem auto 0;
	}
	.recruit .inner {
		max-width: 100%;
		padding: 0 3.5rem;
	}
	.recruit h1 .ttl{
		font-size: 7.5rem;
		letter-spacing: 0.1em;
	}
	.recruit h1 .jp {
		margin-top: 2rem;
		font-size: 3.7rem;
	}
}
/*=====top=====*/
.recruit .linkArea {
	margin-top: 1.5rem;
	border-top: 0.1rem solid #000;
	padding-top: 7.5rem;
	display: flex;
	justify-content: space-between;
}
.recruit .linkArea .link {
	width: 39.5rem;
}
.recruit .linkArea .link a {
	display: block;
	border: 0.3rem solid #000;
}
.recruit .linkArea .link a .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 9.1rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}
.recruit .linkArea .link a .txt::after {
	content: '';
	width: 0.6rem;
	height: 0.9rem;
	background: url(/recruit/img/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.45rem);
	right: 2.5rem;
}
.recruit .linkArea .link .end {
	display: block;
	margin-top: 1rem;
	font-size: 1.8rem;
}
@media (min-width: 769px) {
	.recruit .linkArea .link a:hover {
		border: 0.3rem solid #fff;
		color: #fff;
	}
	.recruit .linkArea .link a .txt {
		overflow: hidden;
		transition: ease .2s;
		position: relative;
		z-index: 5;
	}
	.recruit .linkArea .link a .txt::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: #000;
		width: 100%;
		height: 100%;
		transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 1);
		transform-origin: right top;
		z-index: -1;
	}
	.recruit .linkArea .link a:hover .txt::before {
		transform-origin:left top;
		transform:scale(1, 1);
	}
	.recruit .linkArea .link a:hover .txt::after {
		background: url(/recruit/img/arrow_h.png) no-repeat;
		background-size: contain;
		z-index: 10;
	}
}
@media (max-width: 768px) {
	.recruit .linkArea {
		margin-top: 6.5rem;
		border-top: none;
		padding-top: 0;
		flex-direction: column;
	}
	.recruit .linkArea .link {
		width: 100%;
	}
	.recruit .linkArea .link  + .link {
		margin-top: 7rem;
	}
	.recruit .linkArea .link a {
		padding: 5rem 0 5.5rem;
		border: 0.5rem solid #000;
	}
	.recruit .linkArea .link a .txt {
		font-size: 5.5rem;
		letter-spacing: 0.1em;
		height: auto;
	}
	.recruit .linkArea .link a .txt::after {
		width: 2.4rem;
		height: 3.5rem;
		top: calc(50% - 1.75rem);
		right: 4.5rem;
	}
	.recruit .linkArea .link .end {
		margin-top: 1.5rem;
		font-size: 3.2rem;
	}
}
/*=====各募集要項ページ=====*/
.recruit .recruitBox {
	margin-top: 5rem;
}
.recruit .recruitBox + .recruitBox {
	margin-top: 8rem;
}
.recruit .recruitBox .notice{
	color:#ff0000;
	font-size:28px;
	line-height: 1.4;
	font-weight:bold;
	text-align: center;
	margin-bottom: 5rem;
}
.recruit h2 {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	border: 0.3rem solid #000;
	padding: 2rem;
	margin-bottom: 5rem;
}
.recruit h2.mgb {
	margin-bottom: 2rem;
}
.recruit .lead {
	width: 75%;
	margin: 0 auto 5rem;
	line-height: 1.5;
	margin-bottom: 5rem;
}
.recruit h3 {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	padding: 0 2.5rem 2rem 3rem;
}
.recruit h3 + .end {
	text-align: center;
	padding: 0 2.5rem 2rem 3rem;
}
.recruit .recruitBox dl {
	display: flex;
	padding: 2rem 2.5rem 2rem 3rem;
	border-top: 1px solid #525252;
	font-size: 1.5rem;
	line-height: 3rem;
	letter-spacing: 0.05em;
}
.recruit .recruitBox dl:last-child {
	border-bottom: 1px solid #525252;
}
.recruit .recruitBox dl > dt {
	width: 30%;
}
.recruit .recruitBox dl > dd {
	width: 70%;
}
.recruit .recruitBox dl > dd.bold {
	font-weight: 600;
}
.recruit .recruitBox dl > dd .red {
	color: #ff0000;
}
.recruit .recruitBox dl > dd .en {
	font-family: 'Helvetica','Arial';
}
.recruit .recruitBox dl > dd ul li.big {
	font-size: 1.7rem;
}
.recruit .recruitBox dl > dd ul li.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.recruit .recruitBox dl > dd ul li.indent02 {
	padding-left: 1em;
	text-indent: -1em;
}
.recruit .backLink {
	margin-top: 18.5rem;
	margin-bottom: 15rem;
	font-size: 1.5rem;
	text-align: center;
}
@media (max-width: 768px) {
	.recruit .recruitBox {
		margin-top: 17rem;
	}
	.recruit .recruitBox + .recruitBox {
		margin-top: 15.5rem;
	}
	.recruit h2 {
		font-size: 5.7rem;
		border: 0.5rem solid #000;
		padding: 2rem;
		margin-bottom: 4rem;
	}
	.recruit h2.mgb {
		margin-bottom: 5rem;
	}
	.recruit .lead {
		width: 100%;
		margin: 0 auto 5rem;
		font-size: 3rem;
		line-height: 4.8rem;
		margin-bottom: 10rem;
	}
	.recruit h3 {
		font-size: 4.2rem;
		text-align: center;
		padding: 0;
		margin-bottom: 5.5rem;
	}
	.recruit h3 + .end {
		padding: 0;
		margin-bottom: 5.5rem;
		font-size: 3rem;
	}
	.recruit .recruitBox dl {
		flex-direction: column;
		padding: 0;
		border-top: none;
		font-size: 3rem;
		line-height: 4.8rem;
		letter-spacing: 0.05em;
	}
	.recruit .recruitBox dl:last-child {
		border-bottom: none;
	}
	.recruit .recruitBox dl + dl {
		margin-top: 3rem;
	}
	.recruit .recruitBox dl > dt {
		width: 100%;
		border-bottom: 0.1rem solid #000;
		padding: 1.5rem;
	}
	.recruit .recruitBox dl > dd {
		width: 100%;
		padding: 1.5rem;
	}
	.recruit .recruitBox dl > dd ul li.big {
		font-size: 3rem;
		padding-left: 0;
		text-indent: 0;
	}
	.recruit .recruitBox dl > dd > ul > li {
		padding-left: 1em;
		text-indent: -1em;
	}
	.recruit .recruitBox dl > dd > ul > li.small {
		margin-top: 2rem;
		font-size: 2.4rem;
	}
	.recruit .recruitBox dl > dd ul li.indent {
		padding-left: 0;
		text-indent: 0;
		font-size: 2.4rem;
		margin-top: 2rem
	}
	.recruit .recruitBox dl > dd ul li.indent + .indent {
		margin-top: 0;
	}
	.recruit .backLink {
		margin-top: 22rem;
		margin-bottom: 9rem;
		font-size: 4.3rem;
	}
}

/*=====各募集要項 FAQ=====*/
.faqBox {
	margin-top: 8em;
}

.question {
	border-top: 1px solid #525252;
}

.faqBox .question:last-child {
	border-bottom: 1px solid #525252;
}

.question_text {
	display: flex;
	justify-content: space-between;
	padding: 2rem 2.5rem 2rem 7rem;
	cursor: pointer;
	user-select: none;
	position: relative;
    letter-spacing: 0.05em;
	line-height: 2;
}

.question_text:focus-visible {
	background-color: #e6e6e6;
}

@media (any-hover: hover) {
    .question_text:hover {
		background-color: #e6e6e6;
	}
}

.question_text::before {
	content:"";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/FAQ_q.svg) no-repeat;
	background-size: contain;
	position: absolute;
    left: 3%;
	aspect-ratio: 1 / 1;
}

.answer_text {
	padding: 2rem 2.5rem 2rem 7rem;
	margin: 0;
	display: none;
	position: relative;
	line-height: 1.5;
}

.answer_text::before {
	content:"";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/FAQ_a.svg) no-repeat;
	background-size: contain;
	position: absolute;
    left: 3%;
	aspect-ratio: 1 / 1;
}

.answer_text > .space {
	display: block;
	margin-top: 15px;
}

.question.appear .answer_text {
	display: block;
	animation: 1s fadeIn;
	background-color: #fff8f8;
}

@keyframes fadeIn {
0% {
	opacity: 0;
	transform: translateY(-10px);
}
100% {
	opacity: 1;
	transform: none;
}
}

@media (max-width: 768px) {
	.faqBox {
		margin-top: 17rem;
	}
	.question {
		font-size: 3rem;
	}
	.question_text {
		padding: 4rem 1rem 4rem 8rem;
		line-height: 1.7;
	}
	.answer_text {
		padding: 4rem 3rem 4rem 8rem;
	}
	.question_text::before,
	.answer_text::before {
		left: 7px;
        width: 25px;
        height: 25px;
	}
}
/* FAQ十字icon */
.question .question_text .accordion__icon {
    pointer-events: none;
    width: 26px;
    aspect-ratio: 1/1;
    position: relative;
    min-width: 26px;
}
.question .question_text .accordion__icon::before,
.question .question_text .accordion__icon::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #00cdff;
    width: 100%;
    height: 4px;
    transition: transform 0.25s;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
	border-radius: 2px;
}
.question .question_text .accordion__icon::before {
    transform: translateY(-50%) rotate(0deg);
}
.question.appear .question_text .accordion__icon::before,
.question.appear .question_text .accordion__icon::after {
    transform: translateY(-50%) rotate(180deg);
}