@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	padding-top: 0;
}
/* mainImg */
#main .mainImg {
	position: relative;
}
#main .mainImg .image {
	height: 78rem;
	overflow: hidden;
}
#main .mainImg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainImg img {
	width: 100%;
}
#main .mainImg .title {
	width: 66.7rem;
	position: absolute;
	bottom: 4.8rem;
	left: 4.7rem;
	z-index: 10;
}
#main .mainImg .link {
	width: 7.6rem;
	position: absolute;
	bottom: 2.2rem;
	right: 4.7rem;
	z-index: 10;
}
#main .mainImg .link a {
	display: block;
}
@media all and (min-width: 897px) {
	#main .mainImg .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		background: rgba(255,255,255, 0.9);
	}
	#main .mainImg .title {
		width: 33.1rem;
		bottom: auto;
		left: 50%;
		z-index: 10;
		top: 50%;
		transform: translate(-50%,-50%);
		margin-top: 3.2rem;
	}
	#main .mainImg .image {
		height: auto;
		aspect-ratio: 750/1290;
	}
}

/* strengthsBox */
#main .strengthsBox {
	min-height: 64rem;
}
#main .strengthsBox .bgImg {
	width: 64.5rem;
	right: -10rem;
}
#main .strengthsBox .headLine02 {
	margin: 0 0 3.5rem -0.6rem;
}
#main .strengthsBox .headLine03 {
	line-height: 1.5;
	margin: 0 -12rem 0.9rem 0;
}
#main .strengthsBox .headLine03 .sml {
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
#main .strengthsBox .photoBox {
	width: 64.2rem;
	margin: -0.8rem 0.3rem 0 4.5rem;
}
#main .strengthsBox .colTxt {
	margin: 0 -5rem 0.8rem 0;
}
#main .strengthsBox p {
	letter-spacing: 0.1em;
}
#main .strengthsBox .headLine02 .col {
	letter-spacing: 0.01em;
}
@media all and (max-width: 896px) {
	#main .strengthsBox {
		min-height: 0;
		padding: 4.6rem 0 6.2rem;
	}
	#main .strengthsBox .headLine02 {
		margin: 0 0 2rem -0.2rem;
	}
	#main .strengthsBox .headLine03 {
		line-height: 1.4;
		margin: 0 0 2.2rem 0;
	}
	#main .strengthsBox .photoBox {
		width: auto;
		margin: 0 auto 2.8rem;
	}
	#main .strengthsBox .photoBox .photo {
		margin: 0 -7.9rem 0 2.9rem;
	}
	#main .strengthsBox .bgImg {
		width: 32.9rem;
		right: -12.1rem;
		top: -4.4rem;
	}
	#main .strengthsBox .colTxt {
		margin: 0 0 0.8rem 0;
	}
}
/* businessBox */
#main .businessBox {
	padding: 6.3rem 0 9.1rem;
	position: relative;
}
#main .businessBox::after {
	width: 100%;
	height: 19.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../img/index/business_bg.jpg") no-repeat center center / cover;
	content: "";
	z-index: -1;
}
#main .businessBox .enTxt {
	font-size: 14.87rem;
	font-weight: 500;
	color: #f3f4f3;
	line-height: 1;
	position: absolute;
	top: -4.5rem;
	left: -1.5rem;
	white-space: nowrap;
	z-index: -1;
	letter-spacing: 0.08em;
}
#main .businessBox .title {
	margin-bottom: 2.5rem;
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	letter-spacing: 0.15em;
}
#main .businessBox .title small {
	display: block;
	margin-bottom: -0.2rem;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}
#main .businessBox .title img {
	width: 2.4rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.2rem 0.6rem 0 0;
}
#main .businessBox .linkUl {
	display: flex;
	justify-content: center;
	gap: 3.9rem;
}
#main .businessBox .linkUl a {
	display: block;
	background-color: #fff;
	font-size: 0;
	line-height: 1;
	box-shadow: 0 0 1.5rem rgba(0,0,0, 0.4);
}
#main .businessBox .linkUl li {
	width: 48rem;
}
#main .businessBox .linkUl img {
	width: 100%;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	#main .businessBox .linkUl a img:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .businessBox .linkUl {
		display: block;
		margin: 0 1px;
	}
	#main .businessBox .linkUl li {
		width: auto;
		margin-bottom: 2rem;
	}
	#main .businessBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .businessBox {
		padding: 4.2rem 0 5.3rem;
	}
	#main .businessBox .title {
		font-size: 2.85rem;
		margin-bottom: 2.4rem;
	}
	#main .businessBox .title .big {
		font-size: 3.17rem;
		line-height: 1;
	}
	#main .businessBox .enTxt {
		font-size: 7.4rem;
		top: -2.2rem;
		left: -1rem;
		letter-spacing: 0.08em;
	}
	#main .businessBox::after {
		height: 20.5rem;
		background-image: url("../img/index/business_bg_sp.jpg");
	}
	#main .businessBox .linkUl a {
		box-shadow: 0 0 1.5rem rgba(0,0,0, 0.4);
	}
}




/* welfareBox */
#main .welfareBox {
	display: flex;
}
#main .welfareBox .leftBox {
	padding-bottom: 12rem;
	width: calc(50% - 24.2rem);
	color: #fff;
	display: flex;
	align-items: center;
	background: url("../img/index/welfare_bg.jpg") no-repeat center center / cover;
	position: relative;
}
#main .welfareBox .leftBox::after {
	width: 11rem;
	height: 24.5rem;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../img/index/welfare_bg02.png") no-repeat left top / 100% 100%;
	content: "";
	mix-blend-mode: hue;
}
#main .welfareBox .rightBox {
	flex: 1;
	padding: 6rem 10rem 9.6rem 6.5rem;
}
#main .welfareBox .content {
	margin: 0;
	max-width: 69rem;
}
#main .realBox .content {
	margin: 0 0 0 auto;
	max-width: 67.5rem;
}
#main .welfareBox .headLine02 {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 3.54rem;
	text-align: center;
	letter-spacing: 0.18em;
}
#main .welfareBox .headLine02 .en {
	margin: 0 auto 1.2rem;
	font-size: 4.72rem;
	letter-spacing: 0;
}
#main .welfareBox .headLine02 .comTtl {
	font-size: 1.53rem;
	padding: 0.3rem 3.5rem 0.6rem;
	letter-spacing: 0.3em;
	margin: 0 auto 0.7rem;
	vertical-align: top;
	display: block;
	width: fit-content;
}
@media all and (min-width: 897px) {
	#main .welfareBox .headLine02 .comTtl::before {
		background-color: #000;
	}
	#main .welfareBox .headLine02 .comTtl {
		color: #fff;
	}
}
@media all and (max-width: 896px) {
	#main .welfareBox {
		margin: 0 0 5.8rem;
		display: block;
	}
	#main .welfareBox .leftBox {
		margin-bottom: 5.4rem;
		width: auto;
		padding: 4rem 0 5.6rem;
		display: block;
		background-image: url("../img/index/welfare_bg_sp.jpg");
	}
	#main .welfareBox .leftBox::after {
		width: 5.8rem;
		height: 12.5rem;
	}
	#main .welfareBox .rightBox {
		padding: 0;
	}
	#main .welfareBox .content {
		max-width: inherit;
	}
	#main .welfareBox .headLine02 {
		font-size: 3.5rem;
		letter-spacing: 0.18em;
	}
	#main .welfareBox .headLine02 .en {
		margin: 0 auto 0.7rem;
		font-size: 4.3rem;
		letter-spacing: 0.1em;
	}
	#main .welfareBox .headLine02 .comTtl {
		font-size: 1.5rem;
		padding: 0.3rem 3.4rem 0.6rem;
		letter-spacing: 0.3em;
		margin: 0 auto 0.7rem;
	}
}

