@charset "utf-8";

img{
	max-width: 100%;
	height: auto;
	/* vertical-align: bottom; */
}

.introduction_box{
	max-width: 1260px;
	width: 95%;
	margin: 50px auto;
}
@media only screen and (max-width: 767px) {
	.introduction_box{
		margin-top: 20px;
	}
}



.introduction_box .catch_box{
	width: 100%;
	text-align: center;
}

.introduction_box .catch_box .text_1{
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	color: #a844c5;
}
@media only screen and (max-width: 767px) {
	.introduction_box .catch_box .text_1{
		font-size: 4.7vw;
	}
}

.introduction_box .catch_box .text_1 span{
	display: inline-block;
	margin-right: 5px;
	padding-left: 75px;
	background: url(../img/common/icon-nav-top.png) no-repeat left top / 65px;
	font-size: 40px;
	color: #f189af;
}
@media only screen and (max-width: 767px) {
	.introduction_box .catch_box .text_1 span{
		padding-left: 65px;
		font-size: 8vw;
		background-size: 55px;
	}
}

.introduction_box .catch_box .text_2{
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	color: #a844c5;
}
@media only screen and (max-width: 767px) {
	.introduction_box .catch_box .text_2{
		font-size: 4.7vw;
	}
}

.introduction_box .catch_box .text_2::before,
.introduction_box .catch_box .text_2::after{
	content: '～';
	display: inline-block;
}

.introduction_box .catch_box .text_2::before{
	margin-right: 5px;
}

.introduction_box .catch_box .text_2::after{
	margin-left: 5px;
}

.introduction_box .catch_box .text_3{
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.introduction_box .catch_box .text_3{
		font-size: 4.25vw;
	}
}



.introduction_box .features_box{
	max-width: 950px;
	width: 100%;
	margin: 60px auto 0;
}

.introduction_box .features_box h2{
	position: relative;
	padding-bottom: 10px;
	border-bottom: #f1affd 4px solid;
	font-size: 26px;
	font-weight: 700;
	color: #a844c5;
}
@media only screen and (max-width: 767px) {
	.introduction_box .features_box h2{
		font-size: 6vw;
		line-height: 1.4;
	}
}

.introduction_box .features_box h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	display: block;
	width: 250px;
	height: 4px;
	background-color: #a844c5;
}
@media only screen and (max-width: 767px) {
	.introduction_box .features_box h2::after{
		width: 100px;
	}
}

.introduction_box .features_box > ol{
	counter-reset: feature-number 0;
	margin: 40px 0 0;
	padding: 0;
}

.introduction_box .features_box li:not(:first-child){
	margin-top: 25px;
}

.introduction_box .features_box li h3{
	font-size: 20px;
	font-weight: 700;
	color: #f189af;
}
@media only screen and (max-width: 767px) {
	.introduction_box .features_box li h3{
		font-size: 4.78vw;
		line-height: 1.6;
	}
}

.introduction_box .features_box li h3::before{
	counter-increment: feature-number 1;
	content: counter(feature-number) '.';
	display: inline-block;
	margin-right: 10px;
}

.introduction_box .features_box li p{
	margin: 10px 0 0;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.introduction_box .features_box li p{
		font-size: 4.26vw;
		color: #000;
	}
}



.introduction_box .consultation_box{
	max-width: 950px;
	width: 100%;
	margin: 40px auto 0;
	/* text-align: center; */
}

.introduction_box .consultation_box h2{
	font-size: 26px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.introduction_box .consultation_box h2{
		font-size: 6vw;
		line-height: 1.4;
	}
}

.introduction_box .consultation_box p{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.introduction_box .consultation_box p{
		font-size: 3.98vw;
		color: #000;
	}
}

.introduction_box .consultation_box a[href^="tel:"]{
	pointer-events: none;
	color: #363636;
}
@media only screen and (max-width: 767px) {
	.introduction_box .consultation_box a[href^="tel:"]{
		pointer-events: auto;
		text-decoration: underline;
		color: #c7a2cd;
	}
}



.introduction_box .start_box{
	max-width: 950px;
	width: 100%;
	margin: 60px auto 0;
}

.introduction_box .start_box h2{
	position: relative;
	padding-bottom: 10px;
	border-bottom: #f1affd 4px solid;
	font-size: 26px;
	font-weight: 700;
	color: #a844c5;
}
@media only screen and (max-width: 767px) {
	.introduction_box .start_box h2{
		font-size: 6vw;
		line-height: 1.4;
	}
}

.introduction_box .start_box h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	display: block;
	width: 250px;
	height: 4px;
	background-color: #a844c5;
}
@media only screen and (max-width: 767px) {
	.introduction_box .start_box h2::after{
		width: 100px;
	}
}

.introduction_box .start_box h3{
	margin-top: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #f189af;
}
@media only screen and (max-width: 767px) {
	.introduction_box .start_box h3{
		font-size: 4.78vw;
		line-height: 1.6;
	}
}

.introduction_box .start_box p{
	margin: 10px 0 0;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.introduction_box .start_box p{
		font-size: 4.26vw;
		color: #000;
	}
}

.introduction_box .start_box .img_evaluation,
.introduction_box .start_box .img_alignment{
	width: 400px;
	margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
	.introduction_box .start_box .img_evaluation,
	.introduction_box .start_box .img_alignment{
		width: 100%;
	}
}



.introduction_box .support_box{
	max-width: 950px;
	width: 100%;
	margin: 60px auto 0;
}

.introduction_box .support_box h2{
	position: relative;
	padding-bottom: 10px;
	border-bottom: #f1affd 4px solid;
	font-size: 26px;
	font-weight: 700;
	color: #a844c5;
}
@media only screen and (max-width: 767px) {
	.introduction_box .support_box h2{
		font-size: 6vw;
		line-height: 1.4;
	}
}

.introduction_box .support_box h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	display: block;
	width: 250px;
	height: 4px;
	background-color: #a844c5;
}
@media only screen and (max-width: 767px) {
	.introduction_box .support_box h2::after{
		width: 100px;
	}
}

.introduction_box .support_box p{
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.introduction_box .support_box p{
		font-size: 4.26vw;
		color: #000;
	}
}

.introduction_box .support_box .text_1{
	margin: 20px 0 0;
}

.introduction_box .support_box .text_2{
	margin: 20px 0 0;
	font-weight: 700;
}

.introduction_box .support_box .text_3{
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.introduction_box .support_box .text_3{
		font-size: 4.52vw;
	}
}

.introduction_box .support_box .img_support{
	width: 500px;
	margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
	.introduction_box .support_box .img_support{
		width: 100%;
	}
}

.introduction_box .support_box .text_3{
	margin: 20px 0 0;
}

.introduction_box .support_box .text_3 a{
	position: relative;
	display: block;
	max-width: 500px;
	margin: auto;
	padding: 12px 45px 10px;
	background-color: #a844c5;
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.introduction_box .support_box .text_3 a{
		font-size: 5.05vw;
	}
}

.introduction_box .support_box .text_3 a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
}

.introduction_box .support_box .text_4{
	margin: 30px 0 0;
	font-weight: 700;
}



.approved{
	max-width: 1260px;
	width: 95%;
	margin: 50px auto;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.approved{
		font-size: 3.72vw;
	}
}



.shotei_shikkan{
	max-width: 1260px;
	width: 95%;
	margin: 0px auto 70px;
	text-align: center;
}

.shotei_shikkan a{
	text-decoration: underline;
	font-size: 18px;
	color: #a844c5;
}
@media only screen and (max-width: 767px) {
	.shotei_shikkan a{
		font-size: 3.72vw;
	}
}
