@charset "UTF-8";
#news {
  scroll-margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  #news {
    scroll-margin-top: 64px;
  }
}

.p-mv__title,
.p-subsidy-about__inner,
.p-case-search {
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.p-mv__title.is-fade-up-ready,
.p-subsidy-about__inner.is-fade-up-ready,
.p-case-search.is-fade-up-ready {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.p-mv__title.is-fade-up-ready.is-fade-up-visible,
.p-subsidy-about__inner.is-fade-up-ready.is-fade-up-visible,
.p-case-search.is-fade-up-ready.is-fade-up-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .p-mv__title,
  .p-subsidy-about__inner,
  .p-case-search {
    -webkit-transition: none;
    transition: none;
  }
  .p-mv__title.is-fade-up-ready,
  .p-subsidy-about__inner.is-fade-up-ready,
  .p-case-search.is-fade-up-ready {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.p-mv {
  position: relative;
  min-height: 720px;
  padding-top: 160px;
  background-color: #fff;
  background-image: url("../img/top/mv_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .p-mv {
    padding: 128px 40px 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    padding: 70.9333333333vw 18px 20px;
    background-image: url("../img/top/mv_bg_sp.webp");
    background-position: center top;
    background-size: 100% auto;
  }
}

.p-mv__slider {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1006px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-mv__slider {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__slider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 340px;
    margin: 0 auto;
  }
}

.p-mv__track {
  overflow: hidden;
  border-radius: 10px;
  width: calc(100% - 40px);
  padding-bottom: 6px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__track {
    width: 100%;
    border-radius: 4px;
  }
}

.p-mv__slider .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-mv__slider .splide__slide {
  height: auto;
}

.p-mv__slider.is-static .splide__list {
  display: block;
}

.p-mv__slider.is-static .splide__slide {
  width: 100%;
}

.p-mv__slider.is-static .p-mv__arrows {
  display: none;
}

.p-mv__card {
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-mv__card {
    border-radius: 4px;
  }
}

.p-mv__card-picture {
  display: block;
  width: 100%;
}

.p-mv__card-image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-mv__card[href]:focus-visible {
  outline: 3px solid var(--color-red);
  outline-offset: 4px;
}

.p-mv__card[href] > * {
  pointer-events: none;
}

@media (any-hover: hover) {
  .p-mv__card[href]:hover .p-mv__card-image {
    opacity: 0.75;
  }
}
.p-mv__arrows {
  position: static;
  z-index: 1;
  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;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-mv__arrows {
    gap: 16px;
    margin-top: 5px;
  }
}

.p-mv__arrow {
  position: absolute;
  top: 160px;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #1b5863;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__arrow {
    position: relative;
    top: auto;
    width: 32px;
    height: 32px;
    -webkit-transform: none;
            transform: none;
  }
}

.p-mv__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  content: "";
  background-color: var(--color-white);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-mv__arrow::before {
    width: 9px;
  }
}

.p-mv__arrow::after {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1.5px solid var(--color-white);
  border-right: 1.5px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-mv__arrow::after {
    width: 6px;
    height: 6px;
  }
}

.p-mv__arrow svg {
  display: none;
}

.p-mv__arrow:disabled {
  opacity: 0.45;
}

.p-mv__arrow--prev {
  left: 0;
}

.p-mv__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-mv__arrow--prev::after {
  left: calc(50% - 5px);
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .p-mv__arrow--prev::after {
    left: calc(50% - 4px);
  }
}

.p-mv__arrow--next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-mv__arrow--next {
  right: 0;
}

.p-mv__arrow--next::after {
  right: calc(50% - 5px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-mv__arrow--next::after {
    right: calc(50% - 4px);
  }
}

.p-mv__slider .splide__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  max-width: calc(100% - 124px);
  padding: 0;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}

.p-mv__slider .splide__pagination li {
  line-height: 0;
}

.p-mv__slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: var(--color-green);
  border: 0;
  border-radius: 50%;
  opacity: 1;
}

.p-mv__slider .splide__pagination__page.is-active {
  background-color: var(--color-red);
  -webkit-transform: none;
          transform: none;
}

