@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ==================================================
   株式会社吉豊 トップページ
   ================================================== */

.kippohp {
  --kippohp-green: #176b56;
  --kippohp-green-dark: #0b4f3c;
  --kippohp-green-light: #edf7f3;
  --kippohp-text: #17201d;
  --kippohp-muted: #5b6662;
  --kippohp-border: #dce7e2;

  /* トップページ画像 */
  --kippohp-img-hero: url("/wp-content/uploads/2026/07/kippo-takasaki-hero.webp");
  --kippohp-img-tax: url("/wp-content/uploads/2026/07/tax_takasaki.png");
  --kippohp-img-rentacar: url("/wp-content/uploads/2026/07/miyako_renta.png");
  --kippohp-img-yellowline: url("/wp-content/uploads/2026/07/yellow_line.png");
  --kippohp-img-laundry: url("/wp-content/uploads/2026/07/T-WASH_laundry-.png");
  --kippohp-img-oxygen: url("/wp-content/uploads/2026/07/T-WASH_o2.png");
  --kippohp-img-nb: url("/wp-content/uploads/2026/07/n_and_b.png");

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--kippohp-text);
  background: #fff;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}

.kippohp *,
.kippohp *::before,
.kippohp *::after {
  box-sizing: border-box;
}

.kippohp img,
.kippohp svg {
  display: block;
}

.kippohp-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* 固定ヘッダー使用時もアンカー位置が隠れないようにする */
#kippohp-about,
#kippohp-business,
#kippohp-contact {
  scroll-margin-top: 100px;
}


/* ==================================================
   メインビジュアル
   ================================================== */

.kippohp-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 580px;
  background-color: #e8f2ee;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.86) 24%,
      rgba(255, 255, 255, 0.42) 46%,
      rgba(255, 255, 255, 0.06) 72%
    ),
    var(--kippohp-img-hero);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 68% center;
}

/* 横幅の広いPCではメインビジュアルを高くする */
@media (min-width: 1600px) {
  .kippohp-hero {
    min-height: clamp(680px, 38vw, 860px);
  }
}

.kippohp-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 60px;
  background: #fff;
  clip-path: ellipse(62% 45% at 50% 100%);
  content: "";
}

.kippohp-hero__content {
  position: relative;
  z-index: 1;
  width: min(610px, 100%);
  padding: 80px 0 120px;
}

.kippohp-hero__title {
  margin: 0;
  color: var(--kippohp-green-dark);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.1em;
}

