.secFooter {
  margin: initial;
}

main {
  overflow: hidden;
}

.commonTextarea {
  padding-top: 32px;
}

.secComment {
  position: relative;
  background: #C9CDD0;
}
.secComment .imgArea {
  padding: 40px 0;
}
.secComment .imgArea .fukidashi {
  width: 49.31vw;
}
.secComment p {
  text-align: center;
}
.secComment .big {
  font-size: clamp(40px, 3.47vw, 50px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(100% + 29px);
}

@media screen and (min-width: 768px) {
  .secComment .imgArea .fukidashi {
    min-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .secComment .imgArea {
    padding: 20px 0;
    width: 100%;
    background-image: url(../images/concept_bk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .secComment .imgArea .fukidashi {
    text-align: center;
    margin: auto;
    padding: 40px 0;
    position: relative;
    width: 90%;
  }
}
.secQ {
  padding: 80px 0 120px;
}
.secQ p {
  text-align: center;
}
.secQ .big {
  font-size: 37px;
  font-weight: 500;
  line-height: calc(100% + 29px);
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .secQ {
    padding: 56px 0;
  }
  .secQ .big {
    padding-bottom: 0;
    font-size: clamp(21px, 8.97vw, 35px);
    line-height: calc(50% + 29px);
  }
}
.secFeatures {
  background: #2D2D2D;
  padding: 120px 0 160px;
}
.secFeatures * {
  color: #ffffff;
}
.secFeatures .titleWrap {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 64px;
}
.secFeatures h2 {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 24px;
}
.secFeatures .contentWrap {
  display: grid;
  gap: 64px;
}
.secFeatures .commonTextarea {
  padding-top: 0;
}
.secFeatures .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.secFeatures .content .leftArea .num {
  font-size: 32px;
  padding-bottom: 32px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #ffffff;
  letter-spacing: 0;
}
.secFeatures .content .leftArea h3 {
  padding: 32px 0 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(100% + 24px);
}
.secFeatures .btnArea {
  border: 1px solid #ffffff;
  margin-top: 50px;
  max-width: 270px;
}
.secFeatures .btnArea * {
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .secFeatures .content {
    grid-template-columns: 1fr;
  }
  .secFeatures .btnArea {
    margin-top: 0;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .secFeatures {
    padding: 80px 0;
  }
  .secFeatures h2 {
    font-size: 24px;
  }
  .secFeatures .titleWrap {
    margin-bottom: 54px;
  }
  .secFeatures .content .leftArea .num {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .secFeatures .content .leftArea h3 {
    font-size: 20px;
    padding: 20px 0;
    line-height: 160%;
  }
  .secFeatures .content .leftArea h3 + p {
    line-height: 200%;
  }
}
.secOption {
  grid-template-columns: 1fr 1180px 1fr;
}
.secOption .commonWidth .gridArea {
  padding-left: 60px;
  grid-template-columns: 1fr 0.7fr;
}
.secOption .commonWidth .gridArea .textArea .tx {
  mix-blend-mode: initial !important;
  color: #ffffff;
  font-size: clamp(15px, 1.11vw, 16px) !important;
  font-weight: 500;
  line-height: 220%;
}
.secOption .commonWidth .gridArea .textArea .tx span {
  mix-blend-mode: initial !important;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 1100px) {
  .secOption {
    grid-template-columns: 1fr;
  }
  .secOption .empty, .secOption .right {
    display: none;
  }
  .secOption .commonWidth .gridArea, .secOption .secOption .commonInnerWidth .gridArea {
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .secOption .commonWidth .gridArea {
    grid-template-columns: 1fr;
  }
  .secOption .commonWidth .gridArea .textArea .fukidasi {
    display: flex;
    justify-content: center;
    width: 90%;
  }
  .secOption .commonWidth .gridArea .textArea .tx {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-align: center;
  }
  .secOption .commonWidth .gridArea .textArea .title {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 28px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */