@charset "utf-8";


/*-----------------------------------------
-----------------------------------------*/
/*----------------------------------------
	- base
	- head_area
-----------------------------------------*/

/*-----------------------------------------
	base
-----------------------------------------*/
:root {
	--main_color: #006430;
	--garamond: 'EB Garamond', serif;
}
a {
	text-decoration: none;
	transition: all .3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}
picture {
	display: block;
}
img {
	vertical-align: top;
}

/*-----------------------------------------
	head_area
-----------------------------------------*/
#head_area {
	background: url(../img/brand/main.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 36.8636vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 78px;
}
#head_area h2 {
	width: 53.1818vw;
	max-width: 1219px;
}
#head_area p.notion {
	content: '';
	position: absolute;
	bottom: 1.45vw;
	right: 2.4vw;
	color: #000;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	#head_area {
		background: url(../img/brand/main_sp.jpg) no-repeat;
		background-size: cover;
		width: 100%;
		height: 69.6vw;
		margin-bottom: 48px;
	}
	#head_area h2 {
		width: 87.2vw;
	}
}

/*-----------------------------------------
	contents_area
-----------------------------------------*/
.contents_area {
	margin-bottom: 70px;
}
.contents_area .box {
	margin-bottom: 100px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .3);
	padding: 7.0% 4.7%;
}
.contents_area .box h3 {
	max-width: 560px;
	margin: 0 auto 54px;
	width: 41.22727vw;
}
.contents_area .box p {
	text-align: center;
	font-size: min(((31 / 2200) * 100vw), 17px);
	line-height: 2.129;
	margin-bottom: 68px;
}
.contents_area .box p.wide {
	font-size: min(((55 / 2200) * 100vw), 34px);	
	margin-bottom: 35px;
	line-height: 1.5;
}
.contents_area .box .img_box {
	display: flex;
	gap: 0 2.47%;
}

.contents_area .box .img_box figure {
	text-align: center;
}
.contents_area .box .img_box figcaption {
	font-size: 17px;
	margin-top: 10px;
	line-height: 1.4;
}
.contents_area .box .img_box figcaption span {
	font-size: 12px;
}
.contents_area .box .img_box .right {
	display: flex;
	flex-direction: column;
}
.contents_area .box .img_box.kintetsu .right {
	gap: 2% 0;
}
.contents_area .box .img_box.mitsui .right {
	gap: 2.8% 0;
}
.contents_area .box .img_box.itochu .right {
	gap: 2.8% 0;
}

@media screen and (max-width:850px) {
	span.br_850 {
		display: block;
	}
}

@media screen and (max-width:768px) {
	.contents_area {
		margin-bottom: 40px;
	}
	.contents_area .box {
		margin-bottom: 50px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
		padding: 7.5% 3.5%;
	}
	.contents_area .box h3 {
		width: 72.26666vw;
		max-width: 300px;
		margin: 0 auto 15px;
	}
	.contents_area .box p {
		font-size: 15px;
		text-align: justify;
		line-height: 1.85;
		margin-bottom: 40px;
	}
	.contents_area .box p.wide {
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 0.02;
		text-align: center;
	}
	.contents_area .box .img_box {
		flex-direction: column;
		gap: 15px 0;
	}
	.contents_area .box .img_box.img_box.kintetsu .right,
	.contents_area .box .img_box.img_box.mitsui .right,
	.contents_area .box .img_box.img_box.itochu .right {
		gap: 15px 0;
	}

}



