@charset "utf-8";*{
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section{
  display: block;
}

ol,
ul{
  list-style: none;
  list-style-type: none;
}

body{
  width: 100%;
  font-size: 19px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #2B2929;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a{
  text-decoration: none;
  color: #000;
  outline: none;
  transition: all 0.3s ease;
}

a img{
  transition: all 0.3s ease;
}

a:hover,
a:hover img{
  opacity: 0.8;
}

a:focus{
  outline: none;
}

a img{
  border: none;
}

img{
  max-width: 100%;
  height: auto;
}

.all_wrap{
  overflow: hidden;
}

@media screen and (max-width: 860px) {body{
	min-width: 100%;
  }

.all_wrap{
	overflow: visible;
	padding-bottom: 80px;
  }

header,
#cv_sp,
#start,
#price,
#faq,
#map,
footer{
	overflow: hidden;
  }
}

.only-sp{
  display: none !important;
}

@media screen and (max-width: 860px) {.only-pc{
	display: none !important;
  }

.only-sp{
	display: block !important;
  }
}

.roboto {
  font-family: "Roboto", sans-serif;
}

button {
  color: black;

}

.inner_w940{
  max-width: 940px;
  margin: 0 auto;
}

.inner_w1140{
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 860px) {.inner_w940{
	max-width: 940px;
	margin: 0 5%;
  }

.inner_w1140{
	max-width: 1140px;
	margin: 0 5%;
  }
}

header{
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

header .inner{
  padding: 0 20px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
}

header h1{
  max-width: 280px;
  line-height: 0;
}

header .right{
  display: flex;
  height: 57px;
}

header .right .tel{
  display: flex;
  height: 47px;
  padding-right: 20px;
}

header .right .tel img{
  height: 47px;
  margin-right: 3px;
}

header .right .tel p{
  margin-bottom: 3px;
  padding-top: 5px;
}

header .right .tel p img{
  height: 40px;
  margin-top: 3px;
}

header .right .tel span{
  font-size: 10px;
  color: #2B2929;
  line-height: 1.2em;
  display: block;
  text-align: justify;
  text-align-last: justify;
}

header .right .btn,
header .right .btn2{
  display: inline-block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

header .right .btn{
  padding: 15px 30px;
  background: #fff;
  color: #FF5567;
  border: 2px solid #FF5567;
  margin-right: 8px;
}

header .right .btn::before{
  content: none;
}

header .right .btn::after{
  content: "";
  position: absolute;
  inset: 0;
  background: #FF5567;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

header .right .btn:hover{
  color: #fff;
}

header .right .btn:hover::after{
  transform: translateX(0);
}

header .right .btn2{
  padding: 17px 30px 15px 30px;
  background: #FF5567;
  color: #fff;
  border: 2px solid #FF5567;
}

header .right .btn2::before{
  content: none;
}

header .right .btn2::after{
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

header .right .btn2:hover{
  color: #FF5567;
}

header .right .btn2:hover::after{
  transform: translateX(0);
}

@media screen and (max-width: 860px) {header h1{
	max-width: 40%;
	line-height: 0;
  }

header .inner{
	padding: 10px 20px;
	position: relative;
  }

header .right{
	display: none;
  }
}

@media screen and (min-width: 861px) and (max-width: 1200px) {header .inner{
	padding: 20px;
  }

header h1{
	max-width: 200px;
  }

header .right{

	align-items: center;

  }

header .right .tel{
	height: auto;

	padding-right: 8px;
  }

header .right .tel img{
	height: 34px;
  }

header .right .tel p img{
	height: 22px;
  }

header .right .tel span{
	font-size: 9px;
  }

header .right .btn,
header .right .btn2{
	width: 140px;
	font-size: 15px;
	padding: 8px 16px;

	line-height: 1.2;

  }
}

#fv{
  position: relative;
  margin-top: 102px;
}

#fv > img{
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

#fv .cv_box{
  position: absolute;
  width: 34vw;
  margin-left: 0;
  margin-top: 0;
  bottom: 3.5vw;
  left: 9.5vw;
}

.cta-wrap{
  position: relative;
  text-align: center;
  max-width: 720px;
}

.cta-wrap::before{
  content: "今すぐご予約！";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #789FE7;
  padding: 8px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1vw;
  z-index: 1;
  border: 2px solid #789FE7;
}

.cta-wrap a{
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #789FE7;
  border: 3px solid #789FE7;
  color: #fff;
  text-decoration: none;
  padding: 2vw 3vw;
  border-radius: 6vw;
  font-size: 1.5vw;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease;
}

.cta-wrap a::after{
  content: "›";
  position: absolute;
  right: 8vw;
  font-size: 3vw;
  top: 43%;
  transform: translateY(-50%);
}

.cta-wrap a:hover{
  background: white;
  color: #789FE7;
}

.fv_wrap .intro{
  text-align: center;
  padding: 6vw 0;
  z-index: 1;
  background: url(../img/intro_bg.jpg) center bottom no-repeat;
  background-size: 100% auto;
}

.fv_wrap .intro h2,
.fv_wrap .intro h2 p{
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 10px 8px 10px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #404040;
  margin-bottom: 30px;


  text-shadow:
	-3px 0 0 #FBF9F4,
	3px 0 0 #FBF9F4,
	0 -3px 0 #FBF9F4,
	0 3px 0 #FBF9F4,
	-3px -3px 0 #FBF9F4,
	3px -3px 0 #FBF9F4,
	-3px 3px 0 #FBF9F4,
	3px 3px 0 #FBF9F4;

  background: url(../img/line.png) bottom repeat-x;
}

.fv_wrap .intro div.tx,
.fv_wrap .intro span{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.fv_wrap .intro span{
  margin: 0 3px;
  color: #EC7E79;
  font-size: 120%;
}

.intro_problems{
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.intro_problems_title{
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 0 32px;
  color: #2f3b4b;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
  background: none !important;
  border-bottom: 0 !important;
  text-shadow: none !important;
}

.intro_problems_title img{
  display: block;
  width: min(544px, 100%);
  height: auto;
}

.intro_problem_list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  margin: 0 auto 42px;
}

.intro_problem_card{
  display: grid;
  grid-template-columns: 43% 1fr;
  align-items: center;
  overflow: hidden;
  min-height: 100px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(58, 123, 147, 0.08);
}

.intro_problem_card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro_problem_card p{
  padding: 12px 15px;
  color: #37404D;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.intro_message{
  line-height: 0;
}

.intro_message img{
  width: min(513px, 100%);
}

@media screen and (max-width: 860px) {#fv{
		margin-top: 0;
	  }

#fv .cv_box{
	position: absolute;
	width: 64vw;
	margin-left: 0;
	margin-top: 0;
	bottom: 4vw;
	left: 18vw;
  }

.cta-wrap a{
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #789FE7;
	border: 3px solid #789FE7;
	color: #fff;
	text-decoration: none;
	padding: 4vw 3vw;
	border-radius: 6vw;
	font-size: 3.5vw;
	font-weight: 700;
	position: relative;
	transition: 0.3s ease;
  }

.cta-wrap::before{
	content: "今すぐご予約！";
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	color: #789FE7;
	padding: 4px 24px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 2.5vw;
	z-index: 1;
	border: 2px solid #789FE7;
  }

.cta-wrap a::after{
	content: "›";
	position: absolute;
	right: 10vw;
	font-size: 7vw;
	top: 45%;
	transform: translateY(-50%);
  }

#fv .cv_box .btn{
	position: absolute;
	width: 68%;
	left: 45%;
	margin-top: 16.25vw;
	margin-left: -30%;
  }

.fv_wrap{
	background: none;
	background-size: 100% auto;
  }

	.fv_wrap .intro{
		background: url(../img/intro_bg.jpg) center bottom no-repeat #f7fcfd;
		background-size: 100% auto;
		position: relative;
		text-align: center;
		padding: 42px 0 70px;
		z-index: 1;
	  }

	.fv_wrap .intro .inner{
		padding: 0;
		background: none;

	  }

.fv_wrap .intro .nichii_sp img{
	width: 30%;
	margin-bottom: 10px;
  }

.fv_wrap .intro .nichii_sp p{
	font-size: 10px;
	color: #404040;
	padding-bottom: 30px;
  }

.fv_wrap .intro div.tx{
	font-size: 4vw;
	margin: 0 10%;
  }

.fv_wrap .intro span{
      font-size: 110%;
      margin: 0 3px;
  }

.fv_wrap .intro h2.only-sp{
  font-size: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block!important;
  line-height: 1.5em;
  background: none;
  }

.fv_wrap .intro h2 p{
  margin-bottom: 10px;
  display: block;
  }

	.fv_wrap .intro div.tx{
		font-size: 3vw;
		font-family: "Noto Sans JP", sans-serif;
	line-height: 1.75em;
	font-weight: 700;
	position: relative;
		z-index: 1;
	  }

	.intro_problems{
		padding: 0 5%;
	  }

	.intro_problems_title{
		margin-bottom: 24px;
	  }

	.intro_problem_list{
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 30px;
	  }

	.intro_problem_card{
		grid-template-columns: 42% 1fr;
		min-height: 92px;
		border-radius: 8px;
	  }

	.intro_problem_card p{
		padding: 10px 14px;
		font-size: 11px;
		line-height: 1.65;
	  }
	}

#campaign{
  background: #fff;
  padding: 80px 0;
}

#campaign .campaign_title{
  width: min(680px, 100%);
  margin: 0 auto 34px;
  padding-bottom: 0;
  line-height: 0;
}

#campaign .campaign_title img{
  width: 100%;
}

//#campaign .campaign_plan_list{
//  display: grid;
//  grid-template-columns: 1fr;
//  gap: 22px;
//  align-items: start;
//}

#campaign .campaign_plan_card{
  line-height: 0;
}

#campaign .campaign_plan_card img{
  width: 100%;
}

.after_campaign{
  position: relative;
  padding: clamp(120px, 12vw, 180px) 0 64px;
  background: url("../img/after_campaign_bg.png") center top no-repeat;
  background-size: 100% auto;
  text-align: center;
}

.after_campaign::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 35px;
  background: url("../img/after_campaign_wave.png") center bottom repeat-x;
  background-size: 1440px 35px;
  pointer-events: none;
}

.after_campaign_title{
  width: min(556px, 72%);
  margin: 0 auto 20px;
  line-height: 0;
}

.after_campaign_title img,
.after_campaign_box img,
.after_campaign_text img{
  width: 100%;
}

.after_campaign_box{
  width: min(860px, 100%);
  margin: 0 auto 28px;
  line-height: 0;
}

.after_campaign_text{
  width: min(720px, 92%);
  margin: 0 auto;
  line-height: 0;
}

.bg_pink{
  background: url("../img/reason_bg.png") center bottom no-repeat;
  background-size: 100% auto;
  padding: 88px 0 120px;
}

.reason_content{
  text-align: center;
}

.reason_title{
  width: min(616px, 100%);
  margin: 0 auto 56px;
  line-height: 0;
}

.reason_title img{
  width: 100%;
}

.reason_cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 58px;
}

.reason_card{
  min-height: 255px;
  padding: 38px 22px 28px;
  background: #fff;
  border: 2px solid #d7e5f2;
  border-radius: 10px;
}

.reason_card img{
  width: 80px;
  margin-bottom: 22px;
}

.reason_card p{
  color: #2f3b4b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.reason_card span{
  color: #ff5a6d;
  font-weight: 900;
}

.reason_block{
  line-height: 0;
  margin: 0 auto 62px;
}

.reason_block img{
  width: 100%;
}

.service_area{
  text-align: left;
}

.service_cards_prev,
.service_cards_next{
  display: none;
}

.service_area h3{
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto 28px;
  padding: 18px 28px;
  color: #fff;
  background: #0fb4c8;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
}

.service_area h3::before{
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 28px;
  height: 22px;
  background: url("../img/service_heading_icon.svg") center center no-repeat;
  background-size: contain;
}

.service_cards{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto 34px;
}

.service_cards article img{
  width: 100%;
  margin-bottom: 18px;
}

.service_cards h4{
  color: #2f3b4b;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.service_cards p{
  color: #2f3b4b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.service_note{
  max-width: 820px;
  margin: 0 auto 22px;
  color: #9aa5ad;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.service_customize{
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0 auto 34px;
  padding: 14px 40px;
  color: #2f3b4b;
  border: 3px dotted #0fb4c8;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.service_info{
  max-width: 780px;
  margin: 0 auto;
  padding: 24px 32px;
  color: #8a98a3;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #d7e5f2;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.9;
}

.service_info a{
  color: #8a98a3;
  text-decoration: underline;
}

.service_info a:hover{
  text-decoration: none;
}

#campaign .plan_1{
  margin-bottom: 60px;
}

#campaign h2{
  width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
}

#campaign .example{
  background: white;
  border-radius: 8px;
  text-align: center;
  padding: 40px 30px 30px 30px;
  position: relative;
  margin-bottom: 40px;
}

#campaign .example .tx{
  font-size: 20px;
  margin-top: -60px;
  position: absolute;
  width: 100%;
  left: 0;
}

#campaign .example .tx div{
  background: #EFDAA8;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
  font-weight: 700;
  display: inline-block;
  padding: 0 30px;
}

#campaign .example ul{
  display: flex;
}

#campaign .example ul{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 15px;
}

