/* ========================================
   RESET
   ======================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Noto Sans JP',sans-serif;
  font-weight:500;
  color:#222;
  background:#fff;
  line-height:1.8;
  font-size:15px;
  -webkit-font-smoothing:antialiased;
}
[x-cloak]{display:none !important;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
ul,ol{list-style:none;}


section.hero {
    padding: 0;
}
a.btn.bg {
    color: #fff;
    background: #c9222c;
}
.rec-card i {
    font-size: 32px;
    color: #c8232c;
    margin-bottom: 16px;
    display: block;
    margin: 0 auto 10px;
}
.single-post__inner {
    width: 900px;
    margin: 0 auto;
    max-width: 90%;
}
/* 前後ナビ */
.single-post__nav {
	background: #fafafa;
	padding: 32px 0;
}
.single-post__nav-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.single-post__nav-link {
	display: block;
	text-decoration: none;
	color: var(--text1);
	max-width: 48%;
}
.single-post__nav-link:hover .single-post__nav-title {
	color: var(--main1);
}
.single-post__nav-link--next {
	margin-left: auto;
	text-align: right;
}
.single-post__nav-label {
	display: block;
	font-size: 13px;
	color: #888;
	margin-bottom: 4px;
}
.single-post__nav-title {
	font-size: 15px;
	line-height: 1.5;
	transition: color 0.15s ease;
}

.single-post__cats {
    display: none;
}
article.single-post {
    width: 900px;
    margin: 0 auto;
    padding: 60px 0;
    max-width: 90%;
}
h2.archive-page__item-title {
    margin-bottom: 10px;
}
.archive-page__body {
    padding-bottom: 50px;
    border-bottom: dotted 1px #999;
    margin-bottom: 50px;
}
.archive-page__cats {
    display: none;
}
.archive-page__date {
    color: #c9222c;
}
section.big-cta {
    padding: 0;
}
section {
    padding: 80px 0;
}
section.gallery-section {
    padding: 80px 0;
}
.hero-ctas a.btn.btn-outline {
    font-size: 20px;
    line-height: 1;
}
 .nav-en {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 1px;
    color: #c8232c;
    text-transform: uppercase;
}

.archive-page {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    max-width: 90%;
}
/* ========================================
   TANIZAWA THEME OVERRIDES
   ======================================== */
.inner{max-width:1200px;margin:0 auto;padding:0 24px;}

/* ========================================
   UTILITY / SECTION HEADINGS
   ======================================== */
