.common_page_main {
  height: 100%;
  background-image: url("https://pay-route.co.jp/wp-content/themes/child/image/common_page_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 90px 0 20px;
}

.common_page_main::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(#1f2952 0%, #111111 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.common_page_main .title_box {
  text-align: center;
  position: relative;
  z-index: 1;
}

.common_page_main .title_box::before {
  content: "";
  width: 2px;
  height: 120px;
  position: absolute;
  bottom: -35%;
  left: 50%;
  translate: 50% 100%;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 33%,
    #1f2952 33%,
    #1f2952 100%
  );
}

.common_page_main .title_box .sub_title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  font-family: "Noto Sans", Arial, sans-serif;
  text-transform: capitalize;
}

.common_page_main .title_box .title {
  font-size: 28px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 300;
  font-family: "Noto Sans", Arial, sans-serif;
}

.breadcrumb {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #fff;
  position: relative;
  margin-top: 33px;
  line-height: 1.5;
  font-family: "Noto Sans", Arial, sans-serif;
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
}

.common_page_main::after {
  content: "";
  width: 59vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://pay-route.co.jp/wp-content/themes/child/image/deco_page_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.common_page_wrap {
  padding: 100px 0;
}

.common_page_title.center {
  text-align: center;
}

.prh-rc {
  --ink: #222;
  --muted: #44505f;
  --line: #e6eef4;
  --brand: #122046;
  --accent: #2fb1c2;
  --max: 1180px;
  --g: 16px;
  --radius: 14px;
  --shadow: 0 10px 26px rgba(2, 8, 23, 0.08);
  color: var(--ink);
  max-width: var(--max);
  margin: 0 auto;
  padding: 56px var(--g);
  background: #fff;
}

.prh-rc-section {
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}

.prh-rc-h1 {
  margin: 0 0 14px;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: 0.01em;
  font-size: clamp(26px, 3vw, 40px);
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-rc-title {
  margin: 0 0 16px;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: 0.01em;
  font-size: clamp(22px, 2.4vw, 32px);
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-rc-h3 {
  margin: 20px 0 8px;
  font-weight: 800;
  color: #1b2a4d;
  font-size: clamp(16px, 2vw, 20px);
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-rc-lead {
  color: var(--muted);
  max-width: 68ch;
  margin: 0 0 12px;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-rc-list {
  margin: 0 0 10px 18px;
  padding: 0;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-rc-list li {
  margin: 6px 0;
  color: var(--muted);
}

.prh-rc-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-rc-hero-copy {
  min-width: 0;
}

.prh-rc-oval {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 50% / 60%;
  overflow: hidden;
  border: 2px solid var(--line);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
  background: #fff;
  font-family: "Noto Sans", Arial, sans-serif;
}
.prh-rc-oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.prh-rc-sr {
  position: absolute;
  left: -9999px;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-rc-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 12px;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-rc-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.prh-rc-card .rc-services {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "Noto Sans", Arial, sans-serif;
}

.prh-rc-card img:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / -1;
}

.prh-rc-section + .prh-rc-section {
  margin-top: 10px;
}

.prh-top-download {
  position: relative;
  z-index: 0;
}
.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("https://pay-route.co.jp/wp-content/themes/child/image/icon_download_white.svg")
    no-repeat;
  background-size: contain;
  width: 43.5px;
  aspect-ratio: 1/1;
  display: block;
}

@media screen and (min-width: 1920px) {
  .common_page_main {
    padding: 120px 0 40px;
  }
  .common_page_main .title_box::before {
    height: 150px;
  }
  .common_page_main .title_box .sub_title {
    font-size: 44px;
  }
  .common_page_main .title_box .title {
    font-size: 36px;
  }

  .prh-rc {
    --max: 1280px;
    padding: 72px 32px;
  }
  .prh-rc-h1 {
    font-size: 40px;
  }
  .prh-rc-title {
    font-size: 32px;
  }
  .prh-rc-h3 {
    font-size: 20px;
  }
  .prh-rc-hero {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
  }

  .prh-rc-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .prh-rc-card img {
    aspect-ratio: 16/9;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .common_page_main {
    padding: 110px 0 30px;
  }
  .common_page_main .title_box .sub_title {
    font-size: 36px;
  }
  .common_page_main .title_box .title {
    font-size: 30px;
  }

  .prh-rc {
    --max: 1220px;
    padding: 64px 28px;
  }
  .prh-rc-hero {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
  }
  .prh-rc-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common_page_main {
    padding: 96px 0 24px;
  }
  .common_page_main .title_box::before {
    height: 110px;
    bottom: -28%;
  }
  .common_page_main .title_box .sub_title {
    font-size: 30px;
  }
  .common_page_main .title_box .title {
    font-size: 24px;
  }

  .prh-rc {
    --max: 980px;
    padding: 48px 20px;
  }
  .prh-rc-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .prh-rc-oval {
    aspect-ratio: 16/10;
  }

  .prh-rc-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .prh-rc-card img {
    aspect-ratio: 16/10;
  }
}

@media screen and (max-width: 767px) {
  .common_page_main {
    padding: 70px 0 20px;
    background-position: center top;
  }
  .common_page_main .title_box::before {
    height: 80px;
    bottom: -24%;
  }
  .common_page_main .title_box .sub_title {
    font-size: 22px;
  }
  .common_page_main .title_box .title {
    font-size: 18px;
  }
  .common_page_main::after {
    width: 100%;
    opacity: 0.25;
    background-size: cover;
  }

  .prh-rc {
    --max: 100%;
    padding: 36px 16px;
  }
  .prh-rc-section {
    padding: 28px 0;
  }
  .prh-rc-h1 {
    font-size: 26px;
  }
  .prh-rc-title {
    font-size: 22px;
  }
  .prh-rc-h3 {
    font-size: 16px;
  }
  .prh-rc-lead {
    font-size: 15px;
  }

  .prh-rc-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .prh-rc-oval {
    aspect-ratio: 4/3;
  }

  .prh-rc-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .prh-rc-card img {
    aspect-ratio: 16/10;
  }

  .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;
  }
}
