@charset "utf-8";
.recruit_modal_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 110vh;
		background: rgba(0, 0, 0, 0.8);
		display: none;
}
.recruit_modal_container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		z-index: 9999;
		display: flex;
		justify-content: center;
		display: none;
		overflow: auto;
}
.recruit_modal_wrap {
		width: 800px;
		margin: 0 auto;
		background: #310140;
		border-left: 2px solid #d000df;
		border-right: 2px solid #d000df;
		box-sizing: border-box;
		padding: 60px 15px 60px 35px;
		position: relative;
		z-index: 10;
		height: 100vh;
		height: 100dvh;
}
.recruit_modal_hd {
		margin-bottom: 40px;
}
.recruit_modal_hd_en {
		font-family: 'Rajdhani', sans-serif;
		font-size: 32px;
		font-weight: 400;
		letter-spacing: 0.02em;
		margin: 0;
}
.recruit_modal_hd_jp {
		font-size: 14px;
}
.recruit_modal_wrap .modal_close {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 18px;
		right: 18px;
		cursor: pointer;
}
.modal_close::before, .modal_close::after {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		width: 20px;
		height: 1px;
		background: #fff;
		pointer-events: none;
}
.modal_close::before {
		transform: rotate(45deg)
}
.modal_close::after {
		transform: rotate(-45deg)
}
@media (hover: hover) {
		.modal_close:hover::before, .modal_close:hover::after {
				background: #ffde00;
		}
}
.recruit_modal_cont {
		height: calc(100vh - 100px);
		padding-right: 40px;
		overflow: auto;
}
.recruit_modal_cont p {
		line-height: 1.8;
}
.recruit_modal_hdr_flex {
		display: flex;
		align-items: center;
		margin: 0 0 30px;
}
.recruit_modal_hdr_flex h4 {
		font-size: 32px;
		font-weight: 500;
		margin: 0 40px 0 0;
		white-space: nowrap;
}
.recruit_modal_hdr_flex h4.extra {
		font-size: 26px;
}
.recruit_modal_hdr_flex ul {
		display: flex;
		list-style: none;
		flex-wrap: wrap;
}
.recruit_modal_hdr_flex li {
		margin-right: 20px;
		position: relative;
}
.recruit_modal_hdr_flex li:last-child {
		margin-right: 0;
}
.recruit_modal_hdr_flex li::after {
		content: '/';
		display: block;
		position: absolute;
		top: 0;
		right: -15px;
}
.recruit_modal_hdr_flex li:last-child::after {
		display: none;
}
.recruit_modal_hdr_left {
		margin-right: 60px;
}
.recruit_catch {
		font-size: 20px;
		margin-left: 15px;
}
.recruit_catch li {
		list-style: none;
		position: relative;
		font-size: 20px;
		margin: 0 0 10px;
}
.recruit_catch li::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 4px);
		left: -15px;
		width: 8px;
		height: 8px;
		background: #ffde00;
		border-radius: 50%;
}
.recruit_modal_hdr_catch {
		margin-bottom: 30px;
}
.recruit_col {
		margin: 0 0 45px;
}
.recruit_col:last-child {
		margin-bottom: 100px;
}
.recruit_col h5 {
		font-size: 24px;
		font-weight: 500;
		padding: 0 0 12px;
		margin: 0 0 20px;
		border-bottom: 1px solid #d000df;
}
.recruit_col dd ul {
		margin: 0 0 1em 1em;
}
.recruit_col dd ul li {
		list-style: none;
		position: relative;
		margin: 0 0 10px;
}
.recruit_col dd ul li::after {
		content: '・';
		display: block;
		position: absolute;
		top: 0;
		left: -1em;
}
.recruit_col dd p {
		margin: 0 0 1em;
}
.recruit_entry_btn {
		margin: 0 0 50px;
		width: 260px;
}
.recruit_entry_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		height: 60px;
		font-family: 'Rajdhani', sans-serif;
		font-size: 24px;
		font-weight: 400;
		position: relative;
}
.recruit_entry_btn a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #51035f;
		transition: opacity 0.5s;
}
.recruit_entry_btn span {
		display: inline-block;
		position: relative;
		z-index: 5;
}
@media (hover: hover) {
		.recruit_entry_btn a:hover {
				color: #ffde00;
				background: #854e8f;
		}
		.recruit_entry_btn a:hover::before {
				opacity: 0.7;
		}
}
.recruit_entry_btn a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 3px);
		right: 18px;
		width: 5px;
		height: 11px;
		background: url(../images/item_arrow_right.svg) no-repeat 0 0;
		background-size: 5px;
}
.recruit_entry_btn a .btn_upper, .recruit_entry_btn a .btn_bottom {
		position: absolute;
		left: 0;
		width: 100%;
		pointer-events: none;
}
.recruit_entry_btn a .btn_upper {
		top: 0;
}
.recruit_entry_btn a .btn_bottom {
		bottom: 0;
}
.recruit_entry_btn a .btn_upper::before, .recruit_entry_btn a .btn_upper::after, .recruit_entry_btn a .btn_bottom::before, .recruit_entry_btn a .btn_bottom::after {
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 4px;
		height: 4px
}
.btn_upper::before {
		border-top: 1px solid #ffde00;
		border-left: 1px solid #ffde00;
		top: 0;
		left: 0;
}
.btn_upper::after {
		border-top: 1px solid #ffde00;
		border-right: 1px solid #ffde00;
		top: 0;
		right: 0;
}
.btn_bottom::before {
		border-bottom: 1px solid #ffde00;
		border-left: 1px solid #ffde00;
		bottom: 0;
		left: 0;
}
.btn_bottom::after {
		border-bottom: 1px solid #ffde00;
		border-right: 1px solid #ffde00;
		bottom: 0;
		right: 0;
}
@media(max-width: 1194px) {
		.recruit_modal_wrap {
				padding-top: 50px;
		}
}
@media(max-width: 840px) {
		.recruit_modal_wrap {
				width: 700px;
				padding: 50px 15px 60px 35px;
		}
		.recruit_modal_hdr_flex {
				display: flex;
				align-items: flex-start;
		}
		.recruit_modal_hdr_flex h4 {
				font-size: 30px;
				line-height: 1.2;
		}
}
@media(min-width: 768px) {
		.recruit_col dt {
				pointer-events: none;
		}
}
@media(max-width: 767px) {
		.recruit_modal_container {
				padding: 0 15px;
				box-sizing: border-box;
		}
		.mobileAndroid .recruit_modal_container {
				padding: 0
		}
		.recruit_modal_wrap {
				max-width: 700px;
				width: 100%;
				padding: 50px 0 40px 20px;
		}
		.recruit_modal_cont {
				padding-right: 20px;
				height: calc(100vh - 100px);
		}
		.recruit_modal_hdr_flex h4, .recruit_modal_hdr_flex h4.extra {
				font-size: 24px;
				margin: 0 0 20px;
		}
		.recruit_modal_hdr_flex {
				display: block;
		}
		.recruit_modal_hdr_flex ul {
				display: block;
		}
		.recruit_modal_hdr_flex li {
				margin: 0 0 5px;
		}
		.recruit_modal_hdr_flex li::after {
				display: none;
		}
		.recruit_catch li {
				font-size: 18px;
				margin: 0 0 5px;
		}
		.recruit_catch li::after {
				top: calc(50% - 3px);
				left: -15px;
				width: 6px;
				height: 6px;
		}
		.recruit_entry_btn {
				margin: 0 0 50px;
				width: 180px;
				font-size: 20px;
		}
		.recruit_entry_btn a {
				height: 50px;
				font-size: 20px;
		}
		.recruit_col h5 {
				font-size: 18px;
				margin: 0;
				padding: 0;
				border-bottom: none;
		}
		.recruit_col dt {
				padding: 0;
				position: relative;
				border-top: 1px solid #d000df;
				cursor: pointer;
				height: 57px;
				display: flex;
				align-items: center;
		}
		.recruit_col dd {
				padding-bottom: 40px;
		}
		.recruit_col dt::before, .recruit_col dt::after {
				content: '';
				display: block;
				position: absolute;
				top: 21px;
				right: 15px;
				width: 1px;
				height: 12px;
				background: #fff;
				pointer-events: none;
				transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
		}
		.recruit_col dt::after {
				transform: rotate(90deg)
		}
		.recruit_col dt.isOpen::before {
				transform: scaleX(0);
		}
		.recruit_col dd {
				padding-top: 15px;
				display: none;
		}
		.recruit_col dd p {
				margin: 0 0 0.5em;
		}
		.recruit_col {
				margin-bottom: 0;
		}
		.recruit_col:last-child {
				margin-bottom: 100px !important;
				border-bottom: 1px solid #d000df;
		}
}