/*
Theme Name: Chuten Touan Style
Theme URI: https://chuten-estate.jp/
Author: Codex
Description: Custom corporate real-estate theme for chuten-estate.jp.
Version: 1.0.0
Text Domain: chuten-touan
*/

:root {
  --ct-black: #050505;
  --ct-ink: #101014;
  --ct-muted: #536070;
  --ct-line: #d8e1ef;
  --ct-brown: #0b3f91;
  --ct-orange: #1765c1;
  --ct-blue: #0b3f91;
  --ct-blue-deep: #08245d;
  --ct-taupe: #243b63;
  --ct-paper: #ffffff;
  --ct-soft: #f5f8fc;
  --ct-max: 1120px;
  --ct-header-h: 192px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ct-ink);
  background: #fff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0;
  padding-top: var(--ct-header-h);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.ct-site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
}

body.admin-bar .ct-site-header {
  top: 0;
}

.ct-header-inner {
  width: min(var(--ct-max), calc(100% - 48px));
  height: 128px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
}

.ct-logo {
  display: inline-flex;
  align-items: center;
  width: 270px;
  min-width: 270px;
}

.ct-logo-image {
  width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}

.ct-logo-mark {
  width: 56px;
  height: 74px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='22' y1='18' x2='98' y2='102' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230b2b7e'/%3E%3Cstop offset='.52' stop-color='%23075eb2'/%3E%3Cstop offset='1' stop-color='%230b2b7e'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M98 20C78 8 48 10 29 29 8 50 8 83 30 103c18 16 45 18 65 4-19 7-42 3-57-11-18-17-18-44-1-61 16-16 40-20 61-15Z' fill='url(%23b)'/%3E%3Cpath d='M82 31c-10 3-24 9-35 20 13-5 28-7 44-6-10 6-24 12-39 15 12 1 23 0 33-4-9 13-22 21-39 24 12 5 27 5 42-4-8 14-23 24-43 29 28 3 51-10 64-36-16 7-31 8-47 4 20-5 35-15 45-31-14-3-27-3-39 0 5-5 10-9 14-11Z' fill='url(%23b)'/%3E%3Cpath d='M61 51 67 64 81 69 68 75 63 89 56 76 42 70 56 63Z' fill='%230b2b7e'/%3E%3C/svg%3E") center / contain no-repeat;
  position: relative;
  overflow: hidden;
}

.ct-logo-mark::before,
.ct-logo-mark::after {
  content: none;
}

.ct-logo-mark::before {
  left: 5px;
}

.ct-logo-mark::after {
  right: 5px;
}

.ct-logo-kana {
  display: block;
  color: var(--ct-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.ct-logo-main {
  display: block;
  color: var(--ct-blue-deep);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
}

.ct-logo-sub {
  display: block;
  color: var(--ct-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.ct-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 0;
}

.ct-contact-button {
  width: 276px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--ct-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.ct-header-phone {
  min-width: 252px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  column-gap: 8px;
  color: #050505;
}

.ct-header-phone > span {
  grid-row: 1 / 3;
  font-size: 27px;
  line-height: 1;
}

.ct-header-phone strong {
  display: block;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
}

.ct-header-phone small {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #2f2a25;
}

.ct-icon-link {
  width: 48px;
  height: 48px;
  border: 1.5px solid #111;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 800;
  background: #fff;
}

.ct-menu-button {
  width: 54px;
  height: 54px;
  border: 0;
  background: #050505;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.ct-menu-button span {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
}

.ct-global-nav {
  height: 64px;
  background: #060606;
}

.ct-global-nav ul {
  width: min(1260px, 100%);
  height: 64px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}

.ct-global-nav a {
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ct-global-nav a small {
  display: block;
  margin-top: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.ct-global-nav li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.ct-mobile-panel {
  display: none;
  background: #050505;
}

.ct-mobile-panel.is-open {
  display: block;
}

.ct-mobile-panel a {
  display: block;
  color: #fff;
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 700;
}

.ct-mobile-panel small {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.ct-main {
  overflow: hidden;
}

.ct-hero {
  min-height: 512px;
  background: #dceef2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ct-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ct-hero-slide {
  position: absolute;
  inset: 0;
  background: center / cover no-repeat;
  animation: ctHeroFade 12s infinite;
  opacity: 0;
}

.ct-hero-slide-one {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    url("https://images.unsplash.com/photo-1768211412332-259052acef63?auto=format&fit=crop&fm=jpg&q=72&w=2400");
  background-position: center 54%;
  animation-delay: 0s;
}

.ct-hero-slide-two {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08)),
    url("https://images.unsplash.com/photo-1622664843830-e79e37074452?auto=format&fit=crop&fm=jpg&q=72&w=2400");
  background-position: center 46%;
  animation-delay: 6s;
}

@keyframes ctHeroFade {
  0%,
  45% {
    opacity: 1;
  }

  50%,
  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ct-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 12px);
  pointer-events: none;
  z-index: 1;
}

.ct-hero-inner {
  width: min(var(--ct-max), calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding-top: 42px;
}

.ct-eyebrow {
  color: var(--ct-orange);
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 3px solid var(--ct-orange);
}

.ct-hero h1 {
  margin: 0;
  font-size: 43px;
  line-height: 1.24;
  font-weight: 800;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.42);
}

.ct-hero-copy {
  margin: 4px 0 0;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.42);
}

.ct-home-news {
  width: min(1040px, calc(100% - 48px));
  margin: -28px auto 92px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 238px 1fr;
  padding: 28px 30px;
  gap: 34px;
}

.ct-news-label {
  min-height: 154px;
  background: var(--ct-taupe);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 28px;
}

.ct-news-label h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.ct-news-list {
  margin: 0;
}

.ct-news-row {
  display: grid;
  grid-template-columns: 1fr 118px 154px 24px;
  gap: 16px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #e6e1dc;
  font-size: 15px;
}

.ct-news-row:first-child {
  border-top: 0;
}

.ct-news-row time,
.ct-news-row span {
  color: #514c47;
  font-size: 13px;
}

.ct-news-row::after {
  content: "›";
  color: #111;
  font-size: 24px;
  line-height: 1;
}

.ct-section {
  padding: 112px 0;
}

.ct-section-soft {
  background: #fff;
}

.ct-wrap {
  width: min(var(--ct-max), calc(100% - 48px));
  margin: 0 auto;
}

.ct-title-panel {
  background: var(--ct-taupe);
  color: #fff;
  padding: 22px 26px;
  margin: 0 0 34px;
  border-radius: 6px;
}

.ct-title-panel small {
  display: block;
  color: #050505;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #050505;
}

.ct-title-panel h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ct-about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}

.ct-lead {
  margin: 0 0 28px;
  font-weight: 700;
}

.ct-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 56px;
  background: #050505;
  color: #fff;
  font-weight: 800;
  border: 1px solid #050505;
  transition: background 0.2s ease, color 0.2s ease;
}

.ct-button:hover {
  background: #fff;
  color: #050505;
}

.ct-image-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ct-photo {
  min-height: 150px;
  background: #ddd center / cover no-repeat;
}

.ct-photo-one {
  background-image: url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=900&q=80");
}

.ct-photo-two {
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=900&q=80");
}

.ct-photo-three {
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=900&q=80");
}

.ct-business-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 34px;
}

