.p-support .title {
  margin-bottom: 10rem;
  margin-bottom: clamp(7rem, 2.5rem + 5.859vw, 10rem);
}
@media screen and (max-width: 767px) {
  .p-support .title {
    margin-bottom: 1rem;
  }
}
.p-support .support-top {
  padding-bottom: 14.5rem;
  padding-bottom: clamp(12rem, 8.25rem + 4.883vw, 14.5rem);
}
@media screen and (max-width: 767px) {
  .p-support .support-top {
    padding-bottom: 11rem;
  }
}
.p-support .support-top .support-text-01 {
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #4e4b3f;
}
.p-support .support-top .support-text-01 span {
  background: #ffffff;
  padding-inline: 0.5em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgb(222, 252, 55) 60%, rgb(222, 252, 55) 100%);
}
@media screen and (max-width: 767px) {
  .p-support .support-top .support-text-01 {
    font-size: 1.5rem;
  }
}
.p-support .support-top .support-text-02 {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-support .support-top .support-text-02 {
    font-size: 1.5rem;
  }
}
.p-support .support-top .support-list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 4rem;
}
.p-support .support-top .support-list .item {
  border: 3px solid #17ae67;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.p-support .support-top .support-list .item .item-head {
  background-color: #17ae67;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 42px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 1.8rem 2rem;
  gap: 2rem;
}
.p-support .support-top .support-list .item .item-body {
  padding-top: 3rem;
  padding-bottom: 3.3rem;
  padding-inline: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-support .support-top .support-list .item .item-body .ttl {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #17ae67;
}
.p-support .support-top .support-list .item .item-body .text {
  margin-top: 2rem;
  flex: 1;
}
.p-support .support-top .support-list .item .item-body .support-link {
  margin-top: 4.8rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  color: #fff;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  background: #17ae67;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-support .support-top .support-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }
  .p-support .support-top .support-list .item .item-body {
    padding-bottom: 3.3rem;
  }
  .p-support .support-top .support-list .item .item-body .support-link {
    margin-top: 3.5rem;
  }
}
.p-support .comments {
  padding-top: 7rem;
  padding-bottom: 12.4rem;
  background-color: #fff;
}
.p-support .comments .comments-box {
  margin-top: 8rem;
}
.p-support .comments .comments-box .swiper {
  padding-bottom: 6rem;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-inactive-color: #f8f8f8;
}
.p-support .comments .comments-box .comments-item {
  display: flex;
  padding: 5rem 0;
  border-radius: 2rem;
  background: rgba(222, 252, 55, 0.1);
}
.p-support .comments .comments-box .comments-item .img {
  width: 50%;
}
.p-support .comments .comments-box .comments-item .img figure {
  text-align: center;
}
.p-support .comments .comments-box .comments-item .img figure img {
  width: 24rem;
  height: 24rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.p-support .comments .comments-box .comments-item .img figure figcaption {
  margin-top: 3.8rem;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #4e4b3f;
}
.p-support .comments .comments-box .comments-item .content {
  width: 50%;
  padding-right: 5rem;
}
.p-support .comments .comments-box .comments-item .content .item:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #defc37;
}
.p-support .comments .comments-box .comments-item .content .ttl {
  margin-bottom: 1.5rem;
  font-weight: bold;
  line-height: 1.5625;
}
.p-support .comments .comments-box .comments-item .content p {
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .p-support .comments {
    padding-bottom: 7rem;
    padding-top: 5rem;
  }
  .p-support .comments .comments-box {
    margin-top: 4.5rem;
    margin-inline: -2rem;
  }
  .p-support .comments .comments-box .comments-item {
    flex-direction: column;
    border-radius: 0;
  }
  .p-support .comments .comments-box .comments-item .img,
  .p-support .comments .comments-box .comments-item .content {
    width: 100%;
  }
  .p-support .comments .comments-box .comments-item .img figure figcaption {
    margin-top: 1.8rem;
  }
  .p-support .comments .comments-box .comments-item .content {
    padding-right: 0;
    padding-inline: 1.8rem;
    margin-top: 2rem;
  }
}