@charset "utf-8";
#page-top{
	display: none;
}
#keyVisualArea{
	background: url("../img/keyVisual_pc.webp") no-repeat center / cover;
	aspect-ratio: 1366 / 580;
	height: auto;
	width: 100%;
	margin-bottom: 0;
	z-index: 99;
}
#keyVisualArea .none{
	display: none;
}

.crumb-outer{
	padding-top: 8px;
	padding-bottom: 47px;
	background: #fff;
}

.crumb{
	padding-top: 0;
	width: calc(100% - 20px);
}
.crumb li,
.crumb li a{
	color: #2B2828;
}

.fixImg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url("../img/expo_bg_02.webp") no-repeat center / cover;
}

footer{
	margin-top: 0;
}

@media screen and (max-width: 768px){
	#keyVisualArea{
		background-image: url("../img/keyVisual_sp.webp");
		aspect-ratio: 750 / 590;
	}
}

/* ------------------------------------------------------------------------ */

/*  .sec01

/* ------------------------------------------------------------------------ */

.sec01{
	background: #fff;
	z-index: 99;
	box-shadow: 0 20px 16px 0 rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
}

.sec01 .content{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding-top: 112px;
	padding-bottom: 250px;
}
.sec01 .content::before{
	content: "";
	display: block;
	width: 133%;
	max-width: 1255px;
	aspect-ratio: 1255 / 760;
	background: url("../img/expo_bg_01.svg") no-repeat center / contain;
	position: absolute;
	top: 0;
	right: -155px;
}

.sec01 .content .txtBox{
	color: #fff;
	text-align: left;
	font-weight: 500;
	max-width: 470px;
	position: relative;
	z-index: 1;
}

.sec01 .txtBox h2{
	font-size: 4rem;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.sec01 .txtBox p{
	margin-top: 48px;
	line-height: 1.875;
}


@media screen and (max-width: 1024px){
	.sec01 .content{
		max-width: 740px;
	}
	.sec01 .content::before{
		width: 163%;
		right: -110px;
	}
}
@media screen and (max-width: 768px){
	.sec01{
		background: #fff url("../img/expo_bg_01_sp.svg") no-repeat 44% top;
		height: 1090px;
	}
	.sec01 .content{
		justify-content: center;
		padding-bottom: 0;
	}
	.sec01 .content::before{
		content: none;
	}
}
@media screen and (max-width: 767px){
	.sec01 .txtBox h2{
		font-size: 2.6rem;
	}
	.sec01 .txtBox p{
		margin-top: 36px;
		font-size: 1.4rem;
	}
}

/* ------------------------------------------------------------------------ */

/*  .sec02

/* ------------------------------------------------------------------------ */

.sec02{
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-bottom: 88px;
}
.sec02 .ttl{
	text-align: left;
	font-size: 3rem;
	font-weight: 500;
	color: #E60012;
	position: relative;
	padding-top: 64px;
	line-height: 1.423;
}
.sec02 .ttl::before{
	content: "";
	display: block;
	width: 88px;
	height: 100px;
	background: url("../img/expo_line.svg") no-repeat center / contain;
	position: absolute;
	top: 0;
	left: -60px;
}

.sec02 .flex{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 40px;
}

.sec02 .content .txtBox{
	text-align: left;
	width: 50%;
	line-height: 1.875;
}

.sec02 .content figure{
	max-width: 434px;
	width: 50%;
	margin-left: 48px;
}


@media screen and (max-width: 768px){
	.sec02 .flex{
		display: block;
	}
	.sec02 .content .txtBox{
		width: 100%;
	}
	.sec02 .content figure{
		width: 100%;
		margin: 48px auto 0;
	}
	.sec02 .ttl{
		font-size: 2.6rem;
		padding-top: 50px;
		padding-right: 15px;
		padding-left: 55px;
	}
	.sec02 .ttl::before{
		left: -5px;
	}
}



/* ------------------------------------------------------------------------ */

/*  .sec03

/* ------------------------------------------------------------------------ */
.sec03{
	background: #fff;
	padding: 80px 0 0;
	position: relative;
	overflow: hidden;
}
.sec03::before,
.sec03::after{
	content: "";
	display: block;
	aspect-ratio: 220 / 360;
	max-width: 220px;
	width: 16%;
	position: absolute;
	top: 0;

}
.sec03::before{
	background: url("../img/expo_decoration_01-left.svg") no-repeat center / contain;
	left: 0;
}
.sec03::after{
	background: url("../img/expo_decoration_01-right.svg") no-repeat center / contain;
	right: 0;
}

.sec03 .ttlWrap{
	position: relative;
	z-index: 10;
}
.sec03 .ttlWrap::before,
.sec03 .ttlWrap::after{
	content: "";
	display: block;
	width: 100%;
	height: 14px;
	max-width: 640px;
	margin: 0 auto;
}
.sec03 .ttlWrap::before{
	background: url("../img/expo_line_top.svg") no-repeat center / contain;
}
.sec03 .ttlWrap::after{
	background: url("../img/expo_line_bottom.svg") no-repeat center / contain;
}

.sec03 .ttlWrap .ttl{
	font-size: 4rem;
	font-weight: 500;
	color: #0068B7;
	line-height: 1.3;
	padding: 13px 0 0;
}

.sec03 .ttlWrap p{
	margin-top: 12px;
	padding-bottom: 32px;
}

.sec03 .red{
	color: #E60012;
}

.sec03 .lead{
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 32px;
}

.sec03 .mapContainer{
	position: relative;
	padding-bottom: 60px;
}

.sec03 .mapContainer .content{
	max-width: 1294px;
}

.sec03 .triangle{
	display: block;
	width: calc(100% + 60px);
	position: absolute;
	top: calc(100% + -1px);
	left: -30px;
	filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.16));
	z-index: 99;
}
.sec03 .triangle::after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 4.832%;
	margin-inline: auto;
	background-color: #fff;
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.sec03 .itemContainer{
	background: url("../img/expo_bg_03.webp") no-repeat center / cover;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 100vh;
	max-height: 900px;
}

