.l-news__title {
  margin-top: 20px;
}

.l-news__thumbnail {
  margin-top: 24px;
}

.l-news__body h2 {
  margin-top: 20px;
  background: #f8f8f8;
  border-left: 6px solid currentColor;
  color: #023e78;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 26px;
  padding-top: 7px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.l-news__body p {
  margin-top: 14px;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.l-news__body p a {
  color: #023E78;
  text-decoration-line: underline;
}

.l-news__body h3 {
  margin-top: 30px;
  border-bottom: 1px solid #023e78;
  color: #023e78;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.l-news__body h4 {
  margin-top: 30px;
  color: #023e78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.l-news__body ul,
.l-news__body ol {
  margin-top: 14px;
  counter-reset: my-counter;
  counter-reset: recommended-counter;
  /* list-style-position: inside; */
  /* position: relative; */
}

.l-news__body li {
  color: #1a1a1a;
  counter-increment: my-counter;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 14px;
  padding-left: 21px;
  line-height: 1.71;
}

.l-news__body li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  padding-left: 20px;
  margin-top: 0;
}

.l-news__body ul li::before {
  content: "・";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}

/* 前半のリスト（おすすめの方）- ナンバリングを使用 */
.l-news__body ol li::before {
  content: counter(recommended-counter);
  counter-increment: recommended-counter;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}


.l-news__body blockquote {
  margin-top: 14px;
  background: #f8f8f8;
  background-image: url("../img/quote.png");
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 55px 47px;
  border-left: 4px solid #023e78;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 30px;
  padding-left: 31px;
  padding-right: 35px;
  padding-top: 15px;
  max-width: 646px;
  width: 100%;
}

.l-news__body blockquote p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.l-news__pagenation {
  margin-top: 40px;
}

.l-news__pagenation a {
  border: 1px solid #023e78;
  border-radius: 4px;
  display: block;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  width: -moz-fit-content;
  width: fit-content;
}

.l-news__pagenation span {
  color: #023e78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.pagenation-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.pagenation-prev,
.pagenation-next {
  flex: 1;
}

.pagenation-next {
  text-align: right;
}

.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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.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;
}

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

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

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

.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;
}

.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-news__data {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-news__tag {
  border: 1px solid currentColor;
  color: #e61264;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.p-news__thumbnail {
  aspect-ratio: 335/176;
  max-width: 700px;
  width: 100%;
}

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

@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: 100% 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) {
  .l-inner {
    max-width: 1140px;
  }

  .l-news__body h2 {
    margin-top: 40px;
  }

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

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

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

  .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: 15px;
  }

  .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--side p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
  }

  .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%;
  }

  .p-news__title {
    font-size: 24px;
  }

  .p-news__thumbnail {
    aspect-ratio: 760/399;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .p-mv {
    margin-top: 68px;
  }

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