﻿
html {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

* {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #262724;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 78px;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 57px;
  }
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

*:focus {
  outline: none;
}

*:focus-visible {
  outline: #262724 auto 3px;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body.safari a,
body.safari button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  cursor: pointer;
}
body.safari *:focus {
  outline: none !important;
}

.section {
  width: 100%;
  height: auto;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 100px;
  }
}

.section__inner {
  width: 100%;
  height: 100%;
  max-width: calc(1380px + min(6.9444444444vw, 100px) * 2);
  padding: 0 min(6.9444444444vw, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding: 0 4.6875vw;
    display: block;
  }
}

.section__inner--wide {
  max-width: calc(1380px + min(3.4722222222vw, 50px) * 2);
  padding: 0 min(3.4722222222vw, 50px);
}
@media screen and (max-width: 768px) {
  .section__inner--wide {
    padding: 0 4.6875vw;
    display: block;
  }
}

.js-fadeIn,
.js-fadeIn-up,
.js-fadeIn-left,
.js-fadeIn-right,
.js-fadeIn-withSlider,
.js-fadeIn-up-withSlider {
  opacity: 0;
}

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  will-change: background-color;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 57px;
    background-color: #fff;
  }
}

.header__inner {
  width: 100%;
  max-width: calc(1380px + min(3.4722222222vw, 50px) * 2);
  padding-inline: min(3.4722222222vw, 50px);
  padding-block: 15px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  will-change: padding-block;
  -webkit-transition: padding-block 0.3s;
  transition: padding-block 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 min(4.6875vw, 15px);
  }
}

#js-header.is-resized {
  background-color: #fff;
}
#js-header.is-resized .header__inner {
  padding-block: 15px;
}

.header__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  height: 100%;
}
.header__logo--wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__logo--wrapper {
    position: absolute;
    top: 0;
    left: min(3.4722222222vw, 50px);
  }
}

.header__logo {
  display: block;
  width: 240px;
  height: auto;
  aspect-ratio: 1150/470;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 160px;
    margin-top: 0;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1150/470;
}

.header__siteName {
  padding: 5px 10px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .header__siteName {
    padding: 5px 6px;
    font-size: 9px;
    line-height: 1.6;
  }
}

@media (any-hover: hover) {
  .header__logo--wrapper:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .header__right {
    display: none;
  }
}