.ct-business-card {
  background: #fff;
  padding: 34px 28px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #111;
}

.ct-business-card h3 {
  margin: 0 0 18px;
  font-size: 22px;
  border-bottom: 1px solid #d8d3cf;
  padding-bottom: 16px;
}

.ct-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

.ct-collage {
  min-height: 330px;
  position: relative;
}

.ct-collage::before,
.ct-collage::after {
  content: "";
  position: absolute;
  border: 8px solid #fff;
  background: center / cover no-repeat;
  box-shadow: 18px 18px 0 rgba(11, 63, 145, 0.18);
}

.ct-collage::before {
  left: 12px;
  top: 34px;
  width: 50%;
  height: 178px;
  transform: rotate(-4deg);
  background-image:
    linear-gradient(0deg, rgba(11, 63, 145, 0.08), rgba(11, 63, 145, 0.08)),
    url("https://images.unsplash.com/photo-1622664843830-e79e37074452?auto=format&fit=crop&fm=jpg&q=72&w=900");
}

.ct-collage::after {
  right: 4px;
  top: 28px;
  width: 62%;
  height: 238px;
  transform: rotate(0deg);
  background-image:
    linear-gradient(0deg, rgba(11, 63, 145, 0.06), rgba(11, 63, 145, 0.06)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=900&q=80");
}

.ct-collage strong {
  display: none;
}

.ct-service-title {
  margin-bottom: 26px;
  border-bottom: 1px solid #999;
  padding-bottom: 24px;
}

.ct-service-title h2 {
  margin: 8px 0 0;
  font-size: 28px;
}

.ct-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ct-service-list li {
  position: relative;
  padding: 12px 0 12px 34px;
  font-weight: 700;
}

.ct-service-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 22px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--ct-orange);
  border-radius: 50%;
}

.ct-support {
  background: linear-gradient(90deg, #fff 0 52%, var(--ct-soft) 52% 100%);
}

.ct-support-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: start;
}

.ct-support .ct-title-panel h2 {
  letter-spacing: 0.08em;
}

.ct-support-list {
  display: grid;
  gap: 22px;
}

