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

.orange {
  color: #fd9832;
}

/*============================================
 安心の施工品質
============================================*/
.page-hearing {
  /* sec01~03 */
}
.page-hearing .fv {
  width: 100vw;
  height: clamp(360px, 109.25vw, 874px);
  padding: clamp(30px, 10vw, 60px) clamp(30px, 7.5vw, 60px);
  margin-bottom: 150px;
  background: url("../../img/renewal/hearing/main.jpg") no-repeat center/cover;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .page-hearing .fv {
    margin-bottom: 80px;
  }
}
.page-hearing .fv_ttlBox {
  width: fit-content;
  padding: clamp(25px, 5vw, 40px) clamp(20px, 6.25vw, 50px) 20px;
  background: #fff;
  position: relative;
}
.page-hearing .fv_ttlBox.inview_fade {
  animation-duration: 3s;
}
.page-hearing .fv_ttl-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2rem, 6vw, 4.8rem);
  line-height: 1.125;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #fd9832;
  position: absolute;
  top: clamp(-2.4rem, -3vw, -1rem);
  left: clamp(15px, 4.375vw, 35px);
  z-index: 3;
}
.page-hearing .fv_ttl-ja {
  font-size: clamp(2.4rem, 7vw, 7rem);
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.page-hearing .fv_ttl-ja .small {
  font-size: clamp(2rem, 5vw, 5rem);
}
.page-hearing .sec01 {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .page-hearing .sec01 {
    margin-bottom: 80px;
  }
}
.page-hearing .sec01_ttl {
  margin-bottom: 80px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
}
@media (max-width: 576px) {
  .page-hearing .sec01_ttl {
    margin-bottom: 40px;
  }
}
.page-hearing .sec01_txt {
  width: 96%;
  margin: 0 auto;
  font-size: clamp(1.6rem, 2.2vw, 1.8rem);
  line-height: 1.875;
  font-weight: 500;
  text-align: center;
}
.page-hearing .sec01_txt + .sec01_txt {
  margin-top: 1.875em;
}
@media (max-width: 768px) {
  .page-hearing .sec01_txt {
    text-align: start;
  }
}
.page-hearing .sec02 {
  padding: 80px 0;
  margin-bottom: 150px;
  background: #fd9832;
}
@media (max-width: 576px) {
  .page-hearing .sec02 {
    padding: 50px 0;
    margin-bottom: 100px;
  }
}
.page-hearing .sec02_box {
  padding: clamp(40px, 8.75vw, 70px) clamp(20px, 3.4vw, 41px) clamp(30px, 6.25vw, 50px);
  border: 4px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-hearing .sec02_ttl {
  width: 100%;
  padding-bottom: clamp(20px, 5vw, 40px);
  margin-bottom: 60px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-bottom: 4px solid #fff;
  text-align: center;
}
.page-hearing .sec02_ttl-en {
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  letter-spacing: 0.2em;
}
.page-hearing .sec02_ttl-ja {
  font-size: clamp(1.6rem, 5vw, 3.6rem);
  letter-spacing: 0.1em;
}
.page-hearing .sec02_txtWrap {
  width: 29%;
}
@media (max-width: 768px) {
  .page-hearing .sec02_txtWrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page-hearing .sec02_img {
  width: 71%;
  margin-top: -40px;
  margin-right: -3%;
}
.page-hearing .sec02_img img {
  width: 100%;
}
@media (max-width: 768px) {
  .page-hearing .sec02_img {
    width: 100%;
    margin: 0;
  }
}
.page-hearing .sec02_txt-lg {
  margin-bottom: 1em;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page-hearing .sec02_txt-lg {
    font-size: clamp(2rem, 5vw, 3rem);
    text-align: center;
  }
}
.page-hearing .sec02_txt {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  line-height: 1.875;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-hearing .sec02_txt {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
  }
}
.page-hearing .sec02_link {
  padding: 10px 10px 20px;
  margin: 70px auto 0;
  line-height: 1.25;
  font-weight: bold;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-hearing .sec02_link {
    width: 240px;
  }
}
@media (max-width: 480px) {
  .page-hearing .sec02_link {
    width: 200px;
  }
}
.page-hearing .sec02_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 41px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 41px, 100% 41px);
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  transition: 0.2s ease-in-out;
}
.page-hearing .sec02_link_txt-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2rem, 2.667vw, 3.2rem);
  letter-spacing: 0.2em;
  color: #fd9832;
}
.page-hearing .sec02_link_txt-ja {
  font-size: clamp(1.6rem, 1.667vw, 2rem);
  letter-spacing: 0.1em;
}
.page-hearing .sec02_link:hover {
  opacity: 0.7;
}
.page-hearing .sec03 {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .page-hearing .sec03 {
    margin-bottom: 80px;
  }
}
.page-hearing .sec03_head {
  margin-bottom: 80px;
  line-height: 1;
  font-weight: bold;
  color: #fd9832;
  text-align: center;
}
@media (max-width: 576px) {
  .page-hearing .sec03_head {
    margin-bottom: 50px;
  }
}
.page-hearing .sec03_head-en {
  margin-bottom: 1em;
  font-size: clamp(1.4rem, 3.125vw, 2rem);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-hearing .sec03_head-en::before, .page-hearing .sec03_head-en::after {
  content: "";
  width: 3px;
  height: 1.5em;
  background: #fd9832;
}
.page-hearing .sec03_head-en::before {
  margin-right: 2em;
  transform: rotate(-38deg);
}
.page-hearing .sec03_head-en::after {
  margin-left: 2em;
  transform: rotate(38deg);
}
.page-hearing .sec03_head-ja {
  font-size: clamp(2.4rem, 5.5vw, 5rem);
  letter-spacing: 0.1em;
}
.page-hearing .sec03_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-hearing .sec03_inner + .sec03_inner {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .page-hearing .sec03_inner + .sec03_inner {
    margin-top: 60px;
  }
}
.page-hearing .sec03_txtWrap {
  width: 47%;
}
@media (max-width: 576px) {
  .page-hearing .sec03_txtWrap {
    width: 96%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.page-hearing .sec03_img {
  width: 50%;
}
.page-hearing .sec03_img-lg {
  width: 53%;
}
@media (max-width: 576px) {
  .page-hearing .sec03_img {
    width: 96%;
    margin: 30px auto 0;
    order: 3;
  }
}
.page-hearing .sec03_img img {
  width: 100%;
}
.page-hearing .sec03_num {
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fd9832;
}
@media (max-width: 576px) {
  .page-hearing .sec03_num {
    font-size: clamp(1.4rem, 4vw, 2rem);
  }
}
.page-hearing .sec03_ttl {
  margin-bottom: clamp(20px, 5.334vw, 40px);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(2.4rem, 4.1667vw, 5rem);
  line-height: 1.24;
  font-weight: bold;
  letter-spacing: 0.075em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .page-hearing .sec03_ttl {
    font-size: clamp(2.4rem, 6vw, 3.6rem);
  }
}
.page-hearing .sec03_txt {
  max-width: 415px;
  font-size: clamp(1.4rem, 2.134vw, 1.6rem);
  line-height: 1.875;
}
@media (max-width: 576px) {
  .page-hearing .sec03_txt {
    font-size: clamp(1.4rem, 3.2vw, 1.6rem);
  }
}/*# sourceMappingURL=hearing.css.map */