/*-----------
sub-ttl
------------*/
.sub-ttl {
  background: url("../img/pc-hero.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .sub-ttl {
    background: url("../img/sp-hero.jpg") no-repeat center/cover;
  }
}

/*-----------
wrapper
------------*/
.wrapper {
  background-color: #f6f6f6;
}

.main section [class$="-ttl"] {
  font-size: 16px;
  line-height: 1.875;
  padding: 90px 0 60px;
  font-family: var(--gothic);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .main section [class$="-ttl"] {
    font-size: clamp(10.24px, 3.2vw, 24px);
    line-height: 1.5;
    padding: 30px 0 30px;
    max-width: var(--content-sp-width);
    margin: 0 auto;
  }
  .main [class$="-text"] {
    font-size: clamp(12.8px, 4vw, 30px);
  }
}

/*-----------
summary
------------*/
.summary .list {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--mincyo);
}

.summary .listFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: initial;
}

.summary .list h3,
.summary .list p {
  display: inline;
}

.summary .list figcaption {
  padding-top: 14px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .summary .list {
    max-width: 600px;
    width: 80vw;
    font-size: clamp(10.24px, 3.2vw, 24px);
    line-height: 1.5;
    text-align: initial;
  }
  .summary .listFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .summary .list figcaption {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

/*-----------
summary
------------*/
.summary-mttl {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 20px;
}

.summary-mttl span {
  display: inline-block;
  padding: 0 10px;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}

.summary-mttl::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  .summary-mttl {
    max-width: 600px;
    width: 80vw;
    font-size: clamp(11.09333px, 3.46667vw, 26px);
  }
  .summary-mttl span {
    padding: 0 6px;
  }
}

.other-list {
  max-width: 800px;
  margin: 40px auto 100px;
}

.other-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .other-list {
    max-width: 600px;
    width: 80vw;
    margin: 20px auto 100px;
  }
  .other-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: clamp(10.24px, 3.2vw, 24px);
    line-height: 1.5;
  }
  .other-list li:nth-child(n+2) {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */