@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*  common                        */
/*=============================================*/
.orange_main_btn {
  position: relative;
  display: block;
  background-color: #E83E0B;
  width: fit-content;
  padding: 1em 2.5em 1em 2em;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0 6px 0 0 #a12500;
  color: #FFF;
  font-size: clamp(18px, 2.1vw, 22px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .orange_main_btn {
    box-shadow: 0 3px 0 0 #a12500;
  }
}

.orange_main_btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: block;
  margin: auto;
  width: 17px;
  aspect-ratio: 1;
  background: url(../img/house-cleaning/ico-border-arrow-white.svg) no-repeat center/contain;
  z-index: 1;
}

@media (max-width: 768px) {
  .orange_main_btn:after {
    width: 14px;
  }
}

.page_link {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 768px) {
  .page_link {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.bt_cta_block.hc {
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  max-width: 500px;
  padding: 0 15px;
  margin: auto;
}

@media (max-width: 768px) {
  .bt_cta_block.hc {
    bottom: 20px;
  }
}

.bt_cta_block.hc .hc_btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  padding: 0.5em 1em;
  background-color: #E83E0B;
  border-radius: 10px;
  box-shadow: 0 6px 0 0 #a12500;
  color: #FFF;
  font-size: clamp(18px, 2.3vw, 24px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.bt_cta_block.hc .hc_btn:before {
  content: "";
  display: block;
  background: url(../img/house-cleaning/ico-hc.svg) no-repeat center/contain;
  width: 45px;
  aspect-ratio: 1;
}

@media (max-width: 768px) {
  .bt_cta_block.hc .hc_btn:before {
    width: 37px;
  }
}

/*=============================================*/
/*  @fv_block                        */
/*=============================================*/
.house_cleaning_wrapper .fv_hc_block {
  position: relative;
}

.house_cleaning_wrapper .fv_hc_block .pc_only img {
  display: block;
  width: 100%;
}

.house_cleaning_wrapper .fv_hc_block .sp_only .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.house_cleaning_wrapper .fv_hc_block .sp_only .flex img {
  display: block;
  width: 50%;
}

.house_cleaning_wrapper .fv_hc_block .inner {
  position: absolute;
  top: -0.57292vw;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
  text-align: center;
  z-index: 1;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .fv_hc_block .inner {
    position: initial;
    padding: 35px 15px;
    background-color: #FFF;
  }
}

.house_cleaning_wrapper .fv_hc_block .inner .fukidashi {
  position: relative;
  display: block;
  background-color: #007AC7;
  width: fit-content;
  padding: 0.1em 1em;
  margin: 0 auto 0.5em;
  border-radius: 50px;
  color: #FFF;
  font-size: 1.26042vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .fv_hc_block .inner .fukidashi {
    padding: 0.2em 1em;
    font-size: clamp(14px, 2.5vw, 18px);
  }
}

.house_cleaning_wrapper .fv_hc_block .inner .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #007AC7;
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}

.house_cleaning_wrapper .fv_hc_block .inner img {
  display: block;
  margin: 0 auto 2.86458vw;
  width: 37.64062vw;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .fv_hc_block .inner img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
  }
}

.house_cleaning_wrapper .fv_hc_block .inner .btn .orange_main_btn {
  font-size: 1.43229vw;
  box-shadow: 0 0.34375vw 0 0 #a12500;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .fv_hc_block .inner .btn .orange_main_btn {
    font-size: clamp(14px, 2.1vw, 22px);
    box-shadow: 0 3px 0 0 #a12500;
  }
}

.house_cleaning_wrapper .fv_hc_block .inner .btn .orange_main_btn:after {
  width: 0.97396vw;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .fv_hc_block .inner .btn .orange_main_btn:after {
    width: 8px;
  }
}

/*=============================================*/
/*  @page_nav_block                        */
/*=============================================*/
.house_cleaning_wrapper .page_nav_block {
  padding: 40px 0 60px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .page_nav_block {
    padding: 20px 0 30px;
  }
}

.house_cleaning_wrapper .page_nav_block .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0 20px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .page_nav_block .list {
    gap: 0 10px;
  }
}

