@charset "utf-8";

/* topWrap */
.topWrap{
	position: relative;
}
.topWrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images250808/top/bg01.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.4;
}
.topWrap_inner{
	position: relative;
}
@media (max-width:1024px){
	.topWrap:before{
		background-image: url(../images250808/top/bg01_u1024.svg);
	}
}

/* pageTitle */
.pageTitle{
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}
.imgRow>ul{
	display: flex;                
}
.pageTitle>.imgRow>ul{
	min-height: 500px;
}
.imgRow>ul>li{
	width: 33.33%;
}
.pageTitle>.imgRow>ul>li>img{
	object-fit: cover;
	height: 100%;
}
.pageTitle>h2{
	font-family: "Jost", sans-serif;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media (max-width:1024px){
	.pageTitle>.imgRow>ul{
		min-height: 350px;
	}        
	.imgRow>ul>li:nth-child(3)>img{
		object-position: top;
	}
}
@media (max-width:768px){
	.pageTitle>.imgRow>ul{
		min-height: 400px;
		position: relative;
		overflow: hidden;
	}
	.pageTitle>.imgRow>ul>li{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		opacity: 0;
		animation: fadeIn 15s infinite;
	}
	.pageTitle>.imgRow>ul>li:nth-child(1){
		animation-delay: 0s;
	}
	.pageTitle>.imgRow>ul>li:nth-child(2){
		animation-delay: 5s;
	}
	.pageTitle>.imgRow>ul>li:nth-child(3){
		top: 0%;
		left: 50%;
		transform: translate(-50%,0%);
		animation-delay: 10s;
	}
	@keyframes fadeIn {
		0%{
			opacity: 0;
		}
		20%{
			opacity: 1;
		}
		33%{
			opacity: 1;
		}
		63%{
			opacity: 0;
		}
		100%{
			opacity: 0;
		}
	}
}
@media (max-width:375px){
	.pageTitle>.imgRow>ul{
		min-height: 300px;
	}
}

/* mainTxt */
.mainTxt{
	width: 100%;
	writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}
.mainTxt_wrap>h3{
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.8;
	margin-left: 20px;
}
.mainTxt_wrap>p{
	font-size: 1em;
	line-height: 2;
	padding-top: 30px;
}
@media (max-width:1200px){
	.mainTxt_wrap>h3{
		font-size: 1.15em;
	}
	.mainTxt_wrap>p{
		font-size: 0.9em;
	}
}

/* map */
.map>p{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
}
@media (max-width:1024px){
	.map>p{
		width: 90%;
	}
}
@media (max-width:768px){
	.map>p{
		width: 100%;
	}
}

/* firstContents */
.content_outerWrap{
	margin-bottom: 80px;
}
.content_outerWrap:last-of-type{
	margin-bottom: 0px;
}
.content_innerWrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
}
.content_innerWrap>.titleBox{
	text-align: center;
	margin-bottom: 50px;
}
.content_innerWrap>.titleBox>h3{
	font-family: "Jost", sans-serif;
	font-size: 1.75em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #141d33;
	margin-bottom: 20px;
}
.content_innerWrap>.titleBox>p{
	font-size: 1.25em;
	line-height: 1.8;
}
@media (max-width:1200px){
	.content_innerWrap>.titleBox>h3{
		font-size: 1.5em;
	}
	.content_innerWrap>.titleBox>p{
		font-size: 1.15em;
	}
}
@media (max-width:1024px){
	.content_innerWrap{
		width: 90%;
	}
}
@media (max-width:768px){
	.content_innerWrap{
		max-width: 500px;
		width: 80%;
	}
	.js-scrollable>img{
		width:150%;
	}
}
@media (max-width:500px){
	.content_innerWrap{
		width: 90%;
	}
	.js-scrollable>img{
		width:175%;
	}
}
@media (max-width:375px){
	.js-scrollable>img{
		width:200%;
	}
}

