@charset "utf-8"; 

#statement{
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	align-items: center;
	position: relative;
}
#statement .img01{
	width: 30%;
	height: 720px;
	margin-bottom: 17.5em;
}
@media screen and (max-width : 1780px){
	#statement .img01{
		height: auto;
	}
}
#statement .img02{
	width: 30%;
	height: 720px;
	margin-top: 17.5em;
}
@media screen and (max-width : 1780px){
	#statement .img02{
		height: auto;
	}
}
#statement .img01 img,
#statement .img02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width : 1780px){
	#statement .img01 img,
	#statement .img02 img{
		height: auto;
	}
}
#statement .subttl{
	font-size: 3.4rem;
	margin: 0.5em 0 0 56px;
}
#statement .txt{
	position: absolute;
}
#statement .txt01{
	top: 5.375em;
	left: 0;
}
#statement .txt02{
	right: 0;
	bottom: 4em;
	width: 65%;
	margin: 0 0 0 auto;
}
#statement .txt02 .headline{
	padding: 0;
}
#statement .txt02 .letter{
	font-weight: bold;
	margin-top: 1em;
}
#service{
	background: rgba(165,165,165,0.15);
	padding: 6em 0;
}
#service .block{
	display: flex;
	justify-content: center;
	margin-top: 2.25em;
}
#service .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 15.625em;
	height: 15.625em;
	background: #fff;
	border-radius: 100%;
	padding: 0 2em;
	box-sizing: border-box;
}
#service .inner + .inner{
	margin-left: 3em;
}
#service .inner .ttl{
	font-weight: bold;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 1em;
}
#service .inner p{
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc((1em * 1.75) * 2);
	text-align: center;
	line-height: 1.75;
}
#advantage{
	background: rgba(165,165,165,0.15);
	padding: 0 0 6.5625em;
}
#advantage .block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.875em;
}
#advantage .inner{
	width: calc((100% - 112px) / 3);
	text-align: center;
	background: #fff;
	padding: 2.2em 0 2.625em;
	margin-top: 3em;
}
#advantage .inner:nth-child(-n+3){
	margin-top: 0;
}
#advantage .inner img{
	margin-bottom: 2.5em;
}
#advantage .ttl{
	font-size: 2.4rem;
	min-height: 2.03em;
	line-height: 1.5;
	text-align: center;
}
#advantage .inner:nth-last-child(-n+3) .ttl{
	min-height: inherit;
}
#advantage .txt{
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.6;
	margin-top: 0.8em;
}

@media screen and (max-width : 1000px){

	#advantage .inner{
		width: calc((100% - 7em) / 3);
	}
	#statement .logo{
		width: 24%;
		margin-bottom: 2em;
	}

}

@media screen and (max-width : 767px){

	#statement{
		display: block;
	}
	#statement .txt{
		position: relative;
	}
	#statement .txt01{
		top: auto;
		left: auto;
	}
	#statement .subttl{
		font-size: 3.6rem;
		line-height: 1.75;
		margin: 1em 0 0 6.4vw;
	}
	#statement .img01{
		display: block;
		width: 100%;
		margin: 10vw 0 18vw;
	}
	#statement .img02{
		display: block;
		width: 100%;
		margin: 10vw 0 0;
	}
	#statement .txt02{
		display: block;
		right: auto;
		bottom: auto;
		width: auto;
		padding: 0 6.4vw;
	}
	#statement .logo{
		position: absolute;
		top: 12vw;
		right: 6vw;
		width: 41vw;
		height: auto;
		opacity: 0.05;
		margin: 0;
	}
	#service .block{
		display: block;
		padding: 0 6.4vw;
	}
	#service .inner{
		display: block;
		width: auto;
		height: auto;
		border-radius: inherit;
		padding: 6.4vw;
	}
	#service .inner .ttl{
		text-align: left;
		font-size: 2.4rem;
		margin-bottom: 0.8em;
	}
	#service .inner p{
		display: block;
		height: auto;
		text-align: left;
	}
	#service .inner + .inner{
		margin: 6.4vw 0 0 0;
	}
	#advantage{
		padding-bottom: 10vw;
	}
	#advantage .block{
		display: block;
		padding: 0 6.4vw;
	}
	#advantage .inner{
		width: auto;
		padding: 2.2em 6.4vw 2.625em;
		margin-top: 6.4vw;
	}
	#advantage .inner:nth-child(-n+3){
		margin-top: 6.4vw;
	}
	#advantage .inner:first-child{
		margin-top: 0;
	}
	#advantage .inner img{
		width: 30vw;
		height: auto;
		margin-bottom: 6.4vw;
	}
	#advantage .ttl{
		min-height: inherit;
		text-align: left;
	}
	#advantage .txt{
		text-align: left;
		font-weight: bold;
	}
	#advantage .txt a{
		font-weight: normal
	}
	
	#photo{
		display: block;
	}
	#photo .main{
		width: auto;
	}
	#photo .main .swiper-button-prev,
	#photo .main .swiper-button-next{
		top: 50%;
		width: 1.5em;
		height: 8em;
		background: #000;
		margin-top: 0;
		transform: translateY(-50%);
	}
	#photo .main .swiper-button-prev{
		left: 0;
	}
	#photo .main .swiper-button-next{
		right: 0;
	}
	#photo .main .swiper-button-prev::after,
	#photo .main .swiper-button-next::after{
		font-size: 1.6rem;
		color: #fff;
	}
	#photo .thumb{
		width: auto;
		flex-flow: column;
	}
	#photo .thumb .swiper-slide{
		height: calc((100vw - 20px) / 5);
		line-height: calc((100vw - 20px) / 5);
	}
	#photo .thumbWrap{
		padding-top: 3px;
		background: #000;
	}
	#photo .thumbWrap .subSlider{
		padding: 0;
	}
	#photo .thumb .swiper-button-next,
	#photo .thumb .swiper-button-prev{
		display: none;
	}
	#photo .thumb .txt{
		padding: 5vw;
	}
	#spec .detail{
		display: block;
		padding: 0 4vw;
	}
	#spec dl{
		width: 100%;
	}
	#spec dl + dl{
		padding-top: 2.5em;
	}
	#spec dl dt{
		align-self: flex-start;
	}
	#spec dl dd{
		width: calc(100% - 9em);
		min-height: 2.4em;
		align-self: flex-start;
		margin-bottom: 0;
	}
	#floor .sliderWrap .slide img{
		width: 100%;
		margin: 0;
	}
	#floor .sliderWrap .slider{
		width: 100%;
	}
	#floor .slick-next{
		right: 0;
	}
	#floor .sliderWrap .slide .cmn-btn{
		margin-right: 0;
	}
	#access .root{
		margin: 2em 4vw;
	}
	#access .txt{
		display: block;
	}
	#access .txt + .txt::before{
		content: none;
	}
	#access .txt .name{
		display: block;
		clear: left;
		float: left;
		width: 6.5em;
		font-size: 1.8rem;
		line-height: 2;
	}
	#access .txt .time{
		display: block;
		padding-left: 6.5em;
		font-size: 1.8rem;
		line-height: 2;
	}
	#access .txt .time + .time::before{
		content: none;
	}

}
@media (orientation: landscape) and (max-width : 767px){


}