@charset "UTF-8";

.contentpage .m_img_area .m_img {background-image: url("../images/nightlase/m_img@2x.jpg");}


.contact_box .com_index5 {
	color: #7dbb28;
	font-size: 147%;
	margin-bottom: 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contact_box .com_index5 {
	font-size: 120%;
}
}


/*---------------------------------------------------------
 nayami
---------------------------------------------------------*/
.med_nayami{
	background-color: #f4f0f7;
	background-image: linear-gradient(to bottom,  rgba(165,132,186,1) 0%,rgba(165,132,186,0) 100%);
	padding-bottom: 30px;
}
.med_nayami::before{
	height: min(34vw,500px);
	background-image: url("../images/nightlase/nayami_bg@2x.jpg");
	opacity: 0.5;
	-webkit-mask-image: linear-gradient(to top, transparent 10%, black 80%);
	mask-image: linear-gradient(to top, transparent 10%, black 80%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.med_nayami .med_copy span {
	color: #a584ba;
}

/*nayami :disease
---------------------------------------------------------*/
.disease_wrap {
	position: relative;
	text-align: center;
}
.disease_wrap::before {
	position: absolute;
	content: "";
	background: url(../images/nightlase/disease_bg1@2x.png) left top,
				url(../images/nightlase/disease_bg2@2x.png) right top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	margin-inline: calc(50% - 50vw);
}
.disease_wrap .img {
	position: relative;
	width: 55%;
	max-width: max-content;
	margin-inline: auto;
}
.disease_wrap .med_copy {
	margin-top: 1em;
	margin-bottom: 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.disease_wrap {
	padding-top: 20vw;
}
.disease_wrap::before {
	background-size: 60% auto;
}
.disease_wrap .img {
	width: 100%;
}
}



/*---------------------------------------------------------
 about
---------------------------------------------------------*/
.difference {
	justify-content: center;
}
.difference > li {
	background-color: #eff0da;
	border: none;
	padding-bottom: 5.2%;
}
.difference > li:nth-of-type(2) {
	background-color: #e4f1d2;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}


/*about :lead
---------------------------------------------------------*/
.about_lead {
	text-align: center;
}
.about_lead dt {
	font-size: min(2.6vw,176%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4;
	margin-bottom: .8em;
}
.about_lead dt span {
	display: block;
	color: #7dbb28;
	font-size: 153%;
	margin-top: .2em;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.about_lead dt {
	font-size: 110%;
	letter-spacing: .08em;
	margin-bottom: .8em;
}
.about_lead dd {
	text-align: left;
}
}

/*about :merit_list
---------------------------------------------------------*/
.merit_list {
	display: grid;
	row-gap: 1.6em;
}
.merit_list > li {
	padding: 1px 2.8% 5%;
}
.merit_list > li dt {
	text-align: center;
	color: #544337;
	font-size: min(2.5vw,158%);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: .5em;
}
.merit_list .no {
	width: 5.2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-family: europa,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 117%;
	line-height: 1;
	letter-spacing: .04em;
	aspect-ratio: 1;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 1em .8em .8em;
	margin: -8% auto 1em;
}
.merit_list .no span {
	font-size: 150%;
	padding-top: .1em;
	margin-top: .2em;
	border-top: 1px dashed currentColor;
}
.merit_list > li:nth-of-type(1) {background-color: #ffebf6;}
.merit_list > li:nth-of-type(1) .no {background-color: #ea99ae;}
.merit_list > li:nth-of-type(2) {background-color: #fdf7d2;}
.merit_list > li:nth-of-type(2) .no {background-color: #e5a03a;}
.merit_list > li:nth-of-type(3) {background-color: #ebf1f8;}
.merit_list > li:nth-of-type(3) .no {background-color: #38b8e9;}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.merit_list {
	display: flex;
	gap: 1em 2%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.merit_list > li {
	padding: 1px 6% 8%;
}
.merit_list > li dt {
	font-size: 120%;
	letter-spacing: .1em;
}
.merit_list .no {
	font-size: 105%;
	margin: -5% auto .8em;
}
}



/*
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}

