.p_ttl2 {
  background: url("/img/donation_mv.jpg?v2") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2 {
    background: url("/img/donation_mv@2x.jpg?v2") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/donation_mv_sp.jpg?v2") no-repeat center center/cover;
  }
}
.p_ttl2 .type {
  display: block;
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p_ttl2 .type {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding: 100px 0 110px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    padding: 35px 0 40px;
  }
}

.p_lead .copy {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.54;
}
.p_lead p {
  margin-top: 20px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_lead .copy {
    font-size: 2rem;
    line-height: 1.7;
  }
  .p_lead p {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

.s_benefit {
  width: 1010px;
  margin: 0 auto;
  border-top: 1px solid #008e66;
  padding-top: 110px;
}
@media screen and (max-width: 480px) {
  .s_benefit {
    width: auto;
    border-top: none;
    padding-top: 0;
  }
  .s_benefit::before {
    content: "";
    display: block;
    width: 88%;
    height: 1px;
    background: #008e66;
    margin: 0 auto 55px;
  }
}
.s_benefit .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_benefit .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_benefit .box {
  margin-top: 50px;
  background: #f1f5f7;
  border-radius: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .s_benefit .box {
    margin: 20px auto 0;
    width: 93.3%;
    padding: 30px 0;
  }
}
.s_benefit .check_list1 {
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .s_benefit .check_list1 {
    width: 85.3vw;
  }
}
.s_benefit .check_list1 li {
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .s_benefit .check_list1 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
}
.s_benefit .check_list1 p {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_benefit .check_list1 p {
    font-size: 1.4rem;
  }
}
.s_benefit .check_list1 .btn4 {
  margin: calc(1.2rem - (0.84rem + 11px)) 0;
}
@media screen and (max-width: 480px) {
  .s_benefit .check_list1 .btn4 {
    margin: 0;
  }
}

.s_voice {
  width: 1010px;
  margin: 120px auto 0;
  border-top: 1px solid #008e66;
  padding: 110px 0 120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_voice {
    width: auto;
    border-top: none;
    margin: 60px auto 0;
    padding: 0 0 60px;
  }
  .s_voice::before {
    content: "";
    display: block;
    width: 88%;
    height: 1px;
    background: #008e66;
    margin: 0 auto 55px;
  }
}
.s_voice .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_voice .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_voice .voice_list1 {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .s_voice .voice_list1 {
    margin: 35px auto 0;
    width: 93.3%;
  }
}

.p_outro {
  width: 1010px;
  margin: 0 auto;
  border-top: 1px solid #008e66;
  padding-top: 150px;
}
@media screen and (max-width: 480px) {
  .p_outro {
    width: auto;
    border-top: none;
    padding-top: 0;
  }
  .p_outro::before {
    content: "";
    display: block;
    width: 88%;
    height: 1px;
    background: #008e66;
    margin: 0 auto 60px;
  }
}

.s_contact {
  margin: 0 auto;
  width: 1010px;
  background: #f1f5f7;
  border-radius: 10px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .s_contact {
    width: 93.3%;
    padding-bottom: 30px;
  }
}
.s_contact .s_ttl {
  background: #008e66;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 70px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 480px) {
  .s_contact .s_ttl {
    font-size: 1.8rem;
    line-height: 50px;
  }
}
.s_contact .s_lead {
  margin-top: 45px;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_contact .s_lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.s_contact .s_subttl {
  margin: 20px auto 0;
  width: 780px;
  border-bottom: 1px solid #e2ebef;
  padding-bottom: 22px;
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .s_contact .s_subttl {
    margin: 10px auto 0;
    width: 82.7vw;
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.s_contact .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
}
.s_contact .contact_list li {
  width: 420px;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list li {
    width: auto;
    padding-top: 20px;
  }
}
.s_contact .contact_list li + li {
  border-left: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list li + li {
    border-left: none;
    border-top: 1px solid #e2ebef;
    margin-top: 20px;
  }
}
.s_contact .contact_list .ttl {
  margin-bottom: 25px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list .ttl {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
.s_contact .contact_list .btn {
  width: 325px;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list .btn {
    width: 250px;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
    padding: 0 60px 0 25px;
  }
  .s_contact .contact_list .btn::after {
    width: 40px;
    top: calc(50% - 20px);
    right: 4px;
    background-size: 6px;
  }
}
.s_contact .contact_list a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
.s_contact .contact_list .tel {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.s_contact .contact_list .tel strong {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}
.s_contact .contact_list .tel a {
  font-size: 2.1rem;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
}
.s_contact .contact_list .tel .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list .tel {
    font-size: 1.4rem;
  }
  .s_contact .contact_list .tel a {
    font-size: 1.8rem;
  }
  .s_contact .contact_list .tel .small {
    font-size: 1rem;
  }
}
.s_contact .contact_list .mail_fax {
  margin-top: 20px;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.s_contact .contact_list .mail_fax strong {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}
@media screen and (max-width: 480px) {
  .s_contact .contact_list .mail_fax {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.s_contact + .link_list1 {
  width: 780px;
  margin: 60px auto 0;
}
.s_contact + .link_list1 a {
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .s_contact + .link_list1 {
    width: 85%;
    margin: 30px auto 0;
  }
  .s_contact + .link_list1 a {
    font-size: 1.4rem;
  }
}

.benefit_list {
  width: 1010px;
  margin: 60px auto 0;
  background: #f1f5f7;
  border-radius: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .benefit_list {
    width: 93.3%;
    margin: 30px auto 0;
    padding: 30px 0;
  }
}
.benefit_list .ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .benefit_list .ttl {
    font-size: 1.6rem;
    line-height: 1.63;
  }
}
.benefit_list .check_list1 {
  margin: 30px auto 0;
  width: 770px;
}
@media screen and (max-width: 480px) {
  .benefit_list .check_list1 {
    margin: 15px auto 0;
    width: 85.3vw;
  }
}
.benefit_list .check_list1 li {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .benefit_list .check_list1 li {
    font-size: 1.4rem;
  }
}
.benefit_list .check_list1 li .notes {
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .benefit_list .check_list1 li .notes {
    display: block;
    font-size: 1.2rem;
  }
}

footer {
  border-top: 1px solid #e2ebef;
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 60px;
  }
}