@charset "UTF-8";

@charset "UTF-8";

.view_single #mv_outer{
	background: #0080d2;
	padding-left: var(--i_padding, 20px);
	padding-right: var(--i_padding, 20px);
	padding-top: 3px;
	padding-bottom: 40px;
}
.view_single .aimv_img{
	filter: drop-shadow(0 20px 20px rgba(0,0,0,0.1));
	background: url(/common/upload_data/isshin-kikaku/image/20251002180948.png) 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	aspect-ratio: 1920/1098;
}
.view_single .aimv_img picture{
	opacity: 0;
}

.view_single #index+.composite_box01.dec3_9 .inner_item{
	width: calc(25% - 1px) !important;
	margin-left: 1px !important;
	min-height: 280px;
}
.view_single #index+.composite_box01 .inner_item .heading{
	padding-bottom: 40px;
	padding-top: 35px;
}
.view_single #index+.composite_box01.dec3_9 .inner_item .heading:before{
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	background: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	line-height: 1;
	font-size: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	aspect-ratio: 1;
	border-radius: 100%;
	order: -1;
	margin: 0 auto;
	position: static;
	z-index: 2;
}
.view_single #index+.composite_box01 .inner_item .heading:after{
	content: "";
	display: block;
	width: 10px;
	height: 40px;
	border-bottom: 2px solid #fff;
	border-left: 1px solid #fff;
	position: static;
	margin: 0 auto;
	transform: skewY(-45deg);
}
.view_single #index+.composite_box01 .inner_item .heading .h{
	padding: 10px 0 0 0;
}
.view_single #index+.composite_box01 .inner_item_txt{
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
}
.view_single #index+.composite_box01 .inner_item h3{
	color: #fff;
	margin-bottom: 0;
}
.view_single #index+.composite_box01 .inner_item a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.view_single #index+.composite_box01 .inner_item_img{
	position: relative;
	height: 100%;
}
.view_single #index+.composite_box01 .inner_item_img img{
	height: 100% !important;
}
.view_single #index+.composite_box01 .inner_item_img:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--i_main_color);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	transition: 0.75s ease;
}
.view_single #index+.composite_box01 a:hover .inner_item_img:after{
	opacity: 0.2;
}
@media screen and (max-width: 900px){
	.view_single #index+.composite_box01.dec3_9 .inner_item{
		width: calc(50% - 1px) !important;
		margin-top: 1px !important;
	}
}
@media screen and (max-width: 600px){
	.view_single #index+.composite_box01.dec3_9 .inner_item{
		min-height: 0;
	}
	.view_single #index + .composite_box01 .inner_item .heading{
		padding: 20px 0 25px;
	}
}