/* realBox */
#main .realBox {
	background-color: #f3f4f3;
}
#main .realBox .leftBox {
	order: 3;
	padding-bottom: 1rem;
	width: calc(50% - 23.6rem);
	background-image: url("../img/index/bg01.jpg");
}
#main .realBox .rightBox {
	padding: 9.1rem 6.2rem 5rem 10rem;
}
#main .realBox .leftBox::after {
	width: 10.9rem;
	height: 24.8rem;
	background-image: url("../img/index/real_bg.png");
	mix-blend-mode: multiply;
}
@media all and (max-width: 896px) {
	#main .realBox {
		background-color: #fff;
	}
	#main .realBox .leftBox {
		margin-bottom: 5.7rem;
		padding: 2.6rem 0 3.6rem;
		width: auto;
		background-image: url("../img/index/bg01_sp.jpg");
	}
	#main .realBox .rightBox {
		padding: 0;
	}
	#main .realBox .leftBox::after {
		width: 5.5rem;
		height: 11.8rem;
	}
	#main .realBox .headLine02 {
		font-size: 3.5rem;
		letter-spacing: 0.1em;
	}
	#main .realBox .headLine02 .en {
		margin-bottom: 0.4rem;
	}
	#main .realBox .headLine02 .comTtl {
		margin-bottom: 0.2rem;
		color: #0067b4;
	}
	#main .realBox .headLine02 .comTtl::before {
		background: #fff;
	}
}

#main .bgSec {
	padding: 4rem 0 9.1rem;
	background: #f3f4f3 url("../img/index/bg03.png") no-repeat right top;
	background-size: auto 100%;
}

/* recruitmentBox */
#main .recruitmentBox {
	margin-bottom: 5.9rem;
	color: #fff;
	padding: 4.8rem 4.8rem 2rem;
	min-height: 40rem;
	background: url("../img/index/bg02.jpg") no-repeat left top / 100% 100%;
	position: relative;
}
#main .recruitmentBox .textImg {
	position: absolute;
	bottom: 2.5rem;
	right: 4.4rem;
	width: 27.9rem;
}
#main .recruitmentBox .colTxt {
	color: #fff;
	margin: 0 -3rem 1.1rem 0;
}
#main .recruitmentBox .comBtn {
	margin-top: 1.3rem;
}
#main .recruitmentBox .comImgBox02 {
	max-width: 31rem;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}
#main .recruitmentBox .comImgBox02 .textBox {
	margin-right: 0;
}
#main .recruitmentBox .comImgBox02 .comTtl {
	margin-bottom: 1.5rem;
	padding: 0.3rem 2.6rem 0.4rem;
}
#main .recruitmentBox .comImgBox02 .title {
	margin-bottom: 2.8rem;
	position: relative;
}
#main .recruitmentBox .comImgBox02 .title::after {
	width: 3rem;
	height: 0.2rem;
	border-radius: 1.5rem;
	background-color: #fff;
	position: absolute;
	bottom: -1.6rem;
	left: 0.2rem;
	content: "";
}
#main .recruitmentBox .enImg {
	position: absolute;
	top: -0.8rem;
	left: 0;
	width: 6.7rem;
}
@media all and (max-width: 896px) {
	#main .bgSec {
		padding: 0 0 5.2rem;
		background: #ececec url("../img/index/bg04.png") no-repeat right bottom;
		background-size: 25.5rem auto;
	}

	/* recruitmentBox */
	#main .recruitmentBox {
		margin: 0 0 5.4rem;
		color: #fff;
		padding: 0 0 5.4rem;
		min-height: 0;
		background: linear-gradient(to top,#0066B2 0%,#004a96 30%,#00337a 60%,#002764 85%,#001a4b 100%);
		position: relative;
	}
	#main .recruitmentBox .textImg {
		bottom: auto;
		right: auto;
		width: 23.8rem;
		top: 15.2rem;
		z-index: 11;
		left: 1.6rem;
	}
	#main .recruitmentBox .colTxt {
		margin: 0 -0.9rem 1.3rem 0;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	#main .recruitmentBox .comBtn {
		margin-top: 2.2rem;
	}
	#main .recruitmentBox .comBtn a {
		background-color: #333333;
	}
	#main .recruitmentBox .comImgBox02 {
		max-width: inherit;
		margin: 0;
		z-index: inherit;
	}
	#main .recruitmentBox .comImgBox02 .comTtl {
		padding: 0.5rem 1.3rem 0.7rem;
		margin: 0 0 0.6rem 0.5rem;
	}
	#main .recruitmentBox .comImgBox02 .title {
		margin-bottom: 4.5rem;
	}
	#main .recruitmentBox .comImgBox02 .title::after {
		width: 2.6rem;
		height: 1px;
		border-radius: 1.5rem;
		background-color: #0066b2;
		position: absolute;
		bottom: -2.4rem;
		left: 0;
		content: "";
	}
	#main .recruitmentBox .enImg {
		top: auto;
		left: 50%;
		width: 34.4rem;
		bottom: 0.2rem;
		transform: translateX(-50%);
	}
	#main .recruitmentBox .comImgBox02 .textBox {
		margin: -8.2rem 1.7rem 0;
		position: relative;
		z-index: 40;
	}
}