.section-label {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    color: #c8232c;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.section-title{
  font-size:36px;
  font-weight:900;
  line-height:1.4;
  margin-bottom:16px;
}
.section-title .marker{
  background:linear-gradient(transparent 60%,#ffd6da 60%);
  padding:0 4px;
}
.section-header{
  text-align:center;
  margin-bottom:48px;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 28px;
  font-size:16px;
  font-weight:700;
  border-radius:4px;
  transition:all .3s;
  cursor:pointer;
  border:none;
  font-family:inherit;
}
.btn-primary{background:#c8232c;color:#fff;}
.btn-primary:hover{background:#a01c23;}
.btn-outline{background:transparent;color:#222;border:2px solid #222;}
.btn-outline:hover{background:#222;color:#fff;}
.btn-white{background:#fff;color:#c8232c;border:2px solid #fff;}
.btn-white:hover{background:transparent;color:#fff;}

/* ========================================
   HERO / MAIN VISUAL (top page)
   ======================================== */
.hero{
  width:100%;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;z-index:0;
}
.hero-bg .hero-bg-slide{
  position:absolute;inset:-20px;
  opacity:0;transition:opacity 1s ease;
}
.hero-bg .hero-bg-slide.active{opacity:1;}
.hero-bg .hero-bg-slide img{
  width:100%;height:100%;object-fit:cover;object-position:center 20%;
  filter:blur(30px) brightness(.45);
  transform:scale(1.1);
}
.hero-inner{
  display:grid;
  grid-template-columns:1.6fr 1fr;
  width:100%;
  gap:3vw;
  position:relative;z-index:1;
}
.hero-content{
  display:flex;flex-direction:column;justify-content:center;
  padding:3vw 0 3vw 4vw;
}
.hero-slider{
  position:relative;
  padding:6vw 6vw 6vw 0;
  display:flex;align-items:center;
  justify-content:center;
}
.hero-slider-frame{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
}
.hero-slider-frame::before{
  content:"";position:absolute;
  inset:clamp(-14px, -1.2vw, -8px);
  border:1px solid rgba(255,255,255,.25);
  z-index:1;pointer-events:none;
}
.hero-slider-img{
  position:relative;
  width:100%;height:100%;
  overflow:hidden;
  z-index:2;
}
.hero-slide{
  position:absolute;inset:0;
  opacity:0;transition:opacity 1s ease;
}
.hero-slide.active{opacity:1;}
.hero-slide img{
  width:100%;height:100%;object-fit:cover;object-position:center 20%;
}
.hero-dots{
  position:absolute;bottom:12px;left:50%;transform:translateX(-50%);
  display:flex;gap:10px;z-index:10;
}
.hero-dots button{
  width:10px;height:10px;border-radius:50%;
  background:rgba(255,255,255,.35);
  border:2px solid rgba(255,255,255,.8);
  cursor:pointer;transition:.3s;
}
.hero-dots button.active{background:#fff;}
.hero-eyebrow{
  font-size:clamp(11px, .9vw, 14px);
  letter-spacing:.2vw;font-weight:500;
  color:rgba(255,255,255,.7);
  margin-bottom:1vw;
}
.hero-title{
  font-size:clamp(28px, 3.2vw, 52px);
  font-weight:900;line-height:1.4;
  margin-bottom:1.2vw;
}
.hero-title em{
  font-style:normal;
  color:#ff8a8a;
}
.hero-desc{
  font-size:clamp(12px, 1vw, 16px);
  line-height:1.9;
  color:rgba(255,255,255,.85);
  margin-bottom:1.8vw;
}
.hero-ctas{
  display:flex;gap:clamp(8px, .8vw, 14px);
  flex-wrap:wrap;
  margin-bottom:2vw;
}
.hero-ctas .btn{
  font-size:clamp(12px, 1vw, 15px);
  padding:clamp(10px, .8vw, 16px) clamp(16px, 1.4vw, 28px);
}
.hero-badges{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:clamp(6px, .6vw, 12px);
}
.hero-badge{
  display:flex;align-items:center;gap:clamp(6px, .5vw, 10px);
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  border-radius:4px;
  padding:clamp(8px, .6vw, 14px) clamp(8px, .7vw, 14px);
}
.hero-badge i{
  font-size:clamp(14px, 1.2vw, 22px);
  color:#ff8a8a;
  flex-shrink:0;
}
.hero-badge .badge-num{
  font-size:clamp(16px, 1.5vw, 28px);
  font-weight:900;line-height:1;
}
.hero-badge .badge-num small{
  font-size:clamp(10px, .7vw, 14px);
}
.hero-badge .badge-label{
  font-size:clamp(9px, .6vw, 11px);
  font-weight:500;
  opacity:.7;
}

/* ========================================
   TRUST STRIP
   ======================================== */
.trust-strip{
  background:#fdeaea;
  color:#222;
  padding:0;
}
.trust-strip-inner{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:repeat(4,1fr);
}
.trust-cell{
  padding:28px 24px;
  border-right:1px solid rgba(200,35,44,.12);
  text-align:center;
}
.trust-cell:last-child{border-right:none;}
.trust-cell i{
  font-size:24px;
  color:#c8232c;
  margin-bottom:8px;
  display:block;
}
.trust-cell .trust-num{
  font-size:42px;
  font-weight:900;
  line-height:1.1;
  color:#c8232c;
  display:flex;align-items:baseline;justify-content:center;gap:4px;
}
.trust-cell .trust-num small{
  font-size:14px;font-weight:700;color:#444;
}
.trust-cell .trust-label{
  font-size:11px;
  letter-spacing:2px;
  color:#888;
  margin-top:6px;
  text-transform:uppercase;
}

/* ========================================
   ABOUT
   ======================================== */
.about{padding:80px 0;}
.about-grid{
  display:grid;grid-template-columns:1fr 1.3fr;gap:48px;
  align-items:center;
}
.about-img{
  border-radius:8px;overflow:hidden;
  aspect-ratio:4/3;
}
.about-img img{width:100%;height:100%;object-fit:cover;}
.about-body h2{
  font-size:34px;font-weight:900;line-height:1.4;margin-bottom:10px;
}
.about-lead{
  font-size:22px;font-weight:900;
  color:#c8232c;margin-bottom:18px;
}
.about-body p{font-size:15px;line-height:1.9;color:#444;margin-bottom:12px;font-weight:500;}
.quals-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:8px;
  margin-top:24px;
}
.qual-item{
  padding:10px 14px;
  background:#f7f7f7;
  border-left:3px solid #c8232c;
  font-size:12px;line-height:1.6;
}
.qual-item b{display:block;font-size:13px;color:#222;}

/* ========================================
   FLOW
   ======================================== */
.flow{
  padding:80px 0;
  background:#fdeaea;
}
.flow .section-title{text-align:center;}
.flow .section-label{display:block;text-align:center;}
.flow-subtitle{text-align:center;color:#666;font-size:16px;font-weight:500;margin-bottom:48px;}
.flow-steps{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
  position:relative;
}
.flow-step{
  text-align:center;
  padding:32px 20px;
  position:relative;
  background:#fff;
  border-radius:8px;
}
.flow-step-num{
  width:64px;height:64px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 16px;
  font-size:24px;font-weight:900;color:#fff;
  position:relative;
}
.flow-step:nth-child(1) .flow-step-num{background:#c8232c;}
.flow-step:nth-child(2) .flow-step-num{background:#e67e22;}
.flow-step:nth-child(3) .flow-step-num{background:#27ae60;}
.flow-step:nth-child(4) .flow-step-num{background:#2980b9;}
.flow-step-icon{
  font-size:28px;margin-bottom:12px;display:block;
}
.flow-step:nth-child(1) .flow-step-icon{color:#c8232c;}
.flow-step:nth-child(2) .flow-step-icon{color:#e67e22;}
.flow-step:nth-child(3) .flow-step-icon{color:#27ae60;}
.flow-step:nth-child(4) .flow-step-icon{color:#2980b9;}
.flow-step h4{font-size:20px;font-weight:900;margin-bottom:8px;}
.flow-step .free-tag{
  display:inline-block;
  background:#c8232c;color:#fff;
  font-size:11px;font-weight:700;
  padding:2px 8px;border-radius:3px;
  margin-left:4px;
}
.flow-step p{font-size:14px;color:#555;line-height:1.7;font-weight:500;}

/* ========================================
   AC TYPES
   ======================================== */
.ac-types{
  padding:80px 0;
}
.ac-types .section-title{text-align:center;}
.ac-types .section-label{display:block;text-align:center;}
.ac-types-subtitle{text-align:center;color:#666;font-size:16px;font-weight:500;margin-bottom:48px;}
.ac-types-grid{
  display:grid;grid-template-columns:repeat(5,1fr);
  gap:20px;
  width:1500px;max-width:90%;margin:0 auto;
}
.ac-type-card{
  position:relative;
  overflow:hidden;
  aspect-ratio:1/1;
  border-radius:8px;
}
.ac-type-card img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s;
}

.ac-type-card .overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.05) 50%);
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:20px 16px;
  color:#fff;
}
.ac-type-card .overlay .overlay-en {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 15px;
    color: #ef2935;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1px;
}
.ac-type-card .overlay h4{
  font-size:18px;font-weight:900;margin-bottom:2px;
}
.ac-type-card .overlay p{
  font-size:12px;color:rgba(255,255,255,.75);
}

/* ========================================
   COMPARISON TABLE
   ======================================== */
.compare{padding:80px 0;background:#fdeaea;}
.compare .section-title{text-align:center;}
.compare .section-label{display:block;text-align:center;}
.compare-subtitle{text-align:center;color:#666;font-size:16px;font-weight:500;margin-bottom:48px;}
.compare-table{
  width:100%;max-width:900px;margin:0 auto;
  border-collapse:collapse;
  background:#fff;
  border-radius:8px;overflow:hidden;
  box-shadow:0 4px 20px rgba(0,0,0,.06);
}
.compare-table thead th{
  padding:16px 20px;
  font-size:13px;font-weight:700;
  letter-spacing:1px;
  border-bottom:2px solid #eee;
  text-align:center;
}
.compare-table thead th:first-child{text-align:left;}
.compare-table thead th.us{
  background:#c8232c;color:#fff;
}
.compare-table tbody td{
  padding:16px 20px;
  font-size:15px;
  font-weight:500;
  border-bottom:1px solid #f0f0f0;
  text-align:center;
}
.compare-table tbody td:first-child{
  text-align:left;font-weight:700;
}
.compare-table tbody td.us{
  background:#fff5f6;font-weight:700;color:#c8232c;
}
.compare-table tbody td.muted{color:#999;}
.compare-table tbody td .check{
  color:#c8232c;font-size:20px;font-weight:900;
}
.compare-message{
  max-width:900px;
  margin:48px auto 0;
  text-align:center;
}
.compare-message__heading{
  font-size:24px;
  font-weight:900;
  margin-bottom:24px;
  color:#222;
  letter-spacing:.05em;
}
.compare-message__lead{
  font-size:18px;
  font-weight:700;
  line-height:2;
  color:#c8232c;
  margin-bottom:32px;
}
.compare-message__body{
  border-top:1px solid #ddd;
  padding-top:32px;
  text-align:left;
  line-height:2;
  color:#444;
}
.compare-message__body p{
  margin-bottom:1.2em;
}
.compare-message__body p:last-child{
  margin-bottom:0;
}
.compare-message__body strong{
  color:#222;
  font-weight:800;
}
.compare-message__body .marker{
  background:linear-gradient(transparent 60%,#ffe04d 60%);
  font-weight:700;
  padding:0 2px;
}

/* ========================================
   FACILITIES
   ======================================== */
.facilities{padding:80px 0;background:#f9f9f9;}
.facilities .section-title{text-align:center;}
.facilities .section-label{display:block;text-align:center;}
.facilities-subtitle{
  text-align:center;color:#666;font-size:16px;font-weight:500;margin-bottom:48px;
}
.facilities-grid{
  display:grid;grid-template-columns:repeat(5,1fr);
  gap:20px;
  width:1500px;max-width:90%;margin:0 auto;
}
.facility-card{
  position:relative;
  overflow:hidden;
  aspect-ratio:1/1;
  border-radius:8px;
  cursor:pointer;
}
.facility-card img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s;
}
.facility-card:hover img{transform:scale(1.05);}
.facility-card .overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.05) 50%);
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:20px 16px;
  color:#fff;
}
.facility-card .overlay .overlay-en{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 15px;
    color: #ef2935;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1px;
}
.facility-card .overlay h4{
  font-size:18px;font-weight:900;margin-bottom:2px;
}
.facility-card .overlay p{
  font-size:12px;color:rgba(255,255,255,.75);
}
.facilities-message{
  text-align:center;
  margin-top:40px;
  font-size:18px;font-weight:700;color:#444;
}
.facilities-message strong{color:#c8232c;}

/* ========================================
   GOOGLE REVIEWS
   ======================================== */
.reviews{padding:80px 0;}
.reviews .section-title{text-align:center;}
.reviews .section-label{display:block;text-align:center;}
.reviews-subtitle{text-align:center;color:#666;font-size:16px;font-weight:500;margin-bottom:48px;}
.reviews-placeholder{
  max-width:900px;margin:0 auto;
  padding:48px;
  background:#fff;
  border:2px dashed #ddd;
  border-radius:12px;
  text-align:center;
  color:#999;
}
.reviews-placeholder i{font-size:48px;margin-bottom:16px;display:block;color:#ddd;}
.reviews-placeholder p{font-size:14px;line-height:1.8;}

/* ========================================
   MENU CARDS
   ======================================== */
.menu{padding:80px 0;background:#f9f9f9;}
.menu .section-title{text-align:center;}
.menu .section-label{display:block;text-align:center;}
.menu-subtitle{text-align:center;color:#666;font-size:16px;font-weight:500;margin-bottom:48px;}
.menu-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
  max-width:1400px;margin:0 auto;
}
.menu-card{
  border-radius:8px;overflow:hidden;
  border:1px solid #e5e5e5;
  background:#fff;
  transition:transform .3s,box-shadow .3s;
  position:relative;
}
.menu-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 30px rgba(0,0,0,.1);
}
.menu-card-img{
  height:200px;overflow:hidden;
}
.menu-card-img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s;
}
.menu-card:hover .menu-card-img img{transform:scale(1.05);}
.menu-card-body{padding:20px;}
.menu-card-body .menu-en{
  font-family:'Roboto',sans-serif;
  font-weight:900;font-size:13px;
  color:#c8232c;text-transform:uppercase;
  letter-spacing:1px;line-height:1;
  margin-bottom:4px;
}
.menu-card-body h4{font-size:18px;font-weight:900;margin-bottom:6px;line-height:1.4;}
.menu-card-more{
  display:flex;justify-content:space-between;align-items:center;
  padding-top:12px;border-top:1px dashed #e5e5e5;
  font-size:14px;font-weight:700;color:#666;
}
.menu-card-more i{color:#c8232c;}
.menu-card.recruit{background:#fdeaea;color:#222;border-color:#f5c6c9;}
.menu-card.recruit .menu-card-more{border-color:#f0b0b5;color:#666;}
.menu-card .recruit-badge{
  position:absolute;top:-4px;right:-4px;
  background:#c8232c;color:#fff;
  font-size:13px;font-weight:900;
  padding:8px 14px;
  border-radius:0 8px 0 8px;
  z-index:2;
}

/* ========================================
   AREA
   ======================================== */
.area{padding:80px 0;}
.area-grid{
  display:grid;grid-template-columns:1.2fr 1fr;gap:48px;
  align-items:start;
}
.area-map {
    background: #7a7a7a;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #999;
}
.area-map iframe{width:100%;height:100%;border:0;}
.area-table{width:100%;}
.area-table table{width:100%;border-collapse:collapse;}
.area-table th,.area-table td{
  padding:14px 16px;
  font-size:15px;
  font-weight:500;
  text-align:left;
  border-bottom:1px solid #e5e5e5;
}
.area-table th{
  font-size:12px;letter-spacing:2px;
  color:#888;font-weight:700;
  border-bottom:2px solid #222;
  text-transform:uppercase;
}
.area-table td:last-child{
  text-align:right;font-weight:900;
  width:120px;
}
.area-table .free{color:#c8232c;font-size:20px;}
.area-table .fee{font-size:18px;}

/* ========================================
   CEO MESSAGE
   ======================================== */
.ceo{padding:80px 0;background:#f9f9f9;}
.ceo-img{
  border-radius:8px;overflow:hidden;
  aspect-ratio:1/1;
}
.ceo-img img{width:100%;height:100%;object-fit:cover;}
.ceo-quote{
  font-size:30px;font-weight:900;
  color:#c8232c;line-height:1.5;
  margin-bottom:16px;
}
.ceo-grid{
  display:grid;grid-template-columns:300px 1fr;gap:48px;
  align-items:start;
  max-width:1000px;margin:0 auto;
}
.ceo-body p{font-size:16px;line-height:2;color:#444;margin-bottom:16px;font-weight:500;}
.ceo-blockquote{
  border-left:4px solid #c8232c;
  padding-left:20px;
  margin-bottom:24px;
  font-size:18px;
  font-weight:bold;
  line-height:1.6;
}
.ceo-body .ceo-signature {
    margin-top: 24px;
    font-weight: bold;
    text-align: right;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* ========================================
   CONTACT SECTION (top page)
   ======================================== */
.contact{padding:80px 0;background:#fdeaea;}
.contact .section-title{text-align:center;}
.contact .section-label{display:block;text-align:center;}
.contact-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:32px;
  margin-top:48px;
}
.contact-card{
  background:#fff;border-radius:8px;overflow:hidden;
  border:1px solid #e5e5e5;
}
.contact-card-map{height:200px;background:#e5e5e5;}
.contact-card-map iframe{width:100%;height:100%;border:0;}
.contact-card-body{padding:24px;}
.contact-card-body h4{
  font-size:20px;font-weight:900;margin-bottom:12px;
  display:flex;align-items:center;gap:8px;
}
.contact-card-body h4 i{color:#c8232c;}
.contact-card-body .info{font-size:15px;line-height:2;color:#555;font-weight:500;}
.contact-card-body .info strong{color:#222;}
.contact-card-body .note{font-size:13px;color:#999;margin-top:8px;}

/* ========================================
   BIG CTA
   ======================================== */
.big-cta{
  color:#fff;
  display:grid;grid-template-columns:1fr 1fr;
}
.big-cta-left{
  background:#1a1a1a;
  padding:60px 48px;
  display:flex;justify-content:flex-end;
}
.big-cta-left-inner{
  max-width:600px;width:100%;
}
.big-cta-left h3{
  font-size:32px;font-weight:900;line-height:1.5;
  margin-bottom:16px;
}
.big-cta-left h3 .red{color:#ff8a8a;}
.big-cta-left p{
  font-size:16px;line-height:1.9;color:#b0b0b0;margin-bottom:24px;font-weight:500;
}
.big-cta-right{
  background:#c8232c;
  padding:60px 48px;
  display:flex;align-items:center;
}
.big-cta-right-inner{
  max-width:600px;width:100%;
  display:flex;flex-direction:column;justify-content:center;
  align-items:center;text-align:center;
  gap:16px;
}
.big-cta-right .label{
  font-size:12px;letter-spacing:3px;color:rgba(255,255,255,.8);
}
.big-cta-right .tel{
  font-size:44px;font-weight:900;line-height:1;
  display:flex;align-items:center;gap:12px;
}
.big-cta-right .tel i{font-size:32px;}
.big-cta-right .tel a{color:#fff;}
.big-cta-right .sub-tel{
  background:#fff;color:#c8232c;
  padding:16px 32px;
  text-align:center;
  font-weight:900;
  font-size:22px;
  border-radius:4px;
  width:100%;
}

/* ========================================
   PAGE HERO (subpages)
   ======================================== */
.page-hero{
  background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);
  padding:72px 0;
  text-align:center;
  color:#fff;
  position:relative;
}
.page-hero::after{
  content:'';
  position:absolute;
  bottom:0;left:0;right:0;
  height:4px;
  background:linear-gradient(90deg,#c8232c,#e74c3c);
}
.page-hero .section-label{color:rgba(255,255,255,.5);margin-bottom:12px;display:block;}
.page-hero h1{
  font-size:36px;
  font-weight:900;
  line-height:1.4;
}
.page-hero p {
    font-size: 25px;
    color: rgb(201 34 44);
    margin: 0 0 10px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* ========================================
   FREE ESTIMATE (aircon-service)
   ======================================== */
.free-estimate{
  padding:80px 0;
  background:#fdeaea;
}
.free-estimate-inner{
  max-width:800px;
  margin:0 auto;
  text-align:center;
}
.free-estimate-inner p{
  font-size:16px;
  line-height:2;
  color:#444;
  margin-bottom:24px;
  font-weight:500;
}
.free-estimate-inner .cta-buttons{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

/* ========================================
   PRICE TABLE (shared across subpages)
   ======================================== */
.price-section{padding:80px 0;}
.price-section.alt{background:#f9f9f9;}
.price-section:nth-of-type(even){background:#f9f9f9;}
.price-block{
  max-width:900px;
  margin:0 auto;
}
.price-block + .price-block{margin-top:48px;}
.price-block h3{
  font-size:22px;
  font-weight:900;
  margin-bottom:20px;
  display:flex;
  align-items:center;
  gap:10px;
}
.price-block h3 i{color:#c8232c;}
.price-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 4px 20px rgba(0,0,0,.06);
}
.price-table thead th{
  background:#c8232c;
  color:#fff;
  padding:14px 20px;
  font-size:14px;
  font-weight:700;
  text-align:left;
}
.price-table thead th:last-child{text-align:right;width:180px;}
.price-table thead th.mid{width:180px;text-align:right;}
.price-table tbody td{
  padding:16px 20px;
  border-bottom:1px solid #f0f0f0;
  font-size:15px;
  font-weight:500;
  color:#444;
}
.price-table tbody td:last-child{
  text-align:right;
  font-weight:900;
  color:#c8232c;
  font-size:18px;
  white-space:nowrap;
}
.price-table tbody td.mid{
  text-align:right;
  white-space:nowrap;
}
.price-table tbody tr:last-child td{border-bottom:none;}
.price-note{
  font-size:13px;
  color:#888;
  margin-top:8px;
}
.red-highlight{
  font-size:22px;
  font-weight:900;
  color:#c8232c;
  text-align:center;
  margin:24px 0;
  line-height:1.6;
}

/* ========================================
   COMMERCIAL AC (aircon-service)
   ======================================== */
.commercial-ac{padding:80px 0;background:#fff;}
.commercial-ac-text{
  max-width:900px;
  margin:0 auto 40px;
}
.commercial-ac-text p{
  font-size:16px;
  line-height:2;
  color:#444;
  margin-bottom:16px;
  font-weight:500;
}
.commercial-ac-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:900px;
  margin:0 auto;
}
.commercial-ac-grid img{
  border-radius:8px;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

/* ========================================
   CONSULTATION (aircon-service)
   ======================================== */
.consultation{
  padding:60px 0;
  background:#fdeaea;
  text-align:center;
}
.consultation p{
  font-size:18px;
  font-weight:700;
  color:#444;
  line-height:1.8;
}
.consultation p strong{color:#c8232c;}

/* ========================================
   WORK GALLERY WITH LIGHTBOX (aircon-service)
   ======================================== */
.work-gallery{padding:80px 0;background:#f9f9f9;}
.work-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:1000px;
  margin:40px auto 0;
}
.work-gallery-item{
  border-radius:8px;
  overflow:hidden;

  position:relative;
}
.work-gallery-item img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .5s;
}

.work-gallery-item:hover::after{opacity:1;}

/* Lightbox */
.lightbox{
  display:none;
  position:fixed;
  inset:0;
  z-index:1000;
  background:rgba(0,0,0,.9);
  align-items:center;
  justify-content:center;
  padding:24px;
}
.lightbox.active{display:flex;}
.lightbox img{
  max-width:90%;
  max-height:90vh;
  border-radius:8px;
}
.lightbox-close{
  position:absolute;
  top:20px;right:20px;
  background:none;border:none;
  color:#fff;font-size:32px;
  cursor:pointer;
  width:48px;height:48px;
  display:flex;align-items:center;justify-content:center;
}
.lightbox-close:hover{color:#c8232c;}

/* ========================================
   GALLERY (aircon-cleaning)
   ======================================== */
.gallery{padding:80px 0;background:#f9f9f9;}
.gallery-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  max-width:900px;
  margin:40px auto 0;
}
.gallery-item{
  border-radius:8px;
  overflow:hidden;
}
.gallery-item img{
  width:100%;
  height:auto;
}
.gallery-item figcaption{
  background:#fff;
  padding:12px 16px;
  font-size:14px;
  font-weight:700;
  text-align:center;
  color:#444;
}

/* ========================================
   COMPANY INFO TABLE (company)
   ======================================== */
.company-info{padding:80px 0;}
.info-table{
  width:100%;
  border-collapse:collapse;
  max-width:900px;
  margin:0 auto;
}
.info-table tr{border-bottom:1px solid #e5e5e5;}
.info-table th{
  padding:18px 20px;
  font-size:14px;
  font-weight:700;
  text-align:left;
  width:200px;
  background:#f9f9f9;
  vertical-align:top;
  color:#222;
}
.info-table td{
  padding:18px 20px;
  font-size:15px;
  font-weight:500;
  color:#444;
}

/* ========================================
   ACCESS / MAP (company)
   ======================================== */
.access{padding:80px 0;background:#f9f9f9;}
.access-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  margin-top:48px;
}
.access-card{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  border:1px solid #e5e5e5;
}
.access-card-map{
  height:240px;
  background:#e5e5e5;
}
.access-card-map iframe{width:100%;height:100%;border:0;}
.access-card-body{padding:24px;}
.access-card-body h4{
  font-size:20px;font-weight:900;margin-bottom:12px;
  display:flex;align-items:center;gap:8px;
}
.access-card-body h4 i{color:#c8232c;}
.access-card-body .info{font-size:15px;line-height:2;color:#555;font-weight:500;}
.access-card-body .info strong{color:#222;}
.access-card-body .note{font-size:13px;color:#999;margin-top:8px;}
.access-card-img{
  margin-top:16px;
  border-radius:4px;
  overflow:hidden;
}
.access-card-img img{width:100%;height:auto;}

/* ========================================
   QUALIFICATIONS (company standalone)
   ======================================== */
.quals{padding:80px 0;}
.quals .quals-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  max-width:800px;
  margin:0 auto;
}
.quals .qual-item{
  background:#f9f9f9;
  padding:24px;
  border-radius:8px;
  text-align:center;
  border-left:none;
}
.quals .qual-item i{
  font-size:32px;
  color:#c8232c;
    margin: 0 auto 12px;
  display:block;
}
.quals .qual-item h4{
  margin-bottom:4px;
}
.quals .qual-item p{
  font-size:14px;
  color:#888;
}

/* ========================================
   CAREER TIMELINE (company)
   ======================================== */
.career{padding:80px 0;}
.timeline{
  max-width:800px;
  margin:40px auto 0;
  position:relative;
  padding-left:40px;
}
.timeline::before{
  content:'';
  position:absolute;
  left:12px;top:0;bottom:0;
  width:2px;
  background:#e5e5e5;
}
.timeline-item{
  position:relative;
  padding-bottom:32px;
}
.timeline-item:last-child{padding-bottom:0;}
.timeline-item::before{
  content:'';
  position:absolute;
  left:-34px;top:6px;
  width:12px;height:12px;
  border-radius:50%;
  background:#c8232c;
  border:3px solid #fdeaea;
}
.timeline-year{
  font-family:'Roboto',sans-serif;
  font-size:16px;
  font-weight:900;
  color:#c8232c;
  margin-bottom:4px;
}
.timeline-text{
  font-size:15px;
  font-weight:500;
  color:#444;
  line-height:1.8;
}

/* ========================================
   CERTIFICATION LIST (company)
   ======================================== */
.cert-list{padding:80px 0;background:#f9f9f9;}
.cert-items{
  max-width:800px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.cert-item{
  padding:12px 16px;
  background:#fff;
  border-radius:4px;
  font-size:14px;
  font-weight:500;
  color:#444;
  display:flex;
  align-items:center;
  gap:8px;
}
.cert-item i{color:#c8232c;font-size:12px;flex-shrink:0;}

/* ========================================
   PARTNERS LIST (company)
   ======================================== */
.partners{padding:80px 0;}
.partners-list{
  max-width:900px;
  margin:32px auto 0;
  columns:2;
  column-gap:32px;
}
.partners-list li{
  padding:10px 0;
  border-bottom:1px solid #f0f0f0;
  font-size:14px;
  font-weight:500;
  color:#444;
  break-inside:avoid;
}
.partners-text{
  max-width:800px;
  margin:0 auto;
  line-height:2.2;
  text-align:center;
}
.partners-note{
  text-align:center;
  margin-top:16px;
  font-size:14px;
  color:#888;
}

/* ========================================
   FORM STYLES (contact, recruit)
   ======================================== */
.form-group{margin-bottom:20px;}
.form-group label{
  display:block;
  font-size:14px;
  font-weight:700;
  margin-bottom:6px;
  color:#222;
}
.form-group .required{
  display:inline-block;
  background:#c8232c;
  color:#fff;
  font-size:10px;
  font-weight:700;
  padding:2px 8px;
  border-radius:3px;
  margin-left:6px;
  vertical-align:middle;
}
.form-group .optional{
  display:inline-block;
  background:#888;
  color:#fff;
  font-size:10px;
  font-weight:700;
  padding:2px 8px;
  border-radius:3px;
  margin-left:6px;
  vertical-align:middle;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group select,
.form-group textarea{
  width:100%;
  padding:12px 14px;
  border:1px solid #ddd;
  border-radius:4px;
  font-size:15px;
  font-family:inherit;
  font-weight:500;
  background:#fff;
  transition:border-color .3s;
  color:#222;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  outline:none;
  border-color:#c8232c;
}
.form-group textarea{
  height:160px;
  resize:vertical;
}
.form-group .radio-group{
  display:flex;
  gap:24px;
  margin-top:6px;
}
.form-group .radio-group label{
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:500;
  cursor:pointer;
}
.form-group .radio-group input[type="radio"]{
  width:18px;height:18px;
  accent-color:#c8232c;
}
.form-submit{
  text-align:center;
  margin-top:32px;
}
.form-submit .btn{
  min-width:280px;
  justify-content:center;
  font-size:17px;
  padding:16px 32px;
}
.mock-notice{
  background:#fff3cd;
  border:1px solid #ffc107;
  border-radius:4px;
  padding:12px 16px;
  font-size:13px;
  color:#856404;
  margin-bottom:24px;
  text-align:center;
}

/* ========================================
   CONTACT PAGE LAYOUT (contact)
   ======================================== */
.contact-form-section{
  padding:80px 0;
}
.contact-layout{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:48px;
  align-items:start;
}
.contact-form__title{
  font-size:24px;
  font-weight:900;
  margin-bottom:32px;
}
.contact-sidebar{
  background:#f9f9f9;
  border-radius:8px;
  padding:32px;
  position:sticky;
  top:100px;
}
.contact-sidebar h3{
  font-size:18px;
  font-weight:900;
  margin-bottom:20px;
  text-align:center;
}
.sidebar-tel-group{
  text-align:center;
  margin-bottom:16px;
}
.sidebar-tel-label{
  font-size:12px;
  color:#888;
  margin-bottom:4px;
}
.sidebar-tel-number{
  font-size:24px;
  font-weight:900;
}
.sidebar-tel-number i{
  color:#c8232c;
}
.sidebar-tel-number a{
  color:#333;
}
.sidebar-tel-number--sub{
  font-size:20px;
}
.sidebar-divider{
  border-top:1px solid #ddd;
  padding-top:16px;
  margin-bottom:16px;
}
.sidebar-hours{
  font-size:14px;
  text-align:center;
}
.sidebar-hours i{color:#c8232c;margin-right:4px;}
.sidebar-hours-value{
  font-weight:bold;
  text-align:center;
}
.sidebar-sub-note{
  font-size:12px;
  color:#888;
  text-align:center;
  margin-top:16px;
}

/* ========================================
   SERVICE DESCRIPTION (jyuryo)
   ======================================== */
.service-desc{padding:80px 0;}
.service-desc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
  max-width:1000px;
  margin:40px auto 0;
}
.service-desc-body p{
  font-size:16px;
  line-height:2;
  color:#444;
  margin-bottom:16px;
  font-weight:500;
}
.service-desc-body .highlight{
  font-size:20px;
  font-weight:900;
  color:#c8232c;
  margin-bottom:20px;
}
.service-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.service-images img{
  border-radius:8px;
  width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio:4/3;
}

/* ========================================
   RECRUIT PAGE (recruit)
   ======================================== */
.recruit-hero-badge{
  display:inline-block;
  background:#c8232c;
  color:#fff;
  font-size:14px;
  font-weight:900;
  padding:6px 20px;
  border-radius:20px;
  margin-top:16px;
  animation:pulse 2s infinite;
}
@keyframes pulse{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.05);}
}

/* Recruit common */
.rec--alt{background:#f9f9f9;}

/* OVERVIEW */
.rec-overview{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.rec-card{
  background:#f9f9f9;
  padding:32px 24px;
  border-radius:8px;
  text-align:center;
}
.rec-card i{
  font-size:32px;
  color:#c8232c;
  margin-bottom:16px;
  display:block;
}
.rec-card h4{
  margin-bottom:8px;
}
.rec-card p{
  font-size:14px;
  color:#555;
}

/* BENEFITS */
.rec-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:900px;
  margin:0 auto;
}
.rec-benefit{
  background:#fff;
  padding:24px;
  border-radius:8px;
  text-align:center;
}
.rec-benefit i{
  font-size:28px;
  color:#c8232c;
    margin: 0 auto 12px;
  display:block;
}
.rec-benefit p{
  font-size:13px;
  color:#888;
  margin-top:8px;
}

/* RECRUIT GALLERY */
.rec-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.rec-gallery img{
  width:100%;
  border-radius:8px;
}

/* ENGAGE LINK */
.rec-engage{
  text-align:center;
}
.rec-engage p{
  margin-bottom:24px;
}

/* RECRUIT FORM */
.rec-form-wrap{
  max-width:640px;
  margin:0 auto;
}

/* RECRUIT BONUS */
.rec-bonus{
  text-align:center;
  padding:60px 0;
}
.rec-bonus__badge{
  display:inline-block;
  background:#c8232c;
  color:#fff;
  font-size:28px;
  font-weight:900;
  padding:14px 36px;
  border-radius:4px;
  margin-bottom:16px;
  letter-spacing:.05em;
}
.rec-bonus__sub{
  font-size:17px;
  font-weight:700;
  color:#222;
  margin-bottom:28px;
}
.rec-bonus__message{
  max-width:640px;
  margin:0 auto;
  text-align:left;
  line-height:2;
}
.rec-bonus__message p{
  margin-bottom:1.5em;
}
.rec-bonus__message p:last-child{
  margin-bottom:0;
}

/* RECRUIT TABLE */
.rec-table-wrap{
  max-width:860px;
  margin:0 auto;
}
.rec-table{
  width:100%;
  border-collapse:collapse;
  font-size:15px;
  line-height:1.8;
}
.rec-table th,
.rec-table td{
  padding:16px 20px;
  border-bottom:1px solid #ddd;
  text-align:left;
  vertical-align:top;
}
.rec-table th{
  width:160px;
  font-weight:700;
  background:#f8f8f8;
  white-space:nowrap;
  color:#222;
}
.rec-table td{
  color:#333;
}

/* RECRUIT TEAM */
.rec-team{
  max-width:800px;
  margin:0 auto;
}
.rec-team p{
  line-height:2;
  margin-bottom:1.5em;
}
.rec-team p:last-child{
  margin-bottom:0;
}

/* ========================================
   HEADER
   ======================================== */
.site-header{
  position:sticky;top:0;z-index:100;
  background:#fff;
  border-bottom:1px solid #e5e5e5;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
}
.site-header__inner{
  max-width:100%;
  padding:0 0 0 24px;
  display:flex;align-items:center;
  height:80px;
}
.site-header__logo{margin-right:auto;}
.site-header__logo-img{height:52px;width:auto;}
.site-header__right{
  display:flex;align-items:center;height:100%;
}
.site-header__nav{display:flex;align-items:center;gap:0;height:100%;}
.site-header__menu{display:flex;align-items:center;gap:0;height:100%;list-style:none;margin:0;padding:0;}
.site-header__menu li{height:100%;}
.site-header__menu a{
	    flex-direction: column;
  display:flex;align-items:center;justify-content:center;
  padding:0 14px;height:100%;
  font-size:11px;font-weight:600;
  position:relative;
  transition:color .3s;
  white-space:nowrap;
  line-height:1.3;
}
.site-header__menu a:hover{color:#c8232c;}
.site-header__menu .menu-cta a{
  background:#c8232c;color:#fff;
  padding:0 32px;
  font-size:14px;font-weight:700;
  transition:background .3s;
}
.site-header__menu .menu-cta a:hover{background:#a01c23;}
.site-header__tel{
  display:flex;align-items:center;gap:6px;
  padding:0 20px;height:100%;
  font-size:18px;font-weight:900;color:#c8232c;
  white-space:nowrap;
  border-left:1px solid #e5e5e5;
	    margin-left: 17px;
}
.site-header__tel i{font-size:14px;}
.site-header__cta{
  background:#c8232c;color:#fff;
  padding:0 32px;border-radius:0;
  font-size:14px;font-weight:700;
  transition:background .3s;
  height:100%;
  display:flex;align-items:center;gap:8px;
  white-space:nowrap;
}
.site-header__cta:hover{background:#a01c23;}

/* Hamburger */
.site-header__hamburger{
  display:none;background:none;border:none;cursor:pointer;padding:8px;
  flex-direction:column;justify-content:center;align-items:center;
  width:48px;height:48px;
}
.site-header__hamburger-line{
  display:block;width:24px;height:2px;background:#222;margin:5px 0;
  transition:transform .3s, opacity .3s;
}
.site-header__hamburger.is-active .site-header__hamburger-line:nth-child(1){
  transform:rotate(45deg) translate(5px,5px);
}
.site-header__hamburger.is-active .site-header__hamburger-line:nth-child(2){
  opacity:0;
}
.site-header__hamburger.is-active .site-header__hamburger-line:nth-child(3){
  transform:rotate(-45deg) translate(5px,-5px);
}

/* Mobile Nav */
.site-header__mobile-nav{
  position:fixed;top:80px;left:0;right:0;bottom:0;
  background:#fff;z-index:99;
  padding:24px;
  display:flex;flex-direction:column;gap:0;
  overflow-y:auto;
}
.site-header__mobile-menu-list{list-style:none;margin:0;padding:0;}
.site-header__mobile-menu-list a{
  display:block;padding:16px 0;
  border-bottom:1px solid #eee;
  font-size:15px;font-weight:700;
}
.site-header__mobile-tel{
  margin-top:24px;text-align:center;
}
.site-header__mobile-tel a{
  font-size:24px;font-weight:900;color:#c8232c;
  display:flex;align-items:center;justify-content:center;gap:8px;
}
.site-header__mobile-cta{
  margin-top:16px;text-align:center;
}
.site-header__mobile-cta .btn{width:100%;justify-content:center;}

/* ========================================
   FOOTER
   ======================================== */
.site-footer{
  background:#111;color:#fff;
  padding:60px 0 0;
}
.site-footer .inner{max-width:1200px;margin:0 auto;padding:0 24px;}
.site-footer__grid{
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;
  margin-bottom:48px;
}
.site-footer__brand-logo{display:inline-block;}
.site-footer__logo-img{height:57px;filter:invert(1);margin-bottom:16px;}
.site-footer__brand-desc{font-size:13px;color:#fff;line-height:1.8;}
.site-footer__nav-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7px;
    padding-bottom: 10px;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: dotted 1px #808080;
}
.site-footer__menu{list-style:none;margin:0;padding:0;}
.site-footer__menu a{
  display:block;font-size:14px;color:#fff;
  padding:4px 0;transition:color .3s;
}
.site-footer__menu a:hover{color:#c8232c;}
.site-footer__address p{font-size:12px;color:#fff;line-height:1.9;}
.site-footer__address a{color:#fff;transition:color .3s;}
.site-footer__address a:hover{color:#c8232c;}
.site-footer__address i{margin-right:6px;color:#c8232c;width:14px;text-align:center;}
.site-footer__bottom{
  border-top:1px solid #333;
  padding:20px 0;
}
.site-footer__bottom-inner{
  max-width:1200px;margin:0 auto;padding:0 24px;
  display:flex;justify-content:space-between;align-items:center;
  font-size:11px;color:#666;
}
.site-footer__credit{color:#fff;}

/* ========================================
   ACCESS CARD OVERRIDES (company)
   ======================================== */
.access-card h3{
  margin-bottom:16px;
  font-size:20px;
  font-weight:900;
}
.access-card h3 i{
  color:#c8232c;
  margin-right:4px;
}
.access-card-map{
  margin-bottom:16px;
}
.access-card-map iframe{
  width:100%;
  height:300px;
  border:0;
  border-radius:8px;
}
.access-card-img {
    width: 600px;
    max-width: 90%;
    margin: 30px auto 0;
}
.access-card-img img{
  width:100%;
  border-radius:8px;
}

/* ========================================
   CONTACT FORM 7 STYLES
   ======================================== */
.wpcf7-form p{
  margin-bottom:20px;
}
.wpcf7-form label{
  display:block;
  font-size:14px;
  font-weight:700;
  color:#222;
  margin-bottom:6px;
}
.wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]){
  width:100%;
  padding:14px 16px;
  border:1px solid #ddd;
  border-radius:6px;
  font-size:15px;
  font-family:inherit;
  font-weight:500;
  background:#fff;
  transition:border-color .3s,box-shadow .3s;
  color:#222;
}
.wpcf7-form-control:not(.wpcf7-submit):focus{
  outline:none;
  border-color:#c8232c;
  box-shadow:0 0 0 3px rgba(200,35,44,.1);
}
.wpcf7-textarea{
  height:180px;
  resize:vertical;
}
.wpcf7-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:280px;
  padding:16px 32px;
  background:#c8232c;
  color:#fff;
  font-size:17px;
  font-weight:700;
  font-family:inherit;
  border:none;
  border-radius:6px;
  cursor:pointer;
  transition:background .3s,transform .2s;
}
.wpcf7-submit:hover{
  background:#a01c23;
  transform:translateY(-1px);
}
.wpcf7-response-output{
  margin-top:16px !important;
  padding:16px 20px !important;
  border-radius:6px;
  font-size:14px;
  font-weight:500;
}
.wpcf7 form.sent .wpcf7-response-output{
  border:1px solid #27ae60 !important;
  background:#f0faf4;
  color:#1e8449;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
  border:1px solid #e74c3c !important;
  background:#fef5f5;
  color:#c0392b;
}
.wpcf7-not-valid-tip{
  color:#c0392b;
  font-size:13px;
  margin-top:4px;
  display:block;
}
.wpcf7-form-control.wpcf7-not-valid{
  border-color:#e74c3c !important;
}
.wpcf7-form .form-submit-wrap{
  text-align:center;
  margin-top:32px;
}

@media (min-width: 1280px) and (max-width: 1430px) {
	.site-header__menu a {
    font-size: 10px;
    padding: 0 8px;
}
	span.nav-en {
    font-size: 15px;
}
	
}

