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

/* sub共通 inner */
.inner {
	max-width: 1000px;
	margin: 0 auto;
}

/* mainArea */
.mainArea .inner {
	padding: 90px 100px;
	max-width: 1200px;
	min-height: 400px;
	margin: 0 auto;
	background-image: url("../img/about/h1_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
.mainArea .inner h1 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}
.mainArea .inner .bk {
	color: #000;
}
.mainArea .inner .wh {
	color: #fff;
}

/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 40px 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: 13px;
	color: #000;
	font-weight: 500;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #194491;
}
/*サブページ見出し装飾*/
.h2_sub {
	position: relative;
	background-color: #194491;
	color: #fff;
	padding: 4px 4px 4px 16px;
	width: 260px;
	height: 37px;
	font-size: 18px;
	margin: 0 0 30px 22px;
}
.h2_sub:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 38px solid #fff;
	top: 0;
	right: -30px;
}
.h2_sub:before{
	content: '';
	position: absolute;
	left: -22px;
	width: 14px;
	height: 37px;
	background-color: #C61F1F;
	top: 0;
}

@media screen and (max-width: 1000px) {
	.mainArea .inner {
		padding: 120px 0 0 80px;
		width: 100%;
		min-height: 300px;
	}
}

@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
	}
	.mainArea .inner {
		padding: 130px 0 0 20px;
		width: 100%;
		min-height: 280px;
	}
	.mainArea .inner h1 {
		font-size: 22px;
	}
	.breadArea,
	.breadArea02 {
		display: none;
	}

}












