.index {
  margin-inline: auto;
}
.index .img-wrap {
  border-radius: 0 100vmax 100vmax 100vmax;
  overflow: hidden;
}
.index .txt-wrap .copy {
  letter-spacing: 0.03em;
  word-break: break-word;
}
.index .txt-wrap .notes {
  color: #787878;
  line-height: 1;
}
.index .txt-wrap .num-en {
  font-family: var(--fontEnW);
}
.index .txt-wrap .num {
  font-family: var(--fontEnW);
  color: #349639;
}
.index .txt-wrap .lnk {
  position: relative;
  display: grid;
  place-items: center;
  color: #007508;
  border-radius: 0 100vmax 100vmax 100vmax;
  border: 2px solid #007508;
}
.index .txt-wrap .lnk::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width:0;
  height:0;
  border-style:solid;
  border-color: #007508 transparent transparent transparent;
}
@media screen and (min-width:751px) {
  .index {
    padding-top: 224px;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .index .img-wrap {
    margin-top: 7px;
    order: 2;
    width: 57.86%;
    aspect-ratio: 1 / 1.16784;
  }
  .index .txt-wrap {
    width: 37.542%;
  }
  .index .txt-wrap .num-en {
    padding-left: 6px;
    font-size: 19.5px;
    line-height: 1.308;
  }
  .index .txt-wrap .num {
    font-size: 87.24px;
    line-height: 1;
  }
  .index .txt-wrap .heading {
    margin-top: 35px;
    font-size: 49.42px;
    line-height: 1.515;
  }
  .index .txt-wrap .copy {
    margin-top: 40px;
    width: 94.846%;
    font-size: 18px;
    line-height: 2;
  }
  .index .txt-wrap .notes {
    margin-top: 10px;
    font-size: 10px;
  }
  .index .txt-wrap .lnk-wrap {
    margin-top: 32px;
    padding-inline: 7px;
  }
  .index .txt-wrap .lnk-wrap > * + * {
    margin-top: 18px;
  }
  .index .txt-wrap .lnk {
    height: 58px;
    font-size: 16px;
    line-height: 1;
  }
  .index .txt-wrap .lnk::after {
    right: 32px;
    border-width: 6px 3.5px 0 3.5px;
  }
}
@media screen and (max-width:750px) {
  main {
    padding-bottom: 13.067vw;
  }
  .index {
    padding-top: 24.464vw;
  }
  .index .img-wrap {
    width: 100%;
  }
  .index .txt-wrap {
    margin-top: 2.933vw;
    margin-inline: auto;
    width: 83.5%;
    overflow: hidden visible;
    overflow: clip visible;
  }
  .index .txt-wrap .num-en {
    padding-left: 1.067vw;
    font-size: 2.773vw;
    line-height: 1.308;
    letter-spacing: 0.04em;
  }
  .index .txt-wrap .num {
    font-size: 15.755vw ;
    line-height: 1;
  }
  .index .txt-wrap .heading {
    margin-top: 2.133vw;
    font-size: 8vw;
    line-height: 1.466;
  }
  .index .txt-wrap .copy {
    margin-top: 4.267vw;
    font-size: 4vw;
    line-height: 2;
  }
  .index .txt-wrap .notes {
    margin-top: 4.907vw;
    font-size: 2.667vw;
  }
  .index .txt-wrap .lnk-wrap {
    margin-top: 6.933vw;
  }
  .index .txt-wrap .lnk-wrap > * + * {
    margin-top: 4vw;
  }
  .index .txt-wrap .lnk {
    height: 14.667vw;
    font-size: 4.267vw;
    line-height: 1;
  }
  .index .txt-wrap .lnk::after {
    right: 8vw;
    border-width: 1.6vw 0.933vw 0 0.933vw;
  }
}


.content-wrap {
  position: relative;
  margin-inline: auto;
}
.content-wrap .txt-wrap {
  position: relative;
}
.content-wrap .ttl-wrap {
  background-color: #349639;
  color: #fff;
}
.content-wrap .img-container {
  position: relative;
}
.content-wrap .img-wrap {
  position: relative;
}
.content-wrap .txt-wrap .notes {
  color: #787878;
}
sub {
  font-size: .6em;
}
@media screen and (min-width:751px) {
  .content-wrap {
    width: 1000px;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .content-wrap .txt-wrap {
    width: 40.542%;
  }
  .content-wrap .txt-wrap .copy {
    margin-inline: auto;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .content-wrap .img-wrap {
    width: 55.577%;
  }
}
@media screen and (max-width:750px) {
  .content-wrap {
    width: 100%;
  }
  .content-wrap .txt-wrap {
    margin-inline: auto;
    width: 84%;
  }
  .content-wrap .txt-wrap .copy {
    margin-top: 11.733vw;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}


@media screen and (min-width:751px) {
  .c1 {
    margin-top: 75px;
    align-items: center;
  }
  .c1 .txt-wrap {
    order: 2;
    padding-top: 20px;
  }
  .c1 .txt-wrap .copy {
    margin-top: 42px;
  }

  .c2 {
    margin-top: 112px;
  }
  .c2 .txt-wrap .copy {
    margin-top: 45px;
  }

  .c3 {
    margin-top: 105px;
  }
  .c3 .txt-wrap {
    order: 2;
  }
  .c3 .txt-wrap .copy {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width:750px) {
  .c1 {
    margin-top: 26.667vw;
  }
  .c1 .img-wrap {
    margin-top: 5.333vw;
  }

  .c2 {
    margin-top: 30.933vw;
  }
  .c2 .img-wrap {
    margin-top: 13.333vw;
  }
  
  .c3 {
    margin-top: 33.333vw;
  }
  .c3 .img-wrap {
    margin-top: 5.333vw;
  }
}

.comment {
  position: relative;
  margin-inline: auto;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.comment_sub {
  letter-spacing: 0.025em;
}
.comment_ttl .ruby {
  color: #787878;
}
@media screen and (min-width:751px) {
  .comment {
    margin-block: 120px 72px;
    padding-block: 34px 29px;
    width: 1000px;
  }
  .comment_sub {
    font-size: 14px;
    line-height: 1;
  }
  .comment_ttl {
    margin-top: 13px;
    font-size: 18px;
    line-height: 1;
  }
  .comment_ttl .ruby {
    margin-left: 1em;
    font-size: 12px;
  }
  .comment_txt {
    margin-top: 13px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width:750px) {
  .comment {
    margin-top: 28vw;
    padding-block: 8.267vw 4.8vw;
    width: 84%;
  }
  .comment_sub {
    font-size: 3.733vw;
    line-height: 1;
  }
  .comment_ttl {
    margin-top: 4vw;
    font-size: 4.8vw;
    line-height: 1;
  }
  .comment_ttl .ruby {
    margin-left: 1em;
    font-size: 3.2vw;
  }
  .comment_txt {
    margin-top: 4vw;
    font-size: 3.733vw;
    line-height: 2;
  }
}