@charset "UTF-8";
/*
Theme Name: 株式会社隆光ワードプレス
Version: 1.0.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: "LINE Seed JP", sans-serif;
}

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

li {
  margin: 0;
  padding: 0;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.u-font-sans {
  font-family: "LINE Seed JP", sans-serif !important;
}

a {
  text-decoration: none;
  color: #008b8b;
  transition: opacity 0.3s;
}

.l-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.l-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #101126;
}

.home .l-header {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}

.l-header__inner {
  width: 100%;
  min-height: 108px;
  margin: 0 auto;
  padding-left: clamp(24px, 4vw, 72px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-header__logo-area {
  padding-top: 24px;
}

.l-header__logo {
  width: clamp(190px, 17vw, 270px);
  margin: 0;
  line-height: 1;
}

.l-header__logo a,
.l-header__logo img {
  display: block;
  width: 100%;
}

.l-header__right {
  display: flex;
  align-items: stretch;
}

.l-header__nav-list {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 54px);
  padding: 0 clamp(24px, 3vw, 52px);
}

.l-header__nav-list > li {
  position: relative;
}

.l-header__nav-list > li > a {
  display: block;
  padding: 26px 0;
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.l-header__nav-list > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.l-header__nav-list > li > a:hover::after {
  transform: scaleX(1);
}

.l-header__nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 210px;
  padding: 12px 0;
  background: rgba(16, 17, 38, 0.96);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu a {
  display: block;
  padding: 9px 18px;
  color: #fff;
  font-size: 13px;
}

.l-header__contact {
  min-width: 310px;
  min-height: 76px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #11104b;
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.l-header__contact::before {
  content: "";
  width: 21px;
  height: 14px;
  border: 1px solid currentColor;
  background: linear-gradient(32deg, transparent 47%, currentColor 48%, currentColor 52%, transparent 53%) left/50% 100% no-repeat, linear-gradient(-32deg, transparent 47%, currentColor 48%, currentColor 52%, transparent 53%) right/50% 100% no-repeat;
}

.l-header__contact span {
  display: none;
}

.c-hamburger {
  display: none;
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: 0;
  background: rgba(32, 32, 56, 0.8);
  cursor: pointer;
}

.c-hamburger span {
  width: 25px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}

.l-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow-y: auto;
  padding: 86px 28px 40px;
  background: rgba(16, 17, 38, 0.98);
}

.l-mobile-menu__inner {
  max-width: 520px;
  margin: 0 auto;
}

.l-mobile-menu__logo {
  width: 210px;
  margin: 0 auto 28px;
}

.l-mobile-menu__list {
  margin-bottom: 30px;
}

.l-mobile-menu__list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.l-mobile-menu__list a {
  display: block;
  padding: 15px 4px;
  color: #fff;
  font-size: 15px;
}

.l-mobile-menu__list .sub-menu {
  padding: 0 0 10px 18px;
}

.l-mobile-menu__btns {
  display: flex;
}

.c-btn-m {
  min-height: 58px;
  padding: 12px 18px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #11104b;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
}

#gnaviMenu.active {
  display: block;
}

#gnavBtn.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#gnavBtn.active span:nth-child(2) {
  opacity: 0;
}

#gnavBtn.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.is-open {
  overflow: hidden;
}

.l-footer-floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.c-ft-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.c-ft-btn--reserve {
  background: #f7ca18;
}

.c-ft-btn--access {
  background: #aed581;
}

@media (max-width: 768px) {
  .l-header__inner {
    min-height: 76px;
    padding: 0 76px 0 18px;
    align-items: center;
  }
  .l-header__logo-area {
    padding: 0;
  }
  .l-header__logo {
    width: 185px;
  }
  .l-header__right {
    display: none;
  }
  .c-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }
  .l-footer-floating {
    display: flex;
  }
}
.l-footer {
  position: relative;
  overflow: hidden;
  background: #0c0d1d url("../../assets/img/mv.webp") center 62%/cover no-repeat;
  color: #fff;
}

.l-footer__shade {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 24, 0.87);
}

.l-footer__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1780px);
  min-height: clamp(420px, 34vw, 610px);
  margin: 0 auto;
  padding: clamp(70px, 6vw, 115px) 0 clamp(60px, 5vw, 95px);
  display: grid;
  grid-template-columns: 1fr minmax(440px, 0.75fr);
  align-items: center;
  gap: clamp(60px, 9vw, 170px);
}

.l-footer__message h2 {
  margin-bottom: 40px;
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(32px, 3.2vw, 57px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.l-footer__message p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(11px, 0.8vw, 14px);
  line-height: 2;
}

.l-footer__message p + p {
  margin-top: 10px;
}

.l-footer__contact {
  padding-left: clamp(35px, 4vw, 75px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.l-footer__logo {
  width: min(100%, 315px);
  margin-bottom: 20px;
}

.l-footer__logo img {
  width: 100%;
  display: block;
}

.l-footer__tel {
  display: block;
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(38px, 3.6vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.l-footer__tel span {
  margin-right: 10px;
  font-size: 0.72em;
}

.l-footer__hours,
.l-footer__address {
  color: rgba(255, 255, 255, 0.8);
  font-family: "LINE Seed JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
}

.l-footer__hours {
  margin-top: 9px;
}

.l-footer__address {
  margin-top: 3px;
}

.l-footer__button {
  width: min(100%, 390px);
  min-height: 76px;
  margin-top: 30px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(5, 7, 24, 0.35);
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.l-footer__button span {
  position: relative;
  width: 38px;
  height: 10px;
  border-bottom: 1px solid currentColor;
}

.l-footer__button span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 10px;
  height: 1px;
  background: currentColor;
  transform: rotate(35deg);
  transform-origin: right;
}

.l-footer__copyright {
  position: relative;
  z-index: 2;
  padding: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 5, 16, 0.55);
  color: rgba(255, 255, 255, 0.75);
  font-family: "LINE Seed JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  width: 54px;
  height: 54px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  background: #11104b;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: 0.3s;
}

.c-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.c-scroll-top::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(4px) rotate(45deg);
}

@media (max-width: 768px) {
  .l-footer__inner {
    width: min(100% - 40px, 560px);
    min-height: 0;
    padding: 72px 0 65px;
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .l-footer__message h2 {
    margin-bottom: 27px;
    font-size: 31px;
  }
  .l-footer__message p br {
    display: none;
  }
  .l-footer__contact {
    padding: 42px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }
  .l-footer__logo {
    width: 240px;
  }
  .l-footer__tel {
    font-size: 37px;
  }
  .l-footer__button {
    width: 100%;
    min-height: 66px;
  }
  .c-scroll-top {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    border: 0;
    background: rgba(32, 32, 56, 0.8);
  }
}
.home {
  color: #202c43;
}
.home .l-header {
  position: relative;
  background: #fff;
}
.home .l-header__inner {
  max-width: 1510px;
  min-height: 84px;
  padding: 12px 32px;
  align-items: center;
  gap: 24px;
}
.home .l-header__logo-area {
  padding: 0;
  flex-shrink: 0;
}
.home .l-header__logo {
  width: 242px;
}
.home .l-header__logo a {
  display: flex;
  align-items: center;
  gap: 14px;
}
.home .home-brand-mark {
  display: block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}
.home .home-brand-mark img {
  width: 200px;
  max-width: none;
  height: 64px;
  object-fit: contain;
  object-position: left;
}
.home .home-brand-name {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  color: #182740;
  white-space: nowrap;
}
.home .home-brand-name small {
  display: block;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-top: 9px;
}
.home .l-header__right {
  align-items: center;
  gap: 20px;
}
.home .l-header__nav-list {
  min-height: 0;
  padding: 0;
  gap: clamp(18px, 2.25vw, 42px);
}
.home .l-header__nav-list > li > a {
  color: #202c43;
  font-size: 16px;
  padding: 12px 0;
  letter-spacing: 0;
  font-weight: 600;
}
.home .l-header__nav-list > li > a::after {
  background: #305590;
  bottom: 5px;
}
.home .l-header__contact {
  min-width: 0;
  min-height: 46px;
  padding: 0 22px;
  font-size: 14px;
  background: #25487e;
  font-weight: 600;
}
.home .l-header__contact::before {
  content: none;
}
.home .l-main {
  overflow: clip;
}
.home section[id] {
  scroll-margin-top: 24px;
}

.p-top-works .p-top-works__list--scroll {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 56px) / 3);
  gap: 28px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 4px 0 18px;
  scrollbar-width: thin;
  scrollbar-color: #8ba5c8 #263f60;
}
.p-top-works .p-top-works__item {
  min-width: 0;
  scroll-snap-align: start;
}
.p-top-works .p-top-works__item h3 {
  overflow-wrap: anywhere;
}
.p-top-works .p-top-works__item h3 a {
  color: inherit;
}
.p-top-works .p-top-works__placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 1.85;
  background: #263f60;
  color: #fff;
}
.p-top-works .p-top-works__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -10px 0 14px;
}
.p-top-works .p-top-works__controls[hidden] {
  display: none;
}
.p-top-works .p-top-works__controls button {
  width: 44px;
  height: 44px;
  border: 1px solid #829bbd;
  background: transparent;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.p-top-works .p-top-works__controls button:disabled {
  opacity: 0.35;
  cursor: default;
}
.p-top-works .p-top-works__controls button:hover:not(:disabled) {
  background: #355990;
}
.p-top-works .p-top-works__list:focus-visible, .p-top-works a:focus-visible, .p-top-works button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
@media (max-width: 768px) {
  .p-top-works .p-top-works__list--scroll {
    grid-template-columns: none;
    grid-auto-columns: 86%;
    gap: 18px;
  }
}

.p-top-mv {
  position: relative;
  min-height: clamp(560px, 40vw, 820px);
  background: url("../../assets/img/mv.webp") center/cover no-repeat;
  color: #14243f;
}

.p-top-mv__shade {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 0, 42% 0, 27% 100%, 0 100%);
}

.p-top-mv__inner {
  position: relative;
  margin: auto;
  padding: clamp(60px, 5vw, 100px) 6%;
}

.p-top-mv__copy-box {
  width: 39%;
}

.p-top-mv__catch {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(36px, 3.8vw, 68px);
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0.03em;
}

.p-top-mv__sub {
  font-size: clamp(12px, 1.15vw, 19px);
  margin: 32px 0 42px;
  font-weight: 600;
}

.p-top-mv__achievement {
  width: 82%;
  display: flex;
  align-items: baseline;
  gap: 10px;
  border-top: 1px solid #8293ac;
  padding-top: 18px;
  white-space: nowrap;
}

.p-top-mv__achievement span {
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 600;
}

.p-top-mv__achievement strong {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(60px, 5.6vw, 104px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.p-top-mv__english {
  font-size: 12px;
  color: #6881a2;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-weight: 600;
}

.p-top-about, .p-top-business__inner, .p-top-reason__inner, .home-process__inner, .p-top-works__inner, .home-company, .home-footer__inner {
  width: min(88%, 1366px);
  margin: 0 auto;
}

.p-top-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7%;
  padding: 54px 0;
}

.p-top-about__image img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.p-top-about__label, .p-top-business__label, .p-top-works__label, .home-label {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #355990;
  margin-bottom: 14px;
}

.p-top-about__title {
  font-size: clamp(22px, 2.05vw, 34px);
  font-weight: 400;
  line-height: 1.65;
}

.p-top-about__body {
  font-size: 15px;
  line-height: 1.95;
  margin-top: 24px;
}

.p-top-about__body p + p {
  margin-top: 20px;
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 7px 0;
  border-bottom: 1px solid #91a5c1;
  color: #355990;
  font-size: 17px;
  letter-spacing: 0.06em;
  margin-top: 20px;
}

.home-text-link span, .home-outline-link span {
  font-size: 24px;
  line-height: 1;
}

.home-outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid #7d96b8;
  color: inherit;
  padding: 10px 25px;
  min-height: 48px;
  font-size: 15px;
}

.home-message {
  background: #1a3052;
  color: #fff;
  text-align: center;
  padding: 32px 20px;
}

.home-message h2 {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 12px;
  padding: 0 8% 8px;
  border-bottom: 1px solid #95a6be;
  font-size: clamp(24px, 2.7vw, 43px);
  font-weight: 400;
  letter-spacing: 0.09em;
}

.home-message p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.p-top-business {
  padding: 52px 0 38px;
  background: #fff;
}

.p-top-business__heading, .home-process h2, .p-top-works__heading, .home-company h2 {
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-top-business__heading {
  margin-bottom: 24px;
}

.p-top-business__list {
  display: grid;
  gap: 48px;
}

.p-top-business__item {
  display: grid;
  grid-template-columns: 58% 1fr;
  gap: 5%;
  align-items: center;
}

.p-top-business__item:nth-child(even) {
  grid-template-columns: 1fr 51%;
}

.p-top-business__item:nth-child(even) .p-top-business__image {
  grid-column: 2;
  grid-row: 1;
}

.p-top-business__image {
  min-width: 0;
  height: clamp(260px, 20vw, 345px);
}

.p-top-business__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-business__image.p-top-business__photo-grid {
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.p-top-business__image.p-top-business__photo-grid img {
  display: block;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}

.p-top-business__title {
  position: relative;
  font-size: clamp(23px, 1.8vw, 31px);
  font-weight: 400;
  line-height: 1.5;
  padding-left: 76px;
}

.p-top-business__title > span {
  position: absolute;
  left: 0;
  top: -7px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 56px;
  color: #365f9b;
  font-weight: 400;
}

.p-top-business__title em {
  font-style: normal;
  white-space: nowrap;
}

.p-top-business__text {
  font-size: 14px;
  line-height: 1.95;
  margin: 22px 0 0 76px;
}

.p-top-business__more {
  margin-left: 76px;
  margin-top: 20px;
}

.home-photo-pending {
  height: 100%;
  min-height: 240px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eff3f7, #d8e2ed);
  color: #5c7390;
  text-align: center;
}

.home-photo-pending > span {
  font-size: 12px;
  letter-spacing: 0.16em;
}

.home-photo-pending small {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-top: 12px;
}

.p-top-reason {
  background: #edf2f7;
  padding: 42px 0;
}

.p-top-reason__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  align-items: center;
}

.home-achievement {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
  font-family: "LINE Seed JP", sans-serif;
  color: #17345a;
}

.home-achievement span {
  font-size: clamp(18px, 1.7vw, 28px);
  white-space: nowrap;
}

.home-achievement strong {
  font-size: clamp(85px, 9vw, 160px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.p-top-reason__list {
  border-left: 1px solid #a8bdd7;
  padding: 0 0 0 11%;
  font-size: 16px;
}

.p-top-reason__list li {
  padding: 12px 0;
  border-bottom: 1px solid #bfcbd9;
}

.p-top-reason__list li:last-child {
  border-bottom: 0;
}

.home-process {
  background: #e2ecf6;
  padding: 44px 0;
}

.home-process__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
}

.home-process__banner {
  display: block;
  width: 100%;
  height: auto;
}

.home-process__inner > div > p:not(.home-label), .home-company p:not(.home-label) {
  font-size: 15px;
  line-height: 1.95;
  margin: 10px 0;
}

.home-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 52px 0 26px;
}

.home-process__steps li {
  position: relative;
  border-top: 1px solid #87a6d1;
  padding-top: 13px;
  font-size: 16px;
  font-family: "LINE Seed JP", sans-serif;
}

.home-process__steps li::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #3e6aa8;
  border-radius: 50%;
}

.home-process__steps span {
  display: block;
  color: #406eaa;
}

.p-top-works {
  padding: 34px 0;
  background: #1a3052;
  color: #fff;
}

.p-top-works__label {
  color: #fff;
}

.p-top-works__heading {
  margin-bottom: 26px;
}

.p-top-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.p-top-works__image {
  display: block;
}

.p-top-works__image img {
  width: 100%;
  aspect-ratio: 1.85;
  object-fit: cover;
}

.p-top-works__item h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.p-top-works__button-wrap {
  text-align: center;
  margin-top: 22px;
}

.home-company {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 6%;
  align-items: center;
  padding: 38px 0;
}

.home-company .home-photo-pending {
  min-height: 260px;
}

.home-footer {
  color: #fff;
  background: #162e52;
}

.home-footer__cta {
  background: linear-gradient(rgba(24, 43, 64, 0.6784313725), rgba(24, 43, 64, 0.6784313725)), url("../../assets/img/mv.webp") center 65%/cover;
}

.home-footer__cta > div {
  width: min(75%, 1160px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 44px 0;
}

.home-footer__cta h2 {
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 400;
  line-height: 1.6;
}

.home-footer__tel {
  display: block;
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 38px;
  white-space: nowrap;
}

.home-footer__button {
  display: block;
  background: #284a83;
  border: 1px solid #aabbd4;
  padding: 10px 26px;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.home-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  padding: 36px 0;
}

.home-footer__nav > a:first-child {
  width: 235px;
  flex-shrink: 0;
}

.home-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.home-footer__nav a {
  color: #fff;
  font-size: 16px;
}

.home-footer__nav .home-outline-link {
  font-size: 17px;
}

.home-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #7990b0;
  padding: 22px 0 30px;
  font-size: 14px;
}

.home-footer__bottom small {
  font-size: 13px;
}

@media (min-width: 769px) and (max-width: 1150px) {
  .home .l-header__inner {
    padding: 12px 20px;
    gap: 12px;
  }
  .home .l-header__logo {
    width: 180px;
  }
  .home .home-brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .home .home-brand-mark img {
    width: 150px;
    height: 48px;
  }
  .home .home-brand-name {
    font-size: 17px;
  }
  .home .l-header__right {
    gap: 10px;
  }
  .home .l-header__contact {
    padding: 0 10px;
    font-size: 10px;
  }
  .home .l-header__nav-list {
    gap: 15px;
  }
  .home .l-header__nav-list > li > a {
    font-size: 10px;
  }
  .home-footer__nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .home .l-header__inner {
    min-height: 76px;
    padding: 10px 76px 10px 20px;
  }
  .home .l-header__right {
    display: none;
  }
  .home .l-header__logo {
    width: 205px;
  }
  .home .home-brand-mark {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .home .home-brand-mark img {
    width: 162.5px;
    height: 52px;
  }
  .home .home-brand-name {
    font-size: 20px;
  }
  .p-top-mv {
    min-height: 650px;
    background-position: 60% bottom;
    background-size: auto 380px;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .p-top-mv__shade {
    background: linear-gradient(#fff 0%, #fff 45%, rgba(255, 255, 255, 0.94) 54%, transparent 80%);
    clip-path: none;
  }
  .p-top-mv__inner {
    padding: 32px 24px 260px;
  }
  .p-top-mv__copy-box {
    width: 100%;
  }
  .p-top-mv__catch {
    font-size: clamp(37px, 8.5vw, 54px);
  }
  .p-top-mv__sub {
    font-size: 12px;
    margin: 20px 0;
  }
  .p-top-mv__achievement {
    max-width: 330px;
    width: 100%;
    padding-top: 10px;
  }
  .p-top-mv__achievement {
    gap: 8px;
  }
  .p-top-mv__achievement span {
    font-size: clamp(14px, 3.8vw, 17px);
  }
  .p-top-mv__achievement strong {
    font-size: 60px;
  }
  .p-top-about, .p-top-business__inner, .p-top-reason__inner, .home-process__inner, .p-top-works__inner, .home-company, .home-footer__inner {
    width: calc(100% - 40px);
  }
  .p-top-about {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0;
  }
  .p-top-about__title {
    font-size: 24px;
  }
  .p-top-about__title br {
    display: none;
  }
  .p-top-about__body {
    font-size: 15px;
  }
  .home-message {
    padding: 32px 20px;
  }
  .home-message h2 {
    padding: 0 0 14px;
    font-size: 24px;
  }
  .home-message p {
    font-size: 13px;
  }
  .p-top-business {
    padding: 36px 0;
  }
  .p-top-business__list {
    gap: 42px;
  }
  .p-top-business__item, .p-top-business__item:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .p-top-business__item:nth-child(even) .p-top-business__image {
    grid-column: auto;
    grid-row: auto;
  }
  .p-top-business__image {
    height: 235px;
  }
  .p-top-business__title {
    font-size: 22px;
    padding-left: 57px;
  }
  .p-top-business__title > span {
    font-size: 44px;
    top: -5px;
  }
  .p-top-business__text, .p-top-business__more {
    margin-left: 57px;
  }
  .p-top-business__text {
    margin-top: 14px;
  }
  .p-top-reason__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .home-achievement {
    gap: 10px;
  }
  .home-achievement span {
    font-size: 16px;
  }
  .home-achievement strong {
    font-size: 88px;
  }
  .p-top-reason__list {
    border-left: 0;
    border-top: 1px solid #a8bdd7;
    padding: 12px 0 0;
    font-size: 14px;
  }
  .home-process__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home-process__steps {
    margin-top: 34px;
  }
  .home-process__steps li {
    font-size: 13px;
  }
  .p-top-works {
    padding: 36px 0;
  }
  .p-top-works__heading {
    font-size: 28px;
  }
  .p-top-works__list {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .home-company {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0;
  }
  .home-company h2 {
    font-size: 27px;
  }
  .home-footer__cta > div {
    width: calc(100% - 40px);
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
    gap: 24px;
  }
  .home-footer__tel {
    font-size: 34px;
  }
  .home-footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  .home-footer__nav ul {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  .home-footer__bottom {
    flex-direction: column;
  }
}
/* ==========================================================================
  1. 下層ページ：共通ヘッド・共通本文設定
========================================================================== */
.p-page-head {
  padding: 60px 0;
  background: #fdfaf0;
  text-align: center;
  margin-bottom: 60px;
}