/* newsBox */
#main .newsBox {
	display: flex;
}
#main .newsBox .leftBox {
	width: 25.4rem;
	padding: 3.6rem 2.6rem 0 0;
}
#main .newsBox .rightBox {
	padding-right: 5rem;
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
	flex: 1;
	height: 26.5rem;
	overflow-y: auto;
}
#main .newsBox .title {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
}
#main .newsBox .title span {
	display: block;
}
#main .newsBox .title .en {
	color: #0365ae;
	font-weight: 500;
	font-size: 3.37rem;
	letter-spacing: 0.1em;
	position: relative;
	margin-bottom: 2.4rem;
}
#main .newsBox .title img {
	width: 2.9rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.6rem 0.6rem 0 0;
}
#main .newsBox .comBtn a {
	margin: 0 auto;
}
#main .newsBox .title .en::after {
	width: 3rem;
	height: 0.2rem;
	border-radius: 1.5rem;
	background-color: #0365ae;
	position: absolute;
	bottom: -0.6rem;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
#main .newsBox .comBtn {
	margin-top: 1.4rem;
}
@media all and (max-width: 896px) {
	#main .newsBox {
		margin: 0;
		padding: 0 1.6rem;
		display: block;
		background: url("../img/index/bg03_sp.png") no-repeat center top 5.3rem / 100% auto;
	}
	#main .newsBox .leftBox {
		width: auto;
		padding: 0;
	}
	#main .newsBox .rightBox {
		padding: 2.4rem 3.6rem 2rem 2.3rem;
		border-radius: 1rem;
		height: 47.9rem;
	}
	#main .newsBox .title {
		font-size: 1.65rem;
		display: flex;
		margin: 0 1.6rem 1.8rem;
		letter-spacing: 0.15em;
	}
	#main .newsBox .title .en {
		font-size: 2.05rem;
		letter-spacing: 0.1em;
		margin: 0 2.4rem 0 0;
	}
	#main .newsBox .title img {
		width: 1.6rem;
		margin: -0.3rem 0.4rem 0 0;
	}
	#main .newsBox .title .en::after {
		width: 0.2rem;
		height: 2.7rem;
		border-radius: 1.5rem;
		bottom: auto;
		transform: translateX(0);
		left: auto;
		right: -0.7rem;
		top: 1px;
	}
	#main .newsBox .comBtn {
		margin-top: 1.4rem;
	}
}





/* mediaBox */
#main .mediaBox .comBtn {
	margin-top: 3.1rem;
}
#main .mediaBox .snsBox {
	margin: 5.2rem 0 0 0;
}
@media all and (max-width: 896px) {
	#main .mediaBox .comBtn {
		margin-top: 2.8rem;
	}
	#main .mediaBox .snsBox {
		margin: 2.5rem 1.7rem 0;
	}
}



/* simplebar */
.simplebar ::-webkit-scrollbar {
	display: none;
}
.simplebar-scrollbar::before {
	background-color: #fff;
	opacity: 1 !important;
	border-radius: 0.3rem;
	top: 0.4rem;
	bottom: 0.4rem;
	left: 0.4rem;
	right: 0.4rem;
}
.simplebar-track {
	width: calc(100% - 1.6rem);
	background-color: #aaaaaa;
	right: 0.9rem;
	bottom: 1.1rem;
	border-radius: 0.5rem;
}
.simplebar-track.simplebar-horizontal {
	height: 1.8rem;
	border-radius: 0.3rem;
}
.simplebar-track.simplebar-vertical {
	top: 0.8rem;
	width: 1.5rem;
}
@media all and (max-width: 896px) {
	.simplebar-track {
		border-radius: 0.3rem;
		right: 0.9rem;
  		bottom: 1.1rem;
	}
	.simplebar-track.simplebar-vertical {
		top: 0.6rem;
		width: 1.4rem;
	}
	.simplebar-scrollbar::before {
		top: 0.6rem;
	}
}