@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body {
	background: #F5F1E5;
}
#container {
	padding-top: 0;
	/* opacity: 0; */
	transition: 1000ms;
}
#container.show {
	opacity: 1;
}
#gFooter {
	margin-top: 0;
}
.content {
	max-width: 118rem;
}
.comContact {
	margin-top: 17.2rem;
}
@media all and (max-width: 1023px) {
	.comContact {
		margin-top: 14rem;
	}
}


/* fixBox */
.insetBox {
	position: relative;
}
.fixBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-x: clip;
	transition: .3s;
	z-index: -1;
}
.fixBox .stickyBox {
	position: sticky;
	width: 100%;
	height: 100svh;
	top: 0;
	left: 0;
}
.fixBox .image {
	position: absolute;
	z-index: 10;
}
.fixBox .image.img01 {
	width: 72rem;
	top: -20.2rem;
	left: -27.2rem;
}
.fixBox .image.img02 {
	width: 72rem;
	top: -21.7rem;
	right: -25.3rem;
}
.fixBox .image.img03 {
	width: 67rem;
	bottom: -35.7rem;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -13.8rem;
}
.fixBox .decoration {
	position: absolute;
	z-index: 10;
}
.fixBox .decoration.dec01 {
	width: 19rem;
    top: -3.7rem;
    left: 50%;
    margin-left: -32.3rem;
}
.fixBox .decoration.dec02 {
	width: 28rem;
    right: 8.6%;
    top: 2.3rem;
}
.fixBox .decoration.dec03 {
	width: 56.4rem;
    top: 5.7rem;
    left: -21.3rem;
}
.fixBox .decoration.dec04 {
	width: 70.5rem;
    top: 6.4rem;
    left: 50%;
    margin-left: -20.7rem;
}
.fixBox .decoration.dec05 {
	width: 81rem;
    left: 20%;
    bottom: -10rem;
    margin-left: -15rem;
}
.fixBox .decoration.dec06 {
	width: 26rem;
    right: 18.4%;
    bottom: -1.7rem;
}
.fixBox .decoration.dec07 {
	width: 56rem;
    right: -34.8rem;
    bottom: 5.4rem;
}
@media all and (min-width: 1024px) and (max-width: 1466px) {
	.fixBox .image.img03 {
		width: 63rem;
		bottom: -30.7rem;
		margin-left: -8.8rem;
	}
}
@media all and (max-width: 1023px) {
	.fixBox .image.img01 {
		width: 31.6rem;
		top: -7.4rem;
		left: -10.5rem;
	}
	.fixBox .image.img02 {
		width: 33.4rem;
		top: auto;
		right: auto;
		left: -8.4rem;
		bottom: -7.4rem;
	}
	.fixBox .image.img03 {
		width: 29rem;
		bottom: auto;
		left: auto;
		transform: translate(0,-50%);
		margin-left: -13.8rem;
		right: -13.1rem;
		top: 50%;
		margin-top: -0.5rem;
	}
	.fixBox .decoration.dec06 {
		width: 15.5rem;
		right: 14.4%;
		bottom: -0.7rem;
	}
	.fixBox .decoration.dec05 {
		width: 43rem;
		left: 50%;
		bottom: 2.9rem;
		margin-left: 0;
		transform: translateX(-50%);
	}
	.fixBox .decoration.dec04 {
		display: none;
	}
	.fixBox .decoration.dec03 {
		width: 34.4rem;
		left: -20.1rem;
		top: 9.7rem;
	}
	.fixBox .decoration.dec01 {
		width: 11rem;
		top: 4.6rem;
		left: 50%;
		margin-left: 6.9rem;
	}
	.fixBox .decoration.dec02 {
		display: none;
	}
	.fixBox .decoration.dec07 {
		display: none;
	}
}


/* mainImg */
#main .mainImg {
	height: 100svh;
	min-height: 60rem;
}
#main .mainImg .content {
	margin: 0 auto;
	padding-top: 10rem;
	max-width: 139.7rem;
	width: 98%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .mainImg .photo {
	width: 67.6rem;
	height: calc(100% - 12.4rem);
	box-sizing: border-box;
}
#main .mainImg .photo .image {
	height: 100%;
	border-radius: 0.7rem;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#main .mainImg .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainImg .leftBox {
	flex: 1;
}
#main .mainImg .innerBox {
	margin-left: auto;
	max-width: 67rem;
}
#main .mainImg .title {
	margin-right: -5rem;
	color: #353535;
	font-weight: 500;
	font-size: 5rem;
	line-height: 1;
}
#main .mainImg .title > span {
	display: block;
}
#main .mainImg .title .sml {
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
#main .mainImg .title .big {
	margin: 1.1rem 0 1.1rem -1.4rem;
	font-size: 15.4rem;
	font-weight: 500;
	letter-spacing: -0.13em;
}
#main .mainImg .title .italic {
	display: inline-block;
	transform: rotate(15deg);
	font-size: 17.6rem;
	margin: -1rem 0 -1rem -4.3rem;
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
	#main .mainImg .title .big {
		font-size: 14.4rem;
	}
	#main .mainImg .title .italic {
		font-size: 15.6rem;
	}
}
@media all and (max-width: 1023px) {
	#main .mainImg {
		height: auto;
		min-height: 0;
	}
	#main .mainImg .content {
		height: auto;
		display: block;
		padding: 0;
	}
	#main .mainImg .photo {
		padding: 0 1.8rem;
		width: auto;
		height: auto;
		min-height: 0;
	}
	#main .mainImg .photo .image {
		height: auto;
		aspect-ratio: 1 / 1;
		border-radius: 0.7rem;
	}
	#main .mainImg .title {
		margin-right: 0;
		font-size: 2.6rem;
		text-align: center;
	}
	#main .mainImg .title .big {
		font-size: 8.1rem;
		margin: 1.1rem -2.6rem 1.1rem 0;
	}
	#main .mainImg .title .italic {
		font-size: 9.3rem;
		margin: -1.1rem 0 -1rem -2rem;
	}
	#main .mainImg .leftBox {
		height: calc(100vh - 7rem);
		min-height: 40rem;
		display: flex;
		align-items: center;
	}
	#main .mainImg .innerBox {
		margin-left: 0;
		padding: 7rem 0 5.8rem;
		max-width: inherit;
		width: 100%;
	}
	
}

