@charset "UTF-8";
/* CSS Document */
.lower_main_vi2{
	background: url("../img/lower/division/la/bg.png");
	background-size: cover;
	background-position: center top;
}
.lower_main_vi2{
	position: relative;
	overflow: hidden;
}
.lower_main_vi2 iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 105%;
	aspect-ratio: 16 / 9;
	transform: translate(-50%, -50%);
	background: white;
}
.lower_main_vi2 .vi_cnt{
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 1024px) {
.lower_main_vi2 iframe{
	width: auto;
	height: 105%;
}
}

.la{
	padding-bottom: 0px;
	/*border-bottom: solid 1px #CCCCCC;*/
}
.la .cnt{
	margin: 0px 0px 80px;
}
.la .cnt.bg_g{
	background: #EBEEF3;
	padding: 40px;
}
.la .cnt:last-of-type{
	margin-bottom: 0px;
}
.la .cnt h2{
	margin-bottom: 32px;
}
.la .cnt p{
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	letter-spacing: 0.8px;
	margin-bottom: 20px;
}
.la .cnt p.txt_c{
	text-align: center;
}
.la .cnt .column.col2{
	gap:40px;
	margin-bottom: 46px;
}
.la .cnt .column.col2 .img{
	width: calc(100%/2 - 40px);
}
.la .cnt .column.col2 .img img{
	width: 100%;
	margin-bottom: 8px;
}
.la .cnt .column.col1{
	justify-content: center;
	margin-bottom: 46px;
}
.la .cnt .column.col1 .img{
	width: 40%;
}
.la .cnt .mb40{
	margin-bottom: 40px;
}
.la .cnt .column.col1.col1_1 .img{
	width: 90%;
}
.btn{
	text-align: center;
	padding: 40px 0px;
}
.btn a{
	width: 460px;
	padding: 16px 32px 16px 16px;
}
.btn a::after{
	width: 12px;
	height: 12px;
}
@media only screen and (max-width: 768px) {
	.lower_main_vi2{
		background: url("../img/lower/division/la/bg_sp.png");
		background-size: cover;
		background-position: center top;
	}
	.la{
		padding-bottom: 0px;
	}
	.la .cnt{
		margin-bottom: 60px;
	}
	.la .cnt:last-child{
		margin-bottom: 0px;
	}
	.la .cnt p{
		font-size: 1.4rem;
		font-weight: 400;
	}
	.la .cnt .column.col2{
		gap:20px;
		margin-bottom: 24px;
	}
	.la .cnt .column.col2 .img{
		width: 100%; 
	}
	.la .cnt .column.col2 .img p,.la .cnt .column.col1 .img p{
		font-weight: 700;
	}
	.la .cnt .column.col2 .img:last-child{
		margin-bottom: 0px;
	}
	.la .cnt .column.col2 .img:last-child p{
		margin-bottom: 0px;
	}
	.la .cnt .column.col2 .img p.txt_c{
		text-align: center;
	}
	.la .cnt p.txt_c{
		text-align: left;
		margin-bottom: 0px;
	}
	.la .cnt .column.col1.col1_1 .img{
		width: 100%;
	}
	.la .cnt p.txt_c.mb40{
		margin-bottom: 40px;
	}
	.la .cnt .column.col1 .img{
		width: 100%;
	}
	.btn{
		padding: 40px 0px;
	}
	.btn a{
		width: 100%;
	}
}

.vimeo_iframe {
	opacity: 0;
	animation: vimeo_iframe_show 1s 2s forwards;
}
@keyframes vimeo_iframe_show {
	0% { opacity: 0; }
	100% { opacity: 1; }
}