@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  box-sizing: border-box;
}

/*-------------------------------------------------
	Reset
-------------------------------------------------*/
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;
}

/*-------------------------------------------------
	all
-------------------------------------------------*/
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;
}


/* SP
------------------ */
@media screen and (max-width: 860px) {
  body {
	min-width: 100%;
  }

  .all_wrap {
	overflow: visible;
	padding-bottom: 80px;
  }


  header,
  #cv_sp,
  #plan,
  #banner,
  #service,
  #start,
  #price,
  #flow,
  #faq,
  #map,
  footer {
	overflow: hidden;
  }

}



/* 初期はPC表示にしてSP非表示 */
.only-sp {
  display: none !important;
}

/* スマホ（例: 768px以下）のときは逆にする */
@media screen and (max-width: 860px) {
  .only-pc {
	display: none !important;
  }

  .only-sp {
	display: block !important;
  }
}


.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

button {
  color: black;
  /* 文字色 */
}


.inner_w940 {
  max-width: 940px;
  margin: 0 auto;
}

.inner_w1140 {
  max-width: 1140px;
  margin: 0 auto;
}

/* SP
------------------ */
@media screen and (max-width: 860px) {
  .inner_w940 {
	max-width: 940px;
	margin: 0 5%;
  }

  .inner_w1140 {
	max-width: 1140px;
	margin: 0 5%;
  }

}

/*------------------------------------------------
	contents
------------------------------------------------*/

/*------------------------------------------------
  header
------------------------------------------------*/

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;
}

/* ------------------------------
   TEL
------------------------------ */

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: #789FE7;
  border: 2px solid #789FE7;
  margin-right: 8px;
}

/* 内側白ボーダー */
header .right .btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid #fff;
  border-radius: 50px;
  pointer-events: none;
  z-index: 2;
}

/* スライド背景 */
header .right .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #789FE7;
  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: #789FE7;
  color: #fff;
  border: 2px solid #789FE7; /* 外側水色 */
}

/* 内側白ボーダー */
header .right .btn2::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid #fff;
  border-radius: 50px;
  pointer-events: none;
  z-index: 2;
}

/* 左から白スライド */
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: #789FE7;
}

header .right .btn2:hover::after {
  transform: translateX(0);
}


/* SP
------------------ */
@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 {
	/* height: 36px; ← 削除 */
	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;
	/* 6px → 8px に少し広げる */
	line-height: 1.2;
	/* 高さ調整用 */
  }
}

/*------------------------------------------------
	#fv
------------------------------------------------*/

#fv {
  position: relative;
  margin-top: 102px;
}


#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 center;
  background-size: cover;
}

.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%;
}


/* SP
------------------ */
@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_sp_top.jpg) top center no-repeat #faf9f4;
	background-size: contain;
	position: relative;
	text-align: center;
	padding-bottom: 0;
	padding-top: 0;
	z-index: 1;
  }

  .fv_wrap .intro .inner {
	padding: 50px 0;
	background: url(../img/intro_bg_sp_btm.jpg) center bottom no-repeat;
	background-size: contain;

  }

  .fv_wrap .intro .nichii_sp img {
	width: 40%;
	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 5%;
  }

  .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;
  }

}

/*------------------------------------------------
	#campaign
------------------------------------------------*/


#campaign {
  background: url("../img/bg_cnt.jpg") top center;
  background-size: cover;
  padding: 100px 0;
}

#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;
  /* ← liに指定 */
  list-style-position: outside;
  /* or inside */
  display: list-item;

}


/* SP
------------------ */
@media screen and (max-width: 860px) {
  #campaign{
    padding: 50px 0
  }

  
  #campaign h2 {
	width: auto;
	margin: 0 auto;
	padding-bottom: 30px;
  }

  #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
------------------------------------------------*/


.tab_area {
  background: #F9F5EE;
  padding-top: 50px;
  padding-bottom: 100px;
}

.ma_1 {
  margin-bottom: 60px;
}

/* SP
------------------ */



/*------------------------------------------------
	#recommend
------------------------------------------------*/

#recommend {
  padding-bottom: 60px;
}

#recommend h2 {
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

#recommend h2::before {
  content: "";
  display: block;
  background: #D4361A;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 5px;
}

#recommend h2::after {
  content: "";
  display: block;
  background: #D4361A;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}

#recommend ul.ex {
  display: flex;
  gap: 20px;
  /* li同士の間隔を20pxに */
  justify-content: center;
  /* 中央寄せ（不要なら削除OK） */
  padding: 0;
  /* 左右余白なし */
  margin: 0;
  margin-bottom: 60px;
}

#recommend ul.ex li {
  text-align: center;
  list-style: none;
  /* ドット消す場合 */
}

#recommend ul.ex li dt {
  margin-block: 15px;
}

#recommend ul.ex li dd {
  font-size: 14px;
}

#recommend .reco_comment {
  border: 3px solid #E5C47A;
  border-radius: 8px;
  padding: 5px;
  max-width: 700px;
  margin: 0 auto;
}