/* futureBox */
#main .futureBox {
	padding: 24.8rem 0 14.2rem;
	min-height: 100svh;
}
#main .futureBox .txt {
	text-align: center;
	line-height: 2.75;
	font-size: 2rem;
}
@media all and (max-width: 1023px) {
	#main .futureBox {
		padding: 16rem 0 15rem;
	}
	#main .futureBox .txt {
		text-align: left;
		line-height: 2.16;
		font-size: 1.8rem;
	}
	#main .futureBox .headLine01 {
		margin-bottom: 1.7rem;
		font-size: 3.5rem;
	}
}	

/* bgBox */
#main .bgBox {
	padding: 28.1rem 0 18rem;
	position: relative;
}
#main .bgBox .bgImg {
	position: absolute;
	z-index: 1;
}
#main .bgBox .bgImg.bg01 {
	top: 33.5rem;
	left: -6.9rem;
	width: 61.8rem;
}
#main .bgBox .bgImg.bg02 {
	top: 38.5%;
	right: -5rem;
	width: 61.4rem;
}
#main .bgBox .bgImg.bg03 {
	top: 52.1%;
	left: -6.8rem;
	width: 63.4rem;
}
#main .bgBox .bgImg.bg04 {
	width: 28.7rem;
	right: 9rem;
	bottom: 9%;
}
#main .bgBox .bgImg.bg05 {
	width: 64.5rem;
	bottom: -11.8%;
	left: -9.7rem;
}
#main .bgBox .content {
	position: relative;
	z-index: 5;
}
#main .serviceBox,
#main .recruitBox {
	max-width: 118rem;
}
#main .imgBox {
	display: flex;
}
#main .imgBox p {
	line-height: 1.94;
}
#main .imgBox .photoBox {
	width: 56.1rem;
	height: 52rem;
	border-radius: 0.4rem;
	background: #F8F6ED;
	overflow: hidden;
}
#main .imgBox .photoBox .sub {
	margin-left: -24.4rem;
    width: 104rem;
}
#main .imgBox .photoBox img {
	width: 14.6rem;
}
#main .imgBox .leftBox {
	margin: 1.5rem 5.8rem 0 0;
	flex: 1;
}
#main .imgBox .innerBox {
	margin-left: auto;
	max-width: 46.5rem;
}
#main .imgBox .comBtn {
	margin-top: 4rem;
}
#main .serviceBox {
	margin-bottom: 13rem;
}
#main .recruitBox {
	margin-bottom: 12rem;
}
#main .recruitBox .imgBox .photoBox {
	margin-top: -1.7rem;
}
#main .recruitBox .imgBox .photoBox img {
	width: 30rem;
}
@media all and (max-width: 1023px) {
	#main .imgBox {
		display: block;
	}
	#main .imgBox .photoBox {
		margin-top: 5.3rem;
		width: auto;
		height: auto;
		aspect-ratio: 320/297;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}
	#main .imgBox .photoBox .sub {
		margin-left: 0;
		width: 180%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#main .imgBox .leftBox {
		margin: 0;
	}
	#main .bgBox {
		padding: 10.6rem 0 8rem;
	}
	#main .imgBox .comBtn a {
		margin: 0 auto;
	}
	#main .serviceBox {
		margin-bottom: 13rem;
	}
	#main .recruitBox .imgBox .photoBox {
		margin-top: 5.1rem;
	}
	#main .recruitBox {
		margin-bottom: 13.9rem;
	}
	#main .imgBox .innerBox {
		margin-left: 0;
		max-width: inherit;
	}
	#main .bgBox .bgImg.bg01 {
		top: 34.6rem;
		left: -9rem;
		width: 37rem;
	}
	#main .bgBox .bgImg.bg02 {
		top: 46.3%;
		right: -9.6rem;
		width: 36.8rem;
	}
	#main .bgBox .bgImg.bg03 {
		top: 51.2%;
		left: -7.3rem;
		width: 38rem;
	}
	#main .bgBox .bgImg.bg04 {
		width: 17.2rem;
		right: -1rem;
		bottom: 13.2%;
	}
	#main .bgBox .bgImg.bg05 {
		width: 38.7rem;
		bottom: -13.7%;
		left: -12.6rem;
	}
}


/* newBox */
#main .newBox {
	max-width: 99.3rem;
}
@media all and (min-width: 1024px) {
	#main .newBox .headLine02 {
		margin-bottom: 4.8rem;
		font-size: 3.8rem;
	}
	#main .newBox .headLine02 .en {
		margin-bottom: 1.1rem;
	}
}
@media all and (max-width: 1023px) {
	#main .newBox .headLine02 .en {
		margin-bottom: 0.3rem;
	}
	#main .newBox .headLine02 {
		margin-bottom: 2.3rem;
	}
}