@charset "utf-8";


/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
@font-face {
  font-family: "marufo";
  src: url("./marufo.woff2") format("woff2"),
       url("./marufo.woff") format("woff");
}
.f-maru{
	font-family: "marufo" !important;
	letter-spacing: 3px;
}

body{
	background: url("../img/mainvis.jpg") center top / 100% auto no-repeat;
	font-size: 1.8rem;
}


.mainvis{	padding-top: 160px; }
.mainvis h1{
	max-width: 482px;
	margin: 0 auto;
	position: relative;
}
.mainvis h1::before,
.mainvis h1::after{
	content: "";
	position: absolute;
	display: block;
}
.mainvis h1::before{
	background: url("../img/img_main01.png") 0 0 / cover no-repeat;
	width: 237px; height: 237px;
	top: -50px; left: -150px;
}
.mainvis h1::after{
	background: url("../img/img_main02.png") 0 0 / cover no-repeat;
	width: 176px; height: 261px;
	bottom: -35px; right: -120px;
}

article{
	display: block;
	background: #fae2e0;
	position: relative;
	margin-top: 15.8%;
}
article::before{
	content: "";
	position: absolute;
	background: url("../img/bg_main.png") 0 0 / cover no-repeat;
	width: 100%; height: 0;
	padding-top:15.8% ;
	top: -15.5555555555555vw;
}
article > *{
	position: relative;
	z-index: 1;
}
.page-nav ul{
	max-width: 1200px;
	margin: 0 auto 30px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-nav ul li{
	position: relative;
	z-index: 1;
	margin-top: -11vw;
	width: 23%;
}
.page-nav ul li a{ display: block;}
.page-nav ul li:hover{
	animation:fuwafuwa 0.8s infinite linear alternate;
}
@keyframes fuwafuwa {
	0% {transform:translate(0, 0) rotate(-5deg);}
	50% {transform:translate(0, -5px) rotate(0deg);}
	100% {transform:translate(0, 0)rotate(5deg);}
}

.page-box,.other-box{
	max-width: 1200px;
	margin: 0 auto 120px;
	background: #fff;
	border-radius: 10px;
	padding: 90px ;

}
.page-box{
	box-shadow:0px 0px 15px 12px #fff;
}
.page-box figure{ text-align: center;}



.tit-area{
	position: relative;
	max-width: 950px;
	margin: 0 auto 80px;
}
.tit-area::before,
.tit-area::after{
	content: "";
	display: block;
	position: absolute;
	background: url("../img/bg_title.png") left center / cover no-repeat;
	width: 142px; height: 107px;
	top: 0; bottom: 0;
	margin: auto;
}
.tit-area::before{ left: 0;}
.tit-area::after{
	right: 0;
	transform: scale(-1, 1);
}
.tit-area h2{
	text-align: center;
	font-size: 2.8rem;
	color: #272d6f;
}

.colbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.colbox li{ width: 46%; margin-bottom: 15px;}
.page-box p+figure,
.page-box p+.colbox{
	margin: 50px 0;
}

.img-box ul{
	position: relative;
	align-items: flex-end;
}
.img-box ul+ul{ margin-top: 30px;}
.img-box ul::before{
	content: "";
	position: absolute;
	width: 50%; height: 1px;
	border-bottom: 1px dashed #272d6f;
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
	align-self: center;
}
.img-box li{
	position: relative;
	z-index: 1;
	width: 36%;
}
.img-box li:nth-of-type(2){
	width: 49%;
}
#what h3{
	text-align: center;
	font-size: 2.8rem;
	color: #272d6f;
	margin:70px 0 50px;
}
#what section .ico-area{ position: relative; }
#what section .ico-area::before,
#what section .ico-area::after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	margin: auto;
	background: url("../img/bg_compar01.png") 0 0 / cover no-repeat;
	width: 130px; height: 130px;
}
#what section .ico-area::before{ left: 0;}
#what section .ico-area::after{
	background-image: url("../img/bg_compar02.png");
	right: 0;
}
#what h3 sup{
	font-size: 0.7em;
	vertical-align: super;
}
#what section p{ margin-bottom: 50px; }



#what .note{ margin-top: 30px }

.problem{
	background: #fae2e0;
	border-radius: 10px;
	padding: 30px 60px;
	position: relative;
	margin: 35px 0 70px;
}
.problem::before{
	content: "";
	position:absolute;
	width:50px;	height:50px;
	top: -20px;left: 0; right: 0;
	margin: auto;
	background:#fae2e0;
	transform:rotate(45deg);
	border-radius:15px;
	z-index: 1;
}
.problem dt,.point dt{
	color: #0a115c;
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.point{
	background: #fff5d9;
	padding: 30px 60px;
	position: relative;
	margin-bottom: 50px;
}
.point p{
	position: absolute;
	top: -20px; left: -40px;
}

#beauty,#clean{ padding-bottom: 1px;}
#beauty .tit-area h2,
#child .tit-area h2,#clean .tit-area h2{
	display: flex;
	justify-content: center;
	align-items: center;
}
#beauty .tit-area h2::before,
#child .tit-area h2::before,#clean .tit-area h2::before{
	content: "";
	display: block;
	background: url("../img/bg_time.png")0 0 / cover no-repeat;
	width: 92px; height: 92px;
	margin-right: 15px;
}
#beauty .colbox,#child .colbox,#clean .colbox{
	max-width: 840px;
	margin: 0 auto 50px;
}
@media all and (-ms-high-contrast:none) {
	#child .img-box .colbox{
		max-width: none;
	}
}