#campaign .example ul li:first-child{
  margin-left: 0;
}

#campaign .example ul li:last-child{
  margin-right: 0;
}

#campaign .example .gray{
  text-align: left;
  color: #8C8686;
  font-size: 12px;
  line-height: 1.5em;
}

#campaign .tx_2{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}

#campaign .price_list{
  margin-bottom: 30px
}

#campaign .price_list .table{
  line-height: 0;
  margin-bottom: 20px;
}

#campaign .price_list .text{
  margin-left: 18.5%;
}

#campaign .price_list .ul_1{
  font-size: 14px;
  line-height: 2;
  margin: 0;
  padding-left: 1.2em;
  margin-bottom: 10px;
}

#campaign .price_list .ul_1 li{
  list-style: disc;

  list-style-position: outside;

  display: list-item;

}

@media screen and (max-width: 860px) {#campaign{
    background: #fff;
    padding: 50px 0
  }

#campaign h2{
	width: auto;
	margin: 0 auto;
	padding-bottom: 30px;
	  }

	#campaign .campaign_title{
		width: 100%;
		margin-bottom: 24px;
		padding-bottom: 0;
	  }

	#campaign .campaign_plan_list{
		grid-template-columns: 1fr;
		gap: 18px;
	  }

	.after_campaign{
		padding: clamp(78px, 15vw, 120px) 0 42px;
		background-size: 100% auto;
	  }

	.after_campaign_title{
		margin-bottom: 14px;
	  }

	.after_campaign_box{
		width: 94%;
		margin-bottom: 20px;
	  }

	.after_campaign_text{
		width: 94%;
	  }

#campaign .example{
	padding: 40px 20px 20px 20px;
  }

#campaign .example .tx{
	margin-top: -60px;
	position: absolute;
	width: 90%;
	left: 5%;
	font-size: 13px;
	line-height: 1.2em;
  }

#campaign .example .tx div{
	background: #EFDAA8;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2em;
	font-weight: 700;
	display: inline-block;
	padding: 8px 30px;
  }

#campaign .example ul{
	display: flex;
	gap: 4%;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
  }

#campaign .example ul li{
	width: 48%;
	margin-bottom: 10px;
  }

#campaign .tx_2{
	width: auto;
	margin: 0 auto;
	padding-bottom: 0;
  }
}

.tab_area{
  background: #F9F5EE;
  padding-top: 50px;
  padding-bottom: 100px;
}

.ma_1{
  margin-bottom: 60px;
}

@media screen and (max-width: 860px) {
}

#cv_blue{
  background: url(../img/cv_blue.jpg) center center no-repeat;
  background-size: auto 100%;
  padding: 60px 0;
}

#cv_blue .plan_box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#cv_blue .plan_box .box{
  width: 48%;
  position: relative;
}

#cv_blue .plan_box .box a{
  position: absolute;
  display: inline-block;
  width: 80%;
  left: 10%;
  bottom: 20px;
}

@media screen and (max-width: 860px) {#cv_blue .plan_box{
	display: block;
  }

#cv_blue .plan_box .left{
	margin-bottom: 10px;
  }

#cv_blue .plan_box .box{
	width: auto;
  }

#cv_blue .plan_box .box a{
	position: absolute;
	display: inline-block;
	width: 90%;
	left: 5%;
	bottom: 38px;
  }
}

#cv_blue .btn_box{
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px 30px 15px;
}

#cv_blue .address{
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
  color: white;
}

#cv_blue .address p{
  margin-bottom: 15px;
}

#cv_blue .address div{
  background-color: white;
  display: inline-block;
  padding: 8px 30px 8px 40px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  color: #F1665F;
}

#cv_blue .address div::before{
  content: "";
  height: 1.2em;
  width: 1.2em;
  background: url(../img/icon-mappin.png) center center no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 0.75em;
}

#cv_blue .btn_area{
  padding: 0px 0 0px 0;
}

#cv_blue .btn_area p{
  color: white;
  font-size: 16px;
  padding-top: 20px;
}

#cv_blue .btn_area p a{
  color: white;
  text-decoration: underline;
}

#cv_blue .btn_area p a:hover{
  text-decoration: none;
}

#cv_blue .btn_area .inner{
  display: flex;
  width: 80%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

#cv_blue .btn_area .inner .l{
  width: 45%;
}

#cv_blue .btn_area .inner .r{
  width: 50%;
}

#cv_blue .limited{
  text-align: center;
  z-index: 1;
  position: relative;
}

#cv_blue .limited h3{
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: white;
}

#cv_blue .limited h3::before{
  content: "";
  height: 1em;
  width: 1em;
  position: absolute;
  background: url("../img/fv_icon.png") center center;
  background-size: contain;
  left: -1.5em;
}

#cv_blue .limited h3::after{
  content: "";
  height: 1em;
  width: 1em;
  position: absolute;
  background: url("../img/fv_icon.png") center center;
  background-size: contain;
  right: -1.5em;
}

#cv_blue .limited p{
  color: white;
  font-size: 16px;
  line-height: 2em;
  padding-bottom: 8px;
  position: relative;
  z-index: -2;
}

#cv_blue .limited p a{
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s ease, opacity 0.2s ease;
}

#cv_blue .limited p a:hover{
  color: rgba(255, 255, 255, 0.85);
  text-decoration-thickness: 2px;
}

#cv_blue .limited p a:focus{
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}

#cv_blue .limited p a:active{
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

#cv_blue .limited p a:visited{
  color: #f9f9f9;
}

#cv_blue .limited ul{
  display: flex;
  justify-content: center;
  color: white;
  font-size: 16px;
  line-height: 2em;
  padding-bottom: 12px;
}

#cv_blue .limited ul li{
  padding-left: 45px;
  position: relative;
  z-index: -2;
}

#cv_blue .limited ul li:first-child{
  padding-right: 10px;
}

#cv_blue .limited ul li:first-child::before{
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  background: url("../img/icon-airconditioner.png") center center;
  background-size: contain;
  left: 0;
  margin-right: 30px;
}

#cv_blue .limited ul li:last-child::before{
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  background: url("../img/icon-rangehood.png") center center;
  background-size: contain;
  left: 0;
}

#cv_blue .bg{
  position: absolute;
  transform: scale(0.5);
  z-index: 0;
}

#cv_blue .flower_1{
  left: 0;
  top: 0;
  transform-origin: top left;
}

#cv_blue .flower_2{
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
}

#cv_blue .flower_3{
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
}

#cv_blue{
  position: relative;
}

#cv_blue .bg{
  position: absolute;
  transform: scale(0.5);
  z-index: 0;
}

#cv_blue .inner_w940{
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 860px) {#cv_blue h2{
	width: auto;
	margin: 0 auto;
  }

#cv_blue .btn_box{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 0 15px 0;
  }

#cv_blue .address p{
	margin-bottom: 15px;
	text-align: left;
	font-size: 12px;
  }

#cv_blue .address div{
	background-color: white;
	display: inline-block;
	padding: 8px 10px 8px 30px;
	position: relative;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
  }

#cv_blue .address div::before{
	content: "";
	height: 1.2em;
	width: 1.2em;
	background: url(../img/icon-mappin.png) center center no-repeat;
	display: block;
	background-size: contain;
	position: absolute;
	left: 9px;
	top: 1em;
  }

#cv_blue .btn_area .inner{
	display: block;
	width: auto;
	margin: 0 auto;
  }

#cv_blue .btn_area{
	padding: 15px 0;
  }

#cv_blue .btn_area .inner .l{
	width: 80%;
	margin: 0 10% 20px 10%;
  }

#cv_blue .btn_area .inner .r{
	width: 90%;
	margin: 0 5%;
  }

#cv_blue .limited h3{
	font-size: 16px;
	padding-bottom: 15px;
  }

#cv_blue .limited p{
	color: white;
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 8px;
	position: relative;
	z-index: -2;
  }

#cv_blue .limited ul{
	display: block;
	justify-content: center;
	color: white;
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 12px;
  }

#cv_blue .limited ul li{
	display: inline-block;
  }

#cv_blue .limited ul li:first-child{
	padding-right: 0;
	padding-bottom: 10px;
  }

#cv_blue .limited ul li:first-child::before{
	content: "";
	height: 30px;
	width: 30px;
	position: absolute;
	background: url(../img/icon-airconditioner.png) center center;
	background-size: contain;
	left: 0;
	margin-right: 0px;
  }

#cv_blue .limited ul li:last-child::before{
	content: "";
	height: 30px;
	width: 30px;
	position: absolute;
	background: url(../img/icon-rangehood.png) center center;
	background-size: contain;
	left: 0;
  }

#cv_blue .limited ul li{
	padding-left: 35px;
	position: relative;
	z-index: -2;
  }

#cv_blue .bg{
	position: absolute;
	transform: scale(1);
	z-index: 0;
	width: 100%;
  }

#cv_blue .flower_4{
	left: 0;
	top: 0;
  }

#cv_blue .flower_5{
	left: 0;
	bottom: 0;
  }

#cv_blue .btn_area p{
	color: white;
	font-size: 14px;
	padding-top: 20px;
	line-height: 1.5em;
	text-align: center;
  }
}

@media (max-width: 1140px) {
}

@media screen and (max-width: 860px) {
}

#service_2{
  background: cover;
}

#service_2 h2{
  font-size: 24px;
  line-height: 1em;
  text-align: left;
  font-weight: 500;
  background-size: 84px auto;
  padding-top: 85px;
  margin-bottom: 60px;
  background: url("../img/line_2.png") left bottom repeat-x;
  padding-bottom: 10px;
}

#service_2 ul{
  display: flex;
  justify-content: space-between;
}

#service_2 ul li{
  text-align: center;
  width: calc((1140px - 60px) / 5);
}

#service_2 ul li dt{
  padding-bottom: 12px;
}

#service_2 ul li dd h3{
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: left;
}

#service_2 ul li dd p{
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

#service_2 figure{
  max-width: 705px;
  margin: 0 auto;
  padding-bottom: 30px;
}

#service_2 div.tx_box{
  max-width: 940px;
  margin: 0 auto;
  background: white;
  padding: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 2em;
  border-radius: 15px;
}

#service_2 div.tx_box a{
  text-decoration: underline;
}

#service_2 div.tx_box a:hover{
  text-decoration: none;
}

#service_2 p{
  color: #9B9393;
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}

#service_2 p a{
  color: #9B9393;
  text-decoration: underline;
}

#service_2 p a:hover{
  text-decoration: none;
}

#service_2 p.p_1{
  padding-bottom: 30px;

}

@media screen and (max-width: 860px) {#service_2 h2{
	font-size: 20px;
	margin-bottom: 30px;
	padding-top: 50px;

  }

#service_2 ul{
	display: flex;
	padding-bottom: 0px;
	overflow-x: auto;

	-webkit-overflow-scrolling: touch;

	width: 100%;
  }

#service_2 ul li{
	flex: 0 0 48vw;
	text-align: center;
	margin-right: 3vw;
  }

#service_2 ul li dd h3{
	padding-bottom: 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: left;
  }

#service_2 ul li dt{
	padding-bottom: 6px;
  }

#service_2 ul li dd p{
	text-align: left;
	line-height: 1.5em;
	color: #2B2929;
  }

#service_2 div.tx_box{
	color: #9B9393;
	max-width: 940px;
	margin: 0 auto;
	background: white;
	padding: 15px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-radius: 15px;
  }

#service_2 div.tx_box a{
	color: #9B9393;
  }

#service_2 p{
	font-size: 12px;
	text-align: left;
	padding-bottom: 20px;
	line-height: 1.5em;
  }
}

#start{
  background: #FBF9F4;
}

#start h2{
  text-align: center;
  line-height: 0;
  margin-bottom: 50px;
}

#start h2 img{
  height: 53px;
}

#start .inner{
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 0 130px 0;
}

#start ul{
  display: flex;
  justify-content: center;
}

#start ul.first{
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#start ul li{
  position: relative;
  width: calc((100% - 80px) / 3);
}

#start ul li{
  margin-right: 80px;
}

#start ul li:last-child{
  margin-right: 0px;
}

#start ul li h3{
  background: #EC7E79;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

}

#start ul li h3 p:first-child{
  background: white;
  color: #EC7E79;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  margin-right: 8px;
}

#start ul li h3 p:last-child{
  color: white;
  font-size: 16px;
  line-height: 1;
}

#start ul li figure{
  line-height: 0;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

}

#start ul li div{
  background: white;
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #5E5656;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  bottom: -40px;
  left: 5%;
  width: 90%;
  padding-bottom: 15px;
}

#start ul li div p{
  padding: 25px 25px 8px 25px;
  font-weight: 600;
  text-align: center;
}

#start ul li div::after{
  content: "";
  background: url(../img/click.png) center center no-repeat;
  height: 22px;
  width: 61px;
  display: inline-block;
  background-size: contain;
  float: right;
  margin-right: 30px;
}

#start ul li div::before{
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
  position: absolute;
  top: -15px;
  right: 50px;
}

@media screen and (max-width: 860px) {#start h2{
	width: 80%;
	margin: 0 auto 50px 10%;
	line-height: 0;
	text-align: center;
  }

#start h2 img{
	height: auto;
  }

#start .scroll{
	display: flex;
	overflow-x: scroll;
	width: 100%;
  }

#start ul{
	padding-bottom: 40px;
	margin-bottom: 40px;
  }

