@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
.mv_bg {
  background-color: #fef2d9;
}

#mv {
  width: min(100%,1400px);
  background: url(../img/top01.jpg) no-repeat;
  background-size: cover;
  height: auto;
  aspect-ratio: 14/6;
  max-height: 600px;
  margin: 80px auto clamp(60px,15vw,150px);
  position: relative;
}
.copy_img img {
  width: 100%;
  object-fit: contain;
}
.copy1 {
  position: absolute;
  top: 12.5%;
  bottom: auto;
  left: 10%;
  right: auto;
  width: min(57.143%, 800px);
  aspect-ratio: 80/26;
}
.copy2 {
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 2.5%;
  left: auto;
  width: min(27.428%, 384px);
  aspect-ratio: 14/15;
}
.copy3 {
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  margin: auto;
  width: min(58.57%, 820px);
  aspect-ratio: 82/24;
  transform: translate(-50%,50%);
}
.maincopy {
  text-align: center;
  padding: clamp(15px, 3.1vw, 30px) 0 clamp(30px, 3.9vw, 40px);
}

@media (max-width: 768px) {
  #mv {
    background: url(../img/top01_sp.jpg) no-repeat;
    background-size: cover;
    aspect-ratio: 15/14;
    max-height: 1000px;
    margin: 80px auto clamp(60px,15vw,150px);
    position: relative;
  }
  .maincopy {
    width: 75%;
    margin: auto;
  }
  .copy1 {
    top: 5%;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 90%;
    aspect-ratio: 80/26;
    transform: translateX(-50%);
  }
  .copy2 {
    position: absolute;
    top: auto;
    bottom: 5%;
    right: 2.5%;
    left: auto;
    width: min(50%, 384px);
    aspect-ratio: 14/15;
  }
  .copy3 {
    width: 90%;
  }
}


/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 0.7rem + 3.5vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

@media (min-width: 768px) {
  .top_container {
    max-width: 100%;
  }
}
/***************************************
------------- バナースライダー ------------
***************************************/
.top_bnr .bnr_slide {
  margin: auto;
}
.top_bnr .bnr_slide .splide__slide img {
  height: auto;
  border-radius: 10px;
}
.top_bnr .bnr_slide .splide__pagination {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  width: 100%;
}
.top_bnr .bnr_slide .splide__pagination__page {
  width: 40px;
  height: 3px;
  background-color: #d6c5b3;
  transition: background-color 0.3s;
  border-radius: 0;
  transform: scale(1);
}
.top_bnr .bnr_slide .splide__pagination__page.is-active {
  background-color: #e88380;
}
@media (min-width: 768px) {
  .top_bnr .bnr_slide .splide__slide {
    flex: 0 0 626px !important;
    max-width: 626px !important;
  }
  .top_bnr .bnr_slide .splide__pagination {
    bottom: -40px;
  }
}

/***************************************
------------- おそうじプランのご紹介 ------------
***************************************/
.top_plan {
  padding: clamp(40px, 7.8vw, 120px) 0;
}
.top_plan .container {
  max-width: 1208px;
}
.top_plan .txt_wrap {
  text-align: center;
  margin-bottom: clamp(15px, 2.6vw, 30px);
}
.top_plan .line {
  background: linear-gradient(transparent 60%, #ffd600 60%);
  display: inline-block;
  padding: 0 45px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}
.top_plan .line:before,
.top_plan .line:after {
  content: "";
  position: absolute;
  bottom: 5px;
  background: url(../img/ttl_line.png) no-repeat center/cover;
  width: 32px;
  height: 15px;
}
.top_plan .line:before {
  left: calc(100% - 40px);
}
.top_plan .line:after {
  right: calc(100% - 40px);
  transform: scale(-1, 1);
}
.top_plan .bnr_list {
  margin-bottom: clamp(20px, 3.9vw, 58px);
}
@media (min-width: 768px) {
  .top_plan .bnr_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 2%;
  }
  .top_plan .bnr_list li {
    width: 49%;
  }
  .top_plan .bnr_list li.wide {
    width: 100%;
  }
}

