.secFooter {
  margin-top: 0;
}

.secPager {
  padding: 0px 0 100px;
  background: #C9CDD0;
}

main {
  overflow: hidden;
}

.commonTextarea {
  padding-top: 32px;
}

.secReview {
  padding-bottom: 160px;
  background: #C9CDD0;
}
.secReview .cmsArea {
  padding-top: 120px;
  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;
  position: relative;
}
.secReview .cmsArea .content {
  background: #ffffff;
  border: 1px solid #2D2D2D;
}
.secReview .cmsArea .content .cmsGridArea {
  position: relative;
  padding: 32px;
  display: grid;
}
.secReview .cmsArea .content .cmsGridArea .triangle {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.secReview .cmsArea .content .cmsGridArea .citation {
  color: #666666;
  font-size: clamp(2.5rem, 1.701rem + 3.28vw, 3.75rem);
  font-weight: 400;
  line-height: 1;
}
.secReview .cmsArea .content .cmsGridArea .citation:first-child {
  text-align: left;
  margin-bottom: -35px;
}
.secReview .cmsArea .content .cmsGridArea .citation:last-of-type {
  text-align: right;
  margin-top: -10px;
}
.secReview .cmsArea .content .cmsGridArea .titleWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 330px;
  width: 90%;
}
.secReview .cmsArea .content .cmsGridArea .titleWrap .title {
  font-size: clamp(22px, 1.67vw, 24px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 180%;
}
.secReview .cmsArea .content .cmsGridArea .line {
  margin: 0px 0 16px;
  height: 1px;
  width: 100%;
  background: #666666;
}
.secReview .cmsArea .content .cmsGridArea .wrap {
  display: flex;
  gap: 1em;
}
.secReview .cmsArea .content .cmsGridArea .wrap p {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .secReview {
    padding-bottom: 120px;
  }
  .secReview .cmsArea {
    padding-top: 40px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .secReview .cmsArea a {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secReview .cmsArea .content {
    max-width: 500px;
  }
  .secReview .cmsArea .content .cmsGridArea {
    padding: 32px 32px 17px;
  }
  .secReview .cmsArea .content .cmsGridArea .wrap p {
    font-size: 14px;
  }
  .secReview .cmsArea .content .cmsGridArea .citation {
    line-height: 1;
  }
  .secReview .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;
  }
  .secReview .cmsArea .content .cmsGridArea .titleWrap .title {
    letter-spacing: 0.01em;
    width: 90%;
    margin: 0 auto;
  }
  .secReview .cmsArea .content .cmsGridArea .citation:first-child {
    margin-bottom: -35px;
  }
  .secReview .cmsArea .content .cmsGridArea .citation:last-of-type {
    margin-top: -20px;
    position: relative;
    bottom: -12px;
  }
}/*# sourceMappingURL=style.css.map */