@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  background: none;
  appearance: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #2f3640;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  background: radial-gradient(circle at 10% 12%, rgba(111, 209, 228, 0.18) 0, rgba(111, 209, 228, 0) 18%), radial-gradient(circle at 94% 14%, rgba(37, 145, 196, 0.12) 0, rgba(37, 145, 196, 0) 15%), linear-gradient(180deg, #eef6fb 0%, #dff0f7 100%);
}

body.is-menu-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  a {
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

img {
  height: auto;
}

.page-container {
  position: relative;
  overflow: hidden;
}

.page-top .page-container {
  min-height: 100vh;
}

.page-main {
  position: relative;
  z-index: 2;
}

.section-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1279px) {
  .section-container {
    width: 90%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-container {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}

@media (max-width: 1279px) {
  .pc-visibility {
    display: none !important;
  }
}

@media (min-width: 1280px), (max-width: 767px) {
  .tb-visibility {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-visibility {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .tb-sp-visibility {
    display: none !important;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.bg-bubble {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.5) 22%, rgba(92, 184, 214, 0.16) 56%, rgba(92, 184, 214, 0) 100%);
  box-shadow: inset 0 8px 24px rgba(255, 255, 255, 0.68), 0 20px 44px rgba(26, 107, 181, 0.1);
  opacity: 0.9;
  filter: blur(3px);
  animation: bubble-float 5.8s ease-in-out infinite;
  pointer-events: none;
}
.bg-bubble.is-tint {
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0.34) 24%, rgba(105, 215, 225, 0.28) 58%, rgba(105, 215, 225, 0) 100%);
}
.bg-bubble.is-outline {
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.24) 22%, rgba(92, 184, 214, 0.1) 54%, rgba(92, 184, 214, 0) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 16px 36px rgba(26, 107, 181, 0.08);
}

.bg-bubble.is-delay {
  animation-delay: -2.2s;
}

.bg-bubble.is-slow {
  animation-duration: 7.4s;
}

.page-top .bg-bubble-01 {
  top: 96px;
  left: 28px;
  width: 104px;
  height: 104px;
}
.page-top .bg-bubble-02 {
  top: 518px;
  right: 62px;
  width: 188px;
  height: 188px;
}
.page-top .bg-bubble-03 {
  top: 1260px;
  left: 92px;
  width: 74px;
  height: 74px;
}
.page-top .bg-bubble-04 {
  top: 1498px;
  right: 138px;
  width: 324px;
  height: 324px;
}
.page-top .bg-bubble-05 {
  top: 1762px;
  left: calc(50% + 256px);
  width: 61px;
  height: 61px;
}
.page-top .bg-bubble-06 {
  top: 2152px;
  left: calc(50% - 42px);
  width: 126px;
  height: 126px;
}
.page-top .bg-bubble-07 {
  top: 2480px;
  right: 34px;
  width: 236px;
  height: 236px;
}
@media (max-width: 767px) {
  .page-top .bg-bubble-01 {
    top: 23.4666666667vw;
    left: -4.8vw;
    width: 19.2vw;
    height: 19.2vw;
  }
  .page-top .bg-bubble-02 {
    top: 96vw;
    right: -9.0666666667vw;
    width: 33.6vw;
    height: 33.6vw;
  }
  .page-top .bg-bubble-03 {
    top: 277.3333333333vw;
    left: 3.7333333333vw;
    width: 12.8vw;
    height: 12.8vw;
  }
  .page-top .bg-bubble-04 {
    top: 362.6666666667vw;
    right: -20.2666666667vw;
    width: 50.1333333333vw;
    height: 50.1333333333vw;
  }
  .page-top .bg-bubble-05 {
    display: none;
  }
  .page-top .bg-bubble-06 {
    top: 530.6666666667vw;
    left: auto;
    right: 4.8vw;
    width: 21.8666666667vw;
    height: 21.8666666667vw;
  }
  .page-top .bg-bubble-07 {
    display: none;
  }
}

.bg-wave {
  position: absolute;
  z-index: 1;
  width: 440px;
  height: 110px;
  opacity: 0.42;
  pointer-events: none;
}
.bg-wave::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='440' height='110' viewBox='0 0 440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 78.5C64 21 121 21 178 50.5C235 80 293 79 346 33.5C377 7 404 4.5 428 20' stroke='%2358cfdc' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M0 98C52 40.5 110 41 167 70.5C224 100 282 99 335 53.5C366 27 400 24 440 42' stroke='%23208cc8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

@keyframes bubble-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -12px, 0) scale(1.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .fade-in {
    opacity: 1;
    transform: none;
  }
}
.sp-br {
  display: none;
}
@media (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}

.page-top {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

/* Q&A page refinements */
.page-qa {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  background: #edf8ff;
}

.page-qa .page-container {
  position: relative;
  overflow: hidden;
}

.page-qa .page-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 760px;
  background: radial-gradient(circle at 20% 18%, rgba(177, 222, 246, 0.36) 0, rgba(177, 222, 246, 0) 24%), radial-gradient(circle at 48% 16%, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.page-qa .page-main,
.page-qa .footer-site {
  position: relative;
  z-index: 1;
}

.page-qa .page-main {
  padding-top: 84px;
}

.page-qa .page-main .section-container,
.page-qa .footer-site .section-container {
  width: min(100%, 1100px);
  max-width: 1100px;
  padding: 0;
}

.page-qa .header-site .section-container {
  width: min(100%, 1760px);
  max-width: none;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-qa .section-page-hero {
  padding: 58px 0 18px;
}

.page-qa .page-title-group {
  position: relative;
  width: 100%;
  min-height: 160px;
}

.page-qa .page-title-en {
  position: absolute;
  top: -4px;
  right: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-family: Futura, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-qa .page-title-ja {
  top: 12px;
  transform: none;
  color: #1d37bb;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.page-qa .section-qa {
  padding-bottom: 90px;
}

.page-qa .page-card,
.page-qa .page-card.is-large {
  width: 100%;
  padding: 120px 120px 80px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 60px rgba(29, 116, 184, 0.06);
}

.page-qa .section-head {
  display: none;
}

.page-qa .nav-qa-tabs {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  gap: 12px 20px;
}

.page-qa .nav-qa-tab {
  width: 340px;
  height: 36px;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid #8fc9f6;
  border-radius: 18px;
  background: #ffffff;
  color: #24a3f3;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 36px;
  box-shadow: none;
}

.page-qa .nav-qa-tab.is-current {
  border-color: transparent;
  background: linear-gradient(90deg, #00a7ff 0%, #005c8d 100%);
  color: #ffffff;
  box-shadow: none;
}

.page-qa .list-qa {
  width: 100%;
  max-width: 860px;
  margin: 28px auto 0;
}

.page-qa .list-qa-item {
  border-top: 1px solid rgba(29, 116, 184, 0.12);
}

.page-qa .list-qa-item:last-child {
  border-bottom: 1px solid rgba(29, 116, 184, 0.12);
}

.page-qa .btn-qa-question {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 14px;
  align-items: start;
  gap: 0 16px;
  padding: 14px 0 13px;
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

.page-qa .btn-qa-question::before {
  content: "Q";
  color: #1437b7;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.page-qa .btn-qa-icon {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 0;
  background: transparent;
}

.page-qa .btn-qa-icon::before,
.page-qa .btn-qa-icon::after {
  width: 12px;
  height: 1px;
  background: #7d8691;
}

.page-qa .box-qa-answer-inner {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0 16px;
  padding: 0 0 14px;
  color: #818181;
  font-size: 11px;
  line-height: 1.8;
}

.page-qa .box-qa-answer-inner::before {
  content: "A";
  color: #18a8ff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

@keyframes bubbleFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(3%, -2%) scale(1.04);
  }
  50% {
    transform: translate(-2%, 3%) scale(0.96);
  }
  75% {
    transform: translate(2%, 1%) scale(1.03);
  }
}
.page-qa .bg-bubble {
  top: 178px !important;
  right: calc(50% - 640px) !important;
  width: 174px !important;
  height: 174px !important;
  opacity: 0.96;
  filter: blur(0.5px);
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.76) 0, rgba(255, 255, 255, 0.2) 22%, rgba(92, 184, 214, 0.1) 54%, rgba(92, 184, 214, 0) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.56), 0 16px 36px rgba(26, 107, 181, 0.08);
}

.page-qa .bg-wave {
  display: none;
}

@media (max-width: 1279px) {
  .page-qa .header-site .section-container,
  .page-qa .page-main .section-container,
  .page-qa .footer-site .section-container {
    width: auto;
    max-width: none;
    padding: 0 24px;
  }
  .page-qa .page-main {
    padding-top: 88px;
  }
  .page-qa .page-card,
  .page-qa .page-card.is-large {
    padding: 30px 64px 38px;
  }
  .page-qa .page-title-en {
    font-size: 64px;
  }
  .page-qa .page-title-ja {
    top: 10px;
    font-size: 28px;
  }
  .page-qa .bg-bubble {
    right: -12px !important;
  }
}
@media (max-width: 767px) {
  .page-qa .page-container::before {
    height: 112vw;
  }
  .page-qa .page-main {
    padding-top: 22.4vw;
  }
  .page-qa .header-site .section-container,
  .page-qa .page-main .section-container,
  .page-qa .footer-site .section-container {
    padding: 0 5.3333333333vw;
  }
  .page-qa .header-site .section-container {
    width: 100%;
  }
  .page-qa .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-qa .page-title-group {
    min-height: 19.7333333333vw;
  }
  .page-qa .page-title-en {
    top: -0.5333333333vw;
    font-size: 10.1333333333vw;
  }
  .page-qa .page-title-ja {
    top: 2.6666666667vw;
    left: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .page-qa .page-card,
  .page-qa .page-card.is-large {
    padding: 6.4vw 5.3333333333vw 7.4666666667vw;
    border-radius: 7.4666666667vw;
  }
  .page-qa .nav-qa-tabs {
    grid-template-columns: 1fr;
    max-width: none;
    gap: 2.6666666667vw;
  }
  .page-qa .nav-qa-tab {
    width: 100%;
    height: auto;
    min-height: 9.6vw;
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 4.8vw;
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
  .page-qa .list-qa {
    margin-top: 5.8666666667vw;
  }
  .page-qa .btn-qa-question {
    grid-template-columns: 7.4666666667vw minmax(0, 1fr) 3.7333333333vw;
    gap: 0 3.2vw;
    padding: 4.2666666667vw 0 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
  .page-qa .btn-qa-question::before {
    font-size: 5.8666666667vw;
  }
  .page-qa .btn-qa-icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }
  .page-qa .btn-qa-icon::before,
  .page-qa .btn-qa-icon::after {
    width: 3.2vw;
  }
  .page-qa .box-qa-answer-inner {
    grid-template-columns: 7.4666666667vw minmax(0, 1fr);
    gap: 0 3.2vw;
    padding-bottom: 3.7333333333vw;
    font-size: 3.2vw;
  }
  .page-qa .box-qa-answer-inner::before {
    font-size: 5.8666666667vw;
  }
  .page-qa .bg-bubble {
    top: 33.6vw !important;
    right: -5.8666666667vw !important;
    width: 31.4666666667vw !important;
    height: 31.4666666667vw !important;
  }
}
.page-top.is-loading {
  overflow: hidden;
}

.page-loading {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.05s ease, visibility 1.05s ease, filter 1.05s ease;
}
.page-loading.is-visible .page-loading-logo {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.page-loading.is-complete {
  opacity: 0;
  visibility: hidden;
  filter: blur(8px);
}
.page-loading.is-complete .page-loading-logo {
  opacity: 0;
  filter: blur(18px);
  transform: scale(1.04);
}

.page-loading-logo {
  display: block;
  width: min(440px, 48vw);
  max-width: calc(100vw - 64px);
  height: auto;
  opacity: 0;
  filter: blur(20px);
  transform: scale(0.94);
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease;
}
@media (max-width: 767px) {
  .page-loading-logo {
    width: min(68vw, 360px);
    max-width: calc(100vw - 40px);
  }
}

.page-top .section-container {
  max-width: 1100px;
}

.header-site {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  transition: height 0.3s ease;
}
.header-site.is-scrolled {
  height: 100px;
  background: transparent;
  box-shadow: none;
}

.header-site .section-container {
  width: min(100%, 1760px);
  max-width: none;
  padding: 0 20px;
  box-sizing: border-box;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.header-brand {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.header-logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 213.19px;
  line-height: 0;
}

.header-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 14px;
  font-size: 11px;
  line-height: 1.3;
  color: #1d74b8;
}

.header-contact-item {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.header-contact-item:hover,
.header-contact-item:focus-visible {
  color: #0b29a8;
}

.header-contact-label {
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #818181;
}

.header-contact-value {
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .header-contact {
    display: none;
  }
  .header-brand {
    align-items: center;
  }
}

.header-logo-image {
  display: block;
  width: 100%;
  aspect-ratio: 213.19/50;
  height: auto;
}

.header-logo-mark {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d83d3b 0%, #b71f26 100%);
  box-shadow: 0 8px 18px rgba(216, 61, 59, 0.24);
}
.header-logo-mark::before, .header-logo-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
}
.header-logo-mark::before {
  top: 10px;
  left: 11px;
  width: 12px;
  height: 12px;
}
.header-logo-mark::after {
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
}

.header-logo-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.1;
}

.header-logo-en {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.header-logo-ja {
  color: #5d6d7b;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.nav-global {
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
}

.nav-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 18px;
  min-height: 60px;
  padding: 0 12px 0 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(29, 116, 184, 0.08);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-link-contact {
  margin-left: 6px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: #00A7FF;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .nav-link:hover {
    color: #A3DFFF;
  }
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.header-user-links {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 60px;
  padding: 0 12px 0 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(29, 116, 184, 0.08);
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 22px;
  border-radius: 30px;
  background: #00A7FF;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: background 0.3s ease;
}
@media (min-width: 768px) {
  .btn-contact:hover {
    background: #005C8D;
  }
}

.btn-service {
  color: #00A7FF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .btn-service:hover {
    color: #A3DFFF;
  }
}

.btn-login {
  color: #00A7FF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .btn-login:hover {
    color: #A3DFFF;
  }
}

.btn-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 20px;
  border-radius: 30px;
  background: linear-gradient(to bottom right, #00A7FF 0%, #005C8D 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .btn-register:hover {
    opacity: 0.8;
  }
}

.btn-lang {
  border: 1px solid #00A7FF;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
}

.btn-lang-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 0.3s ease, color 0.3s ease;
  color: #00A7FF;
  background: #ffffff;
}
.btn-lang-item.is-active {
  color: #ffffff;
  background: #00A7FF;
}
@media (min-width: 768px) {
  .btn-lang-item:hover:not(.is-active) {
    background: rgba(0, 167, 255, 0.12);
  }
}

.btn-menu {
  position: relative;
  z-index: 101;
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(29, 116, 184, 0.14);
}
@media (max-width: 1279px) {
  .btn-menu {
    display: block;
    margin-left: auto;
  }
}

.btn-menu-line,
.btn-menu-line::before,
.btn-menu-line::after {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #0d5b98;
  transform: translateX(-50%);
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

.btn-menu-line {
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-menu-line::before, .btn-menu-line::after {
  content: "";
}
.btn-menu-line::before {
  top: -7px;
}
.btn-menu-line::after {
  top: 7px;
}

.btn-menu.is-active .btn-menu-line {
  background: transparent;
}
.btn-menu.is-active .btn-menu-line::before {
  top: 0;
  transform: translate(-50%, 0) rotate(45deg);
}
.btn-menu.is-active .btn-menu-line::after {
  top: 0;
  transform: translate(-50%, 0) rotate(-45deg);
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 95;
  width: min(78vw, 360px);
  height: 100vh;
  padding: 112px 28px 40px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: -14px 0 28px rgba(29, 116, 184, 0.12);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

body.is-menu-open .nav-drawer {
  transform: translateX(0);
}

.nav-drawer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-drawer-link {
  display: block;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(223, 242, 255, 0.62);
  color: #0d5b98;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nav-drawer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}
.nav-drawer-buttons .btn-lang {
  align-self: flex-start;
}

.section-hero {
  position: relative;
  padding: 175px 0 100px;
}
@media (max-width: 1279px) {
  .section-hero {
    padding: 140px 0 80px;
  }
}
@media (max-width: 767px) {
  .section-hero {
    padding: 22.9333333333vw 0 6.4vw;
  }
}

.section-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow: visible;
}
@media (max-width: 1279px) {
  .section-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .section-hero-inner {
    gap: 3.7333333333vw;
  }
}

.box-hero-copy {
  position: relative;
  z-index: 1;
  flex: 0 1 700px;
  width: auto;
  max-width: 760px;
  min-height: 0;
  padding-top: 88px;
}
@media (max-width: 1279px) {
  .box-hero-copy {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .box-hero-copy {
    flex: 0 1 220px;
    padding-top: 13.3333333333vw;
  }
}

.page-hero-brand {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  margin-bottom: 0;
  color: #F4F4F4;
  font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .page-hero-brand {
    font-size: 62px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .page-hero-brand {
    position: relative;
    top: auto;
    font-size: 12.8vw;
    line-height: 12.8vw;
    transform: none;
  }
}

.page-hero-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1f3cb1;
  max-width: 760px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .page-hero-copy {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .page-hero-copy {
    margin-top: -21.3333333333vw;
    font-size: 8vw;
  }
}

.page-hero-copy-line {
  display: block;
}

.page-hero-copy-line.is-nowrap {
  white-space: nowrap;
}

.page-hero-copy-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(14px);
}

.page-hero-copy.is-animated .page-hero-copy-char {
  animation: hero-copy-in 0.45s ease forwards;
}

.page-hero-tagline {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  max-width: 520px;
  color: #5d6d7b;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
@media (max-width: 1279px) {
  .page-hero-tagline {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-hero-tagline {
    max-width: none;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.page-hero-tagline-accent {
  color: #00BAFF;
}

.box-hero-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .box-hero-links {
    flex-direction: column;
    align-items: stretch;
    gap: 3.2vw;
    margin-top: 7.4666666667vw;
  }
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .btn-primary,
  .btn-secondary {
    width: 100%;
    min-height: 12.8vw;
    font-size: 3.4666666667vw;
  }
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1d74b8 0%, #0d5b98 100%);
  box-shadow: 0 20px 30px rgba(29, 116, 184, 0.2);
}

.btn-secondary {
  color: #0d5b98;
  border: 1px solid rgba(29, 116, 184, 0.24);
  background: rgba(255, 255, 255, 0.76);
}

.box-hero-visual {
  position: relative;
  flex: 0 0 470px;
  width: min(52vw, 700px);
  min-width: 580px;
  margin: 8px -70px 0 0;
}
@media (max-width: 1279px) {
  .box-hero-visual {
    flex-basis: auto;
    width: min(100%, 720px);
    min-width: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .box-hero-visual {
    width: 100%;
    max-width: 77.3333333333vw;
    margin: 2.1333333333vw auto 0;
  }
}

.box-hero-visual-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* === Hero visual slideshow === */
.box-hero-visual-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 1374/1387;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
}

.box-hero-visual-stack .box-hero-visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: scale(1.04);
  filter: blur(6px);
  -webkit-clip-path: circle(0% at 68% 78%);
          clip-path: circle(0% at 68% 78%);
  transition:
    -webkit-clip-path 1.68s cubic-bezier(.45, .05, .25, 1),
    clip-path 1.68s cubic-bezier(.45, .05, .25, 1),
    opacity 1.08s ease,
    transform 1.68s cubic-bezier(.45, .05, .25, 1),
    filter 1.08s ease;
  will-change: clip-path, opacity, transform, filter;
}

.box-hero-visual-stack .box-hero-visual-image.is-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  -webkit-clip-path: circle(150% at 68% 78%);
          clip-path: circle(150% at 68% 78%);
  z-index: 2;
}

.box-hero-visual-stack .box-hero-visual-image.is-leaving {
  opacity: 1;
  z-index: 1;
}

.box-hero-visual-bubble {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 32% 28%,
    rgba(255, 255, 255, 0.85) 0,
    rgba(255, 255, 255, 0.25) 24%,
    rgba(92, 184, 214, 0.1) 56%,
    rgba(92, 184, 214, 0) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5),
              0 12px 28px rgba(26, 107, 181, 0.12);
  z-index: 3;
}

.box-hero-visual-bubble-a { width: 70px; height: 70px; left: 18%; top: 32%; }
.box-hero-visual-bubble-b { width: 46px; height: 46px; left: 62%; top: 14%; }
.box-hero-visual-bubble-c { width: 96px; height: 96px; left: 50%; top: 60%; }

.box-hero-visual-stack.is-transitioning .box-hero-visual-bubble {
  animation: hero-visual-bubble-rise 1.8s ease-out forwards;
}

.box-hero-visual-stack.is-transitioning .box-hero-visual-bubble-b { animation-delay: .14s; }
.box-hero-visual-stack.is-transitioning .box-hero-visual-bubble-c { animation-delay: .29s; }

@keyframes hero-visual-bubble-rise {
  0%   { opacity: 0; transform: translateY(40px) scale(.6); }
  35%  { opacity: .9; }
  100% { opacity: 0; transform: translateY(-90px) scale(1.15); }
}

@media (prefers-reduced-motion: reduce) {
  .box-hero-visual-stack .box-hero-visual-image {
    transform: none;
    filter: none;
    -webkit-clip-path: none;
            clip-path: none;
    transition: opacity .72s ease;
  }
  .box-hero-visual-stack .box-hero-visual-image.is-active {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .box-hero-visual-bubble {
    display: none;
  }
}

.box-hero-machine {
  position: absolute;
  inset: 80px 80px 74px 92px;
  border-radius: 34px;
  background: linear-gradient(165deg, #fefefe 0%, #d7e4ec 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 28px 50px rgba(37, 86, 126, 0.14);
}
@media (max-width: 767px) {
  .box-hero-machine {
    inset: 9.0666666667vw 7.4666666667vw 9.0666666667vw 8.5333333333vw;
    border-radius: 5.3333333333vw;
  }
}

.box-hero-machine-panel {
  position: absolute;
  top: 90px;
  left: 72px;
  width: 250px;
  height: 164px;
  border-radius: 24px;
  border: 1px solid rgba(40, 89, 130, 0.08);
  background: linear-gradient(180deg, rgba(236, 244, 249, 0.95) 0%, rgba(193, 213, 224, 0.95) 100%);
}
@media (max-width: 767px) {
  .box-hero-machine-panel {
    top: 12.8vw;
    left: 8vw;
    width: 35.2vw;
    height: 23.4666666667vw;
    border-radius: 3.7333333333vw;
  }
}

.box-hero-machine-ring {
  position: absolute;
  top: 56px;
  right: 64px;
  width: 220px;
  height: 220px;
  border: 16px solid rgba(172, 190, 202, 0.96);
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(245, 250, 252, 0.8);
}
@media (max-width: 767px) {
  .box-hero-machine-ring {
    top: 9.6vw;
    right: 6.4vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-width: 2.1333333333vw;
    box-shadow: inset 0 0 0 1.3333333333vw rgba(245, 250, 252, 0.8);
  }
}

.box-hero-machine-base {
  position: absolute;
  right: 56px;
  bottom: 64px;
  width: 320px;
  height: 86px;
  border-radius: 18px;
  background: linear-gradient(180deg, #eaf2f7 0%, #bccfdc 100%);
}
@media (max-width: 767px) {
  .box-hero-machine-base {
    right: 5.3333333333vw;
    bottom: 8vw;
    width: 44.2666666667vw;
    height: 12.2666666667vw;
    border-radius: 3.2vw;
  }
}

.box-hero-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 170px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 36px rgba(29, 116, 184, 0.12);
  backdrop-filter: blur(18px);
}
@media (max-width: 767px) {
  .box-hero-badge {
    min-width: 0;
    padding: 2.6666666667vw 3.2vw;
    border-radius: 3.7333333333vw;
  }
}

.box-hero-badge.is-top {
  top: 60px;
  right: 58px;
}

.box-hero-badge.is-bottom {
  bottom: 48px;
  left: 46px;
}

.box-hero-badge-label {
  color: #5d6d7b;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .box-hero-badge-label {
    font-size: 2.6666666667vw;
  }
}

.box-hero-badge-value {
  color: #0d5b98;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .box-hero-badge-value {
    font-size: 3.7333333333vw;
  }
}

.section-hero-slider {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .section-hero-slider {
    margin-top: 7.4666666667vw;
  }
}

.box-banner-slider {
  position: relative;
  padding: 0 55px;
}
@media (max-width: 1279px) {
  .box-banner-slider {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .box-banner-slider {
    padding: 0;
  }
}

.swiper-top-banner {
  overflow: hidden;
}

.swiper-slide {
  height: auto;
}

.box-banner-card {
  display: block;
  height: 210px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(29, 116, 184, 0.08);
}
@media (max-width: 767px) {
  .box-banner-card {
    height: auto;
    min-height: 49.0666666667vw;
    border-radius: 0;
  }
}

.box-banner-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .box-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.2666666667vw;
    margin-top: 4.8vw;
    width: 100%;
  }
}

.box-slider-controls .swiper-button-prev,
.box-slider-controls .swiper-button-next {
  top: calc(50% - 19px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 39px;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.box-slider-controls .swiper-button-prev::after,
.box-slider-controls .swiper-button-next::after {
  display: none;
}
.box-slider-controls .swiper-button-prev svg,
.box-slider-controls .swiper-button-next svg {
  display: block;
  width: 20px;
  height: 39px;
}
@media (max-width: 1279px) {
  .box-slider-controls .swiper-button-prev,
  .box-slider-controls .swiper-button-next {
    top: calc(50% - 18px);
  }
}
@media (max-width: 767px) {
  .box-slider-controls .swiper-button-prev,
  .box-slider-controls .swiper-button-next {
    position: static;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(29, 116, 184, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-slider-controls .swiper-button-prev svg,
  .box-slider-controls .swiper-button-next svg {
    width: 3.2vw;
    height: 6.1333333333vw;
  }
}

.box-slider-controls .swiper-button-lock {
  display: flex;
}

.box-slider-controls .swiper-button-prev {
  left: 0;
}

.box-slider-controls .swiper-button-next {
  right: 0;
}

.box-slider-controls .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .box-slider-controls .swiper-pagination {
    position: static;
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    gap: 2.1333333333vw;
  }
}

.box-slider-controls .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: rgba(29, 116, 184, 0.24);
  opacity: 1;
}

.box-slider-controls .swiper-pagination-bullet-active {
  background: #1d74b8;
}

.section-news {
  position: relative;
  padding: 0 0 103px;
}
@media (max-width: 767px) {
  .section-news {
    padding: 0 0 20.2666666667vw;
  }
}

.box-news-card {
  position: relative;
  padding: 42px 55px 30px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 32px rgba(29, 116, 184, 0.06);
}
@media (max-width: 1279px) {
  .box-news-card {
    padding: 34px 30px 28px;
  }
}
@media (max-width: 767px) {
  .box-news-card {
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.box-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .box-news-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.box-news-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.box-news-title-en {
  color: #1d74b8;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .box-news-title-en {
    font-size: 8vw;
  }
}

.box-news-title-ja {
  color: #5d6d7b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .box-news-title-ja {
    font-size: 3.4666666667vw;
  }
}

.btn-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 36px;
  padding: 0 22px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(to right, #00A7FF 0%, #005C8D 100%);
}

.box-news-foot {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .box-news-foot {
    margin-top: 5.3333333333vw;
  }
}

.list-news {
  display: flex;
  flex-direction: column;
}

.list-news-item {
  border-top: 1px solid rgba(29, 116, 184, 0.12);
}
.list-news-item:first-child {
  border-top: 0;
}

.list-news-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
}
@media (max-width: 1279px) {
  .list-news-link {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px 16px;
  }
}

.list-news-date {
  flex: 0 0 78px;
  color: #1d74b8;
  font-size: 14px;
}

.list-news-category {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 20px;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  background: #1d74b8;
}

.list-news-text {
  flex: 1 1 auto;
  min-width: 0;
  color: #5d6d7b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.section-about {
  position: relative;
  padding: 18px 0 176px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-about {
    padding: 0 0 25.6vw;
  }
}

.section-top-en {
  color: rgba(0, 167, 255, 0.18);
  font-size: 78px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.section-top-en.is-center {
  text-align: center;
}
@media (max-width: 1279px) {
  .section-top-en {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .section-top-en {
    font-size: 10.1333333333vw;
  }
}

.section-top-ja {
  margin-top: -12px;
  color: #5d6d7b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.section-top-ja.is-center {
  text-align: center;
}
@media (max-width: 1279px) {
  .section-top-ja {
    margin-top: -4px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-top-ja {
    margin-top: -0.5333333333vw;
    font-size: 5.8666666667vw;
  }
}

.section-about-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 72px;
}
@media (max-width: 1279px) {
  .section-about-inner {
    flex-direction: column;
    gap: 40px;
  }
}

.section-about .section-top-en {
  color: #F4F4F4;
  font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0;
}

.box-about-copy {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  max-width: 620px;
  padding-top: 18px;
}
.box-about-copy .section-top-en {
  margin-left: -6px;
  margin-bottom: -70px;
  color: #F4F4F4;
  font-size: 110px;
  line-height: 0.84;
  letter-spacing: 0.02em;
}
@media (max-width: 1279px) {
  .box-about-copy .section-top-en {
    font-size: 88px;
  }
}
@media (max-width: 767px) {
  .box-about-copy .section-top-en {
    margin-left: 0;
    margin-bottom: -18.6666666667vw;
    font-size: 13.8666666667vw;
  }
}
.box-about-copy .section-top-ja {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: -46px;
  padding: 6px 18px 8px 0;
  color: #1f3cb1;
  font-size: 58px;
  line-height: 1.18;
  letter-spacing: 0.02em;
}
@media (max-width: 1279px) {
  .box-about-copy .section-top-ja {
    margin-top: -34px;
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .box-about-copy .section-top-ja {
    margin-top: -4.8vw;
    padding: 1.0666666667vw 3.2vw 1.3333333333vw 0;
    font-size: 8vw;
  }
}
@media (max-width: 1279px) {
  .box-about-copy {
    max-width: none;
    width: 100%;
    padding-top: 0;
  }
}

.section-head-en {
  color: #F4F4F4;
  font-family: Futura;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px; /* 100% */
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .section-head-en {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .section-head-en {
    font-size: 11.2vw;
  }
}

.section-head-ja {
  color: #1d74b8;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 1279px) {
  .section-head-ja {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-head-ja {
    font-size: 6.4vw;
  }
}
.section-head-ja {
  margin-top: 10px;
}

.box-about-catch {
  margin-top: 34px;
  color: #2f3640;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .box-about-catch {
    margin-top: 28px;
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .box-about-catch {
    margin-top: 6.9333333333vw;
    font-size: 8vw;
    line-height: 1.24;
  }
}

.box-about-text {
  margin-top: 28px;
  max-width: 650px;
  color: #5d6d7b;
  font-size: 18px;
  line-height: 1.68;
}
@media (max-width: 767px) {
  .box-about-text {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}

.box-about-link {
  margin-top: 34px;
}

.box-about-visual {
  position: relative;
  flex: 0 0 468px;
  width: 468px;
  min-height: 470px;
  padding-top: 26px;
}
.box-about-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.box-about-visual::after {
  top: -96px;
  left: 154px;
  width: 42px;
  height: 628px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.1) 100%);
  opacity: 0.9;
  transform: rotate(7deg);
}
@media (max-width: 1279px) {
  .box-about-visual {
    width: 100%;
    max-width: 520px;
    min-height: 0;
    margin: 0 auto;
    padding-top: 0;
  }
  .box-about-visual::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .box-about-visual {
    flex: 0 0 94.6666666667vw;
  }
}

.box-about-circle {
  position: relative;
  z-index: 2;
  width: 392px;
  height: 392px;
  border-radius: 50%;
  margin-left: auto;
  background: rgba(223, 242, 255, 0.8);
  box-shadow: 0 28px 56px rgba(29, 116, 184, 0.12);
  overflow: hidden;
}
@media (max-width: 1279px) {
  .box-about-circle {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .box-about-circle {
    width: 64vw;
    height: 64vw;
    margin: 0 auto;
  }
}

.box-about-circle-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box-about-circle-bubble {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: rgba(163, 223, 255, 0.92);
}
.box-about-circle-bubble.is-left {
  top: 188px;
  left: 124px;
  width: 82px;
  height: 82px;
  background: rgba(177, 210, 237, 0.92);
}
.box-about-circle-bubble.is-right {
  right: -10px;
  bottom: 22px;
  width: 92px;
  height: 92px;
}
@media (max-width: 767px) {
  .box-about-circle-bubble.is-left {
    top: 36.2666666667vw;
    left: 26.6666666667vw;
    width: 14.4vw;
    height: 14.4vw;
  }
  .box-about-circle-bubble.is-right {
    right: -1.0666666667vw;
    bottom: 3.7333333333vw;
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
}

.btn-circle-link {
  position: absolute;
  left: 0;
  top: 212px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #A3DFFF 0%, #00A7FF 100%);
  box-shadow: 0 22px 46px rgba(29, 116, 184, 0.18);
}
@media (max-width: 1279px) {
  .btn-circle-link {
    top: 190px;
    left: 6px;
  }
}
@media (max-width: 767px) {
  .btn-circle-link {
    top: auto;
    bottom: 18.6666666667vw;
    left: 5.8666666667vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    font-size: 4vw;
  }
}

.section-products {
  position: relative;
  padding: 0 0 160px;
}
@media (max-width: 767px) {
  .section-products {
    padding: 0 0 24vw;
  }
}

.section-products .section-top-en {
  color: #F4F4F4;
  font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0;
}

.section-products .section-top-ja {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .section-products .section-top-ja {
    margin-top: -14.4vw;
  }
}

.box-products-head {
  text-align: center;
}

.box-products-layout {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 80px;
  margin-top: 57px;
}
@media (max-width: 1279px) {
  .box-products-layout {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .box-products-layout {
    margin-top: 9.6vw;
    gap: 5.8666666667vw;
  }
}

.list-product-category {
  display: flex;
  flex: 0 0 270px;
  width: 270px;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 1279px) {
  .list-product-category {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .list-product-category {
    display: none;
  }
}

.list-product-button {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 270px;
  min-height: 92px;
  padding: 31px 13px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  background: transparent;
  color: #5d6d7b;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.list-product-button.is-with-models {
  padding: 19px 13px;
}
.list-product-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.92) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  z-index: 0;
}
.list-product-button.is-active {
  color: #1d74b8;
}
@media (min-width: 768px) {
  .list-product-button:hover {
    color: #1d74b8;
  }
  .list-product-button:hover::before {
    transform: scaleX(1);
  }
  .list-product-button:hover .list-product-arrow {
    transform: translate(10px, -50%);
  }
}
@media (max-width: 1279px) {
  .list-product-button {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .list-product-button {
    min-height: 19.2vw;
    padding: 5.3333333333vw 12.2666666667vw 5.3333333333vw 4.8vw;
    font-size: 3.7333333333vw;
  }
}

.list-product-label {
  position: relative;
  z-index: 1;
  display: block;
}

.list-product-models {
  display: block;
  margin-top: 4px;
  font-family: "Inter", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #5d6d7b;
}

@media (max-width: 767px) {
  .list-product-models {
    font-size: 3.2vw;
  }
}

.list-product-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 30px;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M6.44555 3.946C6.74269 3.64886 7.23 3.64886 7.52714 3.946L11.3068 7.73749C11.596 8.02671 11.6039 8.49421 11.3305 8.79135L7.60638 12.5274C7.45583 12.6779 7.2617 12.7532 7.0636 12.7532C6.86947 12.7532 6.67138 12.6779 6.52479 12.5313C6.22765 12.2342 6.22369 11.7509 6.52479 11.4498L9.69031 8.23669L6.44555 5.02362C6.14445 4.73045 6.14445 4.2471 6.44555 3.946Z' fill='%23818181'/%3E%3Cpath d='M0 8.24066C0 12.7928 3.68849 16.4813 8.24066 16.4813C12.7928 16.4813 16.4813 12.7928 16.4813 8.24066C16.4813 3.68849 12.7928 0 8.24066 0C3.68849 0 0 3.68849 0 8.24066ZM1.26779 8.24066C1.26779 6.37859 1.99281 4.62745 3.31211 3.31211C4.62745 1.99281 6.37859 1.26779 8.24066 1.26779C10.1027 1.26779 11.8539 1.99281 13.1692 3.31211C14.4885 4.62745 15.2135 6.37859 15.2135 8.24066C15.2135 10.1027 14.4885 11.8539 13.1692 13.1692C11.8539 14.4885 10.1027 15.2135 8.24066 15.2135C6.37859 15.2135 4.62745 14.4885 3.31211 13.1692C1.99281 11.8539 1.26779 10.1027 1.26779 8.24066Z' fill='%23818181'/%3E%3C/svg%3E") center/17px 17px no-repeat;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .list-product-arrow {
    right: 4.8vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    background-size: 100% 100%;
  }
}

.box-product-display {
  position: relative;
  flex: 0 0 550px;
  width: 550px;
  min-height: 550px;
  border-radius: 10px;
  background: #e9f4f8;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .box-product-display {
    flex-basis: auto;
    width: 100%;
    min-height: 520px;
  }
}
@media (max-width: 767px) {
  .box-product-display {
    width: 100%;
    min-height: auto;
    border-radius: 2.6666666667vw;
  }
}

.swiper-product-panels {
  height: 100%;
}
@media (max-width: 767px) {
  .swiper-product-panels {
    overflow: visible;
  }
}

.swiper-product-panels .swiper-wrapper {
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .swiper-product-panels .swiper-wrapper {
    display: flex;
    height: auto;
  }
}

.box-product-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.box-product-panel.show {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.box-product-panel.show .box-product-display-image {
  transform: scale(1);
}
.box-product-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media (max-width: 767px) {
  .box-product-panel::after {
    opacity: 0.28;
  }
}
.box-product-panel.is-wet::after {
  background: linear-gradient(180deg, rgba(18, 83, 138, 0.14) 0%, rgba(18, 83, 138, 0.36) 100%);
}
.box-product-panel.is-dry::after {
  background: linear-gradient(180deg, rgba(47, 141, 168, 0.1) 0%, rgba(47, 141, 168, 0.32) 100%);
}
.box-product-panel.is-digital::after {
  background: linear-gradient(180deg, rgba(26, 69, 129, 0.12) 0%, rgba(26, 69, 129, 0.28) 100%);
}
.box-product-panel.is-caloric::after {
  background: linear-gradient(180deg, rgba(26, 109, 160, 0.1) 0%, rgba(26, 109, 160, 0.28) 100%);
}
.box-product-panel.is-accessory::after {
  background: linear-gradient(180deg, rgba(5, 135, 201, 0.08) 0%, rgba(5, 135, 201, 0.24) 100%);
}
.box-product-panel.is-scenes::after {
  background: linear-gradient(180deg, rgba(0, 102, 167, 0.12) 0%, rgba(0, 102, 167, 0.3) 100%);
}
@media (max-width: 767px) {
  .box-product-panel {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
}

.box-product-panel-link {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .box-product-panel-link {
    height: auto;
  }
}

.box-product-panel-num,
.box-product-panel-desc {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (max-width: 767px) {
  .box-product-panel-num,
  .box-product-panel-desc {
    opacity: 1;
  }
}

.box-product-panel.show .box-product-panel-num,
.box-product-panel.show .box-product-panel-desc {
  opacity: 1;
  transform: translateY(0);
}

.box-product-panel-num {
  top: 36px;
  left: 34px;
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: translateY(18px);
}
@media (max-width: 767px) {
  .box-product-panel-num {
    top: 4.8vw;
    left: 4.8vw;
    font-size: 11.7333333333vw;
    transform: none;
  }
}

.box-product-panel-desc {
  left: 34px;
  bottom: 38px;
  max-width: 320px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transform: translateY(18px);
}
@media (max-width: 767px) {
  .box-product-panel-desc {
    left: 4.8vw;
    right: 4.8vw;
    bottom: 4.8vw;
    max-width: none;
    font-size: 3.7333333333vw;
    transform: none;
  }
}

.box-product-display-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.6s ease;
}
.box-product-display-image.is-square {
  object-position: center center;
}
.box-product-display-image.is-portrait {
  object-position: 55% center;
}
.box-product-display-image.is-tight {
  transform: scale(1.1);
}
.box-product-display-image.is-wide {
  object-position: 62% center;
}
@media (max-width: 767px) {
  .box-product-display-image {
    aspect-ratio: 1/1;
    transform: none;
  }
}

.box-product-pagination {
  display: none;
}
@media (max-width: 767px) {
  .box-product-pagination {
    display: flex;
    justify-content: center;
    gap: 2.1333333333vw;
    margin-top: 4.8vw;
  }
}

@media (max-width: 767px) {
  .box-product-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 !important;
    background: rgba(29, 116, 184, 0.24);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .box-product-pagination .swiper-pagination-bullet-active {
    background: #1d74b8;
  }
}

.footer-site {
  position: relative;
  padding: 62px 0 28px;
  background: transparent;
  border-top: 0;
}
@media (max-width: 1279px) {
  .footer-site {
    padding: 54px 0 26px;
  }
}
@media (max-width: 767px) {
  .footer-site {
    padding: 11.7333333333vw 0 6.4vw;
  }
}

.footer-main {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 54px 132px;
}
@media (max-width: 1279px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}
@media (max-width: 767px) {
  .footer-main {
    gap: 8.5333333333vw;
  }
}

.footer-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-company-label {
  display: block;
  width: 147px;
  aspect-ratio: 147/16;
  height: auto;
  margin-top: 8px;
}

.footer-address,
.footer-text {
  color: #818181;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .footer-address,
  .footer-text {
    font-size: 3.4666666667vw;
  }
}

.footer-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.footer-address {
  margin-top: 10px;
}

/* --- Phone block (お電話でのお問い合わせ) --- */
.footer-phone-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.footer-phone-label {
  display: inline-block;
  padding: 6px 28px;
  border-radius: 999px;
  background: #1e74b8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.footer-phone {
  display: inline-block;
  color: #555555;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.footer-phone-hours {
  display: inline-block;
  color: #818181;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .footer-phone-block {
    margin-top: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
  .footer-phone-label {
    padding: 1.6vw 6.4vw;
    font-size: 3.4666666667vw;
  }
  .footer-phone {
    font-size: 7.4666666667vw;
  }
  .footer-phone-hours {
    font-size: 3.2vw;
  }
}

.footer-logo-image {
  display: block;
  width: 227px;
  aspect-ratio: 226.997/54.3391;
  height: auto;
}

.footer-cert-images {
  display: grid;
  gap: 24px;
  margin-top: 36px;
  justify-items: center;
  width: 100%;
}

.footer-cert-image {
  display: block;
  width: min(231px, 100%);
  border-radius: 5px;
}

.footer-secondary {
  display: grid;
  gap: 26px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .footer-secondary {
    gap: 6.9333333333vw;
    padding-top: 0;
  }
}

.footer-section {
  display: grid;
  gap: 14px;
}

.footer-section-title {
  color: #818181;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .footer-section-title {
    font-size: 4.8vw;
  }
}

.footer-agent-grid {
  display: grid;
  gap: 18px;
}
@media (max-width: 767px) {
  .footer-agent-grid {
    gap: 4.8vw;
  }
}

.footer-agent-block,
.footer-reference-list {
  display: grid;
  gap: 4px;
}

.footer-agent-title {
  color: #818181;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer-agent-title {
    font-size: 3.4666666667vw;
  }
}

.footer-utility-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .footer-utility-links {
    margin-top: 7.4666666667vw;
    gap: 2.6666666667vw;
  }
}

.footer-utility-link {
  color: #818181;
  font-size: 13px;
  text-decoration: none;
}
.footer-utility-link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-utility-link {
    font-size: 3.2vw;
  }
}

.footer-utility-sep {
  color: rgba(129, 129, 129, 0.5);
  font-size: 13px;
}

.footer-copy-area {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 0;
}

.footer-copy {
  color: #818181;
  font-size: 12px;
  text-align: center;
}

.nav-link.is-current::after {
  transform: scaleX(1);
}

.nav-drawer-link.is-current {
  background: linear-gradient(135deg, rgba(29, 116, 184, 0.14) 0%, rgba(223, 242, 255, 0.84) 100%);
}

.page-lower .page-main {
  padding-top: 164px;
}
@media (max-width: 1279px) {
  .page-lower .page-main {
    padding-top: 136px;
  }
}
@media (max-width: 767px) {
  .page-lower .page-main {
    padding-top: 29.8666666667vw;
  }
}

.section-page-hero {
  position: relative;
  padding: 58px 0 18px;
}
@media (max-width: 1279px) {
  .section-page-hero {
    padding: 44px 0 18px;
  }
}
@media (max-width: 767px) {
  .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
}

.page-title-en {
  color: #F4F4F4;
  font-family: Futura;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px; /* 100% */
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .page-title-en {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .page-title-en {
    font-size: 11.2vw;
  }
}

.page-title-ja {
  color: #1d74b8;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 1279px) {
  .page-title-ja {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .page-title-ja {
    font-size: 6.4vw;
  }
}
.page-title-ja {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-page-card {
  position: relative;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .section-page-card {
    margin-bottom: 17.0666666667vw;
  }
}

.page-card {
  position: relative;
  padding: 72px 70px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px rgba(29, 116, 184, 0.08);
}
@media (max-width: 1279px) {
  .page-card {
    padding: 52px 34px;
  }
}
@media (max-width: 767px) {
  .page-card {
    padding: 8vw 5.3333333333vw;
    border-radius: 7.4666666667vw;
  }
}

.page-card.is-large {
  padding: 84px 70px;
}
@media (max-width: 1279px) {
  .page-card.is-large {
    padding: 56px 34px;
  }
}
@media (max-width: 767px) {
  .page-card.is-large {
    padding: 9.0666666667vw 5.3333333333vw;
  }
}

.page-card.is-dark {
  color: #ffffff;
  background: linear-gradient(155deg, rgba(13, 91, 152, 0.96) 0%, rgba(26, 107, 181, 0.92) 54%, rgba(65, 187, 213, 0.88) 100%);
}

.section-head {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .section-head {
    margin-bottom: 7.4666666667vw;
  }
}

.section-head.is-center {
  text-align: center;
}

.section-head-label {
  color: rgba(29, 116, 184, 0.82);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-head-label {
    font-size: 3.7333333333vw;
  }
}

.page-card.is-dark .section-head-label {
  color: rgba(255, 255, 255, 0.76);
}

.section-head-en-sm {
  margin-top: 10px;
  color: #1d74b8;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
}
@media (max-width: 1279px) {
  .section-head-en-sm {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .section-head-en-sm {
    font-size: 8vw;
  }
}

.section-head-ja-sm {
  margin-top: 10px;
  color: #2f3640;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .section-head-ja-sm {
    font-size: 5.3333333333vw;
  }
}

.page-card.is-dark .section-head-en-sm,
.page-card.is-dark .section-head-ja-sm {
  color: #ffffff;
}

.box-two-column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 46px;
}
@media (max-width: 1279px) {
  .box-two-column {
    flex-direction: column;
    gap: 30px;
  }
}

.box-two-column.is-centered {
  align-items: center;
}

.box-copy-block {
  flex: 1 1 0;
  min-width: 0;
}

.box-visual-block {
  flex: 0 0 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  .box-visual-block {
    flex: none;
    width: 100%;
  }
}

.box-visual-circle {
  position: relative;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  overflow: hidden;
  background: #dff0f7;
  box-shadow: 0 24px 60px rgba(29, 116, 184, 0.14);
}
.box-visual-circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1279px) {
  .box-visual-circle {
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .box-visual-circle {
    width: 64vw;
    height: 64vw;
  }
}

.box-intro-catch {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 1279px) {
  .box-intro-catch {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .box-intro-catch {
    font-size: 6.9333333333vw;
  }
}

.box-intro-sub {
  margin-top: 38px;
  color: #1d74b8;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .box-intro-sub {
    margin-top: 5.8666666667vw;
    font-size: 5.8666666667vw;
  }
}

.box-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 42px;
  margin-top: 42px;
}
@media (max-width: 1279px) {
  .box-copy-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .box-copy-grid {
    gap: 3.7333333333vw;
    margin-top: 6.9333333333vw;
  }
}

.box-two-column .box-copy-block .box-copy-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.box-copy-grid p,
.box-copy-block p,
.box-message-text p,
.box-policy-text p,
.box-interview-text p,
.box-access-info p {
  color: #5d6d7b;
  font-size: 15px;
}
@media (max-width: 767px) {
  .box-copy-grid p,
  .box-copy-block p,
  .box-message-text p,
  .box-policy-text p,
  .box-interview-text p,
  .box-access-info p {
    font-size: 3.7333333333vw;
  }
}

.list-interview-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .list-interview-bubble {
    gap: 6.4vw;
    padding: 6.4vw 0;
  }
}

.list-interview-bubble-item {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  position: relative;
}
.list-interview-bubble-item:nth-child(1) {
  align-self: flex-start;
  margin-left: 8%;
}
.list-interview-bubble-item:nth-child(2) {
  align-self: center;
}
.list-interview-bubble-item:nth-child(3) {
  align-self: flex-start;
  margin-left: 8%;
}
@media (max-width: 767px) {
  .list-interview-bubble-item:nth-child(1), .list-interview-bubble-item:nth-child(3) {
    margin-left: 0;
    align-self: center;
  }
}

.box-interview-photo {
  width: 471px;
  height: 475px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid rgba(180, 220, 240, 0.3);
  box-shadow: 0 0 40px rgba(180, 220, 240, 0.2);
  flex-shrink: 0;
}
.box-interview-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1279px) {
  .box-interview-photo {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 767px) {
  .box-interview-photo {
    width: 64vw;
    height: 64vw;
    border-width: 4px;
  }
}

.box-interview-badge {
  width: 305px;
  height: 305px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00baff 0%, #0095e0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -40px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.is-reverse .box-interview-badge {
  margin-left: 0;
  margin-right: -40px;
}
@media (max-width: 1279px) {
  .box-interview-badge {
    width: 220px;
    height: 220px;
    margin-left: -30px;
  }
  .is-reverse .box-interview-badge {
    margin-left: 0;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .box-interview-badge {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
    margin-left: -5.3333333333vw;
  }
  .is-reverse .box-interview-badge {
    margin-left: 0;
    margin-right: -5.3333333333vw;
  }
}

.box-interview-badge-dept {
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .box-interview-badge-dept {
    font-size: 3.7333333333vw;
  }
}

.box-interview-badge-name {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .box-interview-badge-name {
    font-size: 4.8vw;
    margin-top: 1.0666666667vw;
  }
}

.list-interview-bubble-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-interview-toggle {
  display: flex;
  align-items: center;
  gap: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.box-interview-detail {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.box-interview-detail-inner {
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  .box-interview-detail-inner {
    padding: 6.4vw 0 3.2vw;
  }
}

.box-interview-qa {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .box-interview-qa {
    padding: 4.2666666667vw 0;
  }
}

.box-interview-question {
  color: #5d6d7b;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 90px;
  position: relative;
}
.box-interview-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 80px;
  height: 1px;
  background: rgba(0, 167, 255, 0.4);
}
@media (max-width: 767px) {
  .box-interview-question {
    font-size: 3.7333333333vw;
    padding-left: 13.3333333333vw;
  }
  .box-interview-question::before {
    width: 10.6666666667vw;
  }
}

.box-interview-answer {
  color: #5d6d7b;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .box-interview-answer {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.box-interview-qa-photo {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .box-interview-qa-photo {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}

.box-interview-qa-photo-item {
  flex: 0 0 355px;
  height: 299px;
  border-radius: 20px;
  overflow: hidden;
}
.box-interview-qa-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .box-interview-qa-photo-item {
    flex: none;
    width: 100%;
    height: 53.3333333333vw;
    border-radius: 3.7333333333vw;
  }
}

.box-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 48px;
}
@media (max-width: 767px) {
  .box-about-grid {
    grid-template-columns: 1fr;
    gap: 8.5333333333vw;
  }
}

.box-about-grid-item.is-catch {
  display: flex;
  align-items: flex-start;
}
.box-about-grid-item.is-desc-right p, .box-about-grid-item.is-desc-left p {
  color: #5d6d7b;
  font-size: 18px;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .box-about-grid-item.is-desc-right p, .box-about-grid-item.is-desc-left p {
    font-size: 3.7333333333vw;
  }
}
.box-about-grid-item.is-sub {
  display: flex;
  align-items: flex-start;
}
.box-about-grid-item.is-sub .box-intro-sub {
  margin-top: 0;
}

.section-photo-banner {
  position: relative;
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .section-photo-banner {
    padding: 0 0 18.6666666667vw;
  }
}

.box-photo-banner {
  position: relative;
  min-height: 362px;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .box-photo-banner {
    min-height: 48vw;
  }
}

.box-photo-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.box-photo-banner::before,
.box-photo-banner::after {
  content: "";
  position: absolute;
  inset: auto;
  background: rgba(255, 255, 255, 0.12);
}

.box-photo-banner::before {
  top: 0;
  left: 14%;
  width: 280px;
  height: 100%;
  transform: skewX(-16deg);
}

.box-photo-banner::after {
  top: 0;
  right: 18%;
  width: 220px;
  height: 100%;
  transform: skewX(-16deg);
}

.box-photo-banner-copy {
  position: absolute;
  right: 8%;
  bottom: 42px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .box-photo-banner-copy {
    right: 5.3333333333vw;
    bottom: 4.8vw;
    font-size: 4.8vw;
  }
}

.section-business,
.section-interview,
.section-company,
.section-history,
.section-access {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-business,
  .section-interview,
  .section-company,
  .section-history,
  .section-access {
    padding-bottom: 18.6666666667vw;
  }
}

.list-business {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.list-business-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 48px 0;
  border-bottom: 1px solid rgba(29, 116, 184, 0.08);
}
.list-business-item:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .list-business-item {
    gap: 4.2666666667vw;
    padding: 8.5333333333vw 0;
  }
}

.box-business-number {
  flex: 0 0 auto;
  color: #1d74b8;
  font-family: "Inter", sans-serif;
  font-size: 170px;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .box-business-number {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .box-business-number {
    font-size: 21.3333333333vw;
  }
}

.box-business-copy {
  flex: 1 1 auto;
  padding-top: 16px;
}

.box-business-title {
  color: #1d74b8;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media (max-width: 1279px) {
  .box-business-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .box-business-title {
    font-size: 5.8666666667vw;
  }
}

.box-business-text {
  margin-top: 20px;
  color: #5d6d7b;
  font-size: 18px;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .box-business-text {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

.list-interview {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.list-interview-item {
  display: flex;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1279px) {
  .list-interview-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.list-interview-item.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1279px) {
  .list-interview-item.is-reverse {
    flex-direction: column;
  }
}

.box-interview-visual {
  position: relative;
  flex: 0 0 305px;
  width: 305px;
  height: 305px;
  border-radius: 50%;
  background: linear-gradient(155deg, rgba(203, 222, 232, 0.96) 0%, rgba(114, 160, 191, 0.9) 100%);
  overflow: hidden;
}
.box-interview-visual .box-interview-visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .box-interview-visual {
    width: 58.6666666667vw;
    height: 58.6666666667vw;
  }
}

.box-interview-visual.is-square {
  flex-basis: 471px;
  width: 471px;
  height: 475px;
  border-radius: 36px;
}
@media (max-width: 1279px) {
  .box-interview-visual.is-square {
    width: 100%;
    max-width: 471px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .box-interview-visual.is-square {
    height: 69.3333333333vw;
    border-radius: 6.4vw;
  }
}

.box-interview-visual::before,
.box-interview-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.box-interview-visual::before {
  top: 34px;
  right: 34px;
  width: 80px;
  height: 80px;
}

.box-interview-visual::after {
  bottom: 24px;
  left: 22px;
  width: 120px;
  height: 120px;
}

.box-interview-visual-tag {
  position: absolute;
  left: 26px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.box-interview-copy {
  flex: 1 1 auto;
}

.box-interview-role {
  color: #1d74b8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.box-interview-name {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .box-interview-name {
    font-size: 5.8666666667vw;
  }
}

.box-interview-text {
  margin-top: 20px;
}

.box-interview-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #1d74b8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.box-message-layout {
  display: flex;
  align-items: flex-start;
  gap: 52px;
}
@media (max-width: 1279px) {
  .box-message-layout {
    flex-direction: column;
  }
}

.box-message-copy {
  flex: 1 1 auto;
}

.box-message-catch {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 1279px) {
  .box-message-catch {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .box-message-catch {
    font-size: 6.9333333333vw;
  }
}

.box-message-text {
  margin-top: 30px;
}

.box-message-profile {
  position: relative;
  flex: 0 0 300px;
}

.box-message-photo {
  width: 262px;
  height: 338px;
  margin-left: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(29, 116, 184, 0.12);
}
.box-message-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1279px) {
  .box-message-photo {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .box-message-photo {
    width: 58.6666666667vw;
    height: 74.1333333333vw;
    border-radius: 6.4vw;
  }
}

.box-message-name {
  margin-top: 18px;
  color: #5d6d7b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: right;
}
@media (max-width: 1279px) {
  .box-message-name {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .box-message-name {
    font-size: 3.7333333333vw;
  }
}

.box-message-signature {
  display: block;
  width: 167px;
  height: auto;
  margin-left: auto;
  margin-top: 4px;
}
@media (max-width: 1279px) {
  .box-message-signature {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .box-message-signature {
    width: 32vw;
  }
}

.box-message-bubble {
  position: absolute;
  top: -24px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.16em;
  text-align: center;
  background: radial-gradient(circle at 11.92% 16.17%, #00A7FF 0%, #0B29A8 100%);
  box-shadow: 0 16px 30px rgba(29, 116, 184, 0.18);
}
@media (max-width: 767px) {
  .box-message-bubble {
    top: -3.7333333333vw;
    right: 0;
    width: 27.7333333333vw;
    height: 27.7333333333vw;
    font-size: 2.6666666667vw;
  }
}

.box-policy-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 44px;
}
@media (max-width: 1279px) {
  .box-policy-layout {
    grid-template-columns: 1fr;
  }
}

.box-policy-point {
  padding: 28px 30px;
  border-radius: 28px;
  background: rgba(223, 242, 255, 0.72);
}

.box-policy-point-label {
  color: #1d74b8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.box-policy-point-title {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.box-policy-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.list-company-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 42px;
}
@media (max-width: 1279px) {
  .list-company-stats {
    grid-template-columns: 1fr;
  }
}

.list-company-stats-item {
  padding: 26px 28px;
  border: 1px solid rgba(29, 116, 184, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
}

.list-company-stats-label {
  color: #5d6d7b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.list-company-stats-value {
  margin-top: 10px;
  color: #1d74b8;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .list-company-stats-value {
    font-size: 7.4666666667vw;
  }
}

.list-company-stats-unit {
  margin-left: 4px;
  color: #2f3640;
  font-size: 18px;
}

.table-outline {
  width: 100%;
}
.table-outline tr {
  border-top: 1px solid rgba(29, 116, 184, 0.12);
}
.table-outline th,
.table-outline td {
  padding: 24px 0;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 767px) {
  .table-outline th,
  .table-outline td {
    display: block;
    width: 100%;
    padding: 3.7333333333vw 0;
  }
}
.table-outline th {
  width: 180px;
  color: #1d74b8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .table-outline th {
    width: 100%;
    padding-bottom: 0;
  }
}
.table-outline td {
  color: #5d6d7b;
  font-size: 15px;
}

.page-company .section-head-label,
.page-about .section-head-label {
  display: none;
}
.page-company .section-head-en-sm,
.page-about .section-head-en-sm {
  color: #a3dfff;
  font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .page-company .section-head-en-sm,
  .page-about .section-head-en-sm {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page-company .section-head-en-sm,
  .page-about .section-head-en-sm {
    font-size: 7.4666666667vw;
  }
}
.page-company .section-head-ja-sm,
.page-about .section-head-ja-sm {
  margin-top: 0;
  color: #a3dfff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 3.125;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .page-company .section-head-ja-sm,
  .page-about .section-head-ja-sm {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
.page-company .section-business .section-head,
.page-about .section-business .section-head {
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
.page-company .section-business .section-head-en-sm,
.page-about .section-business .section-head-en-sm {
  color: #f4f4f4;
  font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-company .section-business .section-head-en-sm,
  .page-about .section-business .section-head-en-sm {
    font-size: 12.8vw;
  }
}
.page-company .section-business .section-head-ja-sm,
.page-about .section-business .section-head-ja-sm {
  margin-top: -20px;
  color: #0b29a8;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-company .section-business .section-head-ja-sm,
  .page-about .section-business .section-head-ja-sm {
    font-size: 5.3333333333vw;
  }
}
.page-company .section-interview .section-head,
.page-about .section-interview .section-head {
  text-align: left;
  position: relative;
  margin-bottom: 0;
}
.page-company .section-interview .section-head-en-sm,
.page-about .section-interview .section-head-en-sm {
  color: #f4f4f4;
  font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-company .section-interview .section-head-en-sm,
  .page-about .section-interview .section-head-en-sm {
    font-size: 12.8vw;
  }
}
.page-company .section-interview .section-head-ja-sm,
.page-about .section-interview .section-head-ja-sm {
  margin-top: -10px;
  color: #0b29a8;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .page-company .section-interview .section-head-ja-sm,
  .page-about .section-interview .section-head-ja-sm {
    font-size: 7.4666666667vw;
  }
}

.page-company .page-card.is-company-unified {
  padding: 100px 70px;
  border-radius: 100px;
}
@media (max-width: 1279px) {
  .page-company .page-card.is-company-unified {
    padding: 60px 34px;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .page-company .page-card.is-company-unified {
    padding: 10.6666666667vw 5.3333333333vw;
    border-radius: 10.6666666667vw;
  }
}
.page-company .box-company-section {
  padding: 60px 0;
}
.page-company .box-company-section:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.page-company .box-company-section:first-child {
  padding-top: 0;
}
.page-company .box-company-section:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-company .box-company-section {
    padding: 10.6666666667vw 0;
  }
}
.page-company .box-company-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 1279px) {
  .page-company .box-company-row {
    flex-direction: column;
    gap: 24px;
  }
}
.page-company .box-company-row > .section-head {
  flex: 0 0 315px;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .page-company .box-company-row > .section-head {
    flex: none;
    margin-bottom: 0;
  }
}
.page-company .box-message-content {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1279px) {
  .page-company .box-message-content {
    flex-direction: column;
    gap: 30px;
  }
}
.page-company .box-message-catch {
  color: #0b29a8;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .page-company .box-message-catch {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page-company .box-message-catch {
    font-size: 5.3333333333vw;
  }
}
.page-company .box-message-text {
  margin-top: 24px;
}
.page-company .box-message-text p {
  color: #818181;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.389;
}
@media (max-width: 767px) {
  .page-company .box-message-text p {
    font-size: 3.7333333333vw;
  }
}
.page-company .box-message-profile {
  flex: 0 0 262px;
}
@media (max-width: 1279px) {
  .page-company .box-message-profile {
    flex: none;
  }
}
.page-company .box-message-photo {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .page-company .box-message-photo {
    border-radius: 4.2666666667vw;
  }
}
.page-company .box-message-name {
  color: #818181;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.page-company .box-message-bubble {
  width: 201px;
  height: 201px;
  top: -210px;
  right: -120px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-company .box-message-bubble {
    width: 32vw;
    height: 32vw;
    top: -10.6666666667vw;
    right: -2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.page-company .box-policy-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-company .box-policy-text p {
  color: #818181;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.389;
}
@media (max-width: 767px) {
  .page-company .box-policy-text p {
    font-size: 3.7333333333vw;
  }
}
.page-company .box-outline-content {
  flex: 1 1 auto;
}
.page-company .table-outline tr {
  border-top-color: rgba(0, 0, 0, 0.08);
}
.page-company .table-outline th {
  width: 130px;
  color: #818181;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: right;
  padding-right: 24px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-company .table-outline th {
    text-align: left;
    padding-right: 0;
    width: 100%;
  }
}
.page-company .table-outline td {
  color: #818181;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-company .table-outline td {
    font-size: 3.7333333333vw;
  }
}
.page-company .list-outline-detail {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-company .list-outline-detail li {
  line-height: 1.8;
}
.page-company .text-outline-note {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #818181;
}
@media (max-width: 767px) {
  .page-company .text-outline-note {
    font-size: 3.2vw;
  }
}
.page-company .text-outline-sub {
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #818181;
}
.page-company .text-outline-sub:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-company .text-outline-sub {
    font-size: 3.4666666667vw;
  }
}
.page-company .text-outline-detail {
  font-size: 14px;
  color: #818181;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-company .text-outline-detail {
    font-size: 3.2vw;
  }
}
.page-company .btn-map {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 16px;
  background: #005aa8;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .page-company .btn-map {
    font-size: 3.2vw;
    padding: 1.0666666667vw 3.7333333333vw;
  }
}

.page-about .page-card,
.page-about .page-card.is-large {
  border-radius: 100px;
}
@media (max-width: 1279px) {
  .page-about .page-card,
  .page-about .page-card.is-large {
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .page-about .page-card,
  .page-about .page-card.is-large {
    border-radius: 10.6666666667vw;
  }
}
.page-about .box-intro-catch {
  color: #0b29a8;
  font-size: 35px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  .page-about .box-intro-catch {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .page-about .box-intro-catch {
    font-size: 6.4vw;
  }
}
.page-about .box-intro-sub {
  color: #0b29a8;
  font-size: 35px;
}
@media (max-width: 767px) {
  .page-about .box-intro-sub {
    font-size: 6.4vw;
  }
}
.page-about .box-copy-grid p {
  color: #818181;
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-about .box-copy-grid p {
    font-size: 3.7333333333vw;
  }
}
.page-about .box-business-number {
  color: #0b29a8;
  font-family: "Inter", sans-serif;
  font-size: 170px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-about .box-business-number {
    font-size: 24vw;
  }
}
.page-about .box-business-title {
  font-size: 35px;
}
@media (max-width: 767px) {
  .page-about .box-business-title {
    font-size: 6.4vw;
  }
}
.page-about .box-business-text {
  color: #818181;
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-about .box-business-text {
    font-size: 3.7333333333vw;
  }
}
.page-about .box-interview-role {
  color: #00baff;
  font-size: 20px;
}
.page-about .box-interview-text p {
  color: #818181;
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-about .box-interview-text p {
    font-size: 3.7333333333vw;
  }
}

.list-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.list-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 118px;
  width: 2px;
  background: linear-gradient(180deg, rgba(29, 116, 184, 0.2) 0%, rgba(105, 215, 225, 0.28) 100%);
}
@media (max-width: 767px) {
  .list-timeline::before {
    left: 17.0666666667vw;
  }
}

.list-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  padding: 24px 0 24px 18px;
}
@media (max-width: 767px) {
  .list-timeline-item {
    grid-template-columns: 22.9333333333vw 1fr;
    gap: 4.8vw;
    padding: 4.8vw 0 4.8vw 2.6666666667vw;
  }
}

.list-timeline-item::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 111px;
  width: 16px;
  height: 16px;
  border: 4px solid rgba(29, 116, 184, 0.3);
  border-radius: 50%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .list-timeline-item::before {
    top: 6.4vw;
    left: 15.2vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-width: 0.8vw;
  }
}

.list-timeline-year {
  color: #1d74b8;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .list-timeline-year {
    font-size: 6.4vw;
  }
}

.list-timeline-body {
  padding: 4px 0 0;
}

.list-timeline-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .list-timeline-title {
    font-size: 4.8vw;
  }
}

.list-timeline-text {
  margin-top: 8px;
  color: #5d6d7b;
  font-size: 15px;
}

.box-access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 34px;
}
@media (max-width: 1279px) {
  .box-access-layout {
    grid-template-columns: 1fr;
  }
}

.box-map {
  min-height: 520px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(29, 116, 184, 0.08);
}
.box-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}
@media (max-width: 767px) {
  .box-map {
    min-height: 74.6666666667vw;
    border-radius: 6.4vw;
  }
  .box-map iframe {
    min-height: 74.6666666667vw;
  }
}

.box-access-info {
  padding: 38px 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 40px rgba(29, 116, 184, 0.08);
}
@media (max-width: 767px) {
  .box-access-info {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 5.8666666667vw;
  }
}

.box-access-info-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .box-access-info-title {
    font-size: 5.8666666667vw;
  }
}

.box-access-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.box-access-list-item {
  padding-top: 16px;
  border-top: 1px solid rgba(29, 116, 184, 0.12);
}

.box-access-list-label {
  color: #1d74b8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.box-access-route {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #1d74b8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-product-template,
.section-scenes {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-product-template,
  .section-scenes {
    padding-bottom: 18.6666666667vw;
  }
}

.page-title-group {
  max-width: 1360px;
}

.box-product-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
}
@media (max-width: 1279px) {
  .box-product-summary {
    grid-template-columns: 1fr;
  }
}

.box-product-summary-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.box-product-summary-text,
.box-product-summary-lead,
.box-product-spec-text,
.box-product-feature-text,
.box-scene-text {
  color: #5d6d7b;
  font-size: 15px;
}
@media (max-width: 767px) {
  .box-product-summary-text,
  .box-product-summary-lead,
  .box-product-spec-text,
  .box-product-feature-text,
  .box-scene-text {
    font-size: 3.7333333333vw;
  }
}

.box-product-summary-lead {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  color: #2f3640;
}

.box-product-summary-visual,
.box-structure-visual {
  position: relative;
  min-height: 340px;
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(214, 232, 242, 0.94) 100%);
  box-shadow: 0 22px 40px rgba(29, 116, 184, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  .box-product-summary-visual,
  .box-structure-visual {
    min-height: 64vw;
    border-radius: 6.4vw;
  }
}

.box-product-summary-visual::before,
.box-product-summary-visual::after,
.box-structure-visual::before,
.box-structure-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.box-product-summary-visual::before,
.box-structure-visual::before {
  top: 34px;
  right: 36px;
  width: 94px;
  height: 94px;
}

.box-product-summary-visual::after,
.box-structure-visual::after {
  left: 34px;
  bottom: 34px;
  width: 134px;
  height: 134px;
}

.box-product-machine-lg,
.box-structure-machine {
  position: absolute;
  inset: 42px 46px;
  border-radius: 30px;
  background: linear-gradient(165deg, #fefefe 0%, #d8e4ec 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 20px 36px rgba(37, 86, 126, 0.12);
}
@media (max-width: 767px) {
  .box-product-machine-lg,
  .box-structure-machine {
    inset: 7.4666666667vw;
    border-radius: 5.3333333333vw;
  }
}

.box-product-machine-lg::before,
.box-structure-machine::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 30px;
  width: 164px;
  height: 164px;
  border: 16px solid rgba(176, 192, 203, 0.96);
  border-radius: 50%;
  box-shadow: inset 0 0 0 10px rgba(244, 249, 252, 0.9);
}
@media (max-width: 767px) {
  .box-product-machine-lg::before,
  .box-structure-machine::before {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-width: 2.6666666667vw;
    box-shadow: inset 0 0 0 1.6vw rgba(244, 249, 252, 0.9);
  }
}

.box-product-machine-lg::after,
.box-structure-machine::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 34px;
  width: 180px;
  height: 70px;
  border-radius: 18px;
  background: linear-gradient(180deg, #edf4f8 0%, #c4d6e1 100%);
}

.box-product-visual-label {
  position: absolute;
  left: 40px;
  top: 34px;
  color: rgba(13, 91, 152, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.box-product-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.box-product-point {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(223, 242, 255, 0.8);
  color: #0d5b98;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.box-product-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
}
@media (max-width: 1279px) {
  .box-product-split {
    grid-template-columns: 1fr;
  }
}

.box-product-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-product-feature-item {
  padding: 22px 24px;
  border: 1px solid rgba(29, 116, 184, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
}

.box-product-feature-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .box-product-feature-title {
    font-size: 4.8vw;
  }
}

.box-product-feature-text {
  margin-top: 10px;
}

.btn-catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 326px;
  min-height: 60px;
  padding: 0 34px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #1d74b8 0%, #0d5b98 100%);
  box-shadow: 0 18px 30px rgba(29, 116, 184, 0.16);
}
@media (max-width: 767px) {
  .btn-catalog {
    width: 100%;
    min-width: 0;
    min-height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.grid-product-cards,
.grid-scene-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
@media (max-width: 1279px) {
  .grid-product-cards,
  .grid-scene-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .grid-product-cards,
  .grid-scene-cards {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}

.card-product {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 30px rgba(29, 116, 184, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .card-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 40px rgba(29, 116, 184, 0.14);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .card-product {
    padding: 4.2666666667vw;
    border-radius: 5.8666666667vw;
  }
}

.card-product-thumb {
  position: relative;
  height: 216px;
  border-radius: 22px;
  background: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .card-product-thumb {
    height: 50.6666666667vw;
    border-radius: 4.8vw;
  }
}

.card-product-thumb::before,
.card-product-thumb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.card-product-thumb::before {
  top: 18px;
  right: 20px;
  width: 62px;
  height: 62px;
}

.card-product-thumb::after {
  left: 18px;
  bottom: 18px;
  width: 88px;
  height: 88px;
}

.card-product-machine {
  position: absolute;
  inset: 28px;
  border-radius: 18px;
  background: linear-gradient(165deg, #fefefe 0%, #d7e4ec 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 14px 24px rgba(37, 86, 126, 0.1);
}

.card-product-machine::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 74px;
  height: 74px;
  border: 8px solid rgba(176, 192, 203, 0.94);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(244, 249, 252, 0.9);
}

.card-product-machine::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: 90px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(180deg, #edf4f8 0%, #c4d6e1 100%);
}

.card-product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 16px 6px 2px;
}

.card-product-category {
  color: #1d74b8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-product-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .card-product-title {
    font-size: 4.5333333333vw;
  }
}

.card-product-text {
  color: #5d6d7b;
  font-size: 13px;
  line-height: 1.8;
}

.card-product-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
  color: #1d74b8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.box-category-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1279px) {
  .box-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .box-category-nav {
    grid-template-columns: 1fr;
  }
}

.box-category-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 68px;
  padding: 0 22px;
  border: 1px solid rgba(29, 116, 184, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  color: #2f3640;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.box-category-nav-link.is-current {
  color: #0d5b98;
  border-color: rgba(29, 116, 184, 0.28);
  background: linear-gradient(135deg, rgba(223, 242, 255, 0.9) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.box-category-nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(29, 116, 184, 0.08);
  color: #0d5b98;
  font-size: 16px;
}

.section-product-detail {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-product-detail {
    padding-bottom: 18.6666666667vw;
  }
}

.page-product-detail-bubble {
  position: absolute;
  z-index: 0;
  width: 422px;
  max-width: none;
  pointer-events: none;
  opacity: 0.92;
  filter: blur(3px);
  animation: bubble-float 6.2s ease-in-out infinite;
}
.page-product-detail-bubble.is-left {
  top: 192px;
  left: 81px;
}
.page-product-detail-bubble.is-right {
  top: 1376px;
  right: 201px;
  width: 269px;
  animation-delay: -2s;
}

.page-product-detail {
  position: relative;
  z-index: 1;
  padding: 106px 70px 92px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 60px rgba(18, 77, 128, 0.08);
}

.box-product-detail-block.is-features {
  margin-top: 92px;
}

.box-product-detail-title {
  color: #0d5b98;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.92;
  letter-spacing: 0.04em;
}

.box-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(320px, 393px);
  justify-content: space-between;
  align-items: start;
  gap: 44px;
  margin-top: 4px;
}

.box-product-detail-copy {
  padding-top: 6px;
}

.box-product-detail-text {
  color: #5d6d7b;
  font-size: 18px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}

.box-product-detail-figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-product-detail-figure-image {
  width: 100%;
}

.box-product-feature-callout {
  display: grid;
  grid-template-columns: 250px minmax(0, 642px);
  justify-content: space-between;
  align-items: start;
  gap: 30px;
}

.box-product-catalog-area {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.page-wet-gas-meter {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.page-wet-gas-meter .fade-in {
  opacity: 1;
  transform: none;
  transition: none;
}
.page-wet-gas-meter .page-container {
  position: relative;
  overflow: hidden;
}
.page-wet-gas-meter .page-main .section-container,
.page-wet-gas-meter .footer-site .section-container {
  max-width: 1100px;
  padding: 0 24px;
}
.page-wet-gas-meter .section-page-hero {
  padding: 58px 0 18px;
}
.page-wet-gas-meter .page-title-group {
  position: relative;
  max-width: 1100px;
  min-height: 160px;
  padding-left: 92px;
}
.page-wet-gas-meter .page-title-en {
  color: rgba(255, 255, 255, 0.72);
  font-size: 108px;
  line-height: 0.9;
  letter-spacing: 0.03em;
}
.page-wet-gas-meter .page-title-ja {
  top: 56px;
  left: 0;
  font-size: 34px;
  letter-spacing: 0.04em;
}
.page-wet-gas-meter .section-product-detail {
  padding-bottom: 92px;
}
.page-wet-gas-meter .page-product-detail-bubble {
  opacity: 0.88;
  filter: blur(1.5px);
}
.page-wet-gas-meter .page-product-detail-bubble.is-left {
  top: 18px;
  left: calc(50% - 622px);
  width: 264px;
}
.page-wet-gas-meter .page-product-detail-bubble.is-right {
  top: 900px;
  right: calc(50% - 612px);
  width: 188px;
}
.page-wet-gas-meter .page-product-detail {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 58px 76px 48px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 72px rgba(18, 77, 128, 0.08);
}
.page-wet-gas-meter .box-product-detail-block.is-features {
  margin-top: 38px;
}
.page-wet-gas-meter .box-product-detail-title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 50px;
}
.page-wet-gas-meter .box-product-detail-grid {
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 18px 34px;
  margin-top: 12px;
}
.page-wet-gas-meter .box-product-detail-copy {
  max-width: 448px;
  padding-top: 0;
}
.page-wet-gas-meter .box-product-detail-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.page-wet-gas-meter .box-product-detail-figure {
  align-self: start;
  justify-content: flex-start;
}
.page-wet-gas-meter .box-product-detail-figure-image {
  max-width: 292px;
}
.page-wet-gas-meter .box-product-feature-callout {
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 28px;
}
.page-wet-gas-meter .box-product-catalog-area {
  margin-top: 50px;
}
.page-wet-gas-meter .btn-catalog {
  gap: 10px;
  min-width: 234px;
  min-height: 0;
  height: auto;
  padding: 0 18px 0 22px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 22px rgba(29, 116, 184, 0.16);
}
.page-wet-gas-meter .btn-catalog-arrow {
  width: 14px;
  height: 14px;
  font-size: 18px;
}
.page-wet-gas-meter .box-product-lineup {
  margin-top: 50px;
}
.page-wet-gas-meter .grid-product-cards.is-wet {
  gap: 32px 24px;
}
.page-wet-gas-meter .card-product.is-wet {
  align-items: center;
}
.page-wet-gas-meter .card-product-thumb.is-wet {
  height: 168px;
}
.page-wet-gas-meter .card-product-thumb-image {
  width: auto;
  max-width: 88%;
  max-height: 100%;
}
.page-wet-gas-meter .card-product-chip {
  height: 36px;
  margin: 12px 0 0;
  padding: 0 16px;
  font-size: 16px;
}
.page-wet-gas-meter .box-category-nav.is-inline {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  justify-content: space-between;
  gap: 12px 16px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 0;
}
.page-wet-gas-meter .box-category-nav-link.is-inline {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #8a8a8a;
}
.page-wet-gas-meter .box-category-nav-arrow.is-inline {
  margin-left: 6px;
  font-size: 14px;
  color: #99a7b4;
}

@media (max-width: 1279px) {
  .page-wet-gas-meter .page-main .section-container,
  .page-wet-gas-meter .footer-site .section-container {
    padding: 0 28px;
  }
  .page-wet-gas-meter .section-page-hero {
    padding: 44px 0 18px;
  }
  .page-wet-gas-meter .page-title-group {
    min-height: 144px;
    padding-left: 72px;
  }
  .page-wet-gas-meter .page-title-en {
    font-size: 88px;
  }
  .page-wet-gas-meter .page-title-ja {
    top: 48px;
    left: 0;
    font-size: 30px;
  }
  .page-wet-gas-meter .page-product-detail-bubble.is-left {
    top: 32px;
    left: -12px;
    width: 224px;
  }
  .page-wet-gas-meter .page-product-detail-bubble.is-right {
    top: 920px;
    right: -24px;
    width: 160px;
  }
  .page-wet-gas-meter .page-product-detail {
    padding: 48px 52px 42px;
    border-radius: 40px;
  }
  .page-wet-gas-meter .box-product-detail-grid {
    grid-template-columns: 1fr;
    gap: 18px 24px;
  }
  .page-wet-gas-meter .box-product-detail-copy {
    max-width: none;
  }
  .page-wet-gas-meter .box-product-feature-callout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-wet-gas-meter .grid-product-cards.is-wet {
    gap: 26px 20px;
  }
  .page-wet-gas-meter .card-product-thumb.is-wet {
    height: 152px;
  }
  .page-wet-gas-meter .box-category-nav.is-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }
}
.btn-catalog-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  line-height: 1;
}
.btn-catalog-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.box-product-lineup {
  margin-top: 96px;
}

.grid-product-cards.is-wet {
  gap: 46px 34px;
}

.card-product.is-wet {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
@media (min-width: 768px) {
  .card-product.is-wet:hover {
    transform: translateY(-5px);
    box-shadow: none;
  }
  .card-product.is-wet:hover .card-product-thumb.is-wet {
    box-shadow: 0 24px 40px rgba(29, 116, 184, 0.14);
  }
}

.card-product-thumb.is-wet {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 216px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-product-thumb.is-wet::before,
.card-product-thumb.is-wet::after {
  display: none;
}

.card-product-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-product-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  margin: 20px 1px 0;
  padding: 0 18px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  background: linear-gradient(45deg, #005C8D 0%, #00A7FF 100%);
}
.card-product-chip img {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}

.box-category-nav.is-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 38px;
  margin-top: 40px;
}

.box-category-nav-link.is-inline {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #818181;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.box-category-nav-arrow.is-inline {
  width: auto;
  height: auto;
  margin-left: 8px;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
}
.box-category-nav-arrow.is-inline img {
  display: block;
  width: 1em;
  height: 1em;
}

.box-product-cert {
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1px solid rgba(29, 116, 184, 0.12);
}
@media (max-width: 767px) {
  .box-product-cert {
    margin-top: 10.6666666667vw;
    padding-top: 8.5333333333vw;
  }
}

.box-product-cert + .box-product-cert {
  margin-top: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .box-product-cert + .box-product-cert {
    margin-top: 7.4666666667vw;
    padding-top: 7.4666666667vw;
  }
}

.box-product-cert-title {
  color: #1d74b8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box-product-cert-title {
    font-size: 4.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}

.box-product-cert-image {
  display: block;
  max-width: 480px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .box-product-cert-image {
    max-width: 100%;
  }
}

.box-product-cert-text {
  margin-top: 16px;
  color: #5d6d7b;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .box-product-cert-text {
    font-size: 3.2vw;
    margin-top: 3.2vw;
  }
}

.box-product-detail-grid.is-dry {
  grid-template-columns: minmax(0, 480px) minmax(320px, 477px);
}

.box-product-detail-figure.is-dry {
  align-items: flex-start;
  padding-top: 10px;
}

.page-dry-gas-meter .btn-catalog {
  gap: 18px;
  min-width: 326px;
  min-height: 60px;
  padding: 0 26px 0 34px;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.grid-product-cards.is-dry {
  gap: 36px 34px;
}

.card-product.is-dry {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
@media (min-width: 768px) {
  .card-product.is-dry:hover {
    transform: translateY(-5px);
    box-shadow: none;
  }
  .card-product.is-dry:hover .card-product-thumb.is-dry {
    box-shadow: 0 24px 40px rgba(29, 116, 184, 0.14);
  }
}

.card-product.is-dry.is-centered {
  grid-column: 2;
}

.card-product-thumb.is-dry {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 216px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-product-thumb.is-dry::before,
.card-product-thumb.is-dry::after {
  display: none;
}

.grid-scene-cards {
  gap: 22px;
}

.card-scene {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(29, 116, 184, 0.08);
}
@media (max-width: 767px) {
  .card-scene {
    padding: 5.3333333333vw;
    border-radius: 5.8666666667vw;
  }
}

.card-scene-visual {
  position: relative;
  height: 190px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(29, 116, 184, 0.88) 0%, rgba(105, 215, 225, 0.78) 100%);
  overflow: hidden;
}

.card-scene-visual::before,
.card-scene-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.card-scene-visual::before {
  top: 18px;
  right: 20px;
  width: 72px;
  height: 72px;
}

.card-scene-visual::after {
  left: 16px;
  bottom: 18px;
  width: 110px;
  height: 110px;
}

.card-scene-index {
  position: absolute;
  left: 22px;
  top: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.card-scene-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding-top: 18px;
}

.card-scene-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.card-scene-text {
  color: #5d6d7b;
  font-size: 14px;
}

.section-service {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-service {
    padding-bottom: 18.6666666667vw;
  }
}

.nav-service-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1279px) {
  .nav-service-tabs {
    grid-template-columns: 1fr;
  }
}

.nav-service-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 12px 20px;
  border-radius: 24px;
  border: 1px solid rgba(29, 116, 184, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #2f3640;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.nav-service-tab.is-current {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(to right, #005C8D, #00A7FF);
  box-shadow: 0 18px 30px rgba(29, 116, 184, 0.16);
}

.box-service-lead {
  color: #5d6d7b;
  font-size: 15px;
}

.box-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 18px;
}

.box-service-links a {
  color: #1d74b8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.form-service {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding-top: 24px;
  border-top: 1px solid rgba(29, 116, 184, 0.12);
}
@media (max-width: 1279px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.form-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.badge-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  background: #da4541;
}

.form-control,
.form-textarea,
.form-select {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(29, 116, 184, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #2f3640;
  font-size: 15px;
}

.form-textarea {
  min-height: 200px;
  padding: 16px 18px;
  resize: vertical;
}

.form-select {
  background-image: linear-gradient(45deg, transparent 50%, #0d5b98 50%), linear-gradient(135deg, #0d5b98 50%, transparent 50%);
  background-position: calc(100% - 24px) calc(50% - 2px), calc(100% - 18px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.form-control::placeholder,
.form-textarea::placeholder {
  color: rgba(93, 109, 123, 0.7);
}

.form-note {
  margin-top: 10px;
  color: #5d6d7b;
  font-size: 13px;
}

.form-preview-box {
  min-height: 90px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(223, 242, 255, 0.52);
  color: #0d5b98;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.form-radio-group,
.form-check-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-radio,
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #5d6d7b;
  font-size: 14px;
}

.form-radio input,
.form-check input {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid rgba(29, 116, 184, 0.26);
  background: #ffffff;
  appearance: auto;
}

.form-inline-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 767px) {
  .form-inline-group {
    grid-template-columns: 1fr;
  }
}

.form-error {
  display: none;
  margin-top: 8px;
  color: #da4541;
  font-size: 13px;
  font-weight: 700;
}

.is-error .form-control,
.is-error .form-textarea,
.is-error .form-select {
  border-color: #da4541;
  background: rgba(218, 69, 65, 0.04);
}

.is-error .form-error {
  display: block;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  min-height: 60px;
  padding: 0 32px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #1d74b8 0%, #0d5b98 100%);
  box-shadow: 0 18px 30px rgba(29, 116, 184, 0.16);
}
@media (max-width: 767px) {
  .btn-submit {
    width: 100%;
    min-width: 0;
    min-height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.section-qa,
.section-news-list {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-qa,
  .section-news-list {
    padding-bottom: 18.6666666667vw;
  }
}

.nav-qa-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 767px) {
  .nav-qa-tabs {
    grid-template-columns: 1fr;
  }
}

.nav-qa-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 12px 18px;
  border: 1px solid rgba(29, 116, 184, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  color: #2f3640;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.nav-qa-tab.is-current {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #1d74b8 0%, #0d5b98 100%);
  box-shadow: 0 18px 30px rgba(29, 116, 184, 0.16);
}

.list-qa {
  display: flex;
  flex-direction: column;
}

.list-qa-item {
  border-top: 1px solid rgba(29, 116, 184, 0.12);
}

.btn-qa-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 24px 0;
  color: #2f3640;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}

.btn-qa-icon {
  position: relative;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(29, 116, 184, 0.08);
}

.btn-qa-icon::before,
.btn-qa-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #0d5b98;
  transform: translate(-50%, calc(-50% - 0px));
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-qa-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.list-qa-item.is-open .btn-qa-icon::after {
  opacity: 0;
}

.box-qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.box-qa-answer-inner {
  padding: 0 0 28px;
  color: #5d6d7b;
  font-size: 15px;
  line-height: 1.9;
}

.list-news-page {
  display: flex;
  flex-direction: column;
}

.list-news-page-item {
  border-top: 1px solid rgba(29, 116, 184, 0.12);
}

.list-news-page-link {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 24px 0;
}
@media (max-width: 1279px) {
  .list-news-page-link {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 18px;
  }
}

.list-news-page-date {
  flex: 0 0 110px;
  color: #5d6d7b;
  font-size: 14px;
}

.list-news-page-title {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.nav-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 44px;
}

.nav-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 12px;
  border: 1px solid rgba(29, 116, 184, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #2f3640;
  font-size: 14px;
  font-weight: 700;
}

.nav-pagination-link.is-current {
  color: #ffffff;
  background: linear-gradient(135deg, #1d74b8 0%, #0d5b98 100%);
  border-color: transparent;
}

.footer-site.is-minimal {
  padding: 0 0 50px;
}

.footer-minimal-copy {
  color: #5d6d7b;
  font-size: 12px;
  text-align: center;
}

.section-page-hero-news {
  padding: 118px 0 34px;
}
@media (max-width: 1279px) {
  .section-page-hero-news {
    padding: 92px 0 30px;
  }
}
@media (max-width: 767px) {
  .section-page-hero-news {
    padding: 12.2666666667vw 0 5.8666666667vw;
  }
}

.page-title-group-news {
  max-width: none;
  text-align: center;
}

.page-title-news {
  color: #707070;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .page-title-news {
    font-size: 5.3333333333vw;
  }
}

.page-news .section-news-list {
  padding-bottom: 88px;
}
@media (max-width: 767px) {
  .page-news .section-news-list {
    padding-bottom: 14.9333333333vw;
  }
}
.page-news .page-card.is-large {
  padding: 20px 0 24px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .page-news .page-card.is-large {
    padding: 2.1333333333vw 0 4.8vw;
  }
}
.page-news .list-news-page {
  width: min(100%, 690px);
  margin: 0 auto;
  gap: 7px;
}
.page-news .list-news-page-item {
  border-top: 0;
}
.page-news .list-news-page-link {
  gap: 22px;
  padding: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .page-news .list-news-page-link:hover {
    opacity: 0.72;
  }
}
@media (max-width: 1279px) {
  .page-news .list-news-page-link {
    gap: 8px 18px;
  }
}
.page-news .list-news-page-date,
.page-news .list-news-page-title {
  color: rgba(129, 129, 129, 0.56);
  font-size: 18px;
  line-height: 1.8;
}
.page-news .list-news-page-date {
  flex: 0 0 120px;
  letter-spacing: 0.05em;
}
.page-news .list-news-page-title {
  font-weight: 400;
}
.page-news .nav-pagination {
  gap: 12px;
  margin-top: 28px;
}
.page-news .nav-pagination-link {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #1aa6f6 0%, #0d7dcb 100%);
  box-shadow: 0 12px 24px rgba(29, 116, 184, 0.16);
  color: #ffffff;
}
.page-news .nav-pagination-link.is-current {
  background: linear-gradient(135deg, #0d7dcb 0%, #0a5fae 100%);
}

.page-news-detail .page-main {
  padding-top: 144px;
}
@media (max-width: 1279px) {
  .page-news-detail .page-main {
    padding-top: 132px;
  }
}
@media (max-width: 767px) {
  .page-news-detail .page-main {
    padding-top: 28.8vw;
  }
}
.page-news-detail .section-news-detail {
  padding: 26px 0 34px;
}
@media (max-width: 767px) {
  .page-news-detail .section-news-detail {
    padding: 4.8vw 0 6.4vw;
  }
}
.page-news-detail .article-news-detail {
  width: min(100%, 760px);
  margin: 0 auto;
}
.page-news-detail .news-detail-title {
  width: min(100%, 720px);
  margin: 0 auto 30px;
  color: #00A7FF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .page-news-detail .news-detail-title {
    margin-bottom: 5.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page-news-detail .box-news-detail-banner {
  width: min(100%, 356px);
  margin: 0 auto 34px;
}
@media (max-width: 767px) {
  .page-news-detail .box-news-detail-banner {
    width: min(100%, 85.3333333333vw);
    margin-bottom: 6.4vw;
  }
}
.page-news-detail .news-detail-banner-image {
  width: 100%;
  aspect-ratio: 356/180;
  object-fit: cover;
}
.page-news-detail .box-news-detail-body {
  width: min(100%, 540px);
  margin: 0 auto;
  color: rgba(112, 112, 112, 0.76);
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .page-news-detail .box-news-detail-body {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
.page-news-detail .box-news-detail-body::after {
  content: "";
  display: block;
  clear: both;
}
.page-news-detail .box-news-detail-body p + p,
.page-news-detail .box-news-detail-body p + h3,
.page-news-detail .box-news-detail-body h3 + p {
  margin-top: 4px;
}
.page-news-detail .box-news-detail-body h3 {
  color: rgba(112, 112, 112, 0.82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.page-news-detail .box-news-detail-image {
  float: right;
  width: 226px;
  margin: 8px 0 10px 18px;
  background: #d7d7d7;
}
@media (max-width: 767px) {
  .page-news-detail .box-news-detail-image {
    float: none;
    width: min(100%, 58.6666666667vw);
    margin: 4.8vw auto;
  }
}
.page-news-detail .box-news-detail-image img {
  width: 100%;
  aspect-ratio: 226/150;
  object-fit: cover;
  opacity: 0.34;
}
.page-news-detail .box-news-detail-foot {
  margin-top: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-news-detail .box-news-detail-foot {
    margin-top: 6.4vw;
  }
}
.page-news-detail .btn-back-list {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  height: 34px;
  padding: 0 44px 0 22px;
  border-radius: 3px;
  background: #1da1ea;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.page-news-detail .btn-back-list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 11px;
  height: 11px;
  background: url("/assets/image/common/news-detail-arrow.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .page-news-detail .btn-back-list {
    width: 59.2vw;
    height: 9.0666666667vw;
    padding: 0 11.7333333333vw 0 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
  .page-news-detail .btn-back-list::after {
    right: 4.2666666667vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}

@keyframes hero-copy-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.box-product-info-card {
  background: #fff;
  border-radius: 100px;
  padding: 70px 70px 90px;
}

.box-product-info-inner {
  display: flex;
  gap: 40px;
  min-height: 487px;
}

.box-product-info-text {
  flex: 0 0 399px;
  font-size: 14px;
  line-height: 1.8;
  color: #818181;
  white-space: pre-line;
}

.box-product-info-image {
  flex: 1;
}
.box-product-info-image img {
  width: 100%;
  height: 487px;
  object-fit: contain;
}

.box-product-info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-top: 30px;
}

.box-product-info-link {
  font-size: 14px;
  color: #818181;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.box-product-info-link:hover {
  color: #0b29a8;
}

.box-product-back {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0b29a8;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 30px;
  min-width: 222px;
  text-decoration: none;
}
.btn-back:hover {
  opacity: 0.8;
}

.box-history-card {
  background: #fff;
  border-radius: 100px;
  padding: 100px 70px 80px;
  position: relative;
  overflow: hidden;
}

.box-history-bg-text {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: right center;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: 275px;
  color: #f4f4f4;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.timeline-history {
  position: relative;
}

.timeline-entry {
  display: grid;
  grid-template-columns: 100px 15px 70px 1fr;
  gap: 0 12px;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}

.timeline-entry .timeline-dot::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% + 35px);
  background: var(--entry-color);
  opacity: 0.3;
}

.timeline-year {
  grid-column: 1;
  grid-row: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2;
  color: var(--entry-color);
  text-align: right;
  min-height: 1px;
}

.timeline-dot {
  grid-column: 2;
  grid-row: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--entry-color);
  position: relative;
  flex-shrink: 0;
}

.timeline-month {
  grid-column: 3;
  grid-row: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  color: var(--entry-color);
  white-space: nowrap;
  min-height: 1px;
}
.timeline-month small {
  font-size: 21px;
}

.timeline-text {
  grid-column: 4;
  grid-row: 1;
  font-size: 18px;
  line-height: 1.4;
  color: #818181;
}

.box-history-back {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.btn-back-company {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(45deg, #005C8D 0%, #00A7FF 100%);
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  padding: 8px 30px;
  min-width: 220px;
  min-height: 36px;
  text-decoration: none;
}
.btn-back-company:hover {
  opacity: 0.85;
}

@media (max-width: 1439px) {
  .header-site .section-container,
  .page-qa .header-site .section-container {
    padding: 0 16px;
  }
  .header-inner {
    gap: 18px;
  }
  .header-logo {
    width: 188px;
  }
  .nav-list {
    gap: 14px;
    min-height: 54px;
    padding: 0 10px 0 18px;
    font-size: 14px;
  }
  .nav-link {
    min-height: 32px;
  }
  .nav-link-contact {
    margin-left: 2px;
  }
  .header-actions,
  .header-user-links {
    gap: 10px;
  }
  .header-user-links {
    min-height: 54px;
    padding: 0 10px 0 18px;
  }
  .btn-login {
    font-size: 14px;
  }
  .btn-register {
    min-height: 32px;
    padding: 0 16px;
    font-size: 12px;
  }
  .btn-lang-item {
    width: 30px;
    height: 16px;
    font-size: 9px;
  }
}
@media (max-width: 1360px) {
  .header-site .section-container,
  .page-qa .header-site .section-container {
    padding: 0 12px;
  }
  .header-inner {
    gap: 14px;
  }
  .header-logo {
    width: 170px;
  }
  .nav-list {
    gap: 11px;
    padding: 0 8px 0 14px;
    font-size: 12px;
  }
  .header-actions,
  .header-user-links {
    gap: 8px;
  }
  .header-user-links {
    padding: 0 8px 0 14px;
  }
  .btn-login {
    font-size: 13px;
  }
  .btn-register {
    padding: 0 13px;
    font-size: 11px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 1279px) {
  .header-site {
    padding: 14px 0;
  }
  .nav-global,
  .header-actions {
    display: none;
  }
  .page-lower .page-main {
    padding-top: 136px;
  }
  .section-page-hero {
    padding: 44px 0 18px;
  }
  .section-head-en-sm {
    font-size: 42px;
  }
  .box-two-column,
  .list-business-item,
  .list-interview-item,
  .list-interview-item.is-reverse,
  .box-message-layout {
    flex-direction: column;
  }
  .box-copy-grid,
  .box-policy-layout,
  .box-access-layout,
  .footer-main {
    grid-template-columns: 1fr;
  }
  .box-intro-catch,
  .box-message-catch {
    font-size: 32px;
  }
  .box-message-photo {
    margin-left: 0;
  }
  .box-message-name {
    text-align: left;
  }
  .box-product-summary,
  .box-product-split {
    grid-template-columns: 1fr;
  }
  .page-product-detail-bubble.is-left {
    top: 200px;
    left: -40px;
    width: 280px;
  }
  .page-product-detail-bubble.is-right {
    top: 1490px;
    right: -30px;
    width: 180px;
  }
  .page-product-detail {
    padding: 74px 42px 68px;
    border-radius: 54px;
  }
  .box-product-detail-block.is-features,
  .box-product-catalog-area,
  .box-product-lineup {
    margin-top: 72px;
  }
  .box-product-detail-grid,
  .box-product-feature-callout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .box-product-detail-grid.is-dry {
    grid-template-columns: 1fr;
  }
  .box-product-feature-callout {
    max-width: 760px;
  }
  .grid-product-cards.is-wet {
    gap: 34px 24px;
  }
  .grid-product-cards.is-dry {
    gap: 34px 24px;
  }
  .card-product.is-dry.is-centered {
    grid-column: auto;
  }
  .box-category-nav.is-inline {
    gap: 14px 26px;
  }
  .grid-product-cards,
  .grid-scene-cards,
  .box-category-nav,
  .nav-service-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .list-company-stats {
    grid-template-columns: 1fr;
  }
  .box-interview-visual.is-square {
    width: 100%;
    max-width: 471px;
    height: 420px;
  }
  .box-history-card {
    border-radius: 60px;
    padding: 60px 40px 50px;
  }
  .box-history-bg-text {
    font-size: 180px;
    right: 40px;
  }
  .timeline-entry {
    grid-template-columns: 80px 12px 56px 1fr;
    gap: 0 10px;
    padding-bottom: 16px;
  }
  .timeline-year {
    font-size: 28px;
  }
  .timeline-month {
    font-size: 24px;
  }
  .timeline-month small {
    font-size: 17px;
  }
  .timeline-dot {
    width: 12px;
    height: 12px;
  }
  .timeline-entry .timeline-dot::after {
    top: 12px;
  }
  .timeline-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-container.header-inner {
    width: 100%;
  }
  .header-logo {
    width: 41.6vw;
  }
  .footer-logo-image {
    width: 46.6666666667vw;
  }
  .footer-company-label {
    width: 30.4vw;
  }
  .footer-copy-area {
    margin-top: 9.6vw;
    padding-top: 4.2666666667vw;
  }
  .btn-menu {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
  .btn-menu-line,
  .btn-menu-line::before,
  .btn-menu-line::after {
    width: 4.8vw;
  }
  .nav-drawer {
    width: 100%;
    padding: 24vw 5.3333333333vw 6.4vw;
  }
  .page-lower .page-main {
    padding-top: 29.8666666667vw;
  }
  .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-title-en {
    font-size: 11.2vw;
  }
  .page-title-ja {
    font-size: 6.4vw;
  }
  .section-page-card {
    margin-bottom: 17.0666666667vw;
  }
  .page-card,
  .page-card.is-large {
    padding: 9.0666666667vw 5.3333333333vw;
    border-radius: 7.4666666667vw;
  }
  .section-head {
    margin-bottom: 7.4666666667vw;
  }
  .section-head-label {
    font-size: 3.7333333333vw;
  }
  .section-head-en-sm {
    font-size: 8vw;
  }
  .section-head-ja-sm {
    font-size: 5.3333333333vw;
  }
  .box-intro-catch,
  .box-message-catch {
    font-size: 6.9333333333vw;
  }
  .box-intro-sub {
    margin-top: 5.8666666667vw;
    font-size: 5.8666666667vw;
  }
  .box-copy-grid {
    gap: 3.7333333333vw;
    margin-top: 6.9333333333vw;
  }
  .box-copy-grid p,
  .box-copy-block p,
  .box-message-text p,
  .box-policy-text p,
  .box-interview-text p,
  .box-access-info p,
  .table-outline td,
  .list-timeline-text,
  .box-business-text {
    font-size: 3.7333333333vw;
  }
  .section-photo-banner,
  .section-business,
  .section-interview,
  .section-company,
  .section-history,
  .section-access,
  .section-product-template,
  .section-scenes,
  .section-service,
  .section-qa,
  .section-news-list {
    padding-bottom: 18.6666666667vw;
  }
  .box-photo-banner {
    min-height: 48vw;
  }
  .box-photo-banner-copy {
    right: 5.3333333333vw;
    bottom: 4.8vw;
    font-size: 4.8vw;
  }
  .box-business-number {
    font-size: 14.9333333333vw;
  }
  .box-business-title,
  .box-interview-name,
  .box-access-info-title,
  .card-scene-title {
    font-size: 5.8666666667vw;
  }
  .box-business-text,
  .box-interview-text {
    margin-top: 2.6666666667vw;
  }
  .box-interview-visual-tag {
    font-size: 3.7333333333vw;
  }
  .box-interview-visual {
    width: 58.6666666667vw;
    height: 58.6666666667vw;
  }
  .box-interview-visual.is-square {
    height: 69.3333333333vw;
    border-radius: 6.4vw;
  }
  .box-interview-link,
  .box-access-route {
    font-size: 3.4666666667vw;
  }
  .box-message-photo {
    width: 58.6666666667vw;
    height: 74.1333333333vw;
    border-radius: 6.4vw;
  }
  .box-message-name {
    font-size: 4.2666666667vw;
  }
  .box-message-bubble {
    top: -3.7333333333vw;
    right: 0;
    width: 27.7333333333vw;
    height: 27.7333333333vw;
    font-size: 2.6666666667vw;
  }
  .box-policy-point {
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .box-policy-point-title {
    font-size: 5.8666666667vw;
  }
  .list-company-stats-value {
    font-size: 7.4666666667vw;
  }
  .table-outline th,
  .table-outline td {
    display: block;
    width: 100%;
    padding: 3.7333333333vw 0;
  }
  .table-outline th {
    padding-bottom: 0;
  }
  .list-timeline::before {
    left: 17.0666666667vw;
  }
  .list-timeline-item {
    grid-template-columns: 22.9333333333vw 1fr;
    gap: 4.8vw;
    padding: 4.8vw 0 4.8vw 2.6666666667vw;
  }
  .list-timeline-item::before {
    top: 6.4vw;
    left: 15.2vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-width: 0.8vw;
  }
  .list-timeline-year {
    font-size: 6.4vw;
  }
  .list-timeline-title {
    font-size: 4.8vw;
  }
  .box-map {
    min-height: 74.6666666667vw;
    border-radius: 6.4vw;
  }
  .box-map iframe {
    min-height: 74.6666666667vw;
  }
  .box-product-summary-visual,
  .box-structure-visual {
    min-height: 64vw;
    border-radius: 6.4vw;
  }
  .box-product-machine-lg,
  .box-structure-machine {
    inset: 7.4666666667vw;
    border-radius: 5.3333333333vw;
  }
  .box-product-machine-lg::before,
  .box-structure-machine::before {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-width: 2.6666666667vw;
    box-shadow: inset 0 0 0 1.6vw rgba(244, 249, 252, 0.9);
  }
  .btn-catalog {
    width: 100%;
    min-width: 0;
    min-height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .page-product-detail-bubble.is-left {
    top: 33.6vw;
    left: -11.7333333333vw;
    width: 47.4666666667vw;
  }
  .page-product-detail-bubble.is-right {
    top: 354.6666666667vw;
    right: -8.5333333333vw;
    width: 33.0666666667vw;
  }
  .page-product-detail {
    padding: 11.2vw 5.3333333333vw 11.2vw;
    border-radius: 9.6vw;
  }
  .box-product-detail-block.is-features,
  .box-product-catalog-area,
  .box-product-lineup {
    margin-top: 13.3333333333vw;
  }
  .box-product-detail-title {
    font-size: 5.8666666667vw;
    line-height: 1.7;
  }
  .box-product-detail-grid,
  .box-product-feature-callout {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .box-product-detail-grid.is-dry {
    grid-template-columns: 1fr;
  }
  .box-product-detail-text {
    font-size: 3.7333333333vw;
  }
  .page-wet-gas-meter .page-main .section-container,
  .page-wet-gas-meter .footer-site .section-container {
    padding: 0 5.3333333333vw;
  }
  .page-wet-gas-meter .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-wet-gas-meter .page-title-group {
    min-height: 19.7333333333vw;
    padding-left: 9.6vw;
  }
  .page-wet-gas-meter .page-title-en {
    font-size: 11.7333333333vw;
    line-height: 0.95;
  }
  .page-wet-gas-meter .page-title-ja {
    top: 50%;
    left: 0;
    font-size: 5.8666666667vw;
  }
  .page-wet-gas-meter .page-product-detail-bubble.is-left {
    top: 1.6vw;
    left: -7.4666666667vw;
    width: 29.3333333333vw;
  }
  .page-wet-gas-meter .page-product-detail-bubble.is-right {
    top: 104.5333333333vw;
    right: -4.8vw;
    width: 20.2666666667vw;
  }
  .page-wet-gas-meter .page-product-detail {
    padding: 8.5333333333vw 5.8666666667vw 7.4666666667vw;
    border-radius: 7.4666666667vw;
  }
  .page-wet-gas-meter .box-product-detail-block.is-features {
    margin-top: 6.4vw;
  }
  .page-wet-gas-meter .box-product-detail-title {
    font-size: 4.8vw;
    line-height: 1.55;
  }
  .page-wet-gas-meter .box-product-detail-grid {
    gap: 4.8vw;
    margin-top: 2.1333333333vw;
  }
  .page-wet-gas-meter .box-product-detail-text {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .page-wet-gas-meter .box-product-feature-callout {
    gap: 3.2vw;
  }
  .page-wet-gas-meter .box-product-catalog-area {
    margin-top: 4.8vw;
  }
  .page-wet-gas-meter .btn-catalog {
    gap: 2.1333333333vw;
    min-height: 8vw;
    padding: 0 4.2666666667vw;
    font-size: 3.0666666667vw;
  }
  .btn-catalog-arrow {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    font-size: 5.3333333333vw;
  }
  .grid-product-cards.is-wet {
    gap: 5.8666666667vw;
  }
  .grid-product-cards.is-dry {
    gap: 7.4666666667vw;
  }
  .card-product-thumb.is-wet {
    height: 35.2vw;
  }
  .card-product-thumb.is-dry {
    height: 56vw;
  }
  .card-product-chip {
    min-height: 6.4vw;
    margin-top: 2.6666666667vw;
    padding: 0 3.2vw;
    border-radius: 8vw;
    font-size: 3.0666666667vw;
  }
  .box-category-nav.is-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.1333333333vw 3.7333333333vw;
    margin-top: 4.8vw;
    padding-top: 4.2666666667vw;
  }
  .box-category-nav-link.is-inline {
    justify-content: flex-start;
    font-size: 2.9333333333vw;
  }
  .box-category-nav-arrow.is-inline {
    margin-left: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .grid-product-cards,
  .grid-scene-cards,
  .box-category-nav,
  .nav-service-tabs {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
  .nav-service-tab {
    min-height: 13.8666666667vw;
    padding: 2.6666666667vw 4.2666666667vw;
    border-radius: 4.8vw;
    font-size: 3.7333333333vw;
  }
  .nav-qa-tabs {
    grid-template-columns: 1fr;
  }
  .nav-qa-tab {
    min-height: 13.8666666667vw;
    padding: 2.6666666667vw 4.2666666667vw;
    border-radius: 4.8vw;
    font-size: 3.7333333333vw;
  }
  .btn-qa-question {
    font-size: 4vw;
  }
  .box-qa-answer-inner,
  .list-news-page-title {
    font-size: 3.7333333333vw;
  }
  .list-news-page-link {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2.6666666667vw 3.7333333333vw;
  }
  .list-news-page-date {
    flex-basis: auto;
    font-size: 3.4666666667vw;
  }
  .form-label,
  .form-control,
  .form-textarea,
  .form-select {
    font-size: 3.7333333333vw;
  }
  .badge-required {
    min-width: 10.6666666667vw;
    min-height: 6.4vw;
    font-size: 2.9333333333vw;
  }
  .form-control,
  .form-select {
    min-height: 12.2666666667vw;
    padding: 0 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
  .form-textarea {
    min-height: 48vw;
    padding: 3.7333333333vw 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
  .form-preview-box {
    min-height: 22.4vw;
    padding: 4.2666666667vw;
    border-radius: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
  .form-inline-group {
    grid-template-columns: 1fr;
  }
  .btn-submit {
    width: 100%;
    min-width: 0;
    min-height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .card-product {
    padding: 4.2666666667vw;
    border-radius: 5.8666666667vw;
  }
  .card-product-thumb {
    height: 50.6666666667vw;
    border-radius: 4.8vw;
  }
  .card-product-title {
    font-size: 4.5333333333vw;
  }
  .card-scene {
    padding: 5.3333333333vw;
    border-radius: 5.8666666667vw;
  }
  .card-scene-visual {
    height: 45.3333333333vw;
    border-radius: 4.8vw;
  }
  .box-access-info {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 5.8666666667vw;
  }
  .box-slider-controls {
    justify-content: center;
    margin-top: 5.8666666667vw;
  }
  .box-history-card {
    border-radius: 6.4vw;
    padding: 8vw 3.7333333333vw 6.4vw;
  }
  .box-history-bg-text {
    display: none;
  }
  .timeline-entry {
    grid-template-columns: 12.2666666667vw 2.1333333333vw 7.4666666667vw 1fr;
    gap: 0 1.6vw;
    padding-bottom: 2.6666666667vw;
  }
  .timeline-entry .timeline-dot::after {
    top: 2.1333333333vw;
    width: 2px;
  }
  .timeline-year {
    font-size: 4.5333333333vw;
    line-height: 1.4;
  }
  .timeline-month {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
  .timeline-month small {
    font-size: 2.6666666667vw;
  }
  .timeline-dot {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .timeline-text {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .box-history-back {
    margin-top: 6.4vw;
  }
  .btn-back-company {
    font-size: 3.4666666667vw;
    min-width: 48vw;
    min-height: 8.5333333333vw;
    border-radius: 5.3333333333vw;
    padding: 1.6vw 5.3333333333vw;
  }
}
/* About page visual refinements */
.page-about {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.page-about .section-container {
  max-width: 1100px;
  padding: 0 28px;
}

.page-about .fade-in {
  opacity: 1;
  transform: none;
  transition: none;
}

.page-about .page-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 860px;
  background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.page-about .bg-bubble {
  z-index: 0;
  opacity: 0.98;
  filter: blur(1.5px);
}

.page-about .bg-bubble-about-01 {
  top: 230px;
  right: 66px;
  width: 180px;
  height: 180px;
}

.page-about .bg-bubble-about-02 {
  top: 1220px;
  left: -78px;
  width: 178px;
  height: 178px;
}

.page-about .bg-bubble-about-03 {
  top: 2010px;
  right: 58px;
  width: 84px;
  height: 84px;
}

.page-about .bg-bubble-about-04 {
  top: 2580px;
  left: 42px;
  width: 58px;
  height: 58px;
}

.page-about .bg-bubble-about-05 {
  top: 3020px;
  right: -26px;
  width: 300px;
  height: 300px;
}

.page-about .bg-bubble-about-06 {
  top: 3730px;
  left: -54px;
  width: 132px;
  height: 132px;
}

.page-about .section-page-hero {
  padding: 58px 0 18px;
}

.page-about .page-about-hero-inner {
  min-height: 160px;
  padding-left: 0;
}

.page-about .page-title-en {
  position: relative;
  margin-left: 0;
  margin-top: 0;
  color: #F4F4F4;
  font-family: Futura, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0;
}

.page-about .page-title-ja {
  top: 55px;
  left: 12px;
  transform: none;
  color: #1d4fcc;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0;
}

.page-about .section-page-card {
  margin-bottom: 0;
}

.page-about .page-card,
.page-about .page-card.is-large {
  border-radius: 0 0 78px 78px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 54px rgba(29, 116, 184, 0.07);
}

.page-about .page-card.is-large {
  padding: 78px 78px 72px;
}

.page-about .section-page-card .page-card.is-large {
  border-radius: 78px 78px 0 0;
  padding-bottom: 34px;
}

.page-about .box-about-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 58px;
}

.page-about .box-about-grid-item.is-catch {
  align-items: flex-start;
}

.page-about .box-about-grid-item.is-sub {
  justify-content: flex-end;
  align-items: flex-end;
}

.page-about .box-about-grid-item.is-desc-right p,
.page-about .box-about-grid-item.is-desc-left p {
  color: #7b8796;
  font-size: 13px;
  line-height: 2;
}

.page-about .box-intro-catch {
  color: #153fc1;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.page-about .box-intro-sub {
  color: #153fc1;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.55;
  text-align: right;
  white-space: nowrap;
}

.page-about .section-photo-banner {
  padding: 0 0 0;
  background: rgba(255, 255, 255, 0.94);
}

.page-about .box-photo-banner {
  min-height: 360px;
  box-shadow: 0 18px 44px rgba(29, 116, 184, 0.08);
}

.page-about .box-photo-banner::before,
.page-about .box-photo-banner::after {
  display: none;
}

.page-about .box-photo-banner-image {
  filter: saturate(0.72) brightness(0.92);
  object-position: 50% 100%;
}

.page-about .section-business,
.page-about .section-interview {
  padding-bottom: 88px;
}

.page-about .section-head-label {
  color: #1d74b8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-about .section-business .page-card {
  padding: 78px 78px 68px;
}

.page-about .section-business .section-head {
  position: relative;
  margin-bottom: 38px;
  min-height: 94px;
  text-align: center;
}

.page-about .section-business .section-head-en-sm {
  position: relative;
  color: #edf2f7;
  font-family: Futura, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0;
}

.page-about .section-business .section-head-ja-sm {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  color: #0B29A8;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transform: translate(-50%, calc(-50% - 0px));
  white-space: nowrap;
}

.page-about .list-business-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px 18px;
  align-items: start;
  padding: 18px 0 28px;
  border-bottom: none;
}

.page-about .box-business-number {
  width: 92px;
  padding-top: 6px;
}

.page-about .box-business-number img {
  display: block;
  width: 100%;
  height: auto;
}

.page-about .box-business-copy {
  padding-top: 0;
}

.page-about .box-business-title {
  color: #153fc1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.page-about .box-business-text {
  margin-top: 8px;
  color: #7b8796;
  font-size: 13px;
  line-height: 1.9;
}

.page-about .section-interview .section-head {
  padding-left: 8px;
  margin-bottom: 18px;
}

.page-about .section-interview .section-head-en-sm {
  color: rgba(244, 244, 244, 0.82);
  font-size: 68px;
  line-height: 0.92;
}

.page-about .section-interview .section-head-ja-sm {
  margin-top: -18px;
  font-size: 18px;
}

.page-about .section-interview .page-card.is-large {
  border-radius: 78px;
  padding: 34px 58px 40px;
}

.page-about .list-interview-bubble {
  align-items: center;
  gap: 40px;
  padding: 24px 0 0;
}

.page-about .list-interview-bubble-item {
  align-items: center;
  width: 100%;
  padding-bottom: 42px;
}

.page-about .list-interview-bubble-item:nth-child(1) {
  margin-left: 0;
}

.page-about .list-interview-bubble-item:nth-child(2) {
  margin-left: 0;
}

.page-about .list-interview-bubble-item:nth-child(3) {
  margin-left: 0;
}

.page-about .list-interview-bubble-item::after {
  content: "+";
  position: absolute;
  bottom: -4px;
  color: #777777;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.page-about .list-interview-bubble-item.is-open::after {
  content: "×";
}

.page-about .list-interview-bubble-item:nth-child(1)::after {
  right: 100px;
  left: auto;
  bottom: -4px;
}

.page-about .list-interview-bubble-item:nth-child(2)::after {
  left: 100px;
  right: auto;
  bottom: -4px;
}

.page-about .list-interview-bubble-item.is-reverse::after {
  left: 100px;
  right: auto;
}

.page-about .list-interview-bubble-item:nth-child(3)::after {
  right: 100px;
  left: auto;
}

.page-about .btn-interview-toggle {
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.page-about .box-interview-photo {
  width: 471px;
  height: 475px;
  border: 8px solid rgba(255, 255, 255, 0.82);
  background: linear-gradient(180deg, #edf8ff 0%, #d6e8f2 100%);
  box-shadow: 0 18px 34px rgba(29, 116, 184, 0.14);
}

.page-about .box-interview-photo img {
  object-fit: cover;
  object-position: center top;
}

.page-about .list-interview-bubble-item:nth-child(2) .box-interview-photo {
  width: 471px;
  height: 475px;
}

.page-about .box-interview-badge {
  width: 305px;
  height: 305px;
  margin-left: -72px;
  position: relative;
  bottom: -80px;
  background: radial-gradient(circle at 24% 20%, #63dbff 0%, #25b0f9 54%, #0b8ae6 100%);
  box-shadow: 0 18px 32px rgba(20, 116, 193, 0.18);
}

.page-about .is-reverse .box-interview-badge {
  margin-right: -72px;
}

.page-about .box-interview-badge-dept {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.page-about .box-interview-badge-name {
  margin-top: 8px;
  font-size: 24px;
}

.page-about .box-interview-detail {
  width: min(100%, 900px);
  max-width: 900px;
  margin-top: 22px;
  background: transparent;
  box-shadow: none;
}

.page-about .box-interview-detail-inner {
  padding: 0 0 18px;
}

.page-about .box-interview-qa {
  padding: 17px 0 13px;
}

.page-about .box-interview-qa:first-child {
  padding-top: 60px;
}

.page-about .box-interview-question {
  padding-left: 76px;
  color: rgba(112, 112, 112, 0.78);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.page-about .box-interview-question::before {
  top: 12px;
  width: 58px;
  height: 1px;
  background: rgba(112, 112, 112, 0.54);
}

.page-about .box-interview-answer {
  margin-top: 10px;
  color: rgba(112, 112, 112, 0.9);
  font-size: 14px;
  line-height: 1.85;
}

.page-about .box-interview-qa-photo {
  margin-top: 12px;
  width: 355px;
}

.page-about .box-interview-qa-photo.is-right {
  float: right;
  margin: 2px 0 8px 26px;
}

.page-about .box-interview-qa-photo.is-left {
  float: left;
  margin: 2px 26px 8px 0;
}

.page-about .box-interview-qa-photo-item {
  flex: none;
  width: 355px;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
}

.page-about .box-interview-qa-photo-item img {
  display: block;
  width: 100%;
  height: auto;
}

.page-about .box-interview-qa::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1279px) {
  .page-about .section-container {
    width: 100%;
    padding: 0 24px;
  }
  .page-about .page-title-en {
    margin-left: 0;
    font-size: 72px;
    line-height: 72px;
  }
  .page-about .page-title-ja {
    top: 52px;
    left: 10px;
    font-size: 40px;
    line-height: 46px;
  }
  .page-about .page-card.is-large,
  .page-about .section-business .page-card,
  .page-about .section-interview .page-card.is-large {
    padding-left: 44px;
    padding-right: 44px;
  }
  .page-about .section-page-card .page-card.is-large {
    border-radius: 56px 56px 0 0;
    padding-bottom: 26px;
  }
  .page-about .box-about-grid {
    gap: 30px 34px;
  }
  .page-about .box-intro-catch,
  .page-about .box-intro-sub {
    font-size: 30px;
  }
  .page-about .list-business-item {
    grid-template-columns: 128px minmax(0, 1fr);
  }
  .page-about .box-business-number {
    width: 82px;
  }
  .page-about .box-business-title {
    font-size: 22px;
  }
  .page-about .list-interview-bubble-item:nth-child(1),
  .page-about .list-interview-bubble-item:nth-child(2),
  .page-about .list-interview-bubble-item:nth-child(3) {
    margin-left: 0;
    align-self: center;
  }
  .page-about .list-interview-bubble-item::after {
    transform: none;
  }
  .page-about .list-interview-bubble-item:nth-child(1)::after,
  .page-about .list-interview-bubble-item:nth-child(3)::after {
    right: 72px;
    left: auto;
  }
  .page-about .list-interview-bubble-item:nth-child(2)::after,
  .page-about .list-interview-bubble-item.is-reverse::after {
    left: 72px;
    right: auto;
  }
  .page-about .box-interview-photo,
  .page-about .list-interview-bubble-item:nth-child(2) .box-interview-photo {
    width: 340px;
    height: 340px;
  }
  .page-about .box-interview-badge {
    width: 220px;
    height: 220px;
    margin-left: -44px;
    bottom: -56px;
  }
  .page-about .is-reverse .box-interview-badge {
    margin-right: -44px;
  }
  .page-about .box-interview-badge-dept {
    font-size: 14px;
  }
  .page-about .box-interview-badge-name {
    font-size: 20px;
  }
  .page-about .box-interview-detail {
    width: min(100%, 760px);
  }
  .page-about .box-interview-question {
    padding-left: 70px;
    font-size: 13px;
  }
  .page-about .box-interview-question::before {
    width: 54px;
  }
  .page-about .box-interview-answer {
    font-size: 13px;
  }
  .page-about .box-interview-qa-photo {
    width: 300px;
  }
  .page-about .box-interview-qa-photo-item {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-about .section-container {
    padding: 0 20px;
  }
  .page-about .bg-bubble-about-01 {
    top: 24vw;
    right: -8vw;
    width: 28vw;
    height: 28vw;
  }
  .page-about .bg-bubble-about-02 {
    top: 176vw;
    left: -10vw;
    width: 28vw;
    height: 28vw;
  }
  .page-about .bg-bubble-about-03 {
    top: 303vw;
    right: 3vw;
    width: 15vw;
    height: 15vw;
  }
  .page-about .bg-bubble-about-04 {
    top: 387vw;
    left: 5vw;
    width: 10vw;
    height: 10vw;
  }
  .page-about .bg-bubble-about-05 {
    top: 486vw;
    right: -18vw;
    width: 42vw;
    height: 42vw;
  }
  .page-about .bg-bubble-about-06 {
    top: 566vw;
    left: -10vw;
    width: 22vw;
    height: 22vw;
  }
  .page-about .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-about .page-about-hero-inner {
    min-height: 28.8vw;
    padding-left: 0;
  }
  .page-about .page-title-en {
    margin-left: 0;
    margin-top: 0;
    font-size: 15vw;
    line-height: 0.9;
  }
  .page-about .page-title-ja {
    position: relative;
    top: auto;
    left: 0;
    margin-top: -8vw;
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 1.12;
    z-index: 1;
  }
  .page-about .section-page-card {
    margin-bottom: 0;
  }
  .page-about .page-card,
  .page-about .page-card.is-large {
    border-radius: 0 0 12vw 12vw;
  }
  .page-about .page-card.is-large,
  .page-about .section-business .page-card,
  .page-about .section-interview .page-card.is-large {
    padding: 11vw 6vw;
  }
  .page-about .section-page-card .page-card.is-large {
    border-radius: 12vw 12vw 0 0;
    padding-bottom: 5vw;
  }
  .page-about .section-interview .page-card.is-large {
    border-radius: 12vw;
  }
  .page-about .box-about-grid {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
  .page-about .box-about-grid-item.is-sub {
    justify-content: flex-start;
  }
  .page-about .box-intro-catch,
  .page-about .box-intro-sub {
    font-size: 7vw;
    text-align: left;
  }
  .page-about .box-intro-catch br,
  .page-about .box-intro-sub br {
    display: none;
  }
  .page-about .box-intro-sub {
    white-space: normal;
  }
  .page-about .box-about-grid-item.is-desc-right p,
  .page-about .box-about-grid-item.is-desc-left p {
    font-size: 3.5vw;
    line-height: 1.9;
  }
  .page-about .section-photo-banner {
    padding-bottom: 14vw;
  }
  .page-about .box-photo-banner {
    min-height: 48vw;
  }
  .page-about .section-business,
  .page-about .section-interview {
    padding-bottom: 14vw;
  }
  .page-about .section-business .section-head,
  .page-about .section-interview .section-head {
    padding-left: 0;
    margin-bottom: 6vw;
  }
  .page-about .section-business .section-head-en-sm,
  .page-about .section-interview .section-head-en-sm {
    font-size: 14vw;
  }
  .page-about .section-business .section-head-ja-sm,
  .page-about .section-interview .section-head-ja-sm {
    margin-top: 0;
    font-size: 6vw;
  }
  .page-about .list-business-item {
    display: block;
    padding: 7vw 0;
  }
  .page-about .box-business-number {
    width: 18vw;
    padding-top: 0;
    margin-bottom: -26.6666666667vw;
  }
  .page-about .box-business-title {
    font-size: 6vw;
    padding-left: 21.3333333333vw;
    min-height: 26.6666666667vw;
  }
  .page-about .box-business-title br {
    display: none;
  }
  .page-about .box-business-text {
    margin-top: 2.5vw;
    font-size: 3.5vw;
    line-height: 1.85;
  }
  .page-about .list-interview-bubble {
    gap: 10vw;
  }
  .page-about .list-interview-bubble-item,
  .page-about .list-interview-bubble-item:nth-child(1),
  .page-about .list-interview-bubble-item:nth-child(2),
  .page-about .list-interview-bubble-item:nth-child(3) {
    align-self: center;
    margin-left: 0;
    padding-bottom: 6vw;
  }
  .page-about .list-interview-bubble-item::after {
    bottom: -2vw;
    font-size: 7vw;
  }
  .page-about .list-interview-bubble-item:nth-child(1)::after,
  .page-about .list-interview-bubble-item:nth-child(3)::after {
    right: 18vw;
    left: auto;
  }
  .page-about .list-interview-bubble-item:nth-child(2)::after,
  .page-about .list-interview-bubble-item.is-reverse::after {
    left: 18vw;
    right: auto;
  }
  .page-about .btn-interview-toggle {
    width: 100%;
    justify-content: center;
  }
  .page-about .box-interview-photo {
    width: 38vw;
    height: 38vw;
    border-width: 1.8vw;
  }
  .page-about .list-interview-bubble-item:nth-child(2) .box-interview-photo {
    width: 43vw;
    height: 43vw;
  }
  .page-about .box-interview-badge {
    width: 24vw;
    height: 24vw;
    margin-left: -4vw;
    bottom: -9vw;
  }
  .page-about .is-reverse .box-interview-badge {
    margin-right: -4vw;
  }
  .page-about .box-interview-badge-dept {
    font-size: 3.3vw;
  }
  .page-about .box-interview-badge-name {
    font-size: 4.3vw;
  }
  .page-about .box-interview-detail {
    width: 100%;
    margin-top: 5vw;
  }
  .page-about .box-interview-qa:first-child {
    padding-top: 10vw;
  }
  .page-about .box-interview-detail-inner {
    padding: 0 0 4vw;
  }
  .page-about .box-interview-question {
    padding-left: 11vw;
    font-size: 3.35vw;
    line-height: 1.7;
  }
  .page-about .box-interview-question::before {
    top: 2.8vw;
    width: 7vw;
    height: 1px;
  }
  .page-about .box-interview-answer {
    font-size: 3.2vw;
    line-height: 1.85;
  }
  .page-about .box-interview-qa-photo {
    float: none;
    width: 100%;
    margin: 4vw 0 0;
  }
  .page-about .box-interview-qa-photo-item {
    width: 100%;
    height: auto;
    border-radius: 4.8vw;
  }
}
/* Company page visual refinements */
.page-company {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.page-company .section-container {
  max-width: 1100px;
  padding: 0 28px;
}

.page-company .fade-in {
  opacity: 1;
  transform: none;
  transition: none;
}

.page-company .page-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 720px;
  background: radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0) 30%), radial-gradient(circle at 82% 11%, rgba(255, 255, 255, 0.62) 0, rgba(255, 255, 255, 0) 24%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.page-company .bg-bubble {
  z-index: 0;
  opacity: 0.98;
  filter: blur(1.4px);
}

.page-company .bg-bubble-company-01 {
  top: 178px;
  right: 74px;
  width: 168px;
  height: 168px;
}

.page-company .bg-bubble-company-02 {
  top: 1170px;
  left: -18px;
  width: 320px;
  height: 320px;
}

.page-company .bg-bubble-company-03 {
  top: 2035px;
  left: 78px;
  width: 74px;
  height: 74px;
}

.page-company .bg-bubble-company-04 {
  top: 2250px;
  right: 42px;
  width: 110px;
  height: 110px;
}

.page-company .bg-wave {
  display: none;
}

.page-company .section-page-hero {
  padding: 58px 0 18px;
}

.page-company .page-company-hero-inner {
  min-height: 112px;
  padding-left: 0;
}

.page-company .page-title-en {
  position: relative;
  margin-left: 74px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 94px;
  line-height: 0.84;
  letter-spacing: 0.02em;
}

.page-company .page-title-ja {
  top: 45px;
  left: 34px;
  transform: none;
  color: #1d4fcc;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.page-company .section-company {
  position: relative;
  padding-bottom: 54px;
}

.page-company .section-company::before {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 140px;
  left: calc(50% - 474px);
  width: 74px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.14) 100%);
  pointer-events: none;
}

.page-company .page-card.is-company-unified {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 48px 56px 64px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 52px rgba(29, 116, 184, 0.08);
}

.page-company .box-company-section {
  padding: 28px 0 36px;
}

.page-company .box-company-section:not(:last-child) {
  border-bottom: 0;
}

.page-company .box-company-row {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
}

.page-company .box-company-row > .section-head {
  margin-bottom: 0;
}

.page-company .section-head-en-sm {
  margin-top: 0;
  color: #8ad6ff;
  font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-company .section-head-ja-sm {
  margin-top: 4px;
  color: #8ad6ff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.page-company .box-message-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 0 24px;
  align-items: start;
}

.page-company .box-message-catch {
  color: #1b4fce;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
  text-wrap: balance;
}

.page-company .box-message-text {
  margin-top: 22px;
}

.page-company .box-message-text p {
  color: #7a8694;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
}

.page-company .box-message-profile {
  position: relative;
  min-width: 0;
  padding-top: 12px;
}

.page-company .box-message-photo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #e7edf2 0%, #d8e1e9 100%);
  box-shadow: 0 14px 28px rgba(29, 116, 184, 0.08);
}

.page-company .box-message-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 260/290;
  object-fit: cover;
  object-position: 78% 0%;
}

.page-company .box-message-name {
  margin-top: 0;
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.page-company .box-message-identity {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 12px;
}

.page-company .box-message-signature {
  display: block;
  width: 138px;
  margin: 0;
}

@media (max-width: 767px) {
  .page-company .box-message-identity {
    gap: 2vw;
  }
}
.page-company .box-message-bubble {
  top: -68px;
  right: -68px;
  width: 144px;
  height: 144px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.08em;
  box-shadow: 0 18px 34px rgba(29, 116, 184, 0.16);
  filter: brightness(1);
  transition: filter 0.3s ease, box-shadow 0.3s ease;
}
.page-company .box-message-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 62px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62.361' height='8.678' viewBox='0 0 62.361 8.678'%3E%3Cpath d='M5718.8,526.383h61.361l-8.653-6.9' transform='translate(-5718.801 -518.705)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
}
@media (min-width: 768px) {
  .page-company .box-message-bubble:hover {
    opacity: 1;
    filter: brightness(1.08);
    box-shadow: 0 20px 36px rgba(29, 116, 184, 0.2);
  }
  .page-company .box-message-bubble:hover::after {
    transform: translateX(calc(-50% + 8px));
  }
}

.page-company .box-policy-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-company .box-policy-text p {
  color: #7a8694;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
}

.page-company .box-policy-text strong {
  color: #0B29A8;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0;
}

.page-company .box-outline-content {
  min-width: 0;
}

.page-company .table-outline {
  width: 100%;
}

.page-company .table-outline tr {
  border-top: 1px solid rgba(129, 129, 129, 0.18);
}

.page-company .table-outline tr:first-child {
  border-top: 0;
}

.page-company .table-outline th {
  width: 126px;
  padding: 12px 0;
  color: #9ba7b6;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
}

.page-company .table-outline td {
  padding: 12px 0 12px 20px;
  color: #707d8d;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: top;
}

.page-company .list-outline-detail {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-company .list-outline-detail li {
  line-height: 1.9;
}

.page-company .text-outline-note,
.page-company .text-outline-sub,
.page-company .text-outline-detail {
  color: #707d8d;
  font-size: 12px;
  line-height: 1.9;
}

.page-company .text-outline-note {
  margin-top: 8px;
}

.page-company .text-outline-sub {
  margin-top: 6px;
  font-weight: 700;
}

.page-company .text-outline-sub:first-child {
  margin-top: 0;
}

.page-company .btn-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  height: 21px;
  margin-top: 6px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25adf1 0%, #0c8ad8 100%);
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}

@media (max-width: 1279px) {
  .page-company .section-container {
    width: 100%;
    padding: 0 24px;
  }
  .page-company .bg-bubble-company-01 {
    right: 24px;
  }
  .page-company .bg-bubble-company-02 {
    left: -68px;
    width: 260px;
    height: 260px;
  }
  .page-company .section-page-hero {
    padding: 44px 0 18px;
  }
  .page-company .page-title-en {
    margin-left: 68px;
    font-size: 84px;
  }
  .page-company .page-title-ja {
    top: 40px;
    left: 26px;
    font-size: 36px;
  }
  .page-company .section-company::before {
    left: 20px;
  }
  .page-company .page-card.is-company-unified {
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: 42px 40px 56px;
  }
  .page-company .box-company-row {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 15px;
  }
  .page-company .section-head-en-sm {
    font-size: 34px;
  }
  .page-company .box-message-content {
    grid-template-columns: minmax(0, 1fr) 220px;
  }
}
@media (max-width: 767px) {
  .page-company .section-container {
    padding: 0 20px;
  }
  .page-company .bg-bubble-company-01 {
    top: 22vw;
    right: -6vw;
    width: 28vw;
    height: 28vw;
  }
  .page-company .bg-bubble-company-02 {
    top: 224vw;
    left: -14vw;
    width: 44vw;
    height: 44vw;
  }
  .page-company .bg-bubble-company-03 {
    top: 395vw;
    left: 8vw;
    width: 12vw;
    height: 12vw;
  }
  .page-company .bg-bubble-company-04 {
    top: 430vw;
    right: 4vw;
    width: 16vw;
    height: 16vw;
  }
  .page-company .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-company .page-company-hero-inner {
    min-height: 0;
  }
  .page-company .page-title-en {
    margin-left: 14vw;
    font-size: 16vw;
    line-height: 0.84;
  }
  .page-company .page-title-ja {
    position: relative;
    top: auto;
    left: 0;
    margin-bottom: -2vw;
    font-size: 7vw;
    line-height: 1.15;
  }
  .page-company .section-company {
    padding-bottom: 14vw;
  }
  .page-company .section-company::before {
    top: 18vw;
    bottom: 16vw;
    left: 6vw;
    width: 14vw;
    border-radius: 8vw;
  }
  .page-company .page-card.is-company-unified {
    width: 100%;
    padding: 9vw 6vw 11vw;
    border-radius: 9vw;
  }
  .page-company .box-company-section {
    padding: 6vw 0 8vw;
  }
  .page-company .box-company-row {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .page-company .section-head-en-sm {
    font-size: 9vw;
  }
  .page-company .section-head-ja-sm {
    font-size: 2.8vw;
  }
  .page-company .box-message-content {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
  .page-company .box-message-catch {
    font-size: 5.2vw;
    line-height: 1.6;
  }
  .page-company .box-message-text {
    margin-top: 4vw;
  }
  .page-company .box-message-text p,
  .page-company .box-policy-text p,
  .page-company .table-outline th,
  .page-company .table-outline td,
  .page-company .text-outline-note,
  .page-company .text-outline-sub,
  .page-company .text-outline-detail {
    font-size: 3.25vw;
    line-height: 1.9;
  }
  .page-company .box-message-profile {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
  }
  .page-company .box-message-bubble {
    top: -10vw;
    right: -6vw;
    width: 24vw;
    height: 24vw;
    font-size: 2.4vw;
  }
  .page-company .box-message-bubble::after {
    bottom: 6vw;
    width: 14vw;
    height: 2vw;
  }
  .page-company .table-outline th,
  .page-company .table-outline td {
    display: block;
    width: 100%;
    padding: 2.6vw 0;
  }
  .page-company .table-outline td {
    padding-top: 0;
  }
  .page-company .btn-map {
    min-width: 24vw;
    height: 6.4vw;
    padding: 0 3.6vw;
    font-size: 2.6vw;
  }
}
.page-history {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.page-history .section-container {
  max-width: 1160px;
  padding: 0 30px;
}

.page-history .page-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 620px;
  background: radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0) 30%), radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.58) 0, rgba(255, 255, 255, 0) 23%), linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.page-history .bg-bubble {
  z-index: 0;
  opacity: 0.98;
  filter: blur(1.2px);
}

.page-history .bg-bubble-history-01 {
  top: 174px;
  right: 56px;
  width: 174px;
  height: 174px;
}

.page-history .bg-bubble-history-02 {
  top: 1162px;
  left: -28px;
  width: 316px;
  height: 316px;
}

.page-history .bg-bubble-history-03 {
  top: 598px;
  left: -34px;
  width: 76px;
  height: 76px;
}

.page-history .bg-bubble-history-04 {
  top: 1000px;
  right: 60px;
  width: 122px;
  height: 122px;
}

.page-history .section-page-hero {
  padding: 58px 0 18px;
}

.page-history .page-title-group {
  width: min(100%, 1100px);
  margin: 0 auto;
  min-height: 160px;
}

.page-history .page-title-en {
  display: none;
}

.page-history .page-title-ja {
  position: static;
  color: #1d4fcc;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  transform: none;
}

.page-history .section-history {
  position: relative;
  padding-bottom: 78px;
}

.page-history .section-history::before {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 112px;
  left: calc(50% - 550px);
  width: 92px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.18) 100%);
  pointer-events: none;
}

.page-history .box-history-card {
  width: min(100%, 1100px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 158px 54px 22px;
  border-radius: 52px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 60px rgba(29, 116, 184, 0.08);
}

.page-history .box-history-card.fade-in.show {
  width: min(100%, 1100px);
  max-width: 1100px;
  padding: 80px 70px 70px;
}

.page-history .box-history-bg-text {
  top: 70%;
  right: 140px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-family: "Futura", sans-serif;
  font-size: 196px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(120, 127, 150, 0.1);
}

.page-history .timeline-history {
  max-width: 870px;
}

.page-history .timeline-entry {
  position: relative;
  width: 100%;
  grid-template-columns: 78px 10px 44px minmax(0, 1fr);
  gap: 0 16px;
  align-items: start;
  padding-bottom: 14px;
}

.page-history .timeline-entry::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: -14px;
  left: 101px;
  width: 3px;
  background: var(--entry-color);
  opacity: 0.5;
  z-index: 1;
}

.page-history .timeline-entry .timeline-dot::after {
  content: none;
}

.page-history .timeline-year {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 0;
}

.page-history .timeline-month {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  padding-top: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 0;
  text-align: right;
}

.page-history .timeline-month small {
  font-size: 21px;
  font-weight: inherit;
  line-height: inherit;
}

.page-history .timeline-dot {
  top: 15px;
  width: 15px;
  height: 15px;
  z-index: 2;
}

.page-history .timeline-text {
  padding-top: 0;
  color: #7b8592;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0;
}

.page-history .box-history-back {
  margin-top: 18px;
}

.page-history .btn-back-company {
  position: relative;
  width: 220px;
  height: 36px;
  padding: 0 38px 0 20px;
  box-sizing: border-box;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 22px rgba(0, 114, 186, 0.16);
}

.page-history .btn-back-company::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  background: url("/assets/image/common/news-detail-arrow.svg") center/contain no-repeat;
  transform: translateY(-50%);
}

@media (max-width: 1279px) {
  .page-history .section-container {
    width: 100%;
    padding: 0 24px;
  }
  .page-history .bg-bubble-history-01 {
    right: 24px;
  }
  .page-history .bg-bubble-history-02 {
    left: -84px;
    width: 272px;
    height: 272px;
  }
  .page-history .bg-bubble-history-03 {
    left: -26px;
  }
  .page-history .bg-bubble-history-04 {
    right: 26px;
  }
  .page-history .section-page-hero {
    padding: 44px 0 18px;
  }
  .page-history .page-title-ja {
    font-size: 38px;
  }
  .page-history .section-history::before {
    left: 24px;
    width: 78px;
  }
  .page-history .box-history-card {
    width: min(100%, 1100px);
    padding: 42px 116px 46px 22px;
    border-radius: 34px;
  }
  .page-history .timeline-entry {
    grid-template-columns: 72px 10px 44px minmax(0, 1fr);
  }
  .page-history .timeline-entry::after {
    left: 95px;
  }
  .page-history .box-history-bg-text {
    right: 34px;
    font-size: 168px;
  }
  .page-history .timeline-history {
    max-width: 700px;
  }
  .page-history .timeline-text {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .page-history .section-container {
    padding: 0 20px;
  }
  .page-history .bg-bubble-history-01 {
    top: 23vw;
    right: -5vw;
    width: 30vw;
    height: 30vw;
  }
  .page-history .bg-bubble-history-02 {
    top: 280vw;
    left: -16vw;
    width: 46vw;
    height: 46vw;
  }
  .page-history .bg-bubble-history-03 {
    top: 128vw;
    left: -5vw;
    width: 13vw;
    height: 13vw;
  }
  .page-history .bg-bubble-history-04 {
    top: 236vw;
    right: -4vw;
    width: 22vw;
    height: 22vw;
  }
  .page-history .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-history .page-title-ja {
    font-size: 7vw;
  }
  .page-history .section-history {
    padding-bottom: 12vw;
  }
  .page-history .section-history::before {
    top: 14vw;
    bottom: 13vw;
    left: 6vw;
    width: 14vw;
    border-radius: 8vw;
  }
  .page-history .box-history-card {
    width: 100%;
    max-width: none;
    padding: 26px 14px 24px 12px;
    border-radius: 9vw;
  }
  .page-history .box-history-card.fade-in.show {
    padding: 30px 20px 60px;
  }
  .page-history .box-history-bg-text {
    display: none;
  }
  .page-history .timeline-history {
    max-width: none;
  }
  .page-history .timeline-entry {
    grid-template-columns: 72px 15px 42px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0 10px;
    padding-bottom: 24px;
  }
  .page-history .timeline-entry::after {
    top: 30px;
    bottom: -24px;
    left: 89px;
  }
  .page-history .timeline-entry .timeline-dot::after {
    content: none;
  }
  .page-history .timeline-year {
    line-height: 38px;
  }
  .page-history .timeline-month {
    line-height: 38px;
  }
  .page-history .timeline-month small {
    font-size: 21px;
  }
  .page-history .timeline-dot {
    top: 15px;
    width: 15px;
    height: 15px;
  }
  .page-history .timeline-text {
    padding-top: 0;
    font-size: 18px;
    line-height: 25px;
    min-width: 0;
  }
  .page-history .box-history-back {
    margin-top: 6vw;
  }
  .page-history .btn-back-company {
    min-width: 46vw;
    min-height: 8.5vw;
    padding: 1.6vw 9vw 1.6vw 5.2vw;
    font-size: 3.2vw;
  }
  .page-history .btn-back-company::after {
    right: 3.6vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.page-scenes {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.page-scenes .fade-in {
  opacity: 1;
  transform: none;
  transition: none;
}

.page-scenes .section-container {
  max-width: 1160px;
  padding: 0 30px;
}

.page-scenes .page-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 720px;
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0) 30%), radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.56) 0, rgba(255, 255, 255, 0) 24%), linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.page-scenes .bg-bubble {
  z-index: 0;
  opacity: 0.98;
  filter: blur(1.1px);
}

.page-scenes .bg-bubble-scenes-01 {
  top: 182px;
  left: 18px;
  width: 178px;
  height: 178px;
}

.page-scenes .bg-bubble-scenes-02 {
  top: 1222px;
  right: 28px;
  width: 148px;
  height: 148px;
}

.page-scenes .section-page-hero {
  padding: 58px 0 18px;
}

.page-scenes .page-title-group {
  width: min(100%, 1100px);
  margin: 0 auto;
  min-height: 160px;
}

.page-scenes .page-title-en {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.page-scenes .page-title-ja {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  color: #1d4fcc;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  transform: translateY(-50%);
  z-index: 1;
}

.page-scenes .section-scenes-detail {
  position: relative;
  padding-bottom: 24px;
}

.page-scenes .page-scenes-card {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 52px 66px 42px;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(29, 116, 184, 0.08);
}

.box-scenes-intro {
  padding-bottom: 28px;
  border-bottom: 0;
}

.box-scenes-intro-title {
  color: #1d4fcc;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.box-scenes-intro-copy {
  margin-top: 8px;
  color: #818181;
}

.box-scenes-intro-text {
  color: inherit;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.box-scenes-intro-text + .box-scenes-intro-text {
  margin-top: 8px;
}

.box-scenes-intro-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.btn-scenes-primary,
.btn-scenes-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 38px 0 22px;
  border-radius: 999px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #3cb4f2 0%, #1d79cf 100%);
  box-shadow: 0 10px 20px rgba(29, 116, 184, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-scenes-primary {
  min-width: 326px;
  width: 326px;
  height: 36px;
  min-height: 36px;
  padding: 0 44px 0 22px;
  font-size: 18px;
}

.btn-scenes-secondary {
  min-width: 164px;
  font-size: 16px;
  white-space: nowrap;
}

.btn-scenes-primary::after,
.btn-scenes-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  background: url("/assets/image/common/news-detail-arrow.svg") center/contain no-repeat;
  transform: translateY(-50%);
}

.btn-scenes-primary::after {
  width: 18px;
  height: 18px;
  right: 18px;
}

@media (min-width: 768px) {
  .btn-scenes-primary:hover,
  .btn-scenes-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(29, 116, 184, 0.2);
    opacity: 1;
  }
}
.box-scenes-list {
  margin-top: 10px;
}

.page-scenes .box-scene-entry.fade-in {
  opacity: 1;
  transform: none;
}

.box-scene-entry-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.box-scene-entry-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.box-scene-entry-subtitle {
  margin-top: 30px;
  color: #7b8592;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.04em;
}

.box-scene-entry {
  padding: 26px 0 24px;
  border-bottom: 0;
}

.box-scene-entry-head {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 24px;
  align-items: start;
}

.box-scene-entry-copy {
  display: contents;
}

.box-scene-entry-head .box-scene-entry-title {
  grid-column: 1;
  grid-row: 1;
}

.box-scene-entry-head .box-scene-entry-meta {
  grid-column: 1;
  grid-row: 2;
}

.box-scene-entry-head .btn-scenes-secondary {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.box-scene-entry-title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  color: inherit;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.box-scene-entry-tag {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 80px;
  padding: 0 12px;
  border-radius: 10px;
  background: #FFBA00;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}

.box-scene-entry-name {
  color: #0B29A8;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.box-scene-entry-meta {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #7b8592;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.04em;
}

.box-scene-entry-text {
  margin-top: 10px;
  color: #7b8592;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.box-scene-entry-body .box-scene-entry-text,
.box-scene-entry-group .box-scene-entry-text {
  margin-top: 0;
}

.box-scene-entry-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.box-scene-entry-list-item {
  color: #818181;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.box-scenes-nav {
  margin-top: 24px;
  padding-top: 2px;
  gap: 10px 22px;
  justify-content: center;
}

.page-scenes .box-category-nav-link.is-inline {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #7b8592;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.page-scenes .box-category-nav-link.is-inline:hover {
  color: #1d4fcc;
  opacity: 1;
}

.page-scenes .box-category-nav-arrow.is-inline {
  display: inline-block;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M6.44555 3.946C6.74269 3.64886 7.23 3.64886 7.52714 3.946L11.3068 7.73749C11.596 8.02671 11.6039 8.49421 11.3305 8.79135L7.60638 12.5274C7.45583 12.6779 7.2617 12.7532 7.0636 12.7532C6.86947 12.7532 6.67138 12.6779 6.52479 12.5313C6.22765 12.2342 6.22369 11.7509 6.52479 11.4498L9.69031 8.23669L6.44555 5.02362C6.14445 4.73045 6.14445 4.2471 6.44555 3.946Z' fill='%23818181'/%3E%3Cpath d='M0 8.24066C0 12.7928 3.68849 16.4813 8.24066 16.4813C12.7928 16.4813 16.4813 12.7928 16.4813 8.24066C16.4813 3.68849 12.7928 0 8.24066 0C3.68849 0 0 3.68849 0 8.24066ZM1.26779 8.24066C1.26779 6.37859 1.99281 4.62745 3.31211 3.31211C4.62745 1.99281 6.37859 1.26779 8.24066 1.26779C10.1027 1.26779 11.8539 1.99281 13.1692 3.31211C14.4885 4.62745 15.2135 6.37859 15.2135 8.24066C15.2135 10.1027 14.4885 11.8539 13.1692 13.1692C11.8539 14.4885 10.1027 15.2135 8.24066 15.2135C6.37859 15.2135 4.62745 14.4885 3.31211 13.1692C1.99281 11.8539 1.26779 10.1027 1.26779 8.24066Z' fill='%23818181'/%3E%3C/svg%3E") center/17px 17px no-repeat;
  color: transparent;
  font-size: 0;
}

.page-scenes .footer-main.fade-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1279px) {
  .page-scenes .section-container {
    width: 100%;
    padding: 0 24px;
  }
  .page-scenes .bg-bubble-scenes-01 {
    left: -16px;
    width: 150px;
    height: 150px;
  }
  .page-scenes .bg-bubble-scenes-02 {
    right: 10px;
    width: 124px;
    height: 124px;
  }
  .page-scenes .section-page-hero {
    padding: 44px 0 18px;
  }
  .page-scenes .page-title-group {
    min-height: 144px;
  }
  .page-scenes .page-title-ja {
    font-size: 34px;
  }
  .page-scenes .page-scenes-card {
    padding: 46px 42px 38px;
    border-radius: 34px;
  }
  .box-scene-entry-head {
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .page-scenes .section-container,
  .page-scenes .footer-site .section-container {
    padding: 0 20px;
  }
  .page-scenes .bg-bubble-scenes-01 {
    top: 26vw;
    left: -5vw;
    width: 29vw;
    height: 29vw;
  }
  .page-scenes .bg-bubble-scenes-02 {
    top: 312vw;
    right: -3vw;
    width: 23vw;
    height: 23vw;
  }
  .page-scenes .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-scenes .page-title-group {
    min-height: 19.7333333333vw;
  }
  .page-scenes .page-title-ja {
    font-size: 7vw;
  }
  .page-scenes .section-scenes-detail {
    padding-bottom: 5vw;
  }
  .page-scenes .page-scenes-card {
    width: 100%;
    padding: 8vw 5vw 7vw;
    border-radius: 9vw;
  }
  .box-scenes-intro {
    padding-bottom: 6vw;
  }
  .box-scenes-intro-title {
    font-size: 5vw;
    line-height: 1.6;
  }
  .box-scenes-intro-copy {
    margin-top: 2vw;
  }
  .box-scenes-intro-text,
  .box-scene-entry-text {
    font-size: 3.5vw;
    line-height: 1.9;
  }
  .box-scenes-intro-text + .box-scenes-intro-text {
    margin-top: 2vw;
  }
  .box-scenes-intro-action {
    margin-top: 5vw;
  }
  .btn-scenes-primary,
  .btn-scenes-secondary {
    width: 100%;
    min-width: 0;
    min-height: 10vw;
    padding: 0 10vw 0 5vw;
    font-size: 3.2vw;
  }
  .btn-scenes-primary::after,
  .btn-scenes-secondary::after {
    right: 4vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
  .box-scenes-list {
    margin-top: 0;
  }
  .box-scene-entry-body,
  .box-scene-entry-group,
  .box-scene-entry-list {
    gap: 2vw;
  }
  .box-scene-entry-subtitle {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  .box-scene-entry {
    padding: 6vw 0;
  }
  .box-scene-entry-head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3vw;
  }
  .box-scene-entry-copy {
    display: block;
  }
  .box-scene-entry-head .box-scene-entry-title,
  .box-scene-entry-head .box-scene-entry-meta,
  .box-scene-entry-head .btn-scenes-secondary {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
  }
  .box-scene-entry-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2vw;
    font-size: 4.5vw;
    line-height: 1.55;
  }
  .box-scene-entry-tag {
    width: 58.6666666667vw;
    height: 16vw;
    font-size: 4.8vw;
  }
  .box-scene-entry-name {
    font-size: 5.8666666667vw;
  }
  .box-scene-entry-meta {
    margin-top: 1vw;
    font-size: 3vw;
    line-height: 1.7;
  }
  .box-scene-entry-text {
    margin-top: 2vw;
  }
  .box-scene-entry-body .box-scene-entry-text,
  .box-scene-entry-group .box-scene-entry-text,
  .box-scene-entry-list-item {
    margin-top: 0;
  }
  .box-scenes-nav {
    margin-top: 5vw;
    padding-top: 1vw;
    gap: 2vw 4vw;
  }
  .page-scenes .box-category-nav-link.is-inline {
    font-size: 2.9vw;
  }
  .page-scenes .box-category-nav-arrow.is-inline {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    margin-left: 1.6vw;
    background-size: 100% 100%;
  }
}
/* Product category landing page refinements */
.page-dry-gas-meter,
.page-digital-counter,
.page-caloric,
.page-accessory {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.page-dry-gas-meter .fade-in,
.page-digital-counter .fade-in,
.page-caloric .fade-in,
.page-accessory .fade-in {
  opacity: 1;
  transform: none;
  transition: none;
}
.page-dry-gas-meter .page-container,
.page-digital-counter .page-container,
.page-caloric .page-container,
.page-accessory .page-container {
  position: relative;
  overflow: hidden;
}
.page-dry-gas-meter .page-main .section-container,
.page-dry-gas-meter .footer-site .section-container,
.page-digital-counter .page-main .section-container,
.page-digital-counter .footer-site .section-container,
.page-caloric .page-main .section-container,
.page-caloric .footer-site .section-container,
.page-accessory .page-main .section-container,
.page-accessory .footer-site .section-container {
  max-width: 1100px;
  padding: 0 24px;
}
.page-dry-gas-meter .section-page-hero,
.page-digital-counter .section-page-hero,
.page-caloric .section-page-hero,
.page-accessory .section-page-hero {
  padding: 58px 0 18px;
}
.page-dry-gas-meter .page-title-group,
.page-digital-counter .page-title-group,
.page-caloric .page-title-group,
.page-accessory .page-title-group {
  position: relative;
  max-width: 1100px;
  min-height: 160px;
  padding-left: 92px;
}
.page-dry-gas-meter .page-title-en,
.page-digital-counter .page-title-en,
.page-caloric .page-title-en,
.page-accessory .page-title-en {
  color: rgba(255, 255, 255, 0.72);
  font-size: 108px;
  line-height: 0.9;
  letter-spacing: 0.03em;
}
.page-dry-gas-meter .page-title-ja,
.page-digital-counter .page-title-ja,
.page-caloric .page-title-ja,
.page-accessory .page-title-ja {
  top: 56px;
  left: 0;
  font-size: 34px;
  letter-spacing: 0.04em;
}
.page-dry-gas-meter .section-product-detail,
.page-digital-counter .section-product-detail,
.page-caloric .section-product-detail,
.page-accessory .section-product-detail {
  padding-bottom: 92px;
}
.page-dry-gas-meter .page-product-detail,
.page-digital-counter .page-product-detail,
.page-caloric .page-product-detail,
.page-accessory .page-product-detail {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 58px 76px 48px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 72px rgba(18, 77, 128, 0.08);
}
.page-dry-gas-meter .box-product-catalog-area,
.page-digital-counter .box-product-catalog-area,
.page-caloric .box-product-catalog-area,
.page-accessory .box-product-catalog-area {
  margin-top: 24px;
}
.page-dry-gas-meter .btn-catalog,
.page-digital-counter .btn-catalog,
.page-caloric .btn-catalog,
.page-accessory .btn-catalog {
  gap: 10px;
  min-width: 234px;
  min-height: 34px;
  padding: 0 18px 0 22px;
  font-size: 12px;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 22px rgba(29, 116, 184, 0.16);
}
.page-dry-gas-meter .btn-catalog-arrow,
.page-digital-counter .btn-catalog-arrow,
.page-caloric .btn-catalog-arrow,
.page-accessory .btn-catalog-arrow {
  width: 14px;
  height: 14px;
  background: url("../../assets/image/products/61db57748cd9a0e145fb4c7e788b7878ad489705.svg") center/contain no-repeat;
  color: transparent;
  font-size: 0;
}
.page-dry-gas-meter .box-product-lineup,
.page-digital-counter .box-product-lineup,
.page-caloric .box-product-lineup,
.page-accessory .box-product-lineup {
  margin-top: 36px;
}
.page-dry-gas-meter .box-category-nav.is-inline,
.page-digital-counter .box-category-nav.is-inline,
.page-caloric .box-category-nav.is-inline,
.page-accessory .box-category-nav.is-inline {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  justify-content: space-between;
  gap: 12px 16px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(29, 116, 184, 0.1);
}
.page-dry-gas-meter .box-category-nav-link.is-inline,
.page-digital-counter .box-category-nav-link.is-inline,
.page-caloric .box-category-nav-link.is-inline,
.page-accessory .box-category-nav-link.is-inline {
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #8a8a8a;
}
.page-dry-gas-meter .box-category-nav-arrow.is-inline,
.page-digital-counter .box-category-nav-arrow.is-inline,
.page-caloric .box-category-nav-arrow.is-inline,
.page-accessory .box-category-nav-arrow.is-inline {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  background: url("../../assets/image/products/46ef47ff8ed82ad948ebf501bedd1f669a87c167.svg") center/contain no-repeat;
  color: transparent;
  font-size: 0;
}
.page-dry-gas-meter .card-product-chip::after,
.page-digital-counter .card-product-chip::after,
.page-caloric .card-product-chip::after,
.page-accessory .card-product-chip::after {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background: url("../../assets/image/products/61db57748cd9a0e145fb4c7e788b7878ad489705.svg") center/contain no-repeat;
}

.page-dry-gas-meter .page-product-detail-bubble {
  opacity: 0.88;
  filter: blur(1.5px);
}
.page-dry-gas-meter .page-product-detail-bubble.is-left {
  top: 18px;
  left: calc(50% - 622px);
  width: 264px;
}
.page-dry-gas-meter .page-product-detail-bubble.is-right {
  top: 900px;
  right: calc(50% - 612px);
  width: 188px;
}
.page-dry-gas-meter .box-product-detail-block.is-features {
  margin-top: 38px;
}
.page-dry-gas-meter .box-product-detail-title {
  font-size: 25px;
  line-height: 1.5;
}
.page-dry-gas-meter .box-product-detail-grid {
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 18px 34px;
  margin-top: 12px;
}
.page-dry-gas-meter .box-product-detail-grid.is-dry {
  grid-template-columns: minmax(0, 1fr) 292px;
}
.page-dry-gas-meter .box-product-detail-copy {
  max-width: 448px;
  padding-top: 0;
}
.page-dry-gas-meter .box-product-detail-text {
  font-size: 13px;
  line-height: 1.92;
}
.page-dry-gas-meter .box-product-detail-figure.is-dry {
  align-self: start;
  justify-content: flex-start;
  padding-top: 0;
}
.page-dry-gas-meter .box-product-detail-figure-image {
  max-width: 292px;
}
.page-dry-gas-meter .box-product-feature-callout {
  grid-template-columns: 218px minmax(0, 1fr);
  gap: 28px;
}
.page-dry-gas-meter .grid-product-cards.is-dry {
  gap: 32px 24px;
}
.page-dry-gas-meter .card-product-thumb.is-dry {
  height: 168px;
}

.page-digital-counter .grid-product-cards,
.page-caloric .grid-product-cards,
.page-accessory .grid-product-cards {
  gap: 28px 24px;
}
.page-digital-counter .card-product,
.page-caloric .card-product,
.page-accessory .card-product {
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
@media (min-width: 768px) {
  .page-digital-counter .card-product:hover,
  .page-caloric .card-product:hover,
  .page-accessory .card-product:hover {
    transform: translateY(-5px);
    box-shadow: none;
  }
  .page-digital-counter .card-product:hover .card-product-thumb,
  .page-caloric .card-product:hover .card-product-thumb,
  .page-accessory .card-product:hover .card-product-thumb {
    box-shadow: 0 24px 40px rgba(29, 116, 184, 0.14);
  }
}
.page-digital-counter .card-product-thumb,
.page-caloric .card-product-thumb,
.page-accessory .card-product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 168px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-digital-counter .card-product-thumb::before, .page-digital-counter .card-product-thumb::after,
.page-caloric .card-product-thumb::before,
.page-caloric .card-product-thumb::after,
.page-accessory .card-product-thumb::before,
.page-accessory .card-product-thumb::after {
  display: none;
}
.page-digital-counter .card-product-thumb img,
.page-caloric .card-product-thumb img,
.page-accessory .card-product-thumb img {
  width: auto;
  max-width: 90%;
  max-height: 100%;
  object-fit: contain;
}

.page-digital-counter .box-product-detail-block {
  max-width: 760px;
}
.page-digital-counter .box-product-detail-title {
  font-size: 25px;
  line-height: 1.5;
}
.page-digital-counter .box-product-detail-text {
  font-size: 13px;
  line-height: 1.92;
}
.page-digital-counter .card-product-chip.is-tight {
  letter-spacing: -0.1em;
}

.page-caloric .page-product-detail,
.page-accessory .page-product-detail {
  padding-top: 42px;
}

.page-dry-gas-meter .box-product-detail-title,
.page-digital-counter .box-product-detail-title,
.page-caloric .box-product-detail-title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 50px;
}
.page-dry-gas-meter .box-product-detail-text,
.page-digital-counter .box-product-detail-text,
.page-caloric .box-product-detail-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.page-dry-gas-meter .box-product-catalog-area,
.page-digital-counter .box-product-catalog-area,
.page-caloric .box-product-catalog-area {
  margin-top: 50px;
}
.page-dry-gas-meter .btn-catalog,
.page-digital-counter .btn-catalog,
.page-caloric .btn-catalog {
  min-height: 0;
  height: auto;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 36px;
}
.page-dry-gas-meter .box-product-lineup,
.page-digital-counter .box-product-lineup,
.page-caloric .box-product-lineup {
  margin-top: 50px;
}
.page-dry-gas-meter .card-product-chip,
.page-digital-counter .card-product-chip,
.page-caloric .card-product-chip {
  height: 36px;
  font-size: 16px;
}
.page-dry-gas-meter .box-category-nav.is-inline,
.page-digital-counter .box-category-nav.is-inline,
.page-caloric .box-category-nav.is-inline {
  border-top: 0;
}
.page-dry-gas-meter .box-category-nav-link.is-inline,
.page-digital-counter .box-category-nav-link.is-inline,
.page-caloric .box-category-nav-link.is-inline {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.page-dry-gas-meter .box-product-feature-callout {
  grid-template-columns: 286px minmax(0, 1fr);
}

@media (max-width: 1279px) {
  .page-dry-gas-meter .page-main .section-container,
  .page-dry-gas-meter .footer-site .section-container,
  .page-digital-counter .page-main .section-container,
  .page-digital-counter .footer-site .section-container,
  .page-caloric .page-main .section-container,
  .page-caloric .footer-site .section-container,
  .page-accessory .page-main .section-container,
  .page-accessory .footer-site .section-container {
    padding: 0 28px;
  }
  .page-dry-gas-meter .section-page-hero,
  .page-digital-counter .section-page-hero,
  .page-caloric .section-page-hero,
  .page-accessory .section-page-hero {
    padding: 44px 0 18px;
  }
  .page-dry-gas-meter .page-title-group,
  .page-digital-counter .page-title-group,
  .page-caloric .page-title-group,
  .page-accessory .page-title-group {
    min-height: 144px;
    padding-left: 72px;
  }
  .page-dry-gas-meter .page-title-en,
  .page-digital-counter .page-title-en,
  .page-caloric .page-title-en,
  .page-accessory .page-title-en {
    font-size: 88px;
  }
  .page-dry-gas-meter .page-title-ja,
  .page-digital-counter .page-title-ja,
  .page-caloric .page-title-ja,
  .page-accessory .page-title-ja {
    top: 48px;
    left: 0;
    font-size: 30px;
  }
  .page-dry-gas-meter .page-product-detail,
  .page-digital-counter .page-product-detail,
  .page-caloric .page-product-detail,
  .page-accessory .page-product-detail {
    padding: 48px 52px 42px;
    border-radius: 40px;
  }
  .page-dry-gas-meter .box-category-nav.is-inline,
  .page-digital-counter .box-category-nav.is-inline,
  .page-caloric .box-category-nav.is-inline,
  .page-accessory .box-category-nav.is-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }
  .page-dry-gas-meter .page-product-detail-bubble.is-left {
    top: 32px;
    left: -12px;
    width: 224px;
  }
  .page-dry-gas-meter .page-product-detail-bubble.is-right {
    top: 920px;
    right: -24px;
    width: 160px;
  }
  .page-dry-gas-meter .box-product-detail-grid {
    grid-template-columns: minmax(0, 1fr) 252px;
    gap: 18px 24px;
  }
  .page-dry-gas-meter .box-product-detail-grid.is-dry {
    grid-template-columns: minmax(0, 1fr) 252px;
  }
  .page-dry-gas-meter .box-product-detail-copy {
    max-width: none;
  }
  .page-dry-gas-meter .box-product-feature-callout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
  }
  .page-dry-gas-meter .grid-product-cards.is-dry {
    gap: 26px 20px;
  }
  .page-dry-gas-meter .card-product-thumb.is-dry {
    height: 152px;
  }
  .page-dry-gas-meter .box-product-detail-grid,
  .page-dry-gas-meter .box-product-feature-callout,
  .page-digital-counter .box-product-detail-grid,
  .page-digital-counter .box-product-feature-callout,
  .page-caloric .box-product-detail-grid,
  .page-caloric .box-product-feature-callout {
    grid-template-columns: 1fr;
  }
  .page-dry-gas-meter .box-product-detail-grid.is-dry {
    grid-template-columns: 1fr;
  }
  .page-digital-counter .grid-product-cards,
  .page-caloric .grid-product-cards,
  .page-accessory .grid-product-cards {
    gap: 24px 20px;
  }
  .page-digital-counter .card-product-thumb,
  .page-caloric .card-product-thumb,
  .page-accessory .card-product-thumb {
    height: 152px;
  }
}
@media (max-width: 767px) {
  .page-dry-gas-meter .page-main .section-container,
  .page-dry-gas-meter .footer-site .section-container,
  .page-digital-counter .page-main .section-container,
  .page-digital-counter .footer-site .section-container,
  .page-caloric .page-main .section-container,
  .page-caloric .footer-site .section-container,
  .page-accessory .page-main .section-container,
  .page-accessory .footer-site .section-container {
    padding: 0 5.3333333333vw;
  }
  .page-dry-gas-meter .section-page-hero,
  .page-digital-counter .section-page-hero,
  .page-caloric .section-page-hero,
  .page-accessory .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-dry-gas-meter .page-title-group,
  .page-digital-counter .page-title-group,
  .page-caloric .page-title-group,
  .page-accessory .page-title-group {
    min-height: 19.7333333333vw;
    padding-left: 9.6vw;
  }
  .page-dry-gas-meter .page-title-en,
  .page-digital-counter .page-title-en,
  .page-caloric .page-title-en,
  .page-accessory .page-title-en {
    font-size: 11.7333333333vw;
    line-height: 0.95;
  }
  .page-dry-gas-meter .page-title-ja,
  .page-digital-counter .page-title-ja,
  .page-caloric .page-title-ja,
  .page-accessory .page-title-ja {
    top: 50%;
    left: 0;
    font-size: 5.8666666667vw;
  }
  .page-dry-gas-meter .page-product-detail,
  .page-digital-counter .page-product-detail,
  .page-caloric .page-product-detail,
  .page-accessory .page-product-detail {
    padding: 8.5333333333vw 5.8666666667vw 7.4666666667vw;
    border-radius: 7.4666666667vw;
  }
  .page-dry-gas-meter .box-product-catalog-area,
  .page-digital-counter .box-product-catalog-area,
  .page-caloric .box-product-catalog-area,
  .page-accessory .box-product-catalog-area {
    margin-top: 4.8vw;
  }
  .page-dry-gas-meter .btn-catalog,
  .page-digital-counter .btn-catalog,
  .page-caloric .btn-catalog,
  .page-accessory .btn-catalog {
    gap: 2.1333333333vw;
    min-height: 8vw;
    padding: 0 4.2666666667vw;
    font-size: 3.0666666667vw;
  }
  .page-dry-gas-meter .btn-catalog-arrow,
  .page-digital-counter .btn-catalog-arrow,
  .page-caloric .btn-catalog-arrow,
  .page-accessory .btn-catalog-arrow {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .page-dry-gas-meter .box-product-lineup,
  .page-digital-counter .box-product-lineup,
  .page-caloric .box-product-lineup,
  .page-accessory .box-product-lineup {
    margin-top: 5.8666666667vw;
  }
  .page-dry-gas-meter .card-product,
  .page-digital-counter .card-product,
  .page-caloric .card-product,
  .page-accessory .card-product {
    max-width: 58.6666666667vw;
    margin: 0 auto;
  }
  .page-dry-gas-meter .card-product-chip,
  .page-digital-counter .card-product-chip,
  .page-caloric .card-product-chip,
  .page-accessory .card-product-chip {
    min-height: 6.4vw;
    margin-top: 2.6666666667vw;
    padding: 0 3.2vw;
    font-size: 3.0666666667vw;
  }
  .page-dry-gas-meter .card-product-chip::after,
  .page-digital-counter .card-product-chip::after,
  .page-caloric .card-product-chip::after,
  .page-accessory .card-product-chip::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .page-dry-gas-meter .box-category-nav.is-inline,
  .page-digital-counter .box-category-nav.is-inline,
  .page-caloric .box-category-nav.is-inline,
  .page-accessory .box-category-nav.is-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.1333333333vw 3.7333333333vw;
    margin-top: 4.8vw;
    padding-top: 4.2666666667vw;
  }
  .page-dry-gas-meter .box-category-nav-link.is-inline,
  .page-digital-counter .box-category-nav-link.is-inline,
  .page-caloric .box-category-nav-link.is-inline,
  .page-accessory .box-category-nav-link.is-inline {
    font-size: 2.9333333333vw;
  }
  .page-dry-gas-meter .box-category-nav-arrow.is-inline,
  .page-digital-counter .box-category-nav-arrow.is-inline,
  .page-caloric .box-category-nav-arrow.is-inline,
  .page-accessory .box-category-nav-arrow.is-inline {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-left: 1.0666666667vw;
  }
  .page-dry-gas-meter .page-product-detail-bubble.is-left {
    top: 1.6vw;
    left: -7.4666666667vw;
    width: 29.3333333333vw;
  }
  .page-dry-gas-meter .page-product-detail-bubble.is-right {
    top: 104.5333333333vw;
    right: -4.8vw;
    width: 20.2666666667vw;
  }
  .page-dry-gas-meter .box-product-detail-block.is-features {
    margin-top: 6.4vw;
  }
  .page-dry-gas-meter .box-product-detail-title {
    font-size: 4.8vw;
    line-height: 1.55;
  }
  .page-dry-gas-meter .box-product-detail-grid {
    gap: 4.8vw;
    margin-top: 2.1333333333vw;
  }
  .page-dry-gas-meter .box-product-detail-grid.is-dry {
    grid-template-columns: 1fr;
  }
  .page-dry-gas-meter .box-product-detail-text {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .page-dry-gas-meter .box-product-feature-callout {
    gap: 3.2vw;
  }
  .page-dry-gas-meter .grid-product-cards.is-dry {
    gap: 5.8666666667vw;
  }
  .page-dry-gas-meter .card-product-thumb.is-dry {
    height: 35.2vw;
  }
  .page-digital-counter .box-product-detail-title {
    font-size: 4.8vw;
    line-height: 1.55;
  }
  .page-digital-counter .box-product-detail-text {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .page-digital-counter .grid-product-cards,
  .page-caloric .grid-product-cards,
  .page-accessory .grid-product-cards {
    gap: 5.8666666667vw;
  }
  .page-digital-counter .card-product-thumb,
  .page-caloric .card-product-thumb,
  .page-accessory .card-product-thumb {
    height: 35.2vw;
  }
}
/* Product detail pages */
.page-product-single {
  --product-detail-bubble-image: url("/assets/image/products/wet-gas-bubble.png");
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.page-product-single .fade-in {
  opacity: 1;
  transform: none;
  transition: none;
}
.page-product-single .page-container {
  position: relative;
  overflow: hidden;
}
.page-product-single .page-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 720px;
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0) 30%), radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.58) 0, rgba(255, 255, 255, 0) 24%), linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.page-product-single .page-main,
.page-product-single .footer-site {
  position: relative;
  z-index: 1;
}
.page-product-single .page-main .section-container,
.page-product-single .footer-site .section-container {
  max-width: 1160px;
  padding: 0 30px;
}
.page-product-single .page-main::before,
.page-product-single .page-main::after,
.page-product-single .section-product-detail::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: var(--product-detail-bubble-image) center/contain no-repeat;
  opacity: 0.98;
  filter: blur(1.1px);
  pointer-events: none;
}
.page-product-single .page-main::before {
  top: 318px;
  left: calc(50% - 760px);
  width: 352px;
  height: 352px;
}
.page-product-single .page-main::after {
  top: 136px;
  right: calc(50% - 652px);
  width: 182px;
  height: 182px;
}
.page-product-single .section-product-detail::before {
  top: 642px;
  right: calc(50% - 718px);
  width: 124px;
  height: 124px;
}
.page-product-single .section-page-hero {
  padding: 58px 0 18px;
}
.page-product-single .page-title-group {
  position: relative;
  width: min(100%, 1100px);
  margin: 0 auto;
  min-height: 160px;
  padding: 0;
}
.page-product-single .page-title-group::after {
  display: none;
}
.page-product-single .page-title-en {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-family: Futura, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0;
}
.page-product-single .page-title-ja {
  position: absolute;
  top: 56px;
  left: 0;
  color: #1d37bb;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0;
}
.page-product-single .section-product-detail {
  position: relative;
  padding-bottom: 80px;
}
.page-product-single .page-product-detail {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.page-product-single .box-product-info-card {
  position: relative;
  padding: 34px 44px 34px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 54px rgba(29, 116, 184, 0.08);
  overflow: hidden;
}
.page-product-single .box-product-info-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 400px 502px;
  align-items: start;
  justify-content: space-between;
  gap: 20px 18px;
  min-height: 274px;
}
.page-product-single .box-product-info-text {
  width: 400px;
  flex: 0 0 400px;
  max-width: 400px;
  padding-top: 26px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #8a909a;
}
.page-product-single .box-product-info-image {
  width: 502px;
  flex: 0 0 502px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 274px;
  padding-right: 0;
}
.page-product-single .box-product-info-image img {
  width: 100%;
  height: auto;
  max-height: 286px;
  object-fit: contain;
}
.page-product-single .box-product-info-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  margin-top: 28px;
}
.page-product-single .box-product-info-link {
  gap: 8px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #8a909a;
}
.page-product-single .box-product-info-link:hover {
  color: #1d37bb;
}
.page-product-single .box-product-info-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: url("../../assets/image/products/46ef47ff8ed82ad948ebf501bedd1f669a87c167.svg") center/contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.page-product-single .box-product-back {
  position: relative;
  z-index: 1;
  margin-top: 44px;
}
.page-product-single .btn-back {
  gap: 8px;
  width: 222px;
  min-width: 222px;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 5px;
  background: #1437b7;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 22px rgba(20, 55, 183, 0.18);
}
.page-product-single .btn-back span {
  width: 14px;
  height: 14px;
  background: url("../../assets/image/products/61db57748cd9a0e145fb4c7e788b7878ad489705.svg") center/contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  flex: 0 0 auto;
}

.page-product-single.page-dry-gas-meter {
  --product-detail-bubble-image: url("/assets/image/products/dry-gas-bubble.png");
}

@media (max-width: 1279px) {
  .page-product-single .page-main .section-container,
  .page-product-single .footer-site .section-container {
    padding: 0 24px;
  }
  .page-product-single .page-main::before {
    left: -26px;
    width: 290px;
    height: 290px;
  }
  .page-product-single .page-main::after {
    right: -6px;
    width: 150px;
    height: 150px;
  }
  .page-product-single .section-product-detail::before {
    right: -18px;
    width: 104px;
    height: 104px;
  }
  .page-product-single .section-page-hero {
    padding: 44px 0 18px;
  }
  .page-product-single .page-title-group::after {
    display: none;
  }
  .page-product-single .page-title-en {
    font-size: 64px;
    line-height: 64px;
  }
  .page-product-single .page-title-ja {
    top: 48px;
    left: 0;
    font-size: 38px;
    line-height: 44px;
  }
  .page-product-single .box-product-info-inner {
    grid-template-columns: 320px 420px;
    gap: 18px;
    min-height: 258px;
  }
  .page-product-single .box-product-info-text {
    width: auto;
    flex: 1 1 auto;
    max-width: none;
    padding-top: 22px;
  }
  .page-product-single .box-product-info-image {
    width: auto;
    flex: 1 1 auto;
    min-height: 258px;
  }
  .page-product-single .box-product-info-image img {
    width: 100%;
    max-height: 264px;
  }
  .page-product-single .box-product-info-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    margin-top: 24px;
  }
  .page-product-single .box-product-back {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .page-product-single .page-main .section-container,
  .page-product-single .footer-site .section-container {
    padding: 0 20px;
  }
  .page-product-single .page-container::before {
    height: 102vw;
  }
  .page-product-single .page-main::before,
  .page-product-single .page-main::after,
  .page-product-single .section-product-detail::before {
    filter: blur(0.6px);
  }
  .page-product-single .page-main::before {
    top: 36vw;
    left: -7vw;
    width: 33vw;
    height: 33vw;
  }
  .page-product-single .page-main::after {
    top: 27vw;
    right: -4vw;
    width: 21vw;
    height: 21vw;
  }
  .page-product-single .section-product-detail::before {
    top: 106vw;
    right: -3vw;
    width: 16vw;
    height: 16vw;
  }
  .page-product-single .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-product-single .page-title-group::after {
    display: none;
  }
  .page-product-single .page-title-group {
    min-height: 19.7333333333vw;
  }
  .page-product-single .page-title-en {
    display: block;
    font-size: 11.7333333333vw;
    line-height: 11.7333333333vw;
  }
  .page-product-single .page-title-ja {
    top: 50%;
    left: 0;
    font-size: 7.2vw;
    line-height: 1.15;
    transform: translateY(-50%);
  }
  .page-product-single .section-product-detail {
    padding-bottom: 12vw;
  }
  .page-product-single .box-product-info-card {
    padding: 7vw 5vw 8vw;
    border-radius: 10vw;
  }
  .page-product-single .box-product-info-inner {
    grid-template-columns: 1fr;
    gap: 3vw;
    justify-content: normal;
    min-height: 0;
  }
  .page-product-single .box-product-info-text {
    width: auto;
    flex: none;
    max-width: none;
    padding-top: 0;
    font-size: 3.4vw;
    line-height: 1.9;
  }
  .page-product-single .box-product-info-image {
    width: 100%;
    flex: none;
    min-height: 0;
  }
  .page-product-single .box-product-info-image img {
    width: 72vw;
    max-height: 48vw;
  }
  .page-product-single .box-product-info-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3vw 5vw;
    margin-top: 6vw;
  }
  .page-product-single .box-product-info-link {
    gap: 1.6vw;
    font-size: 3.1vw;
  }
  .page-product-single .box-product-info-link span {
    width: 4vw;
    height: 4vw;
    font-size: 2.4vw;
  }
  .page-product-single .box-product-back {
    margin-top: 8vw;
  }
  .page-product-single .btn-back {
    width: 59.2vw;
    min-width: 59.2vw;
    min-height: 10vw;
    padding: 0 6vw;
    font-size: 3.2vw;
    border-radius: 1.6vw;
  }
}
/* Service estimate page refinements */
.page-estimate {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  background: #edf8ff;
}
.page-estimate .fade-in {
  opacity: 1;
  transform: none;
  transition: none;
}
.page-estimate .page-container {
  position: relative;
  overflow: hidden;
}
.page-estimate .page-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 760px;
  background: radial-gradient(circle at 18% 16%, rgba(177, 222, 246, 0.4) 0, rgba(177, 222, 246, 0) 25%), radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.page-estimate .page-main,
.page-estimate .footer-site {
  position: relative;
  z-index: 1;
}
.page-estimate .page-main {
  padding-top: 104px;
}
.page-estimate .page-main .section-container,
.page-estimate .footer-site .section-container {
  width: min(100%, 1100px);
  max-width: 1100px;
  padding: 0;
}
.page-estimate .section-page-hero {
  padding: 58px 0 18px;
}
.page-estimate .page-title-group {
  position: relative;
  width: 100%;
  min-height: 160px;
}
.page-estimate .page-title-en {
  color: rgba(255, 255, 255, 0.58);
  font-family: Futura, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.page-estimate .page-title-ja {
  top: 34px;
  transform: none;
  color: #1d37bb;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.page-estimate .section-service {
  padding-bottom: 56px;
}
.page-estimate .page-card,
.page-estimate .page-card.is-large {
  width: 100%;
  padding: 120px 60px 80px;
  border-radius: 54px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 60px rgba(29, 116, 184, 0.06);
}
.page-estimate .section-head {
  display: none;
}
.page-estimate .nav-service-tabs {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.page-estimate .nav-service-tab {
  width: 220px;
  min-height: 36px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #8fc9f6;
  background: #ffffff;
  color: #24a3f3;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  box-shadow: none;
}
.page-estimate .nav-service-tab.is-current {
  border: none;
  background: linear-gradient(to right, #005C8D, #00A7FF);
  color: #ffffff;
  box-shadow: none;
}
.page-estimate .form-service {
  width: 100%;
  max-width: 600px;
  margin: 28px auto 0;
  gap: 30px;
}
.page-estimate .form-row {
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 0;
  border-top: 0;
}
.page-estimate .form-label {
  gap: 8px;
  padding-top: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.page-estimate .badge-required {
  min-width: 45px;
  min-height: 20px;
  padding: 0;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.page-estimate .form-control,
.page-estimate .form-textarea,
.page-estimate .form-select {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #ffffff;
  font-size: 15px;
}
.page-estimate .form-textarea {
  min-height: 90px;
  padding: 10px 12px;
}
.page-estimate .form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6f6f6f 50%), linear-gradient(135deg, #6f6f6f 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.page-estimate .form-control::placeholder,
.page-estimate .form-textarea::placeholder {
  color: #c4c4c4;
}
.page-estimate .form-meter-clear-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page-estimate .btn-meter-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  min-width: 270px;
  height: 36px;
  min-height: 36px;
  padding: 0 20px;
  border: 1px solid #6a6a6a;
  border-radius: 999px;
  background: #ffffff;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0;
}
.page-estimate .form-preview-box {
  min-height: 90px;
  padding: 12px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #ffffff;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}
.page-estimate .estimate-meter-builder,
.page-estimate .estimate-config {
  display: grid;
  gap: 14px;
}
.page-estimate .estimate-meter-family-nav {
  max-width: 240px;
}
.page-estimate .estimate-meter-family-select {
  width: 130%;
}
.page-estimate .estimate-meter-cards {
  display: grid;
  gap: 10px;
}
.page-estimate .estimate-meter-card {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #d7e4ee;
  border-radius: 12px;
  background: #ffffff;
}
.page-estimate .estimate-meter-card-head {
  display: grid;
  gap: 2px;
}
.page-estimate .estimate-meter-card-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}
.page-estimate .estimate-meter-model {
  color: #117fd5;
  font-weight: 700;
  font-size: 25px;
}
.page-estimate .estimate-meter-series {
  color: #7a8b98;
  font-size: 12px;
  font-weight: 400;
}
.page-estimate .estimate-meter-range,
.page-estimate .estimate-meter-subnote {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 1.6;
}
.page-estimate .estimate-meter-subnote {
  margin-top: 2px;
}
.page-estimate .estimate-meter-card-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}
.page-estimate .estimate-meter-field {
  display: grid;
  gap: 4px;
}
.page-estimate .estimate-meter-field-label {
  color: #56738b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.page-estimate .estimate-meter-material-fixed {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: #5a5a5a;
  font-size: 18px;
}
.page-estimate .estimate-meter-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.page-estimate .estimate-meter-inline .form-select,
.page-estimate .estimate-meter-inline .form-control,
.page-estimate .estimate-meter-field > .form-select,
.page-estimate .estimate-meter-field > .form-control {
  min-width: 88px;
  min-height: 36px;
  font-size: 18px;
}
.page-estimate .estimate-meter-inline .form-control.is-quantity,
.page-estimate .estimate-meter-field > .form-control.is-quantity {
  width: 78px;
  min-width: 78px;
}
.page-estimate .estimate-meter-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #117fd5;
  border-radius: 999px;
  background: transparent;
  color: #117fd5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
  margin-left: auto;
}
.page-estimate .estimate-meter-add:disabled {
  border-color: #bfd8ea;
  color: #9bb6ca;
  cursor: not-allowed;
}
.page-estimate .estimate-meter-empty,
.page-estimate .estimate-config-empty {
  padding: 14px 16px;
  border: 1px dashed #c9d9e6;
  border-radius: 12px;
  background: #f9fcfe;
  color: #7a8b98;
  font-size: 13px;
  line-height: 1.7;
}
.page-estimate .estimate-selected-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-estimate .estimate-selected-item {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid #d7e4ee;
  border-radius: 10px;
  background: #ffffff;
}
.page-estimate .estimate-selected-main {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  justify-content: space-between;
}
.page-estimate .estimate-selected-label {
  color: #117fd5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}
.page-estimate .estimate-selected-meta {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.6;
}
.page-estimate .estimate-selected-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #d7e4ee;
  border-radius: 999px;
  background: #ffffff;
  color: #7a8b98;
  font-size: 12px;
  line-height: 28px;
}
.page-estimate .estimate-config-card {
  border: 1px solid #d7e4ee;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}
.page-estimate .estimate-config-card-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.page-estimate .estimate-config-card-toggle-text {
  display: grid;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.page-estimate .estimate-config-card-title {
  color: #117fd5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}
.page-estimate .estimate-config-card-meta {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.6;
}
.page-estimate .estimate-config-card-arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 8l5 5 5-5' fill='none' stroke='%237a8b98' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform 0.2s ease;
}
.page-estimate .estimate-config-card.is-open .estimate-config-card-arrow {
  transform: rotate(180deg);
}
.page-estimate .estimate-config-card-body {
  display: none;
  padding: 0 18px 20px;
}
.page-estimate .estimate-config-card.is-open .estimate-config-card-body {
  display: block;
}
.page-estimate .estimate-config-section {
  margin-top: 16px;
}
.page-estimate .estimate-config-section-title {
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.page-estimate .estimate-config-grid {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.page-estimate .estimate-config-option {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
}
.page-estimate .estimate-config-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5a5a5a;
  font-size: 18px;
  line-height: 1.6;
}
.page-estimate .estimate-config-check input {
  width: 22px;
  height: 22px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #7a7a7a;
  background: #ffffff;
}
.page-estimate .estimate-config-check--radio input {
  border-radius: 50%;
}
.page-estimate .estimate-config-check--radio input:checked {
  background: radial-gradient(circle at center, #1d74b8 0 42%, transparent 44% 100%);
}
.page-estimate .estimate-config-check--checkbox input {
  border-radius: 4px;
}
.page-estimate .estimate-config-check--checkbox input:checked {
  border-color: #1d74b8;
  background-color: #1d74b8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1.5 6.5 5.5 10.5 14.5 1.5' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}
.page-estimate .estimate-config-note {
  color: #7a8b98;
  font-size: 15px;
  line-height: 1.6;
}
.page-estimate .estimate-config-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}
.page-estimate .estimate-config-inline .form-select,
.page-estimate .estimate-config-inline .form-control {
  min-height: 36px;
  font-size: 12px;
}
.page-estimate .estimate-config-link {
  color: #117fd5;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}
.page-estimate .form-error {
  margin-top: 6px;
  font-size: 12px;
}
.page-estimate .btn-submit {
  display: flex;
  width: 270px;
  min-width: 0;
  height: 36px;
  min-height: 36px;
  margin: 18px auto 0;
  padding: 0 20px;
  border: 1px solid #117fd5;
  border-radius: 999px;
  background: transparent;
  color: #117fd5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  box-shadow: none;
}
.page-estimate .btn-submit:hover {
  background: linear-gradient(to right, #005C8D, #00A7FF);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(17, 127, 213, 0.16);
}
.page-estimate .bg-bubble {
  top: 164px !important;
  right: calc(50% - 640px) !important;
  width: 184px !important;
  height: 184px !important;
  opacity: 0.96;
  filter: blur(0.4px);
}
.page-estimate .bg-wave {
  display: none;
}

.page-download .download-login-complete {
  display: grid;
  gap: 30px;
  justify-items: center;
  padding: 60px 20px;
  text-align: center;
}
.page-download .download-login-message {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 2;
}
.page-download .download-login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.page-download .download-notice {
  padding: 16px 20px;
  border: 1px dashed #c9d9e6;
  border-radius: 12px;
  background: #f9fcfe;
  color: #7a8b98;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.page-download .download-section {
  margin-top: 40px;
}
.page-download .download-section:first-of-type {
  margin-top: 0;
}
.page-download .download-section-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #117fd5;
  color: #117fd5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.page-download .download-subsection-title {
  margin-top: 24px;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.page-download .download-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.page-download .download-category-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 6px 16px;
  border: 1px solid #117fd5;
  border-radius: 999px;
  background: transparent;
  color: #117fd5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
.page-download .download-category-btn.is-active {
  background: linear-gradient(to right, #005C8D, #00A7FF);
  border-color: transparent;
  color: #ffffff;
}
.page-download .download-panel {
  display: none;
  margin-top: 16px;
}
.page-download .download-panel.is-active {
  display: block;
}
.page-download .download-table {
  width: 100%;
  margin-top: 12px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d7e4ee;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
.page-download .download-table th,
.page-download .download-table td {
  padding: 12px 14px;
  border-top: 1px solid #e4edf4;
  vertical-align: middle;
  font-size: 14px;
}
.page-download .download-table thead th {
  border-top: 0;
  background: #f3f9fd;
  color: #56738b;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.page-download .download-table tbody tr:first-child td {
  border-top: 0;
}
.page-download .download-table tbody td:first-child {
  color: #333;
  font-weight: 500;
}
.page-download .download-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border: 1px solid #117fd5;
  border-radius: 6px;
  background: transparent;
  color: #117fd5;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.page-download .download-link:hover {
  background: #f0f7fd;
}

@media (max-width: 767px) {
  .page-download .download-login-complete {
    padding: 10.6666666667vw 4.2666666667vw;
  }
  .page-download .download-login-message {
    font-size: 3.7333333333vw;
  }
  .page-download .download-section-title {
    font-size: 4.8vw;
  }
  .page-download .download-category-btn {
    font-size: 3.2vw;
    min-height: 9.0666666667vw;
    padding: 1.3333333333vw 3.2vw;
  }
  .page-download .download-table th,
  .page-download .download-table td {
    padding: 2.6666666667vw 2.1333333333vw;
    font-size: 3.2vw;
  }
  .page-download .download-link {
    font-size: 2.9333333333vw;
    padding: 0.8vw 2.1333333333vw;
  }
}
@media (max-width: 1279px) {
  .page-estimate .page-main .section-container,
  .page-estimate .footer-site .section-container {
    width: auto;
    max-width: none;
    padding: 0 24px;
  }
  .page-estimate .page-main {
    padding-top: 96px;
  }
  .page-estimate .page-card,
  .page-estimate .page-card.is-large {
    padding: 34px 64px 52px;
  }
  .page-estimate .bg-bubble {
    right: -14px !important;
  }
}
@media (max-width: 767px) {
  .page-estimate .page-container::before {
    height: 112vw;
  }
  .page-estimate .page-main {
    padding-top: 24.5333333333vw;
  }
  .page-estimate .page-main .section-container,
  .page-estimate .footer-site .section-container {
    padding: 0 5.3333333333vw;
  }
  .page-estimate .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  .page-estimate .page-title-group {
    min-height: 19.7333333333vw;
  }
  .page-estimate .page-title-en {
    font-size: 9.6vw;
  }
  .page-estimate .page-title-ja {
    top: 4.2666666667vw;
    font-size: 6.4vw;
  }
  .page-estimate .page-card,
  .page-estimate .page-card.is-large {
    padding: 6.9333333333vw 5.3333333333vw 7.4666666667vw;
    border-radius: 7.4666666667vw;
  }
  .page-estimate .nav-service-tabs {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    max-width: none;
  }
  .page-estimate .nav-service-tab {
    width: 100%;
    min-height: 11.7333333333vw;
    padding: 2.6666666667vw 3.7333333333vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .page-estimate .form-service {
    max-width: none;
    margin-top: 5.8666666667vw;
    gap: 3.2vw;
  }
  .page-estimate .form-row {
    gap: 1.6vw;
  }
  .page-estimate .form-label {
    gap: 1.6vw;
    font-size: 4.8vw;
  }
  .page-estimate .badge-required {
    min-width: 10.1333333333vw;
    min-height: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .page-estimate .form-control,
  .page-estimate .form-textarea,
  .page-estimate .form-select {
    min-height: 11.2vw;
    padding: 0 3.2vw;
    font-size: 3.2vw;
  }
  .page-estimate .form-textarea,
  .page-estimate .form-preview-box {
    min-height: 24vw;
    padding: 2.6666666667vw 3.2vw;
  }
  .page-estimate .form-meter-clear-wrap {
    margin-top: 3.7333333333vw;
  }
  .page-estimate .btn-meter-clear {
    width: 100%;
    min-width: 0;
    height: 9.6vw;
    min-height: 9.6vw;
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
  .page-estimate .form-preview-box {
    font-size: 3.2vw;
  }
  .page-estimate .estimate-meter-builder,
  .page-estimate .estimate-config {
    gap: 3.2vw;
  }
  .page-estimate .estimate-meter-family-nav {
    max-width: none;
  }
  .page-estimate .estimate-meter-family-select {
    width: 100%;
    font-size: 3.2vw;
  }
  .page-estimate .estimate-meter-empty,
  .page-estimate .estimate-config-empty {
    padding: 3.2vw;
    font-size: 3.2vw;
  }
  .page-estimate .estimate-selected-item {
    padding: 3.2vw;
  }
  .page-estimate .estimate-selected-label {
    font-size: 3.7333333333vw;
  }
  .page-estimate .estimate-selected-meta,
  .page-estimate .estimate-selected-remove {
    font-size: 3.2vw;
  }
  .page-estimate .estimate-config-card {
    border-radius: 4.8vw;
  }
  .page-estimate .estimate-config-card-toggle {
    padding: 3.7333333333vw 3.7333333333vw;
  }
  .page-estimate .estimate-config-card-body {
    padding: 0 3.7333333333vw 4.2666666667vw;
  }
  .page-estimate .estimate-config-card-title {
    font-size: 4.8vw;
  }
  .page-estimate .estimate-config-card-meta,
  .page-estimate .estimate-config-note,
  .page-estimate .estimate-config-link {
    font-size: 3.2vw;
  }
  .page-estimate .estimate-config-section-title,
  .page-estimate .estimate-config-check {
    font-size: 3.7333333333vw;
  }
  .page-estimate .btn-submit {
    width: 100%;
    height: 9.6vw;
    min-height: 9.6vw;
    margin-top: 3.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
  .page-estimate .bg-bubble {
    top: 31.4666666667vw !important;
    right: -7.4666666667vw !important;
    width: 31.4666666667vw !important;
    height: 31.4666666667vw !important;
  }
}
/* Shared service inquiry form page refinements */
:is(.page-repair-estimate, .page-repair-apply) {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  background: #edf8ff;
}
:is(.page-repair-estimate, .page-repair-apply) .fade-in {
  opacity: 1;
  transform: none;
  transition: none;
}
:is(.page-repair-estimate, .page-repair-apply) .page-container {
  position: relative;
  overflow: hidden;
}
:is(.page-repair-estimate, .page-repair-apply) .page-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 760px;
  background: radial-gradient(circle at 18% 16%, rgba(177, 222, 246, 0.4) 0, rgba(177, 222, 246, 0) 25%), radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
:is(.page-repair-estimate, .page-repair-apply) .page-main,
:is(.page-repair-estimate, .page-repair-apply) .footer-site {
  position: relative;
  z-index: 1;
}
:is(.page-repair-estimate, .page-repair-apply) .page-main {
  padding-top: 104px;
}
:is(.page-repair-estimate, .page-repair-apply) .page-main .section-container,
:is(.page-repair-estimate, .page-repair-apply) .footer-site .section-container {
  width: min(100%, 1100px);
  max-width: 1100px;
  padding: 0;
}
:is(.page-repair-estimate, .page-repair-apply) .section-page-hero {
  padding: 58px 0 18px;
}
:is(.page-repair-estimate, .page-repair-apply) .page-title-group {
  position: relative;
  width: 100%;
  min-height: 160px;
}
:is(.page-repair-estimate, .page-repair-apply) .page-title-en {
  color: rgba(255, 255, 255, 0.58);
  font-family: Futura, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
:is(.page-repair-estimate, .page-repair-apply) .page-title-ja {
  top: 34px;
  transform: none;
  color: #1d37bb;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
:is(.page-repair-estimate, .page-repair-apply) .section-service {
  padding-bottom: 56px;
}
:is(.page-repair-estimate, .page-repair-apply) .page-card,
:is(.page-repair-estimate, .page-repair-apply) .page-card.is-large {
  width: 100%;
  padding: 120px 115px 80px;
  border-radius: 54px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 60px rgba(29, 116, 184, 0.06);
}
:is(.page-repair-estimate, .page-repair-apply) .section-head {
  display: none;
}
:is(.page-repair-estimate, .page-repair-apply) .nav-service-tabs {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
:is(.page-repair-estimate, .page-repair-apply) .nav-service-tab {
  width: 220px;
  min-height: 36px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #8fc9f6;
  background: #ffffff;
  color: #24a3f3;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  box-shadow: none;
}
:is(.page-repair-estimate, .page-repair-apply) .nav-service-tab.is-current {
  border: none;
  background: linear-gradient(to right, #005C8D, #00A7FF);
  color: #ffffff;
  box-shadow: none;
}
:is(.page-repair-estimate, .page-repair-apply) .box-service-lead,
:is(.page-repair-estimate, .page-repair-apply) .box-service-links,
:is(.page-repair-estimate, .page-repair-apply) .form-service,
:is(.page-repair-estimate, .page-repair-apply) .form-radio-group,
:is(.page-repair-estimate, .page-repair-apply) .form-check-group,
:is(.page-repair-estimate, .page-repair-apply) .form-inline-group {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
:is(.page-repair-estimate, .page-repair-apply) .box-service-lead {
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
:is(.page-repair-estimate, .page-repair-apply) .box-service-lead + .box-service-lead {
  margin-top: 12px;
}
:is(.page-repair-estimate, .page-repair-apply) .box-service-links {
  gap: 12px 22px;
  margin-top: 20px;
}
:is(.page-repair-estimate, .page-repair-apply) .box-service-links a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
:is(.page-repair-estimate, .page-repair-apply) .form-service {
  margin: 28px auto 0;
  gap: 30px;
}
:is(.page-repair-estimate, .page-repair-apply) .form-row {
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 0;
  border-top: 0;
}
:is(.page-repair-estimate, .page-repair-apply) .form-label {
  gap: 8px;
  padding-top: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
:is(.page-repair-estimate, .page-repair-apply) .badge-required {
  min-width: 45px;
  min-height: 20px;
  padding: 0;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
:is(.page-repair-estimate, .page-repair-apply) .form-control,
:is(.page-repair-estimate, .page-repair-apply) .form-textarea,
:is(.page-repair-estimate, .page-repair-apply) .form-select {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #ffffff;
  font-size: 13px;
}
:is(.page-repair-estimate, .page-repair-apply) .form-textarea {
  min-height: 90px;
  padding: 10px 12px;
}
:is(.page-repair-estimate, .page-repair-apply) .form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6f6f6f 50%), linear-gradient(135deg, #6f6f6f 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
:is(.page-repair-estimate, .page-repair-apply) .form-control::placeholder,
:is(.page-repair-estimate, .page-repair-apply) .form-textarea::placeholder {
  color: #c4c4c4;
}
:is(.page-repair-estimate, .page-repair-apply) .form-radio-group,
:is(.page-repair-estimate, .page-repair-apply) .form-check-group {
  gap: 14px;
}
:is(.page-repair-estimate, .page-repair-apply) .form-radio,
:is(.page-repair-estimate, .page-repair-apply) .form-check,
:is(.page-repair-estimate, .page-repair-apply) .form-note {
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}
:is(.page-repair-estimate, .page-repair-apply) .form-note {
  margin-top: 2px;
}
:is(.page-repair-estimate, .page-repair-apply) .form-inline-group {
  gap: 16px;
}
:is(.page-repair-estimate, .page-repair-apply) .form-error {
  margin-top: 6px;
  font-size: 12px;
}
:is(.page-repair-estimate, .page-repair-apply) .btn-submit {
  display: flex;
  width: 270px;
  min-width: 0;
  height: 36px;
  min-height: 36px;
  margin: 18px auto 0;
  padding: 0 20px;
  border: 1px solid #117fd5;
  border-radius: 999px;
  background: transparent;
  color: #117fd5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  box-shadow: none;
}
:is(.page-repair-estimate, .page-repair-apply) .btn-submit:hover {
  background: linear-gradient(to right, #005C8D, #00A7FF);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(17, 127, 213, 0.16);
}
:is(.page-repair-estimate, .page-repair-apply) .bg-bubble {
  top: 164px !important;
  right: calc(50% - 640px) !important;
  width: 184px !important;
  height: 184px !important;
  opacity: 0.96;
  filter: blur(0.4px);
}
:is(.page-repair-estimate, .page-repair-apply) .bg-wave {
  display: none;
}

@media (max-width: 1279px) {
  :is(.page-repair-estimate, .page-repair-apply) .page-main .section-container,
  :is(.page-repair-estimate, .page-repair-apply) .footer-site .section-container {
    width: auto;
    max-width: none;
    padding: 0 24px;
  }
  :is(.page-repair-estimate, .page-repair-apply) .page-main {
    padding-top: 96px;
  }
  :is(.page-repair-estimate, .page-repair-apply) .page-card,
  :is(.page-repair-estimate, .page-repair-apply) .page-card.is-large {
    padding: 34px 64px 52px;
  }
  :is(.page-repair-estimate, .page-repair-apply) .bg-bubble {
    right: -14px !important;
  }
}
@media (max-width: 767px) {
  :is(.page-repair-estimate, .page-repair-apply) .page-container::before {
    height: 112vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .page-main {
    padding-top: 24.5333333333vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .page-main .section-container,
  :is(.page-repair-estimate, .page-repair-apply) .footer-site .section-container {
    padding: 0 5.3333333333vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .section-page-hero {
    padding: 10.1333333333vw 0 4.2666666667vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .page-title-group {
    min-height: 19.7333333333vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .page-title-en {
    font-size: 9.6vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .page-title-ja {
    top: 4.2666666667vw;
    font-size: 6.4vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .page-card,
  :is(.page-repair-estimate, .page-repair-apply) .page-card.is-large {
    padding: 6.9333333333vw 5.3333333333vw 7.4666666667vw;
    border-radius: 7.4666666667vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .nav-service-tabs {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    max-width: none;
  }
  :is(.page-repair-estimate, .page-repair-apply) .nav-service-tab {
    width: 100%;
    min-height: 11.7333333333vw;
    padding: 2.6666666667vw 3.7333333333vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  :is(.page-repair-estimate, .page-repair-apply) .box-service-lead,
  :is(.page-repair-estimate, .page-repair-apply) .box-service-links,
  :is(.page-repair-estimate, .page-repair-apply) .form-service,
  :is(.page-repair-estimate, .page-repair-apply) .form-radio-group,
  :is(.page-repair-estimate, .page-repair-apply) .form-check-group,
  :is(.page-repair-estimate, .page-repair-apply) .form-inline-group {
    max-width: none;
  }
  :is(.page-repair-estimate, .page-repair-apply) .box-service-lead,
  :is(.page-repair-estimate, .page-repair-apply) .box-service-links a,
  :is(.page-repair-estimate, .page-repair-apply) .form-radio,
  :is(.page-repair-estimate, .page-repair-apply) .form-check,
  :is(.page-repair-estimate, .page-repair-apply) .form-note {
    font-size: 4.2666666667vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .form-service {
    margin-top: 5.8666666667vw;
    gap: 3.2vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .form-row {
    gap: 1.6vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .form-label {
    gap: 1.6vw;
    font-size: 4.8vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .badge-required {
    min-width: 10.1333333333vw;
    min-height: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .form-control,
  :is(.page-repair-estimate, .page-repair-apply) .form-textarea,
  :is(.page-repair-estimate, .page-repair-apply) .form-select {
    min-height: 11.2vw;
    padding: 0 3.2vw;
    font-size: 3.2vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .form-textarea {
    padding: 2.6666666667vw 3.2vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .form-inline-group {
    grid-template-columns: 1fr;
    gap: 3.2vw;
  }
  :is(.page-repair-estimate, .page-repair-apply) .btn-submit {
    width: 100%;
    height: 9.6vw;
    min-height: 9.6vw;
    margin-top: 3.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
  :is(.page-repair-estimate, .page-repair-apply) .bg-bubble {
    top: 31.4666666667vw !important;
    right: -7.4666666667vw !important;
    width: 31.4666666667vw !important;
    height: 31.4666666667vw !important;
  }
}
.page-repair-estimate .repair-estimate-intro {
  max-width: 980px;
  margin: 28px auto 0;
  text-align: center;
}
.page-repair-estimate .repair-estimate-copy,
.page-repair-estimate .repair-estimate-note {
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.page-repair-estimate .repair-estimate-copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.page-repair-estimate .repair-estimate-copy.is-emphasis {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}
.page-repair-estimate .repair-estimate-link {
  margin-top: 6px;
}
.page-repair-estimate .repair-estimate-link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #10a0ff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
}
.page-repair-estimate .repair-estimate-link a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: url("/assets/image/common/news-detail-arrow.svg") center/contain no-repeat;
  mask: url("/assets/image/common/news-detail-arrow.svg") center/contain no-repeat;
}
.page-repair-estimate .repair-estimate-warning {
  margin-top: 18px;
  color: #193fb9;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.page-repair-estimate .repair-estimate-note {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.page-repair-estimate .repair-estimate-note:first-of-type {
  margin-top: 14px;
}
.page-repair-estimate .repair-estimate-comment-note {
  margin-top: 8px;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-repair-estimate .repair-estimate-product-set + .repair-estimate-product-set {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(122, 122, 122, 0.22);
}
.page-repair-estimate .repair-estimate-product-set .form-row + .form-row {
  margin-top: 15px;
}
.page-repair-estimate .repair-estimate-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.page-repair-estimate .btn-repair-estimate-add {
  width: 270px;
  min-height: 36px;
  border: 1px solid #7a7a7a;
  border-radius: 999px;
  background: transparent;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 36px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-repair-estimate .btn-repair-estimate-add:hover {
  background: rgba(29, 116, 184, 0.06);
  border-color: #1d74b8;
  color: #1d74b8;
}
.page-repair-estimate .form-row-documents {
  margin-top: 18px;
}
.page-repair-estimate .repair-estimate-documents {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.page-repair-estimate .repair-estimate-documents-title {
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0;
}
.page-repair-estimate .repair-estimate-documents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 42px;
  margin-top: 26px;
}
.page-repair-estimate .repair-estimate-documents-block,
.page-repair-estimate .repair-estimate-traceability {
  margin-top: 22px;
}
.page-repair-estimate .repair-estimate-option {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-repair-estimate .repair-estimate-option input {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 1px solid #7a7a7a;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
}
.page-repair-estimate .repair-estimate-option input[type=radio] {
  border-radius: 50%;
}
.page-repair-estimate .repair-estimate-option input[type=radio]:checked {
  background: radial-gradient(circle at center, #1d74b8 0 42%, transparent 44% 100%);
}
.page-repair-estimate .repair-estimate-option input[type=checkbox] {
  cursor: pointer;
  border-radius: 4px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.page-repair-estimate .repair-estimate-option input[type=checkbox]:checked {
  border-color: #1d74b8;
  background-color: #1d74b8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1.5 6.5 5.5 10.5 14.5 1.5' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
  box-shadow: 0 0 0 1px rgba(29, 116, 184, 0.08);
}
.page-repair-estimate .repair-estimate-option.is-sub {
  gap: 10px;
}
.page-repair-estimate .repair-estimate-traceability-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 8px;
  padding-left: 20px;
}
.page-repair-estimate .repair-estimate-traceability-addressee,
.page-repair-apply .repair-apply-traceability-addressee {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
}
.page-repair-estimate .repair-estimate-traceability-addressee-label,
.page-repair-apply .repair-apply-traceability-addressee-label {
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.page-repair-estimate .repair-estimate-traceability-addressee .form-control,
.page-repair-apply .repair-apply-traceability-addressee .form-control {
  display: block;
  width: 100%;
  max-width: 480px;
  padding: 8px 12px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  background: #fff;
}

.page-repair-estimate .repair-estimate-documents-note {
  margin-top: 4px;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-repair-estimate .repair-estimate-documents-download {
  margin-top: 4px;
}
.page-repair-estimate .repair-estimate-documents-download a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-repair-estimate .repair-estimate-documents-download a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: url("/assets/image/common/news-detail-arrow.svg") center/contain no-repeat;
  mask: url("/assets/image/common/news-detail-arrow.svg") center/contain no-repeat;
}
.page-repair-estimate .form-service {
  margin-top: 52px;
}

@media (max-width: 767px) {
  .page-repair-estimate .repair-estimate-intro {
    margin-top: 5.3333333333vw;
  }
  .page-repair-estimate .repair-estimate-copy,
  .page-repair-estimate .repair-estimate-note,
  .page-repair-estimate .repair-estimate-link a {
    font-size: 4.2666666667vw;
  }
  .page-repair-estimate .repair-estimate-copy.is-emphasis,
  .page-repair-estimate .repair-estimate-warning {
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .page-repair-estimate .repair-estimate-link a::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
  .page-repair-estimate .repair-estimate-warning {
    margin-top: 3.7333333333vw;
  }
  .page-repair-estimate .repair-estimate-note:first-of-type {
    margin-top: 3.2vw;
  }
  .page-repair-estimate .repair-estimate-comment-note,
  .page-repair-estimate .repair-estimate-documents-note {
    font-size: 3.7333333333vw;
  }
  .page-repair-estimate .repair-estimate-product-set + .repair-estimate-product-set {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .page-repair-estimate .repair-estimate-product-set .form-row + .form-row {
    margin-top: 15px;
  }
  .page-repair-estimate .repair-estimate-actions {
    margin-top: 4.2666666667vw;
  }
  .page-repair-estimate .btn-repair-estimate-add {
    width: 100%;
    min-height: 9.6vw;
    font-size: 4.2666666667vw;
    line-height: 9.6vw;
  }
  .page-repair-estimate .repair-estimate-documents {
    max-width: none;
  }
  .page-repair-estimate .repair-estimate-documents-title {
    font-size: 4.8vw;
  }
  .page-repair-estimate .repair-estimate-documents-grid {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-top: 4.8vw;
  }
  .page-repair-estimate .repair-estimate-documents-block,
  .page-repair-estimate .repair-estimate-traceability {
    margin-top: 4.8vw;
  }
  .page-repair-estimate .repair-estimate-option {
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
  .page-repair-estimate .repair-estimate-option input {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .page-repair-estimate .repair-estimate-traceability-types {
    gap: 2.1333333333vw 4.8vw;
    margin-top: 2.1333333333vw;
    padding-left: 0;
  }
  .page-repair-estimate .repair-estimate-documents-download a {
    font-size: 3.4666666667vw;
  }
  .page-repair-estimate .repair-estimate-documents-download a::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    font-size: 2.4vw;
  }
  .page-repair-estimate .form-service {
    margin-top: 8vw;
  }
}
.page-repair-apply .repair-apply-links {
  margin: 20px auto 0;
  text-align: center;
}
.page-repair-apply .repair-apply-link + .repair-apply-link {
  margin-top: 2px;
}
.page-repair-apply .repair-apply-link a,
.page-repair-apply .repair-apply-download a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #10a0ff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-repair-apply .repair-apply-link a::after,
.page-repair-apply .repair-apply-download a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: url("/assets/image/common/news-detail-arrow.svg") center/contain no-repeat;
  mask: url("/assets/image/common/news-detail-arrow.svg") center/contain no-repeat;
}
.page-repair-apply .form-row-work-type {
  margin-top: 18px;
}
.page-repair-apply .form-radio-group.is-inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 38px;
}
.page-repair-apply .form-radio-group,
.page-repair-apply .form-check-group {
  gap: 18px;
}
.page-repair-apply .form-radio,
.page-repair-apply .form-check {
  gap: 12px;
}
.page-repair-apply .form-radio input,
.page-repair-apply .form-check input {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 0;
  border: 1px solid #7a7a7a;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
}
.page-repair-apply .form-radio input {
  border-radius: 50%;
}
.page-repair-apply .form-radio input:checked {
  background: radial-gradient(circle at center, #1d74b8 0 42%, transparent 44% 100%);
}
.page-repair-apply .form-check input {
  border-radius: 4px;
}
.page-repair-apply .form-check input:checked {
  background: linear-gradient(45deg, transparent 44%, #7a7a7a 44% 56%, transparent 56%), linear-gradient(-45deg, transparent 52%, #7a7a7a 52% 64%, transparent 64%), #ffffff;
}
.page-repair-apply .repair-apply-comment-note {
  margin-top: 8px;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-repair-apply .repair-apply-inline-note {
  margin-top: 6px;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}
.page-repair-apply .repair-apply-date-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}
.page-repair-apply .repair-apply-date-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.page-repair-apply .repair-apply-date-item .form-select {
  width: 68px;
  min-width: 68px;
  padding-right: 28px;
}
.page-repair-apply .repair-apply-date-unit {
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.page-repair-apply .repair-apply-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.page-repair-apply .repair-apply-product-set + .repair-apply-product-set {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(122, 122, 122, 0.22);
}
.page-repair-apply .repair-apply-product-set .form-row + .form-row {
  margin-top: 15px;
}
.page-repair-apply .btn-repair-apply-add {
  width: 270px;
  min-height: 36px;
  border: 1px solid #7a7a7a;
  border-radius: 999px;
  background: transparent;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 36px;
}
.page-repair-apply .repair-apply-documents,
.page-repair-apply .repair-apply-flow,
.page-repair-apply .repair-apply-confirmation {
  margin-top: 28px;
}
.page-repair-apply .repair-apply-section-title {
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0;
}
.page-repair-apply .repair-apply-documents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 42px;
  margin-top: 18px;
}
.page-repair-apply .repair-apply-documents-block {
  margin-top: 18px;
}
.page-repair-apply .repair-apply-documents-suboptions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 4px;
  padding-left: 20px;
}
.page-repair-apply .repair-apply-option,
.page-repair-apply .repair-apply-confirm {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-repair-apply .repair-apply-option input,
.page-repair-apply .repair-apply-confirm input {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 1px solid #7a7a7a;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
}
.page-repair-apply .repair-apply-option input[type=radio] {
  border-radius: 50%;
}
.page-repair-apply .repair-apply-option input[type=radio]:checked {
  background: radial-gradient(circle at center, #1d74b8 0 42%, transparent 44% 100%);
}
.page-repair-apply .repair-apply-option input[type=checkbox],
.page-repair-apply .repair-apply-confirm input[type=checkbox] {
  cursor: pointer;
  border-radius: 4px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.page-repair-apply .repair-apply-option input[type=checkbox]:checked,
.page-repair-apply .repair-apply-confirm input[type=checkbox]:checked {
  border-color: #1d74b8;
  background-color: #1d74b8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1.5 6.5 5.5 10.5 14.5 1.5' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
  box-shadow: 0 0 0 1px rgba(29, 116, 184, 0.08);
}
.page-repair-apply .repair-apply-option.is-sub {
  gap: 10px;
}
.page-repair-apply .repair-apply-flow-list {
  margin-top: 18px;
}
.page-repair-apply .repair-apply-flow-item + .repair-apply-flow-item {
  margin-top: 14px;
}
.page-repair-apply .repair-apply-flow-head,
.page-repair-apply .repair-apply-flow-text,
.page-repair-apply .repair-apply-confirmation-text {
  color: #5a5a5a;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
}
.page-repair-apply .repair-apply-flow-head {
  font-weight: 700;
}
.page-repair-apply .repair-apply-confirm {
  justify-content: center;
  width: 100%;
  margin-top: 14px;
}
.page-repair-apply .repair-apply-confirmation-text + .repair-apply-confirm {
  margin-top: 10px;
}
.page-repair-apply .repair-apply-confirm + .repair-apply-confirmation-text {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .page-repair-apply .repair-apply-link a,
  .page-repair-apply .repair-apply-download a,
  .page-repair-apply .repair-apply-comment-note,
  .page-repair-apply .repair-apply-inline-note,
  .page-repair-apply .repair-apply-date-unit,
  .page-repair-apply .repair-apply-flow-head,
  .page-repair-apply .repair-apply-flow-text,
  .page-repair-apply .repair-apply-confirmation-text,
  .page-repair-apply .repair-apply-option,
  .page-repair-apply .repair-apply-confirm {
    font-size: 4.2666666667vw;
  }
  .page-repair-apply .form-row-work-type {
    margin-top: 3.7333333333vw;
  }
  .page-repair-apply .form-radio-group.is-inline {
    gap: 3.2vw 4.8vw;
  }
  .page-repair-apply .form-radio-group,
  .page-repair-apply .form-check-group {
    gap: 3.7333333333vw;
  }
  .page-repair-apply .form-radio,
  .page-repair-apply .form-check {
    gap: 2.6666666667vw;
  }
  .page-repair-apply .form-radio input,
  .page-repair-apply .form-check input {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .page-repair-apply .repair-apply-date-group {
    gap: 2.6666666667vw;
  }
  .page-repair-apply .repair-apply-date-item {
    gap: 1.6vw;
  }
  .page-repair-apply .repair-apply-date-item .form-select {
    width: 14.4vw;
    min-width: 14.4vw;
    padding-right: 5.8666666667vw;
  }
  .page-repair-apply .repair-apply-actions,
  .page-repair-apply .repair-apply-documents,
  .page-repair-apply .repair-apply-flow,
  .page-repair-apply .repair-apply-confirmation {
    margin-top: 6.4vw;
  }
  .page-repair-apply .repair-apply-product-set + .repair-apply-product-set {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .page-repair-apply .repair-apply-product-set .form-row + .form-row {
    margin-top: 15px;
  }
  .page-repair-apply .repair-apply-section-title {
    font-size: 4.8vw;
  }
  .page-repair-apply .repair-apply-documents-grid {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-top: 3.7333333333vw;
  }
  .page-repair-apply .repair-apply-documents-block {
    margin-top: 4.2666666667vw;
  }
  .page-repair-apply .repair-apply-documents-suboptions {
    gap: 2.1333333333vw 4.2666666667vw;
    margin-top: 1.0666666667vw;
    padding-left: 0;
  }
  .page-repair-apply .repair-apply-flow-list {
    margin-top: 3.7333333333vw;
  }
  .page-repair-apply .repair-apply-flow-item + .repair-apply-flow-item {
    margin-top: 3.2vw;
  }
  .page-repair-apply .repair-apply-confirm {
    margin-top: 3.2vw;
  }
  .page-repair-apply .repair-apply-confirm + .repair-apply-confirmation-text {
    margin-top: 4.8vw;
  }
  .page-repair-apply .btn-repair-apply-add {
    width: 100%;
    min-height: 9.6vw;
    font-size: 4.2666666667vw;
    line-height: 9.6vw;
  }
}
body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .section-container,
body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-title-group,
body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-about-hero-inner,
body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-company-hero-inner {
  min-height: 160px;
  padding-left: 0;
}
body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-title-en {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
  color: #F4F4F4;
  font-family: Futura, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0;
  z-index: 0;
}
body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-title-ja {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1279px) {
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .section-container,
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-title-group,
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-about-hero-inner,
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-company-hero-inner {
    min-height: 144px;
    padding-left: 24px;
  }
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-title-en {
    font-size: 72px;
    line-height: 72px;
    left: 24px;
  }
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-title-ja {
    left: 24px;
  }
  .repair-apply-download a {
    color: #535353;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .section-container,
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-title-group,
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-about-hero-inner,
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-company-hero-inner {
    min-height: 19.7333333333vw;
    padding-left: 5.3333333333vw;
  }
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-title-en {
    font-size: 15vw;
    line-height: 0.9;
    left: 5.3333333333vw;
  }
  body.page-lower:not(.page-qa):not(.page-history):not(.page-scenes):not(.page-news):not(.page-news-detail) .section-page-hero .page-title-ja {
    left: 5.3333333333vw;
  }
}
body.page-about .section-business .section-head,
body.page-about .section-interview .section-head,
body.page-access .section-head,
body.page-service .section-head,
body.page-qa .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(94px, auto);
  justify-items: center;
  align-items: start;
  row-gap: 8px;
  text-align: center;
}

body.page-about .section-business .section-head .section-head-label,
body.page-about .section-interview .section-head .section-head-label,
body.page-access .section-head .section-head-label,
body.page-service .section-head .section-head-label,
body.page-qa .section-head .section-head-label {
  margin: 0;
}

body.page-about .section-business .section-head .section-head-en-sm,
body.page-about .section-interview .section-head .section-head-en-sm,
body.page-access .section-head .section-head-en-sm,
body.page-service .section-head .section-head-en-sm,
body.page-qa .section-head .section-head-en-sm {
  grid-row: 2;
  grid-column: 1;
  align-self: center;
  justify-self: center;
  position: relative;
  z-index: 0;
  margin: 0;
  color: #F4F4F4;
  font-family: Futura, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

body.page-about .section-business .section-head .section-head-ja-sm,
body.page-about .section-interview .section-head .section-head-ja-sm,
body.page-access .section-head .section-head-ja-sm,
body.page-service .section-head .section-head-ja-sm,
body.page-qa .section-head .section-head-ja-sm {
  grid-row: 2;
  grid-column: 1;
  align-self: center;
  justify-self: center;
  z-index: 1;
  margin: 0;
  color: #0B29A8;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 1279px) {
  body.page-about .section-business .section-head,
  body.page-about .section-interview .section-head,
  body.page-access .section-head,
  body.page-service .section-head,
  body.page-qa .section-head {
    grid-template-rows: auto minmax(86px, auto);
  }
  body.page-about .section-business .section-head .section-head-en-sm,
  body.page-about .section-interview .section-head .section-head-en-sm,
  body.page-access .section-head .section-head-en-sm,
  body.page-service .section-head .section-head-en-sm,
  body.page-qa .section-head .section-head-en-sm {
    font-size: 72px;
  }
  body.page-about .section-business .section-head .section-head-ja-sm,
  body.page-about .section-interview .section-head .section-head-ja-sm,
  body.page-access .section-head .section-head-ja-sm,
  body.page-service .section-head .section-head-ja-sm,
  body.page-qa .section-head .section-head-ja-sm {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body.page-about .section-business .section-head,
  body.page-about .section-interview .section-head,
  body.page-access .section-head,
  body.page-service .section-head,
  body.page-qa .section-head {
    grid-template-rows: auto minmax(17.0666666667vw, auto);
    row-gap: 1.6vw;
  }
  body.page-about .section-business .section-head .section-head-en-sm,
  body.page-about .section-interview .section-head .section-head-en-sm,
  body.page-access .section-head .section-head-en-sm,
  body.page-service .section-head .section-head-en-sm,
  body.page-qa .section-head .section-head-en-sm {
    font-size: clamp(30px, 10vw, 48px);
  }
  body.page-about .section-business .section-head .section-head-ja-sm,
  body.page-about .section-interview .section-head .section-head-ja-sm,
  body.page-access .section-head .section-head-ja-sm,
  body.page-service .section-head .section-head-ja-sm,
  body.page-qa .section-head .section-head-ja-sm {
    font-size: clamp(18px, 5.5vw, 20px);
    line-height: 1.2;
    white-space: normal;
  }
}
.page-privacy {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.page-privacy .section-container {
  max-width: 1100px;
}

.privacy-card {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 52px 66px 42px;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(29, 116, 184, 0.08);
}
@media (max-width: 1279px) {
  .privacy-card {
    padding: 40px 34px 36px;
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .privacy-card {
    padding: 8vw 5.3333333333vw;
    border-radius: 7.4666666667vw;
  }
}

.privacy-lead {
  color: #778391;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .privacy-lead {
    font-size: 3.7333333333vw;
  }
}

.privacy-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .privacy-body {
    gap: 8vw;
    margin-top: 9.6vw;
  }
}

.privacy-section {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(29, 116, 184, 0.08);
}
.privacy-section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .privacy-section {
    padding-bottom: 8vw;
  }
}

.privacy-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #1d4fcc;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .privacy-section-title {
    gap: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}

.privacy-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d74b8 0%, #00a7ff 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .privacy-section-number {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    flex: 0 0 7.4666666667vw;
    font-size: 3.4666666667vw;
  }
}

.privacy-section-text {
  margin-top: 16px;
  color: #778391;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .privacy-section-text {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}

.page-register .page-main .section-container,
.page-register .footer-site .section-container {
  width: min(100%, 1100px);
  max-width: 1100px;
  padding: 0;
}
.page-register .page-title-group {
  position: relative;
  width: 100%;
  min-height: 160px;
}
.page-register .page-title-en {
  color: rgba(255, 255, 255, 0.58);
  font-family: Futura, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.page-register .page-title-ja {
  top: 34px;
  transform: none;
  color: #1d37bb;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.page-register .section-service {
  padding-bottom: 56px;
}
.page-register .page-card,
.page-register .page-card.is-large {
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 60px 80px;
  border-radius: 54px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 60px rgba(29, 116, 184, 0.06);
}
.page-register .form-service {
  width: 100%;
  max-width: 600px;
  margin: 28px auto 0;
  gap: 30px;
}
.page-register .form-row {
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 0;
  border-top: 0;
}
.page-register .form-label {
  gap: 8px;
  padding-top: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.page-register .badge-required {
  min-width: 45px;
  min-height: 20px;
  padding: 0;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.page-register .form-control,
.page-register .form-textarea,
.page-register .form-select {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #ffffff;
  font-size: 15px;
}
.page-register .form-textarea {
  min-height: 90px;
  padding: 10px 12px;
}
.page-register .form-control::placeholder,
.page-register .form-textarea::placeholder {
  color: #c4c4c4;
}
.page-register .btn-submit {
  display: flex;
  width: 270px;
  height: 36px;
  min-height: 36px;
  margin: 0 auto;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  box-shadow: none;
}

@media (max-width: 1279px) {
  .page-register .page-title-group {
    min-height: 144px;
  }
}
@media (max-width: 767px) {
  .page-register .page-title-group {
    min-height: 19.7333333333vw;
  }
  .page-register .page-title-en {
    font-size: 9.6vw;
  }
  .page-register .page-title-ja {
    top: 4.2666666667vw;
    font-size: 6.4vw;
  }
  .page-register .page-card,
  .page-register .page-card.is-large {
    padding: 6.9333333333vw 5.3333333333vw 7.4666666667vw;
    border-radius: 7.4666666667vw;
  }
  .page-register .form-service {
    max-width: none;
    margin-top: 5.8666666667vw;
    gap: 3.2vw;
  }
  .page-register .form-row {
    gap: 1.6vw;
  }
  .page-register .form-label {
    gap: 1.6vw;
    font-size: 4.8vw;
  }
  .page-register .badge-required {
    min-width: 10.1333333333vw;
    min-height: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .page-register .form-control,
  .page-register .form-textarea,
  .page-register .form-select {
    min-height: 11.2vw;
    padding: 0 3.2vw;
    font-size: 3.2vw;
  }
  .page-register .form-textarea {
    min-height: 24vw;
    padding: 2.6666666667vw 3.2vw;
  }
  .page-register .btn-submit {
    width: 100%;
    height: 9.6vw;
    min-height: 9.6vw;
    font-size: 4.2666666667vw;
  }
}
.register-lead {
  margin-bottom: 36px;
  color: #778391;
  font-size: 15px;
  line-height: 2;
}
@media (max-width: 767px) {
  .register-lead {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
}

.form-note {
  margin-top: 6px;
  color: rgba(93, 109, 123, 0.7);
  font-size: 13px;
}
@media (max-width: 767px) {
  .form-note {
    font-size: 3.2vw;
  }
}

.form-confirm-lead {
  margin-bottom: 36px;
  color: #778391;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .form-confirm-lead {
    font-size: 3.7333333333vw;
  }
}

.form-confirm-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid rgba(29, 116, 184, 0.12);
}

.form-confirm-row {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  border-bottom: 1px solid rgba(29, 116, 184, 0.12);
}
@media (max-width: 767px) {
  .form-confirm-row {
    grid-template-columns: 1fr;
  }
}

.form-confirm-label {
  padding: 16px 20px;
  background: rgba(223, 242, 255, 0.36);
  color: #1d74b8;
  font-size: 14px;
  font-weight: 700;
}

.form-confirm-value {
  padding: 16px 20px;
  color: #2f3640;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
}

.form-confirm-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .form-confirm-actions {
    flex-direction: column-reverse;
    gap: 3.7333333333vw;
    margin-top: 8vw;
  }
}
.form-confirm-actions .btn-submit {
  min-width: 240px;
  min-height: 54px;
  background: linear-gradient(to bottom right, #00A7FF 0%, #005C8D 100%);
  box-shadow: 0 12px 24px rgba(0, 92, 141, 0.2);
}

.btn-confirm-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  background: #ffffff;
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn-confirm-back {
    width: 100%;
    min-height: 11.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

.form-thanks {
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .form-thanks {
    padding: 10.6666666667vw 0;
  }
}

.form-thanks-title {
  color: #1d74b8;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .form-thanks-title {
    font-size: 6.4vw;
  }
}

.form-thanks-message {
  margin-top: 24px;
  color: #778391;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .form-thanks-message {
    margin-top: 4.8vw;
    font-size: 3.7333333333vw;
  }
}

.form-thanks-action {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .form-thanks-action {
    margin-top: 8.5333333333vw;
  }
}

/* === Recruit page === */
.page-recruit .page-main .section-container {
  width: min(100%, 1100px);
  max-width: 1100px;
  padding: 0;
}
@media (max-width: 1279px) {
  .page-recruit .page-main .section-container {
    width: auto;
    max-width: none;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .page-recruit .page-main .section-container {
    padding: 0 5.3333333333vw;
  }
}

.box-recruit-title {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  color: #0B29A8;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .box-recruit-title {
    font-size: 5.8666666667vw;
  }
}

.box-recruit-lead {
  margin-top: 24px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  color: #818181;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .box-recruit-lead {
    margin-top: 4.2666666667vw;
    font-size: 4vw;
    line-height: 1.7;
  }
}

.page-recruit .btn-catalog {
  gap: 8px;
  width: 220px;
  min-width: 220px;
  height: 36px;
  min-height: 36px;
  padding: 0 18px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .04em;
  background: linear-gradient(90deg, #005C8D 0%, #00A7FF 100%);
  box-shadow: 0 10px 22px rgba(29, 116, 184, .16);
}
@media (max-width: 767px) {
  .page-recruit .btn-catalog {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }
}

.page-recruit .btn-catalog-arrow {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .page-recruit .btn-catalog-arrow {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
}

.box-recruit-list {
  list-style: none;
  margin: 64px auto 0;
  padding: 0;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .box-recruit-list {
    margin-top: 9.6vw;
    gap: 5.3333333333vw;
  }
}

.box-recruit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .box-recruit-row {
    flex-direction: column;
    align-items: stretch;
    gap: 3.2vw;
  }
}

.box-recruit-label {
  color: rgba(51, 51, 51, 0.82);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .04em;
}
@media (max-width: 767px) {
  .box-recruit-label {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

/* English About page — release nowrap so long English copy wraps within its grid cell */
.page-en-about .box-intro-sub {
  white-space: normal;
}

/* Scenes page: coming soon disabled button */
.btn-scenes-secondary.is-coming-soon {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
  background: #b7c4d0;
  color: #ffffff;
}