/* secondContents */
.content_outerWrap.grayBg{
	background-color: #f7f7f7;
	padding: 80px 0;
}
.content_innerWrap>.imgRow>ul{
	justify-content: space-between;
}
.content_innerWrap>.imgRow>ul>li{
	width: 23%;
}
.content_innerWrap>.imgRow>ul>li>.imgBox{
	margin-bottom: 10px;
}
.content_innerWrap>.imgRow>ul>li>.txtBox>h4{
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 8px;
}
.content_innerWrap>.imgRow>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1;
}
@media (max-width:768px){
	.content_innerWrap>.imgRow>ul{
		flex-wrap: wrap;
	}
	.content_innerWrap>.imgRow>ul>li{
		width: 48%;
		margin-bottom: 20px;
	}
	.content_innerWrap>.imgRow>ul>li:nth-child(3),
	.content_innerWrap>.imgRow>ul>li:nth-child(4){
		margin-bottom: 0px;
	}
}

/* thirdContents */
.contentRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.contentRow>.imgBox,
.contentRow>.txtRow{
	width: 49%;
}
.contentRow>.txtRow{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.contentRow>.txtRow>.ttlBox{
	margin-bottom: 20px;
}
.contentRow>.txtRow>.ttlBox>h4,
.contentRow>ul>li>.txtBox>h4{
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 8px;
}
.contentRow>.txtRow>.ttlBox>p,
.contentRow>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1;
}
.contentRow>.txtRow>.shopBox>h5{
	font-family: "Jost", sans-serif;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #616d91;
	text-align: center;
	border-radius: 50px;
	padding: 0.25em 0;
	margin-bottom: 10px;
}
.contentRow>.txtRow>.shopBox>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentRow>.txtRow>.shopBox>ul>li{
	width: 49%;
	font-size: 0.8em;
	margin-bottom: 8px;
}
.contentRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentRow>ul>li{
	width: 31%;
}
.contentRow>ul>li>.imgBox{
	margin-bottom: 10px;
}
@media (max-width:1200px){
	.contentRow>.txtRow>.ttlBox>h4,
	.contentRow>ul>li>.txtBox>h4,
	.contentRow>.txtRow>.shopBox>h5{
		font-size: 0.9em;
	}
	.contentRow>.txtRow>.ttlBox>p,
	.contentRow>ul>li>.txtBox>p{
		font-size: 0.8em;
	}
	.contentRow>.txtRow>.shopBox>ul>li{
		font-size: 0.7em;
	}
}
@media (max-width:768px){
	.contentRow>.imgBox,
	.contentRow>.txtRow{
		width: 100%;
	}
	.contentRow>.imgBox{
		margin-bottom: 10px;
	}
	.contentRow>ul{
		justify-content: center;
	}
	.contentRow>ul>li{
		width: 48%;
		margin-bottom: 20px;
	}
	.contentRow>ul>li:nth-child(1){
		margin-right: 4%;
	}
	.contentRow>ul>li:nth-child(3){
		margin-bottom: 0px;
	}
}

/* forthContents */
.listInner>dl>dt{
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #616d91;
	border-left: 10px solid #616d91;
	padding: 0.5em 1em;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.listInner>dl>dd{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.listInner>dl>dd>span{
	font-size: 0.9em;
}
.listInner>dl>dd>span:nth-child(2){
	display: inline-block;
	flex: 1;
	border-bottom: 1px dotted #0d102c;
	margin: 0 0.5em;
	box-sizing: border-box;
}
.listTab>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.listTab>ul>li{
	width: 18%;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0.5em 0;
	box-sizing: border-box;
	color: #fff;
	background-color: #616d91;
	border: 2px solid #616d91;
	margin-bottom: 10px;
	transition: 1s all;
}
.listTab>ul>li.active,
.listTab>ul>li:hover,
.listTab>ul>li:active{
	color: #616d91;
	background-color: #fff;
	border-radius: 50px;
	transition: 1s all;
}
@media (max-width:1200px){
	.listInner>dl>dt{
		font-size: 1em;
	}
	.listInner>dl>dd>span{
		font-size: 0.8em;
	}
}
@media (max-width:768px){
	.listTab>ul>li{
		width: 48%;
	}
}
@media (max-width:375px){
	.listInner>dl>dd>span:nth-child(1){
		width: 100%;
	}
}