.faq_list dl dt p span,
.faq_list dl dd p span {
	position: absolute;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 25px;
	letter-spacing: 0.05em;
	left: 0;
	line-height: 100%;
}
.recruit_bg {
	position: fixed;
	top: 160px;
	left: calc(50vw - 794px);
}
.recruit_bg img {
	width: 616px;
}
.p_recruit {
	background-color: #EFEFEF;
}
.p_recruit .c_head_content {
	height: auto;
	background: unset;
}
.p_recruit .c_head_content::before {
	content: none;
}
.p_recruit .c_head_title {
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.p_recruit .c_head_title p {
	font-size: 14px;
}
.message {
	margin-bottom: 148px;
	padding-bottom: 220px;
	position: relative;
}
.recruit_title {
	margin-bottom: 80px;
}
.recruit_title h2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-end;
	padding-bottom: 16px;
	border-bottom: 1px solid #FFFFFF;
}
.recruit_title h2 span.recruit_title_en {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 55px;
	letter-spacing: 0.05em;
	line-height: 100%;
	color: #FFFFFF;
}
.recruit_title h2 span.recruit_title_ja,
.message_text p,
.staff_role,
.system_item_text,
.process_note li,
.entry_desc p,
.contact_desc p {
	line-height: 200%;
}
.recruit_title h2 span.recruit_title_ja,
.staff_role {
	font-weight: 700;
	color: #202733;
}
.recruit_title h2 span.recruit_title_ja {
	font-size: 16px;
}
.message_text {
	margin: 0 0 0 auto;
	width: 720px;
}
.message_text p {
	margin-bottom: 20px;
}
.message_bgtext {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.staff {
	margin-bottom: 148px;
	position: relative;
}
.staff_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 80px;
	justify-content: center;
	margin-bottom: 40px;
}
.staff_card {
	width: 260px;
}
.staff_card_image {
	position: relative;
	width: 220px;
	margin: 0 auto 20px;
}
.staff_card_image img {
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	transition: all 0.3s ease;
}
.staff_card:hover .staff_card_image img,
.staff_block:hover {
	border-color: #0093FF;
}
.staff_card_image::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 45px;
	bottom: 8px;
	right: 4px;
	background-image: url(/shared/img/recruit/ico-plus.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: 3;
}
.staff_card_image img {
	display: block;
}
.staff_name,
.staff_note {
	text-align: center;
	color: #202733;
}
.staff_name {
	font-weight: 500;
	font-size: 18px;
}
.staff_note {
	font-size: 12px;
}
.staff_role {
	text-align: center;
}
.staff_block {
	padding: 24px 80px 24px 28px;
	max-width: 961px;
	width: 100%;
	margin: auto;
	border-radius: 21px;
	background: #FFFFFF;
	display: flex;
	gap: 56px;
	align-items: center;
	position: relative;
	border: 4px solid #FFFFFF;
	transition: all 0.5s ease;
}
.staff_block::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 45px;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	background-image: url(/shared/img/recruit/ico-plus.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.staff_block_image {
	width: 42%;
}
.staff_block_body {
	width: calc(58% - 56px);
}
.staff_careertype {
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 24px;
	margin-bottom: 20px;
	background-color: #0093FF;
	display: inline-block;
}
.staff_position {
	font-weight: 700;
	font-size: 18px;
	line-height: 175%;
	color: #202733;
	margin-bottom: 16px;
}
.staff_blockname {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #707070;
	font-weight: 700;
	font-size: 30px;
	line-height: 125%;
	color: #202733;
}
.staff_achievement {
	font-weight: 500;
	font-size: 18px;
	line-height: 200%;
	color: #202733;
}
.system {
	margin-bottom: 148px;
	position: relative;
}
.system_content {
	margin-bottom: 80px;
}
.system_list {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 80px;
}
.system_item {
	width: 100%;
	max-width: 375px;
	border-radius: 40px;
	background: #FFFFFF;
	padding: 40px;
}
.system_item_image {
	margin-bottom: 40px;
	height: 172px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.system_item_01 .system_item_image img {
	width: 170px;
}
.system_item_02 .system_item_image img {
	width: 188px;
}
.system_item_03 .system_item_image img {
	width: 178px;
}
.system_item_title {
	font-weight: 700;
	font-size: 25px;
	color: #202733;
	margin-bottom: 12px;
}
.system_item_title span {
	font-size: 20px;
}
.system_cta a {
	width: 413px;
	height: 50px;
	margin: auto;
}
.system_gallery ul {
	display: flex;
	gap: 20px;
}
.system_gallery ul li {
	width: calc((100% - 40px) / 3);
}
.system_gallery ul li img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center;
}
.requirements {
	margin-bottom: 148px;
	position: relative;
}
.requirements_cta a {
	width: 334px;
	height: 50px;
	margin: auto;
}
.process {
	margin-bottom: 148px;
	position: relative;
}
.process_flow {
	text-align: center;
	margin-bottom: 40px;
}
.process_flow ul {
	display: flex;
	justify-content: center;
	gap: 32px;
}
.process_flow ul li {
	width: 230px;
	height: 163px;
	border-radius: 40px;
	background-image: url(/shared/img/recruit/process-bg.png);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.process_flow ul li::before {
	position: absolute;
	width: 18px;
	height: 20px;
	background-color: #0093FF;
	position: absolute;
	top: 50%;
	right: -26px;
	transform: translateY(-50%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
}
.process_flow ul li:last-child::before {
	content: none;
}
.process_flow ul li p {
	font-weight: 900;
	font-size: 25px;
	color: #0093FF;
}
.process_note ul {
	margin: auto;
	max-width: 520px;
	width: 100%;
}
.process_note li {
	margin: auto;
	padding-left: 24px;
	position: relative;
	display: inline-block;
}
.process_note li::before {
	content: "※";
	position: absolute;
	top: 4px;
	left: 0;
}
.faq {
	margin-bottom: 148px;
	position: relative;
}
.faq_list {
	width: calc(100vw - 80px);
	margin-left: calc(620px - 50vw);
}
.faq_list dl {
	background-color: #F7F7F7;
	padding: 60px 0;
	margin-bottom: 4px;
	position: relative;
	cursor: pointer;
}
.faq_list dl:nth-child(2n) {
	background-color: #FFFFFF;
}
.faq_list dl dt {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	position: relative;
}
.faq_list dl dt::before {
	position: absolute;
	top: -8px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-image: url(/shared/img/common/ico-accordion.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	cursor: pointer;
	transform: rotate(180deg);
}
.faq_list dl.active dt::before {
	transform: rotate(0);
}
.faq_list dl dt p {
	position: relative;
	padding-left: 40px;
	font-weight: 700;
}
.faq_list dl dt p span {
	color: #0093FF;
	top: -2px;
}
.faq_list dl dd {
	max-width: 1200px;
	width: 100%;
	margin: 16px auto 0;
	padding: 0 24px;
	position: relative;
	display: none;
	cursor: default;
}
.faq_list dl dd p {
	position: relative;
	padding-left: 40px;
	font-weight: 700;
	line-height: 175%;
}
.faq_list dl dd p span {
	color: #0C14FE;
	top: 0;
}
.entry {
	margin-bottom: 148px;
	position: relative;
	text-align: center;
}
.entry_desc {
	margin-bottom: 40px;
}
.entry_btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.entry_btns a {
	width: 413px;
	height: 63px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
}
.entry_btns.c_btn_target a[target="_blank"]>span span {
	font-size: 12px;
	display: block;
	padding: 0;
}
.entry_btns.c_btn_target a[target="_blank"]>span span::after {
	content: none;
}
.contact {
	margin-bottom: 160px;
	position: relative;
}
.contact_desc {
	margin-bottom: 40px;
	text-align: center;
}
.contact_btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.contact_btns .contact_btn a {
	width: 413px;
	height: 50px;
}
.contact_btns a.contact_telbtn {
	pointer-events: none;
	width: 360px;
	height: 90px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #0093FF;
	flex-direction: column;
}
.contact_btns a.contact_telbtn span {
	font-size: 30px;
	font-weight: 700;
	display: block;
	line-height: 100%;
	margin-bottom: 8px;
}
@media (max-width: 1200px) {
	.faq_list {
		width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.recruit_bg {
		top: 315px;
		left: -90px;
	}
	.recruit_bg img {
		width: 359px;
	}
	.message {
		margin-bottom: 60px;
		padding-bottom: 120px;
	}
	.recruit_title {
		margin-bottom: 40px;
	}
	.requirements .recruit_title {
		margin-bottom: 20px;
	}
	.recruit_title h2 {
		flex-direction: column;
		gap: 12px;
		align-items: center;
		padding-bottom: 0;
		border-bottom: none;
	}
	.recruit_title h2 span.recruit_title_en {
		font-size: 35px;
		text-align: center;
		padding-bottom: 8px;
		border-bottom: 1px solid #FFFFFF;
		display: block;
		width: 100%;
	}
	.recruit_title h2 span.recruit_title_ja,
	.message_text p,
	.system_item_text,
	.process_note li,
	.faq_list dl dd p,
	.entry_desc p,
	.contact_desc p {
		font-size: 13px;
	}
	.recruit_title h2 span.recruit_title_ja {
		text-align: center;
	}
	.message_text {
		margin-right: auto;
		width: 100%;
	}
	.message_text p {
		margin-bottom: 16px;
	}
	.message_bgtext {
		width: calc(100% + 40px);
	}
	.staff {
		margin-bottom: 80px;
	}
	.staff_list {
		gap: 40px;
		flex-direction: column;
		align-items: center;
	}
	.staff_name {
		font-size: 16px;
	}
	.staff_note {
		font-size: 10px;
	}
	.staff_block {
		padding: 20px 20px 24px 20px;
		max-width: 335px;
		flex-direction: column-reverse;
		gap: 20px;
		justify-content: center;
		text-align: center;
	}
	.staff_block::before {
		top: 14px;
		right: 14px;
		transform: none;
	}
	.staff_block_image,
	.staff_block_body {
		width: 100%;
	}
	.staff_careertype {
		font-size: 14px;
		padding: 4px 20px;
	}
	.staff_position,
	.staff_blockname,
	.staff_achievement {
		text-align: center;
	}
	.staff_achievement {
		line-height: 150%;
	}
	.system {
		margin-bottom: 80px;
	}
	.system_content {
		margin-bottom: 40px;
	}
	.system_list {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin-bottom: 40px;
	}
	.system_item_image {
		margin-bottom: 16px;
		height: auto;
	}
	.system_item_03 .system_item_image img {
		width: 157px;
	}
	.system_item_title {
		font-size: 20px;
		text-align: center;
		margin-bottom: 16px;
	}
	.system_item_title span {
		font-size: 18px;
	}
	.system_cta a {
		max-width: 335px;
		width: 100%;
		height: 74px;
	}
	.system_gallery {
		padding: 0 20px;
	}
	.system_inner {
		overflow: auto;
	}
	.system_gallery ul {
		gap: 12px;
		width: max-content;
	}
	.system_gallery ul li {
		width: auto;
	}
	.system_gallery ul li img {
		width: auto;
		height: 185px;
	}
	.requirements {
		margin-bottom: 80px;
	}
	.requirements_cta a {
		max-width: 300px;
		width: 100%;
	}
	.process {
		margin-bottom: 80px;
	}
	.process_flow {
		margin-bottom: 20px;
	}
	.process_flow ul {
		flex-direction: column;
		max-width: 335px;
		width: 100%;
		margin: 0 auto 20px;
		gap: 44px;
	}
	.process_flow ul li {
		width: 100%;
		height: 82px;
		border-radius: 20px;
		background-image: url(/shared/img/recruit/process-bg-sp.png);
	}
	.process_flow ul li::before {
		width: 20px;
		height: 18px;
		top: unset;
		right: unset;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.process_flow ul li p {
		font-size: 20px;
	}
	.process_note ul {
		max-width: 100%;
	}
	.faq {
		margin-bottom: 80px;
	}
	.faq_list {
		margin: auto;
	}
	.faq_list dl {
		padding: 20px;
	}
	.faq_list dl dt {
		padding: 0;
	}
	.faq_list dl dt::before {
		top: 0;
		right: 0;
		width: 32px;
		height: 32px;
	}
	.faq_list dl dt p {
		font-size: 14px;
		padding-right: 52px;
		min-height: 44px;
	}
	.faq_list dl dd {
		padding: 0;
	}
	.faq_list dl dd p {
		font-size: 13px;
		font-weight: 500;
	}
	.entry {
		margin-bottom: 80px;
		text-align: left;
	}
	.entry_btns {
		flex-direction: column;
		gap: 20px;
	}
	.entry_btns a {
		max-width: 335px;
		width: 100%;
	}
	.entry_btns.c_btn_target a[target="_blank"]>span span {
		font-size: 10px;
	}
	.contact {
		margin-bottom: 80px;
	}
	.contact_desc {
		text-align: left;
	}
	.contact_btns {
		flex-direction: column;
		gap: 20px;
	}
	.contact_btns .contact_btn {
		width: 100%;
	}
	.contact_btns .contact_btn a {
		max-width: 335px;
		width: 100%;
	}
	.contact_btns a.contact_telbtn {
		pointer-events: all;
		max-width: 335px;
		width: 100%;
		font-size: 13px;
	}
	.contact_btns a.contact_telbtn:hover {
		opacity: 0.6;
	}
	.contact_btns a.contact_telbtn span {
		font-size: 25px;
	}
}