.p-mv__title {
  position: absolute;
  bottom: -17px;
  left: 40px;
  color: var(--color-green);
  font-size: 52px;
  font-size: clamp(36px, 2.7083333333vw, 52px);
  font-weight: 800;
  line-height: 1.538;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .p-mv__title {
    position: static;
    margin-top: 56px;
    font-size: clamp(34px, 4.3333333333vw, 52px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 20px;
    font-size: 7.4666666667vw;
    line-height: 1.4285714286;
  }
}

.p-mv__title span {
  color: var(--color-red);
}

.p-mv__title .p-mv__title-sp-red {
  color: var(--color-green);
}
@media screen and (max-width: 768px) {
  .p-mv__title .p-mv__title-sp-red {
    color: var(--color-red);
  }
}

.p-mv__title-sp-break {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-mv__title-sp-break {
    display: block;
  }
}

.p-mv-news {
  position: absolute;
  right: 40px;
  bottom: -39px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  width: 449px;
  min-height: 208px;
  padding: 18px 20px 17px;
  background-color: var(--color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(41, 41, 145, 0.2);
  box-shadow: 0 5px 10px rgba(41, 41, 145, 0.2);
}
@media screen and (max-width: 1200px) {
  .p-mv-news {
    position: static;
    width: min(449px, 100%);
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-news {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    width: 100%;
    max-width: 340px;
    padding-block: 17px 10px;
    padding-inline: 23px;
    margin: 25px auto 0;
  }
}

.p-mv-news__heading {
  padding-top: 34px;
  color: var(--color-green);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv-news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding-top: 0;
    text-align: left;
  }
}

.p-mv-news__icon {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--color-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid var(--color-green);
  border-radius: 50%;
}

.p-mv-news__title {
  margin-top: 9px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-mv-news__title {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-mv-news__body {
  height: 173px;
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .p-mv-news__body {
    height: 176px;
    margin-top: 12px;
  }
}

.p-mv-news__list {
  height: 100%;
  min-height: 0;
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-color: #9bb7bd transparent;
  scrollbar-width: thin;
}

.p-mv-news__list:focus-visible {
  outline: 2px solid var(--color-green);
  outline-offset: 2px;
}

.p-mv-news__item {
  position: relative;
  display: block;
  padding-right: 24px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-mv-news__item {
    padding-right: 22px;
  }
}

.p-mv-news__item + .p-mv-news__item {
  padding-top: 13px;
  margin-top: 7px;
  border-top: 1px solid rgba(27, 88, 99, 0.2);
}
@media screen and (max-width: 768px) {
  .p-mv-news__item + .p-mv-news__item {
    padding-top: 14px;
    margin-top: 14px;
  }
}

.p-mv-news__item::before {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 3px solid var(--color-green);
  border-right: 3px solid var(--color-green);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-mv-news__item::before {
    right: 1px;
  }
}

.p-mv-news__item.is-static {
  padding-right: 0;
}

.p-mv-news__item.is-static::before {
  display: none;
}

.p-mv-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .p-mv-news__meta {
    gap: 10px;
    margin-left: 4px;
  }
}

.p-mv-news__date {
  color: var(--color-green);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-mv-news__date {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.p-mv-news__category {
  --news-category-color: #1b5863;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 70px;
  min-height: 20px;
  padding: 3px 15px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid var(--news-category-color);
  border-radius: calc(infinity * 1px);
  background-color: var(--news-category-color);
}
@media screen and (max-width: 768px) {
  .p-mv-news__category {
    min-height: 20px;
    padding: 1px 12px;
  }
}

.p-mv-news__text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .p-mv-news__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

.p-mv-news__empty {
  -ms-flex-item-align: center;
      align-self: center;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

@media (any-hover: hover) {
  .p-mv__arrow:hover {
    opacity: 0.75;
  }
  .p-mv-news__item:not(.is-static):hover {
    text-decoration: underline;
  }
}
.p-subsidy {
  overflow: hidden;
  padding: 87px 20px 0;
  color: #333;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-subsidy {
    padding-top: 42px;
  }
}

.p-subsidy__inner {
  width: 100%;
}

.p-subsidy__lead {
  margin-top: 18px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-subsidy__lead {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.5714285714;
    text-align: left;
    letter-spacing: 0.15em;
  }
}

.p-subsidy__slider {
  position: relative;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-subsidy__slider {
    margin-top: 36px;
  }
}

.p-subsidy__slider .splide__track {
  overflow: hidden;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-subsidy__slider .splide__track {
    overflow: visible;
    width: calc(100% + 36px);
    margin-inline: -18px;
    padding-top: 0;
  }
}

.p-subsidy__slider .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-subsidy__slider .splide__slide {
  height: auto;
}

.p-subsidy-card {
  --card-color: #1ca964;
  position: relative;
  height: 100%;
  overflow: visible;
  background-color: var(--color-white);
  border: 2px solid var(--card-color);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-card {
    border-radius: 10px;
  }
}

.p-subsidy-card--blue {
  --card-color: #00b5fe;
}

.p-subsidy-card--orange {
  --card-color: #fca916;
}

.p-subsidy-card__urgent {
  position: absolute;
  top: -24px;
  left: 16px;
  z-index: 1;
  padding: 3px 17px 5px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background-color: var(--color-red);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-subsidy-card__urgent {
    top: -14px;
    min-width: 116px;
    padding: 2px 16px 4px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
}

.p-subsidy-card__label {
  min-height: 64px;
  padding: 18px 20px 16px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4444444444;
  background-color: var(--card-color);
}
@media screen and (max-width: 768px) {
  .p-subsidy-card__label {
    min-height: 62px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 8px 8px 0 0;
  }
}

.p-subsidy-card__body {
  padding: 22px 18px 12px;
}
@media screen and (max-width: 768px) {
  .p-subsidy-card__body {
    padding: 13px 17px 15px;
  }
}

.p-subsidy-card__title {
  min-height: 90px;
  color: #333;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-subsidy-card__title {
    min-height: 65px;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}

.p-subsidy-card__text {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 18px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .p-subsidy-card__text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

.p-subsidy-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  margin-top: 19px;
  border-top: 2px dotted #a8c2c8;
}
@media screen and (max-width: 768px) {
  .p-subsidy-card__footer {
    padding-top: 15px;
    margin-top: 15px;
    border-top-width: 1px;
  }
}

.p-subsidy-card__deadline {
  color: var(--color-green);
}

.p-subsidy-card.is-urgent .p-subsidy-card__deadline {
  color: var(--color-red);
}

.p-subsidy-card.is-ended .p-subsidy-card__deadline {
  color: #747474;
}

.p-subsidy-card__deadline-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-subsidy-card__deadline-label {
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

.p-subsidy-card__deadline-date {
  display: block;
  margin-top: 2px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .p-subsidy-card__deadline-date {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.p-subsidy-card__detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: 78px;
  min-height: 36px;
  padding: 6px 14px 6px 16px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-color: var(--color-green);
  border-radius: calc(infinity * 1px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: -10px;
}

.p-subsidy-card__detail-icon {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-subsidy__arrows {
  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;
  gap: 22px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-subsidy__arrows {
    gap: 16px;
    margin-top: 19px;
  }
}

.p-subsidy__arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--color-green);
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

.p-subsidy__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  content: "";
  background-color: var(--color-white);
  border-radius: calc(infinity * 1px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-subsidy__arrow::after {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1.5px solid var(--color-white);
  border-right: 1.5px solid var(--color-white);
}

.p-subsidy__arrow svg {
  display: none;
}

.p-subsidy__arrow:disabled {
  opacity: 0.45;
}

.p-subsidy__arrow--prev::after {
  left: calc(50% - 5px);
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.p-subsidy__arrow--next::after {
  right: calc(50% - 5px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-subsidy__slider .splide__pagination {
  position: static;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  max-width: calc(100% - 112px);
  padding: 0;
  -webkit-transform: none;
          transform: none;
}

.p-subsidy__slider .splide__pagination li {
  line-height: 0;
}

.p-subsidy__slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: var(--color-green);
  border: 0;
  border-radius: 50%;
  opacity: 1;
}

.p-subsidy__slider .splide__pagination__page.is-active {
  background-color: var(--color-red);
  -webkit-transform: none;
          transform: none;
}

.p-subsidy__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 38px auto 0;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .p-subsidy__button {
    margin-top: 32px;
  }
}

@media (any-hover: hover) {
  .p-subsidy-card__detail:hover,
  .p-subsidy__arrow:hover {
    opacity: 0.75;
  }
}
.p-subsidy-about {
  position: relative;
  padding: 88px 20px 100px;
  margin-top: 65px;
  overflow: hidden;
  color: var(--color-white);
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-subsidy-about {
    margin-top: 67px;
    padding: 51px 20px 33px;
  }
}

.p-subsidy-about::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: min(120%, 1920px);
  height: 100%;
  content: "";
  background-color: #1ca964;
  clip-path: ellipse(78% 100% at 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-subsidy-about::before {
    width: 120%;
    clip-path: ellipse(140% 100% at 50% 100%);
  }
}

.p-subsidy-about::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 479px;
  height: 200px;
  content: "";
  background-image: url("../img/top/subsidy_illust.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about::after {
    position: relative;
    width: 289px;
    height: 136px;
    display: block;
    margin-inline: auto;
    margin-top: 28px;
  }
}

.p-subsidy-about__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about__inner {
    text-align: left;
  }
}

.p-subsidy-about .c-section-heading {
  font-size: 40px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about .c-section-heading {
    font-size: 28px;
    line-height: 1.4285714286;
    text-align: center;
  }
}

.p-subsidy-about__text {
  margin-top: 38px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-subsidy-about__text {
    text-align: left;
    max-width: 560px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-subsidy-about__text {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-subsidy-about__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  .p-subsidy-about__button {
    min-width: 295px;
    margin-top: 38px;
  }
}

.p-subsidy__empty {
  text-align: center;
  margin-top: 40px;
  color: var(--color-green);
}

.p-case {
  padding: 80px 20px 80px;
  overflow: hidden;
  background-color: #f3f6fa;
}
@media screen and (max-width: 768px) {
  .p-case {
    padding: 41px 18px 40px;
  }
}

.p-case__inner {
  width: 100%;
}

.p-case__lead {
  margin-top: 18px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-case__lead {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.5714285714;
    text-align: left;
    letter-spacing: 0.15em;
  }
}

.p-case-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 10px;
  margin: 19px auto 0;
  background-color: rgba(27, 88, 99, 0.05);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-case-filter {
    gap: 4px;
    width: 331px;
    padding: 10px;
    background-color: rgba(27, 88, 99, 0.1);
  }
}

.p-case-filter__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  min-width: 200px;
  height: 48px;
  padding: 10px 24px;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid var(--color-green);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-case-filter__button {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    gap: 8px;
    min-width: 0;
    height: 27px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.4166666667;
    white-space: nowrap;
  }
}

.p-case-filter__button[data-example-filter=all] {
  min-width: 143px;
}
@media screen and (max-width: 768px) {
  .p-case-filter__button[data-example-filter=all] {
    width: 57px;
    min-width: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-case-filter__button[data-example-filter=kyojin] {
    width: 105px;
  }
}

@media screen and (max-width: 768px) {
  .p-case-filter__button[data-example-filter=resilience] {
    width: 141px;
  }
}

.p-case-filter__button.is-active {
  color: var(--color-white);
  background-color: var(--color-green);
}

.p-case-filter__dot {
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color-green);
  border-radius: 50%;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-case-filter__dot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5px;
            flex: 0 0 5px;
    width: 5px;
    height: 5px;
  }
}

.p-case-filter__button.is-active .p-case-filter__dot {
  background-color: var(--color-red);
  opacity: 1;
}

.p-case__slider {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-case__slider {
    margin-top: 17px;
  }
}

.p-case__slider .splide__track {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-case__slider .splide__track {
    width: calc(100% + 36px);
    margin-inline: -18px;
  }
}

.p-case__slider .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-case__slider .splide__slide {
  height: auto;
}

.p-case-card {
  display: block;
  height: 100%;
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-case-card__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.p-case-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 380/252;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case-card__new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  min-width: 64px;
  min-height: 28px;
  padding: 3px 14px 5px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  background-color: var(--color-red);
  border-radius: calc(infinity * 1px);
}

.p-case-card__body {
  display: block;
  margin-top: 16px;
}

.p-case-card__primary-tags,
.p-case-card__sub-tags,
.p-case-card__hash-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.p-case-card__primary-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 28px;
  padding: 4px 18px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  background-color: #1eb26d;
  border-radius: calc(infinity * 1px);
}

.p-case-card__primary-tag:nth-child(even) {
  background-color: #005fd8;
}

.p-case-card__primary-tag.p-case-card__primary-tag--kyojin {
  background-color: #004ec4;
}

.p-case-card__sub-tags {
  margin-top: 8px;
}

.p-case-card__sub-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 60px;
  min-height: 28px;
  padding: 3px 14px;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  background-color: var(--example-category-color, #dff1f3);
  border: 0;
  border-radius: calc(infinity * 1px);
}

.p-case-card__field {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-case-card__field {
    margin-top: 13px;
  }
}

.p-case-card__label {
  display: block;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
}

.p-case-card__name {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-case-card__name {
    margin-top: 0;
  }
}

.p-case-card__facility {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .p-case-card__facility {
    margin-top: 2px;
  }
}

.p-case-card__hash-tags {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-case-card__hash-tags {
    margin-top: 5px;
  }
}

.p-case-card__hash-tag {
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-case__arrows {
  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;
  gap: 22px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-case__arrows {
    gap: 16px;
    margin-top: 20px;
  }
}

.p-case__arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--color-green);
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

.p-case__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  content: "";
  background-color: var(--color-white);
  border-radius: calc(infinity * 1px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-case__arrow::after {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1.5px solid var(--color-white);
  border-right: 1.5px solid var(--color-white);
}

.p-case__arrow svg {
  display: none;
}

.p-case__arrow:disabled {
  opacity: 0.45;
}

.p-case__arrow--prev::after {
  left: calc(50% - 5px);
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.p-case__arrow--next::after {
  right: calc(50% - 5px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-case__slider .splide__pagination {
  position: static;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  max-width: calc(100% - 112px);
  padding: 0;
  -webkit-transform: none;
          transform: none;
}

.p-case__slider .splide__pagination li {
  line-height: 0;
}

.p-case__slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: var(--color-green);
  border: 0;
  border-radius: 50%;
  opacity: 1;
}

.p-case__slider .splide__pagination__page.is-active {
  background-color: var(--color-red);
  -webkit-transform: none;
          transform: none;
}

.p-case__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  .p-case__button {
    margin-top: 20px;
  }
}

.p-case-search {
  position: relative;
  display: grid;
  grid-template-columns: 670fr 400fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 20px 45px;
  margin-top: 65px;
  background-color: var(--color-white);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-case-search {
    display: block;
    padding: 20px 15px;
    margin-top: 40px;
  }
}

.p-case-search__content {
  position: relative;
  z-index: 1;
}

.p-case-search__title {
  color: var(--color-green);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .p-case-search__title {
    font-size: 22px;
    line-height: 1.4545454545;
    text-align: center;
  }
}

.p-case-search__text {
  margin-top: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-case-search__text {
    width: 100%;
    margin: 10px auto 0;
    line-height: 2;
  }
}

.p-case-search__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-case-search__button {
    margin-inline: auto;
    width: min(200px, 100%);
    margin-top: 12px;
    padding-block: 12px;
  }
}

.p-case-search__image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-case-search__image {
    display: block;
    width: 76vw;
    margin-inline: auto;
    margin-top: 20px;
    margin-inline: auto;
    text-align: center;
  }
}

@media (any-hover: hover) {
  .p-case-card:hover,
  .p-case__arrow:hover {
    opacity: 0.75;
  }
}
.p-center {
  padding-top: 80px;
  overflow: hidden;
  background-color: var(--color-white);
}
@media screen and (max-width: 1023px) {
  .p-center {
    padding: 40px 20px 0;
  }
}

.p-center__inner {
  display: grid;
  grid-template-columns: minmax(0, 50.2604166667vw) minmax(420px, 33.3333333333vw);
  gap: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-center__inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-center__inner {
    display: block;
  }
}

.p-center__image-wrap {
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1024px) {
  .p-center__image-wrap {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}

.p-center__image {
  display: block;
}

.p-center__image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 350px;
  aspect-ratio: 965/400;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
@media screen and (max-width: 1024px) {
  .p-center__image img {
    aspect-ratio: 355/237;
    min-height: auto;
  }
}

.p-center__content {
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .p-center__content {
    padding-top: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .p-center__heading {
    font-size: 24px;
    line-height: 1.4583333333;
    text-align: center;
  }
}

.p-center__heading::after {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .p-center__heading::after {
    display: none;
  }
}

.p-center__text {
  margin-top: 16px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .p-center__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin: 13px auto 0;
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-center__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
}
@media screen and (max-width: 1024px) {
  .p-center__button {
    min-width: 295px;
    margin: 13px auto 0;
  }
}

.p-column {
  margin-top: 80px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-column {
    margin-top: 54px;
  }
}

.p-column__panel {
  width: min(100%, 1280px);
  padding: 80px 40px;
  margin-inline: auto;
  background-color: #dff1f3;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-column__panel {
    width: 100%;
    padding: 40px 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__panel {
    width: min(100%, 335px);
  }
}

.p-column__inner {
  width: min(100%, 1200px);
  margin-inline: auto;
}

.p-column .c-section-heading {
  font-size: 30px;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  .p-column .c-section-heading {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

.p-column__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-column__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-column__cards {
    grid-template-columns: minmax(0, 500px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-column__cards {
    grid-template-columns: minmax(0, 295px);
  }
}

.p-column-card {
  display: block;
  padding: 20px;
  color: #333;
  background-color: var(--color-white);
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-column-card {
    padding: 10px;
  }
}

.p-column-card__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.p-column-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 340/227;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-column-card__image {
    aspect-ratio: 275/183;
  }
}

.p-column-card__new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  min-width: 64px;
  min-height: 28px;
  padding: 3px 14px 5px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  background-color: var(--color-red);
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-column-card__new {
    top: 9px;
    left: 10px;
  }
}

.p-column-card__body {
  display: block;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-column-card__body {
    margin-top: 16px;
  }
}

.p-column-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-column-card__meta {
    gap: 8px;
  }
}

.p-column-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-column-card__categories {
    gap: 4px;
  }
}

.p-column-card__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 88px;
  min-height: 28px;
  padding: 3px 14px;
  color: #1b5863;
  background-color: #DFF1F3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  border: 1px solid #1b5863;
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 768px) {
  .p-column-card__category {
    min-width: 68px;
    min-height: 27px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
}

.p-column-card__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1b5863;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-column-card__date {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.p-column-card__title {
  display: block;
  margin-top: 18px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-column-card__title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.45;
  }
}

.p-column-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-column-card__author {
    gap: 8px;
    margin-top: 10px;
  }
}

.p-column-card__author-icon,
.p-column-card__author-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #e5e5e5;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-column-card__author-icon,
  .p-column-card__author-image {
    width: 40px;
    height: 40px;
  }
}

.p-column-card__author-name {
  color: #1b5863;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-column-card__author-name {
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

.p-column__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-column__button {
    width: min(200px, 100%);
    margin-top: 40px;
    padding-block: 12px;
  }
}

@media (any-hover: hover) {
  .p-column-card:hover {
    opacity: 0.75;
  }
}
.p-link {
  padding: 80px 20px 0px;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-link {
    padding: 40px 20px 0px;
  }
}

.p-link__inner {
  width: min(100%, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-link__inner {
    width: min(100%, 335px);
  }
}

.p-link__title {
  font-size: 32px;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .p-link__title {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

.p-link__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160.5px, 172px));
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-link__grid {
    grid-template-columns: repeat(2, minmax(0, 160.5px));
    gap: 10px 13px;
    margin-top: 16px;
  }
}

.p-link__item {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-link__image {
  display: block;
  width: 100%;
  height: auto;
}

/* iPad縦向きではSP用の最大幅を解除し、MVとお知らせを見やすくする */
@media screen and (min-width: 600px) and (max-width: 768px) {
  .p-mv__slider,
  .p-mv-news {
    max-width: 640px;
  }
  .p-link__inner {
    width: min(100%, 720px);
  }
  .p-link__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}
/* iPad横向きではリンクを4列に揃える */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-link__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (any-hover: hover) {
  .p-link__item:hover {
    opacity: 0.75;
  }
}
