/*
 Theme Name: SWELL CHILD Kaetsu Taxi
 Template: swell
*/
body {
  color: #081141
}
body, button, input, textarea, select {
  font-family:
    "Noto Sans Myanmar", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .c-heading, .p-home-cta__label, .p-home-cta__tel {
  font-family:
    "Noto Sans Myanmar", "Noto Sans JP", sans-serif;
}
/* =========================
  ヘッダー右2つをボタン化（ID固定）
========================= */
/* ヘッダーの高さ＆縦センター調整 */
#header .l-header__inner .c-gnav {
  min-height: 80px;
  display: flex;
  align-items: center;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 15px;
  font-weight: 600;
}
/* CTA（2つ）共通：ボタンとして成立 */
#header .c-gnav > li.menu-item-56 > a, #header .c-gnav > li.menu-item-32 > a {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px;
  padding: 8px 14px !important;
  gap: 10px;
  line-height: 1.1 !important;
  text-decoration: none !important;
}
/* CTAの背景色 */
#header .c-gnav > li.menu-item-56 > a {
  background: #0175BE !important;
  color: #fff !important;
}
#header .c-gnav > li.menu-item-32 > a {
  background: #081141 !important;
  color: #fff !important;
}
/* SWELLの下線（a::after）を殺す */
#header .c-gnav > li.menu-item-56 > a::after, #header .c-gnav > li.menu-item-32 > a::after {
  display: none !important;
  content: none !important;
}
/* アイコン（疑似要素） */
#header .c-gnav > li.menu-item-56 > a::before, #header .c-gnav > li.menu-item-32 > a::before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* アイコン画像 */
#header .c-gnav > li.menu-item-56 > a::before {
  background-image: url("https://kaetsu-taxi.com/wp-content/themes/swell_child/images/icon-tel.svg");
}
#header .c-gnav > li.menu-item-32 > a::before {
  background-image: url("https://kaetsu-taxi.com/wp-content/themes/swell_child/images/icon-contact.svg");
}
/* CTAテキスト */
#header .c-gnav > li.menu-item-56 > a .ttl, #header .c-gnav > li.menu-item-32 > a .ttl {
  font-size: 12px !important;
}
/* PC時：CTAだけ少し左に余白 */
@media (min-width: 960px) {
  #header .c-gnav > li.menu-item-56 {
    margin-left: 14px;
  }
}
/* SP：押しやすさ維持（ハンバーガー内） */
@media (max-width: 959px) {
  #header .l-header__inner {
    min-height: 72px;
  }
  #header .c-gnav > li.menu-item-56 > a, #header .c-gnav > li.menu-item-32 > a {
    min-height: 52px;
    padding: 12px 16px !important;
  }
  #header .c-gnav > li.menu-item-56 > a::before, #header .c-gnav > li.menu-item-32 > a::before {
    width: 20px;
    height: 20px;
  }
}
/* =========================
 共通
========================= */
.home .l-container, .page-id-22 .l-container, .page-id-89 .l-container,.page-id-24  .l-container,
.page-id-18  .l-container,
.page-id-20 .l-container,
.page-id-26 .l-container{
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
	padding-top: 0
}
.page-id-22 .l-content, .page-id-89 .l-content,
.page-id-20 .l-content,.page-id-26 .l-content{
  padding-top: 0;
}
.l-content {
  margin-bottom: 0
}
.l-header__logo {
  padding-left: 20px !important
}
.page-id-18 .post_content,
.kt-faq-body,
.kt-contact-body{
	max-width: 1100px;
	margin: 0 auto
}
.kt-faq-body{
	margin-top: 80px
}

/* =========================
  HOME Layout (below MV)
  scope: .p-home only
========================= */
.p-home {
  background: #fff;
}
/* PC：左下配置 */
@media (min-width: 769px){
  .p-mainVisual{ position: relative; }

  .p-mainVisual__textLayer{
    position: absolute !important;
    left: 50px !important;
    bottom: 70px !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;

    width: auto !important;     /* ← ここ重要（100%やめる） */
    height: auto !important;    /* ← ここ重要（100%やめる） */
    display: block !important;  /* flex由来のズレを避ける */
    text-align: left !important;
  }
	.p-mainVisual__slideTitle,
  .p-mainVisual__slideText{
    padding-left: 90px;
  }
}



/* SP：崩れ防止（下に置きつつ収める） */
@media (max-width: 768px){
	.p-mainVisual .p-mainVisual__inner,
  .p-mainVisual .p-mainVisual__bg{
    min-height: 62vh;  /* 足りなければ 68vh でも */
  }
	.p-mainVisual,
  .p-mainVisual__inner{
    position: relative !important;
  }
	.p-mainVisual__inner{
    height: 62vh !important;
    min-height: 260px !important;
  }
	.-height-img .p-mainVisual__inner{
    min-height: 62vh !important;   /* 好みで 58〜70 */
  }
	.-height-img .p-mainVisual__imgLayer{
    height: 100% !important;
    min-height: inherit !important;
  }

  /* 中の画像も“伸びる”ように */
  .-height-img .p-mainVisual__imgLayer img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
	.p-mainVisual__inner *{
    max-height: 100%;
  }
  .p-mainVisual__bg,
  .p-mainVisual__bg img{
    height: 100% !important;
    object-fit: cover !important;
  }
	.p-mainVisual{
		margin-top: 0 !important;
    padding-top: 0 !important;
    padding-top: 72px; /* 固定ヘッダー分、上に余白 */
  }
 .p-mainVisual__textLayer{
  
        position: absolute !important;
        left: 10px !important;
        right: 0 !important;
        top: auto !important;
        bottom: 33px !important;
        transform: none !important;
        z-index: 5 !important;
        width: 100% !important;
        padding: 0 16px !important;
        height: auto !important;
        display: block !important;
        background: transparent !important;
  
  }

  .p-mainVisual .c-filterLayer::before{
    opacity: .35 !important;     /* 0→0.35くらい */
    background: #000 !important; /* 白じゃなく黒で暗幕 */
  }

  .p-mainVisual__slideTitle,
  .p-mainVisual__slideText{
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.45) !important;
    padding-left: 0 !important;  /* 90px殺す */
    padding-right: 0 !important;
	  isplay: inline-block;
    
  }
	.p-mainVisual__slideTitle{
		font-size: 32px!important
	}
	.p-mainVisual__slideText{
		
	font-size: 18px!important
	}
	.p-mainVisual__inner{
    height: 62vh !important;     /* まずは62。好みで58〜70で調整 */
    min-height: 260px !important;
  }

  /* 画像（スライダー背景）が高さに追従するように */
  .p-mainVisual__bg,
  .p-mainVisual__slide,
  .p-mainVisual__slideInner{
    height: 100% !important;
  }
	
	
}
@media (max-width: 768px){
  :root{ --swl-fz--content: 16px; }
}

.p-mainVisual__slideTitle {
  font-size: 40px
}
.p-mainVisual__slideText {
  font-size: 20px
}

/* util */
.p-home .is-center {
  text-align: center;
}
.p-home .p-home-ttl {
  font-size: 45px;
  font-weight: 800;
  letter-spacing: .06em;
  margin: 0 0 18px;
}
.p-home .p-home-lead {
  font-size: 15px;
  line-height: 1.9;
  color: #556070;
  margin: 0 0 22px;
}
/* =========================
  NEWS + CTA
========================= */
.home .p-home-news.l-container {
  padding: 40px 0 100px;
  max-width: 1100px;
  margin: 0 auto
}
.p-home-news__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
  align-items: start;
}
/* NEWS：左タイトル＋右リスト */
.p-home-news__box {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 56px;
  align-items: start;
}
/* NEWS見出し */
.p-home-news__box .p-home-ttl {
  font-size: 45px;
  font-weight: 800;
  margin: 0 0 12px;
  text-align: center
}
.p-home-news__box .p-home-ttl span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  text-align: center
}
/* お知らせ一覧ボタン */
.p-home-news__btn {
  grid-column: 1 / 2;
  margin-top: 10px;
  text-align: center
}
/* リストは右 */
.p-home-news__list {
  grid-column: 2 / 3;
  margin: 0;
  padding: 0;
}
/* NEWS 1行 */
.p-home-news__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: none;
}
.p-home-news__link, .p-home-news__date {
  color: #333333;
  text-decoration: none;
}
.p-home-news__link:hover {
  text-decoration: underline;
}
/* CTA：横長枠＋縦線分割 */
.p-home-cta__box {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid rgba(20, 45, 80, .12);
  padding: 80px 42px;
}
.p-home-cta__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
}
.p-home-cta__col {
  padding: 0 28px;
}
.p-home-cta__col + .p-home-cta__col {
  border-left: 1px solid rgba(20, 45, 80, .12);
}
.p-home-cta__label {
  text-align: center;
  font-size: 22px;
  color: #081141;
  font-weight: 600;
  margin-bottom: 10px
}
.p-home-cta__tel {
  text-align: center;
  font-size: 55px;
  font-weight: 900;
}
.p-home-cta__tel a {
  color: #081141;
  text-decoration: none;
}
.p-home-cta__tel a:hover {
  text-decoration: none;
}
.p-home-cta__note {
  text-align: center;
  margin: 0;
  font-size: 17px;
}
.p-home-cta__col:last-child {
  text-align: center;
}
/* お問い合わせボタン */
.c-btn.is-primary.is-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: #0b1f3b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  box-shadow: none;
  border: none;
  transition: opacity .2s ease;
}
.p-home .c-btn.is-primary.is-large:hover {
  opacity: .85;
}
.p-home .c-btn.is-primary.is-large::after {
  content: "→";
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
}
/* お知らせ一覧ボタン（薄枠） */
.p-home .c-btn.is-secondary {
  background: #fff;
  border: 1px solid #0175BE;
  color: #0175BE;
  padding: 6px 15px;
  margin: 0 auto;
  border-radius: 100px;
  text-decoration: none;
}
.p-home .c-btn.is-secondary:hover {
  background: #f4f8ff;
}
/* =========================
  SERVICE（背景フル幅：ズレない版）
  → 背景だけ100vw（::before/::after）
  → 中身は .p-home-service__inner（最大1322px）
========================= */
.p-home-service {
  position: relative;
  padding: 80px 0 80px;
  background: none;
  overflow-x: clip;
}
/* 背景画像（フル幅） */
.p-home-service::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: url('https://kaetsu-taxi.com/wp-content/themes/swell_child/images/bg-service.jpg') center/cover no-repeat;
  z-index: 0;
}
/* 暗幕 */
.p-home-service::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(6, 20, 40, .45);
  z-index: 0;
}
/* 旧 .p-home-service__bg は“背景担当”をやめる */
.p-home-service__bg {
  background: none !important;
  width: auto !important;
  margin: 0 !important;
  position: static !important;
  padding: 0 !important;
}
/* 中身 */
.p-home-service__inner {
  position: relative;
  z-index: 1;
  width: min(1322px, calc(100% - 40px));
  margin-inline: auto;
}
.p-home-service .p-home-ttl {
  color: #fff;
  margin-bottom: 15px;
}
.p-home-service__lead {
  color: rgba(255, 255, 255, .85);
  line-height: 1.8;
  margin: 0 0 40px;
}
/* mosaic grid */
.p-home-service__grid.is-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.p-home-service__card {
  display: block;
  text-decoration: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  position: relative;
}
.p-home-service__card.is-big {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.p-home-service__card.is-top {
  grid-column: 2;
  grid-row: 1;
}
.p-home-service__card.is-bottom {
  grid-column: 2;
  grid-row: 2;
}
.p-home-service__img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  background-size: cover;
  background-position: center;
}
.p-home-service__card.is-big .p-home-service__img {
  min-height: 532px;
}
.p-home-service__cap {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .95);
  padding: 12px 14px 12px;
  width: min(320px, 78%);
}
.p-home-service__en {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #1b66b1;
  margin-bottom: 4px;
}
.p-home-service__jp {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #081141;
}
.p-home-service__card:hover {
  opacity: .92;
}
/* =========================
  HOW TO USE
========================= */
.p-home-howto {
  padding: 80px 0 54px;
  position: relative;
  background: url(https://kaetsu-taxi.com/wp-content/themes/swell_child/images/bg-howto.jpg) no-repeat center 60px;
  background-size: 1188px 546px
}
.p-home-howto a {
  color: #081141
}
.lead {
  text-align: center;
  padding: 20px 0 40px;
  line-height: 2
}
.p-home-howto__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.p-home-howto__card {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.p-home-howto__card:hover {
  transform: translateY(-2px);
}
.p-home-howto__thumb {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.p-home-howto__ttl {
  margin: 20px 16px 10px;
  font-size: 18px;
  font-weight: 800;
}
.p-home-howto__txt {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.7;
	text-align: left
}
/* =========================
  RECRUIT（背景フル幅：ズレない版）
  → 背景だけ100vw（::before）
========================= */
.p-home-recruit {
  position: relative;
  padding: 60px 0;
  overflow-x: clip;
}
/* 背景画像（フル幅） */
.p-home-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: url('https://kaetsu-taxi.com/wp-content/themes/swell_child/images/bg-recruit.jpg') center/cover no-repeat;
  z-index: 0;
}
/* 旧 .p-home-recruit__bg はフル幅担当をやめる */
.p-home-recruit__bg {
  background: none !important;
  width: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}
/* 中身 */
.p-home-recruit__inner {
  position: relative;
  z-index: 1;
  width: min(1322px, calc(100% - 40px));
  margin-inline: auto;
}
/* 2カラム */
.p-home-recruit__wrap {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 26px;
  align-items: center;
}
/* 左 */
.p-home-recruit__left {
  position: relative;
  padding: 12px 0;
}
.p-home-recruit__en {
  font-size: 18px;
  letter-spacing: .12em;
  font-weight: 900;
  color: #081141;
  margin: 0 0 15px;
  display: inline-block;
  border-bottom: 3px solid #081141;
}
.p-home-recruit__water {
  position: absolute;
  left: -8px;
  top: 6px;
  margin: 0;
  font-size: 74px;
  font-weight: 900;
  letter-spacing: .06em;
  color: rgba(15, 47, 96, .10);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.p-home-recruit__ttl {
  margin: 0 0 15px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  color: #081141;
}
.p-home-recruit__txt {
  margin: 0 0 18px;
  line-height: 1.9;
  color: #304056;
}
.p-home-recruit__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(15, 47, 96, .7);
  color: #081141;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}
.p-home-recruit__btn:hover {
  background: rgba(255, 255, 255, .35);
}
.p-home-recruit__arrow {
  margin-left: 12px;
  font-weight: 900;
}
/* 右：画像 */
.p-home-recruit__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
/* =========================
  Responsive
========================= */
@media (max-width: 1024px) {
  .p-home .p-home-ttl {
    font-size: 30px;
  }
  .p-home-news__box {
    grid-template-columns: 160px 1fr;
    column-gap: 24px;
  }
  .p-home-cta__box {
    padding: 26px 30px;
	  
  }
	.p-home-news .p-home-cta__box{
		margin: 0 20px
	}
  .p-home-cta__row {
    grid-template-columns: 1fr;
  }
  .p-home-howto__grid {
    grid-template-columns: 1fr 1fr;
  }
	.p-home-service{
		padding: 60px 0
	}
  /* SERVICE SP寄せ */
  .p-home-service__grid.is-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .p-home-service__card.is-big, .p-home-service__card.is-top, .p-home-service__card.is-bottom {
    grid-column: auto;
    grid-row: auto;
  }
	.p-home-service__grid.is-mosaic{
		gap: 20px
	}
 .p-home-service__card .p-home-service__img{
    height: 240px !important;
    padding-top: 0 !important;      /* ← padding比率で高さ作ってる場合を潰す */
    aspect-ratio: auto !important;  /* ← aspect-ratio指定がある場合を潰す */
    min-height: 0 !important;

    background-size: cover !important;
    background-position: center !important;
  }
	.p-home-service__card{
    display: flex !important;
    flex-direction: column !important;
  }
  .p-home-service__cap{
    margin-top: auto !important;
  }
  .p-home-service__cap {
    width: min(340px, 86%);
  }
  /* RECRUIT */
  .p-home-recruit__water {
    font-size: 62px;
  }
  .p-home-recruit__ttl {
    font-size: 26px;
  }
  .p-home-recruit__wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  /* NEWS：縦積み */
  .p-home-news__box {
    grid-template-columns: 1fr;
    row-gap: 10px;
	  padding: 0 20px
  }
	.p-home-news__box .p-home-ttl span{
		padding-bottom: 0
	}
	.p-home .c-btn.is-secondary{
		padding: 6px 100px
	}
	.p-home-news__item{
		grid-template-columns:auto;
		gap: 8px;
	}
  .p-home-news__list {
    grid-column: 1 / -1;
  }
  .p-home-news__btn {
    grid-column: 1 / -1;
  }
  /* CTA：縦積み + 区切り横線 */
  .p-home-cta__row {
    grid-template-columns: 1fr;
  }
  .p-home-cta__col {
    padding: 30px 0;
  }
  .p-home-cta__col + .p-home-cta__col {
    border-left: none;
    border-top: 1px solid rgba(20, 45, 80, .12);
  }
	.p-home-service__lead{
		text-align: left!important
	}
	.p-home-service__lead br{
		display: none
	}
  .p-home-cta__tel {
    font-size: 28px;
  }
  .p-home .c-btn.is-primary.is-large {
    min-width: 100%;
    height: 46px;
  }
  .p-home-howto__grid {
    grid-template-columns: 1fr;
  }
	.p-home-news__grid{
		gap:70px
	}
  /* RECRUIT */
  .p-home-recruit__ttl {
    font-size: 24px;
  }
	 /* サービスカード全体 */
  .p-home-service__card{
    display: flex;
    flex-direction: column;
    height: 100%;
	  min-height: 230px;   /* 3カード共通 */
  }

  /* 画像部分の高さを統一 */
  .p-home-service__img{
    height: 160px;          /* ← ここで高さを揃える */
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
  }

  /* キャプションは下に寄せる */
  .p-home-service__cap{
    margin-top: auto;
  }
	.p-home-howto{
		padding: 60px 20px 42px;
	}
	.lead{
		padding: 0 0 20px;
		text-align: left
	}
	.lead br,
	.p-home-recruit__txt br{
		display: none
	}
	
	.p-home-recruit__btn{
		min-width: 100%;
	}
}
/* =========================
  SERVICE セクションのみ 100vw にする
========================= */
/* もし .p-home-service 自体が .l-container の中にある場合 */
.home > .p-home-service {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}
/* =========================
  Guide page (scoped)
========================= */
.kt-guide * {
  box-sizing: border-box;
}
.kt-guide a {
  text-decoration: none;
}
.kt-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}
.kt-guide .kt-section {
  padding: 56px 0 0;
  max-width: 1110px;
  margin: 0 auto
}
.kt-guide .kt-section--tight {
  padding: 34px 0;
}
.kt-guide .kt-h2 {
  display: flex;
  align-items: flex-start;
	flex-direction: column;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .04em;
  margin: 0 0 26px;
	padding: 0 10px 0 20px;
	border-left: 11px solid #081141;
	line-height: 1.3
}

.kt-guide .kt-sub {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kt-guide .kt-hero {
  position: relative;
  overflow: hidden;
  background: #0b1b3a;
  margin-bottom: 40px
}
.kt-guide .kt-hero__bg {
  position: absolute;
  inset: 0;
  background: url("https://kaetsu-taxi.com/wp-content/themes/swell_child/images/guide/bg-header.jpg") center/cover no-repeat;
}
.kt-guide .kt-hero__inner {
  position: relative;
  padding: 140px 0;
  color: #fff;
  text-align: center
}
.kt-guide .kt-hero__title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .08em;
  text-shadow: 0 10px 22px rgba(0, 0, 0, .25);
  margin: 0;
	line-height: 1
}
.kt-guide .kt-ctaGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: -34px;
  position: relative;
}
.kt-guide .kt-cta {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.kt-guide .kt-cta__label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}
.kt-guide .kt-cta__value {
  color: #111827;
  font-size: 26px;
  font-weight: 900;
  margin-top: 4px;
  line-height: 1.1;
}
.kt-guide .kt-cta__note {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}
.kt-guide .kt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .06em;
  min-width: 160px;
  transition: .2s ease;
  white-space: nowrap;
}
.kt-guide .kt-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.kt-guide .kt-btn--ghost {
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--line);
}
.kt-guide .kt-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.kt-guide .kt-car {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  padding: 22px 0 40px;
}
.kt-guide .kt-car__media {
  border-radius: 14px;
  overflow: hidden;
}
.kt-guide .kt-car__reserve {
  font-size: 12px;
  color: var(--muted);
  font-weight: 800;
  margin-left: 10px;
}
.kt-guide .kt-car__title {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
}
.kt-car__kicker {
  border: 2px solid #081141;
  color: #081141;
  padding:  10px;
  display: inline-block;
  margin: 6px 0;
	line-height: 	1
}
.kt-guide .kt-car__txt {
  margin: 10px 0 0;
  color: #374151;
  line-height: 1.8;
}
.kt-guide .kt-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 0 0 40px;
}
.kt-guide .kt-thumb {
  overflow: hidden;
}
.kt-fee {
  max-width: 1100px;
}

.kt-guide .kt-fee__h {
  position: relative;
  margin: 40px 0 18px;
  padding-left: 25px;
  font-size: 21px;
  font-weight: 600;
}
.kt-fee__h::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b1a4a;
}
.kt-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px; /* 行間 */
}


/* 左セル */
.kt-table th {
  background: #E4EFF6;
  padding: 26px ;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

/* 右セル */
.kt-table td {
  background: #F7F7F7;
  padding: 22px 28px;
  font-weight: 600;
  font-size: 18px;
}

/* 金額だけ少し強調したい場合 */
.kt-table td {
  letter-spacing: 0.04em;
	text-align: center
}
.mb40{
	margin-bottom: 40px
}
/* 注釈 */
.kt-note {
  margin-top: 16px;
  line-height: 1.8;
}
/* =========================
   SP調整
========================= */
@media (max-width: 768px) {
	.home .p-home-news.l-container{
		padding: 0 0 40px
	}
  .kt-table th,
  .kt-table td {
    padding: 18px 16px;
    font-size: 14px;
  }

  .kt-fee__h {
    margin-top: 36px;
    font-size: 17px;
  }
}

.kt-guide .kt-bottom {
  background: var(--navy);
  color: #fff;
  padding: 28px 0;
  margin-top: 46px;
}
.kt-guide .kt-cta--dark {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .16);
  box-shadow: none;
}
.kt-guide .kt-cta--dark .kt-cta__label, .kt-guide .kt-cta--dark .kt-cta__note {
  color: rgba(255, 255, 255, .75);
}
.kt-guide .kt-cta--dark .kt-cta__value {
  color: #fff;
}
.kt-guide .kt-btn--white {
  background: #fff;
  color: var(--navy);
}
  .kt-guide .kt-icons {
	  margin-top: 40px
}
@media (max-width:980px) {
  .kt-guide .kt-ctaGrid {
    grid-template-columns: 1fr;
    margin-top: -26px;
  }
  .kt-guide .kt-car {
    grid-template-columns: 1fr;
  }
  .kt-guide .kt-icons {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width:520px) {
  .kt-guide .kt-hero__inner {
    padding: 62px 0 46px;
  }
  .kt-guide .kt-hero__title {
    font-size: 24px;
  }
  .kt-guide .kt-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .kt-guide .kt-btn {
    width: 100%;
    min-width: unset;
  }
  .kt-guide .kt-thumbs {
    grid-template-columns: 1fr 1fr;
  }
  .kt-guide .kt-icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ===== FAQ：Q / A 表示 ===== */
/* Q.（質問） */
.swell-block-accordion__title {
  position: relative;
  padding-left: 3.2em; 
	font-size: 18px;
	line-height: 1.5
}
.swell-block-accordion__title::before {
  content: "Q.";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 120%
}
/* A.（回答） */
.swell-block-accordion__body {
  position: relative;
  padding-left: 3.2em; /* A分の余白 */
}
.swell-block-accordion__body::before {
  content: "A.";
  position: absolute;
  left: 25px;
  top: .7em;
  font-weight: 600;
  font-size: 120%
}
.swell-block-accordion {
  margin-bottom: .5em;
}
/* =========================
   Welfare Taxi Page
========================= */
.page-welfare-taxi .l-main, .page-template-page-welfare-taxi .l-main {
  width: 100%;
}
.kt-welfare {
  background: #fff;
}
.kt-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.kt-section {
  padding: 80px 0;
}
.kt-section--tight {
  padding: 36px 0;
}
.kt-section--soft {
  background: #f3f7fb;
}
.kt-section--cta {
  background: #fff;
  padding-top: 44px;
  padding-bottom: 44px;
  max-width: 1100px;
  margin: 0 auto
}
/* HERO */
.kt-hero__media {
  position: relative;
}
.kt-hero__media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .kt-hero__media img {
    height: 420px;
  }
}
.kt-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.kt-hero__kicker {
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .08em;
  font-size: 40px
}
/* INTRO */
.kt-introCard {
  border-radius: 18px;
  padding: 28px 26px;
 
}
.kt-introCard__ttl {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
.kt-introCard__lead {
  margin: 0;
  text-align: center;
  color: #334;
}
.kt-mt24 {
  margin-top: 24px;
}
.kt-panel{
  background: #f3f5f7;             /* 添付の薄グレー */
  border: none;
  border-radius: 10px;             /* 控えめ角丸 */
  padding:56px 56px 38px;
}

/* 見出し：左に縦バー＋下に薄い帯 */
.kt-panel__ttl{
  margin: 0 0 18px;
  font-size: 21px;
  font-weight: 800;
  color: #0b1a4a;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
	line-height: 1;
	padding-top: 2px
}

/* 左の縦バー（濃紺） */
.kt-panel__ttl::before{
  content: "";
  width: 6px;
  height: 25px;
  background: #0b1a4a;
  display: inline-block;
}

/* 見出し下の薄い帯 */
.kt-panel__ttl::after{
  content: "";
  position: absolute;
  left: 18px;                      /* 縦バーの分だけ右へ */
  right: -140px;                   /* 右へ伸ばす（添付の長い帯） */
  bottom: -10px;
  height: 14px;
  background: #e7eaee;
  border-radius: 6px;
  z-index: -1;
}

/* リスト：・で、行間広め */
.kt-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.kt-list li{
  position: relative;
  padding-left: 18px;
  margin: 10px 0;                  /* 行間 */
  color: #111;
  line-height: 1.9;
  font-weight: 500;
}

/* 黒ドット */
.kt-list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
  font-weight: 600;
}
	

/* SPで詰める */
@media (max-width: 768px){
  .kt-panel{
    padding: 22px 18px;
  }
  .kt-panel__ttl{
    font-size: 17px;
  }
  .kt-list li{
    font-size: 15px;
    margin: 10px 0;
  }
}
/* Image + text rows */
.kt-mediaRows {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kt-mediaRow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 769px) {
  .kt-mediaRow {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

.kt-mediaRow__img img {
  width: 100%;
  display: block;
}

/* 黄色の敷き */
.kt-mediaRow__ttl{
  display: inline-block;   /* ← inline だと余白調整しづらいので変更 */
  font-size: 18px;
  font-weight: 800;
  color: #111;
  line-height: 1.25;       /* ← 高さを詰めて黄色がくっつく */
  padding: 0 .12em;
	margin-bottom: 15px;
  position: relative;

  /* 文字の下にピタッと敷く */
  background: linear-gradient(
    transparent 68%,
    #fff29a 68%
  );
}


.kt-mediaRow__ttl::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;          /* 文字の下に敷く */
  height: 0.1em;           /* 敷きの太さ */
  background: #fff29a;     /* 黄色（マーカー風） */
  z-index: -1;
}
/* Flow */
.kt-h2 {
  text-align: center;
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 600;
	
}
.kt-flow {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.kt-flowCard {
  background: #fff;
  border-radius: 7px;
  padding: 40px;
  display: grid;
  grid-template-co: ;lumns: 44px 1fr;
  gap: 10px;
}
@media (min-width: 769px) {
  .kt-flowCard {
    grid-template-columns: 40px 1fr 360px;
  }
}
.kt-flowCard__num {
 
  font-weight: 800;
  font-size: 50px;
	line-height: 1
}

.kt-flowCard__ttl {
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 600;
}
.kt-flowCard__txt {
  margin: 0;
  color: #334;
}
.kt-flowCard__img {
  margin-top: 12px;
	margin-left: 40px;
  grid-column: 1 / -1;
}
@media (min-width: 769px) {
  .kt-flowCard__img {
    margin-top: 0;
    grid-column: auto;
  }
}
.kt-flowCard__img img {
  width: 100%;
  display: block;
}
/* Bottom CTA */
.kt-bottomCta {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(30, 60, 90, .10);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 769px) {
  .kt-bottomCta {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 22px;
  }
}
.kt-bottomCta__label {
  margin: 0 0 6px;
  font-weight: 600;
  color: #223;
}
.kt-bottomCta__tel {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 900;
}
.kt-bottomCta__tel a {
  text-decoration: none;
}
.kt-bottomCta__note {
  margin: 0;
  color: #556;
}
.kt-bottomCta__col--btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 12px;
  padding: 0 16px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(10, 78, 138, .25);
}
.kt-btn--primary {
  background: #0a4e8a;
  color: #fff;
}
.kt-btn--ghost {
  background: #fff;
  color: #0a4e8a;
}
/* =========================
   Footer Custom
========================= */
.kt-footer {
  background:#081141;
  color: #fff;
	margin-top: 40px;
  padding: 64px 20px 48px;
  font-weight: 500
}
.home .kt-footer{
	margin-top:0
}
.kt-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
/* ロゴ */
.kt-footer__logo {
  width: 350px;
  height: 38px;
  margin: 0 auto 28px;
  background-image: url('https://kaetsu-taxi.com/wp-content/themes/swell_child/images/footer-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* テキスト共通（15px＝デフォルト） */
.kt-footer p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================
   Page Hero Simple (common)
========================= */
.kt-page-hero{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
.kt-page-hero--recruit .kt-hero__bg{
  background-image:url('https://kaetsu-taxi.com/wp-content/themes/swell_child/images/hero/recruit.jpg');
}
/* 会社概要 背景画像 */
.kt-page-hero--company .kt-hero__bg{
  background-image: url('https://kaetsu-taxi.com/wp-content/themes/swell_child/images/hero/company.jpg');
}
.kt-page-hero--faq .kt-hero__bg{
  background-image: url('https://kaetsu-taxi.com/wp-content/themes/swell_child/images/hero/faq.jpg');
}
.kt-page-hero--contact .kt-hero__bg{
  background-image: url('https://kaetsu-taxi.com/wp-content/themes/swell_child/images/hero/contact.jpg');
}
.kt-recruit-body{
	max-width: 1100px;
	margin: 0 auto
}
.page-id-24 .lead-title{
	text-align: center;
	margin: 60px auto 40px ;
	font-size: 26px;
	font-weight: 600
}
.page-id-24 .has-text-align-center{
	line-height: 2
}
.kt-page-hero{ position:relative; }

.kt-page-hero .kt-hero__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

/* 暗幕 */
.kt-page-hero .kt-hero__bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.35);
}

.kt-page-hero .kt-hero__inner{
  position:relative;
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.kt-page-hero .kt-hero__title{
  margin:0;
  color:#fff;
  font-size:34px;
  font-weight:800;
  letter-spacing:.12em;
  text-align:center;
  text-shadow:0 2px 16px rgba(0,0,0,.4);
}
.kt-recruit .kt-h2 {
  display: flex;
  align-items: flex-start;
	flex-direction: column;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .04em;
  margin: 40px 0 26px;
	padding: 0 10px 0 20px;
	border-left: 11px solid #081141;
	line-height: 1.5;
	text-align: left
}
/* 採用情報・会社概要 共通テーブル装飾 */
.kt-recruit .wp-block-table,
.kt-company .wp-block-table{
  margin-bottom: 60px;
  border-top: 1px solid #CCCCCC;
  border-left: none;
  border-right: none;
}
.kt-company .kt-page-hero .kt-hero__inner{
	margin-bottom: 60px
}
.kt-recruit .wp-block-table th:first-child,
.kt-recruit .wp-block-table td,
.kt-company .wp-block-table th:first-child,
.kt-company .wp-block-table td{
  border-top: none;
}

.kt-recruit .wp-block-table th,
.kt-company .wp-block-table th{
  background: #E5F1F8;
}

.kt-recruit .wp-block-table th,
.kt-recruit .wp-block-table td,
.kt-company .wp-block-table th,
.kt-company .wp-block-table td{
  padding: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-left: none;
  border-right: none;
}

@media (max-width:768px){
  .kt-page-hero .kt-hero__inner{ min-height:150px; }
  .kt-page-hero .kt-hero__title{ font-size:22px; letter-spacing:.1em; }
	.kt-footer__logo {
    width: 250px;
	}
	.l-footer__foot{
		padding: 0 20px
	}
	.page-id-24 .lead-title {
    margin: 50px auto 20px;
		    font-size: 22px;
	}
	.kt-recruit-body{
		padding: 0 20px
	}
	.page-id-24 .has-text-align-center{
		text-align: left
	}
	.kt-recruit .wp-block-table, .kt-company table{
		margin-bottom: 40px
	}
	.kt-recruit .wp-block-table th{
		width: 26%!important
	}
	.kt-company-body{
		margin: 0 20px
	}
	.kt-company-body  th{
		width: 30%!important;
		text-align: center
	}
	.kt-faq-body {
		padding: 0 20px;
		    margin-top: 40px;
		margin-bottom: 40px
	}

	.l-footer .copyright {
    font-size: 9px;
	}
	
}

.kt-section.kt-section--intro{
	background: url(https://kaetsu-taxi.com/wp-content/themes/swell_child/images/bg-howto.jpg) no-repeat -150px 60px;
    background-size: 1188px 546px;
	padding-bottom: 0
}

/* =========================
   Contact Form 7 (スクショ風)
   ========================= */
.contact7-wrap{
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact7-wrap .cf7-row{
  margin: 0 0 22px;
}

.contact7-wrap .cf7-label{
  display: inline-block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.contact7-wrap .cf7-req{
  color: #d40000;
  margin-left: 6px;
  font-weight: 600;
}

.contact7-wrap .wpcf7-form-control{
  width: 100%;
  box-sizing: border-box;
}

.contact7-wrap .cf7-input,
.contact7-wrap .cf7-textarea{
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 2px;           /* スクショっぽく角は弱め */
  padding: 14px 14px;
  font-size: 16px;
  background: #fff;
  outline: none;
}

.contact7-wrap .cf7-input{
  height: 52px;                 /* 入力欄の高さ */
}

.contact7-wrap .cf7-textarea{
  min-height: 220px;            /* お問い合わせ内容を大きめに */
  resize: vertical;
}

.contact7-wrap .cf7-input:focus,
.contact7-wrap .cf7-textarea:focus{
  border-color: #b9c7d8;
  box-shadow: 0 0 0 3px rgba(20, 70, 120, 0.08);
}

/* 送信ボタン（中央・枠線ボタン） */
.contact7-wrap .cf7-submit{
  text-align: center;
  margin-top: 26px;
}

.contact7-wrap .cf7-btn{
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #1f2f4a;
  background: #fff;
  color: #1f2f4a;
  font-weight: 600;
  letter-spacing: .2em;
  padding: 14px 42px;
  border-radius: 2px;
  cursor: pointer;
  transition: .2s;
}

.contact7-wrap .cf7-btn:hover{
  transform: translateY(-1px);
}

.contact7-wrap .cf7-btn:active{
  transform: translateY(0);
}

/* 注意書き */
.contact7-wrap .cf7-note{
  margin: 10px 0 0;
  font-size: 13px;
  color: #333;
  line-height: 1.7;
  text-align: center;
}

.contact7-wrap .cf7-note a{
  text-decoration: underline;
}

/* エラーメッセージの見た目 */
.contact7-wrap .wpcf7-not-valid-tip{
  margin-top: 6px;
  font-size: 13px;
}

.contact7-wrap .wpcf7-response-output{
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
}


/* 元々あるハンバーガーアイコンを非表示に */
.c-iconBtn__icon {
  display: none;
}

/* ハンバーガーの3本線をCSSで作成 */
.l-header__menuBtn {
  position: relative;
}

.c-iconBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #333;
  transition: background-color 0.3s;
}

.c-iconBtn::before,
.c-iconBtn::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: inherit;
  position: absolute;
  transition: transform 0.125s;
}

.c-iconBtn::before {
  top: -7px;
}

.c-iconBtn::after {
  top: 7px;
}

/* ハンバーガーがクリックされた時の動き */
[data-spmenu="opened"] .c-iconBtn {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

[data-spmenu="opened"] .c-iconBtn::before,
[data-spmenu="opened"] .c-iconBtn::after {
  top: auto;
  background-color: #fff;
  transition: transform 0.3s;
}

[data-spmenu="opened"] .c-iconBtn::before {
  transform: rotate(45deg);
}

[data-spmenu="opened"] .c-iconBtn::after {
  transform: rotate(135deg);
}

/* スマホ開閉メニューのデザインを調整 */
.p-spMenu__inner {
  width: 100vw;
  height: 100%;
  --color_menu_bg: rgba(0, 0, 0, 0.8); /* 開閉メニューの背景色 */
  color: #fff; /* メニューテキストの色 */
  transition: all 0.45s ease-out;
  z-index: 1;
}

.p-spMenu__inner::before {
  background-color: var(--color_menu_bg);
}

.p-spMenu__overlay {
  background-color: transparent;
}

/* クリック時のスマホ開閉メニューの動きをドロワーからフェードに変更 */
.-right .p-spMenu__inner {
  transform: translateX(0);
  opacity: 0;
  transition: opacity 0.45s;
}

[data-spmenu="opened"] .p-spMenu__inner {
  transform: translateX(0);
  opacity: 1;
}

.kt-contact-body{
	padding-top: 80px
}


/* スマホ最適化 */
@media (max-width: 768px){
  .contact7-wrap{
    padding: 0 14px;
  }
  .contact7-wrap .cf7-input{
    height: 48px;
  }
  .contact7-wrap .cf7-btn{
    width: 100%;
    padding: 14px 16px;
  }
	.page-id-26 .p-home-cta__box{
		margin: 0 20px
	}
	.kt-contact-body {
    padding-top: 40px;
}
}