/*- mod-kv ----------*/
.mod-kv {
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 700px;
	background: url("/group/dav/recruit/newgraduates/image/kv.webp") no-repeat top center / cover;
}
.mod-kv .mod-title {
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	padding-right: 50px;
	padding-left: 50px;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.mod-title h2 {
	font-size: 3.125rem;
	font-style: italic;
	font-weight: 600;
	line-height: 1.8;
}
.mod-title h2 span {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding-right: 20px;
	z-index: 1;
}
.mod-title h2 span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: 0;
	background-color: #fff;
	z-index: -1;
}
.kv_btn.entry_btn {
	position: fixed;
	bottom: 20%;
	right: 5%;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s, visibility .3s;
	z-index: 200;
}
.kv_btn.is-hidden {
	opacity: 0;
	visibility: hidden;
}
/*- entry_btn ----------*/
.entry_btn .mod-button {
	font-size: 2.25rem;
	min-height: 96px;
	color: #fff;
	border: 4px solid #fff;
	background-color: #c8001e;
	box-shadow: 8px 8px 0 #ffc431;
	margin-bottom: 8px;
}
.entry_btn .mod-button:hover {
	color: #c8001e;
	border: 4px solid #c8001e;
	background-color: #fff;
}
/*- mod-nav ----------*/
.mod-nav .mod-button {
	font-weight: 400;
	color: #000;
	border: 4px solid #000;
	box-shadow: 8px 8px 0 #ffb400;
	margin-bottom: 8px;
}
.mod-nav .mod-button:hover {
	color: #fff;
	background-color: #ffb400;
}
.mod-nav .mod-button svg {
	width: 16px;
	height: 16px;
	padding: 0;
	fill: #000;
}
/*- main ----------*/
h2.mod-head01 {
	color: #ffb400;
}
h2.mod-head01:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 104px;
	height: 35px;
	background: url("/group/dav/recruit/newgraduates/image/title_img.svg") no-repeat center / contain;
	margin: 0 auto;
}
h3.mod-head02 {
	display: inline-block;
	color: #ffb400;
	border-bottom: 2px solid #ffb400;
}
.mod-spacer-section {
	background-color: #fff8e8;
}
.gap-0 {
	gap: 40px 0;
}
.gap-0 .__column_4 {
	width: 25%;
}
/*- mod-interview ----------*/
.mod-interview .interview-linkBox {
	border: 1px solid #ffb400;
	overflow: hidden;
}
.mod-interview .interview-linkBox>figure {
	overflow: hidden;
	transform: translateZ(0);
}
.mod-interview .interview-linkBox>figure img {
	transition: .3s;
}
.mod-interview .interview-linkBox:hover figure img {
	transform: scale(1.1);
}
.mod-interview .interview-linkBox-text {
	position: relative;
	border-top: 1px solid #ffb400;
	padding: 12px;
}
.mod-interview .interview-linkBox-text:before {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	border-bottom: 30px solid #ffb400;
	border-left: 30px solid transparent;
}
.mod-interview .interview-linkBox-text ._txt {
	font-size: 1.5rem;
}
.mod-modalContent .color-bg_white {
	overflow-y: auto;
	padding: 40px;
}
.mod-modalContent .modal-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}
.mod-modalContent hr {
	width: 25%;
}
/*- mod-work ----------*/
.mod-work figure img {
	max-width: 274px;
	width: 100%;
}
.mod-work ._txt {
	font-size: 1.5rem;
}
/*- mod-profile ----------*/
.mod-profile h3 {
	display: inline-block;
	font-size: 2.25rem;
	font-weight: 700;
	text-align: left;
}
.mod-profile .mod-column .item-image {
	width: calc(40% - 30px);
}
.mod-profile .mod-column .item-text {
	width: calc(60% - 30px);
}
.mod-profile ._list {
	font-size: 1.5rem;
}
.mod-profile ._list > li {
	position: relative;
	padding-left: 30px;
}
.mod-profile ._list > li:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 16px solid #ffb400;
}
.mod-profile ._list .color_red {
	font-weight: 700;
}
/*- mod-recruitment ----------*/
.mod-recruitment .mod-tbl01 td,
.mod-recruitment .mod-tbl01 th {
	font-size: 1rem;
}
/*- media ----------*/
@media screen and (max-width: 1024px) {
	.gap-0 .__column_tab_2 {
		width: 50%;
	}
	.kv_btn.entry_btn {
		right: 2%;
		bottom: 2%;
	}
	.kv_btn.entry_btn .mod-button {
		max-width: 70%;
		min-height: 80px;
		margin-right: 5%;
	}
	.mod-kv {
		min-height: 600px;
	}
	.mod-title h2 {
		font-size: 2.25rem;
	}
}
@media screen and (max-width: 767px) {
	.gap-0 .__column_sp_1 {
		width: 80%;
		margin: 0 auto;
	}
	.kv_btn.entry_btn {
		right: 0;
		left: 0;
	}
	.kv_btn.entry_btn .mod-button {
		max-width: 60%;
		min-height: 60px;
		margin-right: auto;
	}
	.entry_btn ._txt {
		font-size: 1.2rem;
	}
	.mod-kv {
		min-height: 500px;
	}
	.mod-kv .mod-title {
		padding-right: 20px;
		padding-left: 20px;
	}
	.mod-title h2 {
		font-size: 1.5rem;
	}
	.mod-profile .mod-column .item-image,
	.mod-profile .mod-column .item-text {
		width: 100%;
	}
	.mod-modalContent .color-bg_white {
		padding: 20px;
	}
	.mod-modalContent .modal-title {
		font-size: 2rem;
	}
	.mod-profile h3 {
		font-size: 1.5rem;
	}
	.mod-profile ._list {
		font-size: 1rem;
	}
	.mod-profile ._list > li {
		padding-left: 20px;
	}
	.mod-profile ._list > li:before {
		top: 6px;
		border: 8px solid transparent;
		border-left: 12px solid #ffb400;
	}
}
