.p_ttl1 {
  background: url("/img/bequest_mv.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl1 {
    background: url("/img/bequest_mv@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl1 {
    background: url("/img/bequest_mv_sp.jpg") no-repeat center center/cover;
  }
}

.bequest_list p {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .bequest_list p {
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
.bequest_list ul {
  width: 1010px;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f1f5f7;
  border-radius: 10px;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .bequest_list ul {
    background: transparent;
    width: 93.3%;
    margin: 20px auto 0;
    padding: 0;
    -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;
    border-radius: 0;
  }
}
.bequest_list li:nth-child(1),
.bequest_list li:nth-child(2) {
  width: 474px;
  position: relative;
}
.bequest_list li:nth-child(1) .btn,
.bequest_list li:nth-child(2) .btn {
  width: 300px;
}
.bequest_list li:nth-child(1) .btn + .btn,
.bequest_list li:nth-child(2) .btn + .btn {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .bequest_list li:nth-child(1),
  .bequest_list li:nth-child(2) {
    background: #f1f5f7;
    width: 100%;
    padding-bottom: 30px;
    border-radius: 10px;
  }
  .bequest_list li:nth-child(1) .btn,
  .bequest_list li:nth-child(2) .btn {
    width: 275px;
  }
  .bequest_list li:nth-child(1) .btn.m,
  .bequest_list li:nth-child(2) .btn.m {
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
  }
  .bequest_list li:nth-child(1) .btn.m .small,
  .bequest_list li:nth-child(2) .btn.m .small {
    font-size: 1.4rem;
  }
  .bequest_list li:nth-child(1) .btn.m::after,
  .bequest_list li:nth-child(2) .btn.m::after {
    width: 40px;
    top: calc(50% - 20px);
    right: 4px;
    background-size: 6px;
  }
}
.bequest_list li:nth-child(2) {
  border-left: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  .bequest_list li:nth-child(2) {
    border-left: none;
    margin-top: 15px;
  }
}
.bequest_list li:nth-child(3) {
  width: 780px;
  border-top: 1px solid #e2ebef;
  padding-top: 35px;
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .bequest_list li:nth-child(3) {
    width: 100%;
    border-top: none;
    padding-top: 0;
    margin-top: 25px;
  }
}
.bequest_list .ttl {
  border-radius: 10px 10px 0 0;
  background: #004b36;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  width: 384px;
  left: calc(50% - 192px);
  top: -100px;
}
@media screen and (max-width: 480px) {
  .bequest_list .ttl {
    font-size: 1.6rem;
    line-height: 50px;
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    margin-bottom: 25px;
  }
}
.bequest_list.simple ul {
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .bequest_list.simple ul {
    padding: 0;
  }
}
.bequest_list.simple .ttl {
  top: -110px;
}
@media screen and (max-width: 480px) {
  .bequest_list.simple .ttl {
    top: 0;
  }
}
.bequest_list + .link_list1 {
  width: 780px;
  margin: 50px auto 0;
}
.bequest_list + .link_list1 a {
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .bequest_list + .link_list1 {
    width: 80%;
    margin: 25px auto 0;
  }
  .bequest_list + .link_list1 a {
    font-size: 1.4rem;
  }
  .bequest_list + .link_list1 strong {
    display: block;
  }
}

.bequest_list2 {
  margin-top: 40px;
  padding-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.bequest_list2::before {
  content: "";
  display: block;
  width: 780px;
  height: 1px;
  background: #e2ebef;
  position: absolute;
  left: calc(50% - 390px);
  top: 0;
}
.bequest_list2 .btn3 {
  width: 300px;
}
.bequest_list2 .btn3 + .btn3 {
  margin-top: 0;
}

.p_intro {
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .p_intro {
    padding-top: 40px;
  }
  .p_intro .copy img {
    width: 285px;
    height: auto;
  }
}
.p_intro .bequest_list {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .p_intro .bequest_list {
    margin-top: 20px;
  }
}

.s_news {
  width: 1010px;
  position: relative;
  margin: 140px auto 0;
  padding-left: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_news {
    width: 88%;
    margin: 60px auto 0;
    padding-left: 0;
  }
}
.s_news .s_ttl {
  position: absolute;
  left: 0.9em;
  top: 0;
  color: #008e66;
  font-size: 6rem;
}
.s_news .s_ttl .en {
  margin-top: -0.04em;
  display: block;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.s_news .s_ttl .ja {
  display: block;
  position: absolute;
  left: 1.5rem;
  top: 0;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  text-orientation: upright;
  letter-spacing: normal;
}
@media screen and (max-width: 480px) {
  .s_news .s_ttl {
    position: relative;
    left: 0;
    font-size: 3rem;
  }
  .s_news .s_ttl .en {
    margin-top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .s_news .s_ttl .ja {
    position: relative;
    left: 0;
    margin-top: 8px;
    font-size: 1.4rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 480px) {
  .s_news .link_list1 {
    margin-top: 25px;
  }
}
.s_news .link_list1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .s_news .link_list1 a {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 4px 8px;
    padding: 15px 40px 15px 0;
  }
  .s_news .link_list1 a::before {
    display: none;
  }
}
.s_news .link_list1 .date {
  width: 135px;
  color: #4c5d67;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
  .s_news .link_list1 .date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: inherit;
    font-size: 1.1rem;
    padding-left: 18px;
    position: relative;
    color: #4c5d67;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .s_news .link_list1 .date::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #008e66;
    position: absolute;
    left: 0;
    top: calc(0.5em - 0.5px);
  }
}
.s_news .link_list1 .cat {
  width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .s_news .link_list1 .cat {
    width: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.s_news .link_list1 .cat span {
  width: 75px;
  padding: 0 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  height: 30px;
  color: #4c5d67;
  background: #f1f5f7;
  border: 1px solid #e2ebef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .s_news .link_list1 .cat span {
    width: auto;
    height: auto;
    font-size: 1rem;
    line-height: 1;
    border-radius: 2px;
    padding: 0.4em 0.6em;
  }
}
.s_news .link_list1 .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 1.2em;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 480px) {
  .s_news .link_list1 .ttl {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.s_news .btn {
  margin-top: 45px;
}
@media screen and (max-width: 480px) {
  .s_news .btn {
    margin-top: 20px;
  }
}

.s_about {
  position: relative;
  padding: 330px 0 130px;
  width: 1010px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_about {
    padding: 90px 0 45px;
    width: 88%;
  }
}
.s_about .bal {
  position: absolute;
  left: -90px;
  top: 85px;
}
@media screen and (max-width: 480px) {
  .s_about .bal {
    width: 130px;
    height: auto;
    left: calc(50% + 42px);
    top: -25px;
  }
}
.s_about .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .s_about .s_ttl {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.s_about .s_subttl {
  margin-top: 75px;
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 4rem;
}
@media screen and (max-width: 480px) {
  .s_about .s_subttl {
    margin-top: 25px;
    text-align: center;
    font-size: 2.5rem;
  }
}
.s_about .txt1,
.s_about .txt2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media screen and (max-width: 480px) {
  .s_about .txt1,
  .s_about .txt2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.s_about .txt1 img,
.s_about .txt2 img {
  position: absolute;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .s_about .txt1 img,
  .s_about .txt2 img {
    position: relative;
    border-radius: 7px;
    width: 240px;
    height: auto;
  }
}
.s_about .txt1 p,
.s_about .txt2 p {
  font-size: 1.6rem;
  line-height: 2;
}
.s_about .txt1 p {
  width: 430px;
  margin-top: 20px;
}
.s_about .txt1 p + p {
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  .s_about .txt1 p {
    width: auto;
    margin-top: 25px;
  }
}
.s_about .txt1 img {
  left: 605px;
  top: -125px;
}
@media screen and (max-width: 480px) {
  .s_about .txt1 img {
    left: 0;
    top: 0;
    margin-top: 25px;
  }
}
.s_about .txt2 {
  margin-top: 65px;
  padding-left: 495px;
}
@media screen and (max-width: 480px) {
  .s_about .txt2 {
    margin-top: 35px;
    padding-left: 0;
  }
}
.s_about .txt2 p {
  width: 470px;
  margin-top: -0.5em;
}
@media screen and (max-width: 480px) {
  .s_about .txt2 p {
    margin-top: 25px;
    width: auto;
  }
}
.s_about .txt2 .s_subttl + p {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .s_about .txt2 .s_subttl + p {
    margin-top: 25px;
  }
}
.s_about .txt2 img {
  left: -45px;
  top: 0;
}
@media screen and (max-width: 480px) {
  .s_about .txt2 img {
    left: 0;
  }
}

.s_example {
  margin: 0 auto;
  position: relative;
  padding: 120px 0 135px;
  width: 96%;
  border-radius: 10px;
  background: #f1f5f7;
}
@media screen and (max-width: 480px) {
  .s_example {
    width: 93.3%;
    padding: 60px 0 35px;
  }
}
.s_example .bal {
  position: absolute;
  left: calc(50% + 264px);
  top: -21px;
}
@media screen and (max-width: 480px) {
  .s_example .bal {
    left: calc(50% + 75px);
    top: -62px;
    width: 79px;
    height: auto;
  }
}
.s_example .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .s_example .s_ttl {
    font-size: 3rem;
  }
}
.s_example .s_lead {
  margin-top: 35px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_example .s_lead {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.s_example .s_subttl {
  margin-top: 60px;
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .s_example .s_subttl {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.63;
  }
}
.s_example .example_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 50px auto 0;
  width: 960px;
  gap: 40px 60px;
}
@media screen and (max-width: 480px) {
  .s_example .example_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 15px auto 0;
    width: 86.7vw;
    gap: 12px;
  }
}
.s_example .example_list li {
  background: #fff;
  border-radius: 10px;
  width: 450px;
  padding-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .s_example .example_list li {
    width: auto;
    padding-bottom: 25px;
  }
}
.s_example .example_list .img img {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 480px) {
  .s_example .example_list .img {
    border-radius: 10px 10px 0 0;
    height: 185px;
    overflow: hidden;
  }
  .s_example .example_list .img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.s_example .example_list .ttl {
  position: relative;
  padding-top: 25px;
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.s_example .example_list .ttl::before {
  content: "";
  display: block;
  aspect-ratio: 110/120;
  width: 55px;
  background: url("/img/support_monthly_bal2.png") no-repeat 0 0/contain;
  display: block;
  position: absolute;
  left: -14px;
  top: -17px;
}
.s_example .example_list .ttl .num {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_example .example_list .ttl {
    padding-top: 22px;
    font-size: 1.6rem;
  }
  .s_example .example_list .ttl::before {
    width: 44px;
    left: calc(50% - 138px);
  }
  .s_example .example_list .ttl .num {
    font-size: 2.3rem;
  }
}
.s_example .example_list p {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_example .example_list p {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.s_example .ft {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .s_example .ft {
    margin-top: 20px;
  }
}
.s_example .ft::before {
  content: "";
  display: block;
  width: 780px;
  height: 1px;
  background: #e2ebef;
  margin: 0 auto 50px;
}
@media screen and (max-width: 480px) {
  .s_example .ft::before {
    display: none;
  }
}
.s_example .ft .txt {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_example .ft .txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.s_example .ft .attention {
  margin-top: 15px;
  color: #ea5300;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_example .ft .attention {
    width: 82.7vw;
    margin: 10px auto 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.67;
  }
  .s_example .ft .attention br {
    display: none;
  }
}

.s_us {
  padding: 140px 0 150px;
}
@media screen and (max-width: 480px) {
  .s_us {
    padding: 45px 0 60px;
  }
}
.s_us .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .s_us .s_ttl {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.s_us .about {
  margin: 45px auto 0;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .s_us .about {
    display: block;
    width: 80%;
    margin: 35px auto 0;
  }
}
.s_us .about .video {
  width: 455px;
}
@media screen and (max-width: 480px) {
  .s_us .about .video {
    width: 256px;
    margin: 0 auto;
  }
}
.s_us .about .video a {
  display: block;
  position: relative;
  text-decoration: none;
}
.s_us .about .video a::before, .s_us .about .video a::after {
  content: "";
  display: block;
  position: absolute;
}
.s_us .about .video a::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: url("/img/pat2.png") repeat center top/2px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (max-width: 480px) {
  .s_us .about .video a::before {
    border-radius: 7px;
  }
}
.s_us .about .video a::after {
  width: 60px;
  aspect-ratio: 1;
  background: url("/img/i_play.svg") no-repeat center center/contain;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}
@media screen and (max-width: 480px) {
  .s_us .about .video a::after {
    width: 38px;
    left: calc(50% - 19px);
    top: calc(50% - 19px);
  }
}
@media (any-hover: hover) {
  .s_us .about .video a:hover::before {
    background: rgba(0, 75, 54, 0.5) url("/img/pat2.png") repeat center top/2px;
  }
}
.s_us .about .video img:not(.bal) {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .s_us .about .video img:not(.bal) {
    border-radius: 7px;
  }
}
.s_us .about .video .bal {
  position: absolute;
  left: -28px;
  top: -58px;
}
@media screen and (max-width: 480px) {
  .s_us .about .video .bal {
    width: 58px;
    height: auto;
    left: -26px;
    top: -26px;
  }
}
.s_us .about .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 455px;
  text-align: left;
}
.s_us .about .txt p {
  margin: -0.5em 0 auto;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_us .about .txt {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
  .s_us .about .txt p {
    margin: 20px auto 0;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

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

.s_voice1 {
  width: 1010px;
  margin: 0 auto;
  border-top: 1px solid #008e66;
  padding: 135px 0 150px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_voice1 {
    width: auto;
    border-top: none;
    padding: 0 0 60px;
  }
  .s_voice1::before {
    content: "";
    display: block;
    width: 88%;
    height: 1px;
    background: #008e66;
    margin: 0 auto 55px;
  }
}
.s_voice1 .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .s_voice1 .s_ttl {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.s_voice1 .feature {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature {
    margin: 35px auto 0;
    width: 80%;
    -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;
  }
}
.s_voice1 .feature .video {
  width: 510px;
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature .video {
    width: 256px;
  }
}
.s_voice1 .feature .video a {
  display: block;
  position: relative;
  text-decoration: none;
}
.s_voice1 .feature .video a::before, .s_voice1 .feature .video a::after {
  content: "";
  display: block;
  position: absolute;
}
.s_voice1 .feature .video a::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: url("/img/pat2.png") repeat center top/2px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature .video a::before {
    border-radius: 7px;
  }
}
.s_voice1 .feature .video a::after {
  width: 60px;
  aspect-ratio: 1;
  background: url("/img/i_play.svg") no-repeat center center/contain;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature .video a::after {
    width: 38px;
    left: calc(50% - 19px);
    top: calc(50% - 19px);
  }
}
@media (any-hover: hover) {
  .s_voice1 .feature .video a:hover::before {
    background: rgba(0, 75, 54, 0.5) url("/img/pat2.png") repeat center top/2px;
  }
}
.s_voice1 .feature .video img:not(.bal) {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature .video img:not(.bal) {
    border-radius: 7px;
  }
}
.s_voice1 .feature .video .bal {
  position: absolute;
  left: -28px;
  top: -58px;
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature .video .bal {
    width: 58px;
    height: auto;
    left: -26px;
    top: -26px;
  }
}
.s_voice1 .feature .txt {
  width: 410px;
  margin-right: 25px;
  text-align: left;
}
.s_voice1 .feature .txt p:not(.name) {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature .txt {
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  .s_voice1 .feature .txt p:not(.name) {
    margin-top: 10px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.s_voice1 .feature .ttl {
  margin-top: -0.25em;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature .ttl {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.s_voice1 .feature .name {
  margin-top: 20px;
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature .name {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.s_voice1 .feature .name .suf {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_voice1 .feature .name .suf {
    font-size: 1.1rem;
  }
}
.s_voice1 .voice_list1 {
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .s_voice1 .voice_list1 {
    margin: 35px auto 0;
    width: 93.3%;
  }
}

.s_voice2 {
  width: 1010px;
  margin: 0 auto;
  border-top: 1px solid #008e66;
  padding: 140px 0 125px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_voice2 {
    width: auto;
    border-top: none;
    padding: 0 0 60px;
  }
  .s_voice2::before {
    content: "";
    display: block;
    width: 88%;
    height: 1px;
    background: #008e66;
    margin: 0 auto 55px;
  }
}
.s_voice2 .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .s_voice2 .s_ttl {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.s_voice2 .voice_list1 {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .s_voice2 .voice_list1 {
    margin: 35px auto 0;
    width: 93.3%;
  }
}

.s_supporter {
  margin: 0 auto;
  position: relative;
  padding: 120px 0 125px;
  width: 96%;
  border-radius: 10px;
  background: #f1f5f7;
}
@media screen and (max-width: 480px) {
  .s_supporter {
    padding: 40px 0;
    width: 93.3%;
  }
}
.s_supporter .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .s_supporter .s_ttl {
    font-size: 2.5rem;
  }
}
.s_supporter .supporter_list {
  margin: 60px auto 0;
  width: 90%;
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list {
    margin: 36px auto 0;
    width: 86.7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
  }
}
.s_supporter .supporter_list li {
  width: 48%;
  max-width: 490px;
  background: #fff;
  border-radius: 10px;
  padding: 70px 0 50px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list li {
    width: auto;
    padding: 35px 0 25px;
  }
}
.s_supporter .supporter_list li:nth-child(1) .bal {
  top: -46px;
  left: 11px;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list li:nth-child(1) .bal {
    width: 71px;
    height: auto;
    top: 65px;
    left: calc(50% - 142px);
  }
}
.s_supporter .supporter_list li:nth-child(2) .bal {
  top: 67px;
  right: -56px;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list li:nth-child(2) .bal {
    width: 101px;
    height: auto;
    top: 68px;
    left: calc(50% + 70px);
  }
}
.s_supporter .supporter_list li:nth-child(2) .logo {
  position: absolute;
  bottom: -3px;
  left: calc(50% + 93px);
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list li:nth-child(2) .logo {
    bottom: calc(50% - 29px);
    left: calc(50% + 57px);
  }
}
.s_supporter .supporter_list li:nth-child(2) .name .logo {
  display: none;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list li:nth-child(2) .name .logo {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list li:nth-child(2) .img .logo {
    display: none;
  }
  .s_supporter .supporter_list li:nth-child(2) .txt {
    margin: 30px auto 0;
  }
}
.s_supporter .supporter_list .bal {
  position: absolute;
}
.s_supporter .supporter_list .ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list .ttl {
    font-size: 2rem;
  }
}
.s_supporter .supporter_list .img {
  margin-top: 38px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list .img {
    margin-top: 20px;
  }
}
.s_supporter .supporter_list .img img:not(.logo) {
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list .img img:not(.logo) {
    width: 115px;
    height: auto;
  }
}
.s_supporter .supporter_list .notes {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.72em;
  font-size: 1.4rem;
  line-height: 1.43;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list .notes {
    margin-top: 8px;
    height: auto;
    font-size: 1.1rem;
    line-height: 1.64;
  }
}
.s_supporter .supporter_list .name {
  margin-top: 15px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list .name {
    margin-top: 12px;
    font-size: 1.8rem;
    position: relative;
  }
}
.s_supporter .supporter_list .txt {
  width: 350px;
  margin: 15px auto 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_supporter .supporter_list .txt {
    width: 69.3vw;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

.s_result {
  padding: 145px 0 150px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_result {
    width: 88%;
    margin: 65px auto 0;
    padding: 55px 0 60px;
    border-top: 1px solid #008e66;
  }
}
.s_result .bal {
  position: absolute;
  top: 80px;
  left: calc(50% + 275px);
}
@media screen and (max-width: 480px) {
  .s_result .bal {
    width: 103px;
    height: auto;
    top: 77px;
    left: calc(50% + 75px);
  }
}
.s_result .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .s_result .s_ttl {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.s_result .s_ttl .label {
  display: block;
  margin: 14px auto 0;
  width: 150px;
  color: #004b36;
  border: 1px solid #004b36;
  font-size: 40px;
  height: 60px;
  line-height: 57px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
  .s_result .s_ttl .label {
    margin: 10px auto 0;
    width: 84px;
    font-size: 23px;
    height: 36px;
    line-height: 33px;
  }
}
.s_result .s_lead {
  margin-top: 55px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_result .s_lead {
    width: 85.3vw;
    margin: 25px auto 0;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .s_result .s_lead br {
    display: none;
  }
}
.s_result .txt {
  margin-top: 45px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .s_result .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.s_result .btn {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .s_result .btn {
    margin-top: 20px;
  }
}

.s_faq {
  width: 1010px;
  margin: 0 auto;
  border-top: 1px solid #008e66;
  padding: 150px 0;
}
@media screen and (max-width: 480px) {
  .s_faq {
    width: 88%;
    padding: 60px 0;
  }
}
.s_faq .s_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s_faq .s_ttl span {
  height: 73px;
  line-height: 73px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s_faq .s_ttl span:nth-child(1) {
  background: #008e66;
  color: #fff;
  padding: 0 45px;
  z-index: 1;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 3rem;
}
.s_faq .s_ttl span:nth-child(1)::before {
  content: "";
  display: block;
  background: #008e66;
  width: 16px;
  height: 23px;
  position: absolute;
  bottom: -18px;
  right: 44px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.s_faq .s_ttl span:nth-child(2) {
  background: #e2ebef;
  margin: 10px 0 0 -10px;
  width: 345px;
  padding: 0 35px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .s_faq .s_ttl span {
    height: 47px;
    line-height: 47px;
  }
  .s_faq .s_ttl span:nth-child(1) {
    padding: 0 25px;
    font-size: 2rem;
  }
  .s_faq .s_ttl span:nth-child(1)::before {
    width: 10px;
    height: 15px;
    bottom: -11px;
    right: auto;
    left: 45px;
  }
  .s_faq .s_ttl span:nth-child(2) {
    margin: 36px 0 0 -65px;
    width: auto;
    min-width: 190px;
    padding: 0 20px;
    font-size: 1.3rem;
  }
}
.s_faq .faq_list1 {
  margin: 60px auto 0;
}
@media screen and (max-width: 480px) {
  .s_faq .faq_list1 {
    margin: 30px auto 0;
  }
}
.s_faq .txt {
  margin-top: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_faq .txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}
.s_faq .btn {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .s_faq .btn {
    margin-top: 15px;
  }
}

.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 55px;
  }
}

.s_contact {
  margin: 100px auto 0;
  width: 1010px;
  background: #f1f5f7;
  border-radius: 10px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .s_contact {
    margin: 30px auto 0;
    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;
  }
}