@charset "UTF-8";
/* CSS Document */
.h2Area {
	margin-top: 150px;
	background: linear-gradient(90deg, #fff 50%, rgba(216,233,220,.3) 50%) no-repeat 50% 50% / 100% 100%;
}
.h2Area .inner {
	height: 250px;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h2Area .inner .h2box {
	text-align: center;
	position: relative;
}
.h2Area .inner .h2box h2 {
  color: #439664;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	letter-spacing: .2em;
	line-height: 1;
}
.h2Area .inner .h2box .h2txt {
	font-size: 13px;
	letter-spacing: 0.4em;
	padding-top: 10px;
	color: #439664;
}
.h2Area .inner .h2box .deco_txt {
    position: absolute;
    bottom: -15px;
    right: -150px;
    transform: rotate(
-15deg);
    color: #D4D9BB;
    font-size: 31px;
    font-family: alex-brush, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 20px;
}
.breadArea .inner li,
.breadArea02 .inner li {
	display: flex;
	justify-content: flex-start;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1) {
	position: relative;
	padding-right: 20px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
}
.breadArea .inner li:nth-of-type(2) {
	padding-left: 12px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 12px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 20px;
}
.breadArea02 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea .inner li, 
.breadArea .inner li a,
.breadArea02 .inner li, 
.breadArea02 .inner li a {
	font-size: 14px;
	color: #444;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .2em;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #62B984;
}

@media screen and (max-width: 767px) {
	.h2Area {
		margin-top: 70px;
	}
	.h2Area .inner {
		height: 180px;
		padding: 0 3vw;
	}
	.h2Area .inner .h2box h2 {
		font-size: 25px;
	}
	.h2Area .inner .h2box .h2txt {
		font-size: 12px;
	}	
	.h2Area .inner .h2box .deco_txt {
   display: none;
}

}	
