@charset "utf-8";
/* ============ */
.wrap1400 {
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 30px;
}
.wrap1320 {
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 30px;
}
.wrap1300 {
		max-width: 1300px;
		margin: 0 auto;
		padding: 0 30px;
}
.wrap1200 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 30px;
}
.wrap1100 {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 30px;
}
@media(max-width: 767px) {
		.wrap1320, .wrap1300, .wrap1200, .wrap1100, .wrap1400 {
				padding: 0 20px;
		}
}
.second_hdr {
		background-color: #224BA1;
		color: #fff;
		height: 460px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		box-sizing: border-box;
		padding: 200px 60px 70px;
}
@media(max-width: 1200px) {
		.second_hdr {
				padding: 200px 30px 60px;
		}
}
.second_hdr_inner {
		width: 1320px;
		margin: 0 auto;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		position: relative;
}
.second_hdr_inner::before {
		content: '';
		display: block;
		position: absolute;
		top: -355px;
		right: 0;
		width: 395px;
		height: 395px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		background-image: url("../images/second_hdr_bg.png");
		pointer-events: none;
}
.second_hdr hgroup {
		display: flex;
		flex-direction: column-reverse;
		text-align: left;
		margin: 0 !important
}
.second_hdr hgroup p {
		color: #fff;
		font-size: 91px;
		font-family: "Poppins";
		font-weight: 700;
		margin: 0 0 30px;
		letter-spacing: 0.04em;
		position: relative;
		z-index: 5
}
.second_hdr hgroup h2 {
		color: #fff;
		font-size: 25px;
		font-weight: 600;
}
@media(max-width: 767px) {
		.second_hdr_inner {
				display: block;
		}
		.second_hdr_inner::before {
				top: -140px;
				right: 0px;
				width: 170px;
				height: 170px;
		}
		.second_hdr hgroup h2 {
				font-size: 15px;
		}
}
.second_hdr_inner .bread_path {
		position: absolute;
		right: 0;
		bottom: 0;
}
@media(max-width: 767px) {
		.second_hdr_inner .bread_path {
				position: static;
		}
}
.bread_path ol {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		list-style: none;
		font-size: 14px;
}
@media(min-width: 768px) {
		.bread_path ol {
				position: relative;
				top: 6px;
		}
}
.bread_path ol a {
		color: #fff;
		text-decoration: underline;
		text-underline-offset: 4px;
}
.wrap1400 .bread_path ol a, .wrap1320 .bread_path ol a {
		color: #224ba1;
}
@media (hover: hover) {
		.bread_path ol a:hover {
				color: #fff;
				text-decoration: none;
		}
		.wrap1400 .bread_path ol a:hover, .wrap1320 .bread_path ol a:hover {
				color: #224ba1;
				text-decoration: none;
		}
}
.bread_path ol li {
		margin: 0 25px 10px 0;
		position: relative;
}
.bread_path ol li::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 2px);
		right: -15px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		pointer-events: none
}
.wrap1400 .bread_path ol li::after, .wrap1320 .bread_path ol li::after {
		border-top: 1px solid #353E4A;
		border-right: 1px solid #353E4A;
}
.bread_path ol li:last-child {
		margin-right: 0;
}
.bread_path ol li:last-child::after {
		display: none
}
@media(max-width: 1200px) {
		.second_hdr hgroup p {
				font-size: 72px;
		}
		.second_hdr hgroup h2 {
				font-size: 18px;
		}
}
@media(max-width: 960px) {
		.second_hdr {
				height: 300px;
				display: flex;
				padding: 100px 30px 40px;
		}
		.second_hdr hgroup p {
				font-size: 60px;
		}
		.second_hdr hgroup h2 {
				font-size: 18px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.second_hdr {
				display: flex;
				padding: 40px 20px 20px;
		}
		.second_hdr_inner {
				display: block;
		}
		.second_hdr hgroup p {
				font-size: 58px;
		}
		.second_hdr hgroup h2 {
				font-size: 16px;
		}
		.bread_path {
				display: flex;
				justify-content: flex-end;
				padding-top: 5px;
		}
}
@media(max-width: 767px) {
		.second_hdr {
				height: 200px;
				display: flex;
				padding: 40px 20px 5px;
		}
		.second_hdr hgroup p {
				font-size: 40px;
				margin-bottom: 10px;
		}
		.second_hdr hgroup h2 {
				font-size: 16px;
		}
		.bread_path {
				display: flex;
				justify-content: flex-end;
				padding-top: 10px;
		}
		.bread_path ol {
				font-size: 12px;
				flex-wrap: wrap;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.second_hdr_inner::before {
				display: none
		}
		.second_hdr {
				background-repeat: no-repeat;
				background-position: 0 0;
				background-size: 100%;
				background-image: url("../images/second_hd_bg_sp.png")
		}
		.second_hdr hgroup p.extra {
				font-size: 8.3vw;
		}
		.second_hdr ol {
				font-size: 12px;
		}
		#page_policy .bread_path {
				padding-top: 15px;
		}
}
/* =============== */
.recruit_profile_section hgroup, .interview_btn_gr_wrap hgroup, .appeal_section hgroup, .benefit_section hgroup {
		text-align: center;
		display: flex;
		flex-direction: column-reverse;
		margin: 0 0 60px;
}
.require_section hgroup {
		display: flex;
		flex-direction: column-reverse;
		margin: 0 0 40px;
}
.flow_section hgroup {
		display: flex;
		flex-direction: column-reverse;
		margin: 0 0 30px;
}
.recruit_profile_section hgroup p, .interview_btn_gr_wrap hgroup p, .appeal_section hgroup p, .benefit_section hgroup p, .require_section hgroup p, .flow_section hgroup p {
		color: #224BA1;
		font-size: 54px;
		font-family: "Poppins";
		font-weight: 700;
		margin: 0 0 15px;
		letter-spacing: 0;
}
.recruit_profile_section hgroup h2, .interview_btn_gr_wrap hgroup h2, .appeal_section hgroup h2, .benefit_section hgroup h2, .require_section hgroup h2, .flow_section hgroup h2 {
		font-size: 24px;
}
.appeal_section hgroup p {
		color: #fff;
}
.appeal_section hgroup h2 {
		color: #C2D3D8;
}
@media(max-width: 1200px) {
		.recruit_profile_section hgroup p, .interview_btn_gr_wrap hgroup p, .appeal_section hgroup p, .benefit_section hgroup p, .require_section hgroup p, .flow_section hgroup p {
				font-size: 44px;
		}
		.recruit_profile_section hgroup h2, .interview_btn_gr_wrap hgroup h2, .appeal_section hgroup h2, .benefit_section hgroup h2, .require_section hgroup h2, .flow_section hgroup h2 {
				font-size: 18px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.appeal_section hgroup p {
				font-size: 36px;
		}
}
@media(max-width: 767px) {
		.interview_btn_gr_wrap hgroup p, .benefit_section hgroup p {
				font-size: 40px;
		}
		.recruit_profile_section hgroup p {
				font-size: 34px;
				line-height: 1.2;
		}
		.require_section hgroup p, .flow_section hgroup p {
				font-size: 34px;
		}
		.appeal_section hgroup p {
				font-size: 28px;
				line-height: 1.2;
		}
		.recruit_profile_section hgroup h2, .interview_btn_gr_wrap hgroup h2, .appeal_section hgroup h2, .benefit_section hgroup h2, .require_section hgroup h2, .flow_section hgroup h2 {
				font-size: 16px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.interview_btn_gr_wrap hgroup {
				text-align: left;
		}
}
/* ============ */
.linkBtn {
		width: 295px;
		font-weight: 700;
}
.linkBtn a {
		color: #fff;
		text-decoration: none;
		background-color: #224ba1;
		border: 1px solid #224ba1;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		box-sizing: border-box;
		transition: background 0.3s;
}
.linkBtn a span {
		padding-right: 25px;
		position: relative;
}
.linkBtn a span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 6px);
		right: 0;
		width: 14px;
		height: 14px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 14px;
		background-image: url("../images/icon_right_wht.png")
}
@media (hover: hover) {
		.linkBtn a:hover {
				background: #fff;
				color: #224ba1;
		}
		.linkBtn a:hover span::after {
				background-image: url("../images/icon_right_blu.png")
		}
}
@media(max-width: 767px) {
		.linkBtn {
				width: 220px;
				font-size: 15px;
		}
		.linkBtn a {
				border-radius: 8px;
				height: 50px;
		}
}
/* ============ */
.fWht {
		color: #fff !important;
}
/* ============ */
.underL {
		position: relative;
}
.underL::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #0168B7;
		transform-origin: left center;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scaleX(0);
}
.underL.bgBlu::after {
		background: #0168B7;
}
.underL.bgWht::after {
		background: #fff;
}
@media (hover: hover) {
		a:hover .underL::after {
				transform: scaleX(1);
		}
}
/* ============ */
.anchor {
		pointer-events: none;
		position: relative;
		z-index: -1;
		height: 0;
		padding-top: 70px;
		margin-top: -70px;
}
#page_policy .anchor {
		padding-top: 120px;
		margin-top: -120px;
}
@media(max-width: 767px) {
		.anchor {
				position: relative;
				padding-top: 100px;
				margin-top: -100px;
		}
}
/* ============ */
@media(min-width: 768px) {
		.spObj {
				display: none;
		}
		.spbr {
				display: none
		}
}
@media(min-width: 501px) {
		.mobilebr {
				display: none
		}
}
@media(max-width: 767px) {
		.pcObj {
				display: none
		}
		.pcbr {
				display: none;
		}
}
/* ============ */
a.toLink {
		position: relative;
		display: inline-block;
		padding-right: 45px;
}
a.toLink::before, a.toLink::after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: calc(50% - 14px)
}
a.toLink::before {
		background: #3356A1;
		border-radius: 4px;
		width: 28px;
		height: 28px;
}
a.toLink::after {
		width: 14px;
		height: 14px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 14px;
		background-image: url("../images/icon_right_wht.png")
}
/* ============ */
.fadeInNml {
		opacity: 0;
		transition: opacity 0.35s;
}
.fadeInNmlActive {
		opacity: 1;
}
.fadeInZoom {
		opacity: 0;
		transform: scale(1.2);
		transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s;
}
.fadeInZoomActive {
		opacity: 1;
		transform: scale(1);
}
.autoFadeIn {
		opacity: 0;
		animation: autoFadeIn 0.5s linear forwards;
		animation-delay: 0.2s;
}
section.business_section hgroup + p {
		opacity: 0;
		animation: autoFadeIn 0.5s linear forwards;
		animation-delay: 0.2s;
}
.autoZoomIn {
		opacity: 0;
		transform: scale(1.2);
		animation: autoZoomIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
		animation-delay: 0.2s;
}
@keyframes autoFadeIn {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@keyframes autoZoomIn {
		0% {
				opacity: 0;
				transform: scale(1.2);
		}
		100% {
				opacity: 1;
				transform: scale(1);
		}
}
/* =============== */
.hrCenter {
		display: flex;
		justify-content: center;
}
.hrRight {
		display: flex;
		justify-content: flex-end;
}
/* =============== */
.mb00 {
		margin-bottom: 0px !important;
}
.mb05 {
		margin-bottom: 5px !important;
}
.mb10 {
		margin-bottom: 10px !important;
}
.mb15 {
		margin-bottom: 15px !important;
}
.mb20 {
		margin-bottom: 20px !important;
}