.main .p-support .lead .text .catch::before, .main .p-support .lead .text .desc::before, .main .p-support .list .item .text p::before, .main .p-support .lead .text .catch::after, .main .p-support .lead .text .desc::after, .main .p-support .list .item .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .p-support .lead .text .catch::before, .main .p-support .lead .text .desc::before, .main .p-support .list .item .text p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .p-support .lead .text .catch::after, .main .p-support .lead .text .desc::after, .main .p-support .list .item .text p::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .p-support {
  padding: 1.3rem 0 1.5rem;
  position: relative;
  background-image: url(../../assets/imgs/bg02.webp), url(../../assets/imgs/bg02.webp), url(../../assets/imgs/bg02.webp);
  background-position: calc(50% + 4.725rem + 0.2rem) -3.02rem, calc(50% - 4.725rem - 1.74rem) 8.77rem, calc(50% + 4.725rem + 0.2rem) calc(100% + 1.4rem);
  background-size: 9.45rem auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .main .p-support {
    padding: 2rem 0 0;
    background-image: url(../../assets/imgs/bg033_sp.webp), url(../../assets/imgs/bg02l_sp.webp), url(../../assets/imgs/bg02r_sp.webp);
    background-position: 0 0, 0 7.43rem, 0 20.61rem;
    background-size: 7.5rem auto;
  }
}
.main .p-support::before {
  content: "";
  display: block;
  width: 11.6rem;
  height: 5.3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../../assets/imgs/bg03.webp) 0 0/13rem auto;
}
@media screen and (max-width: 750px) {
  .main .p-support::before {
    display: none;
  }
}
.main .p-support .headline {
  width: 5.4rem;
}
@media screen and (max-width: 750px) {
  .main .p-support .headline {
    width: auto;
  }
}
.main .p-support .lead {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .p-support .lead {
    display: block;
  }
}
.main .p-support .lead .image {
  width: 13rem;
  margin: 0 -1.2rem 0 auto;
  height: 6.6rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .p-support .lead .image {
    width: auto;
    margin-inline: -0.6rem;
  }
}
.main .p-support .lead .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .p-support .lead .text {
  display: grid;
  grid-template-columns: 3.5rem 1fr 5.8rem;
  align-items: center;
  gap: 0.6rem 0;
  margin: 0.8rem 0 0 1.3rem;
}
@media screen and (max-width: 750px) {
  .main .p-support .lead .text {
    grid-template-columns: 1fr 1.86rem;
    margin: 1.2rem 0 0;
  }
}
.main .p-support .lead .text .catch {
  font-size: 0.4rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .p-support .lead .text .catch {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
    line-height: 1.56;
  }
}
.main .p-support .lead .text .logo {
  width: 1rem;
}
@media screen and (max-width: 750px) {
  .main .p-support .lead .text .logo {
    width: 1.2rem;
  }
}
.main .p-support .lead .text .desc {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .main .p-support .lead .text .desc {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.main .p-support .list {
  margin-top: 1.3rem;
}
@media screen and (max-width: 750px) {
  .main .p-support .list {
    margin-top: 1.2rem;
  }
}
.main .p-support .list .item {
  background-color: rgba(172, 138, 93, 0.1);
  display: grid;
  grid-template-columns: 8.6rem auto;
  grid-gap: 0;
  align-items: center;
}
.main .p-support .list .item:nth-child(2) {
  grid-template-columns: auto 8.6rem;
}
.main .p-support .list .item + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .p-support .list .item + * {
    margin-top: 0.6rem !important;
  }
}
.main .p-support .list .item .bg {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(64, 64, 64, 0.05);
}
@media screen and (max-width: 750px) {
  .main .p-support .list .item {
    display: block;
    margin-top: 0.1rem;
    background-color: rgba(252, 249, 247, 0.051);
    box-shadow: inset 0 0 0 1px #fff, 0 0 0.3rem rgba(64, 64, 64, 0.05);
  }
  .main .p-support .list .item.active {
    margin: 0.2rem 0;
  }
  .main .p-support .list .item.active .headline::after {
    opacity: 0;
  }
  .main .p-support .list .item:first-child, .main .p-support .list .item:first-child.active {
    margin-top: 0;
  }
}
.main .p-support .list .item .headline {
  padding-top: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .p-support .list .item .headline {
    padding: 0.8rem 0 0.6rem;
  }
}
.main .p-support .list .item .headline .num {
  color: #b3a9a1;
  font-family: "operetta-12", serif;
  font-size: 0.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 0.54;
}
@media screen and (max-width: 750px) {
  .main .p-support .list .item .headline .num {
    font-size: 0.7rem;
  }
}
.main .p-support .list .item .headline .name {
  padding-top: 0.3rem;
  font-size: 0.25rem;
  letter-spacing: 0.075em;
  white-space: nowrap;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .main .p-support .list .item .headline .name {
    padding-top: 0.2rem;
    font-size: 0.4rem;
    letter-spacing: 0.09em;
    line-height: 1.25;
  }
}
.main .p-support .list .item:nth-child(2) .image {
  grid-column: 2/3;
}
.main .p-support .list .item .text {
  padding: 0.4rem 0.8rem 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .p-support .list .item .text {
    padding: 0 0.6rem 0.8rem;
  }
}
.main .p-support .list .item .text p {
  font-size: 0.16rem;
  letter-spacing: 0.09em;
  line-height: 2.0625;
}
@media screen and (max-width: 750px) {
  .main .p-support .list .item .text p {
    font-size: 0.26rem;
    line-height: 1.9230769231;
  }
}
.main .p-support .list .item:nth-child(2) .item-body {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 751px) {
  .main .p-support .list .item .image {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 751px) {
  .main .p-support .list .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=unique.css.map */