img {
  height: auto;
}

/* アンカーリンク */

.anchor_box {
  position: absolute;
  top: 323px;
  right: 5vw;
}

.anchor_list {
  background: #272727;
  border-radius: 12px;
  padding: 0 18px;
  width: 188px;
}

.anchor_list li {
  border-bottom: #3c3c3c solid 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.anchor_list li:last-child {
  border-bottom: none;
}

.anchor_list a {
  background: url(../../images/outline/arrow_anchor.webp) center right no-repeat;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 13px 0;
}

.s .anchor_box {
  position: static;
}

.s .anchor_list {
  margin: 35px auto 0;
}

.c-block {
  margin-top: 73px;
}

.c-block:first-child {
  margin-top: 94px;
}

.c-lead-line {
  display: block;
  background: #fd0200;
  color: #fff;
  padding: 2px 8px 6px;
  margin-top: 48px;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1;
  width: fit-content;
}

.c-lead-line + .c-lead-line {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
    .c-lead-line {
        font-size: 24px;
        margin-top: 32px;
    }
}

.c-block-link a {
  background: #272727 url(../../images/outline/arrow_link_white.webp) center right 20.51px no-repeat;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 288px;
  margin-top: 56px;
}

.s .c-block-link a {
  background-size: 16px;
  font-size: 10px;
  margin-left: 0;
  line-height: 40px;
  height: 40px;
  width: 178px;
}

.c-block-link-pc {
  display: block;
}

.c-block-link-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-block-link-pc {
    display: none;
  }

  .c-block-link-sp {
    display: block;
  }
}

/* Mission */
.mission-content {
    display: grid;
    grid-template-columns: auto 42%;
    gap: 4%;
    margin-top: 5px;
}

.mission-img {
  margin-top: 32px;
}

.mission-img img {
    max-width: 100%;
}

.mission-img figcaption {
  font-size: 12px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-top: 4px;
  text-align: end;
} 

@media screen and (max-width: 768px) {
    .mission-content {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .s .mission-content .c-block-link-sp a {
      margin-top: 4px;
    }
}

/* ACTIVITIES */
.activities-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 15px;
    margin-top: 38px;
}

.activities-item {
    padding: 30px 30px 28px;
    border: 1px solid #F1F1F1;
    background: #fff;
}

.activities-item-image img {
    margin: 0 auto;
    max-width: 100%;
}

.activities-item-content {
    margin-top: 20px;
}

.activities-item-title {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
}

.activities-item-label {
    color: #272727;
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    border: 1px solid #272727;
    border-radius: 999px;
    padding: 5px 12px;
    line-height: 1;
}

.activities-item-text {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.5;
    margin-top: 12px;
}

@media screen and (max-width: 768px) {
    .c-block {
        scroll-margin-top: 110px;
    }

    .activities-list {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 15px;
    }

    .activities-item {
        padding: 24px 20px 40px 20px;
    }

    .activities-item-title {
      font-size: 16px;
    }

    .activities-item-label {
        font-size: 10px;
    }

    .activities-item-text {
        font-size: 14px;
        line-height: 1.8;
    }
}

.s .c-block:first-child {
  margin-top: 53px;
}

.s .mission-img {
  margin-top: 0;
}