@charset "UTF-8";
/* CSS Document */

/*mv*/
#mv {
	width: 100%;
	height: 632px;
	background-image: url("../../../images/mv_bg02.webp"),url("../../../images/mv_bg.webp");
	background-size: 840px 632px,cover;
	background-position: top left calc(50% + 420px),top center;
	background-repeat: no-repeat,no-repeat;
}

#mv > div {
	width: 1200px;
	height: 632px;
	margin: 0 auto;
	position: relative;
}

#mv > div h1 {
	position: absolute;
	left: 95px;
	top: 75px;
	font-size: 81px;
	color: #2487c4;
	text-shadow: 10px 10px 20px rgba(255, 255, 255, 1), -10px -10px 20px rgba(255, 255, 255, 1);
	font-weight: 300;
	line-height: 1.3em;
}

#mv > div h1 span {
	font-size: 51px;
	color: #5d5f68;
}

#mv > div .box01 {
	position: absolute;
	left: 590px;
	top: 110px;
	min-height: 75px;
	padding: 0 34px 0 39px;
	background-image: url("../../../images/mv_ico01.webp"),url("../../../images/mv_ico02.webp");
	background-size: 40px 75px,40px 75px;
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right top;
}

#mv > div .box01 p.t01 {
	font-size: 13px;
	text-align: center;
	color: #5d5f68;
	line-height: 1.3em;
	font-family: 'Noto Serif JP', sans-serif;
}

#mv > div .box01 p.t02 {
	font-size: 42px;
	text-align: center;
	color: #2487c4;
	font-weight: 600;
	line-height: 0.9em;
	font-family: 'Noto Serif JP', sans-serif;
}

#mv > div .box01 p.t02 span {
	font-size: 13px;
	font-family: 'Noto Serif JP', sans-serif;
}

#mv > div .box01 p.t03 {
	font-size: 7.6px;
	color: #5d5f68;
	line-height: 0.5em;
	text-align: center;
}

#mv > div .box02 {
	position: absolute;
	left: 95px;
	top: 385px;
}

#mv > div .box02 p.t01 {
	font-size: 28px;
	text-align: center;
	color: #5d5f68;
	font-weight: 300;
}

#mv > div .box02 div {
	padding: 15px 0 10px;
}

#mv > div .box02 p.t02 {
	color: #5d5f68;
	font-size: 14px;
}

#mv > div .box02 p.t02 span {
	padding-left: 1.2em;
	position: relative;
}

#mv > div .box02 p.t02 span::before {
	content: "※";
	position: absolute;
	left: 0;
	top: -1px;
}


/*news*/
#news {
	width: 1080px;
	margin: 0 auto;
	padding: 40px 0 55px;
	display: flex;
	align-items: center;
}

#news div {
	width: 126px;
	padding-left: 20px;
}

#news div p {
	font-size: 36px;
	line-height: 1em;
	font-weight: 300;
	padding-bottom: 10px;
}

#news div h2 {
	font-size: 14px;
	line-height: 1em;
	font-weight: 300;
}

#news ul {
	width: 728px;
	padding: 20px 45px;
	border-left: 1px solid #646770;
}

#news ul li {
	padding-bottom: 25px;
}

#news ul li:last-child {
	padding-bottom: 0;
}

#news ul li a {
	color: #646770;
	text-decoration: none;
}

#news ul li a:hover {
	text-decoration: underline;
}

#news ul li span {
	margin-right: 1em;
}

#news > p {
	text-align: center;
}

#news > p a {
	display: block;
	width: 115px;
	background-color: #96afce;
	line-height: 32px;
	border-radius: 16px;
	color: #fcfcfc;
	font-size: 15px;
	text-decoration: none;
}

#news > p a:hover {
	opacity: .8;
}


/*目次*/
#page_list {
	margin-bottom: 70px;
}


/*cont01*/
#cont01 {
	margin-bottom: 90px;
	padding: 90px 0 115px;
	background: linear-gradient(90deg,rgba(255,255,255,0)0%,rgba(255,255,255,0)25.9%,rgba(213,221,236,1)25.9%,rgba(237,245,255,1),rgba(229,238,249,1));
	position: relative;
}

#cont01::before {
	content: "";
	width: 240px;
	height: 574px;
	background-image: url("../../../images/l_bg.webp");
	position: absolute;
	left: 0;
	bottom: 65px;
	z-index: -1;
}

#cont01 .box {
	width: 1140px;
	margin: 0 auto;
	padding: 0 60px 0 0;
	display: flex;
	justify-content: space-between;
}

#cont01 .box div:first-of-type {
	width: 540px;
	order: 2;
}

#cont01 .box div:first-of-type h2 {
	font-size: 36px;
	color: #5d5f68;
	line-height: 1.5em;
	padding-bottom: 45px;
}

#cont01 .box div:nth-of-type(2) {
	width: 526px;
	order: 1;
}

#cont01 p.btn01 {
	width: 540px;
	margin: 0 auto;
	padding-left: 600px;
	padding-right: 60px;
	padding-top: 35px;
}


/*cont02*/
#cont02 {
	margin-bottom: 90px;
	background: linear-gradient(270deg,rgba(255,255,255,0)0%,rgba(255,255,255,0)25.9%,rgba(213,221,236,1)25.9%,rgba(237,245,255,1),rgba(229,238,249,1));
	position: relative;
}

#cont02::before {
	content: "";
	width: 240px;
	height: 430px;
	background-image: url("../../../images/r_bg.webp");
	position: absolute;
	right: 0;
	bottom: -18px;
	z-index: -1;
}

#cont02 .box {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

#cont02 .box div:first-of-type {
	width: 670px;
}

#cont02 .box div:first-of-type h2 {
	font-size: 32px;
	color: #5d5f68;
	line-height: 1.8em;
	padding-bottom: 45px;
}

#cont02 .box div:first-of-type h2 span {
	background-color: #fff;
}

#cont02 .box div:nth-of-type(2) {
	width: 366px;
}

#cont02 .box div:nth-of-type(2) p {
	text-align: right;
	font-size: 15px;
	color: #5d5f68;
	line-height: 1.6em;
	padding-top: 10px;
}


/*recommend*/
#recommend {
	padding: 90px 0 130px;
}

#recommend > ul {
	margin-top: 85px;
}


/*feature*/
#feature {
	padding: 110px 0 30px;
}

#feature ul {
	width: 1080px;
	margin: 0 auto;
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
}

#feature ul li {
	width: 420px;
	padding-bottom: 60px;
	position: relative;
}

#feature ul li:nth-child(odd) {
	padding-right: 70px;
	padding-left: 50px;
}

#feature ul li:nth-child(even) {
	padding-right: 50px;
	padding-left: 70px;
}

#feature ul li:first-child::before {
	content: "";
	width: 101px;
	height: 63px;
	background-image: url("../../../images/feature_01.webp");
	background-size: cover;
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: -1;
}

#feature ul li:nth-child(2)::before {
	content: "";
	width: 101px;
	height: 63px;
	background-image: url("../../../images/feature_02.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: -25px;
	z-index: -1;
}

#feature ul li:nth-child(3)::before {
	content: "";
	width: 101px;
	height: 63px;
	background-image: url("../../../images/feature_03.webp");
	background-size: cover;
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: -1;
}

#feature ul li:nth-child(4)::before {
	content: "";
	width: 101px;
	height: 63px;
	background-image: url("../../../images/feature_04.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: -25px;
	z-index: -1;
}

#feature ul li:nth-child(5)::before {
	content: "";
	width: 101px;
	height: 63px;
	background-image: url("../../../images/feature_05.webp");
	background-size: cover;
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: -1;
}

#feature ul li:nth-child(6)::before {
	content: "";
	width: 101px;
	height: 63px;
	background-image: url("../../../images/feature_06.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: -25px;
	z-index: -1;
}

#feature ul li h3 {
	font-size: 21px;
	color: #6d8cb7;
	line-height: 1.2em;
	font-weight: 500;
}

#feature ul li p {
	padding-top: 20px;
}


/*about*/
#about {
	padding: 140px 0 170px;
}

#about p.t01 {
	width: 1080px;
	margin: 0 auto;
	padding: 80px 0 140px;
}

#about p.t02 {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0 40px;
}

#about .box {
	width: 800px;
	margin: 0 auto 120px;
	background-color: #fff;
	padding: 30px 0 35px;
	text-align: center;
}

#about .box h4 {
	padding-bottom: 30px;
}

#about .box p {
	font-size: 14px;
	padding: 30px 0 0;
}

#about ul {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#about ul li {
	width: 320px;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
}

#about ul li h4 {
	position: relative;
}

#about ul li h4.star01::after {
	content: "★";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#about ul li h4.star03::after {
	content: "★★★";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#about ul li p {
	padding: 15px 20px 20px;
	font-size: 15px;
}


/*check*/
#check {
	padding: 90px 0 150px;
}

#check p.t01 {
	text-align: center;
	padding: 70px 0 85px;
}

#check ul {
	width: 800px;
	column-count: 2;
 	column-gap: 0;
	column-width: 400px;
	padding-bottom: 75px;
	margin: 0 auto;
}

#check ul li {
	padding-left: 30px;
	font-size: 18px;
	color: #46a6d2;
	line-height: 1.2em;
	padding-bottom: 15px;
	position: relative;
}