#start ul li{
	width: 320px;
	margin-right: 20px;
  }

#start ul.first{
	margin-right: 20px;
	margin-left: 20px;
  }

#start ul.second{
	margin-right: 20px;
  }

#start .inner{
	padding: 80px 0 70px 0;
  }

#start .inner{
	padding: 80px 0 20px 0;
  }
}

#reason{
  background: #FFD6DC;
  padding: 60px 0;
}

#reason h2{
  text-align: center;
  line-height: 0;
  margin-bottom: 50px;
}

#reason h2 img{
  height: 53px;
}

#reason dl{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#reason dl dt{
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  width: 150px;
}

#reason dl dt figure{
  width: 100px;
  line-height: 0;
  padding-bottom: 10px;
  margin: 0 auto;
  display: block;
}

#reason dl dd{
  background: white;
  border-radius: 15px;
  width: calc(100% - 150px);
  font-size: 14px;
  line-height: 1.5em;
  padding: 15px 30px;
  position: relative;
}

#reason dl dd::before{
  content: "";
  position: absolute;
  left: -12px;
  top: 18px;
  border-width: 0px 18px 19px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

@media screen and (max-width: 860px) {#reason h2{
	width: 80%;
	margin: 0 auto 50px 10%;
	line-height: 0;
	text-align: center;
  }

#reason h2 img{
	height: auto;
  }

#reason dl{
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
  }

#reason dl dt{
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	width: 15vw;
	padding-right: 0vw;
  }

#reason dl dd{
	background: #FBF9F4;
	border-radius: 15px;
	width: 72vw;
	margin-left: 3vw;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	font-size: 12px;
	line-height: 1.5em;
	padding: 15px;
  }

#reason dl dt figure{
	width: 100%;
  }

#reason dl dd::before{
	display: none;
  }
}

#price{}

#price h2{
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

#price h2::before{
  content: "";
  display: block;
  background: #D4361A;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 5px;
}

#price h2::after{
  content: "";
  display: block;
  background: #D4361A;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}

#price .banner{
  line-height: 0;
  padding-bottom: 60px;
}

#price h3{
  font-size: 32px;
  line-height: 1em;
  text-align: center;
  font-weight: 700;
  color: #EC7E79;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0 auto 60px auto;

}

#price h3::before{
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 6px;
  display: block;
  background: url(../img/flower.png) center center no-repeat;
  background-size: contain;
}

#price h3::after{
  content: "";
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  top: 6px;
  display: block;
  background: url(../img/flower.png) center center no-repeat;
  background-size: contain;
}

#price .div_1{
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  color: #2B2929;
  margin-bottom: 30px;
}

#price .div_1 span{
  color: #EC7E79;
  font-weight: 700;
}

#price .div_1 span.icon{
  content: "";
  display: inline-block;
  background: url(../img/Icon-staff.png) center center no-repeat;
  background-size: contain;
  height: 28px;
  width: 60px;
  vertical-align: middle;
}

#price .table{
  padding-bottom: 30px;
}

#price .table img{
  margin-bottom: 15px;
}

#price .table p{
  width: 74%;
  margin-left: 26%;
  font-size: 12px;
  line-height: 1.5em;
  color: #9B9393;
}

#price .table p{
  margin-top: -75px;
}

@media screen and (max-width: 1140px) {#price .table p{
  margin-top: -6vw;
}
}

#price .table ul li{
  font-size: 10px;
  line-height: 1.5em;
  color: #8C8686;
  list-style: disc;
  list-style-position: inside;
}

#price .box p{
  padding-top: 25px;
}

#price .box p a{
  text-decoration: underline;
}

#price .box p a:hover{
  text-decoration: none;
}

#price .box{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}

#price .js-price.is-active+.box{
  max-height: 500px;
}

#price .title{
  color: white;
  background: #404040;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 5px;
  position: relative;
  border-radius: 5px;
}

#price .title::before{
  content: "+";
  color: white;
  position: absolute;
  right: 15px;
  top: 25%;
  font-size: 30px;
}

#price .text_box{
  position: relative;
  text-align: center;
}

#price .text_box img{
  position: absolute;
  top: 0;
  width: 18vw;
}

#price .text_box img.bg_1{
  left: -10vw;
}

#price .text_box img.bg_2{
  right: -10vw;
}

#price .title.is-active::before{
  content: "-";
  right: 20px;
  top: 20%;
}

#price .accordion{
  padding-bottom: 30px;
}

#price .accordion.third{
  padding-bottom: 15px;
}

#price .list_box .wrapper{
  display: flex;
  flex-wrap: wrap;

}

#price .list_box .wrapper .box_inner{
  flex: 0 0 50%;

  box-sizing: border-box;
  padding: 0 16px;
  text-align: center;

  font-size: 16px;
  line-height: 3em;
}

#price .list_box .wrapper .box_inner ul{
  display: inline-block;

  text-align: left;

  margin: 0;
  padding-left: 1.2em;

  list-style: disc;
  list-style-position: outside;
  padding-bottom: 15px;
}

#price .list_box .wrapper .box_inner ul li{
  display: list-item;
  line-height: 3;
}

#price .list_box .wrapper .box_inner ul li{
  position: relative;
  padding-left: 1.2em;
}

#price .list_box .wrapper .box_inner ul li::before{
  content: "";
  height: 0.7em;
  width: 0.7em;
  position: absolute;
  background: #2B2929;
  left: 0;
  top: 1.2em;
}

@media screen and (max-width: 860px) {#price h2{
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 60px;
	line-height: 1.5em;
  }

#price .banner{
	padding: 0;
  }

#price h3{
	font-size: 30px !important;
	line-height: 1em;
	text-align: center;
	font-weight: 700;
	background-size: 84px auto;
	margin-bottom: 30px;
  }

#price .list_box{
	margin-bottom: 30px;
  }
}

.cta{
  text-align: center;
  margin-top: 80px;
}

.cta .cta_tx_pc{
  margin-bottom: 15px;
  height: 60px;
}

.cta .box_cta{
  background: #FBF9F4;
  border: solid 3px #4E3106;
  border-radius: 15px;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.cta .cta_ttl_pc{
  max-width: 372px;
  margin: -2px auto 15px auto;
}

.cta .cta_price_pc{
  margin-bottom: 15px;
}

.cta p{
  color: #808080;
  font-size: 12px;
  text-align: left;
  padding-bottom: 26px;
  display: inline-block;
}

.cta p span.first{
  margin-bottom: 5px;
  display: block;
}

.cta .wrapper{
  max-width: 500px;
  margin: 0 auto;
  padding-top: 20px;
}

.cta .wrapper a{
  width: 70%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 860px) {.cta{
	margin: 0 15px;
  }

.cta .cta_ttl_pc{
	width: 90%;
  }

.cta .cta_price_pc{
	margin: 0 auto 20px auto;
	width: 70%;
  }

.cta p{
	margin: 0 20px;
	font-size: 12px;

  }
}

#price-comparison{
  text-align: center;
  padding: 60px 0;
  background: #FBF9F4;
}

#price-comparison p{
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 30px;
}

#price-comparison h2{
  font-size: 32px;
  line-height: 1em;
  text-align: center;
  font-weight: 700;
  color: #EC7E79;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0 auto 30px auto;
}

#price-comparison h2::before{
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 6px;
  display: block;
  background: url(../img/flower.png) center center no-repeat;
  background-size: contain;
}

#price-comparison h2::after{
  content: "";
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  top: 6px;
  display: block;
  background: url(../img/flower.png) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 860px) {#price-comparison{
	padding: 50px 0;
	background-size: 100% auto;
  }

#price-comparison h2{
	font-size: 32px;
	line-height: 1em;
	text-align: center;
	font-weight: 700;
	color: #EC7E79;
	position: relative;
	display: inline-block;
	padding: 0 30px;
	margin: 0 auto 60px auto;

  }

#price-comparison h2::before{
	content: "";
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	top: 6px;
	display: block;
	background: url(../img/flower.png) center center no-repeat;
	background-size: contain;
  }

#price-comparison h2::after{
	content: "";
	position: absolute;
	right: 0;
	height: 20px;
	width: 20px;
	top: 6px;
	display: block;
	background: url(../img/flower.png) center center no-repeat;
	background-size: contain;
  }
}

#faq{
  padding: 100px 0;
  text-align: center;
}

#faq h2{
  font-size: 32px;
  line-height: 1em;
  text-align: center;
  font-weight: 700;
  color: #EC7E79;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0 auto 30px auto;
}

#faq h2::before{
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 6px;
  display: block;
  background: url(../img/flower.png) center center no-repeat;
  background-size: contain;
}

#faq h2::after{
  content: "";
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  top: 6px;
  display: block;
  background: url(../img/flower.png) center center no-repeat;
  background-size: contain;
}

#faq ul{
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
}

#faq ul li{
  background: white;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

#faq ul li .li_inner{
  padding: 15px 30px;
  font-size: 20px;
}

#faq .faq-question{
  cursor: pointer;
  position: relative;
  line-height: 36px;
  padding-left: 50px;
  font-weight: 700;
}

#faq .faq-question::before{
  content: "Q";
  color: white;
  background: #EC7E79;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 999px;
  text-align: center;
}

#faq .faq-question::after{
  content: "+";
  color: white;
  background: #9B9393;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-radius: 999px;
  text-align: center;
}

#faq .faq-question.is-active::after{
  content: "";
  background: url(../img/minus.png) center center no-repeat #9B9393;
  background-size: contain;
}

#faq .faq-answer p{
  padding-top: 25px;
  padding-bottom: 25px;
}

#faq .faq-answer p a{
  text-decoration: underline;
}

#faq .faq-answer p a:hover{
  text-decoration: none;
}

#faq .faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 16px;
  line-height: 2em;
  padding-left: 50px;
  position: relative;
}

#faq .js-question.is-active+.faq-answer{
  max-height: 500px;
}

@media screen and (max-width: 860px) {#faq ul{
	max-width: 960px;
  }

#faq ul li .li_inner{
	padding: 15px;
	font-size: 16px;
  }

#faq .faq-question{
	padding-right: 50px;
	line-height: 23px;
	padding-top: 6px;
  }

#faq .faq-answer p{
	font-size: 14px;
  }

#faq .inner{
	padding: 80px 0 50px 0;
  }

#faq h2{
	font-size: 32px;
	line-height: 1em;
	text-align: center;
	font-weight: 700;
	color: #EC7E79;
	position: relative;
	display: inline-block;
	padding: 0 30px;
	margin: 0 auto 60px auto;

  }

#faq h2::before{
	content: "";
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	top: 6px;
	display: block;
	background: url(../img/flower.png) center center no-repeat;
	background-size: contain;
  }

#faq h2::after{
	content: "";
	position: absolute;
	right: 0;
	height: 20px;
	width: 20px;
	top: 6px;
	display: block;
	background: url(../img/flower.png) center center no-repeat;
	background-size: contain;
  }

#faq{
	padding: 60px 0;
  }

#faq .faq-question{
	padding-right: 50px;
	line-height: 23px;
	padding-top: 0;
	font-size: 13px;
	font-weight: 700;
	padding-left: 23px;
  }

#faq .faq-question::after{
	content: "+";
	color: white;
	background: #9B9393;
	height: 20px;
	width: 20px;
	line-height: 18px;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 2px;
	display: block;
	border-radius: 999px;
	text-align: center;
  }

#faq .faq-question::before{
	content: "Q";
	color: white;
	height: 20px;
	width: 20px;
	line-height: 18px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	border-radius: 999px;
	text-align: center;
  }

#faq .faq-answer{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	font-size: 10px;
	line-height: 1.8em;
	padding-left: 23px;
	position: relative;
  }

#faq .faq-answer p{
	font-size: 12px;
	line-height: 1.8em;
  }

#faq .faq-answer p{
	padding-top: 10px;
	padding-bottom: 10px;
  }
}

.tabs{
  max-width: 1100px;
  margin: 0 auto 60px;
}

.tabs__list{
  display: flex;
  gap: 8px;
}

