@charset "UTF-8";
/* CSS Document */


.title-box h3::before {
	background-image: url("images/icon.svg");
	height: 80px;
	margin-top: -90px;
}

.contents-concept {
	width: 100%;
	margin-bottom: 80px;
}

.contents-concept h5 {
	line-height: 1.6;
}

/* contents01-wrap */

.contents01-wrap {
	text-align: center;
	margin-bottom: 100px;
	width: 100%;
}

.contents01-wrap > div:not(:last-child) {
	margin-bottom: 60px;
}

/* contents01 */

.contents01 img {
	width: 100%;
height: auto;
	max-height: 710px;
	object-fit: cover;
}

/* contents02 */

.contents02 {
	background-image: url("images/back01.png");
background-position: center bottom 100px;
background-repeat: no-repeat;
	background-size: auto 380px;
	position: relative;
}

.contents02::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/frame01.png");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 130px;
	margin-top: -70px;
}

.contents02 .box01 {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	padding: 50px 0px;
	gap:0px 40px;
	position: relative;
}

.contents02 .subcontents-map {
	width: 1200px;
}

.contents02 > h3 img {
	height: 110px;
	width: auto;
}

.contents02 .box01 h5, .contents02 .box01 h5 a {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 52px;
color: #5c3723;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

.contents02 .box01 h5 {
	display: inline-block;
	position: relative;
	padding-left: 40px;
}

.contents02 .box01 h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 18px;
	background-image: url("../common/images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 30px;
	height: 37px;
}

/* contents03 */

.contents03 .lay01 {
	margin-bottom: 70px;
	width: 1060px;
	text-align: center;
	border-color : #8BC460;
}

.contents03 .box:not(:last-child) {
	margin-bottom: 60px;
}

.contents03 h3 {
	margin-bottom: 25px;
}

.contents03 h3 img {
	height: 50px;
	width: auto;
}

.contents03 h4 {
	width: 85%;
	text-align: center;
	padding: 8px 0px;
	margin: 0px auto;
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #FFF;
	font-size: 22px;
line-height: 1.2;
letter-spacing: 0.1em;
	background-color: #77cb54;
	border-radius: 8px;
}

.contents03 .box:nth-child(2) h4 {
	background-color: #55c994;
}

.contents03 h5:last-child {
	padding-top: 30px;
}

.contents03 h5 img {
	width: 80%;
height: auto;
}

.contents03 h6 img {
	height: 50px;
	width: auto;
}

.contents03 p {
line-height: 1.6;
	padding: 20px 0px;
}


/* contents04 */

.contents04 .lay01 {
	margin-bottom: 150px;
	width: 1060px;
	text-align: center;
}

.contents04 h3 {
	margin-bottom: 25px;
}

.contents04 h3 img {
	height: 50px;
	width: auto;
}

.contents04 .box-gallery {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:20px 0px;
	padding: 20px;
}

.contents04 .box {
	width: 23.5%;
	text-align: center;
	margin-right: 2%;
}

.contents04 .box:nth-child(4n) {
	margin-right: 0px;
}

.contents04 .box img {
	width: 100%;
height: 205px;
	object-fit: cover;
}

.contents04 h6 {
	font-size: 18px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	padding-top: 12px;
}


.sp-view {
	display: none;
}