#recommend .reco_comment .inner {
  border: 1px solid #E5C47A;
  border-radius: 8px;
  padding: 20px;
}

#recommend .reco_comment .inner ul {
  max-width: 524px;
  margin: 0 auto;
}

#recommend .reco_comment .inner ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  padding-left: 25px;
}

#recommend .reco_comment .inner ul li::before {
  content: "";
  height: 1em;
  width: 1em;
  background: url(../img/icon_check.png) center center no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.5em;
}


/* SP
------------------ */
@media screen and (max-width: 860px) {

  #recommend h2 {
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 20px;
  }

  #recommend .ex_sp {
	margin-bottom: 30px;
  }

  #recommend .reco_comment .inner ul li {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px;
  }

  #recommend .reco_comment .inner ul li:last-child {
	padding-bottom: 0;
  }

  #recommend .reco_comment .inner ul li::before {
	content: "";
	height: 1em;
	width: 1em;
	background: url(../img/icon_check.png) center center no-repeat;
	display: block;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0.10em;
  }

}



/*------------------------------------------------
	#cv_blue
------------------------------------------------*/

#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: 25px;
}

@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: 40px;
  }

}


#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;
}

/* SP
------------------ */
@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;
  }



}


/*------------------------------------------------
		#service
------------------------------------------------*/
#service {
  background: url("../img/bg_2.jpg") center center;
  background: cover;
}

#service .inner_w1140 {
  padding: 60px 0;
}

/* 見出しブロック */
h2.title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  margin-bottom: 48px;
}

/* 上の小バッジ */
h2.title>p {
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 10px;
}


/* メイン見出し */
#service h2.title>div {
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
}

#service h2.title>div::before {
  content: "";
  display: block;
  background: #D4361A;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 5px;
}

#service h2.title>div::after {
  content: "";
  display: block;
  background: #D4361A;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}

#service ul {
  display: flex;
  justify-content: center;
}

#service ul.ul_1 {
  margin-bottom: 30px;
}

#service ul li {
  margin: 0 5px;
  width: 352px;
}

@media (max-width: 1140px) {
  #service ul li {
	width: 30.9vw;
	/* 352 ÷ 1140 × 100 */
  }
}

/* SP
	------------------ */
@media screen and (max-width: 860px) {
  h2.title>div {
	line-height: 1.3em;
	padding-bottom: 10px;
  }

  h2.title>p {
	font-size: 12px;
  }

  #service h2.title>div {
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 20px;
  }

  #service ul li {
	width: 47%;
	margin: 0 1.5%;

  }

  #service ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }




}


/*------------------------------------------------
	#service_2
------------------------------------------------*/

#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;

}



/* SP
------------------ */
@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;
	/* ← scrollより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;
  }

  h2.title {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	text-align: center;
	margin-bottom: 0;
  }

  #service ul.ul_1 {
	margin-bottom: 0;
  }

  #service_2 p {
	color: #2B2929;
	font-size: 14px;
	text-align: left;
	padding-bottom: 20px;
	line-height: 1.5em;
  }

  #service_2 p,
  #service_2 p a {
	color: #2B2929;
  }

}

/*------------------------------------------------
	#start
------------------------------------------------*/

#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;
}


/* SP
------------------ */
@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
------------------------------------------------*/

#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;
}

/* SP
------------------ */
@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 {}

#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;
  margin-top: -6vw;
}

#price .table ul {
  margin-top: -55px;
}

@media screen and (max-width: 1140px) {
#price .table ul {
  margin-top: -5vw;
}
}

#price .table ul li {
  width: 74%;
  margin-left: 26%;
  font-size: 10px;
  line-height: 1.5em;
  color: #9B9393;
  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: 15px;
}


#price .list_box .wrapper {
  display: flex;
  flex-wrap: wrap;
  /* 狭い時の折り返し用 */
}

#price .list_box .wrapper .box_inner {
  flex: 0 0 50%;
  /* 横並び・各50% */
  box-sizing: border-box;
  padding: 0 16px;
  text-align: center;
  /* box内は中央寄せ */
  font-size: 16px;
  line-height: 3em;
}

#price .list_box .wrapper .box_inner ul {
  display: inline-block;
  /* shrink-to-fit + 中央寄せ（親のtext-alignで中央に） */
  text-align: left;
  /* 中の文字は左寄せ */
  margin: 0;
  padding-left: 1.2em;
  /* outside時のインデント */
  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;
}

/* SP
------------------ */
@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
------------------------------------------------*/

#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;
}


/* SP
------------------ */
@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 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;
  }



}





/*------------------------------------------------
	#faq
------------------------------------------------*/

#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{
  position: relative;
}

#faq .faq-answer p {
  padding-top: 25px;
  padding-bottom: 25px;
}

#faq .faq-answer::before {
    content: "A";
    color: #EC7E79;
    background: white;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 25px;
    display: block;
    border-radius: 999px;
    text-align: center;
    border: 1px #EC7E79 solid;
}