.tabs__list button[aria-selected="false"] img{
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.tabs__list button img{
  transition: opacity 0.3s ease;
}

.tabs__list button{
  background: white;
}

.tabs__list [role="tab"]{
  appearance: none;
  border: none;
  border-bottom: none;
  padding: 10px;
  border-radius: 15px 10px 0 0;
  font: inherit;
  cursor: pointer;
  outline: none;
  width: calc((100% - 16px) / 3);
  background: #396833
}

.tabs__list [role="tab"]:nth-child(2){}

.tabs__list [role="tab"]:nth-child(3){}

.tabs__list [role="tab"] .inner{
  padding: 8px 8px 15px 8px;
  position: relative;
  border-radius: 10px;
}

.tabs__list [role="tab"] .inner .icon{
  position: absolute;
  width: 90%;
  left: 5%;
}

.tabs__list [role="tab"] .inner .tx{
  margin: 30px 0 15px 0;
}

.tabs__list [role="tab"] .inner .btn{
  width: 80%;
}

[role="tabpanel"]{
  background: #fff;
  border-radius: 15px;
}

.tab_area2 .tabs__list [role="tab"]{
  appearance: none;
  border: none;
  border-bottom: none;
  border-radius: 15px 10px 0 0;
  font: inherit;
  cursor: pointer;
  outline: none;
  width: calc((100% - 16px) / 3);
  background: white;
}

.tab_area2 .tabs__list [role="tab"] p,
.tab_area2 .tabs__list [role="tab"] span{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
}

.tab_area2 .tabs__list [role="tab"] p.p_1{
  font-size: 18px;
  padding-bottom: 4px;
}

.tab_area2 .tabs__list [role="tab"] p.p_2{
  font-size: 12px;
}

.tab_area2 .tabs__list [role="tab"] p.p_3{
  font-size: 16px;
  border-bottom: 2px black solid;
  display: inline-block;
}

.tab_area2 .tabs__list [role="tab"] p.p_3 span{
  font-size: 12px;
  margin-left: 2px;
}

.tab_area2 .tabs__list [role="tab"]:nth-child(2){}

.tab_area2 .tabs__list [role="tab"]:nth-child(3){}

.tab_area2 .tabs__list>[role="tab"][aria-selected="true"]:nth-of-type(1){}

.tab_area2 [role="tabpanel"]{
  border-radius: 0;
  padding: 20px 20px;
}

.tab_area2 [role="tabpanel"]:nth-child(2){
  padding: 20px 20px;
}

.tab_area2 [role="tabpanel"] ul{
  margin-bottom: 30px;
}

.tab_area2 [role="tabpanel"] ul li{
  font-size: 10px;
  line-height: 1.5em;
  color: #8C8686;
  list-style: disc;
  list-style-position: inside;
}

.tab_area2 [role="tabpanel"]:nth-child(3){}

.tab_area2 [role="tabpanel"]:nth-child(4){}

.tab_area2 [role="tabpanel"] .img_1{
  margin-bottom: 10px;
}

.tab_area2 [role="tabpanel"] p{
  color: #8C8686;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.tab_box .inner{
  padding: 30px;
}

.tab_box .inner .title{
  width: 80%;
  margin-left: 10%;
  margin-bottom: 20px;
}

.tab_box .inner p{
  text-align: center;
  line-height: 2em;
  padding: 25px;
  border: dotted #ccc 2px;
  border-radius: 15px;
  font-size: 15px;
}

@media (max-width: 860px) {.tabs__list [role="tab"]{
	appearance: none;
	border: none;
	border-bottom: none;
	padding: 0;
	border-radius: 15px 10px 0 0;
	font: inherit;
	cursor: pointer;
	outline: none;
	width: calc((100% - 16px) / 3);
	background: none;
  }

.tabs__list>[role="tab"][aria-selected="true"]:nth-of-type(1){
	background-color: transparent;
	border-bottom: none;
  }

.tab_box .inner{
	padding: 15px;
  }

.tab_box .inner p{
	text-align: left;
	line-height: 1.5em;
	padding: 15px;
	border: dotted #ccc 2px;
	border-radius: 15px;
	font-size: 12px;
  }

.tab_box .inner .title{
	width: auto;
	margin-left: 0;
	margin-bottom: 20px;
  }
}

@media screen and (max-width: 860px) {#price .banner{
	padding: 0 15px;
  }

#price .price_list{
	margin: 0;
  }

.tabs{
	--tab-accent: #FF6928;
	--tab-text: #2B2929;
	max-width: 1100px;
	margin: 0 auto 30px;
  }

.tab_area{
	background: #F9F5EE;
	padding-top: 50px;
	padding-bottom: 40px;
  }

#price .list_box .wrapper{
	display: block;
	flex-wrap: wrap;
  }

#price .list_box .wrapper .box_inner{
	flex: 0 0 50%;
	box-sizing: border-box;
	padding: 0;
	text-align: left;
	font-size: 3vw;
	line-height: 0;
	margin: 0 5vw;
  }

#price .list_box .wrapper .box_inner ul{
	display: inline-block;
	text-align: left;
	margin: 0;
	padding-left: 0;
	list-style: disc;
	list-style-position: outside;
	padding-bottom: 0;
  }

#price .list_box .wrapper .box_inner ul li{
	display: list-item;
	line-height: 2;
  }

#price .list_box .wrapper .box_inner ul li::before{
	content: "";
	height: 0.7em;
	width: 0.7em;
	position: absolute;
	background: #2B2929;
	left: 0;
	top: 0.7em;
  }

.cta .cta_tx_pc{
	margin: 0 auto 10px auto;
	height: 90px;
  }

.cta .cta_ttl_pc{
	width: 67%;
	max-width: 372px;
	margin: -2px auto 0 auto;
  }

.cta p{
	margin: 0 20px;
	font-size: 12px;
	line-height: 1.5em;
  }

.cta .wrapper a{
	width: 90%;
	margin: 0 auto;
	display: block;
  }

#price .banner{
	padding: 0;
  }

.cta{
	margin-top: 35px;
  }

#price h2{
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5em;
  }

#price .tab_area2 .title{
	color: white;
	background: #404040;
	padding: 15px;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 7px;
	position: relative;
	border-radius: 5px;
  }

#price .title.is-active::before{
	content: "-";
	right: 20px;
	top: 26%;
  }

#price .title::before{
	content: "+";
	color: white;
	position: absolute;
	right: 16px;
	top: 31%;
	font-size: 30px;
  }
}

#map{
  padding: 100px 0;
  text-align: center;
}

#map a{
  text-decoration: underline;
  color: #9B9396;
}

#map a:hover{
  text-decoration: none;
}

#map h2{
  font-size: 32px;
  line-height: 1em;
  text-align: center;
  font-weight: 700;
  color: #EC7E79;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0 auto 30px auto;
}

#map h2::before{
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 6px;
  display: block;
  background: url(../img/flower.png) center center no-repeat;
  background-size: contain;
}

#map h2::after{
  content: "";
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  top: 6px;
  display: block;
  background: url(../img/flower.png) center center no-repeat;
  background-size: contain;
}

#map .map_box{
  text-align: center;
  margin-bottom: 60px;
}

#map .map_box p{
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}

#map .map_box div{
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #9B9393;
  text-align: left;
  padding-left: 15px;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

#map .map_box div::before{
  content: "※";
  position: absolute;
  left: 0;
}

#map .map{
  max-width: 1100px;
  margin: 0 auto;
}

#map .map p{
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 4%;
  vertical-align: middle;
  text-align: left;
  padding-top: 10px;
  color: #9B9393;
}

@media screen and (max-width: 860px) {#map{
	padding: 100px 0 50px 0;
	text-align: center;
  }

.map_sp{
	margin: 0 5vw;
  }

.map_scroll{
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
  }

.map_head{
	padding: 5vw 0;
	background: #FBF9F4;
  }

.map_head.tokyo{
	border-radius: 15px 15px 0 0;
  }

.map_scroll img{
	display: block;
	width: 160%;

	max-width: none;
  }

.map_scroll::-webkit-scrollbar{
	height: 8px;
  }

.map_scroll::-webkit-scrollbar-track{
	background: #eee;
  }

.map_scroll::-webkit-scrollbar-thumb{
	background: #F1665F;

	border-radius: 10px;
  }

.map_scroll::-webkit-scrollbar{
	height: 8px;
  }

.map_scroll::-webkit-scrollbar-track{
	background: #eee;
  }

.map_scroll::-webkit-scrollbar-thumb{
	background: #F1665F;

	border-radius: 10px;
  }

.map_sp p{
	padding-top: 15px;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 4%;
	vertical-align: middle;
	text-align: left;
	color: #9B9393;
  }
}

footer{
  padding-top: 50px;
}

footer .ft_img{
  margin-bottom: 80px;
}

footer .inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}

footer .left{
  max-width: 370px;
}

footer .left h1{
  margin-bottom:10px;
}

footer .left h1 img{
  max-width: 268px;
}

footer .left h1 p{
  font-size: 12px;
  line-height: 1;
}

footer .right h2 img{
  max-width: 247px;
}

footer .right p{
  max-width: 390px;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4B4040;
}

footer .rights{
  background: #404040;
  color: white;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  padding: 15px;
}

footer .left p{
  font-family: Noto Sans JP;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (max-width: 860px) {footer{
	padding-top: 0px;
  }

footer .inner{
	flex-direction: column;

	align-items: stretch;

	margin: 0 25px;
  }

footer .left,
footer .right{
	max-width: none;
	width: 100%;
  }

footer .left{
	text-align: center;
  }

footer .right{
	text-align: center;
  }

footer .right div{
	display: inline-block;
  }

footer .right p{
	text-align: left;
  }

footer .left h2 p{
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	display: inline-block;
  }

footer .ft_img{
	margin-bottom: 30px;
  }

footer .left p{
      font-family: Noto Sans JP;
      font-style: Bold;
      font-size: 12px;
      leading-trim: NONE;
      line-height: 160%;
      letter-spacing: 0%;
      vertical-align: middle;
      margin-bottom: 30px;
  }
}

@media screen and (min-width: 861px) and (max-width: 1200px) {footer .inner{
	padding-bottom: 40px;
	margin: 0 20px;

	column-gap: 32px;

  }

footer .left{
	max-width: 320px;

  }

footer .left h1 img{
	max-width: 220px;

  }

footer .left h2 p{
	font-size: 14px;

	line-height: 1.6;
  }

footer .right{
	max-width: 340px;

  }

footer .right .img{
	margin-bottom: 12px;
  }

footer .right ul{
	gap: 12px;

	flex-wrap: wrap;

  }

footer .right ul li{
	width: 74px;

  }
}

.modal{
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;

  align-items: center;
  justify-content: center;
}

.js-open-modal{
  border: none;
  cursor: pointer;
}

.modal.is-open{
  display: flex;
}

.modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);

  backdrop-filter: blur(8px);

  -webkit-backdrop-filter: blur(8px);

  opacity: 0;
  transition: opacity .25s ease;
}

.modal.is-open .modal__overlay{
  opacity: 1;
}

.modal__content{
  position: relative;
  z-index: 1;
  width: min(92vw, 750px);
  max-height: 80vh;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  padding: 24px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}

.modal.is-open .modal__content{
  transform: translateY(0);
  opacity: 1;
}

.modal.is-open .modal__content .scroll_wrap{
  overflow-y: scroll;
  max-height: 74vh;
}

.modal__close{
  position: absolute;
  right: 50%;
  margin-right: -19px;
  bottom: -60px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #f2f3f7;
  cursor: pointer;
  font-size: 18px;
  line-height: 38px;
}

body.body-lock{
  overflow: hidden !important;
}

body.body-lock header{
  z-index: -1;
}

.modal_inner{
  padding: 40px;
}

.modal_inner dl{
  display: flex;
  font-size: 16px;
  line-height: 36px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}

.modal_inner dl dt{
  color: white;
  background: #2B2929;
  width: 180px;
  text-align: center;
}

.modal_inner dl dd{
  color: #2B2929;
  background: #F6F1F4;
  width: calc(100% - 180px);
  position: relative;
}

.modal_inner dl dd p{
  padding: 0 30px;
  font-weight: 500;
}

.modal_inner dl dd p.m_5{
  padding: 0 30px;
  font-weight: 500;
  font-size: 13px;
}

.modal_inner dl dd::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;

  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #2B2929;

}

.modal_inner figure{
  margin-bottom: 30px;
}

.modal_inner .uservoice h3{
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 38px;
  font-weight: 500;
  margin-bottom: 10px;
}

.modal_inner .uservoice h3::before{
  content: "";
  width: 30px;
  height: 24px;
  background: url(../img/icon_modal.jpg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.modal_inner .uservoice p{
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}

.modal_inner .uservoice p span{
  color: #D4361A;
  font-weight: 700;
}

.modal__content:focus,
.modal__close:focus{
  outline: none;
}

@media screen and (max-width: 860px) {.modal_inner{
	padding: 0;
  }

.modal_inner dl{
	display: block;
	font-size: 14px;
  }

.modal_inner dl dt,
.modal_inner dl dd{
	width: 100%;
	text-align: center;
  }

.modal_inner dl dd::before{
	display: none;
  }

.modal_inner dl dd p{
	padding: 8px 30px !important;
	font-weight: 500;
	line-height: 1.5em;
  }
}

#cv_sp{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 9999;
  transform: translateY(110%);

  transition: transform .35s ease-out;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0));
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, .08);
  backdrop-filter: blur(6px);
  border-top: 1px solid #eee;
  will-change: transform;
}

#cv_sp.is-show{
  transform: translateY(0);

}

#cv_sp ul{
  display: flex;
  justify-content: space-between;
}

#cv_sp ul li{
  text-align: center;
  width: calc((100% - 20px) / 3);
}

#cv_sp ul li a{
  display: flex;

  padding: 15px 15px 15px 15px;

  border: 2px solid #789FE7;

  border-radius: 30px;

  color: #789FE7;

  font-size: 12px;

  font-weight: bold;

  text-decoration: none;

  text-align: center;

  transition: 0.3s;

  width: 100%;
  margin-right: 8px;
  background: white;
  justify-content: center;
}

#cv_sp ul li:first-child a{
  background: white;
  color: #789FE7;
  border: 2px solid #789FE7;
}

#cv_sp ul li:last-child a{
  border: 2px solid #789FE7;

  background: #789FE7;
  color: white;

}

#cv_sp ul li:first-child a::before{
  content: "";
  height: 15px;
  width: 27px;
  background: url(../img/icon_tel_blue.png) center center no-repeat;
  display: inline-block;
  background-size: contain;
  margin-right: 3px;
}

