@charset "utf-8";
/*------------------------------------------------------------
	space
------------------------------------------------------------*/
#gNavi li:nth-child(2) a::before,
.menuBox li:nth-child(2) a::before {
	opacity: 1;
}
#gNavi li:nth-child(2) a {
	pointer-events: none;
}
#main .sec01 {
	position: relative;
}
#main .sec01 .bg {
	position: absolute;
	left: 9.15%;
	top: 0;
	width: 57.25%;
	height: 100%;
}
#main .sec01 .bg .parallax {
	width: 106rem;
}
#main .mainBox {
	padding: 0 23rem 0 1rem;
	flex-wrap: nowrap;
	height: 100%;
	box-sizing: border-box;
}
#main .sec02 {
	padding: 60px 0;
	width: 330rem;
}
#main .sec02 .imgBox {
	margin-right: 23rem;
	width: 140rem;
	align-items: center;
}
#main .sec02 .imgBox:last-child {
	margin-right: 0;
}
#main .sec02 .textBox {
	width: 21.5rem;
}
#main .sec02 .ttl {
	margin-bottom: 9.5rem;
	color: #666;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size: min(15px,1rem);
}
#main .sec02 .ttl span {
	margin-bottom: 0.4rem;
	display: block;
	color: #333;
	font-size: 4rem;
	letter-spacing: 0.2em;
}
#main .sec02 h3 {
	margin-bottom: 2.4rem;
	font-weight: 400;
	line-height: 2.16;
	font-size: clamp(10px,1.2rem,15px);
	letter-spacing: 0.07em;
}
#main .sec02 .en {
	color: #666;
	font-size: min(15px,0.9rem);
	line-height: 1.66;
}
#main .sec02 .photoBox {
	width: 110rem;
	align-items: center;
	flex-direction: row-reverse;
}
#main .sec02 .slideBox {
	width: 78rem;
	height: calc(100vh - 120px);
	max-height: 75rem;
	position: relative;
}
.slideshow-inner { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .sec02 .slideBox .slides { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#main .sec02 .slideBox .slide { 
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
}
#main .sec02 .slideBox .slide.is-active {
	display: block;
}
#main .sec02 .slideBox .slide.is-loaded {
	opacity: 1;
}
#main .sec02 .slideBox .image-container { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 1;
	background-size: cover;
	image-rendering: optimizeQuality;
}

#main .sec02 .slideBox .image-container img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: inherit;
	height: 100%;
	object-fit: cover;
}
#main .sec02 .slideBox .image-container img.on.nodelay {
	transition: none;
}
#main .sec02 .slideBox .slideTxt .text {
	position: absolute;
	left: 0;
	bottom: -2.6rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s;
	color: #262626;
	font-size: clamp(10px,1.1rem,15px);
	font-weight: 300;
	letter-spacing: 0.04em;
}
#main .sec02 .slideBox .slideTxt .text.on {
	opacity: 1;
	visibility: visible;
}
#main .sec02 .arrows {
	position: absolute;
	left: -4.3rem;
	right: -4.3rem;
	top: 50%;
	transform: translateY(-50%);
	cursor: default;
	pointer-events: none;
	z-index: 10;
}
#main .sec02 .arrows li {
	width: 1.4rem;
	cursor: pointer;
	transition: .3s;
	pointer-events: auto;
}
#main .sec02 .numText {
	position: absolute;
	right: 0;
	bottom: -2.6rem;
	color: #262626;
	font-size: clamp(10px,1.2rem,15px);
	font-weight: 300;
	letter-spacing: 0.04em;
}
#main .sec02 .pho {
	height: 100%;
	position: relative;
}
#main .sec02 .img {
	width: 18.6rem;
	padding-bottom: 1px;
}
#main .sec03 {
	width: 60rem;
	height: 100%;
	padding-top: 1rem;
	display: flex;
	align-items: center;
	background-color: #F4F8F8;
	box-sizing: border-box;
}
#main .sec03 .widBox {
	width: 40rem;
	margin: 0 auto;
}
#main .sec03 table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec03 th,
#main .sec03 td {
	padding: 1.1rem 0 1rem;
	vertical-align: top;
	text-align: left;
	font-size: clamp(10px,1.2rem,15px);
	letter-spacing: 0.05em;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
