.secFooter {
  margin-top: 0;
}

.secPostContent {
  padding: 30px 0;
}
.secPostContent .postContent h1 {
  font-size: 24px;
  font-weight: bold;
  color: initial;
  padding-left: 0;
}
.secPostContent .postContent h1:before {
  display: none;
}
.secPostContent .postContent h2 {
  padding: 32px 0;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.35em;
  padding-left: 1em;
  position: relative;
  color: #666666;
}
.secPostContent .postContent h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
  background: #666666;
  height: 8px;
  width: 8px;
}

@media screen and (max-width: 767px) {
  .secPostContent {
    padding: 0 0 30px;
  }
  .secPostContent .postContent h2 {
    font-size: 16px;
  }
}
.btnArea {
  margin: 0 auto 80px;
  width: 256px;
  justify-content: left;
  gap: 22px;
}
.btnArea p {
  width: 100%;
  text-align: center;
}

.secHouseData {
  padding: 64px 0 40px;
}
.secHouseData .commonInnerWidth {
  width: 100%;
}
.secHouseData .gridArea {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 42px;
}
.secHouseData .gridArea .leftArea h2 {
  font-size: 18px;
  padding-bottom: 20px;
}
.secHouseData .gridArea .leftArea .dataGridArea {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.secHouseData .gridArea .leftArea .dataGridArea p {
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0;
}
.secHouseData .gridArea .leftArea .dataGridArea .first {
  padding-top: 0;
}
.secHouseData .gridArea .leftArea .dataGridArea .title {
  font-size: 18px;
  font-weight: bold;
}
.secHouseData .gridArea .leftArea .dataGridArea .line {
  height: 100%;
  width: 1px;
  height: 100%;
  background: #BDBDBD;
}
@media screen and (max-width: 767px) {
  .secHouseData {
    padding: 40px 0;
  }
  .secHouseData .gridArea {
    grid-template-columns: 1fr;
  }
  .secHouseData .gridArea .rightArea {
    order: 1;
  }
  .secHouseData .gridArea .rightArea .imgWrap img {
    max-width: initial;
    width: 100%;
  }
  .secHouseData .gridArea .leftArea {
    order: 2;
  }
  .secHouseData .gridArea .leftArea .dataGridArea {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .secHouseData .gridArea .leftArea .dataGridArea .title {
    font-size: 16px;
  }
  .secHouseData .gridArea .leftArea .dataGridArea p {
    font-size: 14px;
  }
}
.secOtherReview {
  background: #C9CDD0;
  padding: 80px 0 120px;
}
.secOtherReview .btnArea {
  margin: 80px auto 0;
  background: #ffffff;
}
.secOtherReview .otherTitle {
  border-bottom: 1px solid #666666;
}
.secOtherReview .otherTitle h2 {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 24px;
}
.secOtherReview .cmsArea {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(2.5rem, -2.5rem + 10vw, 5rem);
       column-gap: clamp(2.5rem, -2.5rem + 10vw, 5rem);
  row-gap: 80px;
}
.secOtherReview .cmsArea .content {
  background: #ffffff;
  border: 1px solid #2D2D2D;
}
.secOtherReview .cmsArea .content .cmsGridArea {
  position: relative;
  padding: 32px;
  display: grid;
}
.secOtherReview .cmsArea .content .cmsGridArea .triangle {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.secOtherReview .cmsArea .content .cmsGridArea .mincho {
  color: #666666;
  font-size: clamp(2.5rem, 1.701rem + 3.28vw, 3.75rem);
  font-weight: 400;
  line-height: 1;
}
.secOtherReview .cmsArea .content .cmsGridArea .mincho:first-child {
  text-align: left;
  margin-bottom: -35px;
}
.secOtherReview .cmsArea .content .cmsGridArea .mincho:last-of-type {
  text-align: right;
  margin-top: -10px;
}
.secOtherReview .cmsArea .content .cmsGridArea .titleWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 330px;
  width: 90%;
}
.secOtherReview .cmsArea .content .cmsGridArea .titleWrap .title {
  font-family: "Klee One", cursive;
  font-size: clamp(22px, 1.67vw, 24px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
}
.secOtherReview .cmsArea .content .cmsGridArea .line {
  margin: 0px 0 16px;
  height: 1px;
  width: 100%;
  background: #666666;
}
.secOtherReview .cmsArea .content .cmsGridArea .wrap {
  display: flex;
  gap: 1em;
}
.secOtherReview .cmsArea .content .cmsGridArea .wrap p {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .secOtherReview .otherTitle h2 {
    font-size: 24px;
  }
  .secOtherReview .cmsArea {
    padding-top: 40px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .secOtherReview .cmsArea a {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secOtherReview .cmsArea .content {
    max-width: 500px;
  }
  .secOtherReview .cmsArea .content .cmsGridArea {
    padding: 32px 32px 17px;
  }
  .secOtherReview .cmsArea .content .cmsGridArea .wrap p {
    font-size: 14px;
  }
  .secOtherReview .cmsArea .content .cmsGridArea .mincho {
    line-height: 1;
  }
  .secOtherReview .cmsArea .content .cmsGridArea .triangle {
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 36px;
    height: auto;
  }
  .secOtherReview .cmsArea .content .cmsGridArea .titleWrap .title {
    letter-spacing: 0.01em;
    width: 90%;
    margin: 0 auto;
  }
  .secOtherReview .cmsArea .content .cmsGridArea .mincho:first-child {
    margin-bottom: -35px;
  }
  .secOtherReview .cmsArea .content .cmsGridArea .mincho:last-of-type {
    margin-top: -20px;
    position: relative;
    bottom: -12px;
  }
}/*# sourceMappingURL=style.css.map */