.tt-charter-page,
.tt-charter-page *{
  box-sizing:border-box;
}

.tt-charter-page{
  --tt-navy:#04384c;
  --tt-navy-2:#062b3a;
  --tt-blue:#087ea0;
  --tt-orange:#ff7300;
  --tt-green:#13a538;
  --tt-ink:#15232d;
  --tt-text:#344652;
  --tt-muted:#677783;
  --tt-line:#d8e4ea;
  --tt-bg:#f4f8fa;
  --tt-white:#fff;
  color:var(--tt-text);
  font-family:"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size:16px;
  line-height:1.9;
  background:#fff;
}

.tt-charter-page a{
  color:inherit;
  text-decoration:none;
}

.tt-charter-page img{
  max-width:100%;
  height:auto;
  display:block;
}

.tt-charter-page h1,
.tt-charter-page h2,
.tt-charter-page h3,
.tt-charter-page p{
  margin:0;
  letter-spacing:0;
}

.tt-charter-page h2{
  background:none !important;
  color:var(--tt-ink) !important;
  padding:0 !important;
  font-size:34px;
  line-height:1.35;
  font-weight:900;
}

.tt-charter-page h2::before,
.tt-charter-page h2::after,
.tt-charter-page h3::before,
.tt-charter-page h3::after{
  content:none !important;
}

.tt-charter-page h3{
  background:none !important;
  color:var(--tt-ink) !important;
  padding:0 !important;
  font-size:22px;
  line-height:1.45;
  font-weight:900;
}

.tt-section{
  width:100%;
  padding:76px 20px;
}

.tt-section--soft{
  background:var(--tt-bg);
}

.tt-section--dark{
  background:var(--tt-navy-2);
  color:#eaf7fb;
}

.tt-section__inner{
  width:min(1120px,100%);
  margin:0 auto;
}

.tt-section__head{
  display:grid;
  grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);
  gap:34px;
  align-items:end;
  margin-bottom:34px;
}

.tt-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:14px;
  color:var(--tt-orange);
  font-size:13px;
  line-height:1.4;
  font-weight:900;
}

.tt-eyebrow::before{
  content:"";
  width:34px;
  height:2px;
  background:var(--tt-orange);
}

.tt-section__lead{
  color:var(--tt-muted);
  font-size:16px;
  line-height:1.95;
}

.tt-section--dark .tt-section__lead,
.tt-section--dark .tt-eyebrow{
  color:#cceaf2;
}

.tt-charter-page .tt-section--dark h2,
.tt-charter-page .tt-section--dark h3,
.tt-charter-page .tt-section--dark #tt-feature-title{
  color:#fff !important;
  text-shadow:0 2px 12px rgba(0,0,0,.18);
}

.tt-charter-page .tt-section--dark .tt-section__lead,
.tt-charter-page .tt-section--dark .tt-feature p{
  color:#d8eef5 !important;
}

.tt-hero{
  position:relative;
  width:100vw;
  min-height:720px;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:#061f2c;
  color:#fff;
}

.tt-hero__media{
  position:absolute;
  inset:0;
  z-index:0;
}

.tt-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.tt-hero__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,24,35,.86) 0%,rgba(3,24,35,.58) 45%,rgba(3,24,35,.22) 100%),
    linear-gradient(180deg,rgba(3,24,35,.10) 0%,rgba(3,24,35,.56) 100%);
}

.tt-hero__inner{
  position:relative;
  z-index:1;
  width:min(1120px,100%);
  min-height:720px;
  margin:0 auto;
  padding:92px 20px 44px;
  display:grid;
  align-content:center;
}

.tt-hero__label{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:10px;
  margin-bottom:20px;
  padding:9px 14px;
  background:rgba(255,115,0,.96);
  border-radius:6px;
  color:#fff;
  font-size:14px;
  line-height:1.35;
  font-weight:900;
}

.tt-hero h1{
  max-width:940px;
  color:#fff;
  font-size:52px;
  line-height:1.22;
  font-weight:900;
}

.tt-hero__text{
  max-width:720px;
  margin-top:22px;
  color:#e6f6fb;
  font-size:19px;
  line-height:1.95;
  font-weight:700;
}

.tt-hero__badges{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  width:min(760px,100%);
  margin-top:30px;
}

.tt-hero__badge{
  min-height:74px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:8px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(4px);
}

.tt-hero__badge strong{
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1.35;
  font-weight:900;
}

.tt-hero__badge span{
  display:block;
  margin-top:3px;
  color:#d5edf5;
  font-size:12px;
  line-height:1.45;
  font-weight:800;
}

.tt-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.tt-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:54px;
  padding:14px 20px;
  border:1px solid transparent;
  border-radius:6px;
  color:#fff !important;
  font-size:16px;
  line-height:1.35;
  font-weight:900;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}

.tt-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(6,43,58,.22);
}

.tt-btn svg{
  width:20px;
  height:20px;
  flex:0 0 auto;
}

.tt-btn--phone{
  background:linear-gradient(135deg,#ff7900,#f04e00);
}

.tt-btn--estimate{
  background:linear-gradient(135deg,#0057c8,#1694ff);
}

.tt-btn--line{
  background:linear-gradient(135deg,#06a83e,#10c85a);
}

.tt-btn--chat{
  background:linear-gradient(135deg,#04384c,#087ea0);
}

.tt-btn--ghost{
  border-color:#d7e5eb;
  background:#fff;
  color:var(--tt-navy) !important;
}

.tt-quick-cta{
  width:min(1120px,calc(100% - 40px));
  margin:-38px auto 0;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:14px;
  padding:16px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 16px 40px rgba(4,56,76,.18);
}

.tt-quick-cta__item{
  display:flex;
  gap:14px;
  align-items:center;
  padding:18px;
  border:1px solid var(--tt-line);
  border-radius:8px;
  background:#fff;
}

.tt-quick-cta__icon{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:8px;
  background:#edf7fa;
  color:var(--tt-navy);
  flex:0 0 auto;
}

.tt-quick-cta__icon svg{
  width:23px;
  height:23px;
}

.tt-quick-cta strong{
  display:block;
  color:var(--tt-ink);
  font-size:16px;
  line-height:1.35;
}

.tt-quick-cta span{
  display:block;
  margin-top:2px;
  color:var(--tt-muted);
  font-size:13px;
  line-height:1.5;
}

.tt-problem-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.tt-problem{
  padding:24px;
  border:1px solid var(--tt-line);
  border-radius:8px;
  background:#fff;
}

.tt-problem__num{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  margin-bottom:16px;
  border-radius:6px;
  background:var(--tt-navy);
  color:#fff;
  font-weight:900;
}

.tt-problem p,
.tt-feature p,
.tt-flow p,
.tt-faq dd{
  margin-top:10px;
  color:var(--tt-muted);
  font-size:15px;
  line-height:1.9;
}

.tt-split{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:44px;
  align-items:center;
}

.tt-photo-frame{
  position:relative;
  border-radius:8px;
  overflow:hidden;
  background:#dfe9ee;
  box-shadow:0 20px 40px rgba(4,56,76,.16);
}

.tt-photo-frame img{
  width:100%;
  aspect-ratio: 1.46 / 1;
  object-fit:cover;
}

.tt-note-ribbon{
  position:absolute;
  left:18px;
  bottom:18px;
  max-width:calc(100% - 36px);
  padding:12px 14px;
  border-radius:6px;
  background:rgba(4,56,76,.94);
  color:#fff;
  font-size:13px;
  line-height:1.55;
  font-weight:900;
}

.tt-check-list{
  display:grid;
  gap:13px;
  margin-top:24px;
  padding:0;
  list-style:none;
}

.tt-check-list li{
  position:relative;
  padding:15px 16px 15px 42px;
  border:1px solid var(--tt-line);
  border-radius:8px;
  background:#fff;
  color:var(--tt-text);
  font-weight:800;
  line-height:1.7;
}

.tt-check-list li::before{
  content:"";
  position:absolute;
  left:16px;
  top:21px;
  width:12px;
  height:7px;
  border-left:3px solid var(--tt-orange);
  border-bottom:3px solid var(--tt-orange);
  transform:rotate(-45deg);
}

.tt-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.tt-feature{
  min-height:100%;
  padding:26px 24px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:rgba(255,255,255,.06);
}

.tt-feature h3{
  color:#fff !important;
}

.tt-feature p{
  color:#d3e8ef;
}

.tt-feature__icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:18px;
  border-radius:8px;
  background:var(--tt-orange);
  color:#fff;
}

.tt-feature__icon svg{
  width:25px;
  height:25px;
}

.tt-cargo-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}

.tt-cargo-tags span{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:8px 13px;
  border:1px solid #cfe0e8;
  border-radius:6px;
  background:#fff;
  color:var(--tt-navy);
  font-weight:900;
  line-height:1.35;
}

.tt-vehicle-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}

.tt-vehicle{
  padding:18px;
  border:1px solid var(--tt-line);
  border-radius:8px;
  background:#fff;
}

.tt-vehicle strong{
  display:block;
  color:var(--tt-ink);
  font-size:17px;
  line-height:1.4;
}

.tt-vehicle span{
  display:block;
  margin-top:6px;
  color:var(--tt-muted);
  font-size:13px;
  line-height:1.7;
}

.tt-compare{
  overflow:hidden;
  border:1px solid var(--tt-line);
  border-radius:8px;
  background:#fff;
}

.tt-compare table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  margin:0;
}

.tt-compare th,
.tt-compare td{
  padding:18px;
  border-bottom:1px solid var(--tt-line);
  border-right:1px solid var(--tt-line);
  vertical-align:top;
  color:var(--tt-text);
  font-size:15px;
  line-height:1.8;
}

.tt-compare tr:last-child th,
.tt-compare tr:last-child td{
  border-bottom:0;
}

.tt-compare th:last-child,
.tt-compare td:last-child{
  border-right:0;
}

.tt-compare thead th{
  background:var(--tt-navy);
  color:#fff;
  font-size:16px;
  font-weight:900;
}

.tt-compare tbody th{
  width:24%;
  background:#f7fbfd;
  color:var(--tt-ink);
  font-weight:900;
}

.tt-flow-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  counter-reset:flow;
}

.tt-flow{
  position:relative;
  padding:22px 18px;
  border:1px solid var(--tt-line);
  border-radius:8px;
  background:#fff;
  counter-increment:flow;
}

.tt-flow::before{
  content:counter(flow,decimal-leading-zero);
  display:inline-block;
  margin-bottom:14px;
  color:var(--tt-orange);
  font-size:28px;
  line-height:1;
  font-weight:900;
}

.tt-price-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}

.tt-price-item{
  padding:22px;
  border-left:5px solid var(--tt-orange);
  border-radius:8px;
  background:#fff;
}

.tt-price-item strong{
  display:block;
  color:var(--tt-ink);
  font-size:17px;
  line-height:1.45;
}

.tt-price-item span{
  display:block;
  margin-top:8px;
  color:var(--tt-muted);
  font-size:14px;
  line-height:1.8;
}

.tt-alert{
  margin-top:26px;
  padding:20px;
  border:1px solid #f0c79e;
  border-radius:8px;
  background:#fff7ef;
  color:#60412a;
  font-size:15px;
  line-height:1.9;
}

.tt-faq-list{
  display:grid;
  gap:14px;
}

.tt-faq{
  padding:22px 24px;
  border:1px solid var(--tt-line);
  border-radius:8px;
  background:#fff;
}

.tt-faq dt{
  color:var(--tt-ink);
  font-size:17px;
  line-height:1.6;
  font-weight:900;
}

.tt-faq dt::before{
  content:"Q.";
  margin-right:8px;
  color:var(--tt-orange);
}

.tt-faq dd{
  margin-left:0;
}

.tt-bottom-cta{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  color:#fff;
  background:#061f2c;
}

.tt-bottom-cta__media{
  position:absolute;
  inset:0;
  z-index:0;
}

.tt-bottom-cta__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
}

.tt-bottom-cta__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,24,35,.96),rgba(3,24,35,.80)),
    linear-gradient(180deg,rgba(3,24,35,.42),rgba(3,24,35,.76));
}

.tt-bottom-cta__inner{
  position:relative;
  z-index:1;
  width:min(1120px,100%);
  margin:0 auto;
  padding:76px 20px;
}

.tt-bottom-cta h2{
  max-width:760px;
  color:#fff !important;
  font-size:38px;
  text-shadow:0 3px 14px rgba(0,0,0,.32);
}

.tt-charter-page .tt-bottom-cta h2::before,
.tt-charter-page .tt-bottom-cta h2::after,
.tt-charter-page .tt-bottom-cta .tt-section__head::before,
.tt-charter-page .tt-bottom-cta .tt-section__head::after{
  content:none !important;
  display:none !important;
}

.tt-bottom-cta p{
  max-width:740px;
  margin-top:18px;
  color:#e7f5fa;
  font-size:17px;
  line-height:1.95;
  font-weight:700;
}

.tt-contact-strip{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
  margin-top:30px;
  padding:22px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:rgba(255,255,255,.10);
}

.tt-contact-strip strong{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1.35;
}

.tt-contact-strip span{
  display:block;
  margin-top:4px;
  color:#d4edf4;
  font-size:14px;
  line-height:1.6;
}

.tt-related-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.tt-related-links a{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  padding:9px 13px;
  border:1px solid var(--tt-line);
  border-radius:6px;
  background:#fff;
  color:var(--tt-navy);
  font-size:14px;
  font-weight:900;
}

@media(max-width:959px){
  .tt-section{
    padding:60px 18px;
  }

  .tt-section__head,
  .tt-split,
  .tt-contact-strip{
    grid-template-columns:1fr;
  }

  .tt-hero,
  .tt-hero__inner{
    min-height:680px;
  }

  .tt-hero h1{
    font-size:38px;
  }

  .tt-hero__text{
    font-size:17px;
  }

  .tt-hero__badges,
  .tt-quick-cta,
  .tt-problem-grid,
  .tt-feature-grid,
  .tt-vehicle-grid,
  .tt-price-list{
    grid-template-columns:1fr 1fr;
  }

  .tt-flow-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:599px){
  .tt-charter-page h2{
    font-size:27px;
  }

  .tt-charter-page h3{
    font-size:20px;
  }

  .tt-section{
    padding:48px 16px;
  }

  .tt-hero,
  .tt-hero__inner{
    min-height:720px;
  }

  .tt-hero__inner{
    padding:66px 16px 36px;
  }

  .tt-hero h1{
    font-size:31px;
  }

  .tt-hero__text{
    font-size:16px;
  }

  .tt-hero__badges,
  .tt-quick-cta,
  .tt-problem-grid,
  .tt-feature-grid,
  .tt-vehicle-grid,
  .tt-price-list{
    grid-template-columns:1fr;
  }

  .tt-quick-cta{
    width:calc(100% - 24px);
    margin-top:-28px;
    padding:12px;
  }

  .tt-btn{
    width:100%;
  }

  .tt-compare{
    overflow-x:auto;
  }

  .tt-compare table{
    min-width:720px;
  }

  .tt-bottom-cta h2{
    font-size:29px;
  }
}
