@charset 'UTF-8';
.h-box{
	position: relative;
	left: 0;
	top: 0;
	background: url('../image/main_bg.jpg') bottom 23% center no-repeat;
	padding-bottom: 55px;
	z-index: 2;
}
.mainimg{
	background: url('../image/bg01.jpg');
	margin-bottom: 10px;
}
.mainimg h2{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	color: #511c1c;
	font-size: 3.4rem;
	line-height: 1.5882;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding: 73px 40px;
	position: relative;
	z-index: 1;
}
.mainimg h2::before{
	content: '';
	position: absolute;
	background: url('../image/h_img.svg') center no-repeat;
	width: 632px;
	height: 200px;
	bottom: 35px;
	z-index: -1;
	right: -365px;
}
.news + .news{
	margin-top: 50px;
}
.news h4{
	margin-bottom: 20px;
	width: 100%;
}
.news h4 a{
	display: block;
	width: 100%;
	color: #511c1c;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 14.5px 10px;
	border-top: 1px solid #d1c3c3;
	border-bottom: 1px solid #d1c3c3;
	font-weight: normal;
}
.news h4 a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.news .date {
	margin-bottom: 5px;
	font-weight: bold;
}

.news .text p + p {
	margin-top: 0;
}

.image {
	width: 30%;
}
.image div + div {
	margin-top: 10px;
}
.tabs{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.tab-item + .tab-item{
	margin-left: 10px;
}
.tab-item{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ebe5e5;
	width: 103px;
	height: 30px;
	color: #511c1c;
	cursor: pointer;
	font-size: 1.4rem;
}
.tab-pane{
	display: none;
}
.tab-pane.active{
	display: block;
}

.button{
	text-align: left;
}