@charset "UTF-8";
/* CSS Document */
/* main */
.h2_bg {
	max-width: 1800px;
	margin: 0 auto;
	padding-top: 199px;
	background-image: url(../img/sub/h_map.png);
	background-position: top -353px left -5%;
	background-repeat: no-repeat;
}

.h2_bg .inner {
	padding: 80px 0;
	background-image: url(../img/sub/h2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.h2_bg .inner .h2Area {
	text-align: center;
	position: relative;
}
.h2_bg .inner .h2Area:after {
	content: "";
	position: absolute;
	width: 168px;
	height: 28px;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/top/about.png);
	background-position: bottom center;
	background-size: 50%;
	background-repeat: no-repeat;
}
.h2_bg .inner .h2Area h2 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	font-size: 75px;
	color: #fff;
}
.h2_bg .inner .h2Area .s_ttl {
	line-height: 1;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

/* breadArea */
.breadArea ul {
	max-width: 1480px;
	margin: 0 auto 10px;
	padding: 20px;
	display: flex;
	justify-content: flex-end;
}
.breadArea ul li {
	margin: 0 10px;
}
.breadArea ul li,
.breadArea ul li a {
	color: #3E444B;
	font-weight: 600;
}
.breadArea ul li:nth-of-type(1) {
	position: relative;
}
.breadArea ul li:nth-of-type(1):before{
	content: ">";
	position: absolute;
	top: 0;
	right: -14px;
}
.breadArea ul li:nth-of-type(2) {
	margin-right: 0;
}
.breadArea ul li a:hover {
	color: #689FCB;
}
.breadArea02 ul li:nth-of-type(2) {
	position: relative;
	margin-right: 10px;
}
.breadArea02 ul li:nth-of-type(2):before {
	content: ">";
	position: absolute;
	top: 0;
	right: -14px;
}
.breadArea02 ul li:nth-of-type(3) {
	margin-right: 0;
}







@media only screen and (max-width: 1350px){
	.h2_bg {
		background-position: top -353px left -50%;
	}
}

@media only screen and (max-width: 1270px){
	.h2_bg {
		background-position: top -353px left -197px;
	}
}

@media only screen and (max-width: 1270px){
}

@media only screen and (max-width: 1240px){
}
@media only screen and (max-width: 1180px){
}

@media only screen and (max-width: 1100px){
}

@media only screen and (max-width: 1100px){
	.h2_bg {
		background-position: top -384px left -197px;
	}

}

@media only screen and (max-width: 1080px){
}


@media only screen and (max-width: 890px){
}

@media only screen and (max-width: 864px){
	.h2_bg {
		padding-top: 150px;
		background-position: top -327px left -250px;

	}
}
	
@media only screen and (max-width: 767px){
	.h2_bg {
		width: 100%;
		padding-top: 100px;
		background-position: top -308px left -200px;
	}
	.h2_bg .inner {
		padding: 40px 0;
	}
	.h2_bg .inner .h2Area h2 {
		font-size: 40px;
	}
	.breadArea ul {
		display: none;
	}
}

@media only screen and (max-width: 660px){
	.h2_bg {
		padding-top: 83px;
	}

}

@media only screen and (max-width: 455px){
}

@media only screen and (max-width: 320px){
	.h2_bg {
		padding-top: 75px;
	}
}
