.prh-en-f {
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-common-title.prh-center {
  text-align: center;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-common-title.prh-right {
  text-align: right;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-common-title .prh-en {
  font-size: 70px;
  line-height: 1.3;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-common-title .prh-jp {
  font-size: 20px;
  letter-spacing: 0.07em;
  font-weight: 500;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-anim-fadeup {
  transition: opacity 0.5s, transform 0.8s;
}
.prh-anim-fadeup.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
}

.prh-top-main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.prh-top-main .prh-main-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.prh-top-main .prh-main-slider .splide__track {
  height: clamp(420px, calc(100vw * 9 / 21), 760px);
  width: 100%;
  max-height: 760px;
  overflow: hidden;
}

.prh-top-main .prh-main-slider .splide__list,
.prh-top-main .prh-main-slider .splide__slide {
  width: 100%;
  height: 100%;
}

.prh-top-main .prh-main-slider .prh-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e7f2f6;
  overflow: hidden;
}

.prh-top-main .prh-main-slider .prh-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prh-top-main .prh-main-slider .splide__pagination {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 22px;
  margin: 0;
  pointer-events: none;
  z-index: 10;
}
.prh-top-main .prh-main-slider .splide__pagination li {
  width: 64px;
  height: 4px;
  pointer-events: auto;
}
.prh-top-main .prh-main-slider .splide__pagination li button {
  appearance: none;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #cfcfcf;
  border-radius: 2px;
  transition: background 0.25s, transform 0.25s;
}
.prh-top-main .prh-main-slider .splide__pagination li button.is-active {
  background: #59b4ba;
  transform: translateY(-1px);
}

.prh-top-news {
  padding: 130px 0 0;
  position: relative;
  z-index: 0;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-top-news::before {
  content: "";
  /* background: url(/wp-content/themes/child/image/news_bg.svg) no-repeat; */
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.prh-top-news .prh-tabs {
  background: #fff;
  margin: 0 auto;
  font-family: "Noto Sans", Arial, sans-serif;
}
input[name="tab_item"] {
  display: none;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-top-news .prh-tab-item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #1f2952;
  background: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-top-news .prh-tabs input:checked + .prh-tab-item {
  background: #1f2952;
  color: #fff;
}

#news:checked ~ #news_content,
#release:checked ~ #release_content {
  display: block;
}

.prh-top-news .prh-tab-content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-top-news .prh-top-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 55px;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-top-news .prh-link-btn a {
  display: block;
  color: #222;
  font-size: 18px;
  letter-spacing: 0.07em;
  font-weight: 400;
  transition: 0.3s;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-news-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-news-list li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  text-decoration: none;
}
.prh-news-list li:first-of-type a {
  padding-top: 0;
}

.prh-news-list li a .prh-date {
  color: #222;
  font-size: 18px;
  flex-shrink: 0;
  width: 95px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-news-list li a .prh-cat {
  flex-shrink: 0;
  background: #1f2952;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 34px;
  padding: 0 18px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-news-list li a .prh-new {
  background: #bf0000;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 4px 15px;
  font-size: 12px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-news-list li a .prh-title {
  width: 100%;
  color: #222;
  font-size: 18px;
  letter-spacing: 0.07em;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-top-media .prh-common-title {
  margin-bottom: 30px;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-media-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  list-style: none;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-media-list li {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-media-list li a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.prh-media-list li a .prh-payroute-img .prh-payroute-news {
  width: 90%;
  aspect-ratio: 35/19;
  object-fit: contain;
  border-radius: 6px 6px 0 0;
  margin-left: 10px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-media-list li a .prh-text-box {
  background: #fff;
  padding: 20px 20px 25px;
  border-radius: 0 0 6px 6px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-media-list li a .prh-text-box .prh-cat-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 13px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-media-list li a .prh-text-box .prh-cat-box .prh-cat {
  flex-shrink: 0;
  background: #8b0e0e;
  color: #fff;
  line-height: 34px;
  font-size: 15px;
  letter-spacing: 0.07em;
  padding: 0 20px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-media-list li a .prh-text-box .prh-cat-box .prh-date {
  color: #222;
  font-size: 18px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-media-list li a .prh-text-box .prh-title {
  color: #222;
  font-size: 18px;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-top-download {
  position: relative;
  z-index: 0;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-top-download::before {
  content: "";
  background: url("https://pay-route.co.jp/wp-content/themes/child/image/download_bg.jpg")
    no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.prh-top-download a {
  display: block;
  padding: 80px 0 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-top-download .prh-common-title .prh-en {
  font-size: 50px;
  line-height: 1.3;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-top-download .prh-common-title .prh-jp {
  font-size: 30px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-top-download .prh-common-title .prh-jp::after {
  content: "";
  background: url("../images/download.png")
    no-repeat;
  background-size: contain;
  width: 43.5px;
  aspect-ratio: 1/1;
  display: block;
}

.prh-btn-common a {
  display: inline-block;
  position: relative;
  width: 360px;
  margin: 80px auto 0;
  padding: 18px 60px 18px 28px;
  border: 1px solid #1f2952;
  border-radius: 50px;
  background: #fff;
  font: 600 16px/1.4 system-ui, sans-serif;
  color: #1f2952;
  text-decoration: none;
  text-align: left;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  transform: translateY(-45px);
}
.prh-btn-common a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.prh-btn-common a:hover {
  background: #1f2952;
  color: #fff;
  transform: translateY(-2px);
}

@media screen and (min-width: 1920px) {
  .prh-common-title .prh-en {
    font-size: 88px;
  }
  .prh-common-title .prh-jp {
    font-size: 24px;
  }

  .prh-top-main .prh-main-slider .splide__track {
    max-height: 840px;
  }
  .prh-top-main .prh-main-slider .splide__pagination {
    gap: 26px;
    right: 28px;
    bottom: 26px;
  }
  .prh-top-main .prh-main-slider .splide__pagination li {
    width: 72px;
    height: 5px;
  }

  .prh-top-news {
    padding: 160px 0 0;
  }
  .prh-top-news .prh-tab-item {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
  }
  .prh-news-list li a .prh-date,
  .prh-news-list li a .prh-title {
    font-size: 20px;
  }
  .prh-news-list li a .prh-cat {
    font-size: 16px;
    line-height: 36px;
  }

  .prh-media-list ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
  .prh-media-list li a .prh-text-box {
    padding: 22px 22px 28px;
  }
  .prh-media-list li a .prh-text-box .prh-cat-box .prh-date,
  .prh-media-list li a .prh-text-box .prh-title {
    font-size: 20px;
  }

  .prh-top-download a {
    padding: 100px 0 64px;
  }
  .prh-top-download .prh-common-title .prh-en {
    font-size: 64px;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 34px;
    gap: 36px;
  }
  .prh-top-download .prh-common-title .prh-jp::after {
    width: 52px;
  }

  .prh-btn-common a {
    width: 420px;
    padding: 20px 68px 20px 32px;
    font-size: 18px;
    transform: translateY(-60px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .prh-common-title .prh-en {
    font-size: 72px;
  }
  .prh-common-title .prh-jp {
    font-size: 22px;
  }

  .prh-top-main .prh-main-slider .splide__track {
    max-height: 760px;
  }
  .prh-top-main .prh-main-slider .splide__pagination {
    gap: 22px;
    right: 22px;
    bottom: 22px;
  }
  .prh-top-main .prh-main-slider .splide__pagination li {
    width: 64px;
    height: 4px;
  }

  .prh-top-news {
    padding: 140px 0 0;
  }
  .prh-top-news .prh-tab-item {
    height: 52px;
    line-height: 52px;
    font-size: 17px;
  }

  .prh-media-list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .prh-top-download a {
    padding: 90px 0 56px;
  }
  .prh-top-download .prh-common-title .prh-en {
    font-size: 56px;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 28px;
    gap: 28px;
  }

  .prh-btn-common a {
    width: 380px;
    padding: 18px 60px 18px 28px;
    font-size: 17px;
    transform: translateY(-48px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .prh-common-title .prh-en {
    font-size: 52px;
  }
  .prh-common-title .prh-jp {
    font-size: 18px;
  }

  .prh-top-main .prh-main-slider .splide__track {
    height: min(56vw, 560px);
    max-height: 560px;
  }
  .prh-top-main .prh-main-slider .splide__pagination {
    gap: 16px;
    right: 16px;
    bottom: 16px;
  }
  .prh-top-main .prh-main-slider .splide__pagination li {
    width: 44px;
    height: 4px;
  }

  .prh-top-news {
    padding: 110px 0 0;
  }
  .prh-top-news .prh-tab-item {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
  }

  .prh-news-list li a .prh-date,
  .prh-news-list li a .prh-title {
    font-size: 16px;
  }
  .prh-news-list li a .prh-cat {
    font-size: 13px;
    line-height: 30px;
    padding: 0 14px;
  }

  .prh-media-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .prh-media-list li a .prh-text-box {
    padding: 18px;
  }
  .prh-media-list li a .prh-text-box .prh-title {
    -webkit-line-clamp: 3;
  }

  .prh-top-download a {
    padding: 64px 0 44px;
  }
  .prh-top-download .prh-common-title .prh-en {
    font-size: 44px;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 22px;
    gap: 22px;
  }
  .prh-top-download .prh-common-title .prh-jp::after {
    width: 36px;
  }

  .prh-btn-common a {
    width: 320px;
    padding: 16px 56px 16px 24px;
    font-size: 16px;
    transform: translateY(-30px);
  }
}

@media (max-width: 767px) {
  .prh-common-title .prh-en {
    font-size: 34px;
    line-height: 1.25;
  }
  .prh-common-title .prh-jp {
    font-size: 14px;
  }

  .prh-top-main { overflow: hidden !important; }

  .prh-top-main .prh-main-slider .splide__track {
    height: clamp(220px, 72dvh, 300px) !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    background: transparent !important;    
    overflow: hidden !important;
  }

  .prh-top-main .prh-main-slider .splide__list,
  .prh-top-main .prh-main-slider .splide__slide {
    width: 100% !important;
    height: 100% !important;
  }

  .prh-top-main .prh-main-slider .prh-slide,
  .prh-top-main .prh-main-slider .prh-slide a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
  }

  .prh-top-main .prh-main-slider .prh-slide a img,
  .prh-top-main .prh-main-slider .splide__slide img,
  .prh-top-main .prh-main-slider picture img {
    width: 100% !important;
    height: 120% !important;
    object-fit: contain !important;          
    object-position: center center !important;
    display: block !important;
    background: transparent !important;
  }

  .prh-top-main .prh-main-slider .splide__pagination {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    bottom: 14px !important;
    gap: 12px !important;
    z-index: 10 !important;
  }
  .prh-top-main .prh-main-slider .splide__pagination li,
  .prh-top-main .prh-main-slider .splide__pagination li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
  }
  .prh-top-main .prh-main-slider .splide__pagination li button {
    background: rgba(255,255,255,.65) !important;
  }
  .prh-top-main .prh-main-slider .splide__pagination li button.is-active {
    background: #fff !important;
  }

  .prh-top-news {
    padding: 80px 0 0;
  }
  .prh-top-news .prh-top-box {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .prh-top-news .prh-tab-item {
    width: 50%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }

  .prh-news-list li a {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 0;
  }
  .prh-news-list li a .prh-date {
    width: auto;
    font-size: 14px;
  }
  .prh-news-list li a .prh-cat {
    line-height: 28px;
    font-size: 12px;
    padding: 0 12px;
  }
  .prh-news-list li a .prh-title {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .prh-media-list ul {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 0 12px;
  }
  .prh-media-list li {
    width: min(520px, 92%);
  }

  .prh-media-list li a .prh-payroute-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
  }
  .prh-media-list li a .prh-payroute-img .prh-payroute-news {
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    margin: 0 auto;
  }
  .prh-media-list li a .prh-text-box {
    width: 100%;
    padding: 16px;
  }
  .prh-media-list li a .prh-text-box .prh-cat-box {
    gap: 12px;
  }
  .prh-media-list li a .prh-text-box .prh-cat-box .prh-cat {
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
  }
  .prh-media-list li a .prh-text-box .prh-cat-box .prh-date {
    font-size: 14px;
  }
  .prh-media-list li a .prh-text-box .prh-title {
    font-size: 16px;
  }

  .prh-top-download a {
    padding: 44px 0 32px;
  }
  .prh-top-download .prh-common-title .prh-en {
    font-size: 18px;
  }
  .prh-top-download .prh-common-title .prh-jp {
    font-size: 16px;
    gap: 16px;
  }
  .prh-top-download .prh-common-title .prh-jp::after {
    width: 28px;
  }

  .prh-btn-common a {
    width: 88%;
    max-width: 360px;
    padding: 14px 46px 14px 20px;
    font-size: 15px;
    margin: 40px auto 0;
    transform: translateY(0);
  }
}