#main .sec03 th {
	width: 33%;
	padding-right: 1rem;
	font-weight: 500;
}
#main .sec03 tr:last-child th,
#main .sec03 tr:last-child td {
	border: none;
}
#main .sec04 {
	position: relative;
	padding-right: 33rem;
	flex-wrap: nowrap;
}
#main .sec04 .headLine04 {
	position: absolute;
	left: 15rem;
	top: 48.4%;
}
#main .sec04 .pho img {
	width: auto;
	height: 100vh;
}
@media all and (min-width: 1000px) {
	#main .sec01 .headLine03 {
		right: 25%;
		top: 60%;
	}
	#main .sec02 .arrows li:hover {
		opacity: 0.5;
	}
	.pad #main .sec02 .arrows li:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	#main .sec01 .bg {
		left: 0;
		top: 6vh;
		width: 100%;
		height: auto;
		bottom: 6vh;
	}
	#main .sec01 .bg .parallax {
		width: calc(100% + 20rem);
	}
	#main .sec01 .headLine03 {
		top: 56.3%;
	}
	#main .mainBox {
		padding: 0 18rem 0 13rem;
	}
	#main .sec02 {
		padding: 1vh 0 10.4vh;
		width: 153.2rem;
	}
	#main .sec02 .imgBox {
		margin-right: 16rem;
		width: 57.9rem;
		position: relative;
		align-items: flex-end;
	}
	#main .sec02 .imgBox:last-child {
		margin-right: 0;
		width: 57.9rem;
	}
	#main .sec02 .textBox {
		width: 21.5rem;
		height: 100%;
		display: flex;
		align-items: center;
		padding-top: 9.4vh;
		box-sizing: border-box;
	}
	#main .sec02 .ttl {
		font-size:1rem;
	}
	#main .sec02 .ttl span {
		margin-bottom: 0.6rem;
		font-size: 3.2rem;
	}
	#main .sec02 h3 {
		margin-bottom: 2.6rem;
		line-height: 2;
		font-size: 1.2rem;
	}
	#main .sec02 .en {
		font-size: 0.9rem;
		line-height: 1.55;
	}
	#main .sec02 .photoBox {
		width: 30rem;
		display: block;
	}
	#main .sec02 .slideBox {
		width: 30rem;
		height: 0;
		padding-bottom: 36.54vh;
		margin-bottom: 11.1vh;
	}
	
	
	#main .sec02 .slideBox .slides { 
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 110%;
	z-index: 1;
}
	
	#main .sec02 .arrows {
		left: 0;
		right: 0;
		top: auto;
		bottom: -11.3vh;
		transform: none;
	}
	#main .sec02 .arrows li {
		width: 1.1rem;
	}
	#main .sec02 .numText {
		width: 100%;
		bottom: -11.1vh;
		text-align: center;
		color: #262626;
		font-size: 1.2rem;
	}
	#main .sec02 .slideBox .slideTxt .text {
		margin-top: 1rem;
		display: block;
		font-size: 1.2rem;
		letter-spacing: 0.04em;
	}
	#main .sec02 .img {
		position: absolute;
		right: 7.7rem;
		top: -1vh;
		padding-bottom: 0;
		text-align: center;
		transform: rotate(90deg);
		width: 14.7rem;
	}
	#main .sec03 {
		width: 42rem;
	}
	#main .sec03 .widBox {
		width: 28rem;
	}
	#main .sec03 th,
	#main .sec03 td {
		font-size: 1.2rem;
	}
	#main .sec03 th {
		width: 35%;
	}
	#main .sec04 {
		padding-left: 10rem;
		padding-right: 20rem;
	}
	#main .sec04 .headLine04 {
		left: 12rem;
	}
}