#child .img-box ul::after{
	content: "";
	display: block;
	position: absolute;
	background: url("../img/ico_past.png") 0 0 / cover no-repeat;
	width: 74px; height: 76px;
	align-self: center;
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
}
#child .img-box li{
	width: 40% !important;
	position: relative;
	text-align: center;
}

#child figure+.point{ margin-top: 50px;}

.voice-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.voice-box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.voice-box+.voice-box{ margin-top: 80px;}
.voice-box figure{
	width: 17.2%;
}
.voice-box dl{
	background:#fae2e0;
	border-radius: 30px;
	padding: 30px;
	width: 75%;
	position: relative;
}
.voice-box dl > *{ position: relative; z-index: 1;}
.voice-box dl::before{
	content: "";
	position: absolute;
	display: block;
	width: 0; height: 0;
  top: 60px; left: -80px;
  border: 20px solid transparent;
  border-right: 100px solid #fae2e0;
  transform: rotate(35deg);
	z-index: 0;
}

.voice-box:nth-of-type(odd) dl::before{
	left: auto;
	right: -80px;
  transform: rotate(-222deg);
}

.voice-box dt{
	position: absolute;
	color: #fff;
	background: #ff6a5b;
	left: 50px; top: -15px;	
	line-height: 1;
	padding: 5px 30px 10px;
	display: flex;
}
.voice-box:nth-of-type(odd) dt{
	left: auto; right: 50px;
}
@media all and (-ms-high-contrast:none) {
	.voice-box dt{
		padding: 10px 30px 5px;
	}
}