.sec03 .itemContainer .menuBox{
	background: rgba(223,228,232,0.8);
	width: 400px;
	flex-shrink: 0;
	padding-top: 8%;
	padding-left: 83px;
	padding-right: 38px;
	padding-bottom: 40px;
	box-shadow: inset 3px 0px 6px 0px rgba(0, 0, 0, 0.16),inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	overflow-y: auto;
}

.itemContainer .menuBox .ttl{
	text-align: left;
	font-size: 4rem;
	letter-spacing: 0.01em;
	font-weight: 400;
}

.itemContainer .menuBox ul{
	margin-top: 66px;
}


.itemContainer .menuBox ul li a{
	display: block;
	width: 100%;
	color: #828487;
	border-left: solid 4px #EDF0F2;
	text-align: left;
	padding: 10px 0;
	padding-left: 24px;
	font-weight: 700;
	font-size: 1.4rem;
}
.itemContainer .menuBox ul li.current a{
	border-left-color: #E60012;
}
.itemContainer .menuBox ul li a:hover,
.itemContainer .menuBox ul li.current a{
	color: #E60012;
	text-decoration: none;
	border-left-color: #E60012;
}

.sec03 .itemContainer .cardWrapper{
	height: 100%;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-top: 8%;
	padding-bottom: 80px;
	width: calc(100% - 400px);
}

.cardBox .card{
	max-width: 600px;
	width: calc(100% - 30px);
	margin: 0 auto;
	overflow: hidden;
	padding: 52px 50px 50px;
	border-radius: 40px;
	box-shadow: 0 16px 16px rgba(0,0,0,0.16);
	background: #fff url("../img/expo_line_card.svg") no-repeat center top;
}

.cardBox .card + .card{
	margin-top: 40px;
}

.cardBox .card .card-ttl{
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.333;
}
.cardBox .card .card-cap{
	font-size: 1.2rem;
	margin-top: 8px;
}

.cardBox .card .card-min{
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 32px;
	line-height: 1.429;
}
.cardBox .card .card-name{
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 8px;
}

.cardBox .card figcaption{
	font-size: 1.4rem;
	margin-top: 12px;
	line-height: 1.429;
}

.cardBox .card .container{
	margin-top: 40px;
	text-align: left;
	font-weight: 300;
}

.cardBox .card .card-link{
	margin-top: 24px;
}
.cardBox .card .card-link a{
	color: #0068B7;
	font-weight: 700;
	font-size: 1.7rem;
	text-decoration: underline;
}
.cardBox .card .card-link a:hover{
	text-decoration: none;
}


/* タブのスタイル */
.card .tabBtn{
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-top: 40px;
	border-bottom: solid 2px #0068B7;
}
.card .tabBtn li{
	cursor: pointer;
	border: solid 2px #0068B7;
	border-bottom: none;
	max-width: 200px;
	width: 50%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: relative;
	padding: 9px 10px;
	color: #0068B7;
	font-weight: 700;
}

.card .tabBtn li + li{
	margin-left: 20px;
}

