@charset "UTF-8";

:root {
  --label-w: 150px;
  --gap: 6px;
  --col-w: calc((100% - var(--label-w) - (var(--gap) * 8)) / 8);
}

body {
  position: relative;
}
.main_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.mv_band {
  background-image: linear-gradient(90deg, #004ea2, #98d6f6);
  padding: 60px 0;
}
.mv_band .mv_wrap {
  color: #fff;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 3%;
}
.mv_band .mv_wrap .mv_enclosure {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  border: 1px solid #fff;
  padding: 5px 10px;
}
.mv_band .mv_wrap .mv_ttl {
  font-size: clamp(1.875rem, 0.319rem + 3.24vw, 2.75rem);
}
.main_wrapper .main_contents {
  top: auto;
  margin: 0;
}
.lowerlayer_ttl_top {
  margin-bottom: 20px;
  text-align: center;
}
.lowerlayer_ttl_top .ttl_number {
  width: clamp(5rem, 1.667rem + 6.94vw, 6.875rem);
  margin: 0 auto 15px;
}
.lowerlayer_ttl_top h2 {
  display: inline-block;
  position: relative;
}
.lowerlayer_ttl_top h2 .ttl_blue {
  color: #004ea2;
  font-size: clamp(1.125rem, 0.542rem + 1.22vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
.lowerlayer_ttl_top h2 .ttl_txt {
  font-size: clamp(2rem, 0.833rem + 2.43vw, 3.75rem);
  font-weight: bold;
  line-height: 1.4;
  padding: 0 40px;
  position: relative;
}
.lowerlayer_ttl_top h2 .ttl_txt::before {
  content: "(";
  color: #004ea2;
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  left: 0;
}
.lowerlayer_ttl_top h2 .ttl_txt::after {
  content: ")";
  color: #004ea2;
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  right: 0;
}
.lowerlayer_lead {
  margin-bottom: 60px;
  text-align: center;
}
.lowerlayer_lead .lead_ttl {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  margin-bottom: 10px;
}
.lowerlayer_lead .lead_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

.aircon-cleaning_area_wrap {
  background-image: linear-gradient(#f7fafc, transparent);
  margin-bottom: 100px;
}
.aircon-cleaning_area_wrap .aircon-cleaning_area {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0;
  background-image: url("../images/aircon-cleaning_bg.jpg");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.aircon-cleaning_area_wrap .aircon-cleaning_area .aircon-cleanin_txt {
  width: 50%;
  margin-left: 3%;
  padding-bottom: 20px;
}
.aircon-cleaning_area_wrap .aircon-cleaning_area .aircon-cleanin_txt h2 .ttl_txt {
  font-size: clamp(2rem, 0.444rem + 3.24vw, 2.875rem);
}
.aircon-cleaning_area_wrap .aircon-cleaning_area .aircon-cleanin_txt .lowerlayer_lead {
  margin-bottom: 0;
}
.aircon-cleaning_box {
  color: #fff;
  background-color: #004ea2;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 60px 50px;
}
.aircon-cleaning_box h2 {
  font-size: clamp(1.375rem, 0.708rem + 1.39vw, 1.75rem);
  margin-bottom: 10px;
}
.aircon-cleaning_box p {
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  margin-bottom: 30px;
}
.aircon-cleaning_box > ul {
  display: flex;
  gap: 3%;
}
.aircon-cleaning_box > ul li {
  color: #333;
  width: calc(94%/ 3);
  background-color: #fff;
  padding: 30px 20px 20px;
}
.aircon-cleaning_box > ul li p {
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  line-height: 1.4;
  margin-bottom: 10px;
}
.aircon-cleaning_box > ul li figure {
  width: 50%;
  margin: 0 auto;
}
.plan-place_area .lowerlayer_ttl_top {
  margin-bottom: 60px;
}
.plan_list {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.plan_list > li {
  border: 3px solid #295aa9;
  padding: 0 30px 60px;
  margin-bottom: 80px;
  position: relative;
}
.plan_list li:last-child {
  margin-bottom: 0;
}
.plan_list > li .top_blue_box {
  color: #fff;
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  text-align: center;
  background-color: #004ea2;
  padding: 6px 20px;
  position: absolute;
  top: max(-20 / 1200 * 100vw, -20px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.plan_list > li h3 {
  color: #004ea2;
  font-size: clamp(2rem, 0.889rem + 2.31vw, 2.625rem);
  margin: 60px 0 20px;
  text-align: center;
}
.plan_list > li .box_lead {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.plan_list > li .box_check {
  width: 70%;
  margin: 0 auto 20px;
}
.plan_list > li .box_check li {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  padding-left: 18px;
  position: relative;
}
.plan_list > li .box_check li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/check_ico_blk.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: min(5 / 768 * 100vw, 5px);
  left: 0;
}

/*テーブル*/
.plan {
  background: #295aa9;
  color: #fff;
  padding: 36px 40px 44px;
}
.plan + .plan {
  margin-top: 28px;
}
.plan__title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}
.price-table {
  display: flex;
  flex-direction: row;
  gap: var(--gap);
  margin-bottom: 8px;
  overflow-x: auto;
}
.col {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  flex: 0 0 var(--col-w);
}
.col--label {
  flex: 0 0 var(--label-w);
}
.col__head,
.col__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 6px;
}
.col__head {
  background: #333;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  height: 100%;
  min-height: 52px;
}
.col__price {
  color: #333;
  background: #fff;
  min-height: 84px;
}
.col--label .col__price {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  height: 100%;
}
.col--label .col__price .plan_unit-price {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  position: relative;
}
.col--label .col__price .plan_unit-price::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #333;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.unit-price {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 4px;
  position: relative;
}
.unit-price::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.total-price {
  color: #333;
  font-size: 13px;
  margin-top: 4px;
}
.gst-note {
  text-align: right;
  font-size: 13px;
  margin-bottom: 20px;
}
.no-gst-spacer {
  margin-bottom: 30px;
}
.bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 26px;
  overflow-x: auto;
}
.plan_list li:last-child .bottom {
  align-items: flex-end;
}
.info-boxes {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex: 0 0 auto;
}
.info-box {
  color: #333;
  background: #fff;
  width: 116px;
  padding: 14px 8px;
  border-radius: 10px;
  text-align: center;
}
.info-box__label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}
.info-box__value {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.info-box__value .unit {
  font-size: 14px;
  font-weight: 400;
  margin-left: 2px;
}
.notes {
  font-size: 13px;
  line-height: 1.95;
  padding-top: 8px;
}
.notes p {
  margin: 0;
}
.plan_list .btn_bluearrow {
  width: 80%;
  max-width: 560px;
  margin: 60px auto 0;
}
.plan_list .btn_bluearrow a {
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  height: 70px;
  line-height: 70px;
}
.plan_list .btn_bluearrow a::after {
  width: clamp(2rem, 0.889rem + 2.31vw, 2.625rem);
  height: clamp(2rem, 0.889rem + 2.31vw, 2.625rem);
}

.option_list {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.option_list > li {
  position: relative;
  background: #ffffff;
  border: 3px solid #004ea2;
  padding: 70px 30px 60px;
}
.page > .option_list {
  margin-top: 48px;
}
.option_list > li + li {
  margin-top: 80px;
}
.option_list > li::before {
  content: "+";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #004ea2;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  padding-bottom: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.option_list > li > h3 {
  text-align: center;
  color: #004ea2;
  font-size: clamp(2rem, 0.889rem + 2.31vw, 2.625rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.box_lead,
.option_explanation {
  text-align: center;
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  color: #333;
}
.box_lead {
  margin-bottom: 32px;
}
.option_explanation {
  margin-top: 32px;
}

/* ---------- オプションサービス：カードグリッド ---------- */
.option_detail {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.option_detail > li {
  width: calc(96% / 3);
  position: relative;
  background: #efefef;
  padding: 40px 2% 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.option_detail > li:nth-child(-n+3) {
  margin-bottom: 4%;
  padding-bottom: 120px;
}
.option_detail > li:nth-child(4) figure, .option_detail > li:nth-child(6) figure {
  margin-bottom: 0;
}
.option_detail > li:nth-child(5) figure {
  margin-bottom: 30px;
}
.option_detail figure {
  width: 62%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.option_detail figure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.option_name {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.option_name span {
  font-size: 12px;
  font-weight: 400;
}
.option_txt {
  font-size: 13.5px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
}
.option_price {
  font-size: 14px;
  color: #333;
}
.option_price span {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin: 0 3px;
}
.option_com {
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  width: 100%;
}
.option_com:not(:last-child) {
  text-align: center;
  margin-bottom: 4px;
}
.option_com:last-child {
  text-align: left;
  margin-top: 14px;
}
.type_bluebox {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.type_bluebox li {
  background: #004ea2;
  color: #fff;
  font-size: 11.5px;
  padding: 6px 12px;
  border-radius: 4px;
  white-space: nowrap;
}
.option_detail > li .btn_bluearrow {
  min-width: auto;
  position: absolute;
  bottom: 40px;
  width: 50%;
  min-width: 160px;
}
.processing_list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.processing_img {
  width: 100%;
  margin-bottom: 0;
}
.processing_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.processing_list > li {
  background: #efefef;
}
.processing_name,
.processing_lead,
.processing_txt,
.processing_note {
  padding-left: 28px;
  padding-right: 28px;
}
.processing_name {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-top: 28px;
  margin-bottom: 14px;
}
.processing_lead {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
}
.processing_txt {
  font-size: 13.5px;
  
}
.processing_note {
  font-size: 13px;
  color: #333;
  margin-top: 14px;
}
.processing_list > li .btn_bluearrow {
  width: 60%;
  margin: 30px auto 40px;
}

/*英語対応*/
.translated-ltr .col--label .col__price .plan_unit-price {
  line-height: 1;
  padding-bottom: 10px;
}


/*     SP
------------------------------*/
@media (max-width: 768px) {
  .main_wrapper {
    width: 100%;
    max-width: 100%;
  }
  .sp_header {
    background-color: #fff;
    padding: 20px 20px 20px 22px;
  }
  .sp_header .logo_img {
    width: 50%;
  }
  .mv_band .mv_wrap {
    flex-direction: column;
  }
  .mv_band .mv_wrap .mv_enclosure {
    margin-bottom: 10px;
  }
  .mv_band .mv_wrap .mv_ttl {
    font-size: clamp(1.75rem, 0.417rem + 2.78vw, 2.5rem);
    text-align: center;
  }
  .lowerlayer_lead .lead_ttl {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
  }
  .lowerlayer_ttl_top .ttl_number {
    width: 60px;
  }
  .lowerlayer_ttl_top h2 .ttl_txt {
    padding: 0;
  }
  .lowerlayer_ttl_top h2 .ttl_txt::before, .lowerlayer_ttl_top h2 .ttl_txt::after {
    content: none;
  }
  .lowerlayer_lead .lead_ttl {
    line-height: 1.5;
  }
  .lowerlayer_lead .lead_txt {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .aircon-cleaning_area_wrap .aircon-cleaning_area .aircon-cleanin_txt {
    width: 100%;
    margin: 0;
    padding-bottom: 80px;
  }
  .aircon-cleaning_area_wrap .lowerlayer_lead .lead_txt {
    width: 100%;
  }
  .aircon-cleaning_box {
    padding: 20px;
  }
  .aircon-cleaning_box > ul {
    flex-direction: column;
    gap: 20px;
  }
  .aircon-cleaning_box > ul li {
    width: 100%;
    padding: 20px;
  }
  .plan_list {
    margin-bottom: 60px;
  }
  .plan_list > li {
    margin-bottom: 40px;
    padding: 0 20px 40px;
  }
  .plan_list > li .top_blue_box {
    width: 100%;
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .plan_list > li h3 {
    margin: 20px 0;
  }
  .plan_list > li .box_check {
    width: 100%;
  }
  .plan_list > li .box_check li {
    margin-bottom: 10px;
  }
  .plan_list .btn_bluearrow {
    width: 100%;
  }
  .plan_list .btn_bluearrow a {
    font-size: clamp(0.625rem, 0.443rem + 0.91vw, 1.125rem);
    line-height: 46px;
    height: 46px;
  }


  .page {
    padding: 20px 0;
  }
  .plan {
    padding: 26px 18px 32px;
  }
  .plan + .plan {
    margin-top: 18px;
  }
  .plan__title {
    font-size: 18px;
    margin-bottom: 18px;
    text-align: center;
  }
  .price-table {
    flex-direction: column;
    overflow-x: visible;
  }
  .col,
  .col--label {
    flex: 0 0 auto;
    width: 100%;
  }
  .col__head,
  .col__price {
    min-height: auto;
  }
  .bottom {
    flex-direction: column;
    gap: 20px;
  }
  .info-boxes {
    flex-direction: column;
    width: 100%;
  }
  .info-box {
    width: 100%;
  }
  .notes {
    padding-top: 0;
  }
  .option_list {
      margin-top: 28px;
    }
  .option_list > li {
      padding: 50px 20px 32px;
    }
    .option_list > li + li {
      margin-top: 28px;
    }
    .option_list > li::before {
      width: 52px;
      height: 52px;
      font-size: 26px;
      top: -26px;
    }
    .option_list > li > h3 {
      font-size: 24px;
      margin-bottom: 18px;
    }
    .option_detail {
      flex-direction: column;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .option_detail > li {
      width: 100%;
      padding: 32px 22px 26px;
    }
  .processing_list > li .btn_bluearrow {
    width: 90%;
  }
  .option_explanation, .box_lead {
    font-size: 14px;
  }
    .processing_list {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .processing_img {
      aspect-ratio: 16 / 9;
    }
}

/*     PC
------------------------------*/
@media (min-width: 769px) {

}