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

/* contentArea */
.contentArea {
	background-color: #fff;
	border-top-right-radius: 2rem;
	border-top-left-radius: 2rem;
	margin-top: -40px;
}

/* desc01 */
.contentArea .desc01 .inner {
	padding: 100px 20px 40px;
	position: relative;
}
.contentArea .desc01 .inner:before {
	position: absolute;
	content: "";
	top: -200px;
	width: 300px;
	height: auto;
	background-image: url("../img/common/logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 356/300;
}
.contentArea .desc01 .inner h1 {
	font-size: 26px;
	font-weight: 700;
	color: #de8b00;
	padding-top: 70px;
	position: relative;
}
.contentArea .desc01 .inner h1:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 342px;
}

/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-end;
	padding: 12px 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: 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: "・";
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea .inner li:last-of-type,
.breadArea02 .inner li:last-of-type {
	color: transparent;
  background-image: linear-gradient(90deg, rgba(0,144,200,1) 0%, rgba(20,67,178,1) 50%, rgba(20,42,76,1) 100%);
  -webkit-background-clip: text;
}
.breadArea .inner li, 
.breadArea .inner li a,
.breadArea02 .inner li, 
.breadArea02 .inner li a {
	font-size: 14px;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #8dbbc9;
}

@media screen and (max-width: 1300px) {

/* desc01 */
	.contentArea .desc01 .inner:before {
		top: -166px;
		width: 280px;
		aspect-ratio: 280/236;
	}
}

@media screen and (max-width: 1000px) {
	
/* contentArea */
	.contentArea {
		margin-top: -30px;
	}

/* desc01 */
	.contentArea .desc01 .inner:before {
		top: -150px;
		width: 240px;
		aspect-ratio: 240/203;
	}
	.contentArea .desc01 .inner h1 {
		font-size: 20px;
		padding-top: 50px;
	}
	.contentArea .desc01 .inner h1:before {
		width: 220px;
	}
	
/* breadArea */
	.breadArea .inner,
	.breadArea02 .inner {
		padding: 12px 3vw;
	}
	.breadArea .inner li, 
	.breadArea .inner li a,
	.breadArea02 .inner li, 
	.breadArea02 .inner li a {
		font-size: 13px;
	}
}	

@media screen and (max-width: 767px) {
/* contentArea */
	.contentArea {
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
		margin-top: -20px;
	}
/* desc01 */
	.contentArea .desc01 .inner {
		padding: 100px 6vw 20px;
	}
	.contentArea .desc01 .inner:before {
		top: -88px;
		width: 196px;
		aspect-ratio: 200/169;
	}
	.contentArea .desc01 .inner h1 {
		margin-bottom: 20px;
	}
}	

@media screen and (max-width: 600px) {
/* desc01 */
	.contentArea .desc01 .inner:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.contentArea .desc01 .inner h1 {
		font-size: 16px;
		padding-top: 46px;
	}	
	.contentArea .desc01 .inner h1:before {
		width: 180px;
	}
	
/* breadArea */
	.breadArea,
	.breadArea02 {
		display: none;
	}
}	

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