@charset "utf8";
/*
Theme Name: 株式会社NC Group 輸出自動車紹介
Description:
Version:
Author:
*/
* {
  box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	margin: 0;
	max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #3a3a3a;
  letter-spacing: 0.1em;
  line-height: 1.8em;

  position: relative;
  z-index: 1;
}

ul, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

h3 {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}

p {
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.7;
}

img {
	vertical-align: top;
}

a {
  text-decoration: none;
  color: #3a3a3a;
}

li {
	list-style: none;
}

/****************************************************************************************************
************************************** 共通 *******************************************************
***************************************************************************************************** */
.section {
  padding: 80px 0;
}

#strengths,
#toyota,
#process,
#contact {
  scroll-margin-top: 140px;
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== 見出し ===== */
.section-title {
  text-align: center;
  color: #00e1ff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.section-sub {
  text-align: center;
  margin-bottom: 50px;
  color: #666;
}

/**** アニメーション ****/
/** 下から **/
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-up.delay-1 {
  transition-delay: 1s;
}

.fade-up.delay-2 {
  transition-delay: 1.2s;
}

.fade-up.delay-3 {
  transition-delay: 1.4s;
}

.fade-up.delay-4 {
  transition-delay: 1.6s;
}




/****************************************************************************************************
************************************** header *******************************************************
***************************************************************************************************** */

.header-inner,
.hero-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== 上部（白） ===== */
.header-top {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.category-bar {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 999;
}

.hero {
  margin-top: 140px;
}

.header-top .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo a {
  display: flex;
  flex-direction: column;
}

.logo img {
  height: 35px;
}

.logo-text {
  font-size: 14px;
  /* margin-top: 4px; */
  letter-spacing: 0.05em;
}

.lang-switch {
  display: flex;
  gap: 8px;
}

.lang-switch .btn {
  padding: 0 24px;
  margin: 0 6px;
  font-size: 12px;
  border-radius: 50px;
  border: 1px solid #00e1ff;
  color: #00e1ff;
  background: transparent;
  transition: 0.3s;
}

.lang-switch .btn.active {
  background: #00e1ff;
  color: #fff;
  border-color: #00e1ff;
}

/* ===== カテゴリバー ===== */
.category-bar {
  background: #00e1ff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-bar ul {
  display: flex;
  gap: 40px;
}

.category-bar a {
  color: #000;
  font-weight: bold;
}

/* ===============================
   ハンバーガー
=============================== */
.hamburger {
  display: none;
  width: 28px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 2px;
  background: #00e1ff;
  margin: 6px 0;
  transition: 0.3s;
  position: relative;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ===============================
   スマホメニュー
=============================== */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 800;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sp-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
  padding: 100px 25px 40px;
  transition: 0.4s ease;
  z-index: 900;
  box-shadow: -10px 0 30px rgba(0,0,0,0.15);
}

.sp-menu.active {
  right: 0;
}

.sp-menu ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sp-menu a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  position: relative;
  padding-bottom: 5px;
}

.sp-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #00e1ff;
  transition: 0.3s;
}

.sp-menu a:hover::after {
  width: 100%;
}

