@charset "UTF-8";

/* ==================================================
   表示制御用ユーティリティクラス（追加分）
================================================== */
@media screen and (max-width: 767px) {
  .pc-only { display: none !important; }
}
@media screen and (min-width: 768px) {
  .sp-only { display: none !important; }
}

/* ==================================================
   PC用スタイル (min-width: 768px)
================================================== */
@media screen and (min-width: 768px) {
	/* btn
	-------------------------------------------------- */
	.btn {
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	display: inline-block;
	padding: 0 90px;
	color: #bf9c7b;
	text-decoration: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all 200ms 0ms linear;
	transition: all 200ms 0ms linear;
	text-align: center;
	text-decoration: none;
	position: relative;
	}

	.btn:after {
	background-repeat: no-repeat;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	}
}

/* 導入部分
-------------------------------------------------- */
section.outline .inner_outline .recommend.cause .box .rec_ttl {
	background-color: #a38766;
}

section.outline .inner_outline .recommend .box .rec_list p {
	min-width: 49%;
}

section.outline .inner_outline .recommend.cause .box .rec_list p:before {
	background-color: #a38766;
}


/* 特長
---------------------------------------------*/
section.feature .inner_feature ul li .flex_left {
	width: 440px;
}

section.feature .inner_feature ul li .feature_img_01 {
	margin-top: 10px;
}


/* 施術の流れ
-------------------------------------------------- */
section.flow .inner_flow > p {
	font-size: 18px;
	margin-top: 28px;
	text-align: center;
	color: #584e3e;
}

section.flow .inner_flow ul li {
	margin-right: 50px;
}
section.flow .inner_flow ul li:last-child {
	margin-right: 0;
}

section.flow .inner_flow ul li figure {
	width: 212px;
	margin-top: 12px;
}

section.flow .inner_flow ul li figure figcaption {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.71;
	color: #333;
}

section.flow .inner_flow .caution {
	font-size: 12px;
	line-height: 2;
	color: rgba(51, 51, 51, 0.5);
	margin-top: 40px;
}


/* メニュー
-------------------------------------------------- */
section.plan .inner_plan .plan-block {
	margin-top: 40px;
	position: relative;
}

section.plan .inner_plan .plan-block .icon {
	position: absolute;
	top: -50px;
	right: 200px;
}


