@charset "UTF-8";
.issue__ttl {
  margin-top: 0;
  text-align: center;
}

.issue__body {
  padding-top: 7.7rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .issue__body {
    margin-top: 10.9375vw;
  }
}
.issue__body::after {
  content: "";
  position: absolute;
  background: url(../img/about/bg-about.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 29.2rem;
  left: 0;
  top: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .issue__body::after {
    background: url(../img/about/bg-about-sp.png) no-repeat center center;
  }
}

.issue__img {
  width: 14.7rem;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .issue__img {
    width: 15.625vw;
  }
}
.issue__img img {
  width: 100%;
}

.issue__list-wrap {
  margin-top: -36.3rem;
}
@media only screen and (max-width: 640px) {
  .issue__list-wrap {
    margin-top: -70.3125vw;
  }
}

.issue__list {
  display: flex;
  gap: 16.8rem;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .issue__list {
    gap: 4.6875vw;
  }
}

.issue__list--second {
  gap: 24.8rem;
}
@media only screen and (max-width: 640px) {
  .issue__list--second {
    gap: 15.625vw;
  }
}

.issue__list + .issue__list {
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  .issue__list + .issue__list {
    margin-top: 7.8125vw;
  }
}

.issue__item {
  padding: 0 6.4rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .issue__item {
    padding: 0 6.25vw;
  }
}
.issue__item::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 64px 29px 0;
  border-color: transparent transparent #231815 transparent;
  /* 下だけ色をつける */
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
  width: 64px;
  height: 29px;
  bottom: 0;
  right: 1px;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .issue__item::before {
    width: 10vw;
    height: 4.53125vw;
  }
}

.issue__item-right::before {
  border-width: 0 0 29px 64px;
  left: 1px;
}
@media only screen and (max-width: 640px) {
  .issue__item-right::before {
    z-index: -1;
  }
}

.issue__text {
  width: 28.7rem;
  background: #231815;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.2px;
  padding: 2.4rem 0;
}
@media only screen and (max-width: 640px) {
  .issue__text {
    font-size: 3.75vw;
    width: 31.25vw;
    padding: 3.125vw 0;
  }
}

@media only screen and (max-width: 640px) {
  .issue__text--first {
    width: 34.375vw;
  }
}

.support {
  margin-top: 18.5rem;
}

.support__text {
  text-align: center;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  .support__text {
    font-size: 4.0625vw;
    margin-top: 6.25vw;
  }
}

.support__img {
  margin: 5.3rem auto 0;
  width: 79.4rem;
}
@media only screen and (max-width: 640px) {
  .support__img {
    width: 100%;
    margin: 6.25vw auto 0;
  }
}
.support__img img {
  width: 100%;
}

.about-service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 8.2rem;
}
@media only screen and (max-width: 640px) {
  .about-service__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6.25vw;
  }
}

.about-service__item {
  background: rgba(61, 27, 18, 0.06);
  height: 27rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .about-service__item {
    height: 39.0625vw;
  }
}

.about-service__img {
  text-align: center;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .about-service__img img {
    width: 45%;
  }
}

.about-service__name {
  color: #231815;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.3rem;
}
@media only screen and (max-width: 640px) {
  .about-service__name {
    font-size: 3.4375vw;
    bottom: 4.6875vw;
  }
}/*# sourceMappingURL=about.css.map */