.header__right--top {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__right--bottom {
  width: 100%;
  height: 38px;
  padding-top: 6px;
}

.header__btn--wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__btn--wrapper + .header__btn--wrapper {
  margin-left: 10px;
}

@media (any-hover: hover) {
  .header__btn:hover::after {
    opacity: 0;
  }
}
.headerNav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headerNav__item {
  display: block;
  position: relative;
}

.headerNav__item + .headerNav__item {
  margin-left: min(3.75vw, 54px);
}
@media screen and (max-width: 1024px) {
  .headerNav__item + .headerNav__item {
    margin-left: 3.8vw;
  }
}

.headerNav__item:nth-of-type(2) .headerNavSubMenu__items,
.headerNav__item:nth-of-type(3) .headerNavSubMenu__items {
  width: 170px;
}

.headerNav__link {
  display: block;
  color: #262724;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.headerNav__link::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0e7c8f;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.headerNav__link.is-active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.headerNav__link--contact {
  padding: 6px 14px 6px 40px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  background-color: #c89224;
}
.headerNav__link--contact::before {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  background: url("../image/icon-mail-white.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 16px;
  translate: 0 -50%;
}
.headerNav__link--contact::after {
  display: none;
}

.headerNavSubMenu__items {
  margin-top: 8px;
  width: 135px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 21;
}

.headerNavSubMenu__items--wide {
  width: 195px;
}

.headerNavSubMenu__item {
  width: 100%;
  height: 40px;
}

.headerNavSubMenu__item + .headerNavSubMenu__item {
  border-top: 1px solid #fff;
}

.headerNavSubMenu__link {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.7px;
  color: #ffffff;
  text-align: center;
  background-color: #0e7c8f;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}

@media (any-hover: hover) {
  .headerNav__item:hover .headerNav__link::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
  .headerNav__item:hover .headerNav__link--contact {
    opacity: 0.7;
  }
  .headerNavSubMenu__link:hover {
    opacity: 0.7;
  }
}
.drawer__mask {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 39;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__drawer {
  --link-line-height: 43px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__drawer {
    display: block;
  }
}
.header__drawer .drawer {
  position: fixed;
  top: 10px;
  right: min(6.9444444444vw, 100px);
  margin-left: auto;
  display: block;
  width: 40px;
  height: 38px;
  z-index: 41;
  border: none;
  background-color: #0e7c8f;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .header__drawer .drawer {
    right: min(4.6875vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .header__drawer .drawer {
    right: min(2.8125vw, 9px);
  }
}
.header__drawer .drawer__lines {
  --line-height: 2px;
  display: block;
  position: relative;
  left: 50%;
  translate: -50% 0;
  width: 22px;
  height: var(--line-height);
  background-color: #fff;
  border-radius: 50vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__drawer .drawer__lines::after, .header__drawer .drawer__lines::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: var(--line-height);
  background-color: #fff;
  border-radius: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__drawer .drawer__lines::before {
  top: calc(50% - 8px);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.header__drawer .drawer__lines::after {
  top: calc(50% + 8px);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.header__drawer .drawer.is-active .drawer__lines {
  background-color: transparent;
}
.header__drawer .drawer.is-active .drawer__lines::before {
  width: 24px;
  rotate: -45deg;
  translate: -2.7px 0px;
}
.header__drawer .drawer.is-active .drawer__lines::after {
  width: 24px;
  rotate: 45deg;
  translate: -3.7px 0.5px;
}
.header__drawer .drawer__nav--wrapper {
  position: fixed;
  top: 57px;
  right: 0;
  z-index: 40;
  overflow-y: scroll;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  padding: 50px 0 100px;
  max-height: 100dvh;
  max-height: 100vh;
  overflow-y: auto; /* コンテンツがドロワーの高さを超えた場合にスクロールバーを表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.header__drawer .drawer__nav--wrapper.is-active {
  opacity: 1;
  visibility: visible;
}
.header__drawer .drawer__nav {
  padding: 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.header__drawer .drawerNav__item {
  position: relative;
}
.header__drawer .drawerNav__link {
  display: block;
  width: 100%;
  padding-left: 15px;
  text-align: left;
  color: #262724;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  border-bottom: 1px solid #0e7c8f;
}
.header__drawer .drawerNav__item:first-of-type {
  border-top: 1px solid #0e7c8f;
}
.header__drawer .drawerNav__link span {
  display: block;
  color: #262724;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--link-line-height);
  letter-spacing: 0.7px;
}
.header__drawer .drawerNav__link--small span {
  font-size: 12px;
}
.header__drawer .drawerNavSubMenu__parent {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
}
.header__drawer .drawerNavSubMenu__parent::after {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 11/6;
  background: url("../image/icon-arrow-down-blue.png") no-repeat center center/contain;
  position: absolute;
  top: 44%;
  right: 8px;
  -webkit-transform-origin: center 20%;
          transform-origin: center 20%;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.header__drawer .drawerNavSubMenu__parent.is-active::after {
  rotate: 180deg;
}
.header__drawer .drawer__logo--wrapper {
  margin: 5vw 0;
  text-align: right;
}
.header__drawer .drawer__logo {
  display: inline-block;
  width: min(28.771875vw, 138.105px);
  height: min(23.846875vw, 114.465px);
  opacity: 0;
}
.header__drawer .drawer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawerNavSubMenu__items {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.drawerNavSubMenu__item {
  font-weight: 400;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #c6c6c6;
}
.drawerNavSubMenu__item:last-of-type {
  border-bottom: 1px solid #0e7c8f;
}

.drawerNavSubMenu__link {
  display: block;
  padding-left: 32px;
  text-align: left;
}
.drawerNavSubMenu__link span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: var(--link-line-height);
  letter-spacing: 0.65px;
}

.drawerNav__link:focus-visible,
.drawerNavSubMenu__link:focus-visible {
  outline-offset: -5px;
}

.footer {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .header__drawer.footer__drawer {
    display: block;
    visibility: visible;
  }
}
.footer .header__drawer.footer__drawer .drawer__nav--wrapper {
  position: initial;
  padding: 0;
  height: auto;
  max-height: initial;
  opacity: 1;
  visibility: visible;
  overflow-y: initial;
}
.footer .header__drawer.footer__drawer .drawerNav__item:first-of-type {
  border-top: none;
}
.footer .footer__inner {
  width: 100%;
  max-width: calc(1200px + min(4.1666666667vw, 60px));
  padding: 19px min(4.1666666667vw, 60px) 0;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer .footer__inner {
    display: block;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    padding: 40px min(4.6875vw, 15px) 0;
  }
}
.footer .footer__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__info {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__info {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.footer .footer__logo--wrapper {
  width: 240px;
  height: 98px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__logo--wrapper {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__logo--wrapper {
    width: 220px;
    height: 90px;
  }
}
.footer .footer__logo--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__logo {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .footer .footer__logo:hover {
    opacity: 0.7;
  }
}
.footer .footer__companyName,
.footer .footer__address,
.footer .footer__tel {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.4px;
  color: #262724;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer__companyName,
  .footer .footer__address,
  .footer .footer__tel {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__companyName,
  .footer .footer__address,
  .footer .footer__tel {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1.4px;
  }
}
.footer .footer__companyName {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .footer .footer__companyName {
    margin-top: 35px;
  }
}
.footer .footer__text.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .footer__text.footer__tel {
    margin-top: 5px;
  }
}
.footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(6vw, 62px);
  margin-bottom: 27px;
  padding-top: 16px;
  padding-left: min(5.8vw, 70px);
}
@media screen and (max-width: 1024px) {
  .footer .footer__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__nav {
    display: none;
  }
}
.footer .footerNav__items {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footerNav__items:nth-of-type(1) {
    margin-left: 60px;
  }
}
.footer .footerNav__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footerNav__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.7px;
  color: #262724;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .footer .footerNav__link {
    margin-left: 0;
  }
}
.footer .footerNav__link--privacyPolicy {
  font-size: 12px;
  letter-spacing: 0.6px;
  padding-left: 4px;
}
@media (any-hover: hover) {
  .footer .footerNav__link:not(.no-link):hover {
    opacity: 0.7;
  }
  .footer .footerNav__link.no-link {
    opacity: 1;
  }
}
.footer .footerNavL2__items {
  margin-top: 0px;
  margin-bottom: 5px;
}
.footer .footerNavL2__link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24.2px;
  letter-spacing: 1.4px;
  color: #262724;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer .footerNavL2__link:hover {
    opacity: 0.7;
  }
}
.footer .footer__privacyPolicy {
  margin-top: 40px;
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .footer .footer__privacyPolicy {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (any-hover: hover) {
  .footer .footer__privacyPolicy:hover {
    opacity: 0.7;
  }
}
.footer .footer__copyRight {
  margin-top: 4px;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #959595;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .footer__copyRight {
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: initial;
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.anchor {
  margin-top: -88px;
  padding-top: 98px;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -67px;
    padding-top: 77px;
  }
}

.link__viewMore {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 0 auto;
  width: clamp(240px, 20.8333333333vw, 300px);
}
@media screen and (max-width: 768px) {
  .link__viewMore {
    width: clamp(144px, 56.25vw, 240px);
  }
}
.link__viewMore::before, .link__viewMore::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
}
.link__viewMore::before {
  background-color: #262724;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  scale: 1 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link__viewMore::after {
  background-color: #0e7c8f;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link__viewMore span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.09em;
  color: #262724;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .link__viewMore span {
    font-size: 16px;
    line-height: 32px;
  }
}

.link__viewMore svg {
  margin-left: 20px;
  width: 24px;
  height: auto;
  aspect-ratio: 39/16;
  translate: 0 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #262724;
}
@media screen and (max-width: 768px) {
  .link__viewMore svg {
    margin-left: 16px;
    width: 20px;
  }
}

@media (any-hover: hover) {
  .link__viewMore:hover::before {
    scale: 0 1;
  }
  .link__viewMore:hover::after {
    scale: 1 1;
  }
  .link__viewMore:hover span {
    color: #0e7c8f;
  }
  .link__viewMore:hover svg {
    fill: #0e7c8f;
    translate: 5px 3px;
  }
}
.section__contactCTA {
  position: relative;
  margin-top: 260px;
  background-color: #0e7c8f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section__contactCTA {
    margin-top: 140px;
  }
}
.section__contactCTA .contactCTA__deco {
  position: absolute;
  top: -119px;
  left: 50%;
  translate: -50% 0;
  overflow: hidden;
  width: 100%;
  height: 120px;
  z-index: -1;
}
.section__contactCTA .contactCTA__deco::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 120px;
  background: url("../image/img-contact-cta-buildings.png") repeat-x center bottom/contain;
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__deco::before {
    width: 100%;
    min-width: 490px;
  }
}
.section__contactCTA .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .section__inner {
    padding-bottom: 40px;
  }
}
.section__contactCTA .contactCTA__text {
  -webkit-box-flex: 40%;
      -ms-flex: 40% 0 0px;
          flex: 40% 0 0;
  color: #fff;
}
.section__contactCTA .contactCTA__title--en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #fff;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__title--en {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__title--en {
    font-size: 32px;
  }
}
.section__contactCTA .contactCTA__title--jp {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #fff;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__title--jp {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__title--jp {
    font-size: 18px;
  }
}
.section__contactCTA .contactCTA__description {
  margin-top: 50px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.17em;
  color: #fff;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__description {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__description {
    margin-top: 24px;
    font-size: 13px;
  }
}
.section__contactCTA .contactCTA__info {
  position: relative;
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
  padding-top: 70px;
  color: #fff;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__info {
    margin-top: 32px;
    padding-top: initial;
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__info {
    margin-top: 24px;
    max-width: 500px;
  }
}
.section__contactCTA .contactCTA__info::before {
  content: "";
  display: block;
  position: absolute;
  top: 21%;
  left: -7%;
  width: 17px;
  height: auto;
  aspect-ratio: 40/686;
  background: url("../image/img-contact-cta-vertical-bar-white.png") no-repeat center bottom/contain;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__info::before {
    display: none;
  }
}
.section__contactCTA .contactCTA__phone {
  position: relative;
  display: block;
  padding-left: 120px;
  color: #fff;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__phone {
    padding: 10px 40px 20px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__phone {
    padding: 4px 8px 8px;
  }
}
.section__contactCTA .contactCTA__phone::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 113px;
  height: auto;
  aspect-ratio: 113/65;
  background: url("../image/icon-free-dial.png") no-repeat center/contain;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__phone::before {
    display: none;
  }
}
.section__contactCTA .contactCTA__phoneNumber {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__phoneNumber {
    font-size: 56px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__phoneNumber {
    font-size: 26px;
  }
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__phoneNumber::before {
    content: "";
    display: inline-block;
    width: 72px;
    height: auto;
    aspect-ratio: 113/65;
    background: url("../image/icon-free-dial.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__phoneNumber::before {
    width: 34px;
  }
}
.section__contactCTA .contactCTA__phoneHours {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.09em;
  color: #fff;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__phoneHours {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__phoneHours {
    font-size: 12px;
  }
}
.section__contactCTA .contactCTA__email {
  display: block;
  margin-top: 50px;
  margin-left: 67px;
  padding: 15px 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.03em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
  background-color: #c89224;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__email {
    width: 100%;
    margin-top: 32px;
    margin-inline: auto;
    padding: 15px 20px;
    font-size: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__email {
    margin-top: 24px;
    padding: 4px 8px;
    font-size: 16px;
    text-align: center;
  }
}
.section__contactCTA .contactCTA__email::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 51px;
  height: auto;
  translate: 0 3px;
  aspect-ratio: 51/30;
  background: url("../image/icon-mail-white.svg") no-repeat center/contain;
}
@media screen and (max-width: 1379px) {
  .section__contactCTA .contactCTA__email::before {
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  .section__contactCTA .contactCTA__email::before {
    width: 30px;
    margin-right: 8px;
  }
}
@media (any-hover: hover) {
  .section__contactCTA .contactCTA__email:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

.section__partnerBanner .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  width: 100%;
  max-width: calc(1057px + min(6.9444444444vw, 100px) * 2);
}
@media screen and (max-width: 768px) {
  .section__partnerBanner .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(400px + 9.375vw);
  }
}
.section__partnerBanner .partnerBanner__img {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
}
.section__partnerBanner .partnerBanner__body {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px min(6.9444444444vw, 30px);
  background-color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .section__partnerBanner .partnerBanner__body {
    gap: 16px;
  }
}
.section__partnerBanner .partnerBanner__title--jp {
  display: block;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.17em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section__partnerBanner .partnerBanner__title--jp {
    font-size: 28px;
  }
}
.section__partnerBanner .partnerBanner__title--en {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.17em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section__partnerBanner .partnerBanner__title--en {
    font-size: 12px;
  }
}
.section__partnerBanner .partnerBanner__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.17em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section__partnerBanner .partnerBanner__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.section__partnerBanner .partnerBanner__link {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0.17em;
  background-color: #d2e9f1;
  color: #0e7c8f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .section__partnerBanner .partnerBanner__link {
    line-height: 48px;
    font-size: 14px;
  }
}
.section__partnerBanner .partnerBanner__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  translate: 0 -50%;
  width: 14px;
  height: auto;
  aspect-ratio: 9/18;
  background: url("../image/icon-arrow-right-blue.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .section__partnerBanner .partnerBanner__link::after {
    right: 4%;
    width: 10px;
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .section__partnerBanner .partnerBanner__link:hover {
    background-color: #fff;
  }
  .section__partnerBanner .partnerBanner__link:hover::after {
    translate: 5px -50%;
  }
}

.u-brChunk {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.u-demoSign {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 32px;
  font-weight: bold;
  color: black;
  padding: 4px 20px;
  line-height: 1.8;
  background-color: rgba(220, 20, 60, 0.7);
  text-align: center;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .u-demoSign {
    font-size: 28px;
    top: 10px;
    left: 10px;
    padding: 0 16px;
  }
}

.u-flexbox--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#wpadminbar .show-template-name {
  color: white;
}

.u-color--blue {
  color: #5698e1;
}

.u-fontFamily--eg {
  font-family: "Roboto Condensed", sans-serif;
}

.u-fontWeight--w6 {
  font-weight: 600;
}

.u-fontColor--primary {
  color: #0e7c8f;
}

.u-fontColor--orange {
  color: #e8713e;
  font-weight: 700;
}

.u-color--red {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #ff0000;
}

.u-only--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-only--pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-only--pc {
    display: none;
  }
}

.u-only--tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only--tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-only--tab {
    display: none;
  }
}

.u-only--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-only--sp {
    display: block;
  }
}

.u-only--pcOrMore {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-only--pcOrMore {
    display: none;
  }
}

.u-only--tabOrMore {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-only--tabOrMore {
    display: none;
  }
}

.u-only--tabOrLess {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only--tabOrLess {
    display: block;
  }
}

.u-only--spOrLess {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only--spOrLess {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */

/* custom cleanup for simplified news */
.sub.news .news__container{display:block;}
.sub.news .news__sidebar{display:none;}
.sub.news .news__article{width:100%;}


/* ===== Custom recolor + CTA redesign ===== */
body {
  background-color: #f6f8fb;
}
.headerNav__link--contact,
.drawerNav__link--contact,
.contactCTA__email,
.entryCta__link,
.form__submit,
.commonButton,
button[type="submit"],
input[type="submit"] {
  background: linear-gradient(135deg, #c89224 0%, #b67d17 100%) !important;
  border-color: #c89224 !important;
  color: #fff !important;
}
.headerNav__link--contact:hover,
.contactCTA__email:hover,
.entryCta__link:hover,
.commonButton:hover {
  filter: brightness(1.05);
}
.section__contactCTA {
  background: linear-gradient(135deg, #0f4c81 0%, #0e7c8f 100%) !important;
  color: #fff;
}
.section__contactCTA .contactCTA__deco {
  top: -74px;
  height: 75px;
  z-index: 0;
}
.section__contactCTA .contactCTA__deco::before {
  height: 76px;
  background: url("../image/img-contact-cta-wave.svg") repeat-x center bottom/cover !important;
}
.section__contactCTA .section__inner {
  position: relative;
  z-index: 1;
}
.section__contactCTA .contactCTA__info::before {
  background: linear-gradient(to bottom, rgba(255,255,255,0.08), rgba(255,255,255,0.85), rgba(255,255,255,0.08));
  width: 2px;
  height: 78%;
  top: 11%;
  left: -4%;
  aspect-ratio: auto;
}
.section__contactCTA .contactCTA__email {
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.footer {
  background-color: #ffffff;
}


/* ===== mobile header cleanup ===== */
@media screen and (max-width: 768px) {
  .header {height:72px;}
  .header__inner {padding:0 12px;}
  .header__left {width:auto;}
  .header__logo--wrapper {left:12px; top:50%; transform:translateY(-50%); max-width:calc(100vw - 82px); align-items:center;}
  .header__logo {width:135px; flex-shrink:0;}
  .header__siteName {padding:0 0 0 6px; max-width:calc(100vw - 170px); font-size:8px; line-height:1.35; letter-spacing:0.01em; word-break:keep-all;}
  .drawerButton {width:48px; height:48px;}
}

/* ===== OKINA GROUP new logo replacement: 2026-05-26 ===== */
.header__logo {
  aspect-ratio: 104 / 17;
}
.header__logo img {
  aspect-ratio: 104 / 17;
  object-fit: contain;
}
.footer .footer__logo--wrapper {
  width: 260px;
  height: auto;
  aspect-ratio: 104 / 17;
}
.footer .footer__logo--wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .footer .footer__logo--wrapper {
    width: 220px;
    height: auto;
  }
}


/* Rakuka visual adjustments */
.header__siteName { line-height: 1.35; }
.footer__address, .footer__tel { line-height: 1.8; }
.repairCard img, .serviceCard img, .businessCase img, .photoGallery__item img, .aboutService__img img, .section__img { object-fit: cover; background: #f5f8f8; }
.partnerBanner__img img { object-fit: cover; background: #f5f8f8; }
.contactCTA__phoneNumber { font-size: clamp(2rem, 3vw, 3.6rem); }


/* Rakuka visual adjustments */
.header__siteName { line-height: 1.35; }
.footer__address, .footer__tel { line-height: 1.8; }
.repairCard img, .serviceCard img, .businessCase img, .photoGallery__item img, .aboutService__img img, .section__img { object-fit: cover; background: #f5f8f8; }
.partnerBanner__img img { object-fit: cover; background: #f5f8f8; }
.contactCTA__phoneNumber { font-size: clamp(2rem, 3vw, 3.6rem); }
.productCatalog { width: min(1120px, calc(100% - 40px)); margin: 80px auto; }
.productCatalog--works { margin-top: 40px; margin-bottom: 90px; }
.productCatalog__head { margin-bottom: 34px; }
.productCatalog__label { color: #187687; font-weight: 700; letter-spacing: 0; font-size: 1.3rem; margin-bottom: 10px; }
.productCatalog__head h2 { font-size: clamp(2.6rem, 4vw, 4.8rem); line-height: 1.35; margin-bottom: 16px; }
.productCatalog__head p { line-height: 2; color: #333; }
.productCatalog__summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 42px; }
.productCatalog__summary div { border: 1px solid #d9e6e8; background: #f7fbfb; padding: 18px; border-radius: 8px; }
.productCatalog__summary strong { display: block; color: #153840; margin-bottom: 8px; font-size: 1.6rem; line-height: 1.5; }
.productCatalog__summary span { display: block; font-size: 1.35rem; line-height: 1.75; }
.productCatalog__summary a { color: #187687; text-decoration: underline; }
.productCatalog__group { margin-top: 46px; }
.productCatalog__group h3 { font-size: clamp(2.1rem, 3vw, 3.2rem); margin-bottom: 20px; padding-left: 18px; border-left: 5px solid #187687; }
.productCatalog__mediaGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.productCatalog__mediaItem { border: 1px solid #e0e8e9; background: #fff; overflow: hidden; border-radius: 8px; }
.productCatalog__mediaItem img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: contain; background: #f5f8f8; display: block; }
.productCatalog__mediaItem figcaption { padding: 14px 16px 16px; }
.productCatalog__mediaItem strong { display: block; font-size: 1.5rem; margin-bottom: 6px; }
.productCatalog__mediaItem span { display: block; color: #555; font-size: 1.2rem; line-height: 1.55; word-break: break-word; }
.productCatalog__video { border: 1px solid #d9e6e8; border-radius: 8px; padding: 18px; margin-top: 24px; background: #f7fbfb; }
.productCatalog__video video { width: 100%; max-height: 560px; background: #111; display: block; }
.productCatalog__video p { margin-top: 10px; font-size: 1.3rem; color: #555; }
@media (max-width: 900px) {
  .productCatalog__summary, .productCatalog__mediaGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .productCatalog { width: calc(100% - 28px); margin: 52px auto; }
  .productCatalog__summary, .productCatalog__mediaGrid { grid-template-columns: 1fr; }
  .productCatalog__head h2 { font-size: 2.5rem; }
}


/* Rakuka premium polish */
:root {
  --rakuka-ink: #172125;
  --rakuka-deep: #0f3138;
  --rakuka-accent: #9b7a3d;
  --rakuka-mist: #f4f7f6;
  --rakuka-line: #dfe7e5;
}
body {
  color: var(--rakuka-ink);
  background: #fbfcfb;
}
.header {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 49, 56, 0.08);
}
.headerNav__link,
.drawerNav__link,
.footerNav__link {
  letter-spacing: 0;
}
.section__title--en,
.sub__title--en,
.productCatalog__label {
  color: var(--rakuka-accent);
  font-family: "Noto Serif JP", serif;
}
.fv__texts {
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}
.fv__lead,
.fv__main {
  letter-spacing: 0;
}
.section__aboutUs,
.productCatalog,
.section__company,
.section__service {
  position: relative;
}
.section__aboutUs::before,
.productCatalog::before {
  content: "";
  position: absolute;
  inset: -32px auto auto -4vw;
  width: 34vw;
  max-width: 420px;
  height: 1px;
  background: linear-gradient(90deg, rgba(155, 122, 61, 0.7), rgba(155, 122, 61, 0));
}
.section__img,
.aboutService__img img,
.repairCard img,
.serviceCard img,
.businessCase img {
  box-shadow: 0 24px 54px rgba(15, 49, 56, 0.14);
}
.productCatalog {
  padding: clamp(34px, 5vw, 64px);
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(244,247,246,0.96));
  border: 1px solid rgba(15,49,56,0.10);
  box-shadow: 0 30px 80px rgba(15, 49, 56, 0.10);
}
.productCatalog__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: end;
  border-bottom: 1px solid var(--rakuka-line);
  padding-bottom: 30px;
}
.productCatalog__head h2 {
  font-family: "Noto Serif JP", serif;
  color: var(--rakuka-deep);
}
.productCatalog__summary div,
.productCatalog__mediaItem {
  border-radius: 6px;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.productCatalog__summary div {
  background: rgba(255,255,255,0.72);
}
.productCatalog__summary div:hover,
.productCatalog__mediaItem:hover {
  transform: translateY(-4px);
  border-color: rgba(155,122,61,0.45);
  box-shadow: 0 18px 42px rgba(15,49,56,0.12);
}
.productCatalog__group h3 {
  border-left-color: var(--rakuka-accent);
  color: var(--rakuka-deep);
  font-family: "Noto Serif JP", serif;
}
.productCatalog__mediaItem img {
  padding: 18px;
}
.productCatalog__mediaItem figcaption {
  border-top: 1px solid var(--rakuka-line);
  background: #fff;
}
.productCatalog__video {
  border-radius: 6px;
  background: #fff;
}
.entry__catchCopy,
.contactCTA__title--jp,
.partnerBanner__title--jp {
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .productCatalog__head { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .productCatalog { padding: 26px 18px; }
  .productCatalog__mediaItem img { padding: 12px; }
}

/* ===== Rakuka business header and palette refinement ===== */
:root {
  --rakuka-ink: #162033;
  --rakuka-deep: #07182d;
  --rakuka-blue: #0b2a4a;
  --rakuka-accent: #b88a3a;
  --rakuka-mist: #f5f7fa;
  --rakuka-line: #dde4ec;
}
body {
  background: #f7f9fb;
  color: var(--rakuka-ink);
}
.header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(7, 24, 45, 0.08);
  box-shadow: 0 10px 28px rgba(7, 24, 45, 0.06);
}
.header__inner {
  padding-block: 12px;
}
#js-header.is-resized .header__inner {
  padding-block: 10px;
}
.header__left {
  width: 430px;
}
.header__logo--wrapper {
  gap: 16px;
}
.header__logo {
  width: 180px !important;
  aspect-ratio: 520 / 168 !important;
}
.header__logo img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 520 / 168 !important;
  object-fit: contain !important;
}
.header__siteName {
  padding: 0;
  color: #162033;
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55 !important;
  letter-spacing: 0;
  border-left: 1px solid rgba(7, 24, 45, 0.16);
  padding-left: 16px;
}
.headerNav__link {
  color: #162033;
  font-weight: 600;
  letter-spacing: 0;
}
.headerNav__link::after {
  background-color: var(--rakuka-accent);
}
.headerNav__link--contact,
.drawerNav__link--contact,
.contactCTA__email,
.entryCta__link,
.form__submit,
.commonButton,
button[type="submit"],
input[type="submit"] {
  background: linear-gradient(135deg, #bd8f3f 0%, #9f7224 100%) !important;
  border-color: #bd8f3f !important;
  color: #fff !important;
}
.section__contactCTA {
  background: linear-gradient(135deg, #07182d 0%, #0d2b4e 58%, #173b5f 100%) !important;
}
.section__title--en,
.sub__title--en,
.productCatalog__label {
  color: var(--rakuka-accent) !important;
  letter-spacing: 0 !important;
}
.section__title--jp,
.sub__title--jp,
.productCatalog__head h2 {
  color: var(--rakuka-deep);
}
.productCatalog {
  background: linear-gradient(135deg, #fff 0%, #f5f7fa 100%);
  border-color: rgba(7, 24, 45, 0.10);
}
.productCatalog__summary div,
.productCatalog__mediaItem {
  border-color: rgba(7, 24, 45, 0.12);
}
.productCatalog__group h3 {
  border-left-color: var(--rakuka-accent) !important;
}
.footer {
  background: #fff;
  border-top: 1px solid rgba(7, 24, 45, 0.08);
}
@media screen and (max-width: 1024px) {
  .header__left {
    width: auto;
  }
  .header__logo {
    width: 156px !important;
  }
  .header__siteName {
    font-size: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 76px;
  }
  .header__logo--wrapper {
    gap: 10px;
    max-width: calc(100vw - 82px);
  }
  .header__logo {
    width: 138px !important;
  }
  .header__siteName {
    max-width: calc(100vw - 230px);
    font-size: 9px;
    line-height: 1.45 !important;
  }
}