/* add */
img{
	max-width: 100%;
	height: auto;
}
.mv{
	background: none !important;
	text-align: center;
	padding:80px 0 60px;
	height: auto !important;
}
.mv p{
	font-size: 26px;
	color:#004EA2;
}
.mv .ttl{
	font-size: 21px;
	font-weight:600;
	color:#666666;
	padding-top:0.4em;
}
.pagelink{
	max-width: 900px;
	margin:0 auto 60px;
}
.pagelink ul{
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
.pagelink ul li{
	width: 24%;
}
.pagelink ul li a{
	display: block;
	border: solid 1px #004EA2;
	color:#004EA2;
	text-align: center;
	background: url("images/farrow.svg") no-repeat center bottom 0.4em;
	background-size: 1.6em auto;
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */		
	height: 4.5em;
	line-height: 1.3em;
	padding-bottom:1em;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: 600;
}
.pagelink ul li.act a,.pagelink ul li a:hover{
	background:#7FA6D0 url("images/farrow_w.svg") no-repeat center bottom 0.4em;
	background-size: 1.6em auto;
	color:#fff;
}
.gumspeeling-sec1{
	max-width: 800px;
	margin: 0 auto 80px;
}
.gumspeeling-sec1 h2{
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4em;
	padding-bottom: 20px;
	text-align: center;
	color:#004EA2;
}
.gumspeeling-sec1 p{
	text-align: center;
	line-height: 1.8em;
	padding-bottom:30px;
}
.gumspeeling-sec1 dl{
	border: solid 1px #004EA2;
}
.gumspeeling-sec1 dl dt{
	background: #004EA2;
	font-size: 1em;
	font-weight: 700;
	color:#fff;
	padding:0.8em;
	letter-spacing: 0.1em;
	text-align: center;
}
.gumspeeling-sec1 dl dd{
	padding:1em 1.5em;
	line-height: 1.9em;
}
.gumspeeling-sec1 dl dd span{
	position: relative;
	display: inline-block;
	width: 40%;
}
.gumspeeling-sec1 dl dd span::before{
	content: "●";
	color:#004EA2;
	padding-right: 5px;
}

.gumspeeling-sec2{
    background-image: -webkit-linear-gradient(0deg,rgba(232,240,241,1.00) 0%,rgba(209,234,243,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(232,240,241,1.00) 0%,rgba(209,234,243,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(232,240,241,1.00) 0%,rgba(209,234,243,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(232,240,241,1.00) 0%,rgba(209,234,243,1.00) 100%);
	padding:80px 0;
}
.wrap{
	width: 92%;
	max-width: 900px;
	margin:0 auto;
}
.ttl1{
	text-align: center;
	line-height: 2.5em;
	padding-bottom:40px;
	letter-spacing: 0.1em;
}
.ttl1 span{
	font-size: 1.2em;
}
.ttl1 span.en{
	font-size: 1.4em;
	color:#666666;
}
.ttl1 em{
	color:#004EA2;
	font-size: 2em;
	font-style: normal;
	font-weight: 500;
	vertical-align: middle;
}
.gumspeeling-sec2 ol{
	background: #fff;
	padding:10px 50px;
}
.gumspeeling-sec2 ol li{
	font-size: 0.9em;
	padding:30px 0 30px 90px;
	line-height: 1.7em;
	border-bottom:solid 2px #004EA2;
}
.gumspeeling-sec2 ol li:last-of-type{
	border: none;
}
.gumspeeling-sec2 ol li:nth-child(1){
	background: url("images/point1.svg") no-repeat left 35px;
	background-size: 60px auto;
}
.gumspeeling-sec2 ol li:nth-child(2){
	background: url("images/point2.svg") no-repeat left 35px;
	background-size: 60px;
}
.gumspeeling-sec2 ol li .flex{
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;	
}
.gumspeeling-sec2 ol li .flex .txt{
	width: 80%;
}
.gumspeeling-sec2 ol li .flex .pic{
	width: 18%;
}
.gumspeeling-sec2 ol li h3{
	font-size: 1.3em;
	color:#004EA2;
	padding-bottom:0.3em;
}

.gumspeeling-sec3{
	padding:80px 0;
}
.gumspeeling-sec3 ul{
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	padding-bottom:50px;
}
.gumspeeling-sec3 ul li{
	position: relative;
	width: 22.5%;
	
}
.gumspeeling-sec3 ul li::before{
	content: "";
	display: block;
	width: 0.6em;
	height: 2em;
	background: url("images/flow.svg") no-repeat 98% 40%;
	background-size: contain;
	position: absolute;
	right:-1.3em;
	top:30%;
}
.gumspeeling-sec3 ul li:last-of-type::before{
	display: none;
}
.gumspeeling-sec3 ul li h4{
	font-size: 16px;
	color:#004EA2;
	padding-bottom:10px;
	position: relative;
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: left;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */		
	padding-left: 2em;
	height: 3em;
}
.gumspeeling-sec3 ul li:nth-child(1) h4::before{
	content: "1";
	position: absolute;
	left: 0;
	font-size: 2em;
}
.gumspeeling-sec3 ul li:nth-child(2) h4::before{
	content: "2";
	position: absolute;
	left: 0;
	font-size: 2em;
}
.gumspeeling-sec3 ul li:nth-child(3) h4::before{
	content: "3";
	position: absolute;
	left: 0;
	font-size: 2em;
}
.gumspeeling-sec3 ul li:nth-child(4) h4::before{
	content: "4";
	position: absolute;
	left: 0;
	font-size: 2em;
}
.gumspeeling-sec3 ul li p{
	display: block;
	font-size: 0.85em;
	padding-top:0.8em;
	line-height: 1.5em;
}
.gumspeeling-sec3 .conditions {
	color: #666;
	font-size: 0.8em;
	line-height: 1.2;
}
.gumspeeling-sec3 .condition {
	display: flex;
}
.gumspeeling-sec3 .condition:nth-child(n+2) {
	margin-top: 5px;
}
.gumspeeling-sec3 .conditions dt {
	flex: 0 0 auto;
	width: 8.5em;
	position: relative;
	padding-right: 1.0em;
	white-space: nowrap;
}
.gumspeeling-sec3 .conditions dt::after {
	content: '：';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.gumspeeling-sec3 .conditions dd {
	flex: 1 1 auto;
	margin-left: 5px;
}
.gumspeeling-sec3 .bottomtxt {
	margin-top: 20px;
	font-size: 0.8em;
	color:#666666;
	line-height: 1.6em;
}

.gumspeeling-sec4{
	padding:80px 0;
	background: #D9E5F1;
}
.gumspeeling-sec4 h3{
	text-align: center;
	font-size: 1.5em;
	padding-bottom:30px;
	color:#004EA2;
}
.gumspeeling-sec4 .box{
	border: solid 1px #004EA2;
	background: #fff;
}
.gumspeeling-sec4 .box h4{
	background: #004EA2;
	color:#fff;
	text-align: center;
	font-size: 1.2em;
	padding:0.7em;
}
.gumspeeling-sec4 .box ul{
		  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	border-bottom: solid 1px #004EA2;
	padding:10px 0;
}
.gumspeeling-sec4 .box ul li{
	padding:20px 40px;
	width: 50%;
	font-size: 1.7em;
	color:#000000;
	vertical-align: middle;
	position: relative;
	border-right: solid 1px #004EA2;
}
.gumspeeling-sec4 .box ul li:last-of-type{border:none;}
.gumspeeling-sec4 .box ul li em{
	font-size: 1.3em;
	font-style: normal;
	display: inline-block;
	padding:0 10px;
}
.gumspeeling-sec4 .box ul li span{
	font-size: 0.7em;
	padding-left: 0.5em;
}
.gumspeeling-sec4 .box ul li .attention{
	position: relative;
	right: 0;
	font-size: 0.45em;
	line-height: 1.4em;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	top: 1em;
}
.gumspeeling-sec4 .box .txt{
	padding:10px 40px 40px;
}
.gumspeeling-sec4 .box .txt p{
	line-height: 1.7em;
}

.gumspeeling-sec5{
	padding:80px 0;
}

.common__qa-contents{
	padding-bottom:40px;
}
.common__qa-contents dl{
	padding:5px 0;
	max-width: 700px;
	margin:0 auto;
	letter-spacing: 0.1em;
}
.common__qa-contents dl dt{
	line-height: 1.8em;
	font-weight: 700;
}
.common__qa-contents dl dt span{color:#004EA2;}
.common__qa-contents dl dd span{color:#EC6D81;}
.common__qa-contents dl dd{
	padding:0.5em 0 1em;
	line-height: 1.8em;
	border-bottom:solid 1px #004EA2;
}
.common__qa-contents dl:last-of-type dd{border:none;}

.qa-btn{margin:0 auto !important;}
.qa-btn {
  width: 100%;
	max-width: 360px;
  height: 62px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  background: #004EA2;
  border-bottom: 5px solid #170C45;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition:all 0.4s;
}
.qa-btn::after {
  content: "";
  width: 14px;
  height: 22px;
  background: url("/common/img/btn_arrow_white.svg") no-repeat center;
  background-size: 14px auto;
  position: absolute;
  top: 0;
  right: 5.5%;
  bottom: 0;
  margin: auto;
}
.qa-btn:hover {
  opacity: 0.7;
}
.bg1{
	background: #DCF1F9;
	margin:0 !important;
	padding:60px 0;
}
.inner_othermenu {
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
  width: 900px;
}
.othermenu .h2-ttl{
	background: #004EA2;
	color:#fff;
	font-size: 20px;
	font-weight: 700;
	padding:0.8em !important;
	text-align: center;
	margin-bottom:40px !important;
}
.othermenulist{
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
.othermenulist li{
	width: 48%;
	background: #fff;
	border: none !important;
	padding:15px !important;
	border-radius: 0 !important;
}
.othermenulist li a{
	text-decoration: none;
}
.othermenulist li .title{
	width: 100% !important;
	border-bottom:solid 1px #004EA2;
	text-align: center;
	color:#004EA2 !important;
	background: none !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	padding-bottom:10px !important;
	margin-bottom:15px;
	padding-top:10px;
}
.othermenulist li p{
	display: block;
	min-height: 9em;
	text-align: left;
	line-height: 1.7em;
}
.othermenulist li .btn{
	width: 86%;
  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */			
	margin:15px auto 10px;
	border: solid 2px #004EA2;
	padding:0;
	text-align: center;
	color:#004EA2;
	line-height: 1.3em !important;
	background: url("/common/img/btn_arrow_blue.svg") no-repeat 95% center;
	background-size: 1em auto;
}
.othermenulist li .btn:hover{
	background:#004EA2 url("/common/img/btn_arrow_white.svg") no-repeat 95% center;
	background-size: 1em auto;
	color:#fff;
}

@media (max-width: 767px) {
	
.mv{
	padding:10vw 0 8vw;
	height: auto !important;
}
.mv p{
	font-size: 1.2em;
	color:#004EA2;
}
.mv .ttl{
	font-size: 1em;
}
.pagelink{
	max-width: 92%;
	margin:0 auto 8vw;
	border-bottom: solid 1px #004EA2;
}

.pagelink ul li{
	width: 100%;
}
.pagelink ul li a{
	display: block;
	border-bottom:none;
	text-align: center;
	background: url("images/farrow.svg") no-repeat 97% center;
	background-size: 1.4em auto;	
	height: auto;
	line-height: 1.3em;
	padding:0.8em;
	font-size: 0.9em;
}
.pagelink ul li.act a,.pagelink ul li a:hover{
	background:#7FA6D0 url("images/farrow_w.svg") no-repeat 97% center;
	background-size: 1.4em auto;
	color:#fff;
}
.gumspeeling-sec1{
	max-width: 80%;
	margin: 0 auto 10vw;
}
.gumspeeling-sec1 h2{
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: 20px;
}
.gumspeeling-sec1 p{
	text-align: left;
	line-height: 1.8em;
}


.gumspeeling-sec1 dl dd{
	padding:1em 1.5em;
	line-height: 1.9em;
}
.gumspeeling-sec1 dl dd span{
	position: relative;
	display: block;
	width: 100%;
}

.gumspeeling-sec2{
	padding:10vw 0;
}
.wrap{
	width: 92%;
	max-width: 900px;
	margin:0 auto;
}
.ttl1{
	text-align: center;
	line-height: 2.5em;
	padding-bottom:40px;
	letter-spacing: 0.1em;
}
.ttl1 span{
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.4em;
}
.ttl1 span.en{
	font-size: 1.1em;
}
.ttl1 em{
	font-size: 1.4em;
}
.gumspeeling-sec2 ol{
	width: 86%;
	margin:0 auto;
	padding:1.5em 1.5em 1px;
}
.gumspeeling-sec2 ol li{
	font-size: 0.9em;
	padding:1.5em 0 1.5em;
	line-height: 1.7em;
	margin-bottom:1.5em;
}

.gumspeeling-sec2 ol li:nth-child(1){
	background: url("images/point1.svg") no-repeat left top;
	background-size: 15% auto;
}
.gumspeeling-sec2 ol li:nth-child(2){
	background: url("images/point2.svg") no-repeat left top;
	background-size:  15%;
}

.gumspeeling-sec2 ol li .flex .txt{
	width: 100%;
}
.gumspeeling-sec2 ol li .flex .pic{
	width: 100%;
	padding-top:1em;
}
.gumspeeling-sec2 ol li h3{
	font-size: 1.3em;
	padding-left: 20%;
	padding-bottom:0.3em;
}

.gumspeeling-sec3{
	padding:10vw 0;
}
.gumspeeling-sec3 ul{
	width: 86%;
	margin:0 auto;
	padding-bottom:4vw;
}
.gumspeeling-sec3 ul li{
	position: relative;
	width:47%;
	margin-bottom:5vw;
}
.gumspeeling-sec3 ul li::before{
	content: "";
	display: block;
	width: 0.4em;
	height: 2em;
	background: url("images/flow.svg") no-repeat 98% 40%;
	background-size: contain;
	position: absolute;
	right:-1em;
	top:30%;
}
	.gumspeeling-sec3 ul li:nth-child(even)::before{
		display: none !important;
	}	
.gumspeeling-sec3 ul li:last-of-type::before{
	display: none;
}
.gumspeeling-sec3 ul li h4{
	font-size: 1.1em;
	padding-bottom:10px;
	position: relative;
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: left;
 -webkit-align-items: flex-end; /* 縦方向中央揃え（Safari用） */
 align-items: flex-end; /* 縦方向中央揃え */		
	padding-left: 2em;
	height: 3em;
}

.gumspeeling-sec3 ul li p{
	display: block;
	font-size: 0.85em;
	padding-top:0.8em;
	line-height: 1.5em;
}
.gumspeeling-sec3 .conditions {
	width: 86%;
	margin: 0 auto;
}
.bottomtxt{
	width: 86%;
	margin:0 auto;
	font-size: 0.8em;
}

.gumspeeling-sec4{
	padding:10vw 0;
}
.gumspeeling-sec4 h3{
	text-align: center;
	font-size: 1.2em;
	padding-bottom:1em;
	color:#000;
}
	.gumspeeling-sec4 .box{
		width: 86%;
		margin:0 auto;
	}
.gumspeeling-sec4 .box h4{
	text-align: center;
	font-size: 1.1em;
	padding:0.7em;
}
.gumspeeling-sec4 .box ul{
	border-bottom: solid 1px #004EA2;
	padding:0;
}
.gumspeeling-sec4 .box ul li{
	font-size: 4.5vw;
	padding:0.8em 1.5rem;
	width: 100%;
	border-right: none;
	border-bottom: solid 1px #004EA2;
}

.gumspeeling-sec4 .box ul li span{
	font-size: 0.8em;
	padding-left: 0.5em;
}
.gumspeeling-sec4 .box ul li .attention{
	position: absolute;
	right: 1.5rem;
	font-size: 0.45em;
	line-height: 1.4em;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	top:2em;
}
.gumspeeling-sec4 .box .txt{
	padding:10px 1.5rem 5vw;
}
.gumspeeling-sec4 .box .txt p{
	line-height: 1.7em;
}

.gumspeeling-sec5{
	padding:10vw 0;
}

.common__qa-contents{
	padding-bottom:5vw;
}
.common__qa-contents dl{
	padding:5px 0;
	max-width: 86%;
	margin:0 auto;
	letter-spacing: 0.1em;
}
.common__qa-contents dl dt{
	line-height: 1.8em;
	font-weight: 700;
}
.common__qa-contents dl dt span{color:#004EA2;}
.common__qa-contents dl dd span{color:#EC6D81;}
.common__qa-contents dl dd{
	padding:0.5em 0 1em;
	line-height: 1.8em;
	text-align: justify;
}
.common__qa-contents dl:last-of-type dd{border:none;}

.qa-btn{margin:0 auto !important;}
.qa-btn {
  width:80%;
	max-width: 360px;
  height: 62px;
	margin:0 auto;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.qa-btn::after {
  content: "";
  width: 14px;
  height: 22px;
  background: url("/common/img/btn_arrow_white.svg") no-repeat center;
  background-size: 14px auto;
  position: absolute;
  top: 0;
  right: 5.5%;
  bottom: 0;
  margin: auto;
}

.bg1{
	padding:10vw 0;
}
.inner_othermenu {
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
  width: 92%;
}
.othermenu .h2-ttl{
	background: #004EA2;
	color:#fff;
	font-size: 16px;
	font-weight: 700;
	padding:0.8em !important;
	text-align: center;
	margin-bottom: 0.5em !important;
}
.othermenulist{
	 padding:1em 0;
}
.othermenulist li{
	width: 100%;
	background: #fff;
	border: none !important;
	padding:15px !important;
	border-radius: 0 !important;
	margin-bottom:1em;
}
.othermenulist li a{
	text-decoration: none !important;
}
.othermenulist li .title{
	width: 100% !important;
	border-bottom:solid 1px #004EA2;
	text-align: center;
	color:#004EA2 !important;
	background: none !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	padding-bottom:8px !important;
	margin-bottom:15px;
}
.othermenulist li p{
	min-height: auto;
	text-align: left;
	line-height: 1.8em;
}
.othermenulist li .btn{
	width: 90%;
	margin:15px auto 10px;
	border: solid 2px #004EA2;
	padding:0;
	height: 4em;
	text-align: center;
	color:#004EA2;
	background: url("/common/img/btn_arrow_blue.svg") no-repeat 95% center;
	background-size: 1em auto;
}
.othermenulist li .btn:hover{
	background:#004EA2 url("/common/img/btn_arrow_white.svg") no-repeat 95% center;
	background-size: 1em auto;
	color:#fff;
}
	
}

.point2Image {
	aspect-ratio: 112 / 87;
}
.flow1Image {
	aspect-ratio: 361 / 264;
}
.flow2Image {
	aspect-ratio: 361 / 264;
}
.flow3Image {
	aspect-ratio:  361 / 262;
}
.flow4Image {
	aspect-ratio:  360 / 262;
}