body {
  background: var(--color_main_bg);
}

.subpage-contents {
  padding-top: 0;
}
@media (min-width: 769px) {
  .subpage-contents {
    margin-top: 60px;
  }
}

.subpage-head-bg {
  display: none;
}

@media (min-width: 769px) {
  .mv {
    width: calc(100% - 80px);
    max-width: 1160px;
    margin: 0 auto;
  }
}

.subpage-cmn-block {
  font-size: 16px;
}
@media (min-width: 769px) {
  .subpage-cmn-block {
    padding: 80px 90px;
  }
}

.text-head {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .text-head {
    margin-bottom: 60px;
  }
}

.list {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .list {
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .list .list-item {
    display: flex;
    justify-content: space-between;
    gap: 0 6%;
  }
  .list .list-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.list .list-item + .list-item {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .list .list-item + .list-item {
    margin-top: 80px;
  }
}
@media (min-width: 769px) {
  .list .photo {
    width: 48%;
  }
}
.list .photo-in {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.list .photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-filter: brightness(1.2) blur(14px);
  filter: brightness(1.2) blur(14px);
}
.list .photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 769px) {
  .list .text {
    flex: 1;
  }
}

.text-foot {
  position: relative;
  padding-top: 40px;
  background: url(../../assets-common/images/dot.svg) top left/10px 2px repeat-x;
}
@media (min-width: 769px) {
  .text-foot {
    padding-top: 60px;
  }
}
/*# sourceMappingURL=map/feature_a.css.map */