/*
Theme Name: Taisho Car
Theme URI: https://taisho-car.jp/
Author: 有限会社タイショウ
Author URI: https://taisho-car.jp/
Description: 有限会社タイショウ公式サイト用WordPressテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taisho-car
*/
/* =================================================================
   有限会社タイショウ - スタイルシート
================================================================= */
/* --- Base Styles --- */ :root {
  /* カラーパレット */
  --primary-color: #0092d7;
  --primary-dark: #1B32A6;
  --accent-color: #1BA6A4;
  --footer-bg: #1b5fa6;
  --base-bg: #ffffff;
  --section-bg: #f4f8fb;
  --text-main: #333333;
  --text-light: #666666;
  --glass-bg: rgba(255, 255, 255, 0.95);
  --card-shadow: 0 10px 30px rgba(0, 75, 112, 0.1);
  --main-font: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --line-color: #06C755;
  --email-color: #555;
  --header-height: 90px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--main-font);
  background-color: var(--base-bg);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
ul {
  list-style: none;
}
/* =================================================================
   Header / Navigation
================================================================= */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--header-height);
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 146, 215, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header-left {
  display: flex;
  align-items: center;
}
.logo img {
  height: 40px;
  width: auto;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav ul {
  display: flex;
  gap: 25px;
  align-items: center;
}
nav a {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  color: var(--text-main);
}
nav a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--primary-color);
  transition: 0.3s;
}
nav a:hover::after {
  width: 100%;
}
nav a:hover {
  color: var(--primary-color);
}
nav a.nav-highlight {
  display: none;
}
.header-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  height: 50px;
  color: var(--text-main);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
