@charset "UTF-8";
/*==================================================================
	Style setting
===================================================================*/
#keyv {
	width: calc(100% - (100% - 1024px)/2);
	max-width: 1300px;
	margin-left: calc((100% - 1024px)/2);
	position: relative;
	z-index: 0;
}
#keyv .cont {
	background: #fff;
	top: 120px;
	left: 0;
	right: auto;
	padding: 30px 15px 30px 0;
	position: absolute;
	z-index: 1;
	margin-left: -70px;
	padding-left: 70px;
}
#keyv .cont .ttl {
	border-bottom: 7px solid #1d2088;
	font-size: 7rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#keyv .cont .txt {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.7;
}
@media screen and (max-width: 1200px) {
	#keyv {
		width: calc(100% - 60px);
		margin-left: 60px;
	}
	#keyv .cont {
		margin-left: -30px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 767px) {
	#keyv {
		width: calc(100% - 60px);
		margin-left: 45px;
	}
	#keyv .cont .ttl {
		border-width: 4px;
		font-size: 3.6rem;
	}
	#keyv .cont {
		top: 65px;
		right: 15px;
		margin-left: -15px;
		padding-left: 15px;
	}
}
/*==================================================================
	Contents setting
===================================================================*/
.section .pos_title {
	position: absolute;
	top: 0;
	left: calc(100% + 30px);
	width: 100px;
	z-index: 1;
}
@media screen and (max-width: 1440px) {
	.section .pos_title {
		left: calc(100% + 5px);
		width: 80px;
	}
	.section .pos_title img {
		transform: translateX(-100%);
	}
}
@media screen and (max-width: 1200px) {
	.section .pos_title {
		width: 60px;
	}
}
@media screen and (max-width: 767px) {
	.section .pos_title {
		display: none;
	}
}

/* .sec_business */
.sec_business {
	padding: 165px 0 100px;
}
.business_block {
	display: flex;
	flex-wrap: wrap;
}
.business_block.revert {
	justify-content: flex-end;
}
.business_block + .business_block {
	margin-top: 80px;
}
.business_block .image {
	width: 69%;
	position: relative;
	z-index: 0;
}
.business_block .image:before {
	content: "";
	background: #fff100;
	top: 0;
	right: -65px;
	bottom: -65px;
	width: 68%;
	z-index: -1;
	position: absolute;
}
.business_block.revert .image:before {
	right: auto;
	left: -65px;
}
.business_block .cont {
	background: #fff;
	width: 44%;
	margin-left: auto;
	margin-top: -135px;
	position: relative;
	padding: 55px 40px;
}
.business_block.revert .cont {
	margin-left: 0;
	margin-right: auto;
	text-align: right;
}
.business_block .cont .ttl {
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.7;
	margin: 0 0 25px;
	text-align: left !important;
}
@media screen and (max-width: 1200px) {
	.business_block .cont {
		padding: 40px;
	}
	.business_block .cont .ttl {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 767px) {
	.sec_business {
		padding: 100px 0 0;
	}
	.business_block .image {
		width: 100vw;
		margin-left: -15px;
		margin-right: -15px;
	}
	.business_block .cont {
		width: 100%;
		margin-top: -40px;
		padding: 30px;
	}
	.business_block .image::before {
		right: 0;
		width: 100%;
	}
	.business_block .cont .ttl {
		font-size: 2.4rem;
	}
	.business_block + .business_block {
		margin-top: 40px;
	}
}

/* .sec_company */
.sec_company {
	color: #fff;
	position: relative;
	padding: 170px 0 130px;
	z-index: 0;
}
.sec_company .image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: calc(100% - (100% - 1280px)/2);
}
.sec_company .image img {
	height: 100%;
	object-fit: cover;
}
.sec_company .contact_box .txt {
	line-height: 1.7;
	margin: 0 0 30px;
}
.sec_company .fadeup {
	transition-delay: 0.5s !important;
}
@media screen and (max-width: 1200px) {
	.sec_company .pos_title {
		top: 30%;
	}
}
@media screen and (max-width: 767px) {
	.sec_company {
		color: inherit;
		padding: 70px 0 0;
	}
	.sec_company .contact_box {
		color: #fff;
		padding: 30px 0 50vh;
		text-align: center;
	}
	.sec_company .contact_box .txt {
		text-align: left;
	}
	.sec_company .image {
		width: 100vw;
		left: -15px;
	}
}

/* .sec_careers */
.sec_careers {
	padding: 165px 0 0;
}
.sec_careers .sec_headline {
	margin-bottom: 80px;
}
.sec_careers .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.sec_careers .image img {
	height: 100%;
	object-fit: cover;
}
.sec_careers .block {
	padding: 30px 0 310px;
	width: 100%;
	max-width: 520px;
}
.sec_careers .txt {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.75;
	margin: 0 0 30px;
}
.sec_careers .fadeup {
	transition-delay: 0.5s !important;
}
@media screen and (max-width: 1200px) {
	.sec_careers { margin: 0; }
	.sec_careers .image {
		width: 100vw;
		margin-left: -15px;
	}
}
@media screen and (max-width: 767px) {
	.sec_careers {
		padding: 80px 0 0;
		margin: 0;
	}
	.sec_careers .sec_headline {
		margin-bottom: 40px;
	}
	.sec_careers .block {
		padding: 30px 0 20vh;
		text-align: center;
	}
	.sec_careers .txt {
		margin: 0 0 20vh;
		text-align: left;
	}
}