@charset "utf-8";

/* ====== Base Styles ====== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background-color: #fff;
  color: #333;
}

/* ====== Responsive Display Classes ====== */
.pc-only { display: block; }
.sp-only { display: none; }

@media screen and (max-width: 797px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}

/* ====== Header Styles ====== */
header {
  background: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 100;
}
header .logo {
  margin-left: 20px;
}

.logo {
  width: 120px;
}

.logo span.yellow { color: #fdd835; }
.logo span.blue { color: #29b6f6; }

/* Menu Toggle Button */
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  height: 40px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu-toggle::before,
.menu-toggle::after,
.menu-toggle span {
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #333;
  transition: all 0.3s ease;
}

.menu-toggle::before { top: 10px; }
.menu-toggle span { top: 18px; }
.menu-toggle::after { top: 26px; }

.menu {
  font-size: 11px;
  text-align: center;
  margin-left: 30%;
  border: solid 1px #333;
  padding: 0.2rem 0.3rem;
  border-radius: 5px;
  line-height: 1.3;
  width: 100%;
}

/* Navigation Menu */
.nav-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.nav-menu.open { display: block; }

.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
}

img.x-logo {
  width: 50%;
  margin-left: 1rem;
}

/* ====== Search Section Styles ====== */
.search-section {
  background: url(../img/home2025ver/search-back.png) center center no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
  text-align: center;
  color: #000;
}

.search-section h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
  background: url(../img/home2025ver/h2-search.png);
  background-size: cover;
  padding: 0.3rem 0;
}

.search-section span {
  font-size: 1.3rem;
}

.search-section .carlist-button span {
  font-size: 1.1rem;
}

p.search-ttl {
  font-size: 1.2rem;
  background: #05225e;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #002f6c;
  font-weight: bold;
  position: relative;
}

p.search-ttl::after {
  content: '';
  position: absolute;
  right: 3em;
  top: 55%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(../img/home2025ver/carsearch-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

p.search-ttl span {
  color: #fff212;
  font-size: 1.2rem;
}

.search-box {
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem 1rem 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  border: 2px solid #002f6c;
  display: block !important;
}

p.search-txt {
  font-weight: bold;
  padding: 0.5rem 0 0.3rem;
  font-size: 1.3rem;
}

.search-box h3 {
  background-color: #002f6c;
  color: #fff;
  padding: 0.5rem 1rem;
  margin: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  font-size: 1rem;
}

.search-box input {
  width: 100%;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-radius: 1rem;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.search-conditions {
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}

.search-option {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Search and List Buttons */
.search-box button {
  background: #ff6600;
  color: #fff;
  padding: 1.1rem;
  width: 100%;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border: solid 3px #fff;
  margin: 1rem 0 0;
}

.search-button {
  position: relative;
  padding-right: 2.5em;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 1rem;
  color: #fff;
  background-color: #f57c00;
  border: none;
  border-radius: 40px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.carlist-button {
  position: relative;
  padding-right: 2.5em;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 0.9rem;
  color: #fff;
  background-color: #00a7e9 !important;
  border: none;
  border-radius: 40px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 90% !important;
  left: 5%;
}

.search-button::after {
  content: '';
  position: absolute;
  right: 1.3em;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/home2025ver/search-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.carlist-button::after {
  content: '';
  position: absolute;
  right: 1.3em;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/home2025ver/carlist-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.form-select.plus-icon {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}

.form-select.plus-icon select {
  width: 100%;
  padding: 0.5rem;
  padding-right: 2.5rem; /* アイコンの重なりを防ぐ */
  border: solid 1px #ccc;
  border-radius: 10px;
  font-size: 1rem;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
}

.plus-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/home2025ver/plus-btn.png); /* パスは調整してください */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}

/* ====== Featured Visual Section ====== */
.fv-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 3.5rem 0 9.4rem;
}

.fv-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.fv-slider img {
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}

.slide {
  flex: 0 0 100%;
  position: relative;
}

.fv-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1;
}

.slider-nav button {
  background: rgba(255,255,255,0.7);
  border: none;
  font-size: 1.5rem;
  padding: 0 0.5rem;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.slider-nav button:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.slider-nav button:active {
  transform: scale(0.95);
}

.slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.slider-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}

.slider-dots button.active {
  background: #333;
}

.detail-button {
  position: absolute;
  bottom: 22%;
  left: 33%;
  transform: translateX(-50%);
  background-image: linear-gradient(0deg, rgba(220, 0, 79, 1), rgba(255, 115, 165, 1));
  color: white;
  padding: 0.7rem 2.5rem;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 3;
  border: solid 2px #fff;
  font-size: 0.9rem;
}

.detail-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/home2025ver/btn-arrow.png);
  right: 8%;
}

/* ====== Reviews Section ====== */
section.reviews {
  padding: 20px;
  max-width: 768px;
  margin: auto;
  background: url(../img/home2025ver/review-back.png) center center no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
  position: relative;
}

.title-block {
  position: relative;
}

img.person01 {
  position: absolute;
  width: 39%;
  left: -1%;
  top: -1%;
}

img.reviews-ttl {
  width: 100%;
  display: block;
  margin: 0 auto 2%;
}

.card {
  display: flex;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  z-index: 2;
  position: relative;
}

.card img.car {
  width: 40%;
  object-fit: cover;
}

.card-content {
  padding: 0.8rem;
  width: 60%;
}

.store-name {
  display: inline-block;
  background: #fef102;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
}

.comment-title {
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0.5rem 0 0.3rem;
    color: #002e6e;
    line-height: 1.5;
}

.comment-body {
  font-size: 0.7rem;
  color: #333;
  line-height: 1.5;
}

.view-more {
  display: block;
  background: #00a7e9;
  text-decoration: none;
  color: #fff;
  padding: 1.3rem;
  width: 90%;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border: solid 3px #fff;
  margin: 3rem auto 0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: -8%;
}

.view-more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9em;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/home2025ver/btn-arrow.png);
  right: 8%;
}