.header-tel {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: justify;
  text-align-last: justify;
  width: 100%;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--primary-color);
}
.header-hours {
  font-size: 0.75rem;
  color: var(--text-light);
  text-align: justify;
  text-align-last: justify;
  width: 100%;
  font-weight: 500;
}
.menu-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--primary-color);
}
/* =================================================================
   Hero Section
================================================================= */
.first-view-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: var(--header-height);
}
#hero {
  height: auto;
  flex: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1)), url('https://taisho-car.jp/site/wp-content/uploads/2025/12/sky.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-content {
  width: 60%;
  padding-left: 8%;
  padding-right: 20px;
  z-index: 2;
  text-align: left;
  position: relative;
}
.hero-bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background-image: url('https://taisho-car.jp/site/wp-content/uploads/2025/12/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.03;
  z-index: -1;
  pointer-events: none;
  filter: grayscale(100%) opacity(0.5);
}
.hero-bottom-text-wrapper {
  position: absolute;
  bottom: -2.5vw;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.hero-scrolling-text {
  display: flex;
  width: fit-content;
  animation: scroll-left 30s linear infinite;
}
.hero-scrolling-text span {
  font-size: 30vw;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: rgba(0, 146, 215, 0.1);
  white-space: nowrap;
  line-height: 0.8;
  padding-right: 0.2em;
  display: block;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#hero h1 {
  font-size: clamp(36px, 5rem, 72px);
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--primary-color);
}
.hero-content > p {
  font-size: clamp(18px, 1.8rem, 36px);
  color: var(--text-main);
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: left;
}
.hero-image-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}
.hero-cta-group {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color), var(--accent-color));
  border: none;
  padding: 30px 40px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 75, 112, 0.25);
  transform: skewX(-9deg);
  display: inline-block;
  width: auto;
}
.hero-cta-group > * {
  transform: skewX(9deg);
}
.hero-cta-group .hero-cta-message {
  font-size: 1rem;
  color: var(--base-bg) !important;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
#hero .hero-cta-group p {
  text-align: center;
}
.btn-cta-primary {
  margin: 0 auto;
  padding: 18px 50px;
  border: none;
  color: var(--base-bg);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  cursor: pointer;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 146, 215, 0.4);
}
.btn-cta-primary:hover {
  opacity: 0.85;
  color: var(--base-bg);
}
/* =================================================================
   Button Styles
================================================================= */
.btn {
  padding: 15px 40px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  background: var(--base-bg);
  cursor: pointer;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
}
.btn:hover {
  background: var(--primary-color);
  color: var(--base-bg);
}
/* =================================================================
   Sections Common
================================================================= */
section {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
section#hero {
  max-width: 100%;
}
.section-title {
  text-align: center;
  margin-bottom: 80px;
}
.section-title h2 {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.1;
}
.section-ja {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-title .line {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color), var(--accent-color));
  margin: 0 auto;
}
/* =================================================================
   Renewal Section
================================================================= */
.renewal-section {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
  padding: 20px;
  text-align: center;
  color: var(--base-bg);
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0, 146, 215, 0.3);
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}
.renewal-text {
  font-size: 1.5rem;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1.2;
}
/* =================================================================
   SNS Section
================================================================= */
section#sns {
  max-width: 100%;
  padding: 50px 15px;
  background: #e8f4fc;
}
.sns-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 8px;
  transition: 0.3s;
  background: var(--base-bg);
  box-shadow: var(--card-shadow);
}
.sns-btn i {
  font-size: 1.1rem;
}
.sns-btn span {
  color: var(--text-main);
  white-space: nowrap;
}
.sns-btn-instagram i {
  color: transparent;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  background-clip: text;
}
.sns-btn-facebook i {
  color: #1877f2;
}
.sns-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 146, 215, 0.2);
}
/* =================================================================
   Services Section
================================================================= */
section#service {
  max-width: 100%;
  background: linear-gradient(to top, #cfe2f3 0%, var(--base-bg) 50%);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.service-wrapper {
  position: relative;
  margin-top: 20px;
}
.service-number {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  z-index: 10;
  -webkit-text-stroke: 2px var(--primary-color);
  text-shadow: 2px 2px 0px rgba(0, 146, 215, 0.2);
}
.service-card {
  background: var(--base-bg);
  box-shadow: var(--card-shadow);
  transition: 0.3s;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 146, 215, 0.2);
}
.service-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}
.service-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-card h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--primary-color);
}
.service-card p {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.8;
}
/* =================================================================
   Company & Access
================================================================= */
section#company {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.company-greeting {
  background: linear-gradient(135deg, #e8f4fc, var(--base-bg));
  border: none;
  padding: 60px 20% 80px 10%;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 75, 112, 0.25);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
  width: 90%;
}
.company-greeting h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  letter-spacing: 2px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--primary-color);
}
.company-content {
  display: flex;
  gap: 50px;
  /* align-items: center; */
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.greeting-image {
  flex: 1;
  max-width: 240px;
  height: 360px;
}
.greeting-image img {
  max-width: 240px;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 75, 112, 0.15);
}
.greeting-text {
  flex: 1;
  min-width: 300px;
}
.greeting-text p {
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 1em;
  text-align: justify;
  color: var(--text-light);
}
.greeting-sign {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-main);
}
.rinen {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color), var(--accent-color));
  border: none;
  padding: 30px 40px 80px;
  margin: -80px 0 80px 20%;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 75, 112, 0.25);
  /* transform: skewX(-11deg);
    display: inline-block; */
  width: 80%;
  color: var(--base-bg);
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
}
.rinen h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  letter-spacing: 2px;
  color: var(--base-bg);
  margin: 50px auto 20px;
  text-align: center;
}
.rinen-text {
  text-align: center;
}
.rinen p {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.company-info {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.info-block {
  flex: 1;
  min-width: 300px;
  background: var(--base-bg);
  padding: 40px;
  border-radius: 8px;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  height: 100%;
}
.info-table th, .info-table td {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 146, 215, 0.1);
}
.info-table tr:last-child th, .info-table tr:last-child td {
  border-bottom: none;
}
.info-table th {
  width: 120px;
  color: var(--primary-dark);
  font-weight: 700;
}
.info-table td {
  color: var(--text-main);
}
#map-container {
  width: 100%;
  height: 100%;
  background-color: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  flex: 1;
}
.map-content-wrapper {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.map-title {
  font-family: 'Oswald', sans-serif;
  color: var(--primary-dark);
  font-weight: 700;
  margin-bottom: 10px;
}
.map-responsive {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 10px;
  flex: 1;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}
/* =================================================================
   Footer
================================================================= */
footer {
  background: var(--footer-bg);
  padding: 80px 20px 100px;
  color: #e0e0e0;
  font-family: var(--main-font);
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  text-align: left;
}
.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer-logo img {
  width: 200px;
  height: auto;
}
.footer-section h4 {
  color: var(--base-bg);
  margin-bottom: 20px;
  font-size: 1.1rem;
  border-left: 3px solid var(--accent-color);
  padding-left: 10px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #ccc;
  transition: 0.3s;
  letter-spacing: 2px;
}
.footer-links a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}
.footer-address p {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #ccc;
}
.footer-maintenance-desc {
  margin-bottom: 15px;
}
.footer-maintenance-desc p {}
.notification-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  margin-bottom: 10px;
  background: var(--base-bg);
  color: var(--text-light);
  font-weight: bold;
  font-size: 0.95rem;
  transition: 0.3s;
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
}
.notification-btn:hover {
  background: var(--primary-color);
  color: var(--base-bg);
}
.footer-banner {
  margin-top: 20px;
  max-width: 280px;
}
.footer-banner a {
  display: block;
}
.footer-banner img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: 0.3s;
}
.footer-banner img:hover {
  opacity: 0.85;
}
.footer-banner-text {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #ccc;
}
.copyright {
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #999;
}
/* =================================================================
   Animations
================================================================= */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/* =================================================================
   フルスクリーンモバイルメニュー
================================================================= */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
  z-index: 2000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-logo img {
  height: 35px;
  width: auto;
  filter: brightness(0) invert(1);
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 5px;
  transition: 0.3s;
}
.mobile-nav-close:hover {
  color: var(--base-bg);
}
.mobile-nav-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 25px 40px;
}
nav ul.mobile-nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-nav-links a {
  display: block;
  padding: 22px 0;
  font-size: 0.95rem;
  color: var(--base-bg);
  font-weight: 400;
  letter-spacing: 1px;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-links a:hover {
  color: var(--accent-color);
}
.mobile-nav-description {
  margin-top: auto;
  padding: 25px 0;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}
.mobile-nav-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 20px;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 50px;
  transition: 0.3s;
  text-align: center;
}
.mobile-nav-btn-primary {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color), var(--accent-color));
  color: var(--base-bg);
  border: none;
}
.mobile-nav-btn-primary:hover {
  opacity: 0.9;
  color: var(--base-bg);
}
.mobile-nav-btn-outline {
  background: var(--base-bg);
  color: var(--text-main);
  border: 1px solid #ddd;
}
.mobile-nav-btn-outline:hover {
  opacity: 0.9;
  color: var(--text-main);
}
.mobile-nav-btn i {
  font-size: 1rem;
}
.mobile-nav-hours {
  text-align: center;
  margin-top: 15px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
/* PC時は非表示 */
@media (min-width: 769px) {
  .mobile-nav-overlay {
    display: none;
  }
}
/* =================================================================
   固定ページ・投稿
================================================================= */
.page-header {
  padding-top: calc(var(--header-height) + 60px);
  padding-bottom: 60px;
  background-color: var(--section-bg);
  text-align: center;
  border-bottom: 1px solid rgba(0, 146, 215, 0.1);
}
.page-title {
  font-size: clamp(24px, 2.5rem, 30px);
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.page-desc {
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}
article.entry-content {
  padding: 60px 20px 100px;
  wicth: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* =================================================================
   ユーザー登録
================================================================= */
.form-container {
  background: #fff;
  padding: 60px;
  border-radius: 8px;
  box-shadow: var(--card-shadow);
}
.form-group {
  margin-bottom: 30px;
}
.form-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--primary-dark);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95rem;
}
.form-label span {
  background: var(--accent-color);
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 10px;
  vertical-align: middle;
}
.form-control {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f9f9f9;
}
.form-control:focus {
  border-color: var(--primary-color);
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 146, 215, 0.1);
}
.submit-btn-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.btn-submit {
  width: 100%;
  padding: 18px 60px;
  border: none;
  background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 146, 215, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 146, 215, 0.4);
  opacity: 0.95;
}
/* Privacy Policy */
.privacy-policy {
  margin-top: 60px;
  padding: 40px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.privacy-policy h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: var(--text-main);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 10px;
  display: inline-block;
}
.privacy-text {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.8;
  height: 200px;
  overflow-y: auto;
  padding-right: 10px;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #eee;
}
.privacy-text h4 {
  font-size: 0.95rem;
  margin-top: 15px;
  margin-bottom: 5px;
  color: var(--text-main);
}
.cf-turnstile {
  display: none;
  /* display: flex; */
  margin-top: 30px;
  justify-content: center;
  min-height: 65px; /* 高さを確保してレイアウト崩れ防止 */
  background-color: #f0f0f0; /* プレビュー用のダミー背景 */
  align-items: center;
  color: #999;
  font-size: 0.8rem;
  border: 1px dashed #ccc;
}
/* =================================================================
   Responsive
================================================================= */
@media (max-width: 1279px) {
  header {
    padding: 0 15px;
  }
  .header-right {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  :root {
    --header-height: 80px;
  }
  header {
    padding: 15px 20px;
  }
  .header-right {
    gap: 10px;
  }
  .header-contact {
    display: none;
  }
  #nav-menu {
    display: none;
  }
  .menu-toggle {
    display: block;
    z-index: 1001;
    font-size: 1.3rem;
  }
  section#hero {
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
  }
  .hero-content {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    /* background: rgba(255, 255, 255, 0.8); */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hero h1 {
    /* font-size: clamp(2rem, 3vw + 1rem, 3rem); */
    text-align: center;
  }
  .hero-content > p {
    font-size: 18px;
    text-align: center;
  }
  .hero-image-container {
    /* display: none; */
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 200px;
    clip-path: none;
  }
  /* CTA グループ レスポンシブ */
  .hero-cta-group {
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  .hero-cta-group .hero-cta-message {
    font-size: 13px;
  }
  .hero-cta-message br {
    display: none;
  }
  .btn-cta-primary {
    padding: 15px 35px;
    font-size: 0.95rem;
  }
  .hero-scrolling-text span {
    font-size: 30vw;
    color: rgba(0, 146, 215, 0.15);
  }
  .renewal-section {
    padding: 20px 10px;
  }
  .renewal-text {
    font-size: 0.9rem;
  }
  .company-greeting {
    flex-direction: column;
    padding: 60px 10% 80px;
    position: relative;
    clip-path: none;
    width: 100%;
  }
  .greeting-image {
    width: 100%;
    height: 300px;
    margin: 0 auto;
  }
  .rinen {
    padding: 30px 40px 80px;
    margin: -80px 0 80px 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .company-greeting h3, .rinen h3 {
    font-size: 24px;
    text-align: center;
  }
  .greeting-text p, .rinen p {
    font-size: 16px;
    text-align: left;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
  .info-block {
    padding: 10%;
  }
  #map-container {
    height: auto;
  }
  .map-content-wrapper {
    height: auto;
  }
  .map-responsive {
    height: 0;
    padding-bottom: 75%;
    flex: none;
  }
  .services-grid {
    width: 100%;
    padding: 0 20px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  section.form-section {
    padding: 50px 0;
  }
  .form-container {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .privacy-policy {
    padding: 20px;
  }
  footer {
    padding: 80px 60px;
  }
  .footer-logo {
    justify-content: center;
  }
}