@charset "UTF-8";
/* CSS Document */

.sub h3,
.sub h4 {
	width:unset !important;
	font-weight: unset !important;
	font-size: unset !important;
	padding: unset !important;
	margin: unset !important;
	position: unset !important;
	border-bottom: unset !important;
	text-align: unset !important;
}
.sub p{
	width:100% !important;
}
.mainV{
    margin: 0 calc(50% - 50vw) 100px;
    width: 100vw;
    height:700px;
    position:relative;
    align-items:center;
    display:flex;
}
.mainV .wrap{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    max-width:1200px;
    margin:auto;
    z-index:10;
}
.mainV .wrap .title{
	width:100%;
	height:100%;
	position:relative;
}
.mainV .wrap .title .h1{
	position:absolute;
	top:0;
}
.mainV .wrap .title .logo{
	width:350px;
	position:absolute;
	bottom:20px;
	right:20px;
}
.mainV .wrap .title h1{
	color:#fff;
	font-size:2.0rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position:absolute;
	top:1em;
	left:1em;
	letter-spacing:0.05em;
	font-family: "Zen Old Mincho", serif !important;
}
@media screen and (max-width: 1199px) {
	.mainV{
	    margin:0 0 100px;
	    width: unset;
	}
}
@media screen and (max-width: 768px) {
	.mainV{
	    height:90vh;
	}
	.mainV .wrap .title .logo{
		width:90%;
		max-width:500px;
		position:absolute;
		bottom:20px;
		right:0;
		left:0;
		margin:auto;
	}
}

.slider_wrap {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.slider_wrap .slider-area {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider_wrap .slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: sliderAnime 80s linear infinite 0s;
}
.slider_wrap .slider-item:nth-child(2) {
    animation-delay: 20s;
}
.slider_wrap .slider-item:nth-child(3) {
    animation-delay: 40s;
}
.slider_wrap .slider-item:nth-child(4) {
    animation-delay: 60s;
}
.slider_wrap .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes sliderAnime {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    15% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
        transform: scale(1.1);
    }
    40%,
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

.ep{
	width:96%;
	display:flex;
	justify-content:space-between;
	margin:0 auto 100px;
	flex-direction: row-reverse;
}
.ep .image{
	width:50%;
	overflow:hidden;
}
.ep .image img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.ep .detail{
	width:45%;
}
.ep .detail h3{
	width:fit-content !important;
	font-size:1.8rem !important;
	line-height:1.5em !important;
	margin:0 auto 50px !important;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align:center;
	font-family: "Zen Old Mincho", serif !important;
}
.ep .detail p{
}
@media screen and (max-width: 768px) {
	.ep{
		display:block;
		justify-content:unset;
		flex-direction: unset;
	}
	.ep .image{
		width:100%;
		margin-bottom:70px;
	}
	.ep .detail{
		width:80%;
		margin:auto;
		max-width:500px;
	}
}


.merit{
	margin-bottom:100px;
}
.merit .wrap{
}
.merit .wrap ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.merit .wrap li{
	width:49%;
	border:1px solid #000;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.merit .wrap li:nth-last-child(-n + 2){
	margin-bottom:0px;
}
.merit .wrap li h4{
	font-size:1.1rem !important;
	font-weight:bold !important;
}
@media screen and (max-width: 959px) {
	.merit .wrap ul{
		width:96%;
		margin:auto;
		display:block;
		justify-content:unset;
		flex-wrap:unset;
	}
	.merit .wrap li{
		width:100%;
		border:1px solid #000;
		padding:20px;
		box-sizing:border-box;
		margin-bottom:20px;
	}
	.merit .wrap li:nth-last-child(-n + 2){
		margin-bottom:20px;
	}
}
	

.closeing{
}
.closeing .wrap{
	display:flex;
	justify-content:space-between;
	flex-direction: row-reverse;
}
.closeing .wrap .image{
	width:48%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.closeing .wrap .image li{
	width:49%;
	list-style:none;
	overflow:hidden;
	margin-bottom:10px;
}
.closeing .wrap .image li img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.closeing .wrap .detail{
	width:50%;
	display:flex;
	justify-content:space-between;
}
.closeing .wrap .detail h3{
	font-size:1.7rem !important;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width:fit-content;
	font-family: "Zen Old Mincho", serif !important;
	width:100px !important;
}
.closeing .wrap .detail p{
	width:calc(100% - 130px) !important;
	margin:0;
}

@media screen and (max-width: 959px) {
	.closeing .wrap{
		width:96%;
		display:block;
		justify-content:unset;
		flex-direction: unset;
		margin:auto;
	}
	.closeing .wrap .image{
		width:100%;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		margin-bottom:40px;
	}
	.closeing .wrap .detail{
		width:100%;
	}
}