/* ====== Topics Section ====== */
.topics {
  margin: 0 auto;
  padding: 2rem 1rem;
  background-image: url(../img/home2025ver/topics-back.png);
  background-size: cover;
  position: relative;
  height: auto;
}

img.person02 {
  position: absolute;
  width: 44%;
  right: 1%;
  top: -4%;
}

/* Swiper Slider Styles */
.slider-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 5% 5% 0;
}

.swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  height: auto;
}

.swiper-slide {
  background: #f3f5fc;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #4a99d9;
}

.swiper-button-next, 
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-button-next {
  right: 1%;
}

.swiper-button-prev {
  left: 1%;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.slide-content {
  position: relative;
}

.article-image {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  display: block;
}

.article-info {
  padding: 1rem;
  background: #f3f5fc;
}

.store-label {
  background-color: #ffe929;
  color: #05225e;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 15px;
  font-size: 0.9em;
  margin-bottom: 10px;
  font-weight: bold;
}

.article-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 1.4;
  color: #05225e;
}

.article-date {
  color: #666;
  font-size: 0.8em;
}

/* ====== FAQ Section ====== */
section.faq {
  padding: 3rem 1rem;
}

.section-title {
  text-align: center;
  color: #002f6c;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0 0 1rem;
}

.faq-title {
  background: #002f6c;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem;
  border-radius: 24px;
  margin: 20px 0 12px;
  font-size: 1rem;
}

.faq-block {
  background: #f3f6fc;
  border-radius: 15px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.faq-question {
  font-weight: bold;
  color: #002f6c;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  position: relative;
  line-height: 1.5;
}

.faq-question-icon {
  background: #002f6c;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  margin-right: 12px;
  font-size: 14px;
  flex-shrink: 0;
}

.faq-answer {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  position: relative;
  padding: 0rem 1rem;
  line-height: 1.5;
}

.faq-answer-icon {
  color: #002f6c;
  border: 1px solid #002f6c;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  margin-right: 12px;
  font-size: 14px;
}

.faq-answer-text {
  flex: 1;
}

.faq-divider {
  border-bottom: 2px dotted #002f6c;
  width: 90%;
  margin: 5% auto;
}

.view-more-faq {
  display: block;
  background: #00a7e9;
  text-decoration: none;
  color: #fff;
  padding: 1.3rem;
  width: 90%;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border: solid 3px #fff;
  margin: 1rem auto 0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: -8%;
}

.view-more-faq::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9em;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/home2025ver/btn-arrow.png);
  right: 8%;
}

/* ====== Area Section ====== */
.area {
  background: repeating-linear-gradient(
    45deg,
    #ffa726,
    #ffa726 10px,
    #ff9800 10px,
    #ff9800 20px
  );
  color: white;
  position: relative;
  padding: 1.5rem 0rem 1.5rem 6rem;
  text-align: center;
}

img.man {
  position: absolute;
  bottom: 0;
  width: 43%;
  left: 0;
}

img.area-ttl {
  width: 80%;
  display: unset;
}

.subtext {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin: 0.5rem 0 0 8rem;
  position: absolute;
  z-index: 1;
}

/* ====== Prefecture Section ====== */
.region {
  background: #f5f5f5;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
}

