@charset "utf-8";
/*------------------------------------------------------------
	recruitment
------------------------------------------------------------*/
dt {
	padding-right: 10rem !important;
	position: relative;
	cursor: pointer;
}
dt .mask {
	margin-top: -0.1rem;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translateY(-50%);
	width: 6.4rem;
	height: 3.2rem;
	border-radius: 2rem;
	background: #F0F0F0 url(../img/common/icon16.webp) no-repeat center center / 1.4rem;
	transition: all 0.3s ease;
}
dt.on .mask {
	background-color: #0620A3;
	background-image: url(../img/common/icon16_white_on.webp) !important;
}
@media all and (min-width: 897px) {
	dt:hover .mask {
		background-color: #0620A3;
		background-image: url(../img/common/icon16_white.webp);
	}
}
#main .mainBox {
	margin-bottom: 28rem;
}
#conts .graduate {
	margin-bottom: 19.6rem;
	padding-bottom: 19.9rem;
	border-bottom: 1px solid #F0F0F0;
}
#conts .graduate .headLine02 {
	margin-bottom: 11rem;
}
#conts .recruitDlBox {
	margin-bottom: 12rem;
}
#conts .recruitDlBox .recruitDl {
	margin-bottom: 2.4rem;
	border-radius: 0.6rem;
	border: 0.2rem solid #F0F0F0;
}
#conts .recruitDlBox .recruitDl:last-child {
	margin-bottom: 0;
}
#conts .recruitDlBox .recruitDl dt {
	padding: 3.2rem 3rem;
	color: #333;
	font-size: 2rem;
	font-weight: 500;
}
#conts .recruitDlBox .recruitDl dd {
	padding: 4.6rem 3rem 0;
	display: none;
}
#conts .recruitDlBox .recruitDl dd .tableBox th,
#conts .recruitDlBox .recruitDl dd .tableBox td {
	padding: 3.5rem 3rem;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
	border-top: 1px solid #F5F5F5;
}
#conts .recruitDlBox .recruitDl dd .tableBox th {
	color: #0620A3;
	font-weight: 500;
	width: 23.2%;
}
#conts .recruitDlBox .recruitDl dd .tableBox td {
	padding: 3.9rem 3rem 4.6rem;
}
#conts .recruitDlBox .recruitDl dd .tableBox .text {
	margin-bottom: 2.6rem;
	color: #333;
}
#conts .recruitDlBox .recruitDl dd .tableBox .text:last-child {
	margin-bottom: 0;
}
#conts .recruitDlBox .recruitDl dd .tableBox .text .link {
	color: #0620A3;
	text-decoration: underline;
}
#conts .recruitDlBox .recruitDl dd .tableBox .text .link:hover {
	opacity: 0.6;
}
#conts .outBtn a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 10rem;
	background: #0620A3;
	border-radius: 0.6rem;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
}
#conts .outBtn a .comArrow {
	right: 6.6rem;
}
@media all and (min-width: 897px) {
	#conts .outBtn a:hover {
		background: #141516;
	}
	#conts .outBtn a:hover .comArrow {
		transform: translate(1.2rem,-50%);
	}
}
#conts .career {
	margin-bottom: 19.6rem;
	padding-bottom: 19.9rem;
	border-bottom: 1px solid #F0F0F0;
}
#conts .career .headLine02 {
	margin-bottom: 11.2rem;
}
#conts .flow {
	margin-bottom: 19.7rem;
	padding-bottom: 19.9rem;
	border-bottom: 1px solid #F0F0F0;
}
#conts .flow .area {
	margin-bottom: 19.3rem;
}
#conts .flow .area:last-of-type {
	margin-bottom: 0;
}
#conts .flow .headLine03 {
	margin-bottom: 8.5rem;
}
#conts .flow .flowList li {
	padding-bottom: 10.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
