@charset "UTF-8";

/* intro
------------------------------------------ */
.intro-area {
	padding: 0 0 150px;
	background: url(../images/intro/intro-bg.png) repeat center;
	background-size: 250px auto;
	position: relative;
	overflow: hidden;
}
.intro-area:before,
.intro-area:after {
	content: '';
	display: block;
	height: 0;
	background-size: contain !important;
	position: absolute;
	z-index: 10;
}
.intro-area:before {
	width: 29.5%;
	max-width: 441px;
	padding-top: 22%;
	background: url(../images/intro/intro-illust-01.png) no-repeat bottom center;
	bottom: -6.7%;
	left: 0;
}
.intro-area:after {
	width: 31%;
	max-width: 462px;
	padding-top: 22%;
	background: url(../images/intro/intro-illust-02.png) no-repeat top center;
	top: 4%;
	right: 0;
}
.intro-inner {
	position: relative;
	z-index: 15;
}
.intro-box {
	padding: 0 60px;
}
.intro-title {
	width: 100%;
	height: 0;
	padding-top: calc(439 / 840 * 100%);
	background-image: url(../images/intro/intro-title-pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.intro-detail {
	margin: 35px auto 60px;
	padding: 45px 35px;
	background-color: #fff;
}
.intro-detail-title {
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
}
.intro-detail-text {
	font-size: 18px;
	line-height: 1.6;
}
.intro-detail-text:not(:first-of-type) {
	margin-top: 35px;
}
.intro-text {
	width: 100%;
	height: 0;
	padding-top: calc(286 / 840 * 100%);
	background-image: url(../images/intro/intro-text-pc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}



/* ---------------------------------
	SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
	/* intro
	------------------------------------------ */
	.intro-area { padding: 0 0 calc(200 / 750 * 100%); }
	.intro-area:before {
		width: calc(29.5% * 1.6) !important;
		padding-top: calc(22% * 1.6) !important;
		bottom: -4.2% !important;
		left: 0 !important;
	}
	.intro-area:after {
		width: calc(31% * 1.5) !important;
		padding-top: calc(22% * 1.5) !important;
		top: 7% !important;
		right: -5.5% !important;
	}
	.intro-inner {}
	.intro-box { padding: 0 !important; }
	.intro-title {
		width: 100%;
		height: 0;
		padding-top: calc(514 / 750 * 100%);
		background-image: url(../images/intro/intro-title-sp.png);
	}
	.intro-detail {
		margin: 6% 3% 8%;
		padding: 8% 20px;
	}
	.intro-detail-title {
		font-size: 20px !important;
		line-height: 1.6 !important;
		letter-spacing: 0.12em !important;
	}
	.intro-detail-text {
		font-size: 16px !important;
		line-height: 1.6 !important;
		letter-spacing: 0.1em !important;
	}
	.intro-detail-text:not(:first-of-type) {
		margin-top: 25px !important;
	}
	.intro-text {
		width: 100%;
		height: 0;
		padding-top: calc(371 / 750 * 100%);
		background-image: url(../images/intro/intro-text-sp.png);
	}
}



/* ---------------------------------
	SP 〜 tablet（〜992px）
--------------------------------- */
@media screen and (max-width: 992px) {
	/* intro
	------------------------------------------ */
	.intro-area {}
	.intro-area:before {
		width: calc(29.5% * 1.2);
		padding-top: calc(22% * 1.2);
		bottom: -4.5%;
		left: 0;
	}
	.intro-area:after {
		width: calc(31% * 1.2);
		padding-top: calc(22% * 1.2);
		top: 5.8%;
		right: -5.5%;
	}
	.intro-inner {}
	.intro-box { padding: 25px; }
}



/* ---------------------------------
	PC用
--------------------------------- */
@media screen and (min-width: 993px) {
}



/* ---------------------------------
	tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){
}