.house_cleaning_wrapper .page_nav_block .list .item a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.3em 1em;
  background-color: #FFF;
  box-shadow: 0 3px 0 0 #007AC7;
  border-radius: 5px;
  border: 1px solid #007AC7;
  color: #007AC7;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .page_nav_block .list .item a {
    width: fit-content;
  }
}

.house_cleaning_wrapper .page_nav_block .list .item a:before {
  content: "";
  display: block;
  background: url(../img/house-cleaning/ico-arrow-blue-white.svg) no-repeat center/contain;
  width: 15px;
  aspect-ratio: 1;
}

.house_cleaning_wrapper .page_nav_block .list_wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .page_nav_block .list_wrapper {
    flex-direction: column;
    gap: 10px 0;
  }
}

.house_cleaning_wrapper .page_nav_block .list_wrapper .list.left {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .page_nav_block .list_wrapper .list.left {
    margin-right: 0px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .page_nav_block .list_wrapper .list.right {
    justify-content: center;
  }
}

/*=============================================*/
/*  @hc_menu_block                        */
/*=============================================*/
.house_cleaning_wrapper .hc_menu_block {
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block {
    padding-bottom: 60px;
  }
}

.house_cleaning_wrapper .hc_menu_block .ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1.5em;
  color: #007AC7;
  font-size: clamp(23px, 4vw, 40px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1, 5;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .ttl {
    margin-bottom: 1em;
  }
}

.house_cleaning_wrapper .hc_menu_block .ttl:before, .house_cleaning_wrapper .hc_menu_block .ttl:after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #F2961B;
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 2%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .blue_btn_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 1.5%;
    margin-bottom: 15px;
  }
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.4em 1.5em 0.4em 1em;
  background-color: #007AC7;
  border-radius: 50px;
  color: #FFF;
  font-size: clamp(14px, 1.7vw, 18px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a {
    gap: 0.3em;
  }
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: block;
  margin: auto;
  background: url(../img/house-cleaning/ico-border-arrow-white.svg) no-repeat center/contain;
  width: 11px;
  aspect-ratio: 1;
  transform: rotate(90deg);
  z-index: 1;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a:after {
    right: 10px;
    width: 9px;
  }
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a:before {
  content: "";
  display: block;
  background: no-repeat center / contain;
  width: 45px;
  aspect-ratio: 1;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a:before {
    width: 35px;
  }
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a.aircon:before {
  background-image: url(../img/house-cleaning/ico-hc-aircon.svg);
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a.bath:before {
  background-image: url(../img/house-cleaning/ico-hc-bath.svg);
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a.range:before {
  background-image: url(../img/house-cleaning/ico-hc-range.svg);
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a.kitchen:before {
  background-image: url(../img/house-cleaning/ico-hc-kitchen.svg);
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a.toilet:before {
  background-image: url(../img/house-cleaning/ico-hc-toilet.svg);
}

.house_cleaning_wrapper .hc_menu_block .blue_btn_list .item a.wash:before {
  background-image: url(../img/house-cleaning/ico-hc-wash.svg);
}

.house_cleaning_wrapper .hc_menu_block .orange_btn_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 2%;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .orange_btn_list {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 450px;
    margin: auto;
  }
}

.house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a {
  position: relative;
  display: block;
  padding: 0.6em 2em 0.6em 1em;
  background-color: #F2961B;
  border-radius: 50px;
  color: #FFF;
  font-size: clamp(15px, 1.7vw, 20px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
}

.house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  font-size: 1em;
}

.house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .main .tag {
  padding: 0.2em 1em;
  background-color: #E83E0B;
  border-radius: 50px;
  color: #FFF;
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1.5;
  font-weight: inherit;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .main .tag {
    font-size: 13px;
    width: 13em;
  }
}

.house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .main .tag .num {
  font-size: clamp(13px, 1.4vw, 15px);
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .main .tag .num {
    font-size: 15px;
  }
}

.house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .main .txt {
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .main .txt {
    flex: 1;
  }
}

.house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .kakko {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: 3em;
  padding-top: 0.3em;
  color: #FFF;
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: inherit;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .kakko {
    margin-right: 1em;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a .kakko {
    margin: auto;
    width: 100%;
    max-width: 300px;
    text-align: right;
  }
}

.house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  margin: auto;
  background: url(../img/house-cleaning/ico-border-arrow-white.svg) no-repeat center/contain;
  width: 11px;
  aspect-ratio: 1;
  transform: rotate(90deg);
  z-index: 1;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .hc_menu_block .orange_btn_list .item a:after {
    right: 10px;
  }
}

/*=============================================*/
/*  @box_block                        */
/*=============================================*/
.house_cleaning_wrapper .box_block {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block {
    margin-bottom: 60px;
  }
}

.house_cleaning_wrapper .box_block .ttl {
  display: block;
  padding: 0.4em 1em;
  border-radius: 30px 30px 0 0;
  color: #FFF;
  font-size: clamp(20px, 3.5vw, 36px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .ttl {
    padding: 0.7em 0.5em;
    border-radius: 20px 20px 0 0;
  }
}

.house_cleaning_wrapper .box_block .ttl.ico {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3em;
}

.house_cleaning_wrapper .box_block .ttl.ico:before {
  content: "";
  display: block;
  background: no-repeat center / contain;
  width: 50px;
  aspect-ratio: 1;
}

.house_cleaning_wrapper .box_block .ttl.ico.aircon:before {
  background-image: url(../img/house-cleaning/ico-hc-aircon.svg);
}

.house_cleaning_wrapper .box_block .ttl.ico.bath:before {
  background-image: url(../img/house-cleaning/ico-hc-bath.svg);
}

.house_cleaning_wrapper .box_block .ttl.ico.range:before {
  background-image: url(../img/house-cleaning/ico-hc-range.svg);
}

.house_cleaning_wrapper .box_block .ttl.ico.kitchen:before {
  background-image: url(../img/house-cleaning/ico-hc-kitchen.svg);
}

.house_cleaning_wrapper .box_block .ttl.ico.toilet:before {
  background-image: url(../img/house-cleaning/ico-hc-toilet.svg);
}

.house_cleaning_wrapper .box_block .ttl.ico.wash:before {
  background-image: url(../img/house-cleaning/ico-hc-wash.svg);
}

.house_cleaning_wrapper .box_block.aircon .ttl.ico:before {
  background-image: url(../img/house-cleaning/ico-hc-aircon.svg);
}

.house_cleaning_wrapper .box_block.bath .ttl.ico:before {
  background-image: url(../img/house-cleaning/ico-hc-bath.svg);
}

.house_cleaning_wrapper .box_block.range .ttl.ico:before {
  background-image: url(../img/house-cleaning/ico-hc-range.svg);
}

.house_cleaning_wrapper .box_block.kitchen .ttl.ico:before {
  background-image: url(../img/house-cleaning/ico-hc-kitchen.svg);
}

.house_cleaning_wrapper .box_block.toilet .ttl.ico:before {
  background-image: url(../img/house-cleaning/ico-hc-toilet.svg);
}

.house_cleaning_wrapper .box_block.wash .ttl.ico:before {
  background-image: url(../img/house-cleaning/ico-hc-wash.svg);
}

.house_cleaning_wrapper .box_block .inner {
  padding: 45px 50px 80px;
  border-radius: 0 0 30px 30px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .inner {
    padding: 20px 20px 40px;
  }
}

.house_cleaning_wrapper .box_block.blue .ttl {
  background-color: #007AC7;
}

.house_cleaning_wrapper .box_block.blue .inner {
  background-color: #E7F4FD;
}

.house_cleaning_wrapper .box_block.orange .ttl {
  background-color: #F2961B;
}

.house_cleaning_wrapper .box_block.orange .inner {
  background-color: #FDEFD3;
}

.house_cleaning_wrapper .box_block .txt_base p {
  display: block;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .double_border_ttl {
  position: relative;
  display: block;
  padding-bottom: 0.3em;
  margin-bottom: 1.5em;
  border-bottom: 3px solid #007AC7;
  font-size: clamp(22px, 2.5vw, 26px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.house_cleaning_wrapper .box_block .double_border_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #007AC7;
  z-index: 1;
}

.house_cleaning_wrapper .box_block .orange_border_ttl {
  display: block;
  padding-left: 0.7em;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  border-bottom: 2px solid #E83E0B;
  font-size: clamp(20px, 2.1vw, 22px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .orange_border_ttl {
    margin-bottom: 0.7em;
    font-size: 22px;
  }
}

.house_cleaning_wrapper .box_block .orange_border_ttl .small {
  padding-left: 1em;
  font-size: 0.6em;
  font-weight: 400;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .orange_border_ttl .small {
    display: block;
    padding-left: 0;
  }
}

.house_cleaning_wrapper .box_block .orange_border_ttl.center {
  padding-left: 0;
  text-align: center;
}

.house_cleaning_wrapper .box_block .note_list .item {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .note_list .item:before {
  content: "※";
  font: inherit;
}

.house_cleaning_wrapper .box_block .first_txt {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .first_txt {
    margin-bottom: 40px;
  }
}

.house_cleaning_wrapper .box_block .ba_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.5%;
  max-width: 900px;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .ba_box {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-bottom: 40px;
  }
}

.house_cleaning_wrapper .box_block .ba_box .item {
  text-align: center;
}

.house_cleaning_wrapper .box_block .ba_box .item.before .fukidashi {
  background-color: #007AC7;
}

.house_cleaning_wrapper .box_block .ba_box .item.after .fukidashi {
  background-color: #F2961B;
}

.house_cleaning_wrapper .box_block .ba_box .item .fukidashi {
  position: relative;
  display: block;
  width: fit-content;
  padding: 0.1em 1.5em 0.2em;
  margin: 0 auto 1em;
  border-radius: 50px;
  color: #FFF;
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .ba_box .item .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: inherit;
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}

.house_cleaning_wrapper .box_block .ba_box .item.before .img {
  position: relative;
}

.house_cleaning_wrapper .box_block .ba_box .item.before .img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 2%);
  display: block;
  margin: auto;
  background: url(../img/house-cleaning/ico-ba-arrow.webp) no-repeat center/contain;
  width: 10%;
  max-width: 42px;
  aspect-ratio: 21 / 20;
  z-index: 1;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .ba_box .item.before .img:after {
    left: 0;
    right: 0;
    top: initial;
    bottom: -50px;
    width: 42px;
    transform: rotate(90deg);
  }
}

.house_cleaning_wrapper .box_block .ba_box .item .img img {
  display: block;
  width: 100%;
}

.house_cleaning_wrapper .box_block .point_box {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .point_box {
    margin-bottom: 40px;
  }
}

.house_cleaning_wrapper .box_block .point_box .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.5%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .point_box .flex {
    flex-direction: column;
    gap: 20px;
  }
}

.house_cleaning_wrapper .box_block .point_box .flex .img {
  width: 340px;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .box_block .point_box .flex .img {
    width: 230px;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .point_box .flex .img {
    width: 100%;
  }
}

.house_cleaning_wrapper .box_block .point_box .flex .img img {
  display: block;
  width: 100%;
}

.house_cleaning_wrapper .box_block .point_box .flex .check_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  flex: 1;
  font-size: clamp(16px, 2vw, 18px);
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .point_box .flex .check_list {
    width: 100%;
  }
}

.house_cleaning_wrapper .box_block .point_box .flex .check_list .item {
  position: relative;
  padding-left: calc(27px + 0.5em);
  color: #007AC7;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .box_block .point_box .flex .check_list .item {
    padding-left: calc(20px + 0.5em);
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .point_box .flex .check_list .item {
    padding-left: calc(18px + 0.5em);
  }
}

.house_cleaning_wrapper .box_block .point_box .flex .check_list .item:before {
  content: "";
  position: absolute;
  top: 0.12em;
  left: 0;
  display: block;
  margin: auto;
  background: url(../img/house-cleaning/ico-check.svg) no-repeat center/contain;
  width: 23px;
  aspect-ratio: 1;
  z-index: 1;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .box_block .point_box .flex .check_list .item:before {
    width: 20px;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .point_box .flex .check_list .item:before {
    width: 18px;
  }
}

.house_cleaning_wrapper .box_block .point_box .flex .check_list .item .small {
  font-size: 0.7em;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .point_box .flex .check_list .item .small {
    font-size: 1em;
  }
}

.house_cleaning_wrapper .box_block .point_box .not_app {
  text-align: center;
}

.house_cleaning_wrapper .box_block .point_box .not_app .not_app_ttl {
  display: block;
  padding: 0.3em 0.5em;
  background-color: #E83E0B;
  color: #FFF;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .point_box .not_app .txt_base {
  padding: 10px 15px;
  background-color: #FFF;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .point_box .not_app .txt_base {
    text-align: left;
  }
}

.house_cleaning_wrapper .box_block .point_box .not_app .txt_base p {
  font-size: clamp(16px, 1.7vw, 18px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.house_cleaning_wrapper .box_block .point_box .note_list {
  margin-top: 20px;
}

.house_cleaning_wrapper .box_block .price_box {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box {
    margin-bottom: 40px;
  }
}

.house_cleaning_wrapper .box_block .price_box .img {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 650px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .img {
    max-width: 430px;
  }
}

.house_cleaning_wrapper .box_block .price_box .img img {
  display: block;
  width: 100%;
}

.house_cleaning_wrapper .box_block .price_box .note_list {
  margin-bottom: 40px;
  text-align: center;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 2%;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .box_block .price_box .cleaning_price {
    flex-direction: column;
    gap: 20px;
  }
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item {
  flex: 1;
  padding: 20px 30px 30px;
  background-color: #FFF;
  border-radius: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item {
    padding: 20px;
  }
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option:not(:last-child) {
  margin-bottom: 35px;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option.left .price {
  justify-content: left;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option.left .price {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option.left .price {
    align-items: flex-start;
  }
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option.left .info {
  justify-content: left;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option.left .info {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option.left .info {
    justify-content: left;
  }
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .fukidashi {
  position: relative;
  display: block;
  padding: 0.7em 1.5em;
  margin: 0 auto 1em;
  width: fit-content;
  background-color: #E83E0B;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .fukidashi {
    margin-bottom: 1.5em;
  }
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .fukidashi .big {
  font-size: 1.2em;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: inherit;
  width: 14px;
  height: 10px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .price {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 5px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .price {
    flex-direction: column;
    gap: 3px;
  }
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .price .tab {
  padding: 0.2em 0.7em;
  border: 1px solid #333333;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .price .num {
  display: block;
  margin-bottom: 0.3em;
  color: #007AC7;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .price .num .big {
  font-size: 1.8em;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .price .orange_tab {
  padding: 0.2em 0.8em;
  background-color: #E83E0B;
  border-radius: 50px;
  color: #FFF;
  font-size: clamp(16px, 1.7vw, 19px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .price .orange_tab {
    margin-bottom: 0.3em;
  }
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .price .orange_tab .big {
  font-size: 1.1em;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7em;
  font-size: 15px;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .info .txt {
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .price_box .cleaning_price .price_item .price_option .info .txt:first-child {
  padding-right: 0.7em;
  border-right: 1px solid #E83E0B;
}

.house_cleaning_wrapper .box_block .price_box .option_price {
  margin-top: 20px;
  padding: 30px;
  background-color: #FFF;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .option_price {
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .option_price .orange_border_ttl {
    padding-bottom: 0.8em;
    margin-bottom: 1.2em;
  }
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 2%;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .box_block .price_box .option_price .option_list {
    gap: 50px 3%;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .option_price .option_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .box_block .price_box .option_price .option_list .item {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .option_price .option_list .item {
    gap: 10px;
  }
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .img {
  width: 140px;
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .img img {
  display: block;
  width: 100%;
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .txt {
  flex: 1;
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .txt .option_name {
  display: block;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .txt .txt_base {
  margin-bottom: 5px;
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .txt .price {
  color: #007AC7;
  font-size: clamp(23px, 2.4vw, 25px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .txt .price {
    font-size: 25px;
  }
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .txt .price .small {
  font-size: 0.5em;
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .txt .note {
  display: block;
  margin-top: 0.1em;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .price_box .option_price .option_list .item .txt .item_note {
  display: block;
  margin-top: 0.1em;
  font-size: 14px;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .flow_box {
  margin-bottom: 50px;
  background-color: #007AC7;
  color: #FFF;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .flow_box {
    margin-bottom: 30px;
  }
}

.house_cleaning_wrapper .box_block .flow_box .flow_ttl {
  position: relative;
  display: block;
  padding: 1em;
  font-size: clamp(18px, 1.9vw, 20px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .flow_box .flow_ttl {
    text-align: left;
  }
}

.house_cleaning_wrapper .box_block .flow_box .flow_ttl:before, .house_cleaning_wrapper .box_block .flow_box .flow_ttl:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.house_cleaning_wrapper .box_block .flow_box .flow_ttl:before {
  right: 30px;
  width: 18px;
  height: 2px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .flow_box .flow_ttl:before {
    width: 14px;
    right: 16px;
  }
}

.house_cleaning_wrapper .box_block .flow_box .flow_ttl:after {
  right: 38px;
  width: 2px;
  height: 18px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .flow_box .flow_ttl:after {
    height: 14px;
    right: 22px;
  }
}

.house_cleaning_wrapper .box_block .flow_box .flow_ttl.is-active:after {
  transform: rotate(90deg);
}

.house_cleaning_wrapper .box_block .flow_box .content {
  display: none;
  padding: 40px;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .box_block .flow_box .content {
    padding: 20px;
  }
}

.house_cleaning_wrapper .box_block .flow_box .content .flow_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.house_cleaning_wrapper .box_block .flow_box .content .flow_list .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 2.5%;
  list-style: none;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .flow_box .content .flow_list .item {
    flex-direction: column;
    gap: 20px;
  }
}

.house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 3%;
  flex: 1;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .info {
    display: block;
    width: 100%;
  }
}

.house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .info .step {
  padding: 0.3em 0.5em;
  width: 4.5em;
  background-color: #F2961B;
  color: #FFF;
  font-size: clamp(15px, 2vw, 22px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .info .step {
    padding: 0.5em;
    margin-bottom: 20px;
  }
}

.house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .info .txt_area {
  flex: 1;
}

.house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .info .txt_area .item_ttl {
  display: block;
  margin-bottom: 0.5em;
  font-size: clamp(18px, 2.1vw, 22px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .info .txt_area .txt_base p {
  color: #FFF;
}

.house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .img {
  width: 30%;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .img {
    width: 100%;
  }
}

.house_cleaning_wrapper .box_block .flow_box .content .flow_list .item .img img {
  display: block;
  width: 100%;
}

.house_cleaning_wrapper .box_block .flow_box .content .btn_close {
  text-align: center;
}

.house_cleaning_wrapper .box_block .flow_box .content .btn_close a {
  display: block;
  width: 100%;
  max-width: 430px;
  padding: 0.7em;
  margin: auto;
  background-color: #FFF;
  color: #007AC7;
  font-size: clamp(16px, 1.7vw, 18px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .bottom_btn {
  text-align: center;
}

.house_cleaning_wrapper .box_block .bottom_btn .txt {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 0.5em;
  font-size: clamp(16px, 2.1vw, 22px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.8;
}

.house_cleaning_wrapper .box_block .bottom_btn .txt:before, .house_cleaning_wrapper .box_block .bottom_btn .txt:after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  display: block;
  background-color: #333333;
  width: 2px;
  height: 1em;
  z-index: 1;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .bottom_btn .txt:before, .house_cleaning_wrapper .box_block .bottom_btn .txt:after {
    height: 1.5em;
  }
}

.house_cleaning_wrapper .box_block .bottom_btn .txt:before {
  left: -0.6em;
  transform: rotate(-30deg);
}

.house_cleaning_wrapper .box_block .bottom_btn .txt:after {
  right: -0.5em;
  transform: rotate(30deg);
}

.house_cleaning_wrapper .box_block .bottom_btn .orange_main_btn {
  width: 100%;
  max-width: 600px;
}

.house_cleaning_wrapper .box_block .main_img_box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .main_img_box {
    margin-bottom: 40px;
  }
}

.house_cleaning_wrapper .box_block .main_img_box img {
  display: block;
  width: 100%;
}

.house_cleaning_wrapper .box_block .total_point_box {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .total_point_box {
    margin-bottom: 40px;
  }
}

.house_cleaning_wrapper .box_block .total_point_box .point_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 2%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .box_block .total_point_box .point_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.house_cleaning_wrapper .box_block .total_point_box .point_list .point_item {
  padding: 20px 30px 25px;
  background-color: #FFF;
  border-radius: 20px;
}

.house_cleaning_wrapper .box_block .total_point_box .point_list .check_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0.5em;
  flex-direction: column;
  font-size: 16px;
}

.house_cleaning_wrapper .box_block .total_point_box .point_list .check_list .item {
  position: relative;
  display: block;
  padding-left: calc(18px + 0.5em);
  color: #007AC7;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .box_block .total_point_box .point_list .check_list .item:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 18px;
  aspect-ratio: 1;
  background: url(../img/house-cleaning/ico-check.svg) no-repeat center/contain;
  z-index: 1;
}

.house_cleaning_wrapper .box_block .total_point_box .point_list .not_app {
  margin-top: 20px;
}

.house_cleaning_wrapper .box_block .total_point_box .point_list .not_app .not_app_ttl {
  display: block;
  padding: 0.2em 0.5em;
  background-color: #E83E0B;
  color: #FFF;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.house_cleaning_wrapper .box_block .total_point_box .point_list .not_app .txt_base {
  padding: 10px 15px;
}

.house_cleaning_wrapper .box_block .total_point_box .note {
  display: block;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

/*=============================================*/
/*  @reason_hc_block                        */
/*=============================================*/
.house_cleaning_wrapper .reason_hc_block {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .reason_hc_block {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .reason_hc_block {
    margin-bottom: 62px;
  }
}

.house_cleaning_wrapper .reason_hc_block .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .reason_hc_block .list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.house_cleaning_wrapper .reason_hc_block .list .item {
  text-align: center;
}

.house_cleaning_wrapper .reason_hc_block .list .item .img {
  width: 100%;
  max-width: 155px;
  margin: 0 auto 15px;
}

.house_cleaning_wrapper .reason_hc_block .list .item .img img {
  display: block;
  width: 100%;
}

.house_cleaning_wrapper .reason_hc_block .list .item .item_ttl {
  display: block;
  margin-bottom: 0.7em;
  color: #007AC7;
  font-size: clamp(20px, 2.1vw, 22px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .reason_hc_block .list .item .item_ttl {
    font-size: 22px;
  }
}

.house_cleaning_wrapper .reason_hc_block .list .item .txt_base {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.house_cleaning_wrapper .reason_hc_block .list .item .txt_base p {
  font: inherit;
  line-height: inherit;
}

.house_cleaning_wrapper .reason_hc_block .list .item .txt_base p .small {
  font-size: 0.8em;
}

/*=============================================*/
/*  @qa_block                        */
/*=============================================*/
.house_cleaning_wrapper .qa_block {
  padding: 60px 0;
  background-color: #E7F4FD;
}

.house_cleaning_wrapper .qa_block .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .qa_block .list {
    gap: 10px;
  }
}

.house_cleaning_wrapper .qa_block .list .item {
  background-color: #FFF;
}

.house_cleaning_wrapper .qa_block .list .item .en {
  color: #007AC7;
  font-size: 23px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .qa_block .list .item .q_txt {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  padding: 20px 60px 20px 35px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .qa_block .list .item .q_txt {
    gap: 10px;
    padding: 18px 40px 18px 15px;
  }
}

.house_cleaning_wrapper .qa_block .list .item .q_txt:before, .house_cleaning_wrapper .qa_block .list .item .q_txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #007AC7;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.house_cleaning_wrapper .qa_block .list .item .q_txt:before {
  right: 35px;
  width: 16px;
  height: 2px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .qa_block .list .item .q_txt:before {
    right: 15px;
  }
}

.house_cleaning_wrapper .qa_block .list .item .q_txt:after {
  right: calc(35px + 7px);
  width: 2px;
  height: 16px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .qa_block .list .item .q_txt:after {
    right: calc(15px + 7px);
  }
}

.house_cleaning_wrapper .qa_block .list .item .q_txt .txt {
  display: block;
  margin-top: 0.3em;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .qa_block .list .item .q_txt.is-active:after {
  transform: rotate(90deg);
}

.house_cleaning_wrapper .qa_block .list .item .a_txt {
  display: none;
}

.house_cleaning_wrapper .qa_block .list .item .a_txt .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0 35px;
  border-top: 1px solid #f4f4f4;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .qa_block .list .item .a_txt .inner {
    gap: 10px;
    padding: 18px 0 25px;
    margin: 0 15px;
  }
}

.house_cleaning_wrapper .qa_block .list .item .a_txt .inner .txt {
  display: block;
  margin-top: 0.3em;
  font-size: 16px;
  line-height: 1.5;
}

/*=============================================*/
/*  @bottom_btn_block                        */
/*=============================================*/
.house_cleaning_wrapper .bottom_btn_block {
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .house_cleaning_wrapper .bottom_btn_block {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .bottom_btn_block {
    padding: 60px 0;
  }
}

.house_cleaning_wrapper .bottom_btn_block .gas_btn {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .bottom_btn_block .gas_btn {
    margin-bottom: 35px;
  }
}

.house_cleaning_wrapper .bottom_btn_block .gas_btn .txt {
  position: relative;
  margin: 0 auto 0.5em;
  width: fit-content;
  font-size: clamp(18px, 1.9vw, 20px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .bottom_btn_block .gas_btn .txt:before, .house_cleaning_wrapper .bottom_btn_block .gas_btn .txt:after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  display: block;
  background-color: #333333;
  width: 2px;
  height: 1em;
  z-index: 1;
}

@media (max-width: 768px) {
  .house_cleaning_wrapper .bottom_btn_block .gas_btn .txt:before, .house_cleaning_wrapper .bottom_btn_block .gas_btn .txt:after {
    height: 1.5em;
  }
}

.house_cleaning_wrapper .bottom_btn_block .gas_btn .txt:before {
  left: -0.6em;
  transform: rotate(-30deg);
}

.house_cleaning_wrapper .bottom_btn_block .gas_btn .txt:after {
  right: -0.5em;
  transform: rotate(30deg);
}

.house_cleaning_wrapper .bottom_btn_block .gas_btn .btn {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  margin: 0 auto 10px;
  background-color: #007AC7;
  width: 100%;
  max-width: 440px;
  border-radius: 5px;
  color: #FFF;
  font-size: clamp(16px, 1.7vw, 18px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.house_cleaning_wrapper .bottom_btn_block .gas_btn .btn .tab {
  padding: 0.2em 0.8em;
  margin-right: 0.5em;
  background-color: #E83E0B;
  font-size: clamp(14px, 1.5vw, 16px);
}

.house_cleaning_wrapper .bottom_btn_block .gas_btn .txt_link {
  display: inline-block;
  width: fit-content;
  margin: auto;
  color: #007AC7;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.house_cleaning_wrapper .bottom_btn_block .hc_btn {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.house_cleaning_wrapper .bottom_btn_block .hc_btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  padding: 1em;
  background-color: #E83E0B;
  border-radius: 10px;
  box-shadow: 0 6px 0 0 #a12500;
  color: #FFF;
  font-size: clamp(18px, 2.4vw, 25px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.house_cleaning_wrapper .bottom_btn_block .hc_btn a:before {
  content: "";
  display: block;
  background: url(../img/house-cleaning/ico-hc.svg) no-repeat center/contain;
  width: 45px;
  aspect-ratio: 1;
}

.cleaning-form.service_repair footer,
.cleaning-form.service_repair .foot_support {
  display: block;
}

.cleaning-form.service_repair .pan_list {
  margin-bottom: 0;
}

/*# sourceMappingURL=house-cleaning.css.map */