.index {
  margin-inline: auto;
}
.index .img-wrap {
  border-radius: 0 100vmax 100vmax 100vmax;
  overflow: hidden;
}
.index .txt-wrap .num-en {
  font-family: var(--fontEnW);
}
.index .txt-wrap .num {
  font-family: var(--fontEnW);
  color: #349639;
}
.index .txt-wrap .heading {
  transform-origin: left;
  scale: 1.2 1;
}
.index .txt-wrap .notes {
  color: #787878;
}
.index .txt-wrap .notes a {
  text-decoration: underline;
}
.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: 58%;
  }
  .index .txt-wrap {
    width: 35.6%;
  }
  .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: 24px;
    font-size: 18px;
    line-height: 2;
  }
  .index .txt-wrap .notes {
    margin-top: 8px;
    margin-inline: auto;
    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) {
  .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: 0.6vw;
    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;
  }
}

.sec_head {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width:751px) {
  .sec_head {
    width: 776px;
  }
}
@media screen and (max-width:750px) {
  .sec_head {
    width: 61.834vw;
  }
}

.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;
  display: block;
  text-decoration: underline;
}
@media screen and (min-width:751px) {
  .content-wrap {
    width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .content-wrap .txt-wrap .ttl-wrap {
    padding-block: 40px;
    padding-left: 75px;
  }
  .content-wrap .ttl-wrap .ttl {
    font-size: 33.38px;
    line-height: 1.43;
  }
  .content-wrap .txt-wrap .copy {
    margin-top: 20px;
    margin-inline: auto;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .content-wrap .txt-wrap .notes {
    margin-top: 8px;
    margin-inline: auto;
    font-size: 10px;
  }
}
@media screen and (max-width:750px) {
  .content-wrap {
    width: 100%;
  }
  .content-wrap .ttl-wrap {
    margin-inline: auto;
    padding-block: 4.667vw 3.333vw;
    width: 84.267%;
  }
  .content-wrap .ttl-wrap .ttl {
    font-size: 4.8vw;
    line-height: 1.555;
    text-align: center;
  }
  .content-wrap .txt-wrap .copy {
    margin-top: 4.667vw;
    margin-inline: auto;
    width: 84.267%;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .content-wrap .txt-wrap .notes {
    margin-top: 0.6vw;
    margin-inline: auto;
    width: 84.267%;
    font-size: 2.667vw;
  }
  .content-wrap .img-wrap {
    margin-top: 2.267vw;
  }
}


.c1 .b2 .img-wrap figcaption {
  border-left: 4px solid #349639;
}
.c1 .b2 .img-wrap figcaption span {
  display: block;
}
/* .c1 .b2 .img-wrap.lg figcaption .img_ttl {
  color: #349639;
} */
.c1 .b2 .img-wrap figcaption .img_txt {
  color: #787878;
}
@media screen and (min-width:751px) {
  .c1 {
    margin-top: 150px;
  }
  .c1 .b1 {
    margin-top: 120px;
    align-items: end;
  }
  .c1 .b1 .txt-wrap {
    width: 36%;
  }
  .c1 .b1 .txt-wrap .ttl-wrap {
    border-radius: 100vmax 100vmax 100vmax 0;
  }
  .c1 .b1 .txt-wrap .notes {
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  .c1 .b1 .img-wrap {
    width: 61%;
  }

  .c1 .b2 {
    margin-top: 150px;
    display: block;
  }
  .c1 .b2 .txt-wrap {
    /* order: 2; */
    /* width: 36.4%; */
    display: grid;
    grid-template-columns: 57.332% 38.4%;
    grid-template-rows: auto;
    justify-content: space-between;
    align-items: center;
  }
  .c1 .b2 .txt-wrap .ttl-wrap {
    padding-block: 50px 40px;
    border-radius: 100vmax 0 100vmax 100vmax;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  /* .c1 .b2 .txt-wrap .copy,
  .c1 .b2 .txt-wrap .notes {
    width: 94%;
  } */
  .c1 .b2 .txt-wrap .copy {
    margin-top: 0;
    grid-column: 1 / 2;
    grid-row:  1 / 2;
  }
  .c1 .b2 .txt-wrap .notes {
    grid-column:  1 / 2;
    grid-row: 2 / 3;
    margin-left: 0;
    justify-self: start;
    margin-top: 4px;
  }
  /* .c1 .b2 .txt-wrap .notes {
    bottom: 0;
    left: 0;
  } */
  .c1 .b2 .img-container {
    margin-top: 27px;
    display: grid;
    grid-template-columns: repeat(3, 31.3728%);
    align-items: start;
    justify-content: space-between;
  }
  .c1 .b2 .img-wrap {
    grid-row: 1 / 2;
  }
  .c1 .b2 .img-inner {
    border-radius: 100vmax 100vmax 100vmax 0;
    overflow: hidden;
  }
  .c1 .b2 .img-wrap.lg {
    width: 100%;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  .c1 .b2 .img-wrap figcaption {
    margin-top: 10px;
    padding-left: 8px;
  }
  .c1 .b2 .img-wrap figcaption .img_ttl {
    font-size: 14px;
    line-height: 1.64;
  }
  .c1 .b2 .img-wrap figcaption .img_txt {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .c1 .b3 {
    margin-top: 234px;
    align-items: end;
  }
  .c1 .b3 .txt-wrap {
    width: 42.8%;
  }
  .c1 .b3 .txt-wrap .ttl-wrap {
    border-radius: 100vmax 100vmax 100vmax 0;
  }
  .c1 .b3 .txt-wrap .notes {
    bottom: 0;
    left: 0;
  }
  .c1 .b3 .img-wrap {
    width: 53.072%;
  }

  .c1 .b4 {
    margin-top: 195px;
  }
  .c1 .b4 .txt-wrap {
    order: 2;
    width: 36.4%;
  }
  .c1 .b4 .txt-wrap .ttl-wrap {
    padding-block: 50px 40px;
    border-radius: 100vmax 0 100vmax 100vmax;
  }
  .c1 .b4 .txt-wrap .copy {
    margin-top: 40px;
    width: 97%;
  }
  .c1 .b4 .txt-wrap .notes {
    width: 97%;
  }
  .c1 .b4 .img-container {
    width: 58.975%;
  }
  .c1 .b4 .img-wrap {
    border-radius: 100vmax 100vmax 100vmax 100vmax;
    overflow: hidden;
  }
  .c1 .b4 .img-wrap + .img-wrap {
    border-radius: 0;
    overflow: visible;
  }
}
@media screen and (max-width:750px) {
  .c1 {
    margin-top: 18.667vw;
  }
  .c1 .b1 {
    margin-top: 14.133vw;
  }
  .c1 .b1 .txt-wrap .ttl-wrap {
    border-radius: 0 100vmax 100vmax 100vmax;
  }
  .c1 .b1 .txt-wrap .notes {
    bottom: -20px;
    left: 0;
  }

  .c1 .b2 {
    margin-top: 20.267vw;
  }
  .c1 .b2 .txt-wrap .ttl-wrap {
    border-radius: 100vmax 0 100vmax 100vmax;
  }
  /* .c1 .b2 .txt-wrap .notes {
    bottom: 0;
    left: 0;
  } */
  .c1 .b2 .img-container {
    margin-top: 6.667vw;
    width: 84%;
    margin-inline: auto;
  }
  .c1 .b2 .img-container > * + * {
    margin-top: 13.067vw;
  }
  .c1 .b2 .img-inner {
    border-radius: 100vmax 100vmax 100vmax 0;
    overflow: hidden;
  }
  .c1 .b2 .img-wrap figcaption {
    margin-top: 4.667vw;
    padding-left: 2.133vw;
  }
  .c1 .b2 .img-wrap figcaption .img_ttl {
    font-size: 3.733vw;
    line-height: 1.64;
  }
  .c1 .b2 .img-wrap figcaption .img_txt {
    margin-top: 1.333vw;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .c1 .b3 {
    margin-top: 24.8vw;
  }
  .c1 .b3 .txt-wrap .ttl-wrap {
    border-radius: 0 100vmax 100vmax 100vmax;
  }

  .c1 .b4 {
    margin-top: 22.4vw;
  }
  .c1 .b4 .txt-wrap .ttl-wrap {
    border-radius: 100vmax 0 100vmax 100vmax;
  }
  .c1 .b4 .img-container {
    margin-top: 4.8vw;
  }
  .c1 .b4 .img-wrap {
    margin-inline: auto;
    width: 84%;
    border-radius: 100vmax 100vmax 100vmax 100vmax;
    overflow: hidden;
  }
  .c1 .b4 .img-wrap + .img-wrap {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    overflow: visible;
  }
}

@media screen and (min-width:751px) {
  .c2 {
    margin-top: 256px;
  }
  .c2 .b1 {
    margin-top: 154px;
  }
  .c2 .b1 .txt-wrap {
    width: 43.5%;
  }
  .c2 .b1 .txt-wrap .ttl-wrap {
    padding-left: 62px;
    width: 91%;
    border-radius: 0 100vmax 100vmax 100vmax;
  }
  .c2 .b1 .txt-wrap .notes {
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  .c2 .b1 .img-container {
    width: 52%;
  }
  .c2 .b1 .img-wrap {
    border-radius: 100vmax 100vmax 100vmax 0;
    overflow: hidden;
  }
  .c2 .b1 .img-wrap + .img-wrap {
    margin-top: 26px;
    border-radius: 100vmax 100vmax 100vmax 0;
    overflow: visible;
  }

  .c2 .b2 {
    margin-top: 125px;
    align-items: center;
  }
  .c2 .b2 .txt-wrap {
    padding-top: 50px;
    order: 2;
    width: 36%;
  }
  .c2 .b2 .txt-wrap .ttl-wrap {
    padding-block: 50px 48px;
    border-radius: 100vmax 0 100vmax 100vmax;
  }
  .c2 .b2 .txt-wrap .copy {
    margin-top: 58px;
    width: 97%;
  }
  .c2 .b2 .txt-wrap .notes {
    width: 97%;
  }
  .c2 .b2 .img-wrap {
    width: 60.6%;
  }
}
@media screen and (max-width:750px) {
  .c2 {
    margin-top: 26.667vw;
  }
  .c2 .b1 {
    margin-top: 14.133vw;
  }
  .c2 .b1 .txt-wrap {
    width: 100%;
  }
  .c2 .b1 .txt-wrap .ttl-wrap {
    border-radius: 0 100vmax 100vmax 100vmax;
  }
  .c2 .b1 .img-container {
    margin-top: 11.2vw;
    width: 100%;
  }
  .c2 .b1 .img-wrap {
    margin-inline: auto;
    width: 84%;
    border-radius: 100vmax 100vmax 100vmax 0;
    overflow: hidden;
  }
  .c2 .b1 .img-wrap + .img-wrap {
    margin-top: 0;
    width: 100%;
    border-radius: 100vmax 100vmax 100vmax 0;
    overflow: visible;
  }

  .c2 .b2 {
    margin-top: 22vw;
    align-items: center;
  }
  .c2 .b2 .txt-wrap .ttl-wrap {
    border-radius: 100vmax 0 100vmax 100vmax;
  }
  .c2 .b2 .txt-wrap .copy {
    margin-top: 58px;
  }
  .c2 .b2 .img-wrap {
    margin-top: 6.933vw;
  }
}


/* フェードイン0.8s（20%） + 表示2.4s（20%→80%） + フェードアウト0.8s（80%→100%） */
@keyframes fadeInOut {
  0%   { opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { opacity: 0; }
}

/* 初期状態 */
[data-aos="cursor-out"] img,
[data-aos="cursor-out"]::before {
  opacity: 0;
}

/* AOS 発火時にフェードイン→保持→フェードアウト */
[data-aos="cursor-out"].aos-animate img {
  animation-name: fadeInOut;
  animation-duration: 4s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  mix-blend-mode: normal;
}
[data-aos="cursor-out"].aos-animate::before {
  animation-name: fadeInOut;
  animation-duration: 4s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  mix-blend-mode: multiply;
}


@media screen and (min-width:751px) {
  .c3 {
    margin-top: 244px;
  }
  .c3 .b1 {
    margin-top: 154px;
    align-items: end;
  }
  .c3 .b1 .txt-wrap {
    width: 37%;
  }
  .c3 .b1 .txt-wrap .ttl-wrap {
    padding-left: 50px;
    border-radius: 0 100vmax 100vmax 100vmax;
  }
  .c3 .b1 .txt-wrap .copy {
    margin-top: 34px;
    width: 100%;
  }
  .c3 .b1 .txt-wrap .notes {
    width: 100%;
    /* position: absolute; */
    /* bottom: -20px; */
    /* left: 3.5%; */
  }
  .c3 .b1 .img-wrap {
    width: 60%;
  }

  .c3 .b2 {
    margin-top: 86px;
    align-items: end;
  }
  .c3 .b2 .txt-wrap {
    order: 2;
    width: 41.4%;
  }
  .c3 .b2 .txt-wrap .ttl-wrap {
    padding-block: 32px 26px;
    padding-left: 108px;
    border-radius: 100vmax 0 100vmax 100vmax;
  }
  .c3 .b2 .txt-wrap .copy {
    margin-top: 30px;
  }
  .c3 .b2 .txt-wrap .copy,
  .c3 .b2 .txt-wrap .notes {
    margin-right: 0;
    width: 90%;
  }
  /* .c3 .b2 .txt-wrap .notes {
    bottom: 0;
    left: 0;
  } */
  .c3 .b2 .img-wrap {
    width: 56%;
  }
  .c3 .img-container {
    display: contents;
  }

  
  .c3 .b3.img-wrap {
    margin-top: 40px;
    margin-inline: auto;
    width: 1000px;
  }
}
@media screen and (max-width:750px) {
  .c3 {
    margin-top: 27.333vw;
  }
  .c3 .b1 {
    margin-top: 14.133vw;
  }
  .c3 .b1 .txt-wrap .ttl-wrap {
    border-radius: 0 100vmax 100vmax 100vmax;
  }
  .c3 .b1 .img-container {
    margin-top: 5.867vw;
    position: relative;
    width: 100%;
  }
  .c3 .b1 .img-wrap {
    width: 100%;
    overflow: scroll visible;
  }
  .c3 .b1 .img-wrap img {
    width: 170.578vw;
    max-width: 170.578vw;
  }
  .c3 .b1 .img-cursor {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 21.333vw;
    aspect-ratio:  1 / 1;
  }
  .c3 .b1 .img-cursor img {
    position: relative;
    z-index: 1;
  }
  .c3 .b1 .img-cursor::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 100vmax;
    width: 100%;
    height: 100%;
    background-color: #8c8c8c;
    mix-blend-mode: multiply;
  }

  .c3 .b2 {
    margin-top: 18.933vw;
  }
  .c3 .b2 .txt-wrap .ttl-wrap {
    border-radius: 100vmax 0 100vmax 100vmax;
  }
  .c3 .b2 .img-wrap {
    margin-top: 10.133vw;
    border-radius: 100vmax 0 100vmax 100vmax;
  }
  .c3 .b3.img-wrap {
    display: none;
  }
}

.notes_lnk {
  margin-inline: auto;
  border-top: 1px solid #d2d2d2;
}
.notes_lnk ul li {
  color: #787878;
  word-break: break-word;
}
.notes_lnk ul li a {
  text-decoration: underline;
}
@media screen and (min-width:751px) {
  .notes_lnk {
    margin-top: 73px;
    padding-block: 24px 64px;
    width: 1000px;
  }
  /* .notes_lnk ul > * + * {
    margin-top: 5px;
  } */
  .notes_lnk ul li {
    font-size: 12px;
    letter-spacing: -0.025em;
  }
}
@media screen and (max-width:750px) {
  .notes_lnk {
    margin-top: 17.067vw;
    padding-block: 7.2vw 18.667vw;
    width: 84vw;
  }
  .notes_lnk ul li {
    font-size: 2.667vw;
    letter-spacing: -0.025em;
    line-height: 2;
  }
}