#check ul li::before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("../../images/ico_check02.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 4px;
}

#check .box01 {
	width: 960px;
	margin: 0 auto;
}

#check .box01 .box1 {
	padding: 35px 0 60px;
	display: flex;
	justify-content: space-between;
}

#check .box01 .box1 p {
	width: 550px;
	padding-left: 25px;
}

#check .box01 .box2 {
	border: 1px solid #2487c4;
	border-radius: 25px;
	padding: 60px 90px 70px;
}

#check .box01 .box2 h4 {
	font-size: 21px;
	font-weight: 500;
	color: #6d8cb7;
	line-height: 1.2em;
}

#check .box01 .box2 > div {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}

#check .box01 .box2 > div p {
	width: 550px;
}


/*treatment*/
#treatment {
	padding: 140px 0 120px;
}

#treatment p.t01 {
	width: 1080px;
	margin: 0 auto;
	padding: 90px 0 35px;
}


/*reference*/
#reference {
	padding: 100px 0 120px;
	width: 1080px;
	margin: 0 auto;
}

#reference > p {
	text-align: center;
	padding-bottom: 10px;
}

#reference > h2 {
	margin-bottom: 40px;
}

#reference div table {
	width: 100%;
}

#reference div table th,#reference div table td {
	border: 1px solid #999999;
	font-size: 15px;
}

#reference div table tr:first-child th {
	background-color: #e9f2fc;
	height: 88px;
	color: #373d59;
	line-height: 1.2em;
	font-weight: 500;
}

#reference div table tr:first-child th:first-child {
	font-size: 16px;
}

#reference div table tr:not(:first-child) th {
	background-color: #e9f2fc;
	color: #373d59;
	line-height: 1.2em;
	font-weight: 500;
	width: 173px;
	padding-left: 20px;
	text-align: left;
}

#reference div table tr:not(:first-child) td {
	width: 136px;
	padding: 20px;
	text-align: center;
}

#reference div table tr:not(:first-child) td.c_can {
	text-align: left;
}


/*other_odor*/
#other_odor {
	padding: 140px 0 100px;
}

#other_odor p.t01 {
	width: 1080px;
	margin: 0 auto;
	padding: 90px 0 35px;
}


/*flow*/
#flow {
	padding: 140px 0 120px;
}

#flow p.t01 {
	width: 1080px;
	margin: 0 auto;
	padding: 90px 0 50px;
}

#flow ul {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#flow ul li {
	width: 320px;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
}

#flow ul li div {
	padding: 20px 20px 0;
}

#flow ul li p {
	padding: 25px 20px 30px;
	font-size: 15px;
}


/*price*/
#price {
	padding: 140px 0 120px;
}

#price .price_box:first-of-type {
	padding-top: 90px;
}

#price .price_box h3 {
	margin-bottom: 55px;
}

#price p.btn01 {
	padding-top: 80px;
}


/*column - blog*/
#blog {
	padding: 110px 0 0;
}

#blog ul {
	width: 1040px;
	margin: 0 auto;
	padding: 35px 0 40px;
}

#blog ul li {
	padding: 15px 10px;
	border-bottom: 1px solid #818181;
}

#blog ul li a {
	color: #646770;
	text-decoration: none;
}

#blog ul li a:hover {
	text-decoration: underline;
}


/*inner*/
#inner {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 60px;
}

#inner .mb05 {margin-bottom: 0.5em !important;}
#inner p.kome {letter-spacing: -0.02em;font-size: 0.82em;}

#inner .cmn__webwari {
	border: 1px solid #692b50;
	background: url("../../../images/webwari_img.jpg") no-repeat 100% 56%;
	background-size: 90% auto;
	background-color: #f8f2f6;
	margin: 1em auto 1em;
}
#inner .cmn__webwari dt {
	padding: 0.5em 1em;
}
#inner .cmn__webwari dd p {
	font-size: 0.69em;
	padding: 0 1% 0.5em 2%;
	margin: 0 0 0;
	top: -0.3em;
	z-index: 4;
}
#inner .cmn__gakuwari {
	border: 1px solid #2b693f;
	background: url("../../../images/gakuwari_img.png") no-repeat 104% 43%;
	background-size: 52% auto;
	background-color: #EEFFF8;
	margin: 0 auto 4.5em;
}
#inner .cmn__gakuwari dt {
	padding: 0.5em 1em;
}
#inner .cmn__gakuwari dd p {
	font-size: 0.69em;
	padding: 0 1% 0.5em 2%;
	margin: 0 0 0;
	line-height: 1.6;
	position: relative;
	top: -0.3em;
	z-index: 4;
}
#inner .f--filter {filter: drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1));}
#inner .mb10 {margin-bottom: 1em !important;}