.p-page-head__title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.p-page-head__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: #2b839c;
}

.p-page-content {
  font-family: "LINE Seed JP", sans-serif;
  color: #333;
}

.p-page-content p {
  line-height: 2;
}

.p-page-content h2 {
  font-size: 22px;
  font-weight: 700;
  padding-left: 15px;
  margin: 50px 0 20px;
  color: #333;
  line-height: 1.4;
}

.p-page-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 35px 0 15px;
  color: #333;
}

.p-page-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 30px;
}

.p-page-content li {
  margin-bottom: 10px;
  line-height: 1.8;
}

/* 個人情報保護方針（ページID: 233）専用の幅制限 */
.page-id-233 .p-page-content {
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

/* ==========================================================================
  2. 車種一覧（ラインナップ）＆車種詳細ページ共通
========================================================================== */
.p-lineup-list {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.p-lineup-item {
  padding: 80px 0;
  border-bottom: 2px dotted #ccc;
}

.p-lineup-item:last-child {
  border-bottom: none;
}

.p-lineup-item__flex {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.p-lineup-item__content {
  flex: 1;
}

.p-lineup-item__title {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 4px solid #ffcc00;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.p-lineup-item__specs {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  color: #555;
  margin-bottom: 30px;
}

.p-lineup-item__specs .u-text-red {
  color: #e60012;
  font-size: 22px;
}

.u-font-sans {
  font-family: "LINE Seed JP", sans-serif !important;
}

/* ボタンエリア */
.p-lineup-item__btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.c-btn-lineup {
  width: 100%;
  max-width: 350px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.c-btn-lineup--tel {
  background: #fff;
  color: #333;
  border: 2px solid #5ab4bd;
}

.c-btn-lineup--reserve {
  background: #5ab4bd;
  color: #fff;
  border: 2px solid #5ab4bd;
}

.c-btn-lineup--detail {
  background: #ffcc00;
  color: #333;
  border: 2px solid #333;
}

.c-btn-lineup:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

/* ビジュアル・バッジ・ギャラリー */
.p-lineup-item__visual {
  flex: 1;
  position: relative;
}

.p-lineup-item__main-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.p-lineup-item__badge {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.p-lineup-item__badge span {
  font-size: 38px;
  border-bottom: 2px solid #333;
  margin: 2px 0;
}

.p-lineup-item__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.p-lineup-item__gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
  height: auto;
}

.p-lineup-item__back {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 80px;
}

.c-btn-back {
  display: inline-block;
  width: 300px;
  padding: 18px 0;
  background-color: #f7ca18;
  border: 2px solid #333;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.c-btn-back:hover {
  background-color: #333;
  color: #fff;
  transform: translateY(-3px);
}

/* ==========================================================================
  3. ご利用ガイドページ
========================================================================== */
/* ご利用の流れ */
.p-guide-flow {
  padding: 40px 0 100px;
}

.p-guide-flow__list {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.p-guide-flow__step {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.p-guide-flow__step::after {
  content: "";
  position: absolute;
  top: 84px;
  left: 40px;
  width: 4px;
  height: calc(100% - 34px);
  background: #e0f2f5;
  z-index: 1;
}

.p-guide-flow__step:last-child {
  margin-bottom: 0;
}

.p-guide-flow__step:last-child::after {
  display: none;
}

.p-guide-flow__num {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  background: #2b839c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "LINE Seed JP", sans-serif;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.p-guide-flow__box {
  flex: 1;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.p-guide-flow__box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
}

.p-guide-flow__box p {
  font-size: 16px;
  line-height: 1.8;
}

.p-guide-flow__btns {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.c-btn-guide {
  flex: 1;
  padding: 15px 0;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
}

.c-btn-guide:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.c-btn-guide--reserve {
  background: #f7ca18;
  color: #333;
  border: 2px solid #333;
}

.c-btn-guide--fax {
  background: #fff;
  color: #333;
  border: 2px solid #ccc;
}

/* お願いと保険（2カラム） */
.p-guide-info {
  padding: 100px 0;
  background: #fdfaf0;
}

.p-guide-info__flex {
  display: flex;
  gap: 50px;
  align-items: stretch;
}

.p-guide-info__block {
  flex: 1;
  background: #fff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.p-guide-info__head {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #2b839c;
}

.p-guide-info__head::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #f7ca18;
  margin: 15px auto 0;
}

.p-guide-info__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-guide-info__list li {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 25px;
}

.p-guide-info__list li:last-child {
  margin-bottom: 0;
}

.u-text-highlight {
  background: linear-gradient(transparent 60%, #ffeba3 0%);
  font-weight: 700;
}

.p-guide-info__lead {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.p-guide-info__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.p-guide-info__table th {
  background: #e0f2f5;
  color: #333;
  padding: 15px;
  width: 120px;
  font-size: 15px;
  border-bottom: 2px solid #fff;
}

.p-guide-info__table td {
  background: #f9f9f9;
  padding: 15px;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.p-guide-info__table small {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}

.p-guide-info__option {
  background: #fff5e5;
  border: 2px solid #f7ca18;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.p-guide-info__option h4 {
  font-weight: 700;
  color: #e60012;
  margin-bottom: 10px;
  font-size: 18px;
}

/* ==========================================================================
  4. 車両販売一覧ページ（Gooネット風）
========================================================================== */
.p-sales-list {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.p-sales-card {
  display: flex;
  gap: 40px;
  padding: 30px;
  border: 1px solid #ddd;
  border-top: 5px solid #2b839c;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.p-sales-card__visual {
  flex: 0 0 350px;
}

.p-sales-card__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-sales-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-sales-card__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-sales-card__name a {
  color: #00569e;
  text-decoration: none;
}

.p-sales-card__name a:hover {
  text-decoration: underline;
}

.p-sales-card__spec {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.p-sales-card__price-box {
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.p-sales-card__price-label {
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.p-sales-card__price-num {
  font-size: 42px;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
}

.p-sales-card__price-num span {
  font-size: 18px;
  margin-left: 5px;
}

.p-sales-card__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
}

.p-sales-card__table th {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #eee;
  width: 20%;
  text-align: left;
}

.p-sales-card__table td {
  padding: 10px;
  border: 1px solid #eee;
  width: 30%;
}

.p-sales-card__btns {
  display: flex;
  gap: 20px;
  margin-top: auto;
}

/* ==========================================================================
  5. 園児バス買取ページ
========================================================================== */
.p-purchase-hero {
  background: #e0f2f5;
  padding: 100px 0;
}

.p-purchase-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.p-purchase-hero__content {
  flex: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.p-purchase-hero__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-purchase-hero__lead {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.p-purchase-hero__img {
  flex: 1;
}

.p-purchase-hero__img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
  object-fit: cover;
}

/* 理由セクション */
.p-purchase-reason {
  padding: 100px 0;
  background: #fff;
}

.p-purchase-reason__list {
  display: flex;
  gap: 40px;
}

.p-purchase-reason__item {
  flex: 1;
  text-align: center;
  background: #fdfaf0;
  padding: 40px 30px;
  border-radius: 15px;
  position: relative;
  padding-top: 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.p-purchase-reason__num {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #ffcc00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.p-purchase-reason__head {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 15px;
}

.p-purchase-reason__text {
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}

/* 買取の流れ */
.p-purchase-flow {
  padding: 0 0 100px;
  background: #fff;
}

.p-purchase-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.p-purchase-flow__item {
  border: 2px solid #2b839c;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}

.p-purchase-flow__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #2b839c;
}

.p-purchase-flow__item:last-child::after {
  display: none;
}

.p-purchase-flow__step {
  display: inline-block;
  background: #2b839c;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "LINE Seed JP", sans-serif;
}

.p-purchase-flow__item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.p-purchase-flow__item p {
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}

/* お問い合わせ誘導 */
.p-purchase-cta {
  text-align: center;
  background: #f9f9f9;
  padding: 60px;
  border-radius: 20px;
}

.p-purchase-cta p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.c-btn-detail--large {
  width: 100%;
  max-width: 400px;
  font-size: 20px;
  padding: 20px 0;
}

/* 買取査定フォーム */
.p-purchase-form {
  padding: 100px 0;
  background-color: #fdfaf0;
}

.p-purchase-form__head {
  text-align: center;
  margin-bottom: 50px;
}

.p-purchase-form__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.p-purchase-form__lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.p-purchase-form__notice {
  font-size: 14px;
  font-weight: 700;
  color: #555;
}

.p-purchase-form__box {
  background: #fff;
  border-radius: 15px;
  padding: 60px 80px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  max-width: 1000px;
  margin: 0 auto;
}

/* ==========================================================================
  6. 各種コンタクトフォーム（お問い合わせ・予約・査定）
========================================================================== */
.p-contact-form__section-title {
  font-size: 22px;
  font-weight: 700;
  border-left: 5px solid #2b839c;
  padding-left: 15px;
  margin-bottom: 20px;
  color: #333;
}

.p-contact-form__input select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background: #fdfdfd;
  cursor: pointer;
}

.p-contact-form__note {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

/* フォームの共通装飾 */
.p-contact-form__row {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
}

.p-contact-form__row--top {
  align-items: flex-start;
}

.p-contact-form__label {
  flex: 0 0 280px;
  font-weight: 700;
  font-size: 16px;
}

.u-required-dot {
  color: #f2994a;
  margin-left: 5px;
  font-size: 12px;
  vertical-align: middle;
}

.p-contact-form__input {
  flex: 1;
}

.p-contact-form__input input[type=text], .p-contact-form__input input[type=email], .p-contact-form__input input[type=tel], .p-contact-form__input input[type=date], .p-contact-form__input textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background: #fdfdfd;
}

.p-contact-form__input textarea {
  height: 200px;
}

.p-contact-form__input--date {
  display: flex;
  align-items: center;
  gap: 15px;
}

.u-date-to {
  font-weight: 700;
}

.wpcf7-list-item {
  margin: 0 20px 0 0;
}

.wpcf7-list-item-label {
  font-weight: 700;
  cursor: pointer;
}

.p-contact-form__submit {
  text-align: center;
  margin-top: 50px;
}

.p-contact-form__submit input {
  width: 350px;
  padding: 20px 0;
  background: #e60012;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.p-contact-form__submit input:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

/* ご希望の予約車種ラジオボタン（WebP画像表示） */
.p-reserve-select {
  text-align: center;
  margin-bottom: 50px;
}

.p-reserve-select__lead {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
}

.p-reserve-select .wpcf7-radio {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.p-reserve-select .wpcf7-list-item {
  margin: 0;
  padding-bottom: 90px;
  position: relative;
}

.p-reserve-select label {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.p-reserve-select input[type=radio] {
  transform: scale(1.5);
  cursor: pointer;
}

.p-reserve-select .wpcf7-list-item-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.p-reserve-select .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before {
  content: "";
  width: 220px;
  height: 140px;
  background: url("../../assets/img/car_coaster.webp") no-repeat center/contain;
  margin-bottom: 10px;
}

.p-reserve-select .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::after {
  content: "園児数 39名〜49名\a 1日あたり 35,000円（税込）\a（2回目以降）1日あたり 33,000円（税込）";
  white-space: pre;
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
}

.p-reserve-select .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
  content: "";
  width: 220px;
  height: 140px;
  background: url("../../assets/img/car_hiace.webp") no-repeat center/contain;
  margin-bottom: 10px;
}

.p-reserve-select .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::after {
  content: "園児数 12名〜26名\a 1日あたり 25,000円（税込）\a（2回目以降）1日あたり 22,000円（税込）";
  white-space: pre;
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
}

/* ご希望乗車人数選択エリア（条件分岐用） */
.p-reserve-capacity {
  text-align: center;
  margin-bottom: 60px;
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 10px;
  border: 1px dashed #ccc;
  animation: fadeIn 0.5s ease;
}

.p-reserve-capacity__lead {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.p-reserve-capacity .wpcf7-radio {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.p-reserve-capacity label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}

.p-reserve-capacity input[type=radio] {
  transform: scale(1.3);
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 注記・お願い・カラー強調 */
.p-contact-form__input-note {
  font-size: 14px;
  color: #e60012;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.6;
  text-align: left;
}

.p-contact-form__input-note a {
  color: #0066cc;
  text-decoration: underline;
}

.p-contact-form__reserve-note {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -10px;
}

.u-color-red {
  color: #e60012 !important;
}

/* ★新規追加：アクセスマップページ専用スタイル */
.p-access-detail {
  padding: 0 0 100px;
  background-color: #fff;
}

.p-access-detail__flex {
  display: flex;
  gap: 50px;
  align-items: stretch;
}

.p-access-detail__block {
  flex: 1;
  background-color: #fdfaf0;
  padding: 45px 40px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  border-top: 4px solid #2b839c;
}

.p-access-detail__head {
  font-size: 22px;
  font-weight: 700;
  color: #2b839c;
  margin-bottom: 25px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 15px;
}

.p-access-detail__text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.p-access-detail__text strong {
  color: #e60012;
}

/* --------------------------------
  スマホ調整（SP）
-------------------------------- */
@media (max-width: 768px) {
  .p-page-head {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .p-page-head__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-page-content {
    padding: 0 15px 60px;
    font-size: 14px;
  }
  .p-page-content h2 {
    font-size: 18px;
    margin: 35px 0 15px;
  }
}
/* 車種一覧SP */
@media (max-width: 768px) {
  .p-lineup-item {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lineup-item__flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .p-lineup-item__visual {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-lineup-item__title {
    font-size: 22px;
  }
  .p-lineup-item__specs {
    font-size: 15px;
  }
  .p-lineup-item__specs .u-text-red {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-btn-lineup {
    max-width: 100%;
    font-size: 18px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .p-lineup-item__badge {
    width: 90px;
    height: 90px;
    font-size: 12px;
  }
  .p-lineup-item__badge span {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-lineup-item__gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .c-btn-back {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
  }
}
/* 車種一覧画像SP（横幅2/3中央寄せ） */
@media (max-width: 768px) {
  .p-lineup-item__visual {
    width: 66%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-lineup-item__badge {
    width: 60px;
    height: 60px;
    font-size: 10px;
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 768px) {
  .p-lineup-item__badge span {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 2px;
  }
}
/* ご利用ガイドSP */
@media (max-width: 768px) {
  .p-guide-flow__list::before {
    left: 25px;
  }
  .p-guide-flow__step {
    gap: 15px;
    margin-bottom: 30px;
  }
  .p-guide-flow__num {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-width: 2px;
  }
}
/* スマホ用タイムライン線の最適化 */
@media (max-width: 768px) {
  .p-guide-flow__step::after {
    left: 25px;
    top: 50px;
    height: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  .p-guide-flow__box {
    padding: 20px;
  }
  .p-guide-flow__box h3 {
    font-size: 18px;
  }
  .p-guide-flow__btns {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-guide-info__flex {
    flex-direction: column;
    gap: 30px;
  }
  .p-guide-info__block {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .p-guide-info__table th, .p-guide-info__table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-guide-info__table th {
    padding: 10px;
  }
}
/* 車両販売SP */
@media (max-width: 768px) {
  .p-sales-card {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-top-width: 3px;
  }
  .p-sales-card__visual {
    flex: auto;
    width: 100%;
  }
  .p-sales-card__price-num {
    font-size: 32px;
  }
  .p-sales-card__btns {
    flex-direction: column;
    gap: 10px;
  }
}
/* 園児バス買取SP */
@media (max-width: 768px) {
  .p-purchase-hero {
    padding: 60px 20px;
  }
  .p-purchase-hero__content {
    padding: 30px;
  }
  .p-purchase-hero__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-purchase-reason__list {
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .p-purchase-flow__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .p-purchase-flow__item::after {
    top: auto;
    bottom: -25px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}
@media (max-width: 768px) {
  .p-purchase-cta {
    padding: 40px 20px;
  }
  .c-btn-detail--large {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-purchase-form {
    padding: 60px 0;
  }
  .p-purchase-form__box {
    padding: 40px 20px;
  }
}
/* 各種フォームSP */
@media (max-width: 768px) {
  .p-contact-form__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .p-contact-form__label {
    flex: 0 0 auto;
  }
  .p-contact-form__input--date {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-contact-form__submit input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-reserve-select .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-reserve-select .wpcf7-list-item {
    padding-bottom: 75px;
  }
}
/* 新規追加：アクセスマップSP調整 */
@media (max-width: 768px) {
  .p-access-detail {
    padding: 0 0 60px;
  }
}
@media (max-width: 768px) {
  .p-access-detail__flex {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .p-access-detail__block {
    padding: 30px 20px;
  }
  .p-access-detail__head {
    font-size: 18px;
  }
  .p-access-detail__text {
    font-size: 14px;
  }
}
/* アクセスマップの直下に余白を追加（クラス名を .p-access-map に修正） */
.p-access-map {
  margin-bottom: 80px;
}

/* スマホ用の余白調整 */
@media (max-width: 768px) {
  .p-access-map {
    margin-bottom: 40px;
  }
}
/* ==========================================================================
  8. ブログ・お知らせ（詳細ページ ＆ 一覧ページ）
========================================================================== */
/* 詳細ページ（single.php） */
.p-post-detail {
  padding: 60px 0 100px;
  background: #fff;
}

.p-post-detail__inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-post-detail__head {
  border-bottom: 2px solid #ffcc00;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.p-post-detail__date {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  display: block;
  margin-bottom: 15px;
}

.p-post-detail__title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

.p-post-detail__cats a {
  display: inline-block;
  background: #e0f2f5;
  color: #2b839c;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.p-post-detail__content {
  font-size: 17px;
  line-height: 2;
  color: #333;
  margin-bottom: 60px;
  font-family: "LINE Seed JP", sans-serif;
}

.p-post-detail__content p {
  margin-bottom: 1.5em;
}

.p-post-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}

.p-post-detail__back {
  text-align: center;
}

/* 一覧ページ（archive.php）の余白調整 */
.p-blog-archive {
  padding: 40px 20px 100px;
}

/* ブログ一覧のページネーション（1, 2, 3...） */
.p-pagination {
  text-align: center;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.p-pagination .page-numbers {
  display: inline-block;
  padding: 12px 20px;
  background: #eee;
  color: #333;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  font-family: "LINE Seed JP", sans-serif;
}

.p-pagination .page-numbers:hover {
  background: #333;
  color: #fff;
}

.p-pagination .page-numbers.current {
  background: #2b839c;
  color: #fff;
  pointer-events: none;
}

/* SP調整 */
@media (max-width: 768px) {
  .p-post-detail {
    padding: 40px 0;
  }
  .p-post-detail__title {
    font-size: 24px;
  }
  .p-post-detail__content {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-blog-archive {
    padding: 20px 15px 60px;
  }
}
/* --------------------------------
  車両販売一覧：ボタンデザイン
-------------------------------- */
.p-sales-card__btns {
  display: flex;
  gap: 20px;
  margin-top: auto;
}

.c-btn-sales {
  flex: 1;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
}

.c-btn-sales:hover {
  opacity: 0.8;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.c-btn-sales--detail {
  background: #555;
}

.c-btn-sales--contact {
  background: #e60012;
}

/* SP調整 */
@media (max-width: 768px) {
  .p-sales-card__btns {
    flex-direction: column;
    gap: 10px;
  }
  .c-btn-sales {
    padding: 12px;
    font-size: 15px;
  }
}
/* --------------------------------
  車両販売：詳細ページ用（Gooネット風）
-------------------------------- */
.p-sales-detail {
  margin-bottom: 60px;
}

.p-sales-detail__name {
  font-size: 28px;
  font-weight: 700;
  color: #00569e;
  margin-bottom: 10px;
}

.p-sales-detail__spec {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.p-sales-detail__flex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.p-sales-detail__visual {
  flex: 1.2;
}

.p-sales-detail__visual img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.p-sales-detail__info {
  flex: 1;
}

/* 価格エリア（2分割） */
.p-sales-price {
  display: flex;
  align-items: stretch;
  border: 1px solid #eee;
  margin-bottom: 25px;
}

.p-sales-price__total, .p-sales-price__body {
  flex: 1;
  padding: 15px;
  text-align: center;
}

.p-sales-price__total {
  border-right: 1px solid #eee;
}

.p-sales-price__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  background: #000;
  color: #fff;
  padding: 5px 0;
  margin: -15px -15px 15px;
}

.p-sales-price__body .p-sales-price__label {
  background: #f5f5f5;
  color: #333;
}

.p-sales-price__label span {
  font-size: 11px;
  font-weight: normal;
}

.p-sales-price__num {
  font-size: 40px;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1;
}

.p-sales-price__num span {
  font-size: 16px;
  margin-left: 3px;
  color: #333;
}

/* 整備・保証 */
.p-sales-guarantee {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

.p-sales-guarantee span {
  color: #ccc;
  margin-right: 5px;
}

/* スペック表（6マス） */
.p-sales-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 30px;
}

.p-sales-spec-item {
  text-align: center;
}

.p-sales-spec-item span {
  display: block;
  background: #f0f0f0;
  padding: 5px 0;
  font-size: 13px;
  color: #555;
}

.p-sales-spec-item p {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  font-family: "LINE Seed JP", sans-serif;
}

/* SP調整 */
@media (max-width: 768px) {
  .p-sales-detail__flex {
    flex-direction: column;
  }
  .p-sales-price__num {
    font-size: 32px;
  }
  .p-sales-spec-item p {
    font-size: 15px;
  }
}
/* --------------------------------
  座席表・ダウンロードボタン
-------------------------------- */
.p-lineup-item__seatmap {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px dashed #ccc;
  text-align: center;
}

.p-lineup-item__seatmap-title {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  margin-bottom: 15px;
}

.p-lineup-item__seatmap-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
}

.c-btn-download {
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
  border: 2px solid #2b839c;
  color: #2b839c;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.c-btn-download::before {
  content: "↓";
  margin-right: 8px;
  font-weight: bold;
}

.c-btn-download:hover {
  background-color: #2b839c;
  color: #fff;
}

/* SP調整 */
@media (max-width: 768px) {
  .p-lineup-item__seatmap {
    margin-top: 30px;
    padding-top: 25px;
  }
}
/* 車種紹介部分 */
.p-contact-lineup {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}

.p-contact-lineup__text {
  font-weight: 700;
  margin-bottom: 30px;
}

.p-contact-lineup__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.p-contact-lineup__item {
  flex: 0 0 240px;
}

.p-contact-lineup__item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}

.p-contact-lineup__item span {
  font-weight: 700;
  font-size: 16px;
}

/* フォーム全体ボックス */
.p-contact-main {
  padding: 0 0 100px;
  background: #fdfaf0;
}

.p-contact-main__box {
  background: #fff;
  border-radius: 15px;
  padding: 60px 80px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.p-contact-main__lead {
  text-align: center;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 500;
}

/* フォーム行のレイアウト */
.p-contact-form__row {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
}

.p-contact-form__row--top {
  align-items: flex-start;
}

.p-contact-form__label {
  flex: 0 0 280px;
  font-weight: 700;
  font-size: 16px;
}

.u-required-dot {
  color: #f2994a;
  margin-left: 5px;
  font-size: 12px;
  vertical-align: middle;
}

.p-contact-form__input {
  flex: 1;
}

/* 入力要素の装飾 */
.p-contact-form__input input[type=text], .p-contact-form__input input[type=email], .p-contact-form__input input[type=tel], .p-contact-form__input input[type=date], .p-contact-form__input textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background: #fdfdfd;
}

.p-contact-form__input textarea {
  height: 200px;
}

.p-contact-form__input--date {
  display: flex;
  align-items: center;
  gap: 15px;
}

.u-date-to {
  font-weight: 700;
}

/* チェックボックスのスタイル（CF7標準） */
.wpcf7-list-item {
  margin: 0 20px 0 0;
}

.wpcf7-list-item-label {
  font-weight: 700;
  cursor: pointer;
}

/* 送信ボタン */
.p-contact-form__submit {
  text-align: center;
  margin-top: 50px;
}

.p-contact-form__submit input {
  width: 350px;
  padding: 20px 0;
  background: #e60012;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.p-contact-form__submit input:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

/* スマホ調整 */
@media (max-width: 768px) {
  .p-contact-main__box {
    padding: 40px 20px;
  }
  .p-contact-form__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .p-contact-form__label {
    flex: 0 0 auto;
  }
  .p-contact-form__input--date {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-contact-form__submit input {
    width: 100%;
  }
}
.waterproof-page {
  color: #203956;
}
.waterproof-page .l-header {
  background: #fff;
}
.waterproof-page .l-header__inner {
  max-width: 1510px;
  min-height: 84px;
  padding: 12px 32px;
  align-items: center;
  gap: 24px;
}
.waterproof-page .l-header__logo-area {
  padding: 0;
  flex-shrink: 0;
}
.waterproof-page .l-header__logo {
  width: 242px;
}
.waterproof-page .l-header__logo a {
  display: flex;
  align-items: center;
  gap: 14px;
}
.waterproof-page .home-brand-mark {
  display: block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}
.waterproof-page .home-brand-mark img {
  width: 200px;
  max-width: none;
  height: 64px;
  object-fit: contain;
  object-position: left;
}
.waterproof-page .home-brand-name {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  color: #182740;
  white-space: nowrap;
}
.waterproof-page .home-brand-name small {
  display: block;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-top: 9px;
}
.waterproof-page .l-header__right {
  align-items: center;
  gap: 24px;
}
.waterproof-page .l-header__nav-list {
  min-height: 0;
  padding: 0;
  gap: clamp(12px, 1.5vw, 28px);
}
.waterproof-page .l-header__nav-list > li > a {
  color: #202c43;
  font-size: 14px;
  padding: 12px 0;
  letter-spacing: 0;
  font-weight: 600;
}
.waterproof-page .l-header__nav-list > li > a::after {
  background: #305590;
  bottom: 5px;
}
.waterproof-page .l-header__contact {
  min-width: 0;
  min-height: 46px;
  padding: 0 22px;
  font-size: 14px;
  background: #25487e;
  font-weight: 600;
}
.waterproof-page .l-header__contact::before {
  content: none;
}
.waterproof-page .l-main {
  overflow: clip;
}
.waterproof-page a:focus-visible, .waterproof-page summary:focus-visible {
  outline: 3px solid #739bcc;
  outline-offset: 5px;
}
.waterproof-page section[id], .waterproof-page article[id] {
  scroll-margin-top: 28px;
}

.wpd {
  background: #fff;
}

.wpd-inner {
  width: min(70%, 1366px);
  margin-inline: auto;
}

.wpd-wide {
  width: min(78%, 1366px);
  margin-inline: auto;
}

.wpd-label {
  color: #355f94;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}

.wpd-heading {
  font-size: clamp(28px, 2.65vw, 42px);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.wpd-arrow {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 1px;
  background: currentColor;
  flex: 0 0 25px;
}

.wpd-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  transform-origin: top right;
}

.wpd-text-link, .wpd-detail summary {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: #355f94;
  padding: 7px 0;
  border-bottom: 1px solid #9ab1cc;
  font-size: 17px;
  letter-spacing: 0.06em;
}

.wpd-text-link {
  margin-top: 22px;
}

.wpd-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  min-height: 48px;
  padding: 10px 28px;
  border: 1px solid #809bbf;
  color: inherit;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.wpd-button--solid {
  background: #254b82;
  border-color: #809bbf;
  color: #fff;
}

.wpd-pending {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 180px;
  background: linear-gradient(130deg, #e9eff5, #cedbe8);
  color: #47627e;
  text-align: center;
  padding: 20px;
}

.wpd-pending span {
  font-size: 12px;
  letter-spacing: 0.14em;
}

.wpd-pending small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-top: 10px;
}

.wpd-hero {
  position: relative;
  min-height: clamp(500px, 35.5vw, 690px);
  background: url("../../assets/img/business-waterproof.webp") center 55%/cover no-repeat;
}

.wpd-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  clip-path: polygon(0 0, 44% 0, 30% 100%, 0 100%);
}

.wpd-hero__inner {
  position: relative;
  padding: 34px 6% 60px;
}

.wpd-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.wpd-breadcrumb a {
  color: #304b68;
}

.wpd-breadcrumb li + li::before {
  content: "›";
  margin-right: 12px;
  color: #6b819b;
}

.wpd-hero__copy {
  margin-top: clamp(30px, 2.8vw, 52px);
  max-width: 40%;
}

.wpd-hero h1 {
  font-size: clamp(54px, 4.8vw, 80px);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.wpd-hero__catch {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(26px, 2.65vw, 44px);
  font-weight: 500;
  line-height: 1.4;
  margin-top: 24px;
}

.wpd-hero__text {
  font-size: 14px;
  line-height: 1.95;
  margin-top: 26px;
}

.wpd-about {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8%;
  align-items: center;
  padding-block: 48px;
}

.wpd-about__image {
  height: clamp(300px, 25vw, 430px);
  clip-path: polygon(0 0, 100% 0, 52% 100%, 0 100%);
}

.wpd-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpd-about__body {
  font-size: 15px;
  line-height: 1.95;
  margin-top: 24px;
}

.wpd-about__product {
  margin-top: 22px;
  color: #355f94;
}

.wpd-message {
  color: #fff;
  background: #17385e;
  padding: 34px 24px;
  text-align: center;
}

.wpd-message h2 {
  width: min(80%, 940px);
  margin: 0 auto 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #8198b3;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.wpd-message p {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.wpd-lineup {
  padding-block: 46px 54px;
}

.wpd-lineup__list {
  display: grid;
  gap: 30px;
  margin-top: 22px;
}

.wpd-lineup__item {
  display: grid;
  grid-template-columns: 40% 54%;
  gap: 6%;
  align-items: center;
}

.wpd-lineup__item:nth-child(even) {
  grid-template-columns: 54% 40%;
}

.wpd-lineup__item:nth-child(even) .wpd-lineup__image {
  grid-column: 1;
  grid-row: 1;
}

.wpd-lineup__item:nth-child(even) .wpd-lineup__copy {
  grid-column: 2;
}

.wpd-lineup__copy {
  padding-left: 85px;
}

.wpd-lineup__copy h3 {
  position: relative;
  font-size: clamp(25px, 2.15vw, 36px);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 14px;
}

.wpd-lineup__number {
  position: absolute;
  left: -85px;
  top: -10px;
  font-size: 60px;
  font-weight: 400;
  color: #3869a4;
}

.wpd-lineup__copy > p {
  font-size: 16px;
  line-height: 1.9;
}

.wpd-lineup__image {
  height: clamp(230px, 16vw, 300px);
}

.wpd-lineup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpd-detail {
  margin-top: 10px;
  font-size: 15px;
}

.wpd-detail summary {
  list-style: none;
  cursor: pointer;
}

.wpd-detail summary::-webkit-details-marker {
  display: none;
}

.wpd-detail summary:hover {
  opacity: 0.7;
}

.wpd-detail[open] .wpd-arrow {
  transform: rotate(90deg);
}

.wpd-detail > div {
  padding-top: 16px;
  line-height: 1.9;
}

.wpd-detail > div a {
  display: inline-block;
  color: #355f94;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 12px;
}

.wpd-support {
  background: #eaf1f6;
}

.wpd-support__inner {
  max-width: 1700px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 53% 47%;
}

.wpd-maintenance {
  display: grid;
  grid-template-columns: 60% 40%;
  position: relative;
}

.wpd-maintenance__copy {
  position: relative;
  z-index: 1;
  padding: 48px 0 48px 11%;
}

.wpd-maintenance__copy > p:not(.wpd-label) {
  font-size: 15px;
  line-height: 1.95;
  margin-top: 20px;
  max-width: 390px;
}

.wpd-maintenance__image {
  clip-path: polygon(64% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -36%;
}

.wpd-maintenance__image .wpd-pending {
  padding-left: 45%;
}

.wpd-maintenance .wpd-heading, .wpd-process .wpd-heading {
  font-size: clamp(25px, 2.3vw, 38px);
}

.wpd-process {
  padding: 48px 10% 48px 10%;
}

.wpd-process > p:not(.wpd-label) {
  font-size: 14px;
  margin-top: 14px;
}

.wpd-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 36px 0 26px;
}

.wpd-process__steps li {
  border-top: 1px solid #9eb6d3;
  padding-top: 13px;
  position: relative;
  font-size: 14px;
}

.wpd-process__steps li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3e6fa8;
  position: absolute;
  top: -4px;
  left: 0;
}

.wpd-process__steps span {
  display: block;
  color: #3e6fa8;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 18px;
}

.wpd-works {
  padding: 34px 0 40px;
  background: #17385e;
  color: #fff;
}

.wpd-works .wpd-label {
  color: #fff;
}

.wpd-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 22px;
}

.wpd-works figure {
  margin: 0;
  min-width: 0;
}

.wpd-works figure > img, .wpd-works figure > .wpd-pending {
  width: 100%;
  height: auto;
  aspect-ratio: 2.1;
  object-fit: cover;
  min-height: 0;
}

.wpd-works figcaption {
  font-size: 14px;
  margin-top: 12px;
}

.wpd-works__more {
  text-align: right;
  margin-top: 28px;
}

.wpd-footer {
  background: #17385e;
  color: #fff;
}

.wpd-footer__cta {
  background: linear-gradient(rgba(22, 48, 71, 0.7019607843), rgba(22, 48, 71, 0.7019607843)), url("../../assets/img/mv.webp") center 65%/cover;
}

.wpd-footer__cta > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 38px;
}

.wpd-footer__cta h2 {
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: 400;
  line-height: 1.65;
}

.wpd-footer__tel {
  display: block;
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 38px;
  white-space: nowrap;
}

.wpd-footer__cta .wpd-button {
  margin-top: 10px;
}

.wpd-footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 38px;
}

.wpd-footer__logo {
  width: 230px;
  flex-shrink: 0;
}

.wpd-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wpd-footer__nav a {
  color: #fff;
  font-size: 13px;
}

.wpd-footer__nav .wpd-button {
  font-size: 13px;
  padding-inline: 18px;
}

.wpd-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #7690af;
  padding: 24px 0 30px;
  font-size: 11px;
}

@media (min-width: 769px) and (max-width: 1150px) {
  .waterproof-page .l-header__inner {
    padding-inline: 20px;
    gap: 12px;
  }
  .waterproof-page .l-header__logo {
    width: 180px;
  }
  .waterproof-page .home-brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .waterproof-page .home-brand-mark img {
    width: 150px;
    height: 48px;
  }
  .waterproof-page .home-brand-name {
    font-size: 17px;
  }
  .waterproof-page .l-header__right {
    gap: 12px;
  }
  .waterproof-page .l-header__nav-list {
    gap: 10px;
  }
  .waterproof-page .l-header__nav-list > li > a {
    font-size: 11px;
  }
  .waterproof-page .l-header__contact {
    padding-inline: 12px;
    font-size: 11px;
  }
  .wpd-inner, .wpd-wide {
    width: 88%;
  }
  .wpd-hero__copy {
    max-width: 48%;
  }
  .wpd-hero__shade {
    clip-path: polygon(0 0, 58% 0, 37% 100%, 0 100%);
  }
  .wpd-about {
    gap: 5%;
  }
  .wpd-about__body br {
    display: none;
  }
  .wpd-lineup__copy {
    padding-left: 65px;
  }
  .wpd-lineup__number {
    left: -65px;
    font-size: 48px;
    top: -5px;
  }
  .wpd-maintenance {
    grid-template-columns: 75% 25%;
  }
  .wpd-process {
    padding-inline: 6%;
  }
  .wpd-footer__nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .waterproof-page .l-header__inner {
    min-height: 76px;
    padding: 10px 76px 10px 20px;
  }
  .waterproof-page .l-header__right {
    display: none;
  }
  .waterproof-page .l-header__logo {
    width: 205px;
  }
  .waterproof-page .home-brand-mark {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .waterproof-page .home-brand-mark img {
    width: 162.5px;
    height: 52px;
  }
  .waterproof-page .home-brand-name {
    font-size: 20px;
  }
  .wpd-inner, .wpd-wide {
    width: calc(100% - 40px);
  }
  .wpd-label {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .wpd-heading {
    font-size: 27px;
  }
  .wpd-hero {
    min-height: 620px;
    background-size: auto 300px;
    background-position: 65% bottom;
    background-color: #fff;
  }
  .wpd-hero__shade {
    clip-path: none;
    background: linear-gradient(#fff 0%, #fff 47%, rgba(255, 255, 255, 0.9) 58%, transparent 84%);
  }
  .wpd-hero__inner {
    padding: 18px 20px 260px;
  }
  .wpd-breadcrumb ol {
    font-size: 11px;
    gap: 8px;
  }
  .wpd-breadcrumb li + li::before {
    margin-right: 8px;
  }
  .wpd-hero__copy {
    max-width: none;
    margin-top: 28px;
  }
  .wpd-hero h1 {
    font-size: 52px;
  }
  .wpd-hero__catch {
    font-size: 29px;
    margin-top: 18px;
  }
  .wpd-hero__text {
    font-size: 13px;
    margin-top: 18px;
  }
  .wpd-hero__text br {
    display: none;
  }
  .wpd-about {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-block: 34px;
  }
  .wpd-about__image {
    height: 260px;
    clip-path: polygon(0 0, 100% 0, 64% 100%, 0 100%);
  }
  .wpd-about__body br {
    display: none;
  }
  .wpd-message {
    padding: 30px 20px;
  }
  .wpd-message h2 {
    width: 100%;
    font-size: 25px;
    letter-spacing: 0.02em;
  }
  .wpd-message p {
    font-size: 13px;
  }
  .wpd-lineup {
    padding-block: 34px 40px;
  }
  .wpd-lineup__list {
    gap: 36px;
    margin-top: 30px;
  }
  .wpd-lineup__item, .wpd-lineup__item:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .wpd-lineup__item:nth-child(even) .wpd-lineup__image, .wpd-lineup__item:nth-child(even) .wpd-lineup__copy {
    grid-column: auto;
    grid-row: auto;
  }
  .wpd-lineup__copy {
    padding-left: 60px;
  }
  .wpd-lineup__copy h3 {
    font-size: 26px;
  }
  .wpd-lineup__number {
    left: -60px;
    top: -7px;
    font-size: 44px;
  }
  .wpd-lineup__copy > p {
    font-size: 15px;
  }
  .wpd-lineup__image {
    height: 220px;
  }
  .wpd-support__inner {
    grid-template-columns: 1fr;
  }
  .wpd-maintenance {
    grid-template-columns: 1fr;
    padding: 32px 20px;
    gap: 24px;
  }
  .wpd-maintenance__copy {
    padding: 0;
  }
  .wpd-maintenance__image {
    margin-left: 0;
    height: 220px;
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  }
  .wpd-maintenance__image .wpd-pending {
    padding-left: 20%;
  }
  .wpd-process {
    padding: 30px 20px 36px;
    border-top: 1px solid #c9d7e5;
  }
  .wpd-process__steps li {
    font-size: 12px;
  }
  .wpd-works {
    padding-block: 30px;
  }
  .wpd-works__list {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .wpd-works__more {
    text-align: center;
  }
  .wpd-footer__cta > div {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 30px;
    gap: 20px;
  }
  .wpd-footer__cta h2 {
    font-size: 25px;
  }
  .wpd-footer__tel {
    font-size: 32px;
  }
  .wpd-footer__nav {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 30px;
  }
  .wpd-footer__bottom {
    flex-direction: column;
    gap: 12px;
  }
}
.biz {
  color: #203956;
  background: #fff;
}

.biz-inner {
  width: min(82%, 1220px);
  margin-inline: auto;
}

.biz-wide {
  width: min(88%, 1366px);
  margin-inline: auto;
}

.biz-label {
  color: #355f94;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.biz-hero {
  position: relative;
  padding: 34px 0 76px;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0 49%, rgba(232, 241, 249, 0.88) 49% 100%);
  overflow: hidden;
}

.biz-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 0;
  width: 49%;
  height: 100%;
  background: url("../../assets/img/business-waterproof.webp") center/cover;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.86;
}

.biz-hero .biz-wide {
  position: relative;
  z-index: 1;
}

.biz-hero .biz-label {
  margin-top: 58px;
}

.biz-hero h1 {
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.biz-hero__lead {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.55;
  margin-top: 20px;
}

.biz-hero__text {
  font-size: 15px;
  line-height: 2;
  margin-top: 22px;
}

.biz-intro {
  padding: 72px 0 45px;
  text-align: center;
}

.biz-intro h2, .biz-strength h2 {
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: 0.06em;
}

.biz-intro > p:last-child {
  max-width: 780px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 2.1;
}

.biz-services {
  padding-bottom: 80px;
}

.biz-service {
  display: grid;
  grid-template-columns: 56% 1fr;
  gap: 7%;
  align-items: center;
  padding: 45px 0;
  border-top: 1px solid #c9d6e3;
}

.biz-service:nth-child(even) {
  grid-template-columns: 1fr 56%;
}

.biz-service:nth-child(even) .biz-service__image {
  grid-column: 2;
  grid-row: 1;
}

.biz-service:nth-child(even) .biz-service__copy {
  grid-column: 1;
  grid-row: 1;
}

.biz-service__image {
  height: clamp(280px, 26vw, 410px);
}

.biz-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.biz-pending {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 24px;
  text-align: center;
  background: linear-gradient(135deg, #dce7f1, #afc3d7);
  color: #355875;
}

.biz-pending span {
  letter-spacing: 0.18em;
  font-size: 13px;
}

.biz-pending small {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.biz-service__copy {
  position: relative;
  padding-left: 76px;
}

.biz-service__number {
  position: absolute;
  left: 0;
  top: -6px;
  font-family: "LINE Seed JP", sans-serif;
  color: #3769a5;
  font-size: 54px;
  line-height: 1;
}

.biz-service h2 {
  font-size: clamp(27px, 2.4vw, 38px);
  line-height: 1.5;
  font-weight: 400;
}

.biz-service__copy > p:not(.biz-label, .biz-service__number) {
  font-size: 15px;
  line-height: 2;
  margin-top: 18px;
}

.biz-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 9px 0;
  border-bottom: 1px solid #91a5c1;
  color: #355f94;
  font-size: 16px;
}

.biz-strength {
  padding: 58px 0 66px;
  color: #fff;
  background: #17385e;
}

.biz-strength .biz-label {
  color: #fff;
}

.biz-strength__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  border: 1px solid #6f88a4;
}

.biz-strength__list p {
  padding: 28px 32px;
}

.biz-strength__list p + p {
  border-left: 1px solid #6f88a4;
}

.biz-strength__list strong {
  display: block;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.biz-strength__list span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .biz-inner, .biz-wide {
    width: calc(100% - 40px);
  }
  .biz-hero {
    padding-bottom: 260px;
    background: #fff;
  }
  .biz-hero::after {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 245px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  }
  .biz-hero .biz-label {
    margin-top: 34px;
  }
  .biz-hero h1 {
    font-size: 50px;
  }
  .biz-hero__lead {
    font-size: 28px;
  }
  .biz-hero__text br {
    display: none;
  }
  .biz-intro {
    padding: 44px 0 25px;
    text-align: left;
  }
  .biz-intro > p:last-child {
    font-size: 15px;
  }
  .biz-service, .biz-service:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 0;
  }
  .biz-service:nth-child(even) .biz-service__image, .biz-service:nth-child(even) .biz-service__copy {
    grid-column: auto;
    grid-row: auto;
  }
  .biz-service__image {
    height: 230px;
  }
  .biz-service__copy {
    padding-left: 58px;
  }
  .biz-service__number {
    font-size: 43px;
  }
  .biz-service h2 {
    font-size: 26px;
  }
  .biz-strength__list {
    grid-template-columns: 1fr;
  }
  .biz-strength__list p + p {
    border-left: 0;
    border-top: 1px solid #6f88a4;
  }
}
.service-detail {
  color: #203956;
  background: #fff;
}

.service-detail__inner {
  width: min(78%, 1180px);
  margin-inline: auto;
}

.service-detail__wide {
  width: min(88%, 1366px);
  margin-inline: auto;
}

.service-detail__label {
  color: #355f94;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 13px;
}

.service-detail__hero {
  min-height: 590px;
  position: relative;
  overflow: hidden;
}

.service-detail__hero-image {
  position: absolute;
  inset: 0;
  background-color: #dce7f1;
  background-position: center;
  background-size: cover;
}

.service-detail__hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, 47% 0, 33% 100%, 0 100%);
}

.service-detail__hero .service-detail__wide {
  position: relative;
  padding-top: 34px;
}

.service-detail__hero-copy {
  max-width: 42%;
  margin-top: 55px;
}

.service-detail__hero h1 {
  font-size: clamp(42px, 4.5vw, 70px);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.service-detail__catch {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(27px, 2.6vw, 42px);
  line-height: 1.5;
  margin-top: 22px;
}

.service-detail__hero-copy > p:last-child {
  font-size: 14px;
  line-height: 1.95;
  margin-top: 22px;
}

.service-detail__about {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 7%;
  align-items: center;
  padding: 58px 0;
}

.service-detail__about-image {
  height: 390px;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.service-detail__about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail h2 {
  font-size: clamp(29px, 2.8vw, 43px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.service-detail__about > div:last-child > p:last-child {
  font-size: 15px;
  line-height: 2;
  margin-top: 22px;
}

.service-detail__message {
  padding: 36px 20px;
  text-align: center;
  background: #17385e;
  color: #fff;
}

.service-detail__message h2 {
  max-width: 930px;
  margin: auto;
  padding-bottom: 14px;
  border-bottom: 1px solid #8298b0;
}

.service-detail__message p {
  margin-top: 12px;
  font-size: 14px;
}

.service-detail__work {
  padding: 62px 0 72px;
}

.service-detail__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 32px;
}

.service-detail__cards article {
  min-height: 255px;
  padding: 30px;
  border: 1px solid #bfcedd;
  background: #f8fbfd;
}

.service-detail__cards span {
  color: #3869a4;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 38px;
}

.service-detail__cards h3 {
  margin-top: 14px;
  font-size: 23px;
  font-weight: 500;
}

.service-detail__cards p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.9;
}

.service-detail__process {
  padding: 56px 0;
  background: #eaf1f6;
}

.service-detail__process ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 38px 0 30px;
}

.service-detail__process li {
  position: relative;
  padding: 16px 12px 0 0;
  border-top: 1px solid #91abc8;
  font-size: 15px;
}

.service-detail__process li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3769a5;
}

.service-detail__process li span {
  display: block;
  color: #3769a5;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 19px;
}

.service-detail__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 52px;
  padding: 12px 26px;
  border: 1px solid #7894b7;
  color: #294c78;
  font-size: 16px;
}

.service-detail__siblings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 45px 0;
}

.service-detail__siblings a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 16px;
  border: 1px solid #a9bbcd;
  color: #294c78;
  text-align: center;
}

@media (max-width: 768px) {
  .service-detail__inner, .service-detail__wide {
    width: calc(100% - 40px);
  }
  .service-detail__hero {
    min-height: 650px;
    padding-bottom: 255px;
    background: #fff;
  }
  .service-detail__hero-image {
    top: auto;
    height: 280px;
  }
  .service-detail__hero-shade {
    background: linear-gradient(#fff 0 55%, rgba(255, 255, 255, 0.92) 68%, transparent 92%);
    clip-path: none;
  }
  .service-detail__hero .service-detail__wide {
    padding-top: 18px;
  }
  .service-detail__hero-copy {
    max-width: none;
    margin-top: 30px;
  }
  .service-detail__hero h1 {
    font-size: 39px;
    overflow-wrap: anywhere;
  }
  .service-detail__catch {
    font-size: 27px;
  }
  .service-detail__about {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 0;
  }
  .service-detail__about-image {
    height: 250px;
  }
  .service-detail h2 {
    font-size: 27px;
  }
  .service-detail__message {
    padding: 30px 20px;
  }
  .service-detail__cards {
    grid-template-columns: 1fr;
  }
  .service-detail__cards article {
    min-height: 0;
  }
  .service-detail__process ol {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }
  .service-detail__siblings {
    grid-template-columns: 1fr;
  }
}
.home-text-link, .biz-link, .wpd-text-link, .wpd-detail summary,
.home-outline-link, .wpd-button, .service-detail__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 100%;
  min-height: 58px;
  margin-top: 20px;
  padding: 15px 25px 15px 32px;
  border: 2px solid #25487e;
  border-radius: 0;
  background: #25487e;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 0 #17345a;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.home-text-link > span[aria-hidden], .home-text-link > .wpd-arrow, .biz-link > span[aria-hidden], .biz-link > .wpd-arrow, .wpd-text-link > span[aria-hidden], .wpd-text-link > .wpd-arrow, .wpd-detail summary > span[aria-hidden], .wpd-detail summary > .wpd-arrow,
.home-outline-link > span[aria-hidden],
.home-outline-link > .wpd-arrow, .wpd-button > span[aria-hidden], .wpd-button > .wpd-arrow, .service-detail__button > span[aria-hidden], .service-detail__button > .wpd-arrow {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.home-text-link:focus-visible, .biz-link:focus-visible, .wpd-text-link:focus-visible, .wpd-detail summary:focus-visible,
.home-outline-link:focus-visible, .wpd-button:focus-visible, .service-detail__button:focus-visible {
  outline: 3px solid #df9c25;
  outline-offset: 5px;
}
.home-text-link:active, .biz-link:active, .wpd-text-link:active, .wpd-detail summary:active,
.home-outline-link:active, .wpd-button:active, .service-detail__button:active {
  transform: translateY(1px);
  box-shadow: none;
}

.p-top-works .home-outline-link, .home-footer .home-outline-link,
.wpd-works .wpd-button, .wpd-footer .wpd-button {
  background: #fff;
  color: #25487e;
  border-color: #fff;
}

.p-top-business__more {
  max-width: calc(100% - 76px);
}

.wpd-footer__cta .wpd-button, .home-footer__button {
  margin-top: 20px;
}

.p-top-works__button-wrap, .wpd-works__more, .wpd-detail {
  margin-top: 0;
}

.home-process__steps, .wpd-process__steps, .service-detail__process ol {
  margin-bottom: 0;
}

@media (hover: hover) {
  .home-text-link:hover, .biz-link:hover, .wpd-text-link:hover,
  .wpd-detail summary:hover, .home-outline-link:hover,
  .wpd-button:hover, .service-detail__button:hover {
    opacity: 1;
    background: #3869ad;
    border-color: #3869ad;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(23, 52, 90, 0.25);
  }
  .home-text-link:hover > span[aria-hidden], .home-text-link:hover > .wpd-arrow, .biz-link:hover > span[aria-hidden], .biz-link:hover > .wpd-arrow, .wpd-text-link:hover > span[aria-hidden], .wpd-text-link:hover > .wpd-arrow,
  .wpd-detail summary:hover > span[aria-hidden],
  .wpd-detail summary:hover > .wpd-arrow, .home-outline-link:hover > span[aria-hidden], .home-outline-link:hover > .wpd-arrow,
  .wpd-button:hover > span[aria-hidden],
  .wpd-button:hover > .wpd-arrow, .service-detail__button:hover > span[aria-hidden], .service-detail__button:hover > .wpd-arrow {
    transform: translateX(7px);
  }
  .wpd-detail[open] summary:hover > .wpd-arrow {
    transform: rotate(90deg) translateX(4px);
  }
}
@media (max-width: 768px) {
  .home-text-link, .biz-link, .wpd-text-link, .wpd-detail summary,
  .home-outline-link, .wpd-button, .service-detail__button {
    padding: 13px 20px;
    gap: 18px;
    font-size: 16px;
    min-height: 54px;
  }
  .p-top-business__more {
    max-width: calc(100% - 57px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-text-link, .biz-link, .wpd-text-link, .wpd-detail summary,
  .home-outline-link, .wpd-button, .service-detail__button {
    transition: none;
  }
  .home-text-link:hover, .home-text-link:active, .biz-link:hover, .biz-link:active, .wpd-text-link:hover, .wpd-text-link:active, .wpd-detail summary:hover, .wpd-detail summary:active,
  .home-outline-link:hover,
  .home-outline-link:active, .wpd-button:hover, .wpd-button:active, .service-detail__button:hover, .service-detail__button:active {
    transform: none;
  }
  .home-text-link > span[aria-hidden], .home-text-link > .wpd-arrow, .biz-link > span[aria-hidden], .biz-link > .wpd-arrow, .wpd-text-link > span[aria-hidden], .wpd-text-link > .wpd-arrow, .wpd-detail summary > span[aria-hidden], .wpd-detail summary > .wpd-arrow,
  .home-outline-link > span[aria-hidden],
  .home-outline-link > .wpd-arrow, .wpd-button > span[aria-hidden], .wpd-button > .wpd-arrow, .service-detail__button > span[aria-hidden], .service-detail__button > .wpd-arrow {
    transition: none;
  }
}
.p-top-mv__achievement strong,
.home-achievement strong,
.p-top-business__title > span,
.home-process__steps span,
.biz-service__number,
.wpd-lineup__number,
.wpd-process__steps span,
.service-detail__cards span,
.service-detail__process li span,
.home-footer__tel,
.wpd-footer__tel,
.l-footer__tel,
.p-pagination .page-numbers {
  letter-spacing: -0.05em;
}

.wpd--renewed {
  color: #203f65;
}
.wpd--renewed .wpd-inner {
  width: min(88%, 1366px);
  margin-inline: auto;
}
.wpd--renewed .wpd-label {
  font-size: 14px;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}
.wpd--renewed .wpd-heading {
  position: relative;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 26px;
}
.wpd--renewed .wpd-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.16em;
  bottom: 0.16em;
  width: 5px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #173c63 0 68%, #4d91c7 68% 100%);
}
.wpd--renewed .wpd-label:has(+ .wpd-heading) {
  padding-left: 26px;
}
.wpd--renewed .wpd-about .wpd-heading, .wpd--renewed .wpd-contact-band .wpd-heading {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: left;
}
.wpd--renewed .wpd-about .wpd-label {
  padding-left: 0;
}
.wpd--renewed .wpd-contact-band .wpd-heading::before {
  background: linear-gradient(to bottom, #fff 0 68%, #7ab7e4 68% 100%);
}
.wpd--renewed p {
  line-height: 1.9;
}
.wpd--renewed .wpd-hero {
  background: #fff;
  min-height: 0;
  display: grid;
  grid-template-columns: 37% 63%;
}
.wpd--renewed .wpd-hero__inner {
  padding: 45px 30px 60px max(30px, 8vw);
}
.wpd--renewed .wpd-breadcrumb ol {
  font-size: 12px;
  gap: 8px;
  letter-spacing: 0;
}
.wpd--renewed .wpd-breadcrumb li + li::before {
  margin-right: 8px;
}
.wpd--renewed .wpd-hero__copy {
  max-width: none;
  margin-top: 64px;
}
.wpd--renewed .wpd-title-block {
  border-left: 2px solid #b8c9dd;
  padding-left: 26px;
}
.wpd--renewed .wpd-hero h1 {
  font-size: clamp(48px, 4.8vw, 76px);
  padding-block: 8px;
  position: relative;
}
.wpd--renewed .wpd-hero h1::before {
  content: "";
  position: absolute;
  width: 3px;
  background: #173f6c;
  left: -29px;
  top: 6px;
  bottom: 6px;
}
.wpd--renewed .wpd-hero__english {
  font-size: 15px;
  letter-spacing: 0.16em;
  margin-top: 8px;
}
.wpd--renewed .wpd-hero__catch {
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.65;
  margin-top: 35px;
}
.wpd--renewed .wpd-hero__photo {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  border-radius: 0 0 0 30px;
}
.wpd--renewed .wpd-about {
  display: block;
  padding-block: 64px 60px;
  text-align: center;
}
.wpd--renewed .wpd-about__body {
  margin-top: 16px;
  font-size: 17px;
}
.wpd--renewed .wpd-about__product {
  font-size: 14px;
  margin-top: 20px;
}
.wpd--renewed .wpd-conditions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  text-align: left;
}
.wpd--renewed .wpd-conditions article {
  padding-inline: 12%;
  border-left: 1px solid #acc1d9;
}
.wpd--renewed .wpd-conditions article:first-child {
  border-left: 0;
  padding-left: 0;
}
.wpd--renewed .wpd-conditions span {
  font-size: 30px;
  letter-spacing: -0.05em;
}
.wpd--renewed h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.55;
}
.wpd--renewed .wpd-conditions p {
  margin-top: 8px;
  font-size: 16px;
}
.wpd--renewed .wpd-knowledge {
  background: #eff4f8;
  padding-block: 52px;
}
.wpd--renewed .wpd-knowledge__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  margin-block: 36px;
}
.wpd--renewed .wpd-knowledge__grid article, .wpd--renewed .wpd-maintenance__cards article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 26px;
  align-items: center;
}
.wpd--renewed .wpd-knowledge__grid article + article {
  border-left: 1px solid #acc1d9;
  padding-left: 10%;
}
.wpd--renewed svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: #087abb;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wpd--renewed .wpd-knowledge__message {
  font-size: 23px;
  text-align: center;
}
.wpd--renewed .wpd-knowledge__note {
  text-align: center;
  margin-top: 12px;
}
.wpd--renewed .wpd-lineup {
  padding-block: 60px;
}
.wpd--renewed .wpd-lineup__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 5%;
  margin-top: 26px;
}
.wpd--renewed .wpd-lineup__item, .wpd--renewed .wpd-lineup__item:nth-child(even) {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}
.wpd--renewed .wpd-lineup__image {
  position: relative;
  overflow: hidden;
  height: auto;
  aspect-ratio: 2.5;
}
.wpd--renewed .wpd-lineup__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wpd--renewed .wpd-lineup__copy {
  padding-left: 58px;
}
.wpd--renewed .wpd-lineup__copy h3 {
  font-size: 26px;
  margin-bottom: 8px;
}
.wpd--renewed .wpd-lineup__number {
  left: -58px;
  top: 0;
  font-size: 31px;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
.wpd--renewed .wpd-lineup__copy > p {
  font-size: 16px;
}
.wpd--renewed .wpd-text-link {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #8ea9ca;
  color: #234d7d;
  padding: 5px 0;
  min-height: 0;
  font-size: 15px;
  margin-top: 20px;
}
.wpd--renewed .wpd-text-link:hover {
  color: #fff;
  background: #25487e;
  padding-inline: 12px;
  transform: none;
}
.wpd--renewed .wpd-lineup__note {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
.wpd--renewed .wpd-pending {
  min-height: 0;
  background: #edf2f7;
  border: 1px solid #dce5ef;
}
.wpd--renewed .wpd-pending span {
  font-size: 18px;
  letter-spacing: 0.04em;
}
.wpd--renewed .wpd-pending small {
  font-size: 14px;
}
.wpd--renewed .wpd-selection {
  padding-block: 45px;
}
.wpd--renewed .wpd-selection__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  margin-bottom: 32px;
}
.wpd--renewed .wpd-selection__intro > .wpd-pending {
  min-height: 290px;
}
.wpd--renewed .wpd-selection__photo {
  display: block;
  width: 100%;
  height: auto;
  align-self: center;
}
.wpd--renewed .wpd-selection__intro p:not(.wpd-label) {
  font-size: 20px;
}
.wpd--renewed .wpd-selection__emphasis {
  margin-top: 30px;
}
.wpd--renewed .wpd-guide-list {
  margin-top: 24px;
  list-style: none;
  padding: 0;
}
.wpd--renewed .wpd-guide-list li {
  display: grid;
  grid-template-columns: 60px 40% 1fr;
  align-items: center;
  gap: 24px;
  padding-block: 13px;
  border-bottom: 1px solid #c8d6e6;
}
.wpd--renewed .wpd-selection .wpd-guide-list li:first-child {
  border-top: 1px solid #c8d6e6;
}
.wpd--renewed .wpd-step-number {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: #173c63;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.wpd--renewed .wpd-guide-list h3 {
  font-size: clamp(20px, 1.9vw, 28px);
}
.wpd--renewed .wpd-guide-list p {
  font-size: 17px;
}
.wpd--renewed .wpd-process {
  padding: 45px 0;
  background: #fff;
  border: 0;
}
.wpd--renewed .wpd-process-flow {
  --flow-gap: clamp(32px, 4.4vw, 64px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--flow-gap);
  list-style: none;
  padding: 0;
  margin: 58px 0 16px;
  text-align: center;
}
.wpd--renewed .wpd-process-flow li {
  position: relative;
  min-width: 0;
}
.wpd--renewed .wpd-process-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 18px;
  left: calc(100% + (var(--flow-gap) - 28px) / 2);
  top: 112px;
  background: #456e9e;
  clip-path: polygon(0 45%, 90% 45%, 69% 5%, 73% 0, 100% 50%, 73% 100%, 69% 95%, 90% 55%, 0 55%);
}
.wpd--renewed .wpd-process-flow__number {
  display: block;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.wpd--renewed svg.wpd-process-flow__icon {
  display: block;
  width: 142px;
  height: 142px;
  margin: 24px auto;
  stroke: #183f66;
  stroke-width: 2.3;
}
.wpd--renewed .wpd-process-flow h3 {
  font-size: clamp(18px, 2.1vw, 32px);
  white-space: nowrap;
  margin-bottom: 20px;
}
.wpd--renewed .wpd-process-flow p {
  font-size: 17px;
  line-height: 1.9;
}
.wpd--renewed .wpd-maintenance {
  display: block;
  padding: 45px 0 30px;
}
.wpd--renewed .wpd-maintenance__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 26px;
}
.wpd--renewed .wpd-maintenance__cards article {
  background: #eff4f8;
  padding: 28px;
}
.wpd--renewed .wpd-contact-band {
  padding: 44px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(23, 57, 93, 0.8509803922), rgba(23, 57, 93, 0.8509803922)), url("../../assets/img/mv.webp") center/cover;
}
.wpd--renewed .wpd-contact-band__tel {
  display: block;
  font-size: clamp(28px, 3.3vw, 44px);
  color: #fff;
  letter-spacing: -0.05em;
  margin-top: 12px;
}
.wpd--renewed .wpd-contact-band .wpd-button {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  box-shadow: none;
}
.wpd--renewed .wpd-contact-band .wpd-button:hover {
  background: #fff;
  color: #17395d;
}
.wpd--renewed .wpd-related {
  padding-block: 45px 60px;
}
.wpd--renewed .wpd-related__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  margin-top: 24px;
}
.wpd--renewed .wpd-related__grid a {
  color: inherit;
  display: block;
}
.wpd--renewed .wpd-related__grid img, .wpd--renewed .wpd-related__grid .wpd-pending {
  width: 100%;
  height: auto;
  aspect-ratio: 2.6;
  object-fit: cover;
}
.wpd--renewed .wpd-related__grid h3 {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 18px;
  margin-top: 16px;
}
.wpd--renewed .wpd-related__grid a:hover {
  color: #087abb;
}

.wpd-footer--renewed .wpd-wide {
  width: min(88%, 1366px);
}
.wpd-footer--renewed .wpd-footer__nav {
  flex-wrap: wrap;
}
.wpd-footer--renewed .wpd-footer__nav a {
  font-size: 16px;
}
.wpd-footer--renewed .wpd-footer__nav .wpd-button {
  font-size: 17px;
}
.wpd-footer--renewed .wpd-footer__bottom {
  flex-wrap: wrap;
  font-size: 14px;
}
.wpd-footer--renewed .wpd-footer__bottom small {
  font-size: 13px;
}

@media (max-width: 768px) {
  .wpd--renewed .wpd-inner {
    width: calc(100% - 40px);
  }
  .wpd--renewed .wpd-heading {
    padding-left: 19px;
    font-size: 27px;
  }
  .wpd--renewed .wpd-heading::before {
    width: 4px;
  }
  .wpd--renewed .wpd-label:has(+ .wpd-heading) {
    padding-left: 19px;
  }
  .wpd--renewed .wpd-about .wpd-label {
    padding-left: 0;
  }
  .wpd--renewed .wpd-hero {
    grid-template-columns: 1fr;
  }
  .wpd--renewed .wpd-hero__inner {
    padding: 24px 20px 30px;
  }
  .wpd--renewed .wpd-hero__copy {
    margin-top: 30px;
  }
  .wpd--renewed .wpd-hero__photo {
    min-height: 0;
    height: 260px;
    border-radius: 0 0 0 30px;
  }
  .wpd--renewed .wpd-hero__catch {
    font-size: 23px;
    margin-top: 24px;
  }
  .wpd--renewed .wpd-about {
    padding-block: 36px;
  }
  .wpd--renewed .wpd-about__body {
    font-size: 16px;
  }
  .wpd--renewed .wpd-conditions {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }
  .wpd--renewed .wpd-conditions article, .wpd--renewed .wpd-conditions article:first-child {
    padding: 12px 0 0 20px;
    border-left: 2px solid #acc1d9;
  }
  .wpd--renewed .wpd-knowledge {
    padding-block: 36px;
  }
  .wpd--renewed .wpd-knowledge__grid, .wpd--renewed .wpd-maintenance__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .wpd--renewed .wpd-knowledge__grid article + article {
    border-left: 0;
    padding-left: 0;
  }
  .wpd--renewed .wpd-knowledge__grid article, .wpd--renewed .wpd-maintenance__cards article {
    grid-template-columns: 54px 1fr;
    gap: 18px;
  }
  .wpd--renewed svg {
    width: 52px;
    height: 52px;
  }
  .wpd--renewed .wpd-knowledge__message {
    font-size: 20px;
    text-align: left;
  }
  .wpd--renewed .wpd-knowledge__note {
    text-align: left;
    font-size: 15px;
  }
  .wpd--renewed .wpd-lineup {
    padding-block: 36px;
  }
  .wpd--renewed .wpd-lineup__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .wpd--renewed .wpd-lineup__image {
    height: auto;
  }
  .wpd--renewed .wpd-lineup__copy {
    padding-left: 48px;
  }
  .wpd--renewed .wpd-lineup__number {
    left: -48px;
  }
  .wpd--renewed .wpd-selection__intro, .wpd--renewed .wpd-related__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .wpd--renewed .wpd-selection__intro p:not(.wpd-label) {
    font-size: 18px;
  }
  .wpd--renewed .wpd-selection__intro > .wpd-pending {
    min-height: 200px;
  }
  .wpd--renewed .wpd-guide-list li {
    grid-template-columns: 44px 1fr;
    gap: 8px 16px;
    padding-block: 16px;
  }
  .wpd--renewed .wpd-step-number {
    width: 42px;
    height: 42px;
    font-size: 15px;
    grid-row: span 2;
    align-self: start;
  }
  .wpd--renewed .wpd-guide-list p {
    grid-column: 2;
    font-size: 15px;
  }
  .wpd--renewed .wpd-maintenance__cards article {
    padding: 24px 18px;
  }
  .wpd--renewed .wpd-contact-band .wpd-button {
    padding-inline: 18px;
    font-size: 16px;
    gap: 18px;
  }
  .wpd--renewed .wpd-related__grid h3 {
    font-size: 16px;
  }
  .wpd--renewed .wpd-process-flow {
    grid-template-columns: 1fr;
    gap: 62px;
    margin-top: 36px;
  }
  .wpd--renewed .wpd-process-flow li {
    max-width: 350px;
    width: 100%;
    margin-inline: auto;
  }
  .wpd--renewed .wpd-process-flow li:not(:last-child)::after {
    top: auto;
    left: calc(50% - 14px);
    bottom: -40px;
    transform: rotate(90deg);
  }
  .wpd--renewed svg.wpd-process-flow__icon {
    width: 120px;
    height: 120px;
    margin-block: 18px;
  }
  .wpd--renewed .wpd-process-flow h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .wpd--renewed .wpd-process-flow p {
    font-size: 16px;
  }
}
.delivery-records {
  color: #203f65;
  background: #fff;
  padding: 32px 0 72px;
}
.delivery-records__inner {
  width: min(88%, 1366px);
  margin-inline: auto;
}
.delivery-records__heading {
  margin: 52px 0 24px;
  border-left: 5px solid #173c63;
  padding-left: 24px;
}
.delivery-records__heading > p {
  color: #355f94;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}
.delivery-records h1 {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.5;
  text-wrap: balance;
}
.delivery-records h1 span {
  display: block;
  font-size: 0.65em;
  color: #456b94;
  margin-top: 8px;
}
.delivery-records__lead {
  font-size: 18px;
  line-height: 1.9;
}
.delivery-records__notice {
  padding: 22px 26px;
  background: #eff4f8;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.9;
  border-left: 3px solid #8aa6c3;
}
.delivery-records__notice p + p {
  margin-top: 8px;
}
.delivery-records__summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px 24px;
  margin: 32px 0 18px;
}
.delivery-records__summary strong {
  font-size: 32px;
  letter-spacing: -0.05em;
  margin-inline: 8px;
}
.delivery-records__summary > p:last-child {
  font-size: 14px;
  color: #536c86;
}
.delivery-records__years {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.delivery-records__years > span {
  font-weight: 700;
  margin-right: 12px;
}
.delivery-records__years a {
  display: block;
  padding: 7px 13px;
  border: 1px solid #b9cadd;
  color: #23466e;
  font-size: 15px;
  letter-spacing: -0.05em;
  transition: background 0.2s, color 0.2s;
}
.delivery-records__years a:hover {
  color: #fff;
  background: #23466e;
}
.delivery-records a:focus-visible {
  outline: 3px solid #df9c25;
  outline-offset: 4px;
}
.delivery-records__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 18px;
  line-height: 1.9;
}
.delivery-records__table caption {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.delivery-records__year-col {
  width: 15%;
}
.delivery-records__type-col {
  width: 23%;
}
.delivery-records__table th {
  background: #193956;
  color: #fff;
  padding: 22px 26px;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
}
.delivery-records__table td {
  padding: 26px;
  border-bottom: 1px solid #d4e0ec;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.delivery-records__table tbody tr:nth-child(even) {
  background: #f5f8fb;
}
.delivery-records__table tr[id] {
  scroll-margin-top: 25px;
}
.delivery-records__year {
  white-space: nowrap;
  letter-spacing: -0.05em;
}
.delivery-records__type {
  color: #4c6d93;
}
.delivery-records__source {
  font-size: 14px;
  color: #536c86;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .delivery-records {
    padding: 22px 0 44px;
  }
  .delivery-records__inner {
    width: calc(100% - 32px);
  }
  .delivery-records__heading {
    margin-top: 32px;
    padding-left: 16px;
    border-left-width: 4px;
  }
  .delivery-records h1 {
    font-size: 27px;
  }
  .delivery-records__lead {
    font-size: 16px;
  }
  .delivery-records__notice {
    padding: 18px 16px;
    font-size: 14px;
  }
  .delivery-records__years {
    gap: 8px;
  }
  .delivery-records__years > span {
    width: 100%;
  }
  .delivery-records__years a {
    padding: 8px 10px;
    font-size: 14px;
  }
  .delivery-records__table {
    font-size: 14px;
    line-height: 1.85;
  }
  .delivery-records__table th {
    padding: 15px 8px;
    font-size: 14px;
  }
  .delivery-records__table td {
    padding: 18px 8px;
  }
  .delivery-records__year-col {
    width: 68px;
  }
  .delivery-records__type-col {
    width: 86px;
  }
  .delivery-records__source {
    font-size: 13px;
  }
}
.c-hamburger,
.c-hamburger.active,
.c-scroll-top {
  background: linear-gradient(115deg, #071b3d 0%, #0754b8 100%);
  border-color: transparent;
}

.home-text-link, .biz-link, .wpd-text-link, .wpd-detail summary,
.home-outline-link, .wpd-button, .service-detail__button,
.p-top-works .home-outline-link, .home-footer .home-outline-link,
.wpd-works .wpd-button, .wpd-footer .wpd-button,
.wpd--renewed .wpd-contact-band .wpd-button,
.l-header__contact, .home .l-header__contact,
.waterproof-page .l-header__contact, .business-family-page .l-header__contact,
.home-footer__button, .c-btn-m--contact, .p-contact-form__submit input {
  background: linear-gradient(115deg, #071b3d 0%, #0754b8 42%, #084491 62%, #071b3d 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  border-color: transparent;
  background-clip: border-box;
  box-shadow: none;
  color: #fff;
  transition: background-position 0.4s ease;
}
.home-text-link:hover, .home-text-link:active, .biz-link:hover, .biz-link:active, .wpd-text-link:hover, .wpd-text-link:active, .wpd-detail summary:hover, .wpd-detail summary:active,
.home-outline-link:hover,
.home-outline-link:active, .wpd-button:hover, .wpd-button:active, .service-detail__button:hover, .service-detail__button:active,
.p-top-works .home-outline-link:hover,
.p-top-works .home-outline-link:active, .home-footer .home-outline-link:hover, .home-footer .home-outline-link:active,
.wpd-works .wpd-button:hover,
.wpd-works .wpd-button:active, .wpd-footer .wpd-button:hover, .wpd-footer .wpd-button:active,
.wpd--renewed .wpd-contact-band .wpd-button:hover,
.wpd--renewed .wpd-contact-band .wpd-button:active,
.l-header__contact:hover,
.l-header__contact:active, .home .l-header__contact:hover, .home .l-header__contact:active,
.waterproof-page .l-header__contact:hover,
.waterproof-page .l-header__contact:active, .business-family-page .l-header__contact:hover, .business-family-page .l-header__contact:active,
.home-footer__button:hover,
.home-footer__button:active, .c-btn-m--contact:hover, .c-btn-m--contact:active, .p-contact-form__submit input:hover, .p-contact-form__submit input:active {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}
.home-text-link:focus-visible, .biz-link:focus-visible, .wpd-text-link:focus-visible, .wpd-detail summary:focus-visible,
.home-outline-link:focus-visible, .wpd-button:focus-visible, .service-detail__button:focus-visible,
.p-top-works .home-outline-link:focus-visible, .home-footer .home-outline-link:focus-visible,
.wpd-works .wpd-button:focus-visible, .wpd-footer .wpd-button:focus-visible,
.wpd--renewed .wpd-contact-band .wpd-button:focus-visible,
.l-header__contact:focus-visible, .home .l-header__contact:focus-visible,
.waterproof-page .l-header__contact:focus-visible, .business-family-page .l-header__contact:focus-visible,
.home-footer__button:focus-visible, .c-btn-m--contact:focus-visible, .p-contact-form__submit input:focus-visible {
  outline: 3px solid #df9c25;
  outline-offset: 5px;
}
@media (hover: hover) {
  .home-text-link:hover, .biz-link:hover, .wpd-text-link:hover, .wpd-detail summary:hover,
  .home-outline-link:hover, .wpd-button:hover, .service-detail__button:hover,
  .p-top-works .home-outline-link:hover, .home-footer .home-outline-link:hover,
  .wpd-works .wpd-button:hover, .wpd-footer .wpd-button:hover,
  .wpd--renewed .wpd-contact-band .wpd-button:hover,
  .l-header__contact:hover, .home .l-header__contact:hover,
  .waterproof-page .l-header__contact:hover, .business-family-page .l-header__contact:hover,
  .home-footer__button:hover, .c-btn-m--contact:hover, .p-contact-form__submit input:hover {
    background-image: linear-gradient(115deg, #071b3d 0%, #0754b8 42%, #084491 62%, #071b3d 100%);
    background-size: 220% 100%;
    background-position: 65% 50%;
    border-color: transparent;
    color: #fff;
    opacity: 1;
    box-shadow: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-text-link, .biz-link, .wpd-text-link, .wpd-detail summary,
  .home-outline-link, .wpd-button, .service-detail__button,
  .p-top-works .home-outline-link, .home-footer .home-outline-link,
  .wpd-works .wpd-button, .wpd-footer .wpd-button,
  .wpd--renewed .wpd-contact-band .wpd-button,
  .l-header__contact, .home .l-header__contact,
  .waterproof-page .l-header__contact, .business-family-page .l-header__contact,
  .home-footer__button, .c-btn-m--contact, .p-contact-form__submit input {
    transition: none;
  }
  .home-text-link:hover, .home-text-link:active, .biz-link:hover, .biz-link:active, .wpd-text-link:hover, .wpd-text-link:active, .wpd-detail summary:hover, .wpd-detail summary:active,
  .home-outline-link:hover,
  .home-outline-link:active, .wpd-button:hover, .wpd-button:active, .service-detail__button:hover, .service-detail__button:active,
  .p-top-works .home-outline-link:hover,
  .p-top-works .home-outline-link:active, .home-footer .home-outline-link:hover, .home-footer .home-outline-link:active,
  .wpd-works .wpd-button:hover,
  .wpd-works .wpd-button:active, .wpd-footer .wpd-button:hover, .wpd-footer .wpd-button:active,
  .wpd--renewed .wpd-contact-band .wpd-button:hover,
  .wpd--renewed .wpd-contact-band .wpd-button:active,
  .l-header__contact:hover,
  .l-header__contact:active, .home .l-header__contact:hover, .home .l-header__contact:active,
  .waterproof-page .l-header__contact:hover,
  .waterproof-page .l-header__contact:active, .business-family-page .l-header__contact:hover, .business-family-page .l-header__contact:active,
  .home-footer__button:hover,
  .home-footer__button:active, .c-btn-m--contact:hover, .c-btn-m--contact:active, .p-contact-form__submit input:hover, .p-contact-form__submit input:active {
    transform: none;
  }
}

.business-dropdown {
  position: relative;
}

.business-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #202c43;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.business-dropdown__toggle:focus-visible {
  outline: 2px solid #355990;
  outline-offset: 4px;
}

.business-dropdown__menu {
  position: absolute;
  z-index: 110;
  top: 100%;
  left: 0;
  width: 290px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #0754b8;
  box-shadow: 0 8px 22px rgba(7, 27, 61, 0.16);
}
.business-dropdown__menu[hidden] {
  display: none;
}
.business-dropdown__menu a {
  display: block;
  padding: 12px 18px;
  color: #202c43;
  font-size: 15px;
  line-height: 1.6;
}
.business-dropdown__menu a:hover, .business-dropdown__menu a:focus-visible {
  background: linear-gradient(115deg, #071b3d, #1c4675);
  color: #fff;
  opacity: 1;
}

.l-mobile-menu .business-dropdown__toggle {
  width: 100%;
  justify-content: space-between;
  color: #fff;
  padding: 16px 0;
  cursor: default;
  opacity: 1;
}
.l-mobile-menu .business-dropdown__menu {
  position: static;
  width: 100%;
  box-shadow: none;
  border-top: 0;
  background: #1d2945;
}
.l-mobile-menu .business-dropdown__menu a {
  color: #fff;
  font-size: 15px;
  padding: 12px 16px;
}
.l-mobile-menu .business-dropdown__menu a:hover, .l-mobile-menu .business-dropdown__menu a:focus-visible {
  color: #fff;
  background: linear-gradient(115deg, #071b3d, #1c4675);
}

.company-page {
  color: #203f65;
  background: #fff;
}
.company-page .company-inner {
  width: min(88%, 1366px);
  margin-inline: auto;
}
.company-page .company-section {
  padding-block: 72px;
  scroll-margin-top: 28px;
}
.company-page .company-label {
  color: #355990;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}
.company-page .company-heading {
  position: relative;
  padding-left: 24px;
  font-size: clamp(28px, 2.7vw, 42px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 28px;
}
.company-page .company-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  bottom: 0.18em;
  width: 4px;
  background: linear-gradient(#173c63 0 68%, #4d91c7 68%);
}
.company-page .company-label:has(+ .company-heading) {
  padding-left: 24px;
}
.company-page p {
  line-height: 1.95;
}
.company-page h3 {
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 1.65;
}
.company-page .company-hero {
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: stretch;
  margin-bottom: 64px;
}
.company-page .company-hero__copy {
  padding: 24px 24px 28px max(24px, 6vw);
}
.company-page .company-hero .wpd-breadcrumb {
  margin-bottom: 28px;
}
.company-page .company-hero h1 {
  font-size: clamp(34px, 3.8vw, 60px);
  font-weight: 500;
  border-left: 3px solid #355990;
  padding-left: 20px;
  line-height: 1.5;
  white-space: nowrap;
}
.company-page .company-hero__catch {
  font-size: clamp(23px, 2.3vw, 36px);
  margin-top: 24px;
  font-weight: 500;
  line-height: 1.7;
}
.company-page .company-hero__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
  align-self: center;
  border-radius: 0 0 0 30px;
}
.company-page .company-jump {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 50px;
}
.company-page .company-jump a {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 10px;
  color: #355990;
  font-weight: 700;
  border-right: 1px solid #d3e2ee;
}
.company-page .company-jump a:last-child {
  border: 0;
}
.company-page .company-philosophy, .company-page .company-access {
  background: #edf5fa;
}
.company-page .company-philosophy__lead {
  text-align: center;
  margin-bottom: 46px;
}
.company-page .company-philosophy__lead h3 {
  font-size: clamp(24px, 2.3vw, 34px);
  margin-bottom: 16px;
}
.company-page .company-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.company-page .company-values article {
  padding: 32px 36px 16px;
  border-left: 1px solid #d3e2ee;
}
.company-page .company-values article:first-child {
  border: 0;
  padding-left: 0;
}
.company-page .company-values article:last-child {
  padding-right: 0;
}
.company-page .company-number {
  font-size: 27px;
  color: #355990;
  letter-spacing: -0.05em;
}
.company-page .company-values h3 {
  margin-bottom: 12px;
  font-size: 23px;
}
.company-page .company-message {
  display: grid;
  grid-template-columns: 24% 1fr;
  gap: 4%;
}
.company-page .company-message__body h3 {
  font-size: clamp(25px, 2.4vw, 36px);
  margin-bottom: 24px;
}
.company-page .company-message__body p {
  margin-bottom: 18px;
}
.company-page .company-message__signature {
  text-align: right;
  margin-top: 24px;
}
.company-page .company-message__signature strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-top: 6px;
}
.company-page .company-profile {
  padding-top: 0;
}
.company-page .company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
}
.company-page .company-table th, .company-page .company-table td {
  padding: 18px 28px;
  border-top: 1px solid #d3e2ee;
  border-bottom: 1px solid #d3e2ee;
  text-align: left;
  line-height: 1.9;
}
.company-page .company-table th {
  width: 24%;
  background: #edf5fa;
  font-weight: 500;
}
.company-page .company-table a {
  color: inherit;
  overflow-wrap: anywhere;
}
.company-page .company-access__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.company-page .company-access__address {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.company-page .company-access__address svg {
  width: 48px;
  height: 64px;
  flex-shrink: 0;
  fill: none;
  stroke: #355990;
  stroke-width: 2;
}
.company-page .company-access__row .home-outline-link {
  margin-top: 0;
}
.company-page .company-contact {
  padding: 55px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(23, 57, 93, 0.8509803922), rgba(23, 57, 93, 0.8509803922)), url("../../assets/img/mv.webp") center/cover;
}
.company-page .company-contact h2 {
  font-size: clamp(25px, 2.6vw, 38px);
  margin-bottom: 18px;
}
.company-page .company-contact__tel {
  display: inline-block;
  color: #fff;
  font-size: clamp(29px, 3.2vw, 46px);
  letter-spacing: -0.05em;
  margin-top: 16px;
}
.company-page .company-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.company-page a:focus-visible {
  outline: 2px solid #355990;
  outline-offset: 4px;
}
@media (max-width: 768px) {
  .company-page .company-inner {
    width: calc(100% - 40px);
  }
  .company-page .company-section {
    padding-block: 44px;
  }
  .company-page .company-hero {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .company-page .company-hero__copy {
    padding: 24px 20px 32px;
  }
  .company-page .company-hero .wpd-breadcrumb {
    margin-bottom: 28px;
  }
  .company-page .company-hero h1 {
    font-size: clamp(32px, 8vw, 48px);
  }
  .company-page .company-hero__catch {
    margin-top: 22px;
    font-size: 24px;
  }
  .company-page .company-jump {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
    padding-block: 28px;
  }
  .company-page .company-jump a {
    gap: 14px;
    font-size: 15px;
  }
  .company-page .company-jump a:nth-child(2) {
    border: 0;
  }
  .company-page .company-philosophy__lead {
    text-align: left;
    margin-bottom: 24px;
  }
  .company-page .company-philosophy__lead br, .company-page .company-values br {
    display: none;
  }
  .company-page .company-values, .company-page .company-message {
    grid-template-columns: 1fr;
  }
  .company-page .company-values article, .company-page .company-values article:first-child {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid #d3e2ee;
  }
  .company-page .company-values article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .company-page .company-message {
    gap: 0;
  }
  .company-page .company-table {
    font-size: 15px;
  }
  .company-page .company-table th, .company-page .company-table td {
    padding: 15px 12px;
  }
  .company-page .company-table th {
    width: 30%;
  }
  .company-page .company-table td br {
    display: initial;
  }
  .company-page .company-access__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .company-page .company-access__address {
    gap: 18px;
  }
  .company-page .company-access__address svg {
    width: 36px;
    height: 48px;
  }
  .company-page .company-contact {
    padding-block: 38px;
  }
}

.works-page {
  color: #203f65;
  background: #fff;
  padding: 40px 0 80px;
}
.works-page .works-inner {
  width: min(88%, 1366px);
  margin-inline: auto;
}
.works-page .works-heading {
  margin: 48px 0 36px;
}
.works-page .works-heading > p:first-child {
  color: #355990;
  letter-spacing: 0.16em;
  font-weight: 700;
}
.works-page h1 {
  font-size: clamp(30px, 3.4vw, 52px);
  border-left: 4px solid #355990;
  padding-left: 24px;
  margin: 16px 0 24px;
  overflow-wrap: anywhere;
}
.works-page .works-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.works-page .works-filters a {
  border: 1px solid #cad9e6;
  padding: 12px 22px;
  color: inherit;
}
.works-page .works-filters a:hover, .works-page .works-filters a[aria-current] {
  background: linear-gradient(115deg, #071b3d, #1c4675);
  color: white;
}
.works-page .works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 28px;
}
.works-page .works-card a {
  color: inherit;
  display: block;
}
.works-page .works-card__photo, .works-page .works-card__placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.works-page .works-card__placeholder {
  display: grid;
  place-items: center;
  background: #edf5fa;
  color: #355990;
}
.works-page .works-category {
  color: #355990;
  font-size: 14px;
  margin: 16px 0 8px;
}
.works-page h2 {
  font-size: 22px;
  overflow-wrap: anywhere;
}
.works-page .works-card__more {
  display: block;
  margin-top: 16px;
}
.works-page .works-empty {
  padding: 64px 24px;
  background: #edf5fa;
  text-align: center;
}
.works-page .works-pagination {
  margin-top: 48px;
}
.works-page .page-numbers {
  display: inline-block;
  padding: 8px 14px;
}
.works-page .works-gallery {
  display: grid;
  gap: 32px;
  max-width: 1100px;
  margin-inline: auto;
}
.works-page .works-gallery__photo {
  display: block;
  width: 100%;
  height: auto;
}
.works-page a:focus-visible {
  outline: 2px solid #355990;
  outline-offset: 4px;
}
@media (max-width: 768px) {
  .works-page {
    padding-block: 24px 48px;
  }
  .works-page .works-inner {
    width: calc(100% - 40px);
  }
  .works-page .works-heading {
    margin-top: 32px;
  }
  .works-page .works-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .works-page .works-filters {
    gap: 8px;
  }
  .works-page .works-filters a {
    padding: 10px 14px;
    font-size: 14px;
  }
}

.home-process .home-process-diagram {
  margin-top: 48px;
}
.home-process .home-process-diagram .home-label {
  padding-left: 24px;
}
.home-process h2.home-process-diagram__title {
  border-left: 4px solid #355990;
  padding-left: 20px;
  font-weight: 700;
  color: #203f65;
}
.home-process .home-process-flow {
  --flow-gap: clamp(24px, 4vw, 60px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--flow-gap);
  padding: 0;
  margin: 48px 0 24px;
  list-style: none;
  text-align: center;
  color: #203f65;
}
.home-process .home-process-flow li {
  min-width: 0;
  position: relative;
}
.home-process .home-process-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + (var(--flow-gap) - 28px) / 2);
  top: 108px;
  width: 28px;
  height: 18px;
  background: #456e9e;
  clip-path: polygon(0 45%, 90% 45%, 69% 5%, 73% 0, 100% 50%, 73% 100%, 69% 95%, 90% 55%, 0 55%);
}
.home-process .home-process-flow__number {
  display: block;
  font-size: 26px;
  line-height: 1;
}
.home-process .home-process-flow__icon {
  display: block;
  width: 132px;
  height: 132px;
  margin: 24px auto;
  fill: none;
  stroke: #183f66;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-process .home-process-flow h3 {
  font-size: clamp(19px, 1.9vw, 30px);
  font-weight: 500;
  margin-bottom: 20px;
}
.home-process .home-process-flow p {
  font-size: 16px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .home-process .home-process-diagram {
    margin-top: 8px;
  }
  .home-process .home-process-flow {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 32px;
  }
  .home-process .home-process-flow li {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
  }
  .home-process .home-process-flow li:not(:last-child)::after {
    top: auto;
    left: calc(50% - 14px);
    bottom: -39px;
    transform: rotate(90deg);
  }
  .home-process .home-process-flow__icon {
    width: 112px;
    height: 112px;
    margin-block: 18px;
  }
  .home-process .home-process-flow h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}

.inquiry-page {
  background: #fff;
  color: #203f65;
  padding: 40px 0 80px;
}
.inquiry-page .inquiry-inner {
  width: min(88%, 1100px);
  margin-inline: auto;
}
.inquiry-page .inquiry-heading {
  margin: 48px 0 40px;
}
.inquiry-page .inquiry-heading > p:first-child {
  color: #355990;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.inquiry-page h1 {
  font-size: clamp(28px, 3.4vw, 48px);
  border-left: 4px solid #355990;
  padding-left: 24px;
  margin: 16px 0 24px;
}
.inquiry-page p {
  line-height: 1.9;
}
.inquiry-page h2 {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
}
.inquiry-page .inquiry-phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 36px;
  margin-bottom: 52px;
  background: #edf5fa;
}
.inquiry-page .inquiry-phone a {
  color: #203f65;
  font-size: clamp(26px, 3vw, 38px);
  white-space: nowrap;
}
.inquiry-page .inquiry-note {
  margin: 14px 0 28px;
}
.inquiry-page .inquiry-pending {
  margin-top: 24px;
  padding: 28px;
  background: #edf5fa;
}
.inquiry-page .inquiry-field {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #d3e2ee;
}
.inquiry-page .inquiry-field > label {
  font-weight: 700;
}
.inquiry-page .inquiry-required {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 7px;
  background: #203f65;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.inquiry-page input[type=text], .inquiry-page input[type=email], .inquiry-page input[type=tel], .inquiry-page select, .inquiry-page textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #afc1d4;
  border-radius: 0;
  padding: 12px 14px;
  background: #f8fafc;
  color: #203f65;
  font: inherit;
  font-size: 16px;
}
.inquiry-page textarea {
  min-height: 190px;
  resize: vertical;
}
.inquiry-page .wpcf7-list-item {
  margin: 0;
}
.inquiry-page .inquiry-consent {
  margin-top: 30px;
  padding: 24px;
  background: #edf5fa;
}
.inquiry-page .inquiry-consent label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.inquiry-page .inquiry-consent input {
  margin-top: 7px;
  flex-shrink: 0;
}
.inquiry-page .inquiry-submit {
  margin-top: 32px;
  text-align: center;
}
.inquiry-page input[type=submit] {
  border: 0;
  border-radius: 0;
  background: linear-gradient(115deg, #071b3d, #0b58b5);
  color: #fff;
  padding: 17px 45px;
  max-width: 100%;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
.inquiry-page input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.inquiry-page :is(input, select, textarea, a):focus-visible {
  outline: 2px solid #355990;
  outline-offset: 3px;
}
.inquiry-page .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .inquiry-page {
    padding-block: 24px 48px;
  }
  .inquiry-page .inquiry-inner {
    width: calc(100% - 40px);
  }
  .inquiry-page .inquiry-heading {
    margin-top: 32px;
  }
  .inquiry-page h1 {
    padding-left: 16px;
  }
  .inquiry-page .inquiry-phone {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 12px;
    margin-bottom: 36px;
  }
  .inquiry-page .inquiry-field {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 20px;
  }
  .inquiry-page .inquiry-consent {
    padding: 20px;
  }
}