/***************************************
------------- お問い合わせ ------------
***************************************/
.top_contact h2 {
  font-size: clamp(18px, 3.6vw, 42px);
  text-align: center;
  color: #52b14d;
  padding: 0 0 10px clamp(80px, 10.41vw, 110px);
  border-bottom: solid 2px #52b14d;
  letter-spacing: normal;
  font-family: Meiryo, "Noto Serif JP", serif;
  position: relative;
  margin: 0 auto clamp(20px, 3.125vw, 30px);
}
@media (min-width: 768px) {
  .top_contact {
    background: url(../img/top_contact_bg.jpg) no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  .top_contact h2 {
    padding: 0 5px 5px;
    color: #07b53b;
    line-height: 1.2;
    display: table;
  }
}
.top_contact h2 .ttl {
  position: relative;
  display: block;
  padding-top: 40px;
}
.top_contact h2 .ttl:before {
  content: "";
  width: clamp(207px, 26.95vw, 290px);
  height: clamp(110px, 14.32vw, 169px);
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  background: url(../img/free_txt.png) no-repeat center / cover;
}
@media (max-width: 767px) {
  .top_contact h2 .ttl {
    padding-top: 60px;
  }
  .top_contact h2 .ttl:before {
    width: 150px;
    height: 88px;
    right: calc(100% - 65px);
  }
}
@media (max-width: 375px) {
  .top_contact h2 .ttl:before {
    right: calc(100% - 80px);
    top: -5px;
  }
}
.top_contact .container {
  max-width: 1093px;
}
.top_contact .container .wrapper {
  padding: 0 clamp(25px, 5vw, 48px);
  width: 100%;
  margin: auto;
}
.top_contact .container .content {
  max-width: clamp(605px, 78.776vw, 900px);
  width: 100%;
  margin-left: auto;
}
.top_contact {
  padding: clamp(40px, 7vw, 85px) 0 clamp(40px, 7.8vw, 120px);
  background: url(../img/top_contact_bg_sp.jpg) no-repeat center/cover;
}
.top_contact .info_box {
  box-shadow: 0 4px 16px rgb(0 184 51 / 25%);
  padding: clamp(20px, 3.333vw, 32px);
  background: #fff;
  border-radius: clamp(5px, 1vw, 10px);
  font-family: Meiryo, "Noto Serif JP", serif;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top_contact .info_box:before {
    content: "";
    width: clamp(148px, 19.27vw, 208px);
    height: clamp(195px, 25.39vw, 274px);
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/top_contact_bg.png) no-repeat center / cover;
  }
}
.top_contact .info_box h3 {
  text-align: center;
  font-size: clamp(13px, 1.2vw, 18px);
  margin: 0 auto clamp(5px, 1vw, 10px);
  font-weight: 700;
  letter-spacing: normal;
  font-family: Meiryo, "Noto Serif JP", serif;
  line-height: 1.2;
}
.line_btn a {
  background: linear-gradient(#00da5a 0%, #00c016 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(13px, 1.875vw, 18px);
  font-family: Meiryo, "Noto Serif JP", serif;
  font-weight: 700;
  height: clamp(36px, 5vw, 56px);
  border-radius: 50px;
  box-shadow: 0 3px 0 #009028;
  padding-top: 3px;
}
.line_btn a .ic {
  padding-left: clamp(24px, 4.687vw, 45px);
  position: relative;
}
.line_btn a .ic:before {
  content: "";
  width: clamp(20px, 3.437vw, 33px);
  height: clamp(20px, 3.437vw, 33px);
  background: url(../img/line_ic.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 1vw, 18px);
  font-family: Meiryo, "Noto Serif JP", serif;
  font-weight: 700;
  height: clamp(36px, 5vw, 56px);
  border-radius: 50px;
  box-shadow: 0 3px 0 rgb(0 0 0 / 20%);
  padding-top: 3px;
  border: solid 2px #fff;
}
.btn a .ic {
  position: relative;
  padding-left: clamp(16px, 3vw, 36px);
}
.btn a .ic:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.btn a.type_blue {
  border-color: #3478f5;
  color: #3478f5;
}
.btn a.type_blue .ic:before {
  background: url(../img/tel_ic.png) no-repeat center / cover;
  width: clamp(12px, 2.1vw, 24px);
  height: clamp(12px, 2.1vw, 24px);
  bottom: 3px;
}
.btn a.type_orange {
  border-color: #eca139;
  color: #eca139;
}
.btn a.type_orange .ic:before {
  background: url(../img/mail_ic.png) no-repeat center / cover;
  width: clamp(12px, 2.1vw, 24px);
  height: clamp(10px, 1.5vw, 19px);
}
@media (min-width: 768px) {
  .top_contact .conversion_area {
    width: 73%;
    margin-left: auto;
  }
  .top_contact .conversion_area .row {
    gap: clamp(20px, 2.6vw, 35px);
  }
}
@media (max-width: 767px) {
  .top_contact .conversion_area .row {
    gap: 20px;
  }
}

/***************************************
------------- エアコンクリーニング Yucchiが選ばれる理由 ------------
***************************************/
.top_reason {
  padding: clamp(40px, 7vw, 70px) 0 clamp(40px, 7.8vw, 120px);
}
.top_reason .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 3.62%;
  margin-top: clamp(30px, 4vw, 50px);
}
.top_reason .list li {
  width: 60%;
}
.top_reason .list li img {
  box-shadow: 0 7px 16px rgba(66, 66, 66, 0.46);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .top_reason .list li {
    width: 30.92%;
  }
}

/***************************************
------------- 施工事例のご紹介 ------------
***************************************/
.top_works {
  background: #f0f7fe;
  padding: clamp(40px, 7.8vw, 120px) 0;
}
.top_works .splide__slide {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: clamp(20px, 3.9vw, 50px);
  box-shadow: 0 0 16px rgba(46, 72, 151, 0.2);
}
.top_works .splide__slide figure img {
  border-radius: 8px;
}
.top_works .splide__slide .list {
  font-weight: 500;
}
.top_works .splide__slide .list .head {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.top_works .splide__slide .head .cat {
  display: table;
  background: #2e4897;
  color: #fff;
  border-radius: 50px;
  margin-left: auto;
  padding: 3px 15px 2px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.top_works .splide__slide .list .ttl a:hover {
  color: #2e4897;
}
.top_works .splide__arrows .splide__arrow {
  background: rgba(255, 255, 255, 0.9);
}
.top_works figure:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .top_works .splide__arrows {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    height: 50px;
    z-index: 1;
  }
}