.ct-support-list article {
  background: #fff;
  border-left: 4px solid var(--ct-brown);
  padding: 26px 28px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.ct-support-list span {
  display: block;
  color: var(--ct-orange);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
}

.ct-support-list h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.ct-support-list p {
  margin: 0;
}

.ct-contact-cta {
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url("https://images.unsplash.com/photo-1534430480872-3498386e7856?auto=format&fit=crop&w=1800&q=80") center / cover no-repeat;
  padding: 90px 24px;
}

.ct-contact-cta h2 {
  margin: 0 0 14px;
  font-size: 32px;
}

.ct-phone {
  display: block;
  margin: 22px 0 12px;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.ct-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(420px, 100%);
  min-height: 60px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-size: 20px;
  font-weight: 800;
}

.ct-site-footer {
  background: #050505;
  color: #fff;
}

.ct-footer-inner {
  width: min(var(--ct-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
}

.ct-footer-company h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

.ct-footer-company p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.ct-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-self: start;
  font-size: 14px;
  font-weight: 700;
}

.ct-copy {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  color: #d8d8d8;
  font-size: 12px;
  text-align: right;
}

.ct-page-hero {
  background: #f6f6f6;
  padding: 72px 0 58px;
}

.ct-page-hero h1 {
  margin: 0;
  font-size: 34px;
  letter-spacing: 0.18em;
}

.ct-page-content {
  width: min(var(--ct-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 90px;
}

.ct-page-content > *:first-child {
  margin-top: 0;
}

.ct-news-page-list article {
  border-bottom: 1px solid var(--ct-line);
  padding: 24px 0;
}

.ct-news-page-list h2 {
  margin: 4px 0 0;
  font-size: 22px;
}

.ct-news-page-list time {
  color: var(--ct-brown);
  font-weight: 700;
}

.ct-sub-hero {
  background: #fff;
}

.ct-sub-breadcrumb {
  background: #e9e9e9;
  border-top: 5px solid #bfbfbf;
}

.ct-sub-breadcrumb .ct-wrap {
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.ct-sub-breadcrumb p {
  margin: 0;
  color: #222;
  font-size: 13px;
  line-height: 1.3;
}

.ct-sub-breadcrumb nav {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #222;
  font-size: 13px;
  line-height: 1.3;
}

.ct-sub-breadcrumb strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.ct-sub-banner {
  min-height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse at 50% 100%, transparent 0 26px, rgba(0, 0, 0, 0.035) 27px 28px, transparent 29px) 0 0 / 74px 36px,
    radial-gradient(ellipse at 50% 100%, transparent 0 26px, rgba(0, 0, 0, 0.03) 27px 28px, transparent 29px) 37px 18px / 74px 36px,
    #fbfbfb;
  border-bottom: 1px solid #e4e4e4;
}

.ct-sub-banner h1 {
  margin: 0;
  color: #1d1a18;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.ct-sub-content {
  background: #f5f5f5;
  padding: 86px 0 112px;
}

.ct-sub-title {
  margin: 0 0 34px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 22px;
}

.ct-sub-title small {
  display: block;
  color: var(--ct-orange);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 12px;
  padding-left: 14px;
  border-left: 3px solid var(--ct-orange);
}

.ct-sub-title h2 {
  margin: 0;
  color: #111;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.ct-prose,
.ct-sub-lead,
.ct-sub-content p {
  font-size: 15px;
  line-height: 2.15;
}

.ct-prose p {
  margin: 0 0 20px;
}

.ct-message-intro {
  display: block;
  align-items: start;
  margin-top: 54px;
}

.ct-message-photo {
  display: none;
}

.ct-message-note {
  max-width: none;
  margin-left: 0;
}

.ct-philosophy {
  margin-top: 72px;
}

.ct-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 34px;
}

.ct-feature-grid article {
  background: #fff;
  border-top: 3px solid var(--ct-orange);
  padding: 28px 26px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.ct-feature-grid h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.ct-feature-grid p {
  margin: 0;
}

.ct-info-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  font-size: 15px;
}

.ct-info-table th,
.ct-info-table td {
  border-bottom: 1px solid #dedede;
  padding: 19px 0;
  text-align: left;
  vertical-align: top;
}

.ct-info-table th {
  width: 275px;
  color: #111;
  font-weight: 800;
}

.ct-company-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  margin-top: 74px;
}

.ct-map-placeholder,
.ct-map-embed {
  min-height: 240px;
  background:
    linear-gradient(135deg, rgba(11, 63, 145, 0.1) 25%, transparent 25%) 0 0 / 28px 28px,
    #fff;
  border: 1px solid #ddd;
}

.ct-map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b8178;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.ct-map-embed {
  overflow: hidden;
}

.ct-map-embed iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
}

.ct-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 14px;
  padding: 0 22px;
  border: 1px solid var(--ct-blue);
  color: var(--ct-blue);
  font-weight: 800;
  background: #fff;
}

.ct-service-detail-list {
  margin-top: 42px;
  display: grid;
  gap: 26px;
}

.ct-business-visual {
  position: relative;
  min-height: 260px;
  margin: 52px 0 52px;
  background:
    linear-gradient(135deg, transparent 0 24%, rgba(23, 101, 193, 0.72) 24% 52%, transparent 52%),
    linear-gradient(135deg, rgba(23, 101, 193, 0.13), rgba(23, 101, 193, 0.06));
  overflow: hidden;
}

.ct-business-visual span {
  position: absolute;
  display: block;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.ct-business-visual span:nth-child(1) {
  left: 38%;
  top: 26px;
  width: 190px;
  height: 178px;
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=500&q=80");
}

.ct-business-visual span:nth-child(2) {
  left: 55%;
  top: 26px;
  width: 190px;
  height: 178px;
  background-image: url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=500&q=80");
}

.ct-business-visual span:nth-child(3) {
  right: 8%;
  top: 26px;
  width: 190px;
  height: 178px;
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=500&q=80");
}

.ct-business-visual::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -20px;
  width: 210px;
  height: 4px;
  background: rgba(11, 63, 145, 0.45);
}

.ct-business-sections {
  margin-top: 42px;
}

.ct-business-page .ct-wrap {
  max-width: var(--ct-max);
}

.ct-business-detail {
  margin-bottom: 92px;
}

.ct-business-detail.is-compact {
  margin-bottom: 78px;
}

.ct-business-detail h3,
.ct-business-simple h3 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 25px;
  color: #8a5a31;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 800;
}

.ct-business-detail h3::before,
.ct-business-simple h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 14px;
  border: 1px solid #9b6f43;
  border-radius: 50%;
  background: var(--ct-orange);
  box-shadow: inset 0 0 0 4px #fff;
}

.ct-business-detail p,
.ct-business-simple p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 2.45;
}

.ct-business-detail.is-compact p {
  margin-bottom: 18px;
  line-height: 2.25;
}

.ct-business-collage {
  position: relative;
  min-height: 500px;
  margin: 22px 0 38px;
  overflow: hidden;
  background:
    linear-gradient(126deg, transparent 0 10%, rgba(23, 101, 193, 0.72) 10% 41%, transparent 41%),
    linear-gradient(12deg, transparent 0 39%, rgba(23, 101, 193, 0.13) 39% 82%, transparent 82%),
    #f7eee7;
}

.ct-business-detail.is-compact .ct-business-collage {
  min-height: 430px;
  margin: 18px 0 32px;
}

.ct-business-detail.is-compact .ct-business-collage span:nth-child(1),
.ct-business-detail.is-compact .ct-business-collage span:nth-child(2),
.ct-business-detail.is-compact .ct-business-collage span:nth-child(3) {
  height: 124px;
}

.ct-business-detail.is-compact .ct-business-collage span:nth-child(4) {
  height: 202px;
}

.ct-business-detail.is-compact .ct-business-collage strong {
  bottom: 58px;
  font-size: 24px;
  line-height: 1.65;
}

.ct-business-collage::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 96px;
  height: 72px;
  background: linear-gradient(var(--ct-blue-deep) 0 50%, var(--ct-orange) 50%);
}

.ct-business-collage span {
  position: absolute;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
}

.ct-business-collage span:nth-child(1) {
  left: 38%;
  top: 24px;
  width: 18%;
  height: 138px;
}

.ct-business-collage span:nth-child(2) {
  left: 58%;
  top: 24px;
  width: 18%;
  height: 138px;
}

.ct-business-collage span:nth-child(3) {
  right: 10%;
  top: 24px;
  width: 18%;
  height: 138px;
}

.ct-business-collage span:nth-child(4) {
  left: 22px;
  bottom: 44px;
  width: 34%;
  height: 230px;
}

.ct-business-collage strong {
  position: absolute;
  right: 110px;
  bottom: 74px;
  color: var(--ct-orange);
  font-size: 27px;
  line-height: 1.75;
  letter-spacing: 0.16em;
}

.ct-business-collage-a span:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-a span:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-a span:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-a span:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=900&q=80");
}

.ct-business-collage-b,
.ct-business-collage-d,
.ct-business-collage-f {
  background:
    linear-gradient(145deg, rgba(23, 101, 193, 0.13) 0 42%, transparent 42%),
    linear-gradient(56deg, transparent 0 47%, rgba(23, 101, 193, 0.72) 47% 70%, transparent 70%),
    #f7eee7;
}

.ct-business-collage-b::after,
.ct-business-collage-d::after,
.ct-business-collage-f::after {
  left: 0;
  right: auto;
}

.ct-business-collage-b span:nth-child(1),
.ct-business-collage-d span:nth-child(1),
.ct-business-collage-f span:nth-child(1) {
  left: 10%;
}

.ct-business-collage-b span:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-b span:nth-child(2),
.ct-business-collage-d span:nth-child(2),
.ct-business-collage-f span:nth-child(2) {
  left: 27%;
}

.ct-business-collage-b span:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-b span:nth-child(3),
.ct-business-collage-d span:nth-child(3),
.ct-business-collage-f span:nth-child(3) {
  left: 44%;
  right: auto;
}

.ct-business-collage-b span:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-b span:nth-child(4),
.ct-business-collage-d span:nth-child(4),
.ct-business-collage-f span:nth-child(4) {
  left: auto;
  right: 20px;
  width: 34%;
}

.ct-business-collage-b span:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=900&q=80");
}

.ct-business-collage-b strong,
.ct-business-collage-d strong,
.ct-business-collage-f strong {
  left: 100px;
  right: auto;
}

.ct-business-collage-c span:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-c span:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-c span:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-c span:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=80");
}

.ct-business-collage-d span:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-d span:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-d span:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-d span:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=900&q=80");
}

.ct-business-collage-e span:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1493976040374-85c8e12f0c0e?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-e span:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1549693578-d683be217e58?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-e span:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1528164344705-47542687000d?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-e span:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1528360983277-13d401cdc186?auto=format&fit=crop&w=900&q=80");
}

.ct-business-collage-f span:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-f span:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-f span:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=500&q=80");
}

.ct-business-collage-f span:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?auto=format&fit=crop&w=900&q=80");
}

.ct-business-simple {
  margin: 0 0 112px;
  padding-bottom: 70px;
  border-bottom: 1px solid #dedede;
}

.ct-business-simple h3 {
  margin-bottom: 42px;
}

.ct-business-contact-cta {
  margin-top: -1px;
  padding-top: 116px;
  padding-bottom: 116px;
}

.ct-business-closing {
  margin: -28px 0 96px;
}

.ct-business-closing p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 2.45;
}

.ct-recruit-bar {
  margin: 48px 0 58px;
  background: var(--ct-orange);
  color: #fff;
  padding: 16px 22px;
  font-size: 18px;
  font-weight: 800;
}

.ct-recruit-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 76px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 15px;
}

.ct-recruit-table th,
.ct-recruit-table td {
  border: 1px solid #d9d9d9;
  padding: 22px 20px;
  text-align: left;
  vertical-align: middle;
}

.ct-recruit-table th {
  width: 210px;
  background: #f7f7f7;
  text-align: center;
  font-weight: 800;
}

.ct-recruit-table td {
  color: #555;
  line-height: 2.1;
}

.ct-service-detail-list article {
  position: relative;
  background: #fff;
  padding: 28px 30px 28px 58px;
  border-left: 3px solid var(--ct-orange);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

.ct-service-detail-list article::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 38px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--ct-orange);
  border-radius: 50%;
  background: var(--ct-orange);
  box-shadow: inset 0 0 0 3px #fff;
}

.ct-service-detail-list h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.6;
}

.ct-service-detail-list p {
  margin: 0;
}

.ct-contact-form {
  margin-top: 42px;
  background: #fff;
  padding: 38px 42px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.ct-contact-info-box {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 28px 34px;
  background: #fff;
  border-left: 5px solid var(--ct-blue);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.ct-contact-info-box p {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  margin: 0;
}

.ct-contact-info-box strong {
  color: var(--ct-blue);
}

.ct-contact-info-box a,
.ct-contact-info-box span {
  overflow-wrap: anywhere;
}

.ct-form-notice {
  margin: 28px 0 0;
  padding: 16px 20px;
  border-left: 5px solid var(--ct-blue);
  background: #fff;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.ct-form-notice.is-success {
  border-left-color: #2c8a4d;
  color: #1c6536;
}

.ct-form-notice.is-error {
  border-left-color: #b42d2d;
  color: #8c2020;
}

.ct-hidden-field {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ct-contact-form label {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid #e2e2e2;
}

.ct-contact-form label span {
  font-weight: 800;
}

.ct-contact-form em,
.ct-contact-form small {
  display: inline-flex;
  margin-left: 10px;
  padding: 2px 8px;
  border: 1px solid var(--ct-orange);
  color: var(--ct-orange);
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
}

.ct-contact-form small {
  border-color: #999;
  color: #666;
}

.ct-contact-form input,
.ct-contact-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 14px;
  font: inherit;
  background: #fafafa;
}

.ct-contact-form button {
  display: block;
  width: min(360px, 100%);
  min-height: 58px;
  margin: 34px auto 0;
  border: 0;
  background: var(--ct-orange);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
}

.ct-news-page-list article {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 34px;
}

.ct-news-page-list h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.ct-news-page-list time {
  display: inline-block;
  margin-right: 16px;
  color: #9b9b9b;
  font-weight: 700;
}

.ct-news-page-list article > span {
  display: inline-block;
  border: 1px solid #777;
  padding: 2px 10px;
  font-size: 12px;
}

.ct-readmore {
  display: inline-block;
  color: var(--ct-orange);
  font-weight: 800;
}

.ct-news-placeholder-title {
  color: var(--ct-ink);
}

.ct-news-label {
  background: var(--ct-orange);
  justify-content: center;
  text-align: center;
}

.ct-news-label h2 {
  position: relative;
  font-size: 18px;
}

.ct-news-page {
  background: #fff;
}

.ct-news-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 46px;
  align-items: start;
}

.ct-news-sidebar {
  display: grid;
  gap: 36px;
}

.ct-news-calendar {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 22px 18px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.ct-cal-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
  color: #777;
  font-size: 13px;
}

.ct-news-calendar table {
  width: 100%;
  border-collapse: collapse;
  color: #555;
  font-size: 13px;
  text-align: center;
}

.ct-news-calendar th,
.ct-news-calendar td {
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
}

.ct-news-calendar th:first-child {
  color: #d06b6b;
}

.ct-news-calendar th:last-child {
  color: #3f8cc8;
}

.ct-news-calendar .is-today {
  background: #d8d8d8;
  color: #111;
  font-weight: 800;
}

.ct-news-sidebar section h2 {
  margin: 0 0 18px;
  background: #030303;
  color: #fff;
  padding: 9px 12px;
  font-size: 15px;
  line-height: 1.4;
}

.ct-news-sidebar section a {
  display: block;
  margin: 0 0 14px 12px;
  color: #5f8d3e;
  font-size: 15px;
  text-decoration: underline;
}

.ct-news-sidebar section a::before {
  content: "> ";
}

.ct-news-sidebar section .ct-news-side-link {
  display: block;
  margin: 0 0 14px 12px;
  color: #666;
  font-size: 15px;
}

.ct-news-sidebar section .ct-news-side-link::before {
  content: "> ";
}

.ct-news-page-list {
  display: grid;
  gap: 64px;
}

.ct-news-page-list article {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  align-items: start;
  background: transparent;
  border: 0;
  padding: 0;
}

.ct-news-thumb {
  height: 178px;
  border: 4px solid #8d5839;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 32% 0, rgba(23, 101, 193, 0.2) 0 42px, transparent 43px),
    linear-gradient(135deg, rgba(141, 88, 57, 0.16) 0 22%, transparent 22%),
    linear-gradient(315deg, rgba(141, 88, 57, 0.16) 0 16%, transparent 16%),
    #fff;
}

.ct-news-thumb span {
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 44px;
  letter-spacing: 0;
}

.ct-news-copy {
  position: relative;
  padding-right: 92px;
}

.ct-news-copy time {
  display: block;
  margin: 0 0 12px;
  color: #898989;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
}

.ct-news-copy > span {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #4f8f2e;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
}

.ct-news-copy h2 {
  margin: 0 0 16px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 13px;
  color: #5f8d3e;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
}

.ct-news-copy p {
  margin: 0;
  color: #222;
  line-height: 1.9;
}

.ct-news-copy .ct-readmore {
  display: block;
  margin-top: 20px;
  text-align: right;
  color: #5f8d3e;
  font-weight: 700;
}

.ct-news-copy .ct-readmore::before {
  content: "> ";
}

.ct-news-label h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin: 16px auto 0;
  background: rgba(255, 255, 255, 0.72);
}

.ct-section-title {
  margin: 0 0 42px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 28px;
}

.ct-section-title small {
  display: block;
  color: var(--ct-orange);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 14px;
  padding-left: 14px;
  border-left: 3px solid var(--ct-orange);
}

.ct-section-title h2 {
  margin: 0;
  color: #111;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.22em;
}

#about,
#business,
#support {
  background: #f7f7f7;
}

.ct-about-copy,
.ct-business-copy,
.ct-support-copy {
  font-size: 15px;
  line-height: 2.15;
}

.ct-about-copy p,
.ct-business-copy p,
.ct-support-copy p {
  margin: 0 0 18px;
}

.ct-link-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
  margin-top: 58px;
}

.ct-link-card {
  position: relative;
  display: block;
  min-width: 0;
}

.ct-link-card-image {
  display: block;
  height: 118px;
  margin-bottom: 14px;
  background: #ddd center / cover no-repeat;
}

.ct-about-message {
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=900&q=80");
}

.ct-about-company {
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=900&q=80");
}

.ct-about-business {
  background-image: url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=900&q=80");
}

.ct-link-card strong {
  display: block;
  color: var(--ct-orange);
  font-size: 16px;
  line-height: 1.25;
}

.ct-link-card em {
  display: block;
  color: #5a524a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 0.18em;
  line-height: 1.25;
}

.ct-link-card::after {
  content: "›";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ct-orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
}