#conts .flow .flowList li:last-child {
	padding-bottom: 0;
}
#conts .flow .flowList li::before {
	position: absolute;
	top: 0;
	left: 12.2rem;
	width: 1px;
	bottom: 0;
	background: #D9D9D9;
	content: '';
	z-index: -1;
}
#conts .flow .flowList li:last-child::before {
	display: none;
}
#conts .flow .flowList li .titleBox {
	display: flex;
	flex-wrap: wrap;
	width: 24.6rem;
}
#conts .flow .flowList li .titleBox .number {
	width: 5.6rem;
	min-height: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: 500;
	font-family: "Instrument Sans", sans-serif;
	letter-spacing: 0.09rem;
	text-align: center;
	background: #0620A3;
}
#conts .flow .flowList li .titleBox .title {
	padding-top: 0.1rem;
	min-height: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #F0F0F0;
	flex: 1;
	color: #0620A3;
	font-weight: 500;
	letter-spacing: 0.09rem;
	text-align: center;
	font-family: "Instrument Sans", sans-serif;
}
#conts .flow .flowList li .text {
	width: calc(100% - 30.2rem);
	color: #333;
	font-size: 2rem;
	line-height: 1.75;
}
#conts .flow .flowList li .text a {
	text-decoration: underline;
}
#conts .flow .flowList li .text a:hover {
	opacity: 0.6;
}
#conts .flow .note {
	margin: -2.5rem 0 6.3rem;
	color: #333;
	font-size: 2rem;
	line-height: 1.75;
}
#conts .faq .headLine02 {
	margin-bottom: 15.3rem;
}
#conts .faq .anchorList {
	margin-bottom: 15.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.4rem 3.2rem;
}
#conts .faq .anchorList li {
	width: calc((100% - 9.6rem) / 4);
}
#conts .faq .anchorList li a {
	position: relative;
	min-height: 6.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.09rem;
	border-bottom: 1px solid #D9D9D9;
	font-family: "Instrument Sans", sans-serif;
	box-sizing: border-box;
}
#conts .faq .anchorList li a .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 2.4rem;
	height: 2.4rem;
	background: #F0F0F0 url(../img/common/icon17.webp) no-repeat center center / 0.8rem;
	border-radius: 0.3rem;
	transition: all 0.3s ease;
}
@media all and (min-width: 897px) {
	#conts .faq .anchorList li a:hover {
		color: #0620A3;
	}
	#conts .faq .anchorList li a:hover .arrow {
		background-color: #0620A3;
		background-image: url(../img/common/icon17_over.webp);
	}
}
#conts .faq .headLine03 {
	margin-bottom: 8.5rem;
}
#conts .faq .area:not(:last-child) {
	margin-bottom: 15.3rem;
}
#conts .faq .faqDl {
	margin-bottom: 6.2rem;
	padding-bottom: 6.5rem;
	border-bottom: 1px solid #D9D9D9;
}
#conts .faq .faqDl:last-child {
	margin-bottom: 0;
}
#conts .faq .faqDl dt {
	color: #333;
	font-size: 2rem;
	font-weight: 500;
}
#conts .faq .faqDl dt .mask {
	right: 0;
}
#conts .faq .faqDl dt .en {
	margin-right: 2.5rem;
	color: #0620A3;
	font-size: 3rem;
	font-weight: 600;
	font-family: "Instrument Sans", sans-serif;
	vertical-align: -0.2rem;
}
#conts .faq .faqDl dd {
	padding: 2.5rem 0 0.7rem;
	display: none;
}
#conts .faq .faqDl dd .text {
	margin-bottom: 3.6rem;
	color: #333;
	font-size: 1.8rem;
	line-height: 2;
}
#conts .faq .faqDl dd .text:last-child {
	margin-bottom: 0;
}
#conts .faq .faqDl dd a {
	color: #0620A3;
	text-decoration: underline;
}
#conts .faq .faqDl dd a:hover {
	opacity: 0.6;
}
@media all and (max-width: 896px) {
	dt {
		padding-right: 6rem !important;
	}
	dt .mask {
		margin-top: -0.1rem;
		right: 1rem;
		width: 4.8rem;
		height: 2.4rem;
		background-size: 1rem;
	}
	#sideBar {
		margin-bottom: 7.6rem;
		padding-right: 1rem;
	}
	#main .mainBox {
		margin-bottom: 12rem;
	}
	#conts .graduate {
		margin-bottom: 11.7rem;
		padding-bottom: 11.9rem;
	}
	#conts .graduate .headLine02 {
		margin-bottom: 3.5rem;
		font-weight: 500;
	}
	#conts .recruitDlBox {
		margin-bottom: 4rem;
	}
	#conts .recruitDlBox .recruitDl {
		margin-bottom: 2.4rem;
	}
	#conts .recruitDlBox .recruitDl dt {
		padding: 3rem 8rem 3rem 3rem !important;
		font-size: 1.6rem;
	}
	#conts .recruitDlBox .recruitDl dt .mask {
		right: 3rem;
	}
	#conts .recruitDlBox .recruitDl dd {
		padding: 0 2rem;
	}
	#conts .recruitDlBox .recruitDl dd .tableBox th,
	#conts .recruitDlBox .recruitDl dd .tableBox td {
		padding: 2rem 0;
		display: block;
		width: 100% !important;
	}
	#conts .recruitDlBox .recruitDl dd .tableBox th {
		padding-bottom: 0;
		font-size: 1.4rem;
	}
	#conts .recruitDlBox .recruitDl dd .tableBox td {
		padding: 0.9rem 0 2.1rem;
		border-top: none;
		font-size: 1.4rem;
	}
	#conts .recruitDlBox .recruitDl dd .tableBox .text {
		margin-bottom: 2.1rem;
	}
	#conts .outBtn a {
		padding-top: 0.1rem;
		min-height: 7.2rem;
		font-size: 1.5rem;
	}
	#conts .outBtn a .comArrow {
		right: 3.3rem;
	}
	#conts .career {
		margin-bottom: 11.7rem;
		padding-bottom: 11.9rem;
	}
	#conts .career .headLine02 {
		margin-bottom: 3.4rem;
	}
	#conts .flow {
		margin-bottom: 11.7rem;
		padding-bottom: 11.9rem;
	}
	#conts .flow .headLine02 {
		margin-bottom: 4.6rem;
	}
	#conts .flow .area {
		margin-bottom: 5.2rem;
	}
	#conts .flow .headLine03 {
		margin-bottom: 4.5rem;
	}
	#conts .flow .flowList li {
		padding-bottom: 3.2rem;
		display: block;
	}
	#conts .flow .flowList li::before {
		display: none;
	}
	#conts .flow .flowList li .titleBox {
		margin-bottom: 2.5rem;
		width: auto;
	}
	#conts .flow .flowList li .titleBox .number {
		padding-top: 0.4rem;
		width: 4.8rem;
		min-height: 4.8rem;
	}
	#conts .flow .flowList li .titleBox .title {
		padding: 0.4rem 2.4rem 0;
		min-height: 4.8rem;
		justify-content: flex-start;
		background: #F0F0F0;
	}
	#conts .flow .flowList li .text {
		width: auto;
		font-size: 1.4rem;
	}
	#conts .flow .note {
		margin: 4.7rem 0 3.2rem;
		font-size: 1.4rem;
	}
	#conts .faq .headLine02 {
		margin-bottom: 11.6rem;
	}
	#conts .faq .anchorList {
		margin-bottom: 11.6rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 2.6rem 0;
	}
	#conts .faq .anchorList li {
		width: calc((100% - 2.2rem) / 2);
	}
	#conts .faq .anchorList li a {
		min-height: 4.4rem;
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
	#conts .faq .anchorList li a .arrow {
		right: 0;
		width: 1.4rem;
		height: 1.4rem;
		background-size: 0.4rem;
		border-radius: 0.2rem;
	}
	#conts .faq .headLine03 {
		margin-bottom: 5.4rem;
	}
	#conts .faq .area:not(:last-child) {
		margin-bottom: 11.7rem;
	}
	#conts .faq .faqDl {
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}
	#conts .faq .faqDl dt {
		font-size: 1.4rem;
		display: flex;
		flex-wrap: nowrap;
	}
	#conts .faq .faqDl dt .mask {
		top: 1rem;
		width: 4rem;
		height: 2rem;
		background-size: 0.8rem;
	}
	#conts .faq .faqDl dt .en {
		margin: -0.4rem 0.8rem 0 0;
		font-size: 2rem;
	}
	#conts .faq .faqDl dd {
		padding: 2rem 0 0;
	}
	#conts .faq .faqDl dd .text {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
}