@media screen and (max-width: 860px){
  #cv_sp{
    padding: 8px 14px calc(9px + env(safe-area-inset-bottom, 0)) !important;
    background: #fff !important;
    border-top: 0 !important;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.12) !important;
    backdrop-filter: none !important;
  }

  #cv_sp ul{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    align-items: stretch;
    max-width: 620px;
    margin: 0 auto;
  }

  #cv_sp ul li{
    width: auto !important;
    min-width: 0;
  }

  #cv_sp ul li a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 58px;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 3px solid #ff5567 !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #ff5567 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    box-sizing: border-box;
  }

  #cv_sp ul li:first-child a{
    gap: 8px;
    font-size: 15px !important;
  }

  #cv_sp ul li:first-child a::before{
    content: none !important;
  }

  #cv_sp ul li:first-child a{
    font-size: 15px !important;
  }

  #cv_sp .cv_sp_tel{
    justify-content: center !important;
    padding: 7px 8px !important;
  }

  #cv_sp .cv_sp_tel img{
    display: block;
    width: 42px;
    height: auto;
    flex: 0 0 auto;
  }

  #cv_sp .cv_sp_tel_text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    color: #ff5567;
    line-height: 1.05;
    white-space: nowrap;
  }

  #cv_sp .cv_sp_tel_text strong{
    display: block;
    font-size: 17px;
    font-weight: 900;
  }

  #cv_sp .cv_sp_tel_text small{
    display: block;
    margin-top: 2px;
    font-size: 10px;
    font-weight: 800;
  }

  #cv_sp ul li:last-child a{
    background: #ff5567 !important;
    color: #fff !important;
  }
}

.nichii_area{
  display: flex;
  padding: 10px;
  font-size: 10px;
  align-items: center;
}

.nichii_area img{
  width: 66px;
  margin-right: 15px;
}

@media screen and (max-width: 860px) {.nichii_area{
	display: none;
  }
}

.apply_popup{
  position: fixed;
  top: 120px;
  right: 30px;
  width: 320px;
  background: #FBF9F4;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
}

.apply_popup.v2{
    position: absolute;
    width: 120%;
    background: #FBF9F4;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    left: -10%;
}

.apply_popup.v2{
    position: absolute;
    width: 120%;
    background: #FBF9F4;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    left: -10%;
}

@media screen and (max-width: 860px) {.apply_popup.v2{
    position: fixed;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 90%;
    max-width: 500px;

    background: #FBF9F4;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
}
}

.apply_popup h3{
  font-size: 14px;
  text-align: center;
}

.apply_popup.show{
  transform: translateY(0);
  opacity: 1;
}

.popup_close{
  position: absolute;
  top: 10px;
  right: 12px;
  background: #444;
  color: #fff;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
}

.popup_btn{
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.popup_btn::before{
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px solid #fff;
  border-radius: 50px;
  pointer-events: none;
}

.popup_btn.light{
  background-color: #789FE7;
  border: 1px solid #789FE7;
}

.popup_btn.dark{
  background: #4a76c9;
  border: 1px solid #4a76c9;
}

@media screen and (max-width: 860px) {.popup_btn{
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	border-radius: 50px;
	position: relative;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	width: 100%;
	font-size: 4.5vw;
  }
}

.price{
  text-align: center;
  font-weight: bold;
  margin: 10px 0;

}

.sub{
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.bg_pink{
  background: url("../img/reason_bg.png") center bottom no-repeat;
  background-size: 100% auto;
  padding: 88px 0 120px;
}

.bg_pink h2.point{
  width: 88%;
  margin: 0 auto 50px 6%;
  line-height: 0;
  text-align: center;
}

.bg_pink ul.ul_1{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.bg_pink ul.ul_1 li{
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: white;
  border-radius: 15px;
  width: calc((100% - 80px) / 3);
}

.bg_pink ul.ul_1 li:nth-child(3n){
  margin-right: 0;
}

.bg_pink ul.ul_1 li .li_inner{
  padding: 15px;
}

.bg_pink ul.ul_1 li h3{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  text-align: center;
}

.bg_pink ul.ul_1 li h3 span{
  font-size: 36px;
  color: #F1665F;
  font-weight: 700;
}

.bg_pink ul.ul_1 li h3 span.ora_normal{
  font-size: 22px;
}

.bg_pink ul.ul_1 li figure{
  margin-bottom: 15px;
  text-align: center;
}

.bg_pink ul.ul_1 li figure img{
  max-height: 120px;
}

.bg_pink ul.ul_1 li div{
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}

.bg_pink ul.ul_1 li div p{
  font-size: 10px;
  color: #9B9393;
  padding-top: 5px;
}

.bg_pink .banner{
  max-width: 1340px;
  margin: 0 auto;
}

@media screen and (max-width: 860px) {.bg_pink{
	padding: 50px 0;
  }

.bg_pink ul.ul_1 li figure img{
	max-height: 100px;
  }

.bg_pink ul.ul_1{
	display: block;
	padding-bottom: 45px;
	margin: 0 15px;
  }

.bg_pink ul.ul_1 li{
	margin-right: 0;
	text-align: left;
	width: auto;
    background: none;
    margin-bottom: 0px;

  }

.bg_pink ul.ul_1 li .li_inner{
	overflow: hidden;
	position: relative;
  }

.bg_pink ul.ul_1 li h3{
	font-size: 15px;
	margin-bottom: 10px;
	text-align: left;
	float: right;
	width: 75%;
  }

.bg_pink ul.ul_1 li figure{
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	display: block;
    width: 15%;
  }

.bg_pink ul.ul_1 li .li_inner div{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
	float: right;
    width: 75%;
  }

.bg_pink ul.ul_1 li h3 span{
	font-size: 25px;
  }

.bg_pink h2.bar_h2{
	margin-left: 15px;
	margin-right: 15px;
  }

.bg_pink ul.ul_2{
	margin-bottom: 40px;
	overflow-x: scroll;
	width: 100%;
  }

.bg_pink ul.ul_2 li:first-child{
	margin-left: 15px;
  }

.bg_pink ul.ul_2 li:last-child{
	margin-right: 15px;
  }

.bg_pink ul.ul_2 li,
.bg_pink ul.ul_2 li dl{
	width: 200px;
  }

.bg_pink .text_area p{
	border-radius: 99999px;
	font-size: 14px;
	margin: 0 20px;
	line-height: 1.7em;
  }

.bg_pink .text_area_2 p{
	margin: 0 15px;
	padding: 20px 20px;
	font-size: 12px;
  }

.bg_pink ul.ul_1 li.li_1 h3 span{
	font-size: 25px;
	letter-spacing: 0px;
  }

.bg_pink .banner{
	margin: 0 5%;
  }
}

@media screen and (min-width: 861px) and (max-width: 1200px) {.bg_pink .inner{
	margin: 0 15px;
  }
}

.grad_bg{
  background: linear-gradient(180deg, #FFF3F2 0%, #FFD6DC 100%);
  padding: 60px 0;
}

.grad_bg h2{
  text-align: center;
  line-height: 0;
  margin-bottom: 50px;
}

.grad_bg h2 img{
  height: 53px;
}

.grad_bg figure{
  margin-bottom: 90px;
}

@media screen and (max-width: 860px) {body.body-lock #cv_sp{
    display: none!important;
  }
}

.cta_btn{
  display: inline-block;
  padding: 15px 30px;
  min-width: 200px;
  text-align: center;

  background-color: #ffffff;
  color: #789FE7;

  border: none;
  border-radius: 50px;

  outline: 1px solid #ffffff;
  outline-offset: 4px;

  font-size: 18px;
  text-decoration: none;

  position: relative;
  overflow: hidden;

  transition: color 0.3s ease;
}

.cta_btn::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #789FE7;
  border-radius: inherit;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;

  z-index: 0;
}

.cta_btn .cta_text{
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.cta_arrow{
  background: url(../img/arrow_btn.png) center center no-repeat;
  background-size: contain;
  height: 15px;
  width: 13px;
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 7px;
}

.cta_btn:hover{
  color: #ffffff;
}

.cta_btn:hover::before{
  transform: scaleX(1);
}

.cta_btn:hover .cta_arrow{
  background: url(../img/arrow_btn_w.png) center center no-repeat;
  background-size: contain;
}

.cta-wrap_2{
  position: relative;
  text-align: center;
  max-width: 720px;
  padding-top: 38px;
  margin: 0 auto;
}

.cta-wrap_2 a::before{
  content: "無料お見積もり";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #789FE7;
  padding: 6px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  z-index: 1;
  border: 2px solid #789FE7;
  white-space: nowrap;
}

.cta-wrap_2 a{
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #789FE7;
  border: 2px solid #789FE7;
  color: #fff;
  text-decoration: none;

  padding: 24px 40px 18px 40px;
  border-radius: 999px;

  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;

  position: relative;
  transition: 0.3s ease;
}

.cta-wrap_2 a::after{
    content: "›";
    position: absolute;
    right: 80px;
    font-size: 27px;
    top: 44%;
    transform: translateY(-34%);
}

.cta-wrap_2 a:hover{
  background: white;
  color: #789FE7;
}

.cta-wrap_2 img{
  width: 60%;
  position: absolute;
  top: 0;
  left: 20%;
}

.cta-wrap_2 a:hover{
  opacity: 1;
}

@media screen and (max-width: 860px) {.cta-wrap_2 a{
      display: block;
      width: 100%;
      margin: 0 auto;
      background: #789FE7;
      border: 1px solid #FFF;
      color: #fff;
      text-decoration: none;
      padding: 27px 40px;
      border-radius: 999px;
      font-size: clamp(21px, 2vw, 20px);
      font-weight: 600;
      position: relative;
      transition: 0.3s ease;
  }

.cta-wrap_2{
    padding-top: 7.4vw;
  }
}

/* Summer campaign rebuild overrides */
#campaign{
  background: #fff !important;
  padding: 72px 0 84px !important;
  text-align: center;
}

#campaign .campaign_title{
  margin: 0 auto 42px !important;
  line-height: 0;
}

#campaign .campaign_title img{
  width: 100%;
}

#campaign .campaign_plan_list{
  max-width: 940px;
  margin: 0 auto;
}

#campaign .campaign_plan_card{
  line-height: 0;
}

#campaign .campaign_plan_card img{
  width: 100%;
}

.after_campaign{
  position: relative;
  padding: clamp(120px, 12vw, 180px) 0 64px !important;
  background: url("../img/after_campaign_bg.png") center top no-repeat !important;
  background-size: 100% auto !important;
  text-align: center;
}

.after_campaign::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 20px;
  background: url("../img/after_campaign_wave.png") center bottom repeat-x;
  background-size: auto 20px;
}

.after_campaign_title{
  width: min(556px, 72%);
  margin: 0 auto 20px;
  line-height: 0;
}

.after_campaign_title img,
.after_campaign_box img,
.after_campaign_text img{
  width: 100%;
}

.after_campaign_box{
  width: min(860px, 100%);
  margin: 0 auto 28px;
  line-height: 0;
}

.after_campaign_text{
  width: min(720px, 92%);
  margin: 0 auto;
  line-height: 0;
}

.bg_pink{
  background: url("../img/reason_bg.png") center bottom no-repeat !important;
  background-size: 100% auto !important;
  padding: 88px 0 120px !important;
}

.reason_content{
  text-align: center;
}

.reason_title{
  width: min(616px, 100%);
  margin: 0 auto 56px;
  line-height: 0;
}

.reason_title img{
  width: 100%;
}

.reason_cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 58px;
}

.reason_card{
  min-height: 255px;
  padding: 38px 22px 28px;
  background: #fff;
  border: 2px solid #d7e5f2;
  border-radius: 10px;
}

.reason_card img{
  width: 80px;
  margin-bottom: 22px;
}

.reason_card p{
  color: #2f3b4b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.reason_card span{
  color: #ff5a6d;
  font-weight: 900;
}

.reason_block{
  line-height: 0;
  margin: 0 auto 62px;
}

.reason_block img{
  width: 100%;
}

.service_area{
  text-align: left;
}

.service_area h3{
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto 28px;
  padding: 18px 28px;
  color: #fff;
  background: #0fb4c8;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
}

.service_area h3::before{
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 28px;
  height: 22px;
  background: url("../img/service_heading_icon.svg") center center no-repeat;
  background-size: contain;
}

.service_cards{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto 34px;
}

.service_cards article img{
  width: 100%;
  margin-bottom: 18px;
}

.service_cards h4{
  color: #2f3b4b;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.service_cards p{
  color: #2f3b4b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.service_note{
  max-width: 820px;
  margin: 0 auto 22px;
  color: #9aa5ad;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.service_customize{
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0 auto 34px;
  padding: 14px 40px;
  color: #2f3b4b;
  border: 3px dotted #0fb4c8;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  background: white;
}

.service_info{
  max-width: 780px;
  margin: 0 auto;
  padding: 24px 32px;
  color: #8a98a3;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #d7e5f2;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.9;
}