/* ===== ヒーロー ===== */
.hero {
  position: relative;
  background: url(../img/nilovsergey-road-6089425_1920.jpg) center/cover no-repeat;
  height: 500px;
  overflow: visible;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-text {
  color: #fff;
  max-width: 600px;
}

.hero-text h1 {
  margin-bottom: 20px;
  line-height: 1.3;
}

.hero-text p {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
}

.hero-car {
  position: absolute;
  right: 5px;
  bottom: -40px;
  width: 45%;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.hero-car img {
  width: 100%;
  height: auto;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  align-items: stretch;
  max-width: 360px;
}

.hero-buttons .btn {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  /* transition: 0.3s; */
}

.hero-buttons i {
  font-size: 16px;
}

.hero-buttons .btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.hero-buttons .btn.whatsapp {
  flex: 0 0 48%;
}

/* ===== WeChatカード ===== */
.wechat-card {
  flex: 0 0 48%;
  background: #07C160;
  border-radius: 12px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.wechat-qr img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  padding: 4px;
}

.wechat-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wechat-info i {
  font-size: 18px;
  margin-bottom: 2px;
}

.wechat-label {
  font-size: 12px;
  opacity: 0.8;
  margin: 0;
  font-weight: 500;
}

.wechat-id {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

/***************** product ******************/
.lineup-section {
  padding-top: 160px;
}

.product-lineup {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lineup-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease;
}

.lineup-card:hover {
  transform: none;
}

.lineup-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lineup-card h3 {
  margin: 15px 10px 10px;
}

.lineup-card p {
  font-size: 13px;
  color: #666;
  padding: 0 10px 20px;
}

.lineup-card.highlight {
  border: 2px solid #00e1ff;
  /* transform: scale(1.03); */
}

/***************** strengths ******************/
.strengths {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}

.strengths-card {
  flex: 1;
  text-align: center;
}

.strengths-card i {
  font-size: 48px;
  color: #00e1ff;
  margin-bottom: 20px;
}

.strengths-card h3 {
  margin-bottom: 10px;
}

.strengths-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
}

/* =========================
   TOYOTAセクション
========================= */
.toyota-section {
  position: relative;
  background: url(../img/cicero7-toyota-c-hr-2931723_1920.jpg) center/cover no-repeat;
  margin: 80px 0;
}

.toyota-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.toyota-section .inner {
  position: relative;
  z-index: 2;
}

.toyota-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.toyota-red {
  color: #e60012;
  letter-spacing: 0.05em;
}

.toyota-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}

.toyota-img {
  flex: 1;
}

.toyota-img img {
  width: 100%;
  height: auto;
}

.toyota-content {
  flex: 1;
  color: #fff;
}

.toyota-content .section-sub {
  margin-bottom: 20px;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  color: #fff;
}

.toyota-list {
  margin-bottom: 30px;
}

.toyota-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.toyota-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00e1ff;
}


/* =========================
   processセクション
========================= */
.process-flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  position: relative;
}

.process-flow::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00e1ff;
  opacity: 0.3;
}

.part {
  flex: 1;
  text-align: center;
  position: relative;
}

.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid #00e1ff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.icon i {
  font-size: 28px;
  color: #00e1ff;
}

.part h3 {
  margin-bottom: 10px;
}

.part p {
  font-size: 0.9rem;
  color: #666;
}

.part:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 27px;
  right: -12px;
  font-size: 16px;
  color: #00e1ff;
}

.process-flow::-webkit-scrollbar {
  height: 6px;
}

.process-flow::-webkit-scrollbar-thumb {
  background: #00e1ff;
  border-radius: 10px;
}

/* =========================
   Destinations
========================= */
.destinations-section {
  position: relative;
  background: url(../img/yuri_b-map-of-the-world-2401458_1920.jpg) center/cover no-repeat;
  margin: 80px 0;
}

.destinations-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.destinations-section .inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.destinations-section .section-sub {
  color: #fff;
}

.world-map {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
}

.world-map img {
  width: 80px;
  height: auto;
  opacity: 0.9;
}

.map-label {
  position: static;
  transform: none;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  background: rgba(0,0,0,0.5);
  padding: 8px 16px;
  border-radius: 20px;
}

.global-message p {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.8;
  margin: 30px 0;
}