.region::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #00a0e9;
  margin-right: 8px;
}

.prefecture-section {
  background: #fff;
  padding: 16px;
}

.region-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 3%;
  color: #4a2706;
  border-bottom: solid 1px #e1e3ec;
  padding-bottom: 2%;
}

.region-title::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #009fe3;
  margin-right: 10px;
  border-radius: 2px;
}

/* Region-specific colors */
.region-title.hokkaido::before { background-color: #009fe3; }
.region-title.kanto::before    { background-color: #40b42d; }
.region-title.chubu::before    { background-color: #ebd40f; }
.region-title.kinki::before    { background-color: #e6931c; }
.region-title.chugoku::before  { background-color: #ec7aa3; }

.prefecture-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.prefecture-links a {
  display: block;
  background: #f7f7f7;
  padding: 0.7rem 0.5rem;
  text-decoration: none;
  color: #333;
  border: 2px solid #e1e3ec;
  border-radius: 0;
  transition: background 0.2s;
}

.prefecture-links a:hover {
  background: #e0e0e0;
}

/* ====== Footer ====== */
footer {
  background: #44260a;
  color: white;
  text-align: center;
  padding: 1rem 1rem 5rem;
  font-size: 0.8rem;
  line-height: 2.5;
}

.footer-logo {
  margin: 2rem auto;
}

.footer-logo img {
  width: 12rem;
  height: auto;
}

p.footer-txt {
  font-size: 1.1rem;
}

.foot-link {
  margin-top: 30px;
}

.inner {
  margin: auto;
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1180px;
}

.link-list {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.link-list li {
  margin: 0 5px;
  margin-bottom: 1rem;
  width: 47%;
}

.link-list li img {
  display: block;
  width: 100%;
  transition: .3s;
  border-radius: 10px;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
}

img.area-logo {
  width: 30%;
  margin-top: 0.5rem;
}

img.carbell-logo {
  width: 40%;
}
.faq-block.open .faq-answer {
  display: block;
}
.faq-question {
  cursor: pointer;
}
.faq-content {
  display: none;
}

.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 1em;
  background-color: #012f6c;
  border-bottom: 1px solid #ddd;
}

.toggle-icon::before {
  content: "＋"; /* 初期状態で＋を表示 */
  font-size: 1.5em;
  transition: 0.3s;
}

/* 開いたときは－に切り替え */
.faq-title.open .toggle-icon::before {
  content: "－";
}

@media screen and (min-width:798px){

  /* 共通のスタイル変数 */
  :root {
    --primary-color: #002f6c;
    --accent-color: #00a7e9;
    --orange-color: #ff6600;
    --light-blue: #21bae4;
    --border-radius: 1rem;
    --shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  /* ヘッダー関連 */
  .site-header {
    background: #fff;
    padding: 0.5rem 2rem;
    border-bottom: 2px solid #ddd;
    display: block;
    height: auto;
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .menu-info {
    font-size: 0.8rem;
    line-height: 1.2;
    text-align: right;
    border: solid 1px #aaa;
    padding: 0.3rem;
    border-radius: 5px;
  }

  .header-sns img.x-logo {
    width: 30px;
    height: 30px;
  }

  .header-buttons {
    display: flex;
    gap: 0.5rem;
  }

  /* ナビゲーションメニュー */
  .nav-menu {
    display: block;
    padding: 0 10rem;
    background: var(--light-blue);
  }

  .nav-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--light-blue);
    justify-content: center;
  }

  .nav-menu li {
    padding: 0.7rem 1.5rem;
    border-left: solid 1px #fff;
    font-size: 0.8rem;
    border-bottom:none;
  }

  .nav-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    padding: 0.5rem 0;
    transition: color 0.3s;
  }

  .nav-menu li:hover {
    color: #005fa3;
  }

  /* ボタンスタイル */
  .btn {
    display: inline-block;
    padding: 0.67em 3.2rem;
    border-radius: 999px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
  }

  .btn.estimate {
    background: linear-gradient(to right, #3fc5e8, #10aae0); 
    color: white;
    transition-property: opacity;
    transition-duration: 0.5s;
  }

  .btn.estimate:hover {
    opacity: 0.6; 
  }

  .btn.contact {
    background: linear-gradient(to right, #ff6600, #ff9966);
    color: white;
    transition-property: opacity;
    transition-duration: 0.5s;
  }

  .btn.contact:hover {
    opacity: 0.6; 
  }

  .detail-button {
    position: absolute;
    bottom: 19%;
    left: 54%;
    transform: translateX(-50%);
    background-image: linear-gradient(0deg, #dc004f, rgba(255, 115, 165, 1));
    color: white;
    padding: 0.9rem 4.3rem;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 3;
    border: solid 2px #fff;
    font-size: 0.9rem;
    transition: .3s;
  }
  .detail-button:hover{
    transform: translateX(-50%) scale(1.1);
  }

  .view-more,
  .view-more-faq {
    display: block;
    background: var(--accent-color);
    text-decoration: none;
    color: #fff;
    padding: 1.3rem;
  }

  .view-more {
    width: 35%;
    transition: .3s;
  }

  .view-more:hover{
    transform: scale(1.1);
  }

  .view-more-faq {
    width: 50%;
  }

  /* スライダー関連 */
  .fv-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 3rem 0 0;
  }

  .fv-slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
    z-index: 2;
    top: 3rem;
  }

  .fv-slider img {
    width: 70vw;
  }

  .slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .fv-bottom {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: -30px;
  }

  .slider-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
    gap: 68%;
  }

  .slider-nav button {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
  }

  .slider-dots {
    text-align: center;
    margin-top: 1rem;
    z-index: 3;
    position: relative;
    display: none;
  }

  .slider-dots button {
    background-color: #ccc;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
  }

  .slider-dots button.active {
    background-color: #f00;
  }

  /* 検索セクション */
  .search-section {
    padding: 5rem 0;
  }

  .search-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
    background: url(../img/home2025ver/h2-search.png);
    background-size: contain;
    padding: 0.5rem 0;
    background-repeat: no-repeat;
    background-position: center;
  }

  .search-section span {
    font-size: 2.1rem;
  }

  span.submit_text {
    font-size: 1.3rem;
  }

  p.search-ttl {
    font-size: 1.2rem;
    background: #05225e;
    color: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
    box-shadow: var(--shadow);
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid var(--primary-color);
    font-weight: bold;
    position: relative;
  }

  p.search-ttl::after {
    right: 17em;
  }

  p.search-txt {
    text-align: center;
  }

  .search-box {
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem 1rem 1.5rem;
    box-shadow: var(--shadow);
    max-width: 70%;
    margin: 0 auto;
    text-align: left;
    border: 2px solid var(--primary-color);
  }

  .top-item {
    display: flex;
    justify-content: center;
    margin: 0 5rem;
    gap: 2%;
  }


  .form-select.plus-icon {
    position: relative;
    width: 100%;
    margin-top: 0.5rem;
  }

  .form-select.plus-icon select {
    width: 100%;
    padding: 0.5rem;
    padding-right: 2.5rem; /* アイコンの重なりを防ぐ */
    border: solid 1px #ccc;
    border-radius: 10px;
    font-size: 1rem;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
  }

  .search-box input {
    width: 50%;
    padding: 0.5rem;
    margin: 0.5rem auto;
    border-radius: 1rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    display: block;
  }

  .search-box button {
    background: var(--orange-color);
    color: #fff;
    padding: 1.1rem;
    width: 40%;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: solid 3px #fff;
    margin: 1rem auto 0;
    display: block;
    transition: .3s;
  }

  .search-box button:hover{
    transform: scale(1.1);
  }

  .carlist-button {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    background-color: var(--accent-color) !important;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 35% !important;
    left: 0;
    padding: 1rem !important;
  }

  .search-section .carlist-button span {
    font-size: 1rem;
  }

  /* レビューセクション */
  section.reviews {
    max-width: 100%;
    margin: auto;
    background: url(../img/home2025ver/review-back.png) center center no-repeat;
    background-size: cover;
    padding: 7rem 10rem;
    position: relative;
  }

  .title-block {
    position: relative;
  }

  img.person01 {
    position: absolute;
    width: 30%;
    left: 11%;
    top: -4%;
  }

  img.person02 {
    position: absolute;
    width: 30%;
    right: 16%;
    top: -4%;
  }

  img.reviews-ttl {
    width: 70%;
    display: block;
    margin: 0 auto 2%;
  }

  /* カードスタイル */
  .card-box {
    display: flex;
    justify-content: center;
    gap: 2%;
  }

  .card {
    display: block;
    width: 40%;
  }

  .card img.car {
    width: 100%;
    object-fit: cover;
  }

  .card-content {
    padding: 0.8rem;
    width: 100%;
  }

  /* ヒーローセクション */
  .hero .title-block {
    flex: 1;
    padding: 0 0 0 15rem;
  }

  /* ヘッダーボックス */
  .header-box {
    background-color: #fff;
    border: 3px solid #f58220;
    border-radius: 16px;
    position: relative;
    padding: 1rem 1rem 1.5rem;
    width: 70%;
    margin: 0 auto 3rem;
    display: block;
  }

  .header-box::before {
    content: "コレCARラの新着情報をお届けします！";
    display: inline-block;
    background-color: #f58220;
    color: #fff;
    border-radius: 100px;
    font-weight: bold;
    position: absolute;
    left: 4rem;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.8rem;
    width: 60%;
    top: -1.5rem;
  }

  /* トピックセクション */
  .topics {
    padding: 7rem 10rem;
    height: auto;
  }

  /* Swiperスライダー */
  .swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    height: auto;
    justify-content: center;
    gap: 3%;
    margin-bottom: 2.5rem;
  }

  .swiper-slide {
    width: 30%;
  }

  .man-image {
    position: absolute;
    right: 0%;
    width: 45%;
    top: -15%;
  }

  /* FAQセクション */
  section.faq {
    padding: 7rem 10rem;
  }

  .section-title {
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 2.7rem;
    padding: 0 0 3rem;
  }

  .faq-section {
    padding: 0 10rem;
  }

  .faq-title {
    margin: 1rem 0 2rem;
  }

  .faq-answer-text {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .faq-divider {
    border-bottom: 2px dotted var(--primary-color);
    width: 90%;
    margin: 3% auto;
  }

  /* エリアセクション */
  .area {
    background: repeating-linear-gradient(45deg, #ffa726, #ffa726 10px, #ff9800 10px, #ff9800 20px);
    color: white;
    position: relative;
    padding: 2.5rem 15rem 2.5rem 30rem;
    text-align: center;
  }

  img.man {
    position: absolute;
    bottom: 0;
    width: 21%;
    left: 24%;
  }

  img.area-ttl {
    width: 60%;
  }

  img.area-logo {
    width: 25%;
    margin-top: 0.3rem;
  }

  /* 都道府県セクション */
  .prefecture-section {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 3rem 20rem;
  }

  .region-title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .prefecture-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-direction: row;
  }

  .prefecture-links a {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 1rem;
  }

  .prefecture-links a:hover {
    background-color: #ddd;
  }

  /* フッター */
  .footer-flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 3rem 10rem;
  }

  .footer-logo {
    margin: 0;
  }

  .footer-logo img {
    width: 15rem;
    height: auto;
  }

  .footer-txt {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    min-width: 150px;
  }

  .footer-link {
    font-size: 0.9rem;
    line-height: 2;
    margin: 0;
    flex: 1;
    min-width: 150px;
  }

  .footer-link a {
    text-decoration: none;
  }

  .footer-link a:hover {
    text-decoration: underline;
  }

  .inner {
    margin: auto;
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 40px;
    max-width: 1180px;
  }

  .link-list {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .link-list li {
    width: 13%;
    max-width: 220px;
    margin: 0 16px 1rem;
  }

  .link-list li img {
    display: block;
    width: 100%;
    transition: .3s;
    border-radius: 10px;
  }

  .copyright img {
    margin: 10px auto;
    display: block;
    max-width: 200px;
    transition: .3s;
  }

  .copyright img:hover {
    opacity: 0.8;
  }

}

@media screen and (max-width:797px){
  header .logo {
    margin-left: 0;
    width: 100px;
  }
  .logo {
    height: unset;
  }
  img.x-logo {
    width: 25%;
  }
  .search-section h2 {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 1rem
  }
  .search-section span {
    font-size: 1.3rem;
  }
  p.search-ttl {
    font-size: 1rem;
    max-width: 700px;
  }
  .search-box {
    max-width: 700px;
  }
  p.search-comment {
    text-align: center;
    font-size: 1.1rem;
  }
  .footer-logo {
    margin: 2rem auto;
    width: 60%;
  }
  .footer-logo img {
    width: 100%;
  }
}

@media screen and (max-width:400px){
  .search-section h2 {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .menu {
    margin-left: 28%;
    font-size: 10px;/*変更*/
  }
  img.x-logo {
    width: 50%;
  }
  .view-more {
    padding: 1rem;
    margin: 2rem auto 0;
  }
  section.reviews {
    padding-bottom: 1rem;
  }
  img.person02 {
    width: 46%;
    right: -1%;
    top: -4%;
  }
  .search-box button {
    padding: 1rem;
  }
  img.person01 {
    width: 41%;
    left: -1%;
    top: -7%;
  }
  .faq-title {
    margin: 10px 0 12px;
    padding: 0.7em;
  }
  .footer-flex-box {
    margin: 0 auto;
  }
  .foot-link > .inner { 
    padding: 0;
  }
  img.carbell-logo {
    width: 50%;
  }
  .copyright img {
    margin: 0 auto;
  }
}