.voice-box dt::before,
.voice-box dt::after{
	content:"";
	width:15px; height:100%;
	top: 0;
}
.voice-box dt:before{
	left:-15px;
	position:absolute;
	background:linear-gradient(to bottom left, #ff6a5b 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, #ff6a5b 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.voice-box dt:after{
	right:-14px;
	position:absolute;
	background:linear-gradient(to bottom right, #ff6a5b 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top right, #ff6a5b 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.voice-box .bg-b{ background: #0a115c; }
.voice-box .bg-b::before{
	background:linear-gradient(to bottom left, #0a115c 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, #0a115c 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.voice-box .bg-b::after{
	background:linear-gradient(to bottom right, #0a115c 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top right, #0a115c 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.voice-box .bg-y{ background: #ffcc41; }
.voice-box .bg-y::before{
	background:linear-gradient(to bottom left, #ffcc41 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, #ffcc41 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.voice-box .bg-y::after{
	background:linear-gradient(to bottom right, #ffcc41 50%, transparent 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top right, #ffcc41 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
.doctor{
	background: #d7efff;
	padding: 30px;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.doctor .img-area{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	color: #0a115c;
	font-size: 1.6rem;
	align-items: center;
}
.doctor .img-area p+p{
	margin-top:30px;
	line-height: 1.5;
	font-size: 2.8rem;
}
.doctor .img-area p span{	font-size: 4.3rem;}
.doctor .img-area figure{
	width: 40%;
	margin-right: 5%;
}
.doctor .img-area div{ flex: 1;}
.doctor .txt-area{
	width: 50%;
}
#qa { margin-bottom: 0;}
#qa .tit-area::before,
#qa .tit-area::after{ display: none;}
#qa .tit-area h2{ margin-bottom: 15px;}
#qa .tit-area span{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
#qa .tit-area span::before,
#qa .tit-area span::after{
	content: "";
	display: block;
	background: url("../img/bg_qa.png") 0 0 / cover no-repeat;
	width: 60px; height: 64px;
}
#qa .tit-area span::before{ margin-right: 10px;}
#qa .tit-area span::after{ margin-left: 5px; transform: scale(-1, 1);}

.q-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}
.a-box+.q-box{ margin-top: 80px;}
.q-box figure{width: 19%;}
.q-box dl{
	background:#fae2e0;
	border-radius: 30px;
	padding: 30px 60px;
	width: 75%;
	position: relative;
}
.q-box dl::before{
	content: "";
	position: absolute;
	display: block;
	width: 0; height: 0;
  top: 20px; left: -80px;
  border: 20px solid transparent;
  border-right: 100px solid #fae2e0;
  transform: rotate(20deg);
}
.q-box dt,.a-box dt{
	position: absolute;
	top: -30px; left: -10px;
}
.a-box{
	padding: 30px 60px;
	position: relative;
	border-radius: 10px;
	background: #fff1cb;
}
.a-box p+p{ margin-top: 20px;}

/*PC END*/


 /* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～ 
---------------------------------------------------- */
@media only screen and (min-width: 769px){
	
/*tablet PC END*/
}



 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	body{
		font-size: 1.4rem;
	}
	.mainvis{	padding-top: 80px; }
	.mainvis h1{ max-width: 220px;}
	.mainvis h1::before,.mainvis h1::after{ display: none;}
	
	.page-nav ul{
		margin:0 15px 15px;
		justify-content: center;
	}
	.page-nav ul li{ width: 45%; margin-top: -15vw;}
	.page-nav ul li:nth-of-type(2n){ margin-left: 15px;}
	.page-nav ul li:nth-child(n+3){ margin-top: 0px;}
	
	.page-box,.other-box{
		margin:0 15px 40px;
		border-radius: 5px;
		padding: 30px 15px;
	}
	.page-box{ box-shadow: none;}
	.tit-area{ margin-bottom: 30px;}
	.tit-area::before,.tit-area::after{
		display: none;
	}
	.tit-area h2{ font-size: 2.2rem; line-height: 1.3;}
	.page-box p+figure,.page-box p+.colbox{margin: 15px 0;}
	.colbox li{ width: 80%; margin: 0 auto 15px;}
	
	.img-box ul{ 
		align-items: flex-start;
		flex-direction: column;
	}
	.img-box ul::before{
		width: 1px; height: 50%;
		border-bottom: none;
		border-left: 1px dashed #272d6f;
		top: 0; bottom: 0;
	}
	.img-box li+li{ margin-top: 20px;}
	
	#what h3{
		font-size: 2rem;
		margin: 35px 0 20px;
		line-height: 1.3;
	}
	#what section .ico-area::before,#what section .ico-area::after{ display: none;}
	#what section p{ margin-bottom: 15px; }
	#what .note{ margin-top: 10px }
	
	#what .img-box li{ width: 75%; }
	#what .img-box li:nth-of-type(2){ width: 100%; 	}
	
	
	.problem{
		padding: 20px 15px;
		margin: 20px 0 40px;
	}
	.problem::before{
		width: 30px; height: 30px;
		border-radius: 5px;
		top: -10px;
	}
	.problem dt,.point dt{ font-size: 1.8rem; line-height: 1.5;}
	
	.point{
		padding: 25px 15px 15px;
		margin-bottom: 30px;
	}
	.point p{
		top: -25px;
		left: 0; right: 0;
		margin: auto;
		text-align: center;
	}
	.point p img{
		transform: rotate(11deg);
		max-width: 100px;
	}
	#beauty .tit-area h2,
	#child .tit-area h2,#clean .tit-area h2{
		flex-direction: column;
		justify-content: flex-start;
	}
	#beauty .tit-area h2::before,
	#child .tit-area h2::before,#clean .tit-area h2::before{
		width: 50px; height: 50px;
		margin: 0 0 5px;
	}
	#beauty .colbox,#child .colbox,#clean .colbox{ margin-bottom: 20px;}
	#child ul{ margin-bottom: 40px;}
	#child figure + .point{ margin-top: 40px;}
	
	#child .img-box{ margin-bottom: 40px;}
	#child .img-box ul::after{
		top: 18px; bottom: 0;
		width: 60px; height: 61px;
	}
	#child .img-box li{
		width: 80% !important;
	}
	#child .img-box li+li{ margin-top: 90px;}
	
	
	.voice-box{ display: block;	}
	.voice-box+.voice-box{ margin-top: 20px;}
	
	.voice-box figure{
		width: 40%;
		margin: 0 auto 15px;
	}
	.voice-box dl{
		width: 100%;
		border-radius: 10px;
		padding: 25px 15px 15px;
	}
	.voice-box dl::before{ display: none;}
	.voice-box dt{
		left: 50% !important;
		transform: translateX(-50%) ;
		padding: 8px 30px;
	}
	.voice-box:nth-of-type(odd) dt{ right: auto;}
	.doctor{
		margin-top: 30px;
		padding: 15px;
		display: block;
	}
	.doctor .img-area{
		display: block;
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 15px;
	}
	.doctor .img-area p+p{
		margin-top: 0px;
		font-size: 2rem;
		line-height: 1.2;
	}
	.doctor .img-area p span{	font-size: 3rem;}
	.doctor .img-area figure{
		text-align: center;
		width: 50%;
		margin: 0 auto 5px;
	}
	.doctor .txt-area{ width: 100%;}
	
	#qa .tit-area span{ margin-bottom: 15px;}
	#qa .tit-area img{
		max-width: 200px;
		margin: 0 auto;
	}
	
	.q-box{ margin-bottom: 20px;	}
	.a-box+.q-box{ margin-top: 40px;}
	
	.q-box figure{width: 30%;}
	.q-box dl{
		width: 65%;
		border-radius: 10px;
		padding: 20px 15px 15px;
	}
	.q-box dl::before{ display: none;}
	.q-box dt,.a-box dt{
		max-width: 40px;
		top: -20px; left: -5px;
	}
	.a-box{ padding: 20px 15px 15px;}
	.a-box p+p{ margin-top: 15px;}
	
/*smartPhone END*/
}