@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.imgArea {
	height: 250px;
	background-image: url("../img/top/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* breadArea */
.breadArea .inner,
.breadArea02 .inner,
.breadArea03 .inner {
	display: flex;
	justify-content: flex-end;
	padding: 12px 20px;
}
.breadArea .inner li,
.breadArea02 .inner li,
.breadArea03 .inner li {
	display: flex;
	justify-content: flex-end;
	color: #213341;
	font-size: 13px;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1),
.breadArea03 .inner li:nth-of-type(1) {
	position: relative;
	padding-right: 26px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after,
.breadArea03 .inner li:nth-of-type(1):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	color: #3e3a39;
}
.breadArea .inner li:nth-of-type(2) {
	padding-left: 16px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 16px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 26px;
}
.breadArea03 .inner li:nth-of-type(2) {
	padding: 0 16px;
}
.breadArea03 .inner li:nth-of-type(3) {
	position: relative;
	padding: 0 16px;
}
.breadArea03 .inner li:nth-of-type(4) {
	position: relative;
	padding-left: 16px;
}
.breadArea02 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	color: #3e3a39;
} 
.breadArea03 .inner li:nth-of-type(3):before,
.breadArea03 .inner li:nth-of-type(4):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	color: #3e3a39;
} 
.breadArea .inner li a,
.breadArea02 .inner li a,
.breadArea03 .inner li a {
	font-size: 13px;
	color: #3e3a39;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover,
.breadArea03 .inner li a:hover {
	color: #777;
}

/* ttlArea */
.ttlArea .inner {
	padding: 20px 20px 0;
	text-align: center;
}
.ttlArea .inner .h1Area {
	position: relative;
	width: 100%;
}
.ttlArea .inner .h1Area h1 {
	font-weight: 700;
	font-size: 20px;
	padding-top: 76px;
	margin-bottom: 26px;
}
.ttlArea .inner .h1Area h1:before {
    /* content: "NEWS"; */
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: min(5.5vw,48px);
    line-height: 1;
    color: #37a7cc;
    /* font-family: 'Bebas Neue', sans-serif; */
    font-weight: 700;
    letter-spacing: 0.02em;
    width: 100%;
}
.ttlArea .inner p {
	line-height: 1.8;
	;font-weight: 700;
}
	
@media screen and (max-width: 1000px) {
/* imgArea */
	.imgArea {
		height: 150px;
	}
	
/* breadArea */
	.breadArea .inner,
	.breadArea02 .inner,
	.breadArea03 .inner {
		padding: 12px 3vw;
	}
	
/* ttlArea */
	.ttlArea .inner .h1Area h1 {
		font-size: 16px;
		padding-top: 60px;
	}	
	.ttlArea .inner .h1Area h1:before {
		font-size: 48px;
	}	
}	

@media screen and (max-width: 767px) {
/* imgArea */
	.imgArea {
		height: 220px;
	}
	.imgArea:before {
		height: 38px;
		background-size: 498px;
	}	
	
/* ttlArea */
	.ttlArea .inner {
    padding: 30px 6vw 0;
	}
	.ttlArea .inner p {
		text-align: left;
		line-height: inherit;
	}	
}	

@media screen and (max-width: 600px) {
/* imgArea */
	.imgArea {
		height: 180px;
	}
	.imgArea .img_bg .inner {
		height: 180px;
	}
	
/* breadArea */
	.breadArea,
	.breadArea02,
	.breadArea03 {
		display: none;
	}
	
/* ttlArea */
	.ttlArea .inner .h1Area h1 {
		font-size: 14px;
		padding-top: 50px;
		margin-bottom: 16px;
	}	
	.ttlArea .inner .h1Area h1:before {
		font-size: 35px;
	}	
/* 共通 */	
/* btn */	
	.btnarrow {
		width: 250px;
		padding: 10px 1em 10px;
	}	
	.btn03 {
		width: 90%;
	}
	
}	