.kippohp-hero__text {
  margin: 28px 0 32px;
  color: #27312e;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}


/* ==================================================
   共通ボタン
   ================================================== */

.kippohp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.kippohp-button:hover {
  transform: translateY(-2px);
}

.kippohp-button:focus-visible,
.kippohp-card__link:focus-visible {
  outline: 3px solid rgba(23, 107, 86, 0.3);
  outline-offset: 3px;
}

.kippohp-button--primary {
  color: #fff !important;
  background: var(--kippohp-green);
  box-shadow: 0 8px 24px rgba(23, 107, 86, 0.2);
}

.kippohp-button--primary:hover {
  background: var(--kippohp-green-dark);
}

.kippohp-button--outline {
  color: var(--kippohp-green-dark) !important;
  border-color: #8db4a7;
  background: #fff;
}


/* ==================================================
   共通見出し
   ================================================== */

.kippohp-heading {
  margin-bottom: 44px;
  text-align: center;
}

.kippohp-heading__en {
  margin: 0 0 7px;
  color: #719589;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.kippohp .kippohp-heading__title {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  color: var(--kippohp-green-dark);
  background: none !important;
  box-shadow: none !important;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(29px, 3vw, 39px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.kippohp .kippohp-heading__title::before,
.kippohp .kippohp-heading__title::after {
  position: static !important;
  inset: auto !important;
  display: block !important;
  flex: 0 0 75px !important;
  width: 75px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #8eb5a8 !important;
  box-shadow: none !important;
  content: "" !important;
}

.kippohp-heading__text {
  margin: 20px 0 0;
  color: var(--kippohp-muted);
  font-size: 14px;
  line-height: 2;
}


/* ==================================================
   KIPPOの想い
   ================================================== */

.kippohp-values-section {
  padding: 88px 0 90px;
  background: #fff;
}

.kippohp-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}

.kippohp-value {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 150px;
  padding: 15px 42px;
  border-left: 1px solid var(--kippohp-border);
}

.kippohp-value:first-child {
  border-left: 0;
}

.kippohp-value__icon {
  flex: 0 0 74px;
  color: var(--kippohp-green);
}

.kippohp-value__icon svg {
  width: 74px;
  height: 74px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kippohp-value__body h3 {
  margin: 0 0 11px;
  color: var(--kippohp-green-dark);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.kippohp-value__body p {
  margin: 0;
  color: var(--kippohp-muted);
  font-size: 13px;
  line-height: 1.9;
}


/* ==================================================
   事業紹介
   ================================================== */

.kippohp-business-section {
  padding: 88px 0 100px;
  background:
    linear-gradient(
      180deg,
      #f3f9f6 0%,
      #f8fbfa 50%,
      #f3f8f6 100%
    );
}

.kippohp-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.kippohp-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--kippohp-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(20, 66, 50, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.kippohp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(20, 66, 50, 0.13);
}

.kippohp-card__media {
  aspect-ratio: 16 / 9;
  background-color: #dce9e4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.kippohp-card__media--tax {
  background-image:
    linear-gradient(rgba(0, 69, 50, 0.03), rgba(0, 69, 50, 0.03)),
    var(--kippohp-img-tax);
}

.kippohp-card__media--rentacar {
  background-image:
    linear-gradient(rgba(0, 69, 50, 0.03), rgba(0, 69, 50, 0.03)),
    var(--kippohp-img-rentacar);
}

.kippohp-card__media--yellowline {
  background-image:
    linear-gradient(rgba(0, 69, 50, 0.03), rgba(0, 69, 50, 0.03)),
    var(--kippohp-img-yellowline);
}

.kippohp-card__media--laundry {
  background-image:
    linear-gradient(rgba(0, 69, 50, 0.03), rgba(0, 69, 50, 0.03)),
    var(--kippohp-img-laundry);
}

.kippohp-card__media--oxygen {
  background-image:
    linear-gradient(rgba(0, 69, 50, 0.03), rgba(0, 69, 50, 0.03)),
    var(--kippohp-img-oxygen);
}

.kippohp-card__media--nb {
  background-image:
    linear-gradient(rgba(0, 69, 50, 0.03), rgba(0, 69, 50, 0.03)),
    var(--kippohp-img-nb);
}

.kippohp-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 27px 25px 25px;
  text-align: center;
}

.kippohp-card__title {
  margin: 0;
  color: var(--kippohp-green-dark);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.03em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.kippohp-card__text {
  margin: 14px 0 21px;
  color: var(--kippohp-muted);
  font-size: 13px;
  line-height: 1.9;
}

.kippohp-card__link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding: 7px 4px;
  color: var(--kippohp-green) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

a.kippohp-card__link:hover {
  color: var(--kippohp-green-dark) !important;
}


/* ==================================================
   お問い合わせ
   ================================================== */

.kippohp-contact {
  padding: 31px 0;
  border-top: 1px solid var(--kippohp-border);
  background: #f7fbf9;
}

.kippohp-contact__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr auto;
  align-items: center;
  gap: 34px;
}

.kippohp-contact__lead {
  padding-right: 30px;
  border-right: 1px solid #b9cec6;
}

.kippohp-contact__lead p {
  margin: 0;
  color: var(--kippohp-green-dark);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.kippohp-contact__phone {
  text-align: center;
}

.kippohp-contact__phone a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--kippohp-green-dark) !important;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  letter-spacing: 0.03em;
}

.kippohp-contact__phone-icon {
  font-size: 0.8em;
}

.kippohp-contact__phone p {
  margin: 7px 0 0;
  color: var(--kippohp-muted);
  font-size: 11px;
}

.kippohp-contact__buttons {
  display: flex;
  gap: 12px;
}

.kippohp-contact__buttons .kippohp-button {
  min-width: 155px;
}


/* ==================================================
   ヘッダー
   ================================================== */

.l-header {
  border-bottom: 1px solid rgba(23, 107, 86, 0.1);
  box-shadow: 0 3px 14px rgba(0, 50, 35, 0.04);
}

@media (min-width: 960px) {

  .c-gnav > li:last-child {
    align-self: center;
    height: auto;
    margin-left: 14px;
  }

  .c-gnav > li:last-child > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    padding: 0 22px;
    border-radius: 6px;
    color: #fff !important;
    background: #176b56;
    box-shadow: 0 5px 16px rgba(23, 107, 86, 0.18);
  }

  .c-gnav > li:last-child > a:hover {
    color: #fff !important;
    background: #0b4f3c;
    opacity: 1;
  }

  .c-gnav > li:last-child > a::before {
    margin-right: 8px;
    content: "✉";
    font-size: 14px;
  }
}


/* ==================================================
   フッター：ブランド表示
   ================================================== */

.kippo-footer-brand {
  max-width: 280px;
}

.kippo-footer-brand__logo {
  display: block;
  width: min(230px, 100%);
  height: auto;
  margin-bottom: 24px;
}

.kippo-footer-brand__copy {
  margin: 0 0 12px;
  color: #fff;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.kippo-footer-brand__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.9;
}


/* ==================================================
   フッター：ナビゲーション
   ================================================== */

.kippo-footer-nav__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.kippo-footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kippo-footer-nav__list li {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}

.kippo-footer-nav__list a,
.kippo-footer-nav__list span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.kippo-footer-nav__list a {
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.kippo-footer-nav__list a:hover {
  color: #fff;
  opacity: 1;
}

.kippo-footer-nav__list a::before,
.kippo-footer-nav__list span::before {
  margin-right: 7px;
  color: rgba(255, 255, 255, 0.55);
  content: "・";
}


/* ==================================================
   タブレット
   ================================================== */

@media (max-width: 1023px) {

  .kippohp-container {
    width: min(100% - 40px, 900px);
  }

  .kippohp-hero {
    min-height: 560px;
    background-position: 58% center;
  }

  .kippohp-values {
    gap: 0;
  }

  .kippohp-value {
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    padding: 20px;
    text-align: center;
  }

  .kippohp-business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kippohp-contact__inner {
    grid-template-columns: 1fr 1.6fr;
  }

  .kippohp-contact__buttons {
    grid-column: 1 / -1;
    justify-content: center;
  }
}


/* ==================================================
   スマートフォン
   ================================================== */

@media (max-width: 767px) {

  #kippohp-about,
  #kippohp-business,
  #kippohp-contact {
    scroll-margin-top: 72px;
  }

  .kippohp-container {
    width: min(100% - 32px, 560px);
  }

  .kippohp-pc {
    display: none;
  }

  .kippohp-hero {
    align-items: flex-end;
    min-height: 590px;
    background-image:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.52) 35%,
        rgba(255, 255, 255, 0.97) 68%,
        rgba(255, 255, 255, 1) 100%
      ),
      var(--kippohp-img-hero);
    background-position: center top;
  }

  .kippohp-hero::after {
    height: 25px;
  }

  .kippohp-hero__content {
    width: 100%;
    padding: 250px 0 72px;
  }

  .kippohp-hero__title {
    font-size: clamp(35px, 10vw, 47px);
    line-height: 1.42;
    letter-spacing: 0.06em;
  }

  .kippohp-hero__text {
    margin: 20px 0 25px;
    font-size: 14px;
    line-height: 1.9;
  }

  .kippohp-button {
    width: 100%;
    min-height: 54px;
  }

  .kippohp-values-section,
  .kippohp-business-section {
    padding: 68px 0 72px;
  }

  .kippohp-heading {
    margin-bottom: 34px;
  }

  .kippohp .kippohp-heading__title {
    gap: 12px;
    font-size: 28px;
  }

  .kippohp .kippohp-heading__title::before,
  .kippohp .kippohp-heading__title::after {
    flex-basis: 30px !important;
    width: 30px !important;
  }

  .kippohp-heading__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .kippohp-values {
    grid-template-columns: 1fr;
  }

  .kippohp-value {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    min-height: auto;
    padding: 26px 8px;
    border-top: 1px solid var(--kippohp-border);
    border-left: 0;
    text-align: left;
  }

  .kippohp-value:first-child {
    border-top: 0;
  }

  .kippohp-value__icon {
    flex-basis: 64px;
  }

  .kippohp-value__icon svg {
    width: 64px;
    height: 64px;
  }

  .kippohp-value__body h3 {
    font-size: 23px;
  }

  .kippohp-value__body p {
    font-size: 12px;
  }

  .kippohp-business-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .kippohp-card__media {
    aspect-ratio: 16 / 9;
  }

  .kippohp-card__body {
    padding: 24px 22px 22px;
  }

  .kippohp-card__title {
    font-size: 22px;
  }

  .kippohp-card-title-break {
    display: none;
  }

  .kippohp-contact {
    padding: 40px 0;
  }

  .kippohp-contact__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kippohp-contact__lead {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid #b9cec6;
    text-align: center;
  }

  .kippohp-contact__lead p {
    font-size: 18px;
  }

  .kippohp-contact__phone a {
    font-size: 31px;
  }

  .kippohp-contact__buttons {
    display: grid;
    grid-column: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }
}


/* ==================================================
   フッター：タブレット・スマートフォン
   ================================================== */

@media (max-width: 959px) {

  .kippo-footer-brand {
    max-width: 100%;
    text-align: center;
  }

  .kippo-footer-brand__logo {
    width: 210px;
    margin-right: auto;
    margin-left: auto;
  }

  .kippo-footer-nav {
    text-align: center;
  }

  .kippo-footer-nav__title {
    margin-top: 10px;
  }
}


/* ==================================================
   トップページ下部の余白を削除
   ================================================== */

body.home .l-content,
body.home .l-mainContent,
body.home .l-mainContent__inner,
body.home .post_content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.home .l-footer {
  margin-top: 0 !important;
}


/* ==================================================
   動きを抑える設定を使用している端末への配慮
   ================================================== */

@media (prefers-reduced-motion: reduce) {

  .kippohp-button,
  .kippohp-card,
  .kippo-footer-nav__list a {
    transition: none;
  }

  .kippohp-button:hover,
  .kippohp-card:hover {
    transform: none;
  }
}

/* ==================================================
   会社案内・採用情報 共通固定ページ
   ================================================== */

.kippopage {
  --kippopage-green: #176b56;
  --kippopage-green-dark: #0b4f3c;
  --kippopage-green-light: #edf7f3;
  --kippopage-text: #17201d;
  --kippopage-muted: #5b6662;
  --kippopage-border: #dce7e2;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--kippopage-text);
  background: #fff;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}

.kippopage *,
.kippopage *::before,
.kippopage *::after {
  box-sizing: border-box;
}

.kippopage-container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.kippopage-narrow {
  max-width: 860px;
}

.kippopage a {
  text-decoration: none;
}


/* ==================================================
   ページタイトル
   ================================================== */

.kippopage-hero {
  padding: 90px 0 86px;
  background:
    linear-gradient(
      135deg,
      #f7fbf9 0%,
      #edf7f3 55%,
      #e4f1ec 100%
    );
  text-align: center;
}

.kippopage-hero__en {
  margin: 0 0 10px;
  color: #719589;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.kippopage-hero__title {
  margin: 0;
  color: var(--kippopage-green-dark);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.kippopage-hero__text {
  margin: 24px 0 0;
  color: var(--kippopage-muted);
  font-size: 15px;
  line-height: 2;
}


/* ==================================================
   セクション
   ================================================== */

.kippopage-section {
  padding: 90px 0;
  background: #fff;
}

.kippopage-section--light {
  background: #f5faf7;
}

.kippopage-heading {
  margin-bottom: 44px;
  text-align: center;
}

.kippopage-heading__en {
  margin: 0 0 8px;
  color: #719589;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.kippopage .kippopage-heading__title {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--kippopage-green-dark);
  background: none;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(27px, 3.2vw, 39px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.kippopage-heading__text {
  margin: 18px 0 0;
  color: var(--kippopage-muted);
  font-size: 14px;
  line-height: 1.9;
}


/* ==================================================
   メッセージ
   ================================================== */

.kippopage-message {
  color: #3e4945;
  font-size: 15px;
  line-height: 2.25;
}

.kippopage-message p {
  margin: 0 0 24px;
}

.kippopage-message p:last-child {
  margin-bottom: 0;
}


/* ==================================================
   3つの姿勢
   ================================================== */

.kippopage-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.kippopage-value-card {
  padding: 36px 30px;
  border: 1px solid var(--kippopage-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 66, 50, 0.06);
}

.kippopage-value-card__number {
  margin: 0 0 28px;
  color: #8baea4;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
}

.kippopage-value-card h3 {
  margin: 0 0 15px;
  color: var(--kippopage-green-dark);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

.kippopage-value-card p:last-child {
  margin: 0;
  color: var(--kippopage-muted);
  font-size: 13px;
  line-height: 1.9;
}


/* ==================================================
   事業一覧
   ================================================== */

.kippopage-business-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--kippopage-border);
}

.kippopage-business-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  padding: 20px 24px;
  border-right: 1px solid var(--kippopage-border);
  border-bottom: 1px solid var(--kippopage-border);
  color: var(--kippopage-text) !important;
  background: #fff;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.kippopage-business-item:nth-child(2n) {
  border-right: 0;
}

a.kippopage-business-item:hover {
  color: var(--kippopage-green-dark) !important;
  background: var(--kippopage-green-light);
}

.kippopage-business-item__name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.kippopage-business-item__description {
  color: var(--kippopage-muted);
  font-size: 12px;
  white-space: nowrap;
}

.kippopage-business-item__arrow {
  flex: 0 0 auto;
  color: var(--kippopage-green);
  font-size: 18px;
}


/* ==================================================
   会社概要
   ================================================== */

.kippopage-profile {
  margin: 0;
  border-top: 1px solid var(--kippopage-border);
}

.kippopage-profile__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid var(--kippopage-border);
}

.kippopage-profile__row dt,
.kippopage-profile__row dd {
  margin: 0;
  padding: 22px 24px;
  font-size: 14px;
  line-height: 1.9;
}

.kippopage-profile__row dt {
  color: var(--kippopage-green-dark);
  background: #eaf5f0;
  font-weight: 700;
}

.kippopage-profile__row dd {
  background: #fff;
}

.kippopage-profile__row a {
  color: var(--kippopage-green) !important;
}


/* ==================================================
   採用ページ：仕事紹介
   ================================================== */

.kippopage-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.kippopage-work-card {
  padding: 34px 30px;
  border-top: 3px solid var(--kippopage-green);
  background: #f8fbfa;
}

.kippopage-work-card h3 {
  margin: 0 0 14px;
  color: var(--kippopage-green-dark);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 21px;
  font-weight: 600;
}

.kippopage-work-card p {
  margin: 0;
  color: var(--kippopage-muted);
  font-size: 13px;
  line-height: 1.9;
}


/* ==================================================
   採用ページ：募集状況
   ================================================== */

.kippopage-notice {
  padding: 42px;
  border: 1px solid var(--kippopage-border);
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.kippopage-notice h3 {
  margin: 0 0 20px;
  color: var(--kippopage-green-dark);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 24px;
  font-weight: 600;
}

.kippopage-notice p {
  margin: 0;
  color: var(--kippopage-muted);
  font-size: 14px;
  line-height: 2;
}

.kippopage-notice__note {
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid var(--kippopage-border);
  font-size: 12px !important;
}

/* ==================================================
   会社案内：経営理念
   ================================================== */

.kippopage-philosophy {
  position: relative;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fbfa 100%
    );
}

.kippopage-philosophy__content {
  position: relative;
  padding: 54px 60px;
  border: 1px solid var(--kippopage-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 66, 50, 0.07);
}

.kippopage-philosophy__content::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 0 0 3px 3px;
  background: var(--kippopage-green);
  content: "";
}

.kippopage-philosophy__lead {
  margin: 0 0 38px;
  color: var(--kippopage-green-dark);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.06em;
}

.kippopage-philosophy__body {
  color: #3e4945;
  font-size: 15px;
  line-height: 2.25;
}

.kippopage-philosophy__body p {
  margin: 0 0 25px;
}

.kippopage-philosophy__body p:last-child {
  margin-bottom: 0;
}

.kippopage-philosophy__representative {
  margin: 38px 0 0;
  color: var(--kippopage-text);
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {

  .kippopage-philosophy__content {
    padding: 40px 24px 34px;
  }

  .kippopage-philosophy__lead {
    margin-bottom: 30px;
    font-size: 22px;
    text-align: left;
  }

  .kippopage-philosophy__body {
    font-size: 14px;
    line-height: 2.1;
  }

  .kippopage-philosophy__representative {
    margin-top: 30px;
    font-size: 13px;
  }
}


/* ==================================================
   CTA
   ================================================== */

.kippopage-cta {
  padding: 80px 0;
  color: #fff;
  background: var(--kippopage-green-dark);
  text-align: center;
}

.kippopage-cta__en {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.kippopage-cta__title {
  margin: 0;
  color: #fff;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  letter-spacing: 0.07em;
}

.kippopage-cta__text {
  margin: 20px 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 2;
}

.kippopage-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 14px 30px;
  border-radius: 6px;
  color: var(--kippopage-green-dark) !important;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.kippopage-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}


/* ==================================================
   タブレット
   ================================================== */

@media (max-width: 959px) {

  .kippopage-value-grid {
    grid-template-columns: 1fr;
  }

  .kippopage-work-grid {
    grid-template-columns: 1fr;
  }
}


/* ==================================================
   スマートフォン
   ================================================== */

@media (max-width: 767px) {

  .kippopage-container {
    width: min(100% - 32px, 560px);
  }

  .kippopage-pc {
    display: none;
  }

  .kippopage-hero {
    padding: 68px 0 64px;
  }

  .kippopage-hero__title {
    font-size: 35px;
  }

  .kippopage-hero__text {
    font-size: 13px;
  }

  .kippopage-section {
    padding: 66px 0;
  }

  .kippopage-heading {
    margin-bottom: 34px;
  }

  .kippopage .kippopage-heading__title {
    font-size: 27px;
  }

  .kippopage-message {
    font-size: 14px;
    line-height: 2.1;
  }

  .kippopage-value-card {
    padding: 30px 24px;
  }
	
  .kippopage-value-card__number {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .kippopage-business-list {
    grid-template-columns: 1fr;
  }

  .kippopage-business-item,
  .kippopage-business-item:nth-child(2n) {
    border-right: 0;
  }

  .kippopage-business-item {
    min-height: 74px;
    padding: 18px 16px;
  }

  .kippopage-business-item__name {
    font-size: 14px;
  }

  .kippopage-business-item__description {
    font-size: 11px;
  }

  .kippopage-profile__row {
    grid-template-columns: 1fr;
  }

  .kippopage-profile__row dt {
    padding: 14px 18px;
  }

  .kippopage-profile__row dd {
    padding: 17px 18px;
  }

  .kippopage-work-card {
    padding: 28px 24px;
  }

  .kippopage-notice {
    padding: 30px 22px;
    text-align: left;
  }

  .kippopage-notice h3 {
    font-size: 21px;
    text-align: center;
  }

  .kippopage-cta {
    padding: 64px 0;
  }

  .kippopage-button {
    width: 100%;
  }
}


/* ==================================================
   固定ページ下部の余白を削除
   ================================================== */

body:has(.kippopage) .l-content,
body:has(.kippopage) .l-mainContent,
body:has(.kippopage) .l-mainContent__inner,
body:has(.kippopage) .post_content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.kippopage) .l-footer {
  margin-top: 0 !important;
}

/* ========================================
   WPForms 送信完了メッセージ
======================================== */

div.wpforms-confirmation-container-full {
  background: #f4f7f5 !important;
  color: #27342f !important;
  border: 1px solid #d9e3de !important;
  border-left: 5px solid #176b56 !important;
  border-radius: 6px !important;
  padding: 24px 28px !important;
  box-shadow: none !important;
}

div.wpforms-confirmation-container-full p:last-child {
  margin-bottom: 0 !important;
}

/* ==================================================
   カスタム固定ページ：SWELL標準タイトルを非表示
   ================================================== */

body:has(.kippopage) .c-pageTitle {
  display: none !important;
}

/* タイトルを消した後の上余白を削除 */
body:has(.kippopage) .post_content,
body:has(.kippopage) .l-container {
  margin-top: 0 !important;
}

body:has(.kippopage) .l-content {
  padding-top: 0 !important;
}

/* ==================================================
   T-WASH コインランドリーページ
   /twash-laundry/
   ================================================== */

.kippopage-twash {
  --twash-navy: #17365f;
  --twash-navy-dark: #10294a;
  --twash-blue: #2e8db8;
  --twash-blue-light: #6ec5e2;
  --twash-aqua: #e9f7fb;
  --twash-aqua-deep: #d8f0f7;
  --twash-lime: #e2ea32;
  --twash-text: #243747;
  --twash-muted: #637684;
  --twash-border: #d7e6eb;
  --twash-white: #fff;

  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--twash-text);
  background: #fff;
  font-feature-settings: "palt";
}

.kippopage-twash,
.kippopage-twash * {
  box-sizing: border-box;
}

.kippopage-twash h1,
.kippopage-twash h2,
.kippopage-twash h3,
.kippopage-twash p,
.kippopage-twash figure,
.kippopage-twash ul,
.kippopage-twash ol,
.kippopage-twash dl,
.kippopage-twash dd {
  margin: 0;
}

.kippopage-twash h1,
.kippopage-twash h2,
.kippopage-twash h3 {
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  line-height: 1.45;
}

.kippopage-twash ul,
.kippopage-twash ol {
  padding: 0;
  list-style: none;
}

.kippopage-twash img {
  display: block;
  width: 100%;
  height: auto;
}

.kippopage-twash a {
  text-decoration: none;
}

.kippopage-twash .kippopage-container {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.kippopage-twash .kippopage-narrow {
  width: min(860px, calc(100% - 48px));
}

.kippopage-twash .kippopage-section {
  padding: clamp(80px, 8vw, 120px) 0;
}

.kippopage-twash-section--light {
  background: #f5fafb;
}

#twash-equipment,
#twash-access {
  scroll-margin-top: 120px;
}


/* ==================================================
   共通見出し
   ================================================== */

.kippopage-twash .kippopage-heading {
  margin-bottom: clamp(40px, 5vw, 64px);
  text-align: center;
}

.kippopage-twash .kippopage-heading__en {
  margin-bottom: 12px;
  color: var(--twash-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.kippopage-twash .kippopage-heading__title {
  color: var(--twash-navy);
  font-size: clamp(29px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: 0.035em;
}

.kippopage-twash .kippopage-heading__text {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--twash-muted);
  font-size: 16px;
  line-height: 2;
}


/* ==================================================
   ボタン
   ================================================== */

.kippopage-twash-buttons,
.kippopage-twash-access__buttons,
.kippopage-twash-oxygen__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.kippopage-twash-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 230px;
  min-height: 58px;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.kippopage-twash-button span {
  flex: 0 0 auto;
  font-size: 18px;
}

.kippopage-twash-button:hover {
  transform: translateY(-2px);
}

.kippopage-twash-button--primary {
  color: #fff;
  background: var(--twash-navy);
  box-shadow: 0 10px 25px rgba(23, 54, 95, 0.2);
}

.kippopage-twash-button--primary:hover {
  color: #fff;
  background: var(--twash-blue);
}

.kippopage-twash-button--outline {
  border-color: var(--twash-navy);
  color: var(--twash-navy);
  background: transparent;
}

.kippopage-twash-button--outline:hover {
  color: #fff;
  background: var(--twash-navy);
}

.kippopage-twash-button--white {
  color: var(--twash-navy);
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.kippopage-twash-button--white:hover {
  color: var(--twash-navy);
  background: var(--twash-lime);
}


/* ==================================================
   メインビジュアル
   ================================================== */

.kippopage-twash-hero {
  position: relative;
  padding: clamp(70px, 8vw, 112px) 0 clamp(76px, 8vw, 112px);
  overflow: hidden;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(226, 234, 50, 0.65) 0,
      rgba(226, 234, 50, 0.65) 115px,
      transparent 116px
    ),
    radial-gradient(
      circle at 2% 85%,
      rgba(110, 197, 226, 0.23) 0,
      rgba(110, 197, 226, 0.23) 180px,
      transparent 181px
    ),
    linear-gradient(135deg, #f7fcfd 0%, #e3f5fa 68%, #f5f8d9 100%);
}

.kippopage-twash-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 8px;
  content: "";
  background: var(--twash-lime);
}

.kippopage-twash-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.kippopage-twash-hero__en {
  margin-bottom: 18px;
  color: var(--twash-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.kippopage-twash-hero__title {
  color: var(--twash-navy);
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.17 !important;
}

.kippopage-twash-hero__catch {
  margin-top: 28px !important;
  color: var(--twash-navy);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  line-height: 1.65;
}

.kippopage-twash-hero__text {
  max-width: 590px;
  margin-top: 22px !important;
  color: var(--twash-muted);
  font-size: 16px;
  line-height: 2;
}

.kippopage-twash-hero .kippopage-twash-buttons {
  margin-top: 34px;
}

.kippopage-twash-hero__info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 590px;
  margin-top: 36px !important;
  border-top: 1px solid rgba(23, 54, 95, 0.15);
  border-bottom: 1px solid rgba(23, 54, 95, 0.15);
}

.kippopage-twash-hero__info li {
  position: relative;
  padding: 17px 12px;
  text-align: center;
}

.kippopage-twash-hero__info li + li::before {
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  width: 1px;
  content: "";
  background: rgba(23, 54, 95, 0.15);
}

.kippopage-twash-hero__info span {
  display: block;
  margin-bottom: 4px;
  color: var(--twash-muted);
  font-size: 12px;
}

.kippopage-twash-hero__info strong {
  display: block;
  color: var(--twash-navy);
  font-size: 15px;
}

.kippopage-twash-hero__image {
  position: relative;
}

.kippopage-twash-hero__image::before {
  position: absolute;
  right: -22px;
  bottom: -22px;
  z-index: -1;
  width: 65%;
  height: 72%;
  border-radius: 28px;
  content: "";
  background: var(--twash-blue-light);
  opacity: 0.32;
}

.kippopage-twash-hero__image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(23, 54, 95, 0.2);
}


/* ==================================================
   T-WASHについて
   ================================================== */

.kippopage-twash-about {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(40px, 6vw, 76px);
  align-items: center;
}

.kippopage-twash-about__image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(33, 67, 87, 0.12);
}

.kippopage-twash-about__body {
  color: var(--twash-muted);
  font-size: 16px;
  line-height: 2.05;
}

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

.kippopage-twash-about__lead {
  color: var(--twash-navy);
  font-size: clamp(21px, 2.3vw, 29px);
  font-weight: 800;
  line-height: 1.75;
}


/* ==================================================
   特徴
   ================================================== */

.kippopage-twash-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.kippopage-twash-feature {
  position: relative;
  min-height: 310px;
  padding: 34px 28px 32px;
  overflow: hidden;
  border: 1px solid var(--twash-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(33, 67, 87, 0.07);
}

.kippopage-twash-feature::after {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  content: "";
  background: var(--twash-aqua-deep);
}

.kippopage-twash-feature:nth-child(2)::after,
.kippopage-twash-feature:nth-child(4)::after {
  background: rgba(226, 234, 50, 0.45);
}

.kippopage-twash-feature__label {
  margin-bottom: 25px !important;
  color: var(--twash-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.kippopage-twash-feature h3 {
  position: relative;
  z-index: 1;
  color: var(--twash-navy);
  font-size: 21px;
  font-weight: 800;
}

.kippopage-twash-feature h3::after {
  display: block;
  width: 42px;
  height: 3px;
  margin: 21px 0;
  border-radius: 999px;
  content: "";
  background: var(--twash-lime);
}

.kippopage-twash-feature > p:last-child {
  position: relative;
  z-index: 1;
  color: var(--twash-muted);
  font-size: 14px;
  line-height: 1.9;
}


/* ==================================================
   設備・料金
   ================================================== */

.kippopage-twash-equipment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.kippopage-twash-equipment-card {
  overflow: hidden;
  border: 1px solid var(--twash-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(33, 67, 87, 0.08);
}

.kippopage-twash-equipment-card__image {
  overflow: hidden;
  background: #edf4f6;
}

.kippopage-twash-equipment-card__image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.kippopage-twash-equipment-card:hover
  .kippopage-twash-equipment-card__image img {
  transform: scale(1.025);
}

.kippopage-twash-equipment-card__body {
  padding: 30px 32px 32px;
}

.kippopage-twash-equipment-card__en {
  margin-bottom: 8px !important;
  color: var(--twash-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.kippopage-twash-equipment-card h3 {
  margin-bottom: 22px;
  color: var(--twash-navy);
  font-size: 25px;
  font-weight: 800;
}

.kippopage-twash-equipment-card dl {
  border-top: 1px solid var(--twash-border);
}

.kippopage-twash-equipment-card dl > div {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--twash-border);
}

.kippopage-twash-equipment-card dt {
  color: var(--twash-muted);
  font-size: 13px;
  font-weight: 600;
}

.kippopage-twash-equipment-card dd {
  color: var(--twash-navy);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.kippopage-twash-price-note {
  margin-top: 25px !important;
  color: var(--twash-muted);
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
}


/* ==================================================
   洗えるもの
   ================================================== */

.kippopage-twash-items-section {
  padding: clamp(80px, 8vw, 115px) 0;
  background:
    linear-gradient(
      135deg,
      rgba(233, 247, 251, 0.96),
      rgba(245, 250, 251, 0.98)
    );
}

.kippopage-twash-item-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.kippopage-twash-item-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 15px 10px;
  border: 1px solid rgba(46, 141, 184, 0.2);
  border-radius: 16px;
  color: var(--twash-navy);
  background: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 8px 22px rgba(33, 67, 87, 0.06);
}

.kippopage-twash-caution {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 28px 32px;
  border-left: 5px solid var(--twash-blue);
  border-radius: 6px 16px 16px 6px;
  background: #fff;
  color: var(--twash-muted);
  font-size: 14px;
  line-height: 1.9;
}

.kippopage-twash-caution p + p {
  margin-top: 10px;
}

.kippopage-twash-caution__title {
  color: var(--twash-navy);
  font-size: 16px;
  font-weight: 800;
}

.kippopage-twash-caution__important {
  color: #bb3448;
  font-weight: 800;
}


/* ==================================================
   リアルタイム確認
   ================================================== */

.kippopage-twash-realtime {
  position: relative;
  padding: clamp(85px, 9vw, 125px) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(110, 197, 226, 0.17) 0,
      rgba(110, 197, 226, 0.17) 180px,
      transparent 181px
    ),
    linear-gradient(135deg, var(--twash-navy-dark), var(--twash-navy));
}

.kippopage-twash-realtime::before {
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 300px;
  height: 300px;
  border: 40px solid rgba(226, 234, 50, 0.12);
  border-radius: 50%;
  content: "";
}

.kippopage-twash-realtime__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}

.kippopage-twash-realtime__en {
  margin-bottom: 14px !important;
  color: var(--twash-blue-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.kippopage-twash-realtime h2 {
  color: #fff;
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 800;
  line-height: 1.5;
}

.kippopage-twash-realtime__content > p:not(.kippopage-twash-realtime__en) {
  max-width: 660px;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 2;
}

.kippopage-twash-realtime__content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 28px;
  margin: 30px 0 38px !important;
}

.kippopage-twash-realtime__content li {
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-size: 14px;
}

.kippopage-twash-realtime__content li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: var(--twash-lime);
  box-shadow: 0 0 0 4px rgba(226, 234, 50, 0.13);
}

.kippopage-twash-realtime__screen {
  display: flex;
  justify-content: center;
}

.kippopage-twash-realtime__phone {
  width: 280px;
  padding: 21px 17px 25px;
  border: 8px solid #0b203b;
  border-radius: 38px;
  color: var(--twash-text);
  background: #f6f8f9;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.33);
  transform: rotate(4deg);
}

.kippopage-twash-realtime__phone::before {
  display: block;
  width: 74px;
  height: 7px;
  margin: -9px auto 14px;
  border-radius: 999px;
  content: "";
  background: #0b203b;
}

.kippopage-twash-realtime__phone-header {
  padding: 8px 0 13px;
  color: var(--twash-navy);
  font-size: 17px;
  font-weight: 900;
}

.kippopage-twash-realtime__phone-button {
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  background: #49b871;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.kippopage-twash-realtime__phone-button--orange {
  background: #eda747;
}

.kippopage-twash-realtime__machine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  padding: 14px 12px;
  border: 1px solid #d7e2e7;
  border-radius: 6px;
  background: #fff;
  font-size: 11px;
}

.kippopage-twash-realtime__machine strong {
  display: inline-block;
  min-width: 46px;
  padding: 5px 7px;
  border-radius: 4px;
  color: #fff;
  background: var(--twash-blue);
  font-size: 10px;
  text-align: center;
}


/* ==================================================
   ご利用方法
   ================================================== */

.kippopage-twash-step-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.kippopage-twash-step {
  position: relative;
  padding: 32px 25px 30px;
  border-top: 4px solid var(--twash-blue);
  border-radius: 0 0 18px 18px;
  background: #f7fafb;
}

.kippopage-twash-step__number {
  margin-bottom: 25px !important;
  color: rgba(46, 141, 184, 0.26);
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.kippopage-twash-step h3 {
  margin-bottom: 15px;
  color: var(--twash-navy);
  font-size: 19px;
  font-weight: 800;
}

.kippopage-twash-step div p {
  color: var(--twash-muted);
  font-size: 14px;
  line-height: 1.9;
}


/* ==================================================
   快適な店内
   ================================================== */

.kippopage-twash-comfort {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(40px, 6vw, 76px);
  align-items: center;
}

.kippopage-twash-comfort__image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(33, 67, 87, 0.12);
}

.kippopage-twash-comfort__en {
  margin-bottom: 13px !important;
  color: var(--twash-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.kippopage-twash-comfort h2 {
  color: var(--twash-navy);
  font-size: clamp(29px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.55;
}

.kippopage-twash-comfort__body > p:not(.kippopage-twash-comfort__en) {
  margin-top: 24px !important;
  color: var(--twash-muted);
  font-size: 16px;
  line-height: 2;
}

.kippopage-twash-comfort__body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin-top: 28px !important;
}

.kippopage-twash-comfort__body li {
  position: relative;
  padding-left: 22px;
  color: var(--twash-navy);
  font-size: 14px;
  font-weight: 700;
}

.kippopage-twash-comfort__body li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
  background: var(--twash-lime);
}


/* ==================================================
   酸素BOX
   ================================================== */

.kippopage-twash-oxygen {
  padding: clamp(70px, 7vw, 100px) 0;
  background:
    radial-gradient(
      circle at 8% 50%,
      rgba(255, 255, 255, 0.8) 0,
      rgba(255, 255, 255, 0.8) 100px,
      transparent 101px
    ),
    linear-gradient(135deg, #dff4fa 0%, #eff9fb 55%, #f6f8d9 100%);
}

.kippopage-twash-oxygen__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 55px;
  align-items: center;
}

.kippopage-twash-oxygen__en {
  margin-bottom: 12px !important;
  color: var(--twash-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.kippopage-twash-oxygen h2 {
  color: var(--twash-navy);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
}

.kippopage-twash-oxygen__content > p:not(.kippopage-twash-oxygen__en) {
  max-width: 690px;
  margin-top: 20px !important;
  color: var(--twash-muted);
  font-size: 15px;
  line-height: 2;
}

.kippopage-twash-oxygen__buttons {
  flex-direction: column;
}


/* ==================================================
   FAQ
   ================================================== */

.kippopage-twash-faq {
  border-top: 1px solid var(--twash-border);
}

.kippopage-twash-faq details {
  border-bottom: 1px solid var(--twash-border);
}

.kippopage-twash-faq summary {
  position: relative;
  padding: 26px 60px 26px 52px;
  color: var(--twash-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}

.kippopage-twash-faq summary::-webkit-details-marker {
  display: none;
}

.kippopage-twash-faq summary::before {
  position: absolute;
  top: 25px;
  left: 0;
  color: var(--twash-blue);
  font-size: 18px;
  font-weight: 900;
  content: "Q";
}

.kippopage-twash-faq summary::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--twash-blue);
  border-bottom: 2px solid var(--twash-blue);
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.25s ease;
}

.kippopage-twash-faq details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.kippopage-twash-faq details > div {
  position: relative;
  padding: 0 52px 28px;
}

.kippopage-twash-faq details > div::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--twash-lime);
  font-size: 18px;
  font-weight: 900;
  content: "A";
}

.kippopage-twash-faq details p {
  color: var(--twash-muted);
  font-size: 14px;
  line-height: 2;
}


/* ==================================================
   アクセス
   ================================================== */

.kippopage-twash-access {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(38px, 6vw, 70px);
  align-items: stretch;
}

.kippopage-twash-access__table {
  border-top: 1px solid var(--twash-border);
}

.kippopage-twash-access__table > div {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 25px;
  padding: 18px 0;
  border-bottom: 1px solid var(--twash-border);
}

.kippopage-twash-access__table dt {
  color: var(--twash-muted);
  font-size: 13px;
  font-weight: 600;
}

.kippopage-twash-access__table dd {
  color: var(--twash-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.kippopage-twash-access__buttons {
  margin-top: 32px;
}

.kippopage-twash-access__map {
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(33, 67, 87, 0.12);
}

.kippopage-twash-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}


/* ==================================================
   最終CTA
   ================================================== */

.kippopage-twash-final {
  position: relative;
  padding: clamp(85px, 9vw, 125px) 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(110, 197, 226, 0.2) 0,
      rgba(110, 197, 226, 0.2) 140px,
      transparent 141px
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(226, 234, 50, 0.14) 0,
      rgba(226, 234, 50, 0.14) 170px,
      transparent 171px
    ),
    var(--twash-navy-dark);
}

.kippopage-twash-final__en {
  margin-bottom: 14px !important;
  color: var(--twash-blue-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.kippopage-twash-final h2 {
  color: #fff;
  font-size: clamp(30px, 4.4vw, 50px);
  font-weight: 800;
  line-height: 1.55;
}

.kippopage-twash-final > .kippopage-container > p:not(.kippopage-twash-final__en) {
  margin: 22px auto 35px !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 2;
}


/* ==================================================
   タブレット
   ================================================== */

@media screen and (max-width: 1100px) {

  .kippopage-twash-hero__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 40px;
  }

  .kippopage-twash-hero__title {
    font-size: clamp(40px, 5.7vw, 59px);
  }

  .kippopage-twash-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kippopage-twash-feature {
    min-height: 270px;
  }

  .kippopage-twash-item-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kippopage-twash-step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kippopage-twash-realtime__inner {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 55px;
  }

  .kippopage-twash-oxygen__inner {
    grid-template-columns: 1fr;
  }

  .kippopage-twash-oxygen__buttons {
    flex-direction: row;
  }
}


/* ==================================================
   スマートフォン
   ================================================== */

@media screen and (max-width: 767px) {

  .kippopage-twash .kippopage-container,
  .kippopage-twash .kippopage-narrow {
    width: min(100% - 32px, 1180px);
  }

  .kippopage-twash .kippopage-section {
    padding: 70px 0;
  }

  .kippopage-twash .kippopage-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .kippopage-twash .kippopage-heading__en {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .kippopage-twash .kippopage-heading__title {
    font-size: 29px;
    line-height: 1.5;
  }

  .kippopage-twash .kippopage-heading__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.9;
  }

  .kippopage-twash .kippopage-pc {
    display: none;
  }

  .kippopage-twash-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  .kippopage-twash-buttons,
  .kippopage-twash-access__buttons,
  .kippopage-twash-oxygen__buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }


  /* メインビジュアル */

  .kippopage-twash-hero {
    padding: 58px 0 72px;
    background:
      radial-gradient(
        circle at 108% 0,
        rgba(226, 234, 50, 0.55) 0,
        rgba(226, 234, 50, 0.55) 90px,
        transparent 91px
      ),
      linear-gradient(145deg, #f7fcfd, #e3f5fa);
  }

  .kippopage-twash-hero__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .kippopage-twash-hero__content {
    order: 1;
  }

  .kippopage-twash-hero__image {
    order: 2;
  }

  .kippopage-twash-hero__en {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .kippopage-twash-hero__title {
    font-size: clamp(38px, 11vw, 52px);
  }

  .kippopage-twash-hero__catch {
    margin-top: 21px !important;
    font-size: 22px;
  }

  .kippopage-twash-hero__text {
    margin-top: 18px !important;
    font-size: 14px;
    line-height: 1.9;
  }

  .kippopage-twash-hero .kippopage-twash-buttons {
    margin-top: 28px;
  }

  .kippopage-twash-hero__info {
    margin-top: 28px !important;
  }

  .kippopage-twash-hero__info li {
    padding: 14px 5px;
  }

  .kippopage-twash-hero__info span {
    font-size: 10px;
  }

  .kippopage-twash-hero__info strong {
    font-size: 12px;
  }

  .kippopage-twash-hero__image::before {
    right: -10px;
    bottom: -10px;
  }

  .kippopage-twash-hero__image img {
    border-radius: 18px;
  }


  /* ABOUT */

  .kippopage-twash-about,
  .kippopage-twash-comfort {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .kippopage-twash-about__image img,
  .kippopage-twash-comfort__image img {
    border-radius: 18px;
  }

  .kippopage-twash-about__lead {
    font-size: 20px;
    line-height: 1.75;
  }

  .kippopage-twash-about__body {
    font-size: 14px;
    line-height: 1.95;
  }


  /* 特徴 */

  .kippopage-twash-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .kippopage-twash-feature {
    min-height: 0;
    padding: 28px 24px;
  }

  .kippopage-twash-feature__label {
    margin-bottom: 17px !important;
  }

  .kippopage-twash-feature h3 {
    font-size: 20px;
  }

  .kippopage-twash-feature h3 br {
    display: none;
  }

  .kippopage-twash-feature h3::after {
    margin: 17px 0;
  }


  /* 設備 */

  .kippopage-twash-equipment-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .kippopage-twash-equipment-card {
    border-radius: 18px;
  }

  .kippopage-twash-equipment-card__body {
    padding: 25px 22px 27px;
  }

  .kippopage-twash-equipment-card h3 {
    font-size: 23px;
  }

  .kippopage-twash-equipment-card dl > div {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 15px;
  }

  .kippopage-twash-equipment-card dt,
  .kippopage-twash-equipment-card dd {
    font-size: 12px;
  }

  .kippopage-twash-price-note {
    font-size: 11px;
    text-align: left;
  }


  /* 洗えるもの */

  .kippopage-twash-items-section {
    padding: 70px 0;
  }

  .kippopage-twash-item-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .kippopage-twash-item-list li {
    min-height: 66px;
    border-radius: 13px;
    font-size: 14px;
  }

  .kippopage-twash-caution {
    margin-top: 28px;
    padding: 22px 20px;
    font-size: 12px;
  }


  /* リアルタイム */

  .kippopage-twash-realtime {
    padding: 72px 0;
  }

  .kippopage-twash-realtime__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kippopage-twash-realtime h2 {
    font-size: 30px;
  }

  .kippopage-twash-realtime__content > p:not(.kippopage-twash-realtime__en) {
    font-size: 14px;
    line-height: 1.9;
  }

  .kippopage-twash-realtime__content ul {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .kippopage-twash-realtime__phone {
    width: min(270px, 82vw);
    transform: rotate(2deg);
  }


  /* 手順 */

  .kippopage-twash-step-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kippopage-twash-step {
    display: grid;
    grid-template-columns: 65px minmax(0, 1fr);
    gap: 10px;
    padding: 25px 20px;
  }

  .kippopage-twash-step__number {
    margin-bottom: 0 !important;
    font-size: 43px;
  }

  .kippopage-twash-step h3 {
    font-size: 18px;
  }


  /* 店内設備 */

  .kippopage-twash-comfort__body {
    order: 1;
  }

  .kippopage-twash-comfort__image {
    order: 2;
  }

  .kippopage-twash-comfort h2 {
    font-size: 28px;
  }

  .kippopage-twash-comfort__body > p:not(.kippopage-twash-comfort__en) {
    font-size: 14px;
    line-height: 1.9;
  }


  /* 酸素BOX */

  .kippopage-twash-oxygen {
    padding: 65px 0;
  }

  .kippopage-twash-oxygen__inner {
    gap: 30px;
  }

  .kippopage-twash-oxygen h2 {
    font-size: 28px;
  }

  .kippopage-twash-oxygen__content > p:not(.kippopage-twash-oxygen__en) {
    font-size: 14px;
    line-height: 1.9;
  }


  /* FAQ */

  .kippopage-twash-faq summary {
    padding: 22px 40px 22px 35px;
    font-size: 14px;
  }

  .kippopage-twash-faq summary::before {
    top: 22px;
    font-size: 16px;
  }

  .kippopage-twash-faq summary::after {
    right: 5px;
  }

  .kippopage-twash-faq details > div {
    padding: 0 10px 23px 35px;
  }

  .kippopage-twash-faq details > div::before {
    font-size: 16px;
  }

  .kippopage-twash-faq details p {
    font-size: 13px;
    line-height: 1.9;
  }


  /* アクセス */

  .kippopage-twash-access {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .kippopage-twash-access__table > div {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 15px;
    padding: 15px 0;
  }

  .kippopage-twash-access__table dt,
  .kippopage-twash-access__table dd {
    font-size: 12px;
  }

  .kippopage-twash-access__map,
  .kippopage-twash-access__map iframe {
    min-height: 360px;
  }

  .kippopage-twash-access__map {
    border-radius: 18px;
  }


  /* 最終案内 */

  .kippopage-twash-final {
    padding: 72px 0;
  }

  .kippopage-twash-final h2 {
    font-size: 29px;
  }

  .kippopage-twash-final > .kippopage-container > p:not(.kippopage-twash-final__en) {
    margin: 18px auto 29px !important;
    font-size: 14px;
    line-height: 1.9;
  }
}


/* ==================================================
   小さいスマートフォン
   ================================================== */

@media screen and (max-width: 420px) {

  .kippopage-twash .kippopage-container,
  .kippopage-twash .kippopage-narrow {
    width: calc(100% - 28px);
  }

  .kippopage-twash-hero__title {
    font-size: 37px;
  }

  .kippopage-twash-hero__catch {
    font-size: 20px;
  }

  .kippopage-twash-hero__info {
    grid-template-columns: 1fr;
  }

  .kippopage-twash-hero__info li + li::before {
    top: 0;
    right: 12%;
    bottom: auto;
    left: 12%;
    width: auto;
    height: 1px;
  }

  .kippopage-twash-hero__info li {
    padding: 12px;
  }

  .kippopage-twash-item-list {
    grid-template-columns: 1fr 1fr;
  }

  .kippopage-twash-comfort__body ul {
    grid-template-columns: 1fr;
  }
}


/* ==================================================
   アニメーション軽減設定
   ================================================== */

@media (prefers-reduced-motion: reduce) {

  .kippopage-twash-button,
  .kippopage-twash-equipment-card__image img {
    transition: none;
  }

  .kippopage-twash-button:hover,
  .kippopage-twash-equipment-card:hover
    .kippopage-twash-equipment-card__image img {
    transform: none;
  }
}

/* ========================================
   フッター左側 ブランド部分を中央揃え
======================================== */

.kippo-footer-brand {
  text-align: center !important;
}

.kippo-footer-brand__logo {
  margin-right: auto !important;
  margin-left: auto !important;
}

.kippo-footer-brand__copy,
.kippo-footer-brand__text {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/* ==================================================
   固定ページCTA：SWELL標準見出し装飾を解除
   ================================================== */

.kippopage .kippopage-cta__en {
  margin: 0 0 8px !important;
}

.kippopage .kippopage-cta__title {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  line-height: 1.5 !important;
}

.kippopage .kippopage-cta__title::before,
.kippopage .kippopage-cta__title::after {
  display: none !important;
  content: none !important;
}

/* お問い合わせCTAとフッターに濃淡をつける */
.kippopage-cta {
  background: #176b56;
}