.l-mv__lead-section .lead-heading {
  margin-right: -1em;
  margin-left: -1em;
}
.l-mv__lead-section .image {
  display: flex;
  justify-content: center;
  margin: 20px 0 -5px;
}
@media (min-width: 768px) {
  .l-mv__lead-section .image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .l-mv__lead-section .image img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) {
  .l-mv__lead-section .texts {
    padding-bottom: 60px;
  }
}

.activity-section + .activity-section {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .activity-section + .activity-section {
    margin-top: 130px;
  }
}
.activity-section__heading {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .activity-section__heading {
    margin-bottom: 60px;
    font-size: 46px;
  }
}
.activity-section .table-wrap {
  position: relative;
}
.activity-section .table-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -21px;
  right: -5px;
  width: 114px;
  height: 53px;
  background: url("/assets/images/pages/extra/table_deco.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .activity-section .table-wrap::before {
    top: -90px;
    right: 20px;
    width: 228px;
    height: 106px;
  }
}
@media (min-width: 768px) {
  .activity-section .table {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .activity-section .table tbody {
    display: contents;
  }
  .activity-section .table tr {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
  }
  .activity-section .table tr:not(:first-child) th,
  .activity-section .table tr:not(:first-child) td {
    border-width: 0 0 0 1px;
  }
  .activity-section .table th,
  .activity-section .table td {
    display: grid;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 20px;
    text-align: center;
  }
  .activity-section .table th:first-child {
    width: auto;
  }
}
@media (min-width: 768px) {
  .activity-section .text--medium {
    font-weight: 500;
  }
}
.activity-section .image-list {
  display: flex;
  margin-top: 30px;
  gap: 10px;
}
@media (min-width: 768px) {
  .activity-section .image-list {
    margin-top: 60px;
    gap: 20px;
  }
}
.activity-section .image-list .image {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .activity-section .image-list .image {
    border-radius: 20px;
  }
}
.activity-section .image-list .image img {
  width: 100%;
  height: auto;
}
.activity-section .image-list .image:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .activity-section .image-list .image:nth-child(3) {
    display: block;
  }
}
.activity-section .content-list {
  display: grid;
  gap: 33px;
}
@media (min-width: 768px) {
  .activity-section .content-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 40px;
  }
}
.activity-section .content-list .card__image {
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .activity-section .content-list .card__image {
    border-radius: 20px;
  }
}
.activity-section .content-list .card__image img {
  width: 100%;
  height: auto;
}
.activity-section .content-list .card__content {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .activity-section .content-list .card__content {
    padding: 35px 40px 0;
  }
}
.activity-section .content-list .card__content .title {
  margin-bottom: 5px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .activity-section .content-list .card__content .title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
.activity-section .content-list .card__content .text {
  line-height: 1.9;
}
@media (min-width: 768px) {
  .activity-section .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.activity-section .grid .text-wrap .text {
  margin-top: 0;
}
.activity-section .grid .info-list {
  gap: 0 5px;
}
.activity-section .grid .info-list dt {
  font-weight: 500;
}
.activity-section .grid .image {
  width: fit-content;
  margin: 23px auto 0;
}
@media (min-width: 768px) {
  .activity-section .grid .image {
    width: 525px;
    margin: -50px 0 0 auto;
  }
  .activity-section .grid .image img {
    width: 100%;
    height: auto;
  }
}

.c-diary-link {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .c-diary-link {
    margin-top: 140px;
  }
}