.card .tabBtn li:hover,
.card .tabBtn li.active{
	color: #fff;
	background: #0068B7;
}
.card .js-tab-list .container{
	display: none;
}
.card .js-tab-list .container.active{
	display: block;
}

/* スライダー設定 */
.swiperContainer{
	position: relative;
	margin-top: 24px;
}
.swiperItem-outer{
	overflow: hidden;
}

.swiper-wrapper .swiper-slide{
	padding: 0 30px;
}
.swiper-button-next,
.swiper-button-prev{
	top: 120px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev{
	right: 0;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next{
	left: 0;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after{
	content: url("../img/expo_icon_arrow.svg");
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after{
	transform: scale(-1,1);
}
.swiper-pagination{
	margin-top: 24px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	position: relative;
	bottom: 0;
}

.swiper-pagination-bullet{
	border-radius: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #999;
}
.swiper-pagination-bullet-active{
	background: #0068B7;
}

@media screen and (max-width: 1024px){
	.sec03 .itemContainer .menuBox{
		padding-left: 30px;
		padding-right: 10px;
		padding-bottom: 40px;
		width: 320px;
	}
	.sec03 .itemContainer .cardWrapper{
		width: calc(100% - 320px);
	}
}

@media screen and (max-width: 768px){
	.sec03::before,
	.sec03::after{
		content: none;
	}
	.sec03 .ttlWrap p{
		line-height: 1.5;
	}
	
	.sec03 .mapContainer{
		padding-bottom: 40px;
	}
	.sec03 .mapArea{
		overflow: auto;
	}
	.sec03 .mapArea .itemMap{
		width: 600px;
		max-width: inherit;
	}
	.sec03 .itemContainer{
		display: block;
	}
	.sec03 .itemContainer .menuBox{
		box-shadow: 0 18px 16px rgba(0,0,0,0.16);
		padding-top: 16%;
		padding-bottom: 24px;
		width: 100%;
	}
	.itemContainer .menuBox .ttl{
		text-align: center;
	}
	.itemContainer .menuBox ul{
		display: none;
	}
	
	.sec03 .itemContainer .cardWrapper{
		padding-top: 13.18%;
		padding-bottom: 240px;
		width: 100%;
	}
	
	.sec03 .triangle::after{
		padding-top: 11%;
	}
}
@media screen and (max-width: 767px){
	.sec03 .ttlWrap .ttl{
		font-size: 2.8rem;
	}
	.sec03 .ttlWrap p{
		margin-top: 20px;
	}
	.sec03 .lead{
		font-size: 1.8rem;
	}
	.itemContainer .menuBox .ttl{
		font-size: 3.2rem;
	}
	
	.cardBox .card{
		padding: 52px 20px 80px;
	}
	.cardBox .card .card-ttl{
		font-size: 2rem;
	}
}

/* ------------------------------------------------------------------------ */

/*  .sec04

/* ------------------------------------------------------------------------ */
.sec04{
	background: #0068B7 url("../img/expo_bg_04.svg");
	background-size: 20px 20px;
	padding: 115px 0 135px;
	box-shadow: 0 -16px 16px rgba(0,0,0,0.16);
	position: relative;
	z-index: 10;
}
.sec04::before,
.sec04::after{
	content: "";
	display: block;
	aspect-ratio: 170 / 360;
	max-width: 170px;
	width: 14%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
.sec04::before{
	background-image: url("../img/expo_decoration_02-left.svg");
	background-position: left top;
	top: -64px;
	left: 0;
}
.sec04::after{
	background-image: url("../img/expo_decoration_02-right.svg");
	background-position: right top;
	right: 0;
	bottom: 40px;
}

.sec04 .content{
	position: relative;
	z-index: 10;
}

.sec04 .ttl{
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.467;
	color: #fff;
}

.sec04 figure{
	max-width: 800px;
	margin: 32px auto 0;
}

.sec04 p{
	max-width: 720px;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	line-height: 1.688;
}

@media screen and (max-width: 1024px){
	.sec04::before,
	.sec04::after{
		width: 11%;
	}
}
@media screen and (max-width: 768px){
	.sec04{
		padding-top: 25%;
		padding-bottom: 31%;
	}
	.sec04 figure{
		max-width: 405px;
	}
}
@media screen and (max-width: 767px){
	.sec04 .ttl{
		font-size: 2.5rem;
	}
	.sec04::before,
	.sec04::after{
		width: 14.934%;
	}
	.sec04::before{
		top: -3%;
	}
	.sec04::after{
		bottom: 20px;
	}
}