@media screen and (max-width: 860px){
  #campaign{
    padding: 44px 0 0px !important;
  }

  #campaign .campaign_title{
    margin-bottom: 28px !important;
  }

  #campaign .campaign_plan_list{
    grid-template-columns: 1fr;
    gap: 22px;
    width: 92%;
  }

  .after_campaign{
    padding: 86px 0 46px !important;
    background-size: auto 100% !important;
  }

  .after_campaign_title{
    width: 88%;
  }


  .bg_pink{
    padding: 54px 0 76px !important;
    background-size: auto 100% !important;
  }

  .reason_title{
    width: 92%;
    margin-bottom: 32px;
  }

  .reason_cards{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 34px;
  }

  .reason_card{
    min-height: auto;
    padding: 26px 18px;
  }

  .reason_card img{
    width: 66px;
    margin-bottom: 16px;
  }

  .reason_card p{
    font-size: 14px;
  }

  .reason_block{
    margin-bottom: 34px;
  }

  .reason_block{
    margin-left: auto;
    margin-right: auto;
  }

  .reason_block img.only-sp{
    display: block !important;
    width: 100%;
    height: auto;
  }

  .service_area h3{
    font-size: 18px;
    padding: 14px 18px;
  }

  .service_cards{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service_customize{
    font-size: 15px;
    white-space: normal;
  }

  .service_info{
    padding: 18px;
    font-size: 11px;
  }
}

/* Price guide rebuild */
.grad_bg{
  background: #fff !important;
  padding: 92px 0 110px !important;
}

.price_guide{
  color: #2f3b4b;
  text-align: center;
}

.price_guide_inner{
  max-width: 940px;
}

.price_guide_title{
  width: min(1038px, 100%);
  margin: 0 auto 26px !important;
  padding-bottom: 0 !important;
  line-height: 0;
}

.price_guide_title::before,
.price_guide_title::after{
  content: none !important;
}

.price_guide_title picture,
.price_guide_title img{
  display: block;
  width: 100%;
  height: auto !important;
}

.price_guide_lead{
  margin: 0 auto 16px;
  font-size: 15px;
  color: #37404D;
  font-weight: 400;
}

.price_guide_lead span{
  color: #0fb4c8;
  font-weight: 900;
}

.price_guide_plan_btn{
  margin: 0 auto 62px;
  line-height: 0;
}

.price_guide_plan_btn img{
  width: min(240px, 72%);
}

.price_plan{
  margin: 0 auto 54px;
}

.price_plan_title{
  position: relative;
  z-index: 2;
  margin: 0 0 -1px !important;
  line-height: 0;
}

.price_plan_title img{
  width: 100%;
}

.price_tabs{
  overflow: hidden;
  border: 3px solid var(--price-color);
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.price_tabs_blue{
  --price-color: #07B2D1;
}

.price_tabs_green{
  --price-color: #07B2D1;
}

.price_tabs input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.price_tab_labels{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #f2f2f2;
}

.price_tab_label{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  color: var(--price-color);
  background: #eee;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.price_tab_label span{
  display: inline-block;
  padding: 4px 10px;
  color: var(--price-color);
  background: #fff;
  border-radius: 999px;
  font-size: 14px;
}

#price-2people-biweekly:checked ~ .price_tab_labels .price_tab_biweekly,
#price-2people-weekly:checked ~ .price_tab_labels .price_tab_weekly,
#price-1person-biweekly:checked ~ .price_tab_labels .price_tab_biweekly,
#price-1person-weekly:checked ~ .price_tab_labels .price_tab_weekly{
  color: #fff;
  background: var(--price-color);
}

#price-2people-biweekly:checked ~ .price_tab_labels .price_tab_biweekly span,
#price-2people-weekly:checked ~ .price_tab_labels .price_tab_weekly span,
#price-1person-biweekly:checked ~ .price_tab_labels .price_tab_biweekly span,
#price-1person-weekly:checked ~ .price_tab_labels .price_tab_weekly span{
  color: var(--price-color);
}

.price_tab_body{
padding: 20px 14px 28px 14px;
}

.price_tab_panel{
  display: none;
}

#price-2people-biweekly:checked ~ .price_tab_body .price_panel_biweekly,
#price-2people-weekly:checked ~ .price_tab_body .price_panel_weekly,
#price-1person-biweekly:checked ~ .price_tab_body .price_panel_biweekly,
#price-1person-weekly:checked ~ .price_tab_body .price_panel_weekly{
  display: block;
}

.price_tab_panel img{
  width: min(524px, 100%);
}

.price_trial_btn{
  margin: 8px auto 12px;
  line-height: 0;
}

.price_trial_btn img{
  width: min(406px, 82%);
}

.price_direct_link{
  margin: 0 0 34px;
  color: #9aa5ad;
  font-size: 13px;
  font-weight: 700;
}

.price_direct_link a{
  color: #9aa5ad;
  text-decoration: underline;
}

.price_notes{
  margin: 18px 0 42px;
  padding: 0;
  list-style: none;
  color: #2f3b4b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
}

.price_notes li::before{
  content: "■";
  margin-right: 4px;
}

.price_plan_table{
  margin: 72px auto 0;
  padding: 18px 24px 24px;
  border: 3px solid #07B2D1;
  border-radius: 10px;
  background: #fff;
  text-align: left;
}

.price_plan_table h3{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #2f3b4b;
  font-size: 20px;
  font-weight: 900;
}

.price_plan_table h3 span{
  display: inline-block;
  padding: 5px 12px;
  color: #fff;
  background: #07B2D1;
  border-radius: 999px;
  font-size: 13px;
}

.price_plan_table table{
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 6px;
  color: #2f3b4b;
  font-size: 15px;
  text-align: center;
}

.price_plan_table th,
.price_plan_table td{
  padding: 14px 12px;
  border: 1px solid #dbe4ee;
  background: #fff;
  vertical-align: middle;
}

.price_plan_table thead th,
.price_plan_table tbody th{
  background: #f5f6f8;
  font-weight: 900;
}

.price_plan_table td{
  font-weight: 800;
}

.price_plan_table small{
  font-size: 12px;
}

@media screen and (min-width: 861px){
  .price_tab_body{
    display: block;
  }
}

@media screen and (max-width: 860px){
  .grad_bg{
    padding: 56px 0 72px !important;
  }

  .price_guide_inner{
    width: 92%;
  }

  .price_guide_title{
    margin-bottom: 18px !important;
  }

  .price_guide_lead{
    font-size: 13px;
  }

  .price_guide_plan_btn{
    margin-bottom: 42px;
  }

  .price_plan{
    margin-bottom: 42px;
  }

  .price_tab_label{
    min-height: 48px;
    font-size: 18px;
  }

  .price_tab_label span{
    font-size: 11px;
  }

  .price_tab_body{
    padding: 16px 10px 22px;
  }

  .price_trial_btn img{
    width: 88%;
  }

  .price_notes{
    font-size: 11px;
  }

  .price_plan_table{
    margin-top: 44px;
    padding: 14px 12px 16px;
    //overflow-x: auto;
  }

  .price_plan_table h3{
    display: block;
    font-size: 16px;
    line-height: 1.5;
  }

  .price_plan_table h3 span{
    margin-right: 6px;
    font-size: 11px;
  }

  .price_plan_table table{
    font-size: 13px;
  }
}

/* Price guide visual alignment */
.fv_wrap{
  padding-top: 122px;
}

#fv{
  margin-top: 0 !important;
}

.price_guide_inner{
  max-width: 940px !important;
}

.price_guide_title{
  width: min(620px, 92%) !important;
  margin-bottom: 24px !important;
}

.price_guide_lead{
  margin-bottom: 12px !important;
  font-size: 14px;
}

.price_guide_plan_btn{
  margin-bottom: 58px !important;
}

.price_guide_plan_btn img{
  width: min(180px, 62%) !important;
}

.price_plan{
  margin-bottom: 48px !important;
}

.price_plan_title img{
  display: block;
  width: 100%;
}

.price_tabs{
  border-width: 2px !important;
  border-radius: 0 0 8px 8px !important;
}

.price_tab_labels{
  gap: 10px;
  background: transparent !important;
}

.price_tab_label{
  min-height: 56px !important;
  border-radius: 8px 8px 0 0;
  background: #eee !important;
}

#price-2people-biweekly:checked ~ .price_tab_labels .price_tab_biweekly,
#price-2people-weekly:checked ~ .price_tab_labels .price_tab_weekly,
#price-1person-biweekly:checked ~ .price_tab_labels .price_tab_biweekly,
#price-1person-weekly:checked ~ .price_tab_labels .price_tab_weekly{
  background: var(--price-color) !important;
}

.price_tab_body{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 14px 28px !important;
}

.price_tab_panel{
  display: block !important;
}

.price_tab_panel img{
  width: 100% !important;
}

.price_trial_btn{
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}

.price_trial_btn img{
  width: min(300px, 70%) !important;
}

.price_direct_link{
  margin-bottom: 34px !important;
  font-size: 12px !important;
}

.price_notes{
  margin: 14px 0 42px !important;
  color: #2f3b4b;
  font-size: 12px !important;
}

.price_plan_table{
  position: relative;
  margin-top: 92px !important;
  border-width: 2px !important;
}

.price_plan_table::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  height: 8px;
  background-image: radial-gradient(circle, #d8e6f2 3px, transparent 3.5px);
  background-size: 18px 8px;
  background-repeat: repeat-x;
}

.price_plan_table h3{
  position: relative;
  padding-right: 30px;
}

.price_plan_table h3::after{
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2f3b4b;
  border-bottom: 2px solid #2f3b4b;
  transform: translateY(-70%) rotate(45deg);
}

@media screen and (max-width: 860px){
  .fv_wrap{
    padding-top: 72px;
  }

  .price_guide_title{
    width: 94% !important;
  }

  .price_guide_plan_btn img{
    width: min(210px, 70%) !important;
  }

  .price_tab_labels{
    gap: 6px;
  }

  .price_tab_body{
    display: block;
  }

  .price_tab_panel{
    display: none !important;
  }

  #price-2people-biweekly:checked ~ .price_tab_body .price_panel_biweekly,
  #price-2people-weekly:checked ~ .price_tab_body .price_panel_weekly,
  #price-1person-biweekly:checked ~ .price_tab_body .price_panel_biweekly,
  #price-1person-weekly:checked ~ .price_tab_body .price_panel_weekly{
    display: block !important;
  }

  .price_trial_btn img{
    width: 88% !important;
  }

  .price_plan_table{
    margin-top: 70px !important;
  }
}

/* Price guide fine tuning */
.price_plan_title{
  width: 100% !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
}

.price_plan_title::before,
.price_plan_title::after{
  content: none !important;
}

.price_plan_title img{
  width: 100% !important;
  height: auto !important;
}

.price_plan_title picture{
  display: block !important;
  width: 100% !important;
}

.price_tabs{
  border-radius: 10px !important;
  overflow: hidden !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}

.price_tabs_blue,
.price_tabs_green{
  border-top: 0 !important;
}

.price_tab_labels{
  gap: 15px !important;
  padding-top: 0 !important;
  margin: 0 !important;
  border-bottom: 2px solid var(--price-color);
  width: 100%;
}

.price_tab_label:first-child{
  border-left: 0 !important;
  border-top-left-radius: 10px !important;
}

.price_tab_label:last-child{
  border-right: 0 !important;
  border-top-right-radius: 10px !important;
}

.price_tab_body{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  border-top: 0 !important;
  border-right: 3px solid var(--price-color) !important;
  border-bottom: 3px solid var(--price-color) !important;
  border-left: 3px solid var(--price-color) !important;
  border-radius: 0 0 10px 10px;
}

.price_tab_panel{
  display: block !important;
}

.price_tab_panel img{
  display: block;
  width: 100% !important;
  height: auto !important;
}

#price-plan-table.price_plan_table{
  border-radius: 10px !important;
  padding: 18px 24px !important;
}

#price-plan-table.price_plan_table[open]{
  padding-bottom: 24px !important;
}

.price_plan_table summary{
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  min-height: 34px;
  margin: 0;
  padding-right: 34px;
  color: #2f3b4b;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.price_plan_table summary::-webkit-details-marker{
  display: none;
}

.price_plan_table[open] summary{
  margin-bottom: 16px;
}

.price_plan_table summary::after{
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2f3b4b;
  border-bottom: 2px solid #2f3b4b;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.price_plan_table[open] summary::after{
  transform: translateY(-30%) rotate(225deg);
}

.price_plan_table summary span{
  display: inline-block;
  padding: 5px 12px;
  color: #fff;
  background: #07B2D1;
  border-radius: 999px;
  font-size: 13px;
  white-space: nowrap;
}

.price_plan_table h3,
.price_plan_table h3::after{
  display: none !important;
}

@media screen and (max-width: 860px){
  .price_plan_title{
    margin-bottom: 18px !important;
  }

  .price_tab_labels{
    gap: 8px !important;
  }

  .price_tab_body{
    display: block !important;
  }

  .price_tab_panel{
    display: none !important;
  }

  #price-2people-biweekly:checked ~ .price_tab_body .price_panel_biweekly,
  #price-2people-weekly:checked ~ .price_tab_body .price_panel_weekly,
  #price-1person-biweekly:checked ~ .price_tab_body .price_panel_biweekly,
  #price-1person-weekly:checked ~ .price_tab_body .price_panel_weekly{
    display: block !important;
  }

  .price_plan_table summary{
    display: block;
    font-size: 16px;
    padding-right: 30px;
  }

.price_plan_table summary span {
    margin-right: 6px;
    font-size: 11px;
    position: absolute;
    top: -33px;
  }
}

