@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body {
	background: url(../img/index/bg01.png) no-repeat center top 360px / 2538px;
}
#main {
	padding-bottom: 180px;
}
.mainVisual {
	margin-bottom: 180px;
	position: relative;
	z-index: 10;
}
.mainVisual .inner .lBox {
	width: calc(50% - 295px);
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	flex-direction: column;
}
.mainVisual .inner .lBox .subBox {
	margin: 0 -57px 202px auto;
	width: 400px;
}
.mainVisual .inner .lBox .subBox .title {
	position: relative;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.mainVisual .inner .lBox .subBox .title::before {
	position: absolute;
	top: -98px;
	left: 17px;
	width: 464px;
	height: 134px;
	background: url(../img/index/img01.png) no-repeat left center / 100%;
	content: '';
}
.mainVisual .inner .lBox .subBox .title span {
	position: relative;
	z-index: 10;
}
.mainVisual .inner .rBox {
	width: calc(50% + 295px);
	overflow: hidden;
	border-top-left-radius: 90px;
	border-bottom-left-radius: 90px;
}
.mainVisual .inner .rBox img {
	width: 100%;
}
.mainVisual .scroll {
	position: absolute;
	bottom: 68px;
	left: 69px;
	z-index: 20;
}
.mainVisual .scroll a {
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
.mainVisual .scroll a::before {
	position: absolute;
	top: 30px;
	left: -9px;
	width: 1px;
	height: 80px;
	background-color: #39352F;
	content: '';
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
#main .topBox {
	margin-bottom: 231px;
}
#main .topBox .lBox {
	align-items: center;
}
#main .topBox .lBox .en {
	color: #FAFAFA;
	width: 580px;
	font-size: 16rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}
#main .topBox .lBox h2 {
	margin-left: -377px;
	width: 600px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .topBox .text {
	margin: -43px 0 0 auto;
	width: 590px;
	line-height: 2.5;
}
#main .feature {
	margin-bottom: 258px;
}
#main .feature .topText {
	margin: 0 0 33px -1px;
	line-height: 2.5;
}
#main .feature .imgBox {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .feature .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .feature .imgBox .photoBox {
	margin-right: -39px;
	width: 612px;
	order: 1;
}
#main .feature .imgBox .textBox {
	margin-left: -3px;	
	width: 475px;
	box-sizing: border-box;
}
#main .feature .imgBox.reverse .photoBox {
	margin: 0 0 0 -29px;
}
#main .feature .imgBox.reverse .textBox {
	order: 1;
}
#main .feature .imgBox .textBox p {
	margin-bottom: 30px;
	line-height: 2;
}
#main .feature .imgBox .textBox .link {
	width: 200px;
}
#main .feature .imgBox .textBox .link a {
	padding: 19px 20px 17px 26px;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 28px;
	background: #FFF url(../img/common/icon03.png) no-repeat right 14px center / 14px;
	border: 1px solid #39352f;
}
#main .feature .imgBox .textBox .link a:hover {
	opacity: 0.7;
}
#main .about {
	position: relative;
	z-index: 10;
	margin-bottom: 160px;
}
#main .about .headLine01 {
	margin-bottom: 116px;
}
#main .about .inner .lBox {
	margin-top: -1px;
	width: calc(50% - 119px);
}
#main .about .inner .lBox .subBox {
	margin: 0 91px 0 auto;
	width: 388px;
}
#main .about .inner .lBox .linkList li a {
	padding: 81px 0 78px;
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	border-top: 1px solid #c3c3c3;
	background: url(../img/common/icon04.png) no-repeat right center / 56px;
}
#main .about .inner .lBox .linkList li:last-child a {
	border-bottom: 1px solid #c3c3c3;
}
#main .about .inner .lBox .linkList li a .en {
	margin-top: 14px;
	display: block;
	color: #EA5513;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
}
#main .about .inner .lBox .linkList li a:hover {
	opacity: 0.7;
}
#main .about .inner .rBox {
	width: calc(50% + 119px);
	overflow: hidden;
	border-top-left-radius: 90px;
	border-bottom-left-radius: 90px;
}
#main .about .inner .rBox img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 80px;
	}
	#main::before {
		display: none;
	}
	.mainVisual {
		margin-bottom: 80px;
	}
	.mainVisual .inner .lBox {
		width: 60px;
		padding-left: 10px;
		z-index: 10;
		box-sizing: border-box;
	}
	.mainVisual .inner .lBox .subBox {
		margin: 50px -80px 150px auto;
		width: 220px;
	}
	.mainVisual .inner .lBox .subBox .title {
		font-size: 2rem;
	}
	.mainVisual .inner .lBox .subBox .title::before {
		top: -50px;
		left: 10px;
		width: 232px;
		height: 67px;
	}
	.mainVisual .inner .rBox {
		width: calc(100% - 60px);
		box-sizing: border-box;
		border-top-left-radius: 45px;
		border-bottom-left-radius: 45px;
	}
	.mainVisual .inner .rBox img {
		height: 100%;
		object-fit: cover;
	}
	.mainVisual .scroll {
		bottom: 80px;
		left: 30px;
	}
	#main .topBox {
		margin-bottom: 80px;
	}
	#main .topBox .lBox {
		display: block;
	}
	#main .topBox .lBox .en {
		font-size: 8rem;
		width: auto;
	}
	#main .topBox .lBox h2 {
		margin: -105px 0 50px 30px;
		font-size: 1.7rem;
		width: auto;
	}
	#main .topBox .text {
		margin: 0;
		width: auto;
	}
	#main .feature {
		margin-bottom: 80px;
	}
	#main .feature .topText {
		margin: 0 0 60px;
	}
	#main .feature .imgBox {
		margin-bottom: 50px;
		display: block;
	}
	#main .feature .imgBox .photoBox {
		margin: 0 0 20px;
		width: auto;
	}
	#main .feature .imgBox .photoBox img {
		width: 100%;
	}
	#main .feature .imgBox .textBox {
		margin-left: 0;	
		width: auto;
	}
	#main .feature .imgBox.reverse .photoBox {
		margin: 0;
	}
	#main .feature .imgBox .textBox p {
		margin-bottom: 20px;
	}
	#main .feature .imgBox .textBox .link {
		width: 150px;
	}
	#main .feature .imgBox .textBox .link a {
		padding: 12px 20px 13px 10px;
	}
	#main .about {
		margin-bottom: 80px;
	}
	#main .about .headLine01 {
		margin-bottom: 40px;
	}
	#main .about .inner {
		display: block;
	}
	#main .about .inner .lBox {
		margin: 0 20px 60px;
		width: auto;
	}
	#main .about .inner .lBox .subBox {
		margin: 0;
		width: auto;
	}
	#main .about .inner .lBox .linkList li a {
		padding: 20px 0;
		font-size: 1.6rem;
		background-size: 28px;
		background-position: right 10px center;
	}
	#main .about .inner .rBox {
		width: auto;
		border-radius: 0;
	}
}
@media all and (max-width: 359px) {
	.mainVisual .scroll {
		left: 15px;
	}
	#main .topBox .lBox h2 {
		font-size: 4.7vw;
	}
}