.commonTitleArea .headTitleArea {
  padding: 15.3125vw 0 5.7813vw;
}
.commonTitleArea .headTitleArea .sub {
  line-height: 145%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1279px) {
  .commonTitleArea .headTitleArea {
    padding: 196px 0 74px;
  }
}
@media screen and (max-width: 767px) {
  .commonTitleArea .headTitleArea {
    padding: 134px 0 35px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .commonTitleArea .headTitleArea .sub {
    font-size: 38px;
    letter-spacing: 0.05em;
    line-height: 120%;
  }
}
section, .commonWidth {
  background: #fff;
}

section h2 {
  font-weight: bold;
  font-size: 3.2813vw;
  /* original: 42px */
}
section p {
  font-size: 1.4063vw;
  /* original: 18px */
  line-height: 177%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1279px) {
  section h2 {
    font-size: 42px;
  }
  section p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section h2 {
    font-size: clamp(20px, 8.72vw, 34px);
  }
  section p {
    font-size: 16px;
    line-height: 175%;
  }
}
.sec1 {
  padding-bottom: 18.75vw;
}
.sec1 .topTx {
  padding-bottom: 4.6875vw;
}
.sec1 .bottomTx {
  padding-bottom: 4.6875vw;
}
.sec1 .wrap1 {
  display: flex;
  justify-content: space-between;
  gap: 5.46875vw;
  padding-bottom: 4.6875vw;
}
.sec1 .wrap1 .imgArea img {
  height: auto;
}
.sec1 .wrap1 .imgArea .img1 {
  width: 57.96875vw;
}
.sec1 .wrap1 .imgArea .img2 {
  width: 19.21875vw;
}
.sec1 .wrap2 {
  display: flex;
  justify-content: space-around;
  gap: 5.46875vw;
}
.sec1 .wrap2 .img3 {
  height: auto;
  width: 38.59375vw;
}

@media screen and (max-width: 767px) {
  .sec1 {
    padding-bottom: 160px;
  }
  .sec1 .topTx {
    padding-bottom: 40px;
  }
  .sec1 .bottomTx {
    padding-bottom: 40px;
  }
  .sec1 .wrap1, .sec1 .wrap2 {
    flex-direction: column;
  }
  .sec1 .wrap1 {
    padding-bottom: 40px;
    gap: 30px;
  }
  .sec1 .wrap1 .imgArea .img1 {
    width: 100%;
  }
  .sec1 .wrap1 .imgArea .img2 {
    width: 55%;
  }
  .sec1 .wrap2 {
    gap: 40px;
  }
  .sec1 .wrap2 .imgArea img {
    width: 100%;
    max-width: 400px;
  }
}
.sec2 .txArea {
  padding-bottom: 4.6875vw;
}
.sec2 .txArea h2 {
  padding-top: 3.90625vw;
  padding-bottom: 2.34375vw;
}
.sec2 .wrap {
  display: flex;
  justify-content: space-between;
  gap: 5.46875vw;
  padding-bottom: 4.6875vw;
}
.sec2 .wrap .imgArea p {
  padding-top: 4.6875vw;
}
.sec2 .wrap .imgArea img {
  height: auto;
}
.sec2 .wrap .imgArea .img1 {
  width: 33.125vw;
}
.sec2 .wrap .imgArea .img2 {
  width: 44.0625vw;
}
.sec2 .bottomImg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec2 .bottomImg img {
  height: auto;
  width: 47.1875vw;
}

@media screen and (max-width: 767px) {
  .sec2 .txArea {
    padding-bottom: 40px;
  }
  .sec2 .txArea h2 {
    padding: 40px 0 30px;
  }
  .sec2 .wrap {
    gap: 30px;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .sec2 .wrap .imgArea p {
    padding-top: 40px;
  }
  .sec2 .wrap .imgArea .img1, .sec2 .wrap .imgArea .img2 {
    max-width: 400px;
    width: 100%;
  }
  .sec2 .bottomImg .img3 {
    max-width: 500px;
    width: 100%;
  }
}
.sec3 {
  width: 62.8125vw;
  padding-bottom: 19.53125vw;
  /* or: 250px */
}
.sec3 .tx1 {
  padding: 4.6875vw 0;
}
.sec3 .txArea {
  padding: 4.6875vw 0 6.25vw;
}
.sec3 p .line {
  width: 6.25vw;
  display: inline-block;
  height: 1px;
  position: relative;
  top: -4px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .sec3 {
    padding-bottom: 180px;
    width: 100%;
  }
  .sec3 .tx1 {
    padding: 40px 0;
  }
  .sec3 .txArea {
    padding: 40px 0 80px;
  }
  .sec3 .txArea p {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */