@charset "UTF-8";

/*--基本--*/

.composite_box01 .wrapper_item{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.composite_box01 .inner_item{
	width: 23.5%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.composite_box01 .inner_item a{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.composite_box01 .inner_item_img{
	text-align: center;
	margin: 0 auto 10px;
	width: 100%;
}
.composite_box01 .inner_item_img img{
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.composite_box01 .inner_item_img:nth-last-of-type(1){
	/*画像だけのとき*/
	margin-bottom: 0;
}
.composite_box01 .inner_item a *{
	transition: 0.3s ease-in-out;
}
.composite_box01 .inner_item a:hover *{
	opacity: 0.8;
}

.composite_box01 .inner_item .heading{
	margin-bottom: 10px;
	width: 100%;
}
.composite_box01 .inner_item_txt .heading:last-child{
	margin-bottom: 0;
}

/*.inner_itemが3個*/
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: 31%;
}

/*.inner_itemが2個*/
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: 48%;
	margin-left: auto;
	margin-right: auto;
}

/*.inner_itemが6,7,8個*/
.composite_box01 .inner_item:nth-of-type(4n+2):nth-last-of-type(1),
.composite_box01 .inner_item:nth-of-type(4n+3):nth-last-of-type(1){
	margin-left: 2%;
	margin-right: auto;
}
.composite_box01 .inner_item:nth-of-type(4n+2):nth-last-of-type(2){
	margin-left: 2%;
	margin-right: inherit;
}
.composite_box01 .inner_item:nth-of-type(3):nth-of-type(4n+3):nth-last-of-type(1){
	margin-right: inherit;
}

@media screen and (max-width: 920px){
	.composite_box01:not(.no_responsive) .inner_item{
		width: 48%;
	}
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 30px;
	}
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(4n+2):nth-last-of-type(1),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(4n+3):nth-last-of-type(1),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(4n+2):nth-last-of-type(2){
		margin-left: inherit;
		margin-right: inherit;
	}
}
@media screen and (max-width: 650px){
	/*.inner_itemが2個*/
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(2),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(1),
	/*.inner_itemが3個*/
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(3):nth-last-of-type(1){
		width: 100%;
	}
	/*.inner_itemが2個*/
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(2),
	/*.inner_itemが3個*/
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(2){
		margin-bottom: 30px;
	}
}

/*--レイアウト--*/

/*-block_images_1 画像↓サブタイトル↓テキスト-*/

.block_images_1,
.block_images_4{
}

/*-block_images_2 サブタイトル↓テキスト↓画像-*/

.composite_box01.block_images_2 .inner_item_img,
.composite_box01.block_images_5 .inner_item_img{
	order: 2;
	margin-bottom: 0;
}
.composite_box01.block_images_2 .inner_item_txt,
.composite_box01.block_images_5 .inner_item_txt{
	order: 1;
	margin-bottom: 10px;
}
.composite_box01.block_images_2 .inner_item_txt:nth-of-type(1),
.composite_box01.block_images_5 .inner_item_txt:nth-of-type(1){
	margin-bottom: 0;
}

/*-block_images_3 サブタイトル↓画像↓テキスト js使用-*/

.composite_box01.block_images_3 .inner_item>.heading:nth-last-of-child(1),
.composite_box01.block_images_6 .inner_item>.heading:nth-last-of-child(1){
	margin-bottom: 0;
}

/*-.block_images_456 円形画像-*/

.composite_box01.block_images_4 .inner_item_img,
.composite_box01.block_images_5 .inner_item_img,
.composite_box01.block_images_6 .inner_item_img{
	position: relative;
	padding-top: 50%;
	width: 50%;
}
.composite_box01.block_images_4 .inner_item_img img,
.composite_box01.block_images_5 .inner_item_img img,
.composite_box01.block_images_6 .inner_item_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 100%;
}

/*-block_images_7 画像背景-*/

.composite_box01.block_images_7.width_full>.content_wrapper{
	padding-left: 0;
	padding-right: 0;
}
.composite_box01.block_images_7 .inner_item{
	flex-direction: row;
	align-items: stretch;
	margin: 1px 0 !important;
	position: relative;
}
/*.inner_itemが2個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: calc((100% - 1px)/2);
}
/*.inner_itemが3個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: calc((100% - 2px)/3);
}
/*.inner_itemが4個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(4),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(3),
.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: calc((100% - 3px)/4);
}
.composite_box01.block_images_7 .inner_item a{
	position: relative;
	flex-direction: row;
	align-items: stretch;
}
.composite_box01.block_images_7 .inner_item a:hover *{
	opacity: 1;
}
.composite_box01.block_images_7 .inner_item_txt{
	position: relative;
	z-index: 2;
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	min-height: 260px;
	transition: 0.3s;
	width: 100%;
	box-sizing: border-box;
}
.composite_box01.block_images_7 .inner_item a:hover .inner_item_txt{
	background-color: rgba(0,0,0,0.3);
}
.composite_box01.block_images_7 .inner_item_txt>*{
	width: 100%;
	box-sizing: border-box;
}
.composite_box01.block_images_7 .inner_item_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}
.composite_box01.block_images_7 .inner_item_img img{
	display: block;
	width: 100% !important;
	height: 100% !important;
	transition: 0.8s !important;
}
.composite_box01.block_images_7 .inner_item a:hover .inner_item_img img{
	transform: scale(1.05);
}
@media screen and (max-width: 920px){
	/*.inner_itemが4個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: calc((100% - 1px)/2);
	}
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 1px !important;
	}
}
@media screen and (max-width: 600px){
	.composite_box01.block_images_7 .inner_item_txt{
		padding: 20px 10px;
	}
	.composite_box01:not(.no_responsive).block_images_7 .inner_item_txt{
		min-height: 0;
	}
	/*.inner_itemが2個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1),
	/*.inner_itemが3個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1){
		width: 100%;
	}
	/*.inner_itemが2個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2),
	/*.inner_itemが3個*/
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01:not(.no_responsive).block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2){
		margin-bottom: 1px !important;
	}
}