.global-note {
  color: #fff;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* =========================
   Contact
========================= */
.contact-section {
  background: linear-gradient(135deg, #e6fbff, #ffffff);
  padding: 80px 0;
  margin: 160px 0 40px;
  text-align: center;
}

.contact-box {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-lead {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #333;
}

.contact-section .hero-buttons {
  max-width: 400px;
  margin: 0 auto;
  justify-content: center;
}

.hero .btn.whatsapp,
.toyota-section .btn.whatsapp,
.contact-section .btn.whatsapp {
  background: #25D366;
}

.hero .btn.wechat,
.toyota-section .btn.wechat,
.contact-section .btn.wechat {
  background: #07C160;
}

/* =========================
   Company
========================= */
.company-section {
  padding: 100px 0;
  background: #fff;
}

.company-wrap {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 50px;
}

.company-info {
  flex: 2;
}

.info-row {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.label {
  width: 180px;
  font-weight: 600;
  color: #666;
}

.value {
  flex: 1;
  color: #333;
}

.company-highlight {
  flex: 1;
  background: #f7fcff;
  border-left: 4px solid #00e1ff;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company-highlight p {
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.company-map {
  border-radius: 10px;
  overflow: hidden;
}

.company-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
}

/* =========================
   Footer
========================= */
.footer {
  background: #ccc;
  padding: 60px 0 30px;
}

.footer-inner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo-wrap {
  margin-bottom: 30px;
}

.footer-logo {
  height: 40px;
  margin-bottom: 10px;
}

.footer-company {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.footer p {
  margin: 0;
}

.footer-location {
  font-size: 0.85rem;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 20px;
}

.footer-link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: #00e1ff;
}

.footer-link:hover {
  opacity: 0.7;
}

.copyright {
  font-size: 0.75rem;
  color: #777;
}

/* =========================
   privacy-policy
========================= */
.privacy-hero {
  background: #1e3a8a;
  color: #fff;
  padding: 70px 20px;
  margin-top: 140px;
  text-align: center;
}

.privacy-hero h1 {
  font-size: clamp(20px, 4vw, 32px);
  font-weight: bold;
  margin: 0;
}

.privacy-section .inner {
  max-width: 900px;
  margin: 0 auto;
  /* text-align: center; */
}

.privacy-section h2 {
  font-size: clamp(18px, 2vw, 24px);
  margin-top: 40px;
  margin-bottom: 10px;
}

.privacy-section p {
  font-size: clamp(13px, 1.2vw, 15px);
  text-align: left;
}

.privacy-section ul {
  display: inline-block;
  text-align: left;
}

.privacy-section ul li::before {
  content: "●";
  font-size: 10px;
  color: #1e3a8a;
}


/* ============================================================================================================================
=============================== タブレット ======================================================================================
=============================================================================================================================== */
@media (max-width: 1024px) {
  .section {
    padding: 60px 0;
  }

  .product-lineup {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .strengths {
    gap: 20px;
  }

  .toyota-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .process-flow {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
  }

  .part {
    min-width: 200px;
    flex: 0 0 auto;
  }

  .part::after {
    display: none;
  }

  .destinations {
    flex-wrap: wrap;
    gap: 30px;
  }
}

/* ===============================
   スマホ
=============================== */
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
  #lineup,
  #strengths,
  #toyota,
  #process,
  #contact {
    scroll-margin-top: 80px;
  }

  .logo img {
    height: 26px;
  }

  .logo-text {
    font-size: 10px;
  }

  .lang-switch .btn {
    padding: 4px 10px;
    font-size: 10px;
  }

  .category-bar {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .hero {
    margin-top: 80px;
    height: auto;
    padding: 60px 0;
  }

  .hero-inner {
    flex-direction: column;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .wechat-card {
    justify-content: center;
  }

  .hero-car {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .product-lineup {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .lineup-card h3 {
    font-size: 1.2rem;
  }

  .lineup-card p {
    font-size: 0.9rem;
  }

  .strengths {
    flex-direction: column;
    gap: 40px;
  }

  .strengths-card {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #f9fbfc;
  }

  .strengths-card i {
    font-size: 40px;
  }

  .toyota-content {
    text-align: center;
  }

  .toyota-list li {
    padding-left: 0;
  }

  .toyota-list li::before {
    position: static;
    margin-right: 5px;
  }

  .toyota-section .hero-buttons {
    margin: 0 auto;
  }

  .process-flow {
    flex-direction: column;
    align-items: center;
  }

  .part {
    width: 100%;
    max-width: 300px;
  }

  .part:not(:last-child)::after {
    content: "\f078";
    position: static;
    display: block;
    margin: 15px 0;
  }

  .process-flow {
    flex-direction: column;
    align-items: center;
  }

  .process-flow::before {
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  .part {
    width: 100%;
    max-width: 320px;
  }

  .destinations {
    gap: 20px;
  }

  .country img {
    width: 60px;
    height: 60px;
  }

  .contact-box {
    padding: 30px 20px;
  }

  .contact-lead {
    font-size: 1rem;
  }

  .company-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .info-row {
    flex-direction: column;
  }

  .label {
    width: 100%;
    margin-bottom: 5px;
  }

  .privacy-hero {
    margin-top: 80px;
  }

}

/* ===============================
   小スマホ
=============================== */
@media (max-width: 480px) {

}