@charset "UTF-8";
/* CSS Document */
/* subtop_bg */
.subtop_bg {
	background-image: url("../img/sub/subtop_bg.webp");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover
}

/* ttlArea */
.ttlArea .inner {
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ttlArea .inner h1 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	color: #403632;
	font-size: 19px;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 60px 0;
}
.ttlArea .inner h1:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ttlArea .inner h1:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	color: #3c9ab0;
	font-size: 40px;
}
.ttlArea .ttl_imgArea .inner {
	padding: 30px 20px 0;
	max-width: 1040px;
}
.ttlArea .ttl_imgArea .inner .img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	aspect-ratio: 5/2;
	border-top-left-radius: 120px;
}

/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 130px 20px 16px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
}
.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: 26px;
}
.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: 16px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 16px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 26px;
}
.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;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #ec6d45;;
}
/*subArea*/
.subArea .desc01 .inner .txtArea h2 {
	font-size: 28px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	/*padding-bottom: 25px;*/
}
@media screen and (max-width: 1000px) {
/* ttlArea */
	.ttlArea .inner {
		padding: 0 3vw;
	}
	.ttlArea .inner h1 {
		font-size: 20px;
		padding: 50px 0;
	}
	.ttlArea .inner h1:after {
		font-size: 32px;
	}	
	.ttlArea .ttl_imgArea .inner {
		padding: 20px 3vw 0;
	}
	
/* breadArea */
	.breadArea .inner,
	.breadArea02 .inner {
		padding: 100px 3vw 10px;
	}
	.breadArea .inner li, 
	.breadArea .inner li a,
	.breadArea02 .inner li, 
	.breadArea02 .inner li a {
		font-size: 12px;
	}
}	

@media screen and (max-width: 600px) {
/* ttlArea */
	.ttlArea {
		padding-top: 70px;
	}
	.ttlArea .inner h1 {
		padding: 36px 0 30px;
	}
	.ttlArea .inner h1:after {
		font-size: 20px;
	}
	.ttlArea .ttl_imgArea .inner {
		padding: 20px 6vw 0;
	}
	.ttlArea .ttl_imgArea .inner .img {
	border-top-left-radius: 60px;
}

/* breadArea */
	.breadArea,
	.breadArea02 {
		display: none;
	}
/*subArea*/
.subArea .desc01 .inner .txtArea h2 {
    font-size: 22px;
    /*padding-bottom: 15px;*/
}
}

@media screen and (max-width: 500px) {
/*subArea*/
.subArea .desc01 .inner .txtArea h2 {
	text-align: left;
}
}
@media screen and (max-width: 400px) {
/*subArea*/
.subArea .desc01 .inner .txtArea h2 {
    font-size: 20px;
    /*padding-bottom: 10px;*/
}
}	