#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::before {
      height: 18px;
      width: 18px;
      line-height: 16px;
      font-weight: 700;
      position: absolute;
      left: 0;
      top: 12px;
      display: block;
      border-radius: 999px;
      text-align: center;
  }


  

  #faq .faq-answer p {
	font-size: 12px;
	line-height: 1.8em;
  }

  #faq .faq-answer p {
	padding-top: 10px;
	padding-bottom: 10px;
  }


}

/*------------------------------------------------
	.tabs
------------------------------------------------*/


.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
------------------------------------------------*/

.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% - 8px) / 2);
  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;
}


/* カード */
.plan-card {
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
}

/* 上の白いピル + 先端（三角） */

.plan-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  /* 下向きの三角 */
}

/* タイトル/補足/価格 */
.plan-title {
  font-size: 18px;
  margin-top: 4px;
  font-weight: 700;
}

.plan-sub {
  font-size: 12px;
  font-weight: 600;
}

.plan-price {
  font-size: 24px;
  text-decoration: underline;
  font-weight: 700;
  margin-top: 4px;
}

.plan-price span {
  font-size: 16px;
}


/* 1個目 */
.tab_box .inner {
  padding: 30px;
}

.tab_box .inner .title {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 20px;
}

.tab_box .inner .graph,
.tab_box .inner .timeline {
  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;
}



/* SP: 横スクロール可能に（タブが多い時の保険） */
@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 .timeline {
	margin-bottom: 20px;
	width: 85%;
	margin-left: 7.5%;
  }

  .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;
  }

}



/* SP
------------------ */
@media screen and (max-width: 860px) {

  #price .banner {
	padding: 0 15px;
  }


  #price .price_list {
	margin: 0;
  }

  .plan-badge {
	font-size: 10px;
	padding: 4px 6px;
  }

  .plan-price {
	font-size: 20px;
  }


  .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
------------------------------------------------*/


#map {
  padding: 100px 0;
  text-align: center;
}


#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
------------------------------------------------*/
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;
  }


}
/* Tablet (861px〜1200px)
------------------ */
@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;
	/* 370→320でコンパクトに */
  }

  footer .left h1 img {
	max-width: 220px;
	/* ロゴ少し縮小 */
  }

  footer .left h2 p {
	font-size: 14px;
	/* 本文少し小さめ */
	line-height: 1.6;
  }

  footer .right {
	max-width: 340px;
	/* 390→340で圧縮 */
  }

  footer .right .img {
	margin-bottom: 12px;
  }

  footer .right ul {
	gap: 12px;
	/* サムネの間隔を詰める */
	flex-wrap: wrap;
	/* 幅が足りない時は折り返す */
  }

  footer .right ul li {
	width: 74px;
	/* 80→74で収まりを良く */
  }
}

/*------------------------------------------------
	modal
------------------------------------------------*/

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  /* hidden by default */
  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);
  /* Safari対応 */
  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;
}

/* Close button (optional) */
.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;
}

/* Scroll lock when modal open */
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
------------------------------------------------*/
#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;
}




.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%;
}


@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/bg_pink.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.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: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.bg_pink ul.ul_1 li {
  margin-right: 20px;
  margin-bottom: 40px;
  text-align: center;
  background: white;
  border-radius: 15px;
  width: calc((100% - 40px) / 3);
}

.bg_pink ul.ul_1 li:nth-child(1) h3 div  {
  text-align: center;
}

.bg_pink ul.ul_1 li:nth-child(1) h3 div span,
.bg_pink ul.ul_1 li:nth-child(3) span {
  font-size: 20px;
}



.bg_pink ul.ul_1 li:nth-child(1) h3 .div_1{
  display: flex;
  align-items: baseline;
}

.bg_pink ul.ul_1 li:nth-child(1) h3 .div_1 img{
  height: 15px;
  margin-right: 5px;
}

.bg_pink ul.ul_1 li:nth-child(1) h3 .div_1 p{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #2B2929;
}

.bg_pink ul.ul_1 li:nth-child(1) h3{
  margin-bottom: 0;
}

/* SP */

@media screen and (max-width: 860px) {
  .bg_pink ul.ul_1 li:nth-child(1) h3 div {
      text-align: center;
      float: left;
      width: auto;
  }
  
  .bg_pink ul.ul_1 li:nth-child(1) h3{
    margin-bottom: 10px;
  }
  
  
}


/* 3, 6, 9... の要素だけ margin なし */
.bg_pink ul.ul_1 li:nth-child(3n) {
  margin-right: 0;
}

.bg_pink ul.ul_1 li .li_inner {
  padding: 30px;
}

.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;
}

/* SP
------------------ */
@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;
	margin-bottom: 15px;
	text-align: left;
	width: auto;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .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: 69%;
  }

  .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 .li_inner {
    padding: 15px;
  }


  .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%;
  }
  
  .bg_pink ul.ul_1 li{
    background: none;
    box-shadow: none;
  }
  

}


/* Tablet (861px〜1200px)
------------------ */
@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;
}

/* hover */
.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(-35%);
}

/* ホバー */
.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;
  }
  
}