@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*Business*/

#message,
#roof,
#waterproof,
#materials,
#construction {
	font-size: 1.2em;
	font-family: "Noto Sans JP", sans-serif;
}

.index p.image img {
	aspect-ratio: 16 / 9 ;
	width: 480px;
	height: auto;
	object-fit: cover;
	vertical-align: bottom;
}

.photo_box {
	justify-content: space-between;
}
.half .photo_box {
	display: flex;
	justify-content: flex-end;
}
.photo_box {
	min-width: 400px;
}
.photo_box img {
	aspect-ratio: 4 / 3 ;
	width: 360px;
	height: auto;
	object-fit: cover;
	vertical-align: bottom;
}

@media (max-width: 767px) {/*スマホ向け*/
	.photo_box {
		min-width: 100%;
	}
	.photo_box img {
		aspect-ratio: 4 / 3 ;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {/*タブレット向け*/
}
@media (min-width: 768px) {
}

/**/
.flex_box_main {
	display: flex;
	justify-content: space-between;
}
.flex_box_main_l {
	width: 38%;
}
.flex_box_main_r {
	width: 50%;
	position: relative;
}

.cm_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cm_list li {
	position: relative;
	margin-right: 1em;
	font-weight: 600;
}
.cm_list li::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: #c8e8f8;
    transform: skewX(30deg);
	margin-right: 8px;
}

.link_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
.link_list li {
	width: 32%;
	position: relative;
	font-weight: 600;
	padding-left: 18px;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	color: rgba(12, 89, 161, 1);
}
.link_list li::before {
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	background-color: #c8e8f8;
	position: absolute;
	left: 0;
	top: 0;
}
.link_list li span {
	display: block;
	font-size: 0.6em;
	font-weight: 400;
	line-height: 1em;
}
h3 {
	margin-top: 120px !important;
}

.swiper {
	position: relative;
}
.swiper-slide {
	text-align: center;
}
.swiper-slide img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}
.swiper_thumb {
	position: relative;
	margin-top: 80px;
	font-size: 0.8em;
}
.swiper_thumb .swiper-slide img {
	aspect-ratio: 1 / 1;
	width: 160px;
	height: auto;
}
.swiper_thumb .swiper-slide-thumb-active {
  opacity: 0.3;
}
.swiper-button-prev,
.swiper-button-next {
	color: #fff;
	top: 190px !important;
}
.swiper-pagination {
	top: auto;
	bottom: -24px !important;
}

@media screen and (max-width: 767px){
	.flex_box_main {
		flex-wrap: wrap;
	}
	.flex_box_main_l,
	.flex_box_main_r {
		width: 100%;
	}
	.link_list {
	}
	.link_list li {
		width: 100%;
		margin-right: 0;
	}
	.swiper_thumb {
		margin-top: 40px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		top: 45% !important;
	}
}
/**/



