main {
  color: #231815;
}
main figure {
  position: relative;
}
main figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 8px;
  color: white;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.mv {
  position: relative;
}
.mv figure {
  position: relative;
}
.mv figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  font-size: 10px;
  text-shadow: 0 0 5px black, 0 0 5px black;
}
.mv h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(210px, 27.3958333333vw, 526px);
}
@media screen and (max-width: 768px) {
  .mv h2 {
    top: 55%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mv h2 {
    width: clamp(243px, 64.8vw, 300px);
  }
}

.bg-wrap {
  background: #7F7F7F;
  background: linear-gradient(-45deg, rgba(113, 111, 111, 0.2), rgba(157, 157, 157, 0.2));
  padding-bottom: 54px;
}
.bg-wrap section {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bg-wrap section {
    width: 100%;
  }
}
.bg-wrap section h3 {
  font-size: clamp(20px, 2.6041666667vw, 50px);
  letter-spacing: 0.1em;
  text-align: center;
  font-family: YakuHanMP, "PT Serif", serif;
  text-align: center;
  margin-bottom: 1.26em;
}
@media screen and (max-width: 768px) {
  .bg-wrap section h3 {
    padding: 0 32.5px;
    font-size: 21px;
  }
}
.bg-wrap section h4 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(18px, 1.6666666667vw, 32px);
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bg-wrap section h4 {
    padding: 0 32.5px;
    font-size: 16px;
  }
}
.bg-wrap .sec01 {
  padding-top: 5.6%;
}
.bg-wrap .sec01 p {
  margin-top: 3em;
  margin-bottom: 3.6em;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.7em;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec01 p {
    padding: 0 32.5px;
    text-align: left;
    margin-top: 1.5em;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec01 p br {
    display: none;
  }
}
.bg-wrap .sec02 {
  margin-top: 8%;
  margin-bottom: 5.5%;
}
.bg-wrap .sec02 p {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(18px, 1.6666666667vw, 32px);
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec02 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.bg-wrap .sec02 .flex-box {
  margin-top: 85px;
  display: flex;
  gap: 43px;
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec02 .flex-box {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec02 .flex-box div {
    width: 70%;
    max-width: 400px;
  }
}
.bg-wrap .sec02 .flex-box div dl dt {
  text-align: center;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  font-size: clamp(16px, 1.6666666667vw, 32px);
  letter-spacing: 0.11em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec02 .flex-box div dl dt {
    letter-spacing: 0.02em;
  }
}
.bg-wrap .sec02 .flex-box div dl dd {
  margin-top: 1.19em;
  font-size: clamp(13px, 1.09375vw, 21px);
  letter-spacing: 0.07em;
  line-height: 1.71em;
  color: #4C4948;
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec02 .flex-box div dl dd {
    letter-spacing: 0;
    line-height: 21px;
  }
}
@media screen and (max-width: 1007px) {
  .bg-wrap .sec02 .flex-box div dl dd br {
    display: none;
  }
}
.bg-wrap .sec02 ul {
  margin-top: 5.2%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec02 ul {
    width: 70%;
    max-width: 400px;
    margin: 30px auto 0;
    gap: 0.8rem;
  }
}
.bg-wrap .sec02 ul li {
  width: calc(25% - 0.8rem);
  height: 5.96em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 1.4583333333vw, 28px);
  background: #7F7F7F;
  background: linear-gradient(to right, rgba(127, 127, 127, 0.2), rgba(63, 63, 63, 0.2));
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec02 ul li {
    width: calc(50% - 0.5em);
  }
}
.bg-wrap .sec02 ul li::before {
  content: "";
  background-image: url("../img/line.png");
  background-size: cover;
  height: 0.6em;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-wrap .sec02 ul li p {
  font-size: clamp(12px, 1.4583333333vw, 28px);
  line-height: 1.42em;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0;
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .bg-wrap .sec02 ul li p {
    letter-spacing: 0;
  }
}
.bg-wrap .sec02 ul li p span {
  font-size: 0.57em;
  display: block;
}
.bg-wrap .sec02 ul li:first-child p {
  margin-top: 1em;
}
.bg-wrap .note {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.bg-wrap .note p {
  font-size: clamp(10px, 0.9285714286vw, 13px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bg-wrap .note p {
    text-align: left;
  }
}/*# sourceMappingURL=design.css.map */