.ct-business-copy strong {
  color: var(--ct-orange);
}

#service {
  background: #fff;
  padding-top: 68px;
  padding-bottom: 126px;
}

.ct-service-grid {
  grid-template-columns: 1.05fr 1fr;
}

.ct-collage {
  min-height: 360px;
}

.ct-collage::before {
  left: 10px;
  top: 30px;
  width: 46%;
  height: 168px;
  box-shadow: 14px 14px 0 rgba(11, 63, 145, 0.2);
}

.ct-collage::after {
  right: 38px;
  top: 54px;
  width: 56%;
  height: 230px;
  box-shadow: 22px 20px 0 rgba(11, 63, 145, 0.18);
}

.ct-collage strong {
  display: none;
}

.ct-service-title {
  margin: 0 0 22px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
}

.ct-service-title .ct-eyebrow {
  color: var(--ct-orange);
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 12px;
}

.ct-service-title h2 {
  font-size: 27px;
}

.ct-service-list li {
  padding: 11px 0 11px 42px;
  font-size: 15px;
}

.ct-service-list li::before {
  left: 6px;
  top: 21px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--ct-orange);
  box-shadow: inset 0 0 0 3px #fff;
  background: var(--ct-orange);
}

.ct-support {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 124px;
}

.ct-support-grid {
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.ct-support .ct-section-title small {
  font-size: 20px;
  font-weight: 500;
}

.ct-support .ct-section-title h2 {
  letter-spacing: 0;
}

.ct-support-collage {
  min-height: 330px;
  position: relative;
}

.ct-support-collage::before,
.ct-support-collage::after {
  content: "";
  position: absolute;
  background: center / cover no-repeat;
}

.ct-support-collage::before {
  left: 26px;
  top: 30px;
  width: 235px;
  height: 170px;
  transform: rotate(-5deg);
  background-image: url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=900&q=80");
  box-shadow: 18px 16px 0 rgba(23, 101, 193, 0.24);
}

.ct-support-collage::after {
  right: 18px;
  top: 6px;
  width: 180px;
  height: 130px;
  transform: rotate(8deg);
  background-image: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=900&q=80");
  box-shadow: -16px 16px 0 rgba(23, 101, 193, 0.16);
}

.ct-support-collage strong {
  position: absolute;
  right: 10px;
  bottom: 30px;
  color: rgba(11, 63, 145, 0.16);
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

@media (max-width: 900px) {
  :root {
    --ct-header-h: 88px;
  }

  body {
    padding-top: var(--ct-header-h);
  }

  .ct-header-inner {
    width: calc(100% - 28px);
    height: 88px;
  }

  .ct-logo {
    width: 176px;
    min-width: 176px;
  }

  .ct-logo-image {
    max-height: 62px;
  }

  .ct-icon-link {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .ct-contact-button,
  .ct-header-phone {
    display: none;
  }

  .ct-menu-button {
    width: 46px;
    height: 46px;
  }

  .ct-global-nav {
    display: none;
  }

  .ct-hero {
    min-height: 480px;
    align-items: flex-end;
    padding-bottom: 96px;
  }

  .ct-hero h1 {
    font-size: 32px;
  }

  .ct-hero-copy {
    font-size: 26px;
  }

  .ct-home-news {
    grid-template-columns: 1fr;
    margin-top: -80px;
    padding: 20px;
  }

  .ct-news-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ct-about-grid,
  .ct-service-grid,
  .ct-support-grid,
  .ct-business-cards,
  .ct-link-cards,
  .ct-feature-grid,
  .ct-company-split,
  .ct-message-intro,
  .ct-news-layout,
  .ct-footer-inner {
    grid-template-columns: 1fr;
  }

  .ct-message-intro {
    gap: 34px;
    margin-top: 42px;
  }

  .ct-message-photo {
    aspect-ratio: 4 / 3;
    min-height: 0;
    background-position: center 34%;
  }

  .ct-message-note {
    max-width: none;
    margin-left: 0;
  }

  .ct-business-visual {
    min-height: 360px;
  }

  .ct-business-visual span:nth-child(1),
  .ct-business-visual span:nth-child(2),
  .ct-business-visual span:nth-child(3) {
    width: 42%;
    height: 138px;
  }

  .ct-business-visual span:nth-child(1) {
    left: 8%;
    top: 30px;
  }

  .ct-business-visual span:nth-child(2) {
    left: 50%;
    top: 92px;
  }

  .ct-business-visual span:nth-child(3) {
    right: 9%;
    top: 196px;
  }

  .ct-business-collage {
    min-height: 520px;
  }

  .ct-business-collage span:nth-child(1),
  .ct-business-collage span:nth-child(2),
  .ct-business-collage span:nth-child(3) {
    width: 29%;
    height: 110px;
  }

  .ct-business-collage span:nth-child(1) {
    left: 5%;
  }

  .ct-business-collage span:nth-child(2) {
    left: 36%;
  }

  .ct-business-collage span:nth-child(3) {
    left: 67%;
    right: auto;
  }

  .ct-business-collage span:nth-child(4),
  .ct-business-collage-b span:nth-child(4) {
    left: 5%;
    right: auto;
    width: 52%;
    height: 160px;
  }

  .ct-business-collage strong,
  .ct-business-collage-b strong {
    left: 8%;
    right: auto;
    bottom: 42px;
    font-size: 22px;
  }

  .ct-news-sidebar {
    order: 2;
  }

  .ct-news-page-list article {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ct-news-thumb {
    width: min(290px, 100%);
  }

  .ct-news-copy {
    padding-right: 0;
  }

  .ct-news-copy > span {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
  }

  .ct-recruit-table th,
  .ct-recruit-table td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .ct-contact-form label {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ct-contact-info-box p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .ct-map-embed iframe {
    min-height: 320px;
  }

  .ct-info-table th,
  .ct-info-table td {
    display: block;
    width: 100%;
  }

  .ct-image-strip {
    grid-template-columns: 1fr;
  }

  .ct-link-cards {
    gap: 28px;
  }

  .ct-support-collage {
    min-height: 260px;
  }

  .ct-footer-nav {
    flex-direction: column;
    gap: 8px;
  }

  .ct-copy {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .ct-header-actions {
    gap: 8px;
  }

  .ct-icon-link {
    display: none;
  }

  .ct-hero-inner,
  .ct-wrap,
  .ct-page-content,
  .ct-footer-inner {
    width: calc(100% - 32px);
  }

  .ct-title-panel h2 {
    font-size: 24px;
  }

  .ct-hero {
    min-height: 430px;
    padding-bottom: 84px;
  }

  .ct-hero h1 {
    font-size: 28px;
    line-height: 1.35;
  }

  .ct-hero-copy {
    font-size: 22px;
    line-height: 1.25;
  }

  .ct-section-title small {
    font-size: 20px;
  }

  .ct-section-title h2 {
    font-size: 21px;
  }

  .ct-sub-breadcrumb .ct-wrap {
    min-height: 52px;
  }

  .ct-sub-banner {
    min-height: 126px;
  }

  .ct-sub-banner h1,
  .ct-sub-title h2 {
    font-size: 21px;
  }

  .ct-contact-form {
    padding: 24px 18px;
  }

  .ct-section {
    padding: 64px 0;
  }
}

/* v0.24 premium differentiation */
:root {
  --ct-premium-navy: #061b43;
  --ct-premium-blue: #0b4ea2;
  --ct-premium-sky: #eaf2fb;
  --ct-premium-gold: #b99048;
  --ct-premium-ink: #111827;
  --ct-premium-muted: #667085;
}

body {
  color: var(--ct-premium-ink);
  background: #fff;
}

.ct-site-header {
  border-bottom: 1px solid rgba(6, 27, 67, 0.08);
  box-shadow: 0 12px 32px rgba(6, 27, 67, 0.08);
}

.ct-contact-button {
  background: linear-gradient(135deg, var(--ct-premium-blue), #073272);
  letter-spacing: 0.04em;
}

.ct-header-phone strong {
  color: var(--ct-premium-navy);
}

.ct-header-phone small {
  color: var(--ct-premium-muted);
}

.ct-menu-button {
  background: var(--ct-premium-navy);
}

.ct-global-nav {
  background: linear-gradient(90deg, #03132f, var(--ct-premium-navy), #03132f);
}

.ct-global-nav a {
  border-color: rgba(255, 255, 255, 0.14);
  letter-spacing: 0.03em;
  transition: background 0.2s ease, color 0.2s ease;
}

.ct-global-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ct-global-nav a small {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.ct-hero {
  min-height: 590px;
  background: #071a3d;
  justify-content: flex-start;
}

.ct-hero-slide-one {
  background-image:
    linear-gradient(90deg, rgba(4, 18, 47, 0.72), rgba(4, 18, 47, 0.24) 54%, rgba(4, 18, 47, 0.5)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&fm=jpg&q=78&w=2400");
  background-position: center 46%;
}

.ct-hero-slide-two {
  background-image:
    linear-gradient(90deg, rgba(4, 18, 47, 0.74), rgba(4, 18, 47, 0.22) 55%, rgba(4, 18, 47, 0.48)),
    url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&fm=jpg&q=78&w=2400");
  background-position: center 54%;
}

.ct-hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.18)),
    linear-gradient(90deg, rgba(185, 144, 72, 0.2) 0 1px, transparent 1px 100%);
  background-size: auto, 84px 100%;
}

.ct-hero-inner {
  text-align: left;
  color: #fff;
  padding-top: 0;
}

.ct-hero-kicker {
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 14px;
  border-left: 3px solid var(--ct-premium-gold);
  background: rgba(255, 255, 255, 0.08);
  color: #e6eef8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.ct-hero h1 {
  max-width: 740px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.ct-hero-copy {
  max-width: 720px;
  margin-top: 22px;
  color: #edf4ff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.ct-home-news {
  width: min(1080px, calc(100% - 48px));
  margin-top: -58px;
  border: 1px solid rgba(6, 27, 67, 0.08);
  box-shadow: 0 24px 60px rgba(6, 27, 67, 0.14);
}

.ct-news-label {
  background: linear-gradient(135deg, var(--ct-premium-navy), var(--ct-premium-blue));
}

.ct-news-row {
  border-bottom-color: #e6ebf2;
}

.ct-news-row strong {
  color: var(--ct-premium-navy);
}

.ct-news-row time,
.ct-news-row span {
  color: var(--ct-premium-muted);
}

.ct-news-row::after {
  color: var(--ct-premium-blue);
}

.ct-strengths {
  padding: 92px 0 104px;
  background:
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.ct-strengths-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.ct-strengths-head h2 {
  margin: 0 0 18px;
  color: var(--ct-premium-navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", serif;
  font-size: 34px;
  line-height: 1.45;
  font-weight: 700;
}

.ct-strengths-head p {
  margin: 0;
  color: #344054;
  line-height: 2.1;
}

.ct-strength-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ct-strength-cards article {
  min-height: 260px;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid rgba(6, 27, 67, 0.1);
  box-shadow: 0 18px 42px rgba(6, 27, 67, 0.08);
}

.ct-strength-cards span {
  display: block;
  margin-bottom: 26px;
  color: var(--ct-premium-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.ct-strength-cards h3 {
  margin: 0 0 16px;
  color: var(--ct-premium-navy);
  font-size: 20px;
}

.ct-strength-cards p {
  margin: 0;
  color: #344054;
  font-size: 14px;
  line-height: 2;
}

#about,
#business,
#support {
  background: #f6f8fb;
}

.ct-section-title,
.ct-sub-title,
.ct-service-title {
  border-bottom-color: rgba(6, 27, 67, 0.22);
}

.ct-section-title small,
.ct-sub-title small,
.ct-service-title .ct-eyebrow,
.ct-eyebrow {
  color: var(--ct-premium-blue);
  border-left-color: var(--ct-premium-gold);
}

.ct-section-title h2,
.ct-sub-title h2,
.ct-service-title h2 {
  color: var(--ct-premium-navy);
}

.ct-link-card-image {
  height: 132px;
  filter: saturate(0.86) contrast(1.03);
}

.ct-link-card strong,
.ct-business-copy strong,
.ct-readmore,
.ct-news-copy h2,
.ct-news-copy .ct-readmore,
.ct-news-sidebar section a {
  color: var(--ct-premium-blue);
}

.ct-link-card::after,
.ct-recruit-bar,
.ct-contact-form button {
  background: var(--ct-premium-blue);
}

.ct-collage::before,
.ct-collage::after,
.ct-support-collage::before,
.ct-support-collage::after {
  border: 0;
  box-shadow: 18px 18px 0 rgba(11, 78, 162, 0.15);
  filter: saturate(0.9) contrast(1.02);
}

.ct-service-list li::before,
.ct-service-detail-list article::before {
  border-color: var(--ct-premium-blue);
  background: var(--ct-premium-blue);
}

.ct-contact-cta {
  background:
    linear-gradient(90deg, rgba(4, 18, 47, 0.88), rgba(4, 18, 47, 0.62)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2200&q=78") center / cover no-repeat;
  padding: 104px 24px;
}

.ct-contact-cta h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", serif;
  font-size: 36px;
  font-weight: 700;
}

.ct-phone {
  color: #fff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.ct-outline-button {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, color 0.2s ease;
}

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

.ct-site-footer {
  background: #03132f;
}

.ct-mobile-panel {
  background: var(--ct-premium-navy);
}

@media (max-width: 900px) {
  .ct-hero {
    min-height: 500px;
    align-items: center;
    padding-bottom: 88px;
  }

  .ct-hero h1 {
    font-size: 34px;
  }

  .ct-hero-copy {
    font-size: 16px;
  }

  .ct-strength-cards {
    grid-template-columns: 1fr;
  }

  .ct-strength-cards article {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .ct-hero-kicker {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .ct-hero h1 {
    font-size: 29px;
  }

  .ct-hero-copy {
    font-size: 15px;
  }

  .ct-strengths {
    padding: 62px 0 70px;
  }

  .ct-strengths-head h2 {
    font-size: 24px;
  }
}

/* v0.25 CHUTEN VALUE design refinement */
.ct-strengths {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0 118px;
  background:
    linear-gradient(135deg, rgba(6, 27, 67, 0.96), rgba(8, 48, 112, 0.92)),
    url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1800&q=76") center / cover no-repeat;
}

.ct-strengths::before {
  content: "CHUTEN";
  position: absolute;
  right: max(24px, calc((100vw - var(--ct-max)) / 2));
  top: 28px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.045);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(76px, 14vw, 190px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.ct-strengths::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(185, 144, 72, 0.18) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%);
  background-size: 92px 100%, auto;
}

.ct-strengths .ct-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 54px;
  align-items: start;
}

.ct-strengths-head {
  position: sticky;
  top: calc(var(--ct-header-h) + 34px);
  max-width: none;
  margin: 0;
}

.ct-strengths-head .ct-eyebrow {
  width: fit-content;
  margin-bottom: 24px;
  padding: 8px 14px 8px 16px;
  border-left-color: var(--ct-premium-gold);
  background: rgba(255, 255, 255, 0.09);
  color: #dce9ff;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.ct-strengths-head h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.55;
}

.ct-strengths-head p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.ct-strength-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.ct-strength-cards article {
  position: relative;
  min-height: 0;
  padding: 30px 34px 30px 118px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 253, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-left: 4px solid var(--ct-premium-gold);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.ct-strength-cards article::before {
  content: "";
  position: absolute;
  right: -56px;
  top: -56px;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(11, 78, 162, 0.15);
  border-radius: 50%;
}

.ct-strength-cards span {
  position: absolute;
  left: 32px;
  top: 31px;
  width: 56px;
  height: 56px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ct-premium-navy);
  color: #fff;
  border: 1px solid rgba(185, 144, 72, 0.55);
  border-radius: 50%;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.ct-strength-cards h3 {
  margin-bottom: 10px;
  color: var(--ct-premium-navy);
  font-size: 21px;
  line-height: 1.55;
}

.ct-strength-cards p {
  color: #344054;
  font-size: 15px;
  line-height: 1.95;
}

@media (min-width: 1080px) {
  .ct-strength-cards article:nth-child(2) {
    margin-left: 42px;
  }

  .ct-strength-cards article:nth-child(3) {
    margin-left: 84px;
  }
}

@media (max-width: 900px) {
  .ct-strengths {
    padding: 78px 0 86px;
  }

  .ct-strengths .ct-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ct-strengths-head {
    position: static;
  }

  .ct-strength-cards article {
    padding: 26px 26px 26px 96px;
  }

  .ct-strength-cards span {
    left: 26px;
    top: 28px;
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .ct-strengths {
    padding: 62px 0 70px;
  }

  .ct-strengths::before {
    top: 18px;
    right: 12px;
  }

  .ct-strengths-head h2 {
    font-size: 25px;
  }

  .ct-strength-cards article {
    padding: 24px 22px;
  }

  .ct-strength-cards span {
    position: static;
    margin-bottom: 18px;
  }
}