/* User voice */
.user_voice{
  position: relative;
  background: #eefdff;
  padding: 94px 0 120px;
}

.user_voice::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 22px;
  background: url("../img/after_campaign_wave.png") center top repeat-x;
  background-size: auto 22px;
  transform: rotate(180deg);
}

.user_voice::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 22px;
  background: url("../img/after_campaign_wave.png") center bottom repeat-x;
  background-size: auto 22px;
}

.user_voice_title{
  width: min(258px, 72%);
  margin: 0 auto 62px;
  line-height: 0;
  text-align: center;
}

.user_voice_title img{
  width: 100%;
  height: auto;
}

.user_voice_grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.user_voice_card{
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(30, 161, 177, 0.12);
}

.user_voice_card h3{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}

.user_voice_orange h3{
  background: #07B2D1;
}

.user_voice_green h3{
  background: #07B2D1;
}

.user_voice_card h3 span{
  display: inline-block;
  padding: 4px 9px;
  background: #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
}

.user_voice_orange h3 span{
  color: #07B2D1;
}

.user_voice_green h3 span{
  color: #07B2D1;
}

.user_voice_photo{
  display: block;
  width: calc(100% - 40px);
  margin: 22px auto 24px;
  border-radius: 6px;
}
.user_voice_photo.sp-only{
  display: none;
}

.user_voice_card h4{
  margin: 0 36px 18px;
  color: #2f3b4b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.user_voice_card p{
  min-height: 150px;
  margin: 0 40px 28px;
  color: #2f3b4b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
}

.user_voice_card strong{
  color: #07B2D1;
  font-weight: 900;
}

.user_voice_green strong{
  color: #07B2D1;
}

.user_voice_modal_btn{
  display: block;
  width: min(220px, 54%);
  margin: 0 auto 42px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  cursor: pointer;
}

.user_voice_modal_btn img{
  width: 100%;
  height: auto;
}

.user_voice_modal{
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.user_voice_modal.is-open{
  display: flex;
}

.user_voice_modal_overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.user_voice_modal_panel{
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  padding: 36px 34px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.user_voice_modal_close{
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f7;
  color: #2f3b4b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.user_voice_modal_panel h3{
  margin: 0 0 18px;
  color: #2f3b4b;
  font-size: 24px;
  font-weight: 900;
}

.user_voice_modal_panel p{
  margin: 0;
  color: #2f3b4b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.user_voice_grid .user_voice_card:nth-child(3) {
  grid-column: 1 / -1;
  width: calc((100% - 24px) / 2); /* gapが24pxの場合 */
  justify-self: center;
}

@media screen and (max-width: 860px){
  .user_voice{
    padding: 58px 0 84px;
  }

  .user_voice_grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .user_voice_card h3{
    font-size: 17px;
  }

  .user_voice_photo{
    width: calc(100% - 28px);
    margin: 16px auto 20px;
  }

  .user_voice_card h4{
    margin: 0 22px 14px;
    font-size: 19px;
  }

  .user_voice_card p{
    min-height: auto;
    margin: 0 24px 24px;
    font-size: 13px;
  }

  .user_voice_modal_btn{
    width: min(220px, 68%);
    margin-bottom: 30px;
  }
  
  .user_voice_photo.sp-only{
    display: block;
  }

}

/* Service flow */
.service_flow{
  position: relative;
  background: #fff;
  padding: 88px 0 110px;
}

.service_flow::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 22px;
  background: url("../img/after_campaign_wave.png") center bottom repeat-x;
  background-size: auto 22px;
}

.service_flow_title{
  width: min(420px, 80%);
  margin: 0 auto 58px;
  line-height: 0;
  text-align: center;
}

.service_flow_title img,
.service_flow_step_img,
.service_flow_message img{
  width: 100%;
  height: auto;
}

.service_flow_steps{
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
  gap: 36px;
  align-items: start;
}

.service_flow_step{
  color: #2f3b4b;
  text-align: left;
  overflow: hidden;
}


.service_flow_step_img{
  display: block;
  width: min(300px, 100%);
  margin: 0 auto 28px;
}

.service_flow_arrow{
  display: block;
  width: 18px;
  height: auto;
  margin: 132px auto 0;
}

.service_flow_step h3{
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.service_flow_step h3 span{
  margin-right: 10px;
  color: #12b3c6;
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  vertical-align: -2px;
}

.service_flow_step h3 small{
  display: block;
  padding-left: 58px;
  font-size: 14px;
  font-weight: 800;
}

.service_flow_step p{
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.85;
}

.service_flow_note{
  margin-top: 12px !important;
  color: #8c96a4;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.service_flow_message{
  width: min(760px, 80%);
  margin: 48px auto 0;
  line-height: 0;
}


/* FAQ */
.faq_section{
  position: relative;
  background: #eefdff;
  padding: 88px 0 112px;
}

.faq_section::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 22px;
  background: url("../img/after_campaign_wave.png") center bottom repeat-x;
  background-size: auto 22px;
}

.faq_title{
  width: min(210px, 64%);
  margin: 0 auto 46px;
  line-height: 0;
  text-align: center;
}

.faq_title img{
  width: 100%;
  height: auto;
}

.faq_list{
  display: grid;
  gap: 18px;
}

.faq_item{
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 178, 201, 0.12);
}

.faq_item summary{
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 0 62px 0 24px;
  color: #2f3b4b;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.faq_item summary::-webkit-details-marker{
  display: none;
}

.faq_item summary::after{
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff5567;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.faq_item[open] summary::after{
  content: "-";
  background: #9da5b4;
}

.faq_q,
.faq_a{
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.faq_q{
  background: #10b4ca;
}

.faq_a{
  border: 1px solid #10b4ca;
  background: #fff;
  color: #10b4ca;
}

.faq_answer{
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 0 56px 26px 24px;
  overflow: hidden;
  transition: max-height .35s ease;
  will-change: max-height;
}

.faq_item:not([open]) .faq_answer{
  padding-top: 0;
  padding-bottom: 0;
}

.faq_answer p,
.faq_answer p a{
  margin: 0;
  color: #4b5667;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.95;
}

.faq_answer p a{
  text-decoration: underline;
}

.faq_answer p a:hover{
  text-decoration: none;
}


/* Map adjustments */
#map h2.map_title{
  width: min(420px, 78%);
  margin: 0 auto 38px;
  line-height: 0;
  text-align: center;
}

#map h2.map_title::before,
#map h2.map_title::after{
  content: none;
}

