
/*
	Head Section
*/
#head_section{
	position:relative;
	display:flex;
	align-items:center;
	width:100%;
	aspect-ratio: 2 / 1;	
	max-width:1248px;
	border-radius:12px;
	overflow:hidden;
	background-image:url(/system/images/japan.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;

	margin:0 auto;
}

#head_section .copy_block{
	position:relative;
	color:#FFF;
	font-size: 3.75rem;
	font-weight:600;
	line-height:140%;
	text-shadow:0 0 6px rgba(0,0,0,0.8);
	padding-left: 120px;
	z-index:2;
}

#head_section .bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:1;
}


#body_section{
	padding-left:96px;
	padding-right:96px;
}

#body_section .title_1{
	text-align:center;
	font-size:3rem;
	font-weight:600;
	color:#000;
	letter-spacing: -0.15rem;
	word-spacing: 0.3rem;
	padding-top:120px;
	padding-bottom:60px;
}

#body_section .description p{
	font-size:1.125rem;
	letter-spacing: -0.1rem;
	line-height: 220%;
}


#body_section .title_3{
	text-align:center;
	font-size:2rem;
	font-weight:600;
	color:#000;
	letter-spacing: -0.15rem;
	word-spacing: 0.3rem;
	padding-top:60px;
	padding-bottom:36px;
}

#body_section .title_5{
	font-size:1.5rem;
	font-weight:600;
	color:#000;
	letter-spacing: -0.15rem;
}

.disc_list li:not(:first-child){
	padding-top: 60px;
}

.cont{
	font-size:1rem;
	line-height:180%;
	padding-top:12px;
}

#body_section .emphasis{
	text-align:center;
	font-size:2rem;
	font-weight:600;
	color:#000;
	letter-spacing: -0.15rem;
	word-spacing: 0.3rem;
	padding-top:120px;
	padding-bottom:60px;
}