@charset "UTF-8";



/*画像・テキストカラム（画像横並び）
--------------------------------------------------------- */
.img-txt-column .txt .category-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	margin: 0 0 20px;
}

.img-txt-column .txt .category-ttl .name h3 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}

.img-txt-column .txt .category-ttl .ttl {
	margin: 0 0 0 15px;
}

.img-txt-column .txt .category-ttl .ttl .en {
	color: #7f8591;
	font-size: 3.6rem;
	font-family: 'Dosis', sans-serif;
	line-height: 1.1;
	word-break: break-all;
	letter-spacing: 0.24em;
}

.img-txt-column .txt .sub-ttl {
	margin: 0 0 5px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}



@media screen and (max-width: 750px) {
	
	.img-txt-column .txt .category-ttl {
		margin: 0 0 10px;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	
	.img-txt-column .txt .category-ttl .name,
	.img-txt-column .txt .category-ttl .ttl {
		width: 100%;
	}
	
	.img-txt-column .txt .category-ttl .ttl {
		margin: 0 0 10px;
		text-align: center;
	}
	
	.img-txt-column .txt .category-ttl .ttl .en {
		font-size: 2.8rem;
	}
	
	.img-txt-column .txt .category-ttl .name h3 {
		font-size: 1.8rem;
	}
	
	.img-txt-column .txt .sub-ttl {
		font-size: 1.4rem;
	}

}




/*voice-column-list
--------------------------------------------------------- */
.voice-column-list > ul > li {
	margin: 0;
	position: relative;
}

.voice-column-list > ul > li:first-child {
	margin: 0;
}

.voice-column-list > ul > li .img {
	width: 700px;
	float: left;
	position: relative;
}

.voice-column-list > ul > li .img_construction03 {
	width: 550px !important;
	margin-bottom: 110px;
}

.voice-column-list > ul > li.reverse .img {
	float: right;
	margin: 15px 0 0;
}

.voice-column-list > ul > li.reverse .img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23e7e8e9' points='0,0 0,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.voice-column-list > ul > li .img:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23e7e8e9' points='0,100 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.voice-column-list > ul > li.reverse .img:after {
	display: none;
}

.voice-column-list > ul > li .img .img-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.voice-column-list > ul > li .txt {
	width: 470px;
	margin: 80px 0 0;
	padding: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	line-height: 1.7;
}

.voice-column-list > ul > li.reverse .txt {
	margin-top: 150px;
	right: auto;
	left: 0;
}



@media screen and (max-width: 750px) {
	
	.voice-column-list > ul > li {
		margin: 30px 0 0 !important;
	}
	
	.voice-column-list > ul > li .img {
		width: 100%;
		float: none !important;
	}

	.voice-column-list > ul > li .img_construction03 {
		width: 100% !important;
		margin-bottom: 0px;
	}
	
	.voice-column-list > ul > li.reverse .img {
		margin: 10px 0 0;
	}
	
	.voice-column-list > ul > li .img:before,
	.voice-column-list > ul > li.reverse .img:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 20px;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23e7e8e9' points='0,0 0,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
	}
	
	.voice-column-list > ul > li .img:after {
		display: none;
	}
	
	.voice-column-list > ul > li .txt {
		width: 100%;
		margin: 0;
		padding: 25px;
		position: relative;
		top: auto;
		right: auto;
	}
	
	.voice-column-list > ul > li.reverse .txt {
		margin-top: 0;
	}
	
}