#map h2.map_title img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 860px){
  .service_flow{
    padding: 58px 0 84px;
  }

  .service_flow_steps{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service_flow_arrow{
    width: 14px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .service_flow_step_img{
    width: min(240px, 74%);
    margin-bottom: 18px;
    float: left;
    width: 30%;
  }

  .service_flow_step h3{
    font-size: 20px;
    text-align: left;
    float: right;
    width: 65%;

  }

  .service_flow_step h3 small{
    padding-left: 0;
  }

  .service_flow_step p{
    font-size: 14px;
    float: right;
    width: 65%;

  }

  .service_flow_message{
    margin-top: 32px;
    float: right;
    width: 65%;
  }
  
  .service_flow_message.v2{
    width: auto;
    margin-top: 35px;
    float: none;
  }

  
  

  .faq_section{
    padding: 58px 0 84px;
  }

  .faq_item summary{
    min-height: 58px;
    padding: 12px 48px 12px 16px;
    font-size: 14px;
  }

  .faq_item summary::after{
    right: 16px;
  }

  .faq_answer{
    padding: 0 18px 20px 16px;
  }

  .faq_answer p{
    font-size: 13px;
  }
}

/* Footer rebuild */
footer{
  padding-top: 0 !important;
  background: #fff;
}

footer .ft_img{
  display: block;
  width: 100%;
  margin: 0 0 52px !important;
}

footer .inner{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 40px 58px !important;
  box-sizing: border-box;
}

footer .left{
  max-width: 520px !important;
  text-align: left !important;
}

footer .left h1{
  margin: 0 0 22px !important;
  line-height: 0;
}

footer .left h1 img{
  width: 268px;
  max-width: 100% !important;
}

footer .left > p:not(.company){
  margin: 0 0 26px !important;
  color: #263344;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

footer .left h2{
  margin: 0 0 18px;
  line-height: 0;
}

footer .left h2 img{
  width: 247px;
  max-width: 100%;
}

footer .left .company{
  margin: 0;
  color: #263344;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

footer .footer_social{
  width: min(390px, 38%);
  text-align: center !important;
}

footer .footer_social_lead{
  position: relative;
  display: inline-block;
  margin: 0 0 22px !important;
  padding: 0 30px;
  color: #263344 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  text-align: center !important;
  background: linear-gradient(transparent 62%, #e6fbff 62%);
}

footer .footer_social_lead::before,
footer .footer_social_lead::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #3bb8cf;
}

footer .footer_social_lead::before{
  left: 0;
  transform: rotate(45deg);
}

footer .footer_social_lead::after{
  right: 0;
  transform: rotate(-45deg);
}

footer .footer_social ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer_social li{
  margin: 0;
  padding: 0;
}

footer .footer_social a{
  display: block;
  width: 80px;
  line-height: 0;
  transition: opacity .2s ease;
}

footer .footer_social a:hover{
  opacity: .78;
}

footer .footer_social img{
  width: 100%;
  height: auto;
}

footer .rights{
  background: #242d38 !important;
  padding: 14px 16px !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

@media screen and (max-width: 860px){
  footer .ft_img{
    margin-bottom: 34px !important;
  }

  footer .inner{
    display: block !important;
    padding: 0 25px 38px !important;
  }

  footer .left{
    max-width: none !important;
    text-align: center !important;
  }

  footer .left h1,
  footer .left h2{
    text-align: center;
  }

  footer .left h1 img{
    width: 230px;
  }

  footer .left h2 img{
    width: 220px;
  }

  footer .left > p:not(.company),
  footer .left .company{
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  footer .footer_social{
    width: 100%;
    margin-top: 36px;
  }

  footer .footer_social_lead{
    padding: 0 24px;
    font-size: 13px !important;
  }

  footer .footer_social ul{
    gap: 16px;
  }

  footer .footer_social a{
    width: 68px;
  }
}

/* Final overrides */
.price_tab_body{
  display: block !important;
}

.price_tab_panel{
  display: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

#price-2people-biweekly:checked ~ .price_tab_body .price_panel_biweekly,
#price-2people-weekly:checked ~ .price_tab_body .price_panel_weekly,
#price-1person-biweekly:checked ~ .price_tab_body .price_panel_biweekly,
#price-1person-weekly:checked ~ .price_tab_body .price_panel_weekly{
  display: grid !important;
}

.price_tab_label:first-child{
  border-left: 10px !important;
}

.price_tab_label:last-child{
  border-right: 10px !important;
}

.faq_item summary::after{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  line-height: 24px;
}

body.is-modal-open{
  overflow: hidden;
}

.user_voice_modal{
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 30px 18px;
}

.user_voice_modal_panel{
  width: min(660px, 100%);
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.user_voice_modal_head{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}

.user_voice_modal_panel.is-orange .user_voice_modal_head{
  background: #07B2D1;
}

.user_voice_modal_panel.is-green .user_voice_modal_head{
  background: #07B2D1;
}

.user_voice_modal_head span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  padding: 4px 9px;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.user_voice_modal_panel.is-orange .user_voice_modal_head span{
  color: #07B2D1;
}

.user_voice_modal_panel.is-green .user_voice_modal_head span{
  color: #07B2D1;
}

.user_voice_modal_body{
  padding: 28px 34px 36px;
}

.user_voice_modal_photo_wrap{
  display: block;
  margin: 0 0 24px;
  line-height: 0;
}

.user_voice_modal_photo{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.user_voice_modal_body h3{
  margin: 0 0 18px;
  color: #2f3b4b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.user_voice_modal_body p{
  margin: 0 0 30px;
  color: #2f3b4b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.user_voice_modal_body strong{
  font-weight: 900;
}

.user_voice_modal_panel.is-orange .user_voice_modal_body strong{
  color: #07B2D1;
}

.user_voice_modal_panel.is-green .user_voice_modal_body strong{
  color: #07B2D1;
}

.user_voice_modal_profile{
  margin: 0 0 28px;
  padding: 18px 20px;
  border-radius: 6px;
}

.user_voice_modal_panel.is-orange .user_voice_modal_profile{
  background: #EFF7F9;
}

.user_voice_modal_panel.is-green .user_voice_modal_profile{
  background: #EFF7F9;
}

.user_voice_modal_profile dl{
  display: grid;
  gap: 9px;
  margin: 0;
}

.user_voice_modal_profile div{
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: center;
}

.user_voice_modal_profile dt{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0;
  border: 1px solid #CFDCEB;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
}

.user_voice_modal_panel.is-orange .user_voice_modal_profile dt,
.user_voice_modal_panel.is-green .user_voice_modal_profile dt{
  color: #37404D;
}

.user_voice_modal_profile dd{
  margin: 0;
  color: #2f3b4b;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.user_voice_modal_schedule{
  display: block;
  width: min(520px, 100%);
  height: auto;
  margin: 0 auto 30px;
}

.user_voice_modal_close_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(220px, 70%);
  min-height: 48px;
  margin: 0 auto;
  border: 0;
  border-radius: 999px;
  background: #999fa5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.user_voice_modal_close{
  display: none;
}

@media screen and (max-width: 860px){
  .price_tab_panel{
    grid-template-columns: 1fr !important;
  }

  .user_voice_modal{
    padding: 18px 12px;
  }

  .user_voice_modal_panel{
    border-width: 5px;
  }

  .user_voice_modal_head{
    min-height: 50px;
    padding: 0 12px;
    font-size: 17px;
  }

  .user_voice_modal_body{
    padding: 22px 18px 28px;
  }

  .user_voice_modal_body h3{
    font-size: 19px;
  }

  .user_voice_modal_body p{
    font-size: 13px;
  }

  .user_voice_modal_profile div{
    grid-template-columns: 1fr;
    gap: 7px;
    display: flex;
  }

  .user_voice_modal_panel.is-orange .user_voice_modal_profile dt {
      color: #2f3b4b;
      font-size: 10px;
      width: 100px;
      padding: 7px;
      border-radius: 5px;
      border-color: #CFDCEB;
      text-align: center;
  }
  
  .user_voice_modal_panel.is-green .user_voice_modal_profile dt {
      color: #2f3b4b;
      font-size: 10px;
      width: 100px;
      padding: 7px;
      border-radius: 5px;
      border-color: #CFDCEB;
      text-align: center;
  }
  
  .user_voice_modal_profile dd{
    width: calc(100% - 120px);
  }

}

/* Price tab interaction fix */
.price_tabs{
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  padding-bottom: 0 !important;
}

.price_tab_labels{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  background: transparent !important;
  border-bottom: 0 !important;
}

.price_tab_label{
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  background: #eee !important;
}

.price_tab_body{
  display: block !important;
  border: 3px solid var(--price-color) !important;
  border-radius: 0 0 10px 10px !important;
  padding: 18px 14px 28px !important;
  background: #fff !important;
}

.price_tabs .price_tab_panel{
  display: none !important;
}

.price_tabs.is-biweekly .price_panel_biweekly,
.price_tabs.is-weekly .price_panel_weekly{
  display: grid !important;
}

.price_tabs .price_trial_btn{
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.price_tabs .price_direct_link{
  margin-bottom: 0 !important;
}

.price_tabs.is-weekly .price_tab_weekly,
.price_tabs.is-biweekly .price_tab_biweekly{
  background: var(--price-color) !important;
  color: #fff !important;
}

.price_tabs.is-weekly .price_tab_weekly span,
.price_tabs.is-biweekly .price_tab_biweekly span{
  background: #fff !important;
  color: var(--price-color) !important;
}

/* Modal scroll fix */
.user_voice_modal.is-open{
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: block !important;
  overflow-y: auto !important;
  height: 100vh;
  height: 100dvh;
  padding: 0 18px !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.user_voice_modal_overlay{
  position: fixed !important;
}

.user_voice_modal_panel{
  margin: 30px auto !important;
  max-height: none !important;
  border: 0 !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26) !important;
}

@media screen and (max-width: 860px){
  .price_tabs{
    padding-bottom: 0 !important;
  }

  .price_tab_body{
    padding: 14px 12px 24px !important;
  }

  .user_voice_modal.is-open{
    padding: 0 12px !important;
  }

  .user_voice_modal_panel{
    margin: 18px auto !important;
  }
}

/* SP image swaps */
@media screen and (max-width: 860px){
  #fv > img.only-sp{
    width: 100% !important;
    height: auto !important;
  }

  .intro_problems_title{
    display: block !important;
    width: 100%;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    line-height: 0 !important;
  }

  .intro_problems_title img.only-sp{
    display: block !important;
    width: min(229px, 50%);
    height: auto;
    margin: 0 auto;
  }


  .after_campaign_box img.only-sp{
    display: block !important;
    width: 100%;
    height: auto;
  }
}

/* SP reason cards */
@media screen and (max-width: 860px){
  .reason_title{
    width: min(303px, 88%) !important;
    margin: 0 auto 28px !important;
    line-height: 0 !important;
  }

  .reason_title img.only-sp{
    display: block !important;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .reason_cards{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 auto 38px !important;
  }

  .reason_card{
    display: grid !important;
    grid-template-columns: 82px 1fr;
    align-items: center;
    gap: 14px;
    min-height: 110px !important;
    padding: 18px 22px !important;
    background: #fff !important;
    border: 2px solid #d7e5f2 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(48, 78, 106, 0.08);
    text-align: left !important;
  }

  .reason_card img{
    width: 58px !important;
    margin: 0 auto !important;
  }

  .reason_card p{
    font-size: 15px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }


  .reason_card span{
    color: #ff5567 !important;
  }
}

/* SP intro problem cards */
@media screen and (max-width: 860px){
  .intro_problem_list{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 auto 30px !important;
  }

  .intro_problem_card{
    display: flex !important;
    flex-direction: column;
    min-height: 0 !important;
    overflow: hidden;
    border-radius: 7px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(58, 123, 147, 0.08) !important;
  }

  .intro_problem_card img{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 158 / 112;
    object-fit: cover;
  }

  .intro_problem_card p{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 10px 8px 12px !important;
    color: #1f2a3a;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .intro_message{
    width: min(314px, 86%) !important;
    margin: 0 auto !important;
  }
}

/* SP campaign title width */
@media screen and (max-width: 860px){
  #campaign .campaign_title{
    width: 92% !important;
    max-width: 420px;
    margin: 0 auto 28px !important;
  }

  #campaign .campaign_title img{
    display: block;
    width: 100% !important;
    height: auto;
  }
}

/* SP campaign plan image swap */
#campaign .campaign_plan_card picture{
  display: block;
  width: 100%;
}

#campaign .campaign_plan_card picture img{
  display: block;
  width: 100%;
  height: auto;
}

.campaign_plan_slider{
  position: relative;
}

.campaign_plan_prev,
.campaign_plan_next{
  display: none;
}

/* campaign plan normal display */
#campaign .campaign_plan_slider{
  position: relative;
  overflow: visible;
}

#campaign .campaign_plan_prev,
#campaign .campaign_plan_next{
  display: none !important;
}

@media screen and (max-width: 860px){
  #campaign .campaign_plan_slider{
    width: 100%;
    overflow: visible;
  }

  #campaign .campaign_plan_list{
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  #campaign .campaign_plan_card{
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* SP after campaign title clearance */
@media screen and (max-width: 860px){
  .after_campaign{
    padding-top: calc(122px + 10vw) !important;
  }

  .after_campaign_title{
    margin-bottom: 26px !important;
  }
}

/* SP service cards slider */
@media screen and (max-width: 860px){
  .service_area{
    position: relative;
    overflow: visible;
  }

  .service_area h3{
    max-width: none !important;
    margin: 0 auto 28px !important;
  }

  .service_cards{
    display: flex !important;
    grid-template-columns: none !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 42px 14px 15px !important;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .service_cards::-webkit-scrollbar{
    display: none;
  }

  .service_cards article{
    flex: 0 0 min(214px, 55vw) !important;
    width: min(214px, 55vw) !important;
    scroll-snap-align: start;
  }

  .service_cards article img{
    display: block;
    width: 100%;
    margin-bottom: 16px !important;
    border-radius: 8px;
  }

  .service_cards h4{
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .service_cards p{
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .service_cards_prev,
  .service_cards_next{
    display: block;
    position: absolute;
    top: 184px;
    z-index: 4;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .service_cards_prev{
    left: -4px;
    opacity: 0;
    pointer-events: none;
  }

  .service_cards_prev.is-show{
    opacity: 1;
    pointer-events: auto;
  }

  .service_cards_next{
    right: -4px;
  }

  .service_cards_next.is-hide{
    opacity: 0;
    pointer-events: none;
  }

  .service_cards_prev img,
  .service_cards_next img{
    display: block;
    width: 100%;
    height: auto;
  }

  .service_cards_prev img{
    transform: rotate(180deg);
  }
}

/* SP two-person plan: round the top-left corner of the first tab */
@media screen and (max-width: 860px){
  .price_plan_2people .price_tabs_blue .price_tab_label.price_tab_biweekly{
    border-top-left-radius: 8px !important;
  }

  .price_plan_2people .price_tabs_blue .price_tab_label.price_tab_weekly{
    border-top-right-radius: 8px !important;
  }

  .price_plan_1person .price_tabs_green .price_tab_label.price_tab_biweekly{
    border-top-left-radius: 8px !important;
  }

  .price_plan_1person .price_tabs_green .price_tab_label.price_tab_weekly{
    border-top-right-radius: 8px !important;
  }
}

/* Final price tab layout: keep panels and CTA inside the bordered area */
.after_campaign_text picture{
  display: block;
}

.after_campaign_text img{
  height: auto;
}

.price_tabs{
  //border: 3px solid var(--price-color) !important;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px !important;
  overflow: visible !important;
  background: #fff !important;
  padding-bottom: 32px !important;
}

.price_tab_labels{
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

.price_tab_body{
  border: 0 !important;
  border: 3px solid var(--price-color) !important;
  border-radius: 0 0 15px 15px !important;
  padding: 18px 14px 30px !important;
}

.price_tab_panel picture{
  display: block !important;
  width: 100% !important;
}

.price_tab_panel picture img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.price_tabs .price_trial_btn{
  margin: 30px auto 12px !important;
  transform: none !important;
}

.price_tabs .price_trial_btn picture{
  display: block !important;
}

.price_tabs .price_direct_link{
  margin: 0 auto !important;
}

@media screen and (max-width: 860px){
  .price_tabs{
    padding-bottom: 28px !important;
  }

  .price_tab_labels{
    gap: 10px !important;
  }

  .price_tab_body{
    padding: 14px 12px 14px !important;
    
  }
  .price_plan_table::before{
    display: none;
  }
  .price_plan_table summary{
    min-height: 0;
  }
    
  .price_plan_table small {
      font-size: 9px;
  }
  
  .user_voice_photo.sp-hidden{
    display: none;
  }

}


/* SP user voice slider */
.user_voice_grid_prev,
.user_voice_grid_next{
  display: none;
}

@media screen and (max-width: 860px){
  .user_voice .inner_w1140{
    position: relative;
    overflow: visible;
  }

  .user_voice_grid{
    display: flex !important;
    grid-template-columns: none !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 42px 14px 0 !important;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .user_voice_grid::-webkit-scrollbar{
    display: none;
  }

  .user_voice_card{
    flex: 0 0 calc(100% - 42px) !important;
    width: calc(100% - 42px) !important;
    max-width: none !important;
    scroll-snap-align: start;
  }

  .user_voice_grid_prev,
  .user_voice_grid_next{
    display: block;
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .user_voice_grid_prev{
    left: -4px;
    opacity: 0;
    pointer-events: none;
  }

  .user_voice_grid_prev.is-show{
    opacity: 1;
    pointer-events: auto;
  }

  .user_voice_grid_next{
    right: -4px;
  }

  .user_voice_grid_next.is-hide{
    opacity: 0;
    pointer-events: none;
  }

  .user_voice_grid_prev img,
  .user_voice_grid_next img{
    display: block;
    width: 100%;
    height: auto;
  }

  .user_voice_grid_prev img{
    transform: rotate(180deg);
  }
  
  #map .map {
      max-width: 1100px;
      margin: 0 5%;
  }
}


/* map lightbox modal */
.map_lightbox_modal{
  z-index: 10000;
  padding: 15px 0;
}

.map_lightbox_modal .modal__overlay{
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.map_lightbox_modal__content{
  max-height: 88vh;
  padding: 15px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  overflow: visible;
  width: min(92vw, 920px);
  border-radius: 15px;
  line-height: 0;
}

.map_lightbox_modal__content picture,
.map_lightbox_modal__content img{
  display: block;
  width: 100%;
}

.map_lightbox_modal__content img{
  max-height: calc(88vh - 68px);
  object-fit: contain;
}

.map_lightbox_modal__content p{
  padding-top: 10px;
  color: #9B9393;
  font-size: 11px;
  line-height: 1.6;
  text-align: left;
}

.map_lightbox_modal__close{
  right: -16px;
  top: -16px;
  bottom: auto;
  margin-right: 0;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #2f3948;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  z-index: 2;
}

@media screen and (max-width: 860px){
  .map_lightbox_modal{
    padding: 12px 0;
  }

  .map_lightbox_modal__content{
    width: 92vw;
    max-height: 86vh;
    padding: 10px;
    border-radius: 12px;
  }

  .map_lightbox_modal__content img{
    max-height: calc(86vh - 70px);
  }

  .map_lightbox_modal__content p{
    font-size: 10px;
    line-height: 1.5;
  }

  .map_lightbox_modal__close{
    right: -10px;
    top: -14px;
    width: 38px;
    height: 38px;
    font-size: 26px;
    line-height: 32px;
  }
}


.faq_section a{
  text-decoration: underline;
}
.faq_section a:hover{
  text-decoration: none;
}

.user_voice_card h3 .case_num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
  display: inline-block;
}


#cleaningToolsModal.modal{
  display: none;
}

#cleaningToolsModal.modal.is-open{
  display: flex;
}

#cleaningToolsModal .modal__content{
  width: auto;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

#cleaningToolsModal .modal__content img{
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  object-fit: contain;
}

#cleaningToolsModal .modal__close{
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: auto;
  margin-right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
}

.service_note a {
    color: #9aa5ad;
    text-decoration: underline;
}

.service_note a:hover {
    text-decoration: none;
}