@charset "UTF-8";

.mv_area {
	width: calc(100% - 100px);
	margin: 10px auto 0;
}
.mv_pic {
	position: relative;
	padding: 0 30px;
	margin: auto;
}
.mv_pic_img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.mv_copy {
	position: absolute;
	bottom: 15%;
	left: 0;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.mv_copy_img {
	display: block;
	width: 100%;
	max-width: 480px;
}
.mv_copy_txt {
	color: #0076C0;
	font-size: 1.8rem;
	font-weight: 500;
	padding-top: 10px;
	line-height: 3.2rem;
}

.home_h2 {
	position: relative;
	padding-top: 90px;
	letter-spacing: 0.96px;
	font-weight: 500;
	line-height: 2.4rem;
	font-size: 1.6rem;
}
.home_h2::before {
	position: absolute;
	content: attr(data-slug);
	font-size: 6.4rem;
	font-weight: 500;
	color: #2A5CAA;
	top: 0;
	left: 0;
	line-height: 9.5rem;
	letter-spacing: 0;
	font-family: var(--font_poppins);
}

.recruit_area {
	margin: auto;
	max-width: 1260px;
	padding: 120px 30px;
}
.recruit_link{
	color: #fff !important;
	text-decoration: none;
	width: 100%;
	padding: 60px 30px 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #2A5CAA;
	border-radius: 20px;
	width: 100%;
	transition: .3s;
	position: relative;
	z-index: 1;
}
.recruit_link::before{
	position: absolute;
	content: "";
	background: url(/img/index/bg_recruit.png) no-repeat center/cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
}
.recruit_link:hover{background: #1A468B;}
.recruit_heading{
	font-size: 1.8rem;
	letter-spacing: 1.08px;
	line-height: 2.6rem;
}
.recruit_heading::before {
	color: #FFFFFF !important;
	left: 50%;
	transform: translateX(-50%);
	font-size: 7.4rem;
	letter-spacing: 0;
}
.recruit_txt {
	font-size: 2rem;
	padding: 20px 0 28px;
	line-height: 3.7rem;
	letter-spacing: 2px;
}
.recruit_btn {
	position: relative;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	line-height: 60px;
	padding-right: 80px;
	letter-spacing: 0.9px;
	font-size: 1.8rem;
	font-weight: 500;
	transition: color 0.3s;
	font-family: var(--font_mulish);
}
.recruit_btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: background-color 0.3s;
}
.recruit_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
	transition: border-color 0.3s;
}
.recruit_link:hover .recruit_btn::before {
	background: #fff;
}
.recruit_link:hover .recruit_btn::after {border-color: #2A5CAA;}

.more_btn {
	margin-top: 60px;
}
.more_btn_link {
	position: relative;
	display: inline-block;
	color: #333 !important;
	text-decoration: none;
	line-height: 60px;
	padding-right: 80px;
	letter-spacing: 0.9px;
	font-size: 1.8rem;
	font-weight: 500;
	transition: color 0.3s, border .3s;
	font-family: var(--font_mulish);
}
.more_btn_link::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 60px;
	height: 60px;
	border: 1px solid #333;
	border-radius: 50%;
	transition: background-color 0.3s;
}
.more_btn_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: translate(0, -50%) rotate(45deg);
	transition: border-color 0.3s;
}
.more_btn_link:hover {color: #2A5CAA !important;}
.more_btn_link:hover::before {
	background: #2A5CAA;
	border: 1px solid #2A5CAA;
}
.more_btn_link:hover::after {border-color: #fff;}

.news_area {
	max-width: 1260px;
	padding: 0 30px 140px;
	margin: auto;
}
.column_area {
	max-width: 1260px;
	padding: 0 30px 120px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 140px;
}
.column_box {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.column_box:nth-of-type(2) { flex-direction: row-reverse;}
.column_content {
	max-width: 540px;
	width: calc(50% - 30px);
}
.column_txt {
	line-height: 2.8rem;
	padding-top: 35px;
	font-size: 1.5rem;
	letter-spacing: 1.5px;
}
.column_pic {
	width: 50%;
	max-width: 540px;
}
.column_pic_img {
	display: block;
	border-radius: 20px;
}


@media screen and (max-width: 1366px) {
	.mv_pic_img {
		min-height: 500px;
	}
}

@media screen and (max-width: 1024px) {
	.mv_area {
		padding: 0 30px;
		width: 100%;
	}
	.mv_pic {
		padding: 0 0 100px;
	}
	.mv_pic_img {
		height: 100%;
		min-height: 294px;
	}
	.mv_copy {
		bottom: 0;
	}
	.mv_copy_img {
		max-width: 348px;
	}
	.mv_copy_txt {
		font-size: 1.7rem;
		line-height: 3rem;
	}
	.home_h2 {
		font-size: 1.4rem;
		letter-spacing: 0.84px;
		padding-top: 64px;
		line-height: 2rem;
	}
	.home_h2::before {
		font-size: 4.6rem;
		line-height: 6.9rem;
	}
	.recruit_area {padding: 55px 30px 90px;}
	.recruit_link{padding: 40px 20px 34px;}
	.recruit_heading{
		font-size: 1.6rem;
		letter-spacing: 0.96px;
		line-height: 2.4rem;
	}
	.recruit_heading::before {font-size: 5.6rem;}
	.recruit_txt {
		font-size: 1.7rem;
		padding: 15px 0 20px;
		line-height: 3.06rem;
		letter-spacing: 1.7px;
	}
	.more_btn {margin-top: 35px;}
	.more_btn_link {
		font-size: 1.6rem;
		line-height: 50px;
		padding-right: 67px;
	}
	.more_btn_link::before {
		width: 50px;
		height: 50px;
	}
	.more_btn_link::after {
		right: 23px;
	}
	.news_area {padding: 0 30px 100px;}

	.column_area {
		gap: 100px;
		padding: 0 30px 110px;
	}
	.column_box {gap: 25px;}
	.column_content {width: 50%;}
	.column_txt {
		font-size: 1.4rem;
		line-height: 2.6rem;
		padding-top: 25px;
		letter-spacing: 1.4px;
	}
	.column_pic_img {
		border-radius: 10px;
	}
}

@media screen and (max-width: 767px) {
	.mv_area {
		padding: 0 20px;
		width: 100%;
		margin-top: 0;
	}
	.mv_pic {padding: 0 0 200px;}
	.mv_pic_img {
		-o-object-position: 75% center;
		object-position: 75% center;
		min-height: 335px;
		border-radius: 10px;
	}
	.mv_copy {bottom: 0;}
	.mv_copy_img {max-width: 318px;}
	.mv_copy_txt {
		font-size: 1.5rem;
		line-height: 2.6rem;
		padding-top: 15px;
	}
	.home_h2 {
		font-size: 1.3rem;
		line-height: 1.9rem;
		padding-top: 53px;
		letter-spacing: 0.65px;
	}
	.home_h2::before {
		font-size: 3.8rem;
		line-height: 5.7rem;
	}
	.recruit_area {padding: 75px 20px 90px;}
	.recruit_heading{
		font-size: 1.4rem;
		letter-spacing: 0.84px;
		line-height: 2rem;
	}
	.recruit_heading::before {font-size: 4.8rem;}
	.recruit_txt {
		font-size: 1.4rem;
		padding: 20px 0 18px;
		line-height: 2.7rem;
		letter-spacing: 1.4px;
	}
	.recruit_btn {
		line-height: 50px;
		padding-right: 70px;
		font-size: 1.4rem;
	  }
	.recruit_btn::before {
		width: 50px;
		height: 50px;
	}
	.recruit_btn::after {right: 23px;}
	.more_btn_link {
		font-size: 1.5rem;
		padding-right: 68px;
		line-height: 50px;
	}

	.news_area {padding: 0 20px 100px;}
	.news_heading::before {
		font-size: 3.7rem;
		letter-spacing: 0;
		line-height: 5.6rem;
	}
	.column_area {padding: 0 20px 130px;}
	.column_box {
		flex-direction: column;
		position: relative;
		padding-top: 95px;
		gap: 20px;
	}
	.column_box:nth-of-type(2) {
		flex-direction: column;
	}
	.column_heading {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.column_content {
		order: 1;
		width: 100%;
		max-width: 100%;
	}
	.column_txt {
		line-height: 2.5rem;
		font-size: 1.3rem;
		padding-top: 0;
		letter-spacing: 1.3px;
	}
	.column_pic {
		width: 100%;
		max-width: 100%;
	}
}