.p-mv {
  background-image: url("../img/news-mv-sp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 13px;
}

.p-mv__bg {
  aspect-ratio: 165/250;
  width: 165px;
}

.p-mv__heading-box {
  align-items: center;
  background-image: url("../img/mv-decoration_sp.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  height: 250px;
  width: 44%;
}

.p-mv__heading {
  padding-left: 5.3vw;
}

.p-mv__heading--en,
.p-mv__heading--ja {
  background-color: #fff;
  color: #023e78;
  display: block;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv__heading--en {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(24px, 8.4vw, 45px);
  font-style: italic;
  font-weight: 500;
}

.p-mv__heading--ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 4.3vw, 20px);
  font-style: normal;
  font-weight: 700;
  margin-top: 9px;
}

.p-blog__heading h2 {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-blog__cards {
  margin-top: 25px;
}

.p-blog__card {
  display: flex;
  gap: 3.6%;
}

.p-blog__card:not(:first-child) {
  margin-top: 20px;
}

.p-blog__card-thumbnail {
  aspect-ratio: 120/90;
  width: 35.8%;
}

.p-blog__card-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-blog__card-body {
  width: 60.6%;
}

.p-blog__card-data {
  display: flex;
  justify-content: space-between;
}

.p-blog__card-tag {
  border: 1px solid currentColor;
  color: #e61264;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 10px;
  padding-right: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-blog__card-date {
  color: #888888;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-blog__card-title {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 6px;
}

.p-blog__card-title p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-pagenation {
  margin-top: 40px;
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.p-pagenation__box {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.p-pagenation__link {
  background-color: #f8f8f8;
  display: block;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-pagenation__text {
  color: #888888;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.p-pagenation__arrow {
  height: 40px;
  position: relative;
  width: 40px;
}

.p-pagenation__arrow::before {
  background-color: #f8f8f8;
  background-image: url("../img/pagenation-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7.5px 12.7px;
  content: "";
  display: inline-block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.page-numbers.current {
  background-color: #023e78;
  color: #fff;
}

.page-numbers {
  color: #888888;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  background-color: #f8f8f8;
  display: block;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.next,
.prev {
  height: 40px;
  position: relative;
  width: 40px;
}

.next::before {
  background-color: #f8f8f8;
  background-image: url("../img/pagenation-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7.5px 12.7px;
  content: "";
  display: inline-block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.prev::before {
  background-color: #f8f8f8;
  background-image: url("../img/pagenation-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7.5px 12.7px;
  content: "";
  display: inline-block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.p-category-list {
  margin-top: 60px;
}

.p-category-list__items {
  margin-top: 21px;
}

.p-category-list__link {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 20px;
  padding-top: 17px;
}

.p-category-list__link:first-child {
  border-top: 1px solid #ddd;
}

.p-category-list__text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 15px;
  padding-left: 24px;
  position: relative;
}

.p-category-list__text::before {
  background-image: url("../img/category-list-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

@media screen and (min-width: 375px) {
  .p-mv__heading-box {
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .p-mv {
    background-image: url("../img/news-mv-pc.jpg");
  }

  .p-mv__heading-box {
    background-image: url("../img/mv-decoration_pc.png");
    background-size: 66% 100%;
  }

  .p-mv__heading {
    padding-left: 17.2vw;
  }

  .p-mv__heading--en {
    font-size: clamp(24px, 5.3vw, 60px);
  }

  .p-mv__heading--ja {
    font-size: clamp(12px, 1.6vw, 20px);
  }
}

@media screen and (min-width: 1024px) {
  .p-blog__heading h2 {
    font-size: 32px;
  }

  .p-blog__heading--side h2 {
    font-size: 20px;
  }

  .p-blog__cards {
    margin-top: 20px;
  }

  .p-blog__card:not(:first-child) {
    margin-top: 40px;
  }

  .p-blog__cards--side {
    margin-top: 22px;
  }

  .p-blog__card {
    gap: 2.6%;
  }

  .p-blog__card--side {
    gap: 3.4%;
  }

  .p-blog__card--side:not(:first-child) {
    margin-top: 16px;
  }

  .p-blog__card-thumbnail {
    aspect-ratio: 250/156;
    width: 32.9%;
  }

  .p-blog__card-thumbnail--side {
    aspect-ratio: 1/1;
    width: 33.3%;
  }

  .p-blog__card-body {
    width: 64.5%;
  }

  .p-blog__card-body--side {
    width: 63.3%;
  }

  .p-blog__card-tag {
    font-size: 14px;
  }

  .p-blog__card-title {
    margin-top: 8px;
  }

  .p-blog__card-title--main {
    font-size: 16px;
    margin-top: 15px;
  }

  .p-pagenation {
    margin-top: 60px;
  }

  .p-pagenation__link {
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
  }

  .p-pagenation__arrow {
    height: 50px;
    margin-left: 30px;
    width: 50px;
  }

  .p-pagenation__arrow::before {
    height: 50px;
    width: 50px;
  }

  .p-category-list {
    margin-top: 76px;
  }

  .p-category-list__link {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .p-mv__heading-box {
    background-size: 66% 100%;
  }
}
