@charset "UTF-8";

/* overview ---------------------------------------*/

.overviewsection-theme{
	position: relative;
	padding-bottom: 420px;
	margin-bottom: 100px;
}

.overviewsection-theme::before{
	content:'';
	display: block;
	position: absolute;
	right:0;
	top:48px;
	background: url('../img/overview/shape_01.png') 0 0 no-repeat;
	background-size: 100%;
	width:578px;
	height:534px;
}

.overviewsection-theme::after{
	content:'';
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	background: url('../img/overview/img_reborn.png') 0 0 no-repeat;
	background-size: 100%;
	width:690px;
	height:687px;
}

.overviewtitle-reborn{
	font-size: 160px;
	line-height: 1;
	letter-spacing: 0.02em;
	color:#1D2088;
}

.overviewinner{
	max-width:1000px;
	margin:0 auto;
	position: relative;
	z-index:2;
}

.overviewsection-shape-01,
.overviewsection-shape-02,
.overviewsection-shape-03,
.overviewsection-shape-04{
	position: relative;
}

.overviewsection-shape-01::before,
.overviewsection-shape-02::before,
.overviewsection-shape-03::before,
.overviewsection-shape-04::before{
	content:'';
	display: block;
	position: absolute;
	right:0;
}

.overviewsection-shape-01::before{
	background: url('../img/overview/shape_02.png') 0 0 no-repeat;
	background-size: 100%;
	width:589px;
	height:866px;
	top:-190px;
}

.overviewsection-shape-02::before{
	background: url('../img/overview/shape_03.png') 0 0 no-repeat;
	background-size: 100%;
	width:580px;
	height:922px;
	top:-190px;
}

.overviewsection-shape-03::before{
	background: url('../img/overview/shape_04.png') 0 0 no-repeat;
	background-size: 100%;
	width:574px;
	height:740px;
	top:-150px;
}

.overviewsection-shape-04::before{
	background: url('../img/overview/shape_05.png') 0 0 no-repeat;
	background-size: 100%;
	width:511px;
	height:682px;
	top:30px;
}

.overviewinner-block{}

.overviewinner-block-right{
	max-width:770px;
	float:right;
	clear:both;
}

.overviewinner-block-left{
	max-width:770px;
	clear:both;
}

.overviewuniform-list{
	display: flex;
	gap: 24px;
}

.overviewambassador{}

.overviewambassador-list{}

.overviewambassador-list > li:not(:last-child){
	margin-bottom: 64px;
}

.overviewambassador-item{
	display: flex;
	justify-content: space-between;
}

.overviewambassador-image{
	width:37%;
}

.overviewambassador-body{
	width:55%
}

.overviewambassador-profile{
	background: #E9EEF1;
	border-radius: 8px;
	padding:24px;
	font-size: 12px;
	line-height: 1.5;
}


/* summary plan ---------------------------------------*/

.summary-plan {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.summary-plan-body{
	width:470px;
	max-width:100%;
}

.summary-plan-btn {
	width:568px;
	max-width:100%;
}

.summary-plan-btn .btn{
	width:100%;
}


/* summary construction ---------------------------------------*/

.architecturalplans{
	
}

.architecturalplans-list{
	display: flex;
	flex-wrap: wrap;
	gap: 48px 24px;
}

.architecturalplans-list > li{
	width:calc(50% - 12px);
}

.sitearea {
	display: flex;
	gap: 24px;
}

.sitearea-box {
	width:100%;
}

.sitearea-box table th,
.sitearea-box table td{
	font-size: 14px;
	padding: 8px 12px;
	line-height: 1.6;
	border: 1px solid #E9EEF1;
}

.sitearea-box table th{
	background: #6F787C;
	color:#fff;
	width:120px;
	border-bottom:1px solid #fff;
}

.sitearea-box table td{
	background: #F6F8F9;
}

.accordion-item-body-inner{}
.accordion-item-body-inner h4.meeting-content__item-sub{
	font-weight: bold;
}
.accordion-item-body-inner p.meeting-content__item-text{
	margin-bottom: 20px;
}
.accordion-item-body-inner .member-contents__item-list_child{
	margin-bottom: 10px;
}
.accordion-item-body-inner .member-contents__item-list_child h4{}
.accordion-item-body-inner .member-contents__item-list_child p{
	font-weight: bold;
}
.accordion-item-body-inner .member-contents__item-list_child p span{
	font-weight: normal;
	font-size: 14px;
	margin-left: 10px;
}



/* small pc */
@media screen and (min-width: 768px) and (max-width: 1000px){


	
}



@media screen and (max-width: 767px){
	
	/* overview ---------------------------------------*/

	.overviewsection-theme{
		padding-bottom: 300px;
		margin-bottom: 65px;
	}

	.overviewsection-theme::before{
		top:-48px;
		background: url('../img/overview/shape_01.png') 0 0 no-repeat;
		background-size: 100%;
		width:250px;
		height:234px;
	}

	.overviewsection-theme::after{
		bottom:0;
		background: url('../img/overview/img_reborn.png') 0 0 no-repeat;
		background-size: 100%;
		width:340px;
		height:330px;
	}

	.overviewtitle-reborn{
		font-size: 74px;
	}

	.overviewsection-shape-01::before{
		background: url('../img/overview/shape_02.png') 0 0 no-repeat;
		background-size: 100%;
		width:200px;
		height:270px;
		top:40px;
	}

	.overviewsection-shape-02::before{
		background: url('../img/overview/shape_03.png') 0 0 no-repeat;
		background-size: 100%;
		width:200px;
		height:300px;
		top:20px;
	}

	.overviewsection-shape-03::before{
		background: url('../img/overview/shape_04.png') 0 0 no-repeat;
		background-size: 100%;
		width:200px;
		height:270px;
		top:60px;
	}

	.overviewsection-shape-04::before{
		background: url('../img/overview/shape_05.png') 0 0 no-repeat;
		background-size: 100%;
		width:200px;
		height:280px;
		top:-30px;
	}

	.overviewinner-block{}

	.overviewinner-block-right{
		float:none;
	}

	.overviewinner-block-left{
		float:none;
	}

	.overviewuniform-list{
		gap: 10px;
	}

	.overviewambassador{}

	.overviewambassador-list{}

	.overviewambassador-list > li:not(:last-child){
		margin-bottom: 48px;
	}

	.overviewambassador-item{
		display: block;
	}

	.overviewambassador-image{
		width:155px;
		margin:0 auto 32px;
	}

	.overviewambassador-body{
		width:auto
	}

	.overviewambassador-profile{
		padding:16px;
		font-size: 10px;
	}


	/* summary plan ---------------------------------------*/
	
	.summary-plan {
		gap: 44px;
	}
	
	.summary-plan-body{
		width:100%;
	}
	
	.summary-plan-btn {
		width:100%;
	}
	
	.summary-plan-btn .btn{
		font-size: 10px;
	}


	/* summary construction ---------------------------------------*/

	.architecturalplans{}

	.architecturalplans-list{
		display: block;
	}

	.architecturalplans-list > li{
		width:auto;
		margin-bottom: 32px;
	}

	.sitearea {
		display: block;
	}

	.sitearea-box {
		width:100%;
		margin-bottom: 32px;
	}

	.sitearea-box table th,
	.sitearea-box table td{
		font-size: 12px;
	}


}