@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	background-image: url("../img/sub/main_bg.jpg");
	height: 374px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	margin-top: 70px;
	position: relative;
}
.mainArea .m_inner01 {
	height: 374px;
	padding: 40px 20px;
	background-image: url("../img/sub/main_bg.svg");
	background-repeat: no-repeat;
	background-position: top left calc(50% - 50%);
	font-family: amatic-sc, sans-serif;
	background-size: 800px;
	position: relative;
}
.mainArea .m_inner01:before {
	content: url(../img/common/main_pic01.svg);
	position: absolute;
	top: 140px;
	left: 266px;
	width: 132px;
	height: 128px;
}
.mainArea .m_inner01 h1 {
	position: absolute;
	top: 60px;
	left: 230px;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	line-height: 1;
	color: #fff;
}
.mainArea .m_inner02 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.mainArea .m_inner02 h2 {
	font-family: ta-oonishi, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.4;
	font-size: 36px;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}

/* breadArea */
.breadArea,
.breadArea02 {
	background-color: #fff;
}
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-end;
	padding: 16px 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: #00a5a4;
}


@media screen and (max-width: 1200px) {
	.mainArea .m_inner01 {
		background-position: top left calc(50% - 250px);
	}
	.mainArea .m_inner01 h1 {
    left: 10%;
	}
	.mainArea .m_inner01:before {
    left: 10%;
	}
	.mainArea .m_inner02 h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 1000px) {
	.mainArea {
		height: 260px;
		margin-top: 60px;
	}
	.mainArea .m_inner01 {
		height: 260px;
		background-position: top center;
		background-size: 1000px;
		padding: 0 0
	}
	.mainArea .m_inner01:before {
		top: 230px;
		transform: translate(-50%, -50%);
		left: 50%;
		width: 90px;
		height: 87px;
	}	
	.mainArea .m_inner01 h1 {
		top: 70px;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 36px;
	}
	.mainArea .m_inner02 {
		padding: 0 2vw;
	}
	.mainArea .m_inner02 h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.breadArea,
	.breadArea02 {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.mainArea .m_inner01 h1 {
		font-size: 38px;
	}
	.mainArea .m_inner02 h2 {
		font-size: 4.6vw;
	}
}


