@charset "UTF-8";
/*============================================
============================================*/
img {
  display: block;
}

/*============================================
 安心の施工品質
============================================*/
.page-amazing {
  /* 実現の3つの理由 */
  /* sec01~03 */
}
.page-amazing .fv {
  width: 100vw;
  height: clamp(360px, 109.25vw, 874px);
  margin-bottom: 150px;
  background: url("../../img/renewal/amazing/main.jpg") no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .page-amazing .fv {
    margin-bottom: 100px;
  }
}
.page-amazing .fv_inner {
  width: 96%;
  height: 100%;
  padding: clamp(20px, 10vw, 80px) 0;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.page-amazing .fv_ttl-ja {
  margin-bottom: clamp(10px, 2.5vw, 20px);
  font-size: clamp(3rem, 10vw, 10rem);
  letter-spacing: 0.1em;
}
.page-amazing .fv_ttl-en {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 0.2em;
}
.page-amazing .sec-reason {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .page-amazing .sec-reason {
    margin-bottom: 80px;
  }
}
.page-amazing .sec-reason_ttl {
  padding-bottom: 0.8em;
  margin-bottom: clamp(40px, 10vw, 80px);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.page-amazing .sec-reason_ttl::after {
  content: "";
  display: block;
  width: 108px;
  height: 6px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}
@media (max-width: 768px) {
  .page-amazing .sec-reason_ttl::after {
    height: 3px;
  }
}
.page-amazing .sec-reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.page-amazing .sec-reason_item {
  width: 30%;
}
.page-amazing .sec-reason_item:nth-of-type(2).inview_fiU {
  -webkit-transition: 1.75s;
  transition: 1.75s;
}
.page-amazing .sec-reason_item:nth-of-type(3).inview_fiU {
  -webkit-transition: 2.5s;
  transition: 2.5s;
}
.page-amazing .sec-reason_item_box {
  width: clamp(94px, 23.375vw, 187px);
  height: clamp(94px, 23.375vw, 187px);
  padding: clamp(10px, 3.75vw, 30px) 5px 5px;
  margin: 0 auto 50px;
  background: #fd9832;
  position: relative;
}
.page-amazing .sec-reason_item_box::after {
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #fd9832;
  position: absolute;
  top: 100%;
  left: calc((100% - 3px) / 2);
}
.page-amazing .sec-reason_item_num {
  width: clamp(25px, 6.25vw, 50px);
  height: clamp(25px, 6.25vw, 50px);
  margin: 0 auto;
  font-size: clamp(1.3rem, 3.25vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fd9832;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-amazing .sec-reason_item_txt {
  height: calc(100% - clamp(25px, 6.25vw, 50px));
  font-size: clamp(1rem, 2.5vw, 2rem);
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.page-amazing .sec01,
.page-amazing .sec02,
.page-amazing .sec03 {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .page-amazing .sec01,
  .page-amazing .sec02,
  .page-amazing .sec03 {
    margin-bottom: 80px;
  }
}
.page-amazing .sec-ttl {
  padding: 50px 0;
  margin-bottom: 60px;
  border-top: 1px solid #fd9832;
  border-bottom: 1px solid #fd9832;
  position: relative;
}
@media (max-width: 576px) {
  .page-amazing .sec-ttl {
    padding: 40px 0 30px;
    margin-bottom: 40px;
  }
}
.page-amazing .sec-ttl::before {
  content: "";
  display: block;
  width: 80px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: -25px;
  left: calc(50% - 40px);
  z-index: 2;
}
@media (max-width: 576px) {
  .page-amazing .sec-ttl::before {
    width: 70px;
    height: 40px;
    top: -20px;
    left: calc(50% - 35px);
  }
}
.page-amazing .sec-ttl_num {
  width: 50px;
  height: 50px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background: #fd9832;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
  z-index: 3;
}
@media (max-width: 576px) {
  .page-amazing .sec-ttl_num {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    top: -20px;
    left: calc(50% - 20px);
  }
}
.page-amazing .sec-ttl_ja {
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fd9832;
  text-align: center;
}
.page-amazing .sec-txt {
  line-height: 1.875;
  text-align: center;
}
@media (max-width: 768px) {
  .page-amazing .sec-txt {
    text-align: start;
  }
}
.page-amazing .sec-txt + .sec-txt {
  margin-top: 1.875em;
}
.page-amazing .sec-txt .orange {
  color: #fd9832;
}
.page-amazing .sec01 {
  /* ポップアップ */
}
.page-amazing .sec01_txt {
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .page-amazing .sec01_txt {
    width: 96%;
    margin: 0 auto 50px;
  }
}
.page-amazing .sec01_img {
  width: 96%;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}
@media (max-width: 576px) {
  .page-amazing .sec01_img {
    cursor: pointer;
    pointer-events: all;
  }
}
.page-amazing .sec01_img_ttl {
  margin-bottom: 40px;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: bold;
  color: #005c3f;
  text-align: center;
}
@media (max-width: 576px) {
  .page-amazing .sec01_img_ttl {
    margin-bottom: 20px;
  }
}
.page-amazing .sec01 .popup-overlay {
  display: none;
  width: 100vw;
  height: 650px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
  z-index: 101;
  overflow-x: auto;
}
.page-amazing .sec01 .popup-overlay.active {
  display: block;
}
.page-amazing .sec01 .popup {
  display: none;
  width: 780px;
  margin: 0 auto;
  position: absolute;
  top: 70px;
  left: 4vw;
}
.page-amazing .sec01 .popup.active {
  display: block;
}
.page-amazing .sec01 .popup_close {
  display: block;
  height: 30px;
  color: #ccc;
  position: absolute;
  top: 20px;
  right: 6vw;
  cursor: pointer;
}
.page-amazing .sec01 .popup_close::before, .page-amazing .sec01 .popup_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 35px;
  background: #ccc;
}
.page-amazing .sec01 .popup_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.page-amazing .sec01 .popup_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.page-amazing .sec02_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-amazing .sec02_img {
  width: 47.5%;
  max-width: 510px;
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .page-amazing .sec02_img {
    width: 96%;
    margin: 0 auto 40px;
  }
}
.page-amazing .sec02_txt {
  width: 47.5%;
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .page-amazing .sec02_txt {
    width: 96%;
    margin: 0 auto 40px;
  }
}
.page-amazing .sec02_txt .sec-txt {
  text-align: start;
}
.page-amazing .sec02_movie {
  width: 100%;
  padding: 60px 0;
  background: #ededed;
}
@media (max-width: 576px) {
  .page-amazing .sec02_movie {
    padding: 30px 0;
  }
}
.page-amazing .sec02_movie img,
.page-amazing .sec02_movie iframe,
.page-amazing .sec02_movie video {
  display: block;
  width: 90%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.page-amazing .sec03_txt {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .page-amazing .sec03_txt {
    width: 96%;
    margin: 0 auto 40px;
  }
}
.page-amazing .sec03_img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}/*# sourceMappingURL=amazing.css.map */