@charset "utf-8";

/* *************************************
// メインビジュアルの下から
************************************* */
html, body {  }
.mb {
  display: none;
}
@media (max-width:798px) {
  .mb {
    display: block;
  }
}
.h1001 {
  position: relative;
}

/* .hl001::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 66px;
  z-index: 0;
  background-image: url(../images/common/wave2.webp);
  background-repeat: repeat no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  z-index: 1;
} */


.wave-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 80px;
  background: #fff;
  background-size: 10px 10px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 80'%3E%3Cpath d='M0 40 Q100 80, 200 40 T400 40 L400 80 L0 80' fill='white'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-size: 400px 80px;
  /* animation: waveAnimation 4s linear infinite; */
  z-index: 10;
}

.wave-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vw;
  overflow: hidden;
  z-index: 10;
}

.wave-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.p002 .jp,
.p002 .en {
  color: var(--text02-color);
}

.mv001 {
  position: relative;
  /* margin-bottom: 100px; */
  overflow: hidden;
  @media (max-width: 767px) {
		height: 70vw;
		overflow: inherit;
    z-index: 99;
	}
}

.wave-separator svg {
  display: block;
  width: 100%;
  height: 100%;
}
/* *************************************
// トップページのスクロール
************************************* */
#new-car, #top-insurance, #top-used__car, #top-inspection, #top-sheetmetal{
  scroll-margin-top: 130px;
}

/* *************************************
// 新着情報
************************************* */
.pl-wave {
  background-color: var(--sub-color);
  position: relative;
  overflow: hidden;
}

.pl-wave::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
  width: 15vw;
  height: auto;
  background-image: url(../images/common/t-gara02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  aspect-ratio: 229/370;
}

.news {
  background-color: var(--sub-color);
  margin: 0 calc(50% - 50vw);
  position: relative;
}

.pl001 {
  text-align: center;
  position: relative;
  padding-top: 50px;
}

.pl001.wrap {
  max-width: 800px
}

.news::after {
  content: '';
  position: absolute;
  top: 2vw;
  left: 0;
  display: block;
  width: 25vw;
  height: auto;
  background-image: url(../images/common/gara.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  aspect-ratio: 1/1;
}

.news::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2vw;
  background-image: url(../images/common/wave2_modified.webp);
  background-repeat: repeat no-repeat;
  background-position: bottom center;
  background-size: 1000px 2vw;
  z-index: 2;
  background-color: #fff;
  /* background-color: #e9ffca; */
  
}

.pl001 .title {
  line-height: 1.3;
  padding-bottom: 30px;
}

.pl001 .jp {
  color: var(--text02-color);
  font-weight: bold;
  font-size: 2.8rem;
}

.pl001 .en {
  color: var(--text02-color);
  font-weight: bold;
  font-size: 1.2rem;
}

.pl001 .post_list .title {
  padding: 0;
  margin-top: 0.5rem;
}

@media (width >=768px) {
  .pl001 .post_list .title {
    margin-top: 0;
  }
}

/* *************************************
// カレンダー
************************************* */
.calender {
  background-color: var(--sub2-color);
  padding: 150px 0 0 0;
  position: relative;
}

.calender-title {
  background-color: #fff;
  padding: 0px 0 60px 0;
  position: relative;
  text-align: center;
}

.ca001 {
  position: relative;
  padding-top: 0px;
}

.ca001 .title {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  display: block;
}

.ca001 .title::before {
  content: '';
  display: inline-block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white-color);
  z-index: 0;
}

.ca001 .pencil-icon {
  position: absolute;
  z-index: 1;
  top: 42%;
  right: 34%;
}

.ca001 .pencil-icon img {
  width: 80px;
  height: auto;
}

.bubble-text {
  position: absolute;
  top: -116px;
  right: -95px;
  background: var(--link-color);
  color: var(--text02-color);
  padding: 20px 20px;
  border-radius: 50%;
  font-size: 0.85em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  width: 130px;
}

.bubble-text .wednesday {
  color: #E83929 !important;
  font-weight: bold;
}

.bubble-text .saturday {
  color: #1B95E0 !important;
  font-weight: bold;
}

.ca001 .pencil-icon::before {
  content: '';
  position: absolute;
  bottom: 30px;
  right: -19px;
  border-style: solid;
  border-width: 15px;
  border-color: transparent var(--link-color) transparent transparent;
  transform: rotate(45deg);
}

.ca001 .title h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.ca001 .jp {
  color: var(--text02-color);
  font-weight: bold;
  font-size: 2.5rem;
}

.ca001 .en {
  color: var(--text02-color);
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
}

.cl-subtitle {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  border: solid 2px var(--text02-color);
  padding: 10px 30px;
  border-radius: 10px;
  display: inline-block;
}

.cl-subtitle ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 0;
}

.cl-subtitle li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9em;
  position: relative;
  padding-left: 30px;
}

.cl-subtitle li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: block;
}

.cl-subtitle li:first-child::before {
  background-color: var(--link-color);
}

.cl-subtitle li:nth-child(2)::before {
  background-color: #F47A4D;
  border-radius: 50%;
}

.cl-subtitle li:nth-child(3)::before {
  background-color: #78bad8;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .ca001 .title {
  }
  .ca001 .pencil-icon {
    top: 130%;
    right: 20%;
  }
  .bubble-text {
    transform: scale(0.9);
  }
  .cl-subtitle {
    margin-right: auto;
    display: block;
    width: fit-content;
    padding: 10px 15px;
  }
  .cl-subtitle ul {
    flex-direction: column;
    gap: 0.5em;
  }
  .ca001 .pencil-icon::before {
    bottom: -69px;
    right: 9%;
  }
  .bubble-text {
    top: -17px;
    right: -57px;
  }
  .pencal06::after {
    bottom: -171px;
  }
}


/* カレンダー */
.calender-list {
  /* max-width: 800px; */
  margin: 0 auto;
  padding: 0 20px;
}

.calendars.xo-months {
  display: flex;
  gap: 5%;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 0;
  }
}

.xo-event-calendar table.xo-month th {
  background: #f5f5f5;
}

.xo-event-calendar table.xo-month .month-dayname-space {
  height: 2.5em;
}

.xo-event-calendar table.xo-month .month-header>span {
  text-align: left;
  text-indent: 1em;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  background: #fee2ea;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
  position: relative;
}

.xo-event-calendar table.xo-month>thead th {
  font-weight: normal;
}

.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 0.3;
}

.holiday-holiday::before,
.holiday-wash::before,
.holiday-oil::before,
.holiday-wash.holiday-oil::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  top: 2em;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.holiday-wash.holiday-oil:not(.holiday-holiday)::before{
  left: 55%;
  transform: translateX(0);
}
.holiday-wash.holiday-oil:not(.holiday-holiday)::after,
.holiday-wash::before {
  background: #78bad8;
  border-radius: 50%;
}

.holiday-oil::before {
  background: #F47A4D;
  border-radius: 50%;
}

.holiday-holiday::before {
  background: #b7ff50;
  border-radius: 0;
}

.other-month.holiday-holiday::before,
.other-month.holiday-wash::before,
.other-month.holiday-oil::before {
  display: none;
}

.holiday-titles {
  display: none;
}

.month-prev,
.month-next {
  display: none;
}



/* *************************************
// ABOUTセクション
************************************* */
.about-section {
  position: relative;
  /* background-color: #fff; */
  width: 100%;
  padding: 40px 0 40px 0;
}

.about-inner {
  border-radius: 50px 0 0 50px;
  width: 90%;
  padding: 60px 0 60px 0;
  background-color: #e9ffca;
  background-image: linear-gradient( 135deg, #a8e6a3 20.83%, #b5ecb0 20.83%, #b5ecb0 25%, #c3f1be 25%, #c3f1be 45.83%, #c3f1be 45.83%, #c3f1be 50%, #a8e6a3 50%, #a8e6a3 70.83%, #b5ecb0 70.83%, #b5ecb0 75%, #c3f1be 75%, #c3f1be 95.83%, #c3f1be 95.83%, #c3f1be 100% );
  background-size: 24px 24px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 100vw;
  margin: 0 0 0 auto;
  gap: 2vw;
}

.about-left {
  flex: 0 0 0%;
  min-width: 0;
  padding: 0;
}

.about-center {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 2vw;
}

.about-main-title {
  font-size: 2.8em;
  font-weight: bold;
  color: var(--text02-color);
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
}

.about-sub-title {
  font-size: 1.1em;
  color: var(--text02-color);
  margin-bottom: 1.2em;
  font-weight: bold;
}

.about-text {
  font-size: 1em;
  color: #333;
  line-height: 1.6;
}

.about-right {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-image {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  /* max-width: 380px; */
  border-radius: 20px;
  /* height: 250px; */
  object-fit: cover;
}


/*===========================
  会社情報
  ============================*/
.p002 .two_in_one>div.left>.inner {
  padding: 0 6%
}

.company-text {
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: bold;
}
.company-text .pencal07::after {
  bottom: -60px;
}

.p002 {
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
}

.p004 {
  background-color: var(--sub-color);
  position: relative;
}

.profile-tb {
  background-color: #fff;
  border: 2px solid var(--text02-color);
  padding: 50px 20px;
}

.p004::before {
  content: '';
  position: absolute;
  top: -56px;
  left: 0;
  display: block;
  width: 100%;
  height: 62px;
  background-image: url(../images/common/wave2_modified.webp);
  background-repeat: repeat no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  z-index: 0;
}

.profile-tb {
  position: relative;
}

.profile-tb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 250px;
  height: 250px;
  background-image: url(../images/common/t-gara.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.profile-tb::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(../images/common/t-gara02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.p004 .jp,
.p004 .en,
.p003 .jp,
.p003 .en {
  color: var(--text02-color);
}

#company_profile {
  padding-bottom: 150px;
}
.p004 .pencal03::after {
  right: -562px;
  z-index: 20;
}

.p003 {
  background-color: var(--sub5-color);
  padding: 80px 0;
}
@media ( max-width:798px) {
  .company-text .pencal07::after {
    top: 0;
  }
  .p004 .pencal03::after {
    z-index: 20;
    right: -233px;
    top: 73px;
  }
  
}
/* スタッフ紹介セクションのスタイル */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 15px;
  padding: 40px 0px;
  position: relative;
  z-index: 10;
}

.staff-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.staff-card:hover {
  transform: translateY(-5px);
}

.staff-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  margin-top: 0px;
  overflow: hidden;
}

.staff-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.staff-info {
  padding: 15px;
}

.staff-name {
  font-size: 1.4em;
  font-weight: bold;
  color: var(--text02-color);
  margin-bottom: 5px;
}

.staff-position {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 15px;
  font-weight: bold;
}

#content .staff-message {
  font-size: 0.9em;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .staff-grid {
    grid-template-columns: 1fr;
    padding: 20px 10px;
  }


}


.p003 .title {
  position: relative;
  z-index: 10;
}

.p003 .title::before {
  content: '';
  display: inline-block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  background-color: var(--sub5-color);
  z-index: -1;
}

#company_philosophy {
  padding-top: 0;
}

/* 板金 */
.c001 {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
}

/* 板金ページ共通タイトル */
.c001 .title,
.c002 .title,
.c003 .title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.c001 .title::after,
.c002 .title::after,
.c003 .title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--main-color);
  margin: 15px auto 0;
}

.c001 .title .jp,
.c002 .title .jp,
.c003 .title .jp {
  font-size: 2em;
  font-weight: bold;
  color: var(--text02-color);
  margin-bottom: 5px;
  display: block;
  letter-spacing: 0.1em;
}

.c001 .title .en,
.c002 .title .en,
.c003 .title .en {
  font-size: 1em;
  color: var(--main-color);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 767px) {

  .c001 .title .jp,
  .c002 .title .jp,
  .c003 .title .jp {
    font-size: 1.6em;
  }

  .c001 .title .en,
  .c002 .title .en,
  .c003 .title .en {
    font-size: 0.9em;
  }

  .c001 .title::before,
  .c002 .title::before,
  .c003 .title::before {
    width: 80px;
    height: 80px;
  }
  .c001 {
    padding: 0 0 80px 0;
  }
  .content-block .pencal07::after {
    top: -126%;
    left: 5%;
  }
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.commitment-card {
  background: var(--sub-color);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.commitment-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.commitment-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.commitment-content h3 {
  font-size: 1.4em;
  color: var(--text02-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.commitment-content p {
  font-size: 0.95em;
  line-height: 1.8;
  color: #333;
}

.commitment-message {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.commitment-message p {
  font-size: 1.1em;
  line-height: 1.8;
  color: var(--text02-color);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .commitment-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }

  .commitment-card {
    padding: 20px;
  }

  .commitment-icon {
    width: 100px;
    height: 100px;
  }

  .commitment-content h3 {
    font-size: 1.2em;
  }

  .commitment-message {
    margin-top: 40px;
    padding: 20px;
  }
}

/* 自動車修理セクション */
.c002 {
  padding: 50px 0 140px 0;
  background-color: var(--sub2-color);
  position: relative;
}

.c002::before {
  content: '';
  position: absolute;
  top: -56px;
  left: 0;
  display: block;
  width: 100%;
  height: 62px;
  background-image: url(../images/metal/wave2_fee2ea.webp);
  background-repeat: repeat no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  z-index: 0;
}


/* サポートセクション */
/* サポートセクション */
.support-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fefefe 0%, #f5f7fa 100%);
}

/* グリッド */
.support-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* アイテムボックス */
.support-item {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 30px 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  flex: 1 1 calc(33.333% - 20px);
  min-width: 280px;
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.4);
}

.support-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

/* タイトル */
.support-item h3 {
  font-size: 1.5rem;
  color: #2c2c2c;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--sub5-color);
}

/* リード文 */
.support-lead,
.support-item p {
  font-size: 1rem;
  color: #444;
  line-height: 1.4;
  margin-bottom: 25px;
}

/* リスト */
.support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  font-size: 0.9rem;
}

.support-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 500;
}

.support-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: var(--sub5-color);
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .support-item {
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .support-grid {
    flex-direction: column;
    padding: 0 20px;
  }

  .support-item {
    flex: 1 1 100%;
    padding: 35px 25px;
  }

  .support-item h3 {
    font-size: 1.3rem;
  }

  .support-lead,
  .support-item p {
    font-size: 1rem;
  }
}


/* 板金塗装セクション */
.c003 {
  padding: 0px 0 50px 0;
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: 10;
}

.c003 .title::before {
  content: '';
  display: inline-block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 79%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
}
.coating-intro .pencal05::after {
  top: 50%;
}
.coating-intro {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
}

.coating-message {
  flex: 1;
}

.coating-message h3 {
  font-size: 2em;
  color: var(--text02-color);
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: bold;
}

.highlight-text {
  font-size: 1.2em;
  color: var(--main-color);
  margin-bottom: 20px;
  line-height: 1.8;
}

.coating-image {
  flex: 0 0 45%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.coating-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 作業内容と費用 */
.coating-content {
  margin-top: 80px;
}

.content-block {
  margin-bottom: 80px;
  padding: 40px;
  background: var(--sub5-color);
  border-radius: 15px;
}

.content-block:last-child {
  background: var(--sub4-color);
}


.content-block:last-child {
  margin-bottom: 0;
}

.content-block h3 {
  font-size: 1.1em;
  color: var(--text02-color);
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.section-lead {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}

/* サービスポイント */
.service-points {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
}

.point-item {
  flex: 1;
  text-align: center;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.point-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.point-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.point-item h4 {
  font-size: 1.2em;
  color: var(--text02-color);
  margin-bottom: 10px;
}

/* 価格ノート */
.price-note {}

.price-note h4 {
  color: var(--text02-color);
  font-size: 1.3em;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .coating-intro {
    flex-direction: column;
    gap: 30px;
  }

  .coating-message h3 {
    font-size: 1.6em;
    text-align: center;
  }

  .highlight-text {
    text-align: center;
  }

  .coating-image {
    flex: 0 0 100%;
  }

  .service-points {
    flex-direction: column;
  }
  .service-points .pencal03::after {
    top: 242px;
    right: -180px;
  }

  .content-block {
    padding: 30px 20px;
  }

  .support-item h3 {
    font-size: 1.3em;
  }
}

.column {
  padding-top: 100px;
}

/* カレンダー内の水曜日と土曜日の色分け */
.calendar-day.wednesday {
  color: var(--accent-color) !important;
}

.calendar-day.saturday {
  color: var(--main-color) !important;
}

/* 料金表セクション */
.car-wash {
  padding: 80px 0 0 0;
  background-color: #fff;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.service-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.menu-column {
  flex: 1;
  padding: 30px 40px;
  flex-basis: 50%;
}

.wash-menu {
  background-color: var(--sub5-color);
}
.oil-menu {
  background-color: var(--sub3-color);
  display: flex;
  gap: 40px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}
.oil-menu > div {
  flex: 1;
}
.wash-image {
  background-color: var(--sub5-color);
  display: flex;
  flex-direction: column;
  @media screen and (max-width: 767px) {
    padding-top: 0;
  }
}
.wash-image-wrapper {
  flex-grow: 2;
  flex-shrink: 2;
  position: relative;
}
.wash-image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  @media screen and (max-width: 767px) {
    position: static;
    aspect-ratio: 4/3;
    height: auto;
  }
}
  

.wash-image-text {
  font-weight: bold;
  text-align: center;
}
.menu-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  height: 70px;
  @media screen and (max-width: 767px) {
    height: auto;
  }
}
table + .menu-title {
  margin-top: 30px;
}
.menu-title img {
  width: 45px;
  height: auto;
}

.menu-title .car-wash__img {
  width: 90px;
  height: auto;
}
.menu-title .car-tire__img {
  width: 60px;
  height: auto;
}


.wash-title {
  font-size: 1.8rem;
  color: #0088b4;
  font-weight: bold;
}

.oil-title {
  font-size: 1.8rem;
  color: var(--text02-color);
  font-weight: bold;

}

.menu-title h3 span {
  font-size: 0.7em;
  margin-left: 5px;
}

.menu-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.menu-table th,
.menu-table td {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.menu-table th {
  background-color: #78bad8;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.menu-oil__table th {
  background-color: #c5a599;
}

.menu-table td {
  line-height: 1.6;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  vertical-align: middle;
}
.menu-oil__table {
  position: relative;
  overflow: visible;
}

/* .menu-oil__table::after {
  content: "";
  position: absolute;
  right: 0; 
  width: 250px;   
  height: 130px;
  background: url(../../library/images/common/pencal01.svg) no-repeat center/contain;
  z-index: 2;
  animation: penguin-bounce 1.2s infinite;
  pointer-events: none;
} */
.new-car .pencal02::after {
  top: 0;
  right: -20%;
} 

@keyframes penguin-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-30px) scale(0.98, 1.02);
  }
  60% {
    transform: translateY(-15px) scale(1);
  }
  90% {
    transform: translateY(0) scale(1.1, 0.9);
  }
}

.price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 300px;
}

.price-label {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.price-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.price-value {
  display: inline-block;
  min-width: 80px;
  text-align: right;
}

.price-note {
  color: #666;
  font-size: 0.9em;
}

/* ラベルの共通スタイル */
.wash-color01,
.wash-color02 {
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.wash-color01 {
  background-color: #333;
}

.wash-color02 {
  background-color: #ffa2bb;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .service-menu {
    flex-direction: column;
  }

  .menu-column {
    padding: 40px 20px;
  }

  .menu-title h3 {
    font-size: 1.2em;
  }

  .menu-table th,
  .menu-table td {
    padding: 12px;
    font-size: 0.9em;
  }
  .menu-oil__table::after {
    display: none;
  }
  .new-car .pencal02::after {
    top: -228%;
    right: 6%;
  } 
  .pencal03::after {
    right: 0;
    top: -30%;
  }
  .pencal07::after {
    top: -128%;
  }
  .pencal04::after {
    right: 5px;
    top: -40%;
  }
  .pencal05::after {
    top: 20%;
    left: 20%;
    display: none;
  }
  .pencal09::after {
    bottom: 50%;

  }

 
.top-shop__info .pencal01::after {
  display: none;
}
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .wave-separator {
    height: 100px;
  }

  .about-section {
    margin-top: -30px;
  }

  .about-inner {
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 5%;
    width: 95%;
  }

  .about-left {
    /* writing-mode: inherit; */
  }

  .about-left .vertical-title-line {}

  .about-center {
    flex: 0 0 80%;
  }

  .about-right {
    display: block;
    padding: 2vw;
    flex: inherit;
    margin: 20px ;
    
  }

  .about-image {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
  }

  .pencal02::after {
    top: inherit;
    right: 3%;
    bottom: 2%;
  }
}

/* Our Serviceセクション */
.our-service {
  padding: 60px 0;
  background-color: var(--sub4-color);
  position: relative;
  overflow: hidden;
}


/* ヘッダー部分 */
.section-header {
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  margin-top: 0px;
}

.section-title {
  font-size: 2rem;
  color: var(--text02-color);
  font-weight: bold;
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--text02-color);
  font-weight: bold;
}
.section-header .en{
  font-size: 1em;
  color: var(--main-color);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-top: 20px;
}
.section-header .en::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--main-color);
  margin: 15px auto 0;
}

/* サービスアイテムのコンテナ */
.service-items {
  position: relative;
  max-width: 1400px;
  margin: 30px auto 0;
  padding: 0 20px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}

/* 大きな円の背景 */
.service-items::before {
  content: '';
  position: absolute;
  width: 1350px;
  height: 600px;
  border-radius: 600px 600px 0 0;
  background: var(--link-color);
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* 各サービスアイテム */
.service-item {
  flex: 0 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.service-image-wrapper {
  width: 160px;
  height: 160px;
  position: relative;
}

.service-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 各サービスアイテムの位置調整（アーチ状に配置） */
.service-item:nth-child(1) {
  transform: translateY(-40px);
}

.service-item:nth-child(2) {
  transform: translateY(-80px);
}

.service-item:nth-child(3) {
  transform: translateY(-100px);
}

.service-item:nth-child(4) {
  transform: translateY(-80px);
}

.service-item:nth-child(5) {
  transform: translateY(-40px);
}

/* タイトルとテキスト */
.service-item-title {
  font-size: 1.4rem;
  color: var(--text02-color);
  font-weight: bold;
  margin: 15px 0 10px;
}

.service-item-text {
  font-size: 0.9rem;
  color: var(--text-color);
  font-weight: bold;

}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .our-service {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .service-items {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between ;
    padding: 20px;
    gap: 0;
  }

  .service-items::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .service-image-wrapper {
    width: 140px;
    height: 140px;
  }

  .service-item {
    transform: none !important;
    flex-basis: 45%;
    margin-bottom: 5vw;
  }

  .service-item-title {
    font-size: 1.2rem;
    margin: 0;
  }
  .service-item-text {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

/*新車販売*/
.all-car {
  text-align: center;
  padding: 40px 20px;
}
.all-car-title {
  font-weight: bold;
  position: relative;
  z-index: 20;
  font-size: 1.4rem;
}
.all-car-text {
  border-bottom: 2px solid #47bc90;
  padding-bottom: 6px;
  color: #47bc90;
  font-size: 1.1em;
  font-weight: bold;
  margin: 18px 0;
  background: none;
  display: inline-block;
  position: relative;
  z-index: 20;
}
.new-car {
  position: relative;
  padding-bottom: 160px;
}

.new-car .section-header {
  margin-top: -40px;
}

.new-car::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  width: 350px;
  height: 350px;
  background-image: url(../images/common/gara.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.new-car::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
  width: 350px;
  height: 350px;
  background-image: url(../images/common/t-gara02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.new-car .section-header::before {
  content: '';
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background-color: #fff;
  z-index: -1;
}

.top_new_car {
  background: #47bc90;
  padding: 40px 0 20px 0;
  border-radius: 20px;
  width: 40%;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.newcar__text {
  text-align: center;
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.top_new_car_catch {
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
  padding-inline: 1em;
}

.box001 {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #333;
  margin: 0 20px;

}

.top_newcar .box001 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

.box001 img:first-child {
  margin: 0;
  width: 100%;
}

.box001 img.logo {
  margin: 20px auto;
  display: table;
  max-width: 80%;
}

@media (min-width: 1030px) {
  .top_new_car .box001 p {
    font-size: 16px;
  }
}

.top_new_car .box001 p {
  font-size: 12px;
  margin-top: auto;
  color: #000;
}

.box001 p {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.btn0011 {
  background-color: #47bc90;
  width: fit-content;
  border-radius: 100px;
  margin: 10px 0 30px 0;
  padding: 7px 2px;

}

.btn_black01::before {
  background-color: #fff;
  border-radius: 50%;
  scale: 120%;
}

.btn_black01::before,
.btn_black01::after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 0;
  top: calc(50% - 0.5em);
  right: 1em;
}

.btn_black01::after {
  clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
  background-color: #47bc90;
}

.top_new_car_catch.seven span {
  color: #fff;
}

.top_new_car_catch>span {
  font-weight: bold;
  font-size: 120%;
}

.top_new_car_catch:before,
.top_new_car_catch:after {
  content: '';
  display: block;
  height: 2em;
  width: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
}

.top_new_car_catch:before {
  left: 0;
  rotate: -30deg;
}

.top_new_car_catch:after {
  right: 0;
  rotate: 30deg;
}

.btn_black01 {
  border: 2px solid #fff;
  background-size: auto auto;
  background-color: #47bc90;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #45BC90 5px, #A2DDC7 10px);
  color: #333;
  position: relative;
  z-index: 0;
  border-radius: 100px;
  padding: 0.5em 4em 0.5em 3em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .newcar__text {
    padding: 0 20px;
  }
  .top_new_car {
    width: 100%;
    border-radius: 0;
  }
  .top_new_car .box001 {
    width: 90%;
    margin: auto;
    border: 1px solid #333;
  }
  .insurance-section::before {
    content: none;
  }

}
/* 板金ページのサービスリスト */
.metal-service-list {
  margin-top: 60px;
}

.metal-service-list .metal-service-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  position: relative;
}

.metal-service-list .metal-service-item:last-child {
  margin-bottom: 60px;
}

.metal-service-list .metal-service-item.reverse {
  flex-direction: row-reverse;
}

.metal-service-image {
  flex: 0 0 50%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.metal-service-image img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  vertical-align: bottom;
  position: relative;
  z-index: 20;
  /* max-width: 500px; */
  /* height: 350px; */
}

.metal-service-content {
  flex: 1;
}

.metal-service-content h3 {
  font-size: 2em;
  color: var(--text02-color);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.metal-service-lead {
  font-size: 1.2em;
  color: var(--main-color);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.metal-service-text {
  /* line-height: 1.8; */
}

.metal-service-text p {
  margin-bottom: 15px;
  color: #333;
}

.metal-service-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  .metal-service-list .metal-service-item,
  .metal-service-list .metal-service-item.reverse {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }

  .metal-service-image {
    flex: 0 0 100%;
  }

  .metal-service-content h3 {
    font-size: 1.4em;
    text-align: center;
  }

  .metal-service-lead {
    font-size: 1.1em;
    text-align: center;
  }
  .metal-service-text {
    padding: 0 20px;
  }
  .metal-service-content .pencal02::after {
    right: -228px;
    bottom: -62px;
  }
}

/* 中古車セクション */
.top-used__car {
  background-color: var(--sub3-color);
  padding: 80px 0 120px 0;
  text-align: center;
  position: relative;
}

.top-used__car .section-header {
  margin-top: -120px;
}

.top-used__car .section-header::before {
  content: '';
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background-color: var(--sub3-color);
  z-index: -1;
}

.top-usedcar__text {
  text-align: center;
  padding: 30px 0;
  font-size: 1em;
  position: relative;
  z-index: 10;
}

.top-usedcar__card {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.usedcar-card {
  background: none;
  padding: 20px 30px;
  flex: 1;
  position: relative;
}

.usedcar-card::before {
  content: '';
  position: absolute;
  left: 8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.usedcar-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

.card-emphasis {
  color: #ffa2bb;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  position: relative;
  z-index: 3;
}

.card-description {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  z-index: 3;
}

.card-number {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: var(--text02-color);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.card-title {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin: 0;
}

.card-header::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--text02-color);

}

.btn001 {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

.btn001 a {
  display: inline-block;
  padding: 10px 40px;
  background: var(--text02-color);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn001 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .top-usedcar__card {
    flex-direction: column;
  }

  .usedcar-card {
    margin-bottom: 20px;
  }
}

.inspection-section {
  background-color: #fff;
  padding: 80px 0 120px 0;
  position: relative;
}
.introjoy-text h3 {
  font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    padding-bottom: 30px;
    font-weight: bold;
    color: var(--text02-color);
}

.inspection-section .section-header {
  margin-top: -120px;
}

.inspection-section .section-header::before {
  content: '';
  display: inline-block;
  width: 600px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background-color: #fff;
  z-index: -1;
}

.inspection-section::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 350px;
  height: 350px;
  background-image: url(../images/common/gara.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.inspection-section::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(../images/common/t-gara02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.inspection-text {
  text-align: center;
  padding: 30px 20px;
  font-size: 1em;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.inspection-card__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.inspection-card {
  background: none;
  padding: 20px 30px;
  flex: 1;
  min-width: 200px;
  max-width: 280px;
  position: relative;
}

.inspection-card::before {
  content: '';
  position: absolute;
  left: 8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.inspection-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid var(--text02-color);
  z-index: 2;
}

.inspection-card .card-header,
.inspection-card .card-emphasis,
.inspection-card .card-description {
  position: relative;
  z-index: 3;
  text-align: center;
}

.inspection-images {
  display: flex;
  gap: 4%;
  margin: 40px auto;
  max-width: 800px;
  padding: 0 20px;
  position: relative;
  z-index: 2;

}

.inspection-image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  aspect-ratio: 1/1;
  width: 43%;
  height: auto;
  border-radius: 50%;
}

.inspection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: transform 0.3s ease;
}

.inspection-image:hover img {
  transform: scale(1.05);
}


@media screen and (max-width: 1024px) {
  .inspection-card {
    flex: 0 0 calc(50% - 15px);
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .inspection-card {
    flex: 0 0 100%;
    max-width: none;
  }

  .inspection-section::before,
  .inspection-section::after {
    width: 150px !important;
    height: 150px !important;
  }
  .inspection-images {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .inspection-image {
    width: 30%;
    margin-bottom: 10%;
  }
  .inspection-text {
    font-size: 1.1em;
    padding: 20px 15px;
  }
}

/* 板金セクション */
.top-sheetmetal {
  background-color: var(--sub2-color);
  padding: 80px 0 140px 0;
  text-align: center;
  position: relative;
}

.top-sheetmetal .section-header::before {
  content: '';
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background-color: var(--sub2-color);
  z-index: -1;
}

.top-sheetmetal .section-header {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

.sheetmetal-text {
  text-align: center;
  padding: 30px 0;
  font-size: 1em;
  position: relative;
  z-index: 10;
  color: var(--text02-color);
  margin-bottom: 20px;
}

.sheetmetal-images {
  display: flex;
  gap: 2%;
  margin: 40px auto;
  max-width: 1080px;
  padding: 0 20px;
  position: relative;
  z-index: 2;

}

.sheetmetal-image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  aspect-ratio: 1/1;
  width: 43%;
  height: auto;
  border-radius: 50%;
}

.sheetmetal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: transform 0.3s ease;
}

.sheetmetal-image:hover img {
  transform: scale(1.05);
}

.btn002 {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.btn002 a {
  display: inline-block;
  padding: 10px 60px;
  background: var(--link-color);
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  font-size: 1.1em;
  position: relative;
}

.btn002 a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .sheetmetal-images {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .sheetmetal-image {
    width: 45%;
    margin-bottom: 10%;
  }
  .sheetmetal-text {
    font-size: 1.1em;
    padding: 20px 15px;
  }

  .btn002 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .btn002 a {
    padding: 12px 40px;
    font-size: 1em;
  }
}


/* 保険セクション */
.insurance-intro-section {
  padding: 60px 0 80px 0;
}
.insurance-section {
  background-color: #fff;
  padding: 80px 0 160px 0;
  position: relative;
}

.insurance-section .section-header {
  margin-top: -120px;
}

.insurance-section .section-header::before {
  content: '';
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background-color: #fff;
  z-index: -1;
}

.insurance-section::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 350px;
  height: 350px;
  background-image: url(../images/common/gara.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.insurance-section::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(../images/common/t-gara02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.insurance-image {
  position: relative;
  z-index: 10;
  margin: 40px auto;
  max-width: 100%;
  width: 600px;
  height: auto;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.insurance-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn003 {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.btn003 a {
  display: inline-block;
  padding: 10px 60px;
  background: #ffa2bb;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  font-size: 1.1em;
  position: relative;
}

.btn003 a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .inspection-image {
    max-width: 100%;
    margin: 30px auto;
  }

  .btn003 a {
    padding: 12px 40px;
    font-size: 1em;
  }
}

/* お客様の声セクション */
.top-uservoice {
  background-color: var(--sub3-color);
  padding: 80px 0 120px 0;
  position: relative;
}

.top-uservoice .section-header {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

.top-uservoice .section-header::before {
  content: '';
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background-color: var(--sub3-color);
  z-index: -1;
}

.uservoice-text {
  text-align: center;
  padding: 30px 0;
  font-size: 1.2em;
  position: relative;
  z-index: 10;
  color: var(--text02-color);
  margin-bottom: 20px;
  display: flex;
  margin: 0 auto;
}

.uservoice-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 40px auto;
  max-width: 1400px;
  padding: 0 20px;
  position: relative;
  z-index: 2;

}

.uservoice-card {
  background: none;
  padding: 15px 25px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}

.uservoice-card::before {
  content: '';
  position: absolute;
  left: 8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.uservoice-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

.uservoice-stars {
  color: #FFD700;
  font-size: 1.2em;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

.uservoice-title {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  font-weight: bold;
  height: 3em;
  display: flex;
  align-items: center;
}

.uservoice-border {
  height: 1px;
  background: #ddd;
  margin: 10px 0;
  position: relative;
  z-index: 3;
}

.uservoice-comment {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--text02-color);
  position: relative;
  z-index: 3;
  flex-grow: 2;
}

.uservoice-image {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  margin: 0 auto;
  position: relative;
  z-index: 3;

}

.uservoice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}



@media screen and (max-width: 1200px) {
  .uservoice-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .uservoice-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .uservoice-container {
    grid-template-columns: 1fr;
  }
}

.white {
  background-color: #fff;
  padding: 100px 0;
}

/* Instagramセクション */
.instagram {
  background-color: var(--sub2-color);
  padding: 80px 0 120px 0;
  position: relative;
}

.instagram .section-header {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

.instagram .section-header::before {
  content: '';
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background-color: var(--sub2-color);
  z-index: -1;
}
.instagram-embed {
  margin-block-start: calc(40 * var(--rem));
  max-width: 1040px;
  margin: 0 auto;
  width: 96%;
  position: relative;
  z-index: 20;
}
.instagram-embed img {
  border-radius: 20px;
}

.insta-icon {
  text-align: center;
  margin-bottom: 15px;
}

.insta-icon img {
  width: 40px;
  height: 40px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px auto;
  max-width: 1080px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.instagram-item {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.instagram-item::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: -1;
}

.btn004 {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.btn004 a {
  display: inline-block;
  padding: 10px 60px;
  background: var(--link-color);
  color: var(--text02-color);
  border-radius: 100px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  font-size: 1.1em;
  position: relative;
}

.btn004 a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .btn004 a {
    padding: 12px 40px;
    font-size: 1em;
  }
}

@media screen and (max-width: 480px) {
  .instagram-grid {
    grid-template-columns: 1fr;
  }
}

/* 共通ボタンスタイル */
.btn001 a,
.btn002 a,
.btn003 a,
.btn004 a {
  border: none;
  background-size: auto auto;
  position: relative;
  z-index: 0;
  border-radius: 100px;
  padding: 0.5em 4em 0.5em 3em;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

/* ボタン共通の矢印スタイル */
.btn001 a::before,
.btn002 a::before,
.btn003 a::before,
.btn004 a::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 0;
  top: calc(50% - 0.5em);
  right: 1em;
  background-color: #fff;
  border-radius: 50%;
  scale: 120%;
}

.btn001 a::after,
.btn002 a::after,
.btn003 a::after,
.btn004 a::after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 0;
  top: calc(50% - 0.5em);
  right: 1em;
  clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
}

/* btn001 - 在庫車はこちら等のボタン */
.btn001 a {
  background-color: var(--text02-color);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.2) 10px);
  color: #fff;
}

.btn001 a::after {
  background-color: var(--text02-color);
}

/* btn002 - 鈑金のボタン */
.btn002 a {
  background-color: var(--link-color);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.2) 10px);
  color: #fff;
}

.btn002 a::after {
  background-color: var(--link-color);
}

/* btn003 - 保険のボタン */
.btn003 a {
  background-color: #ffa2bb;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.2) 10px);
  color: #fff;
}

.btn003 a::after {
  background-color: #ffa2bb;
}

/* btn004 - インスタグラムのボタン */
.btn004 a {
  background-color: var(--link-color);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.2) 10px);
  color: var(--text02-color);
}

.btn004 a::after {
  background-color: var(--link-color);
}

/* ホバーエフェクト */
.btn001 a:hover,
.btn002 a:hover,
.btn003 a:hover,
.btn004 a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .btn001 a,
  .btn002 a,
  .btn003 a,
  .btn004 a {
    padding: 12px 60px 12px 40px;
    font-size: 1em;
    line-height: 1;
  }
}

/* ショップ情報セクション */
.top-shop__info {
  background-color: #fff;
  padding: 80px 0 120px 0;
  position: relative;
}

.top-shop__info::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 350px;
  height: 350px;
  background-image: url(../images/common/gara.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.top-shop__info::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(../images/common/t-gara02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.top-shop__info .pencal01::after {
  right: -80px;
}
.wave-line02 {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 80'%3E%3Cpath d='M0 40 Q100 80, 200 40 T400 40 L400 80 L0 80' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 80'%3E%3Cpath d='M0 40 Q100 80, 200 40 T400 40 L400 80 L0 80' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 400px 80px;
  mask-size: 400px 80px;
  animation: waveAnimation 4s linear infinite;
  z-index: 10;
}

.shop-content {
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  align-items: center;
}

.shop-image {
  flex: 0 0 40%;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}

.shop-image::before {
  content: '';
  position: absolute;
  right: 8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background-color: var(--link-color);
  opacity: 0.5;
  border-radius: 10px;
  z-index: -1;
}

.shop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.shop-info {
  flex: 0 0 55%;
}

.shop-description {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  color: var(--text02-color);
}

.shop-table {
  width: 100%;
  border-collapse: collapse;
}

.shop-table tr {
  border-bottom: 1px solid #eee;
}

.shop-table th {
  padding: 15px;
  width: 30%;
  text-align: left;
  color: var(--text02-color);
  background-color: var(--sub3-color);
}

.shop-table td {
  padding: 15px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .shop-content {
    flex-direction: column;
    gap: 30px;
  }

  .shop-image,
  .shop-info {
    flex: 0 0 100%;
  }

  .shop-table th {
    width: 35%;
  }
}

/* マップセクション */
.map {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  line-height: 0;
}

.map-container {
  width: 100%;
  height: 450px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/*ペンかる*/


.f001 {
  color: var(--text-color);
}

.f001 #inner-footer {
  display: block;
  padding-bottom: 30px;
}

.f001 #inner-footer>* {
  margin: 20px 0 0;
}

.f001 #inner-footer>*:first-child {
  margin: 0;
}

.f001 .company_info {
  text-align: center;
}

.f001 .logo {
  margin: 0 auto 30px;
}

.f001 .logo a {
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  width: fit-content;
  margin: 0 auto;
}

.f001.footer .logo img {
  margin: 0 auto 10px;
  display: block;
  width: 210px;
  height: auto;
}

.f001.footer .logo span {
  display: block;
}

.f001.footer .logo span.name {
  font-size: 0.8em;
}

.f001.footer .logo span.sub {
  font-size: 1.2em;
  line-height: 1;
}

.f001 .address>span {}

.f001 a.tel_box {
  background: transparent;
  font-size: 2em;
  display: block;
  font-weight: bold;
  color: var(--main-color);
}

.f001 a.tel_box img {
  width: 0.6em;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.2em;
}

.f001 nav {
  width: 100%;
}

.f001 ul.nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f001 .nav li {
  padding: 5px 20px;
  border-right: 1px solid var(--text02-color);
}

.f001 .nav li:last-child {
  border-right: none;
}

.f001 .nav li a {
  padding: 0px 1em;
  display: inline;
  /* font-size: 14px; */
}

.f001 .nav li a:hover {
  text-decoration: underline;
}

.f001 .nav li ul.sub-menu,
.f001 .nav li ul.children {
  display: none;
}

.footer-wave-container {
  width: 100vw;
  height: 3vw;
  overflow: hidden;
  position: relative;
  overflow: visible;
}

.footer-wave-svg {
  width: 100vw;
  height: 100%;
  display: block;
}

.f001 .copyright {
  padding: 20px 0 0;
  background: var(--link-color);
}

.f001 .copyright a {
  color: var(--text-color);
  margin-right: 1em;
  ;
}

@media (width <=1199px) {
  .f001 ul.nav>li {
    border: none;
  }
}
.footer-wave-container {
  position: relative;
  /* すでにrelativeがあれば不要 */
}

.footer-wave-container::after {
  content: "";
  position: absolute;
  top: -40px;      
  right: 10%;        
  width: 90px;     
  height: 90px;
  background: url(../../library/images/common/pencal01.svg) no-repeat center/contain;
  z-index: 10;
  animation: penguin-jump 1.3s infinite;
  pointer-events: none;
}

@keyframes penguin-jump {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  20% {
    transform: translateY(-30px) scale(1.05, 0.95);
  }
  40% {
    transform: translateY(-50px) scale(0.95, 1.05);
  }
  60% {
    transform: translateY(-30px) scale(1.05, 0.95);
  }
  80% {
    transform: translateY(0) scale(1);
  }
}
@media (width <=767px) {
  .f001 #inner-footer {
    padding: 30px 5%;
  }

  .f001 nav {
    display: none;
  }

  .f001 .copyright {
    padding-bottom: 60px;
    font-size: 10px;
  }
}

/*中古車*/
.o003 {
  padding: 0px 0 50px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
.o003 .title .jp {
  font-size: 2em;
  font-weight: bold;
  color: var(--text02-color);
  margin-bottom: 5px;
  display: block;
  letter-spacing: 0.1em;
}
.o003 .title .en {
  font-size: 1em;
  color: var(--main-color);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  font-family: 'Roboto', sans-serif;
}
.o003 .title::before {
  content: '';
  display: inline-block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 79%;
  transform: translate(-50%, -50%);
  background-color: var(--sub3-color);
  z-index: -1;
}
.o003 .title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--main-color);
  margin: 15px auto 0;
}
.o003 .title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.o003 {
  background-color: var(--sub3-color);
  margin-top: 120px;
}
.best-title {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}

.best-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 10px;
  background:var(--link-color);
  opacity: 0.5;
  z-index: -1;
}

/* 旧 .o003 セクションを新クラス名に変更 */
.reassurance-section {
  padding: 0 0 50px 0;
  position: relative;
  text-align: center;
  z-index: 10;
  background-color: var(--sub3-color);
  margin-top: 120px;
}
.reassurance-title::before {
  content: '';
  display: inline-block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 104%;
  transform: translate(-50%, -50%);
  background-color: var(--sub3-color);
  z-index: -1;
}
.reassurance-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.reassurance-title .jp {
  font-size: 2em;
  font-weight: bold;
  color: var(--text02-color);
  margin-bottom: 5px;
  display: block;
  letter-spacing: 0.1em;
}
.reassurance-title .en {
  font-size: 1em;
  color: var(--main-color);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  font-family: 'Roboto', sans-serif;
}
.reassurance-points {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
  flex-wrap: wrap;
}
.reassurance-point {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  flex: 1 1 250px;
  max-width: 320px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reassurance-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reassurance-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.reassurance-point h4 {
  font-size: 1.1em;
  color: var(--text02-color);
  margin-bottom: 10px;
  font-weight: bold;
}
.reassurance-text {
  font-size: 0.95em;
  color: #333;
  line-height: 1.6;
}
.reassurance-lead {
  color: var(--text02-color);
  margin: 0 auto 30px auto;
  text-align: center;
  padding-top: 20px;
  font-size: 1rem;
}
.reassurance-lead span{
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 900px) {
  .reassurance-points {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .reassurance-point {
    max-width: 100%;
    width: 90%;
  }
}
@media (max-width:798px) {
  .best-title {
    padding: 0 20px;
  }
  .reassurance-points .pencal02::after{
    bottom: -42%;
  }
}

/* goonet */

.goonet {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}
.goonet-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 500px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.goonet-link {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  padding: 20px 30px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.goonet-link:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  transform: translateY(-2px) scale(1.02);
}
.goonet-logo {
  width: 100px;
  height: auto;
  display: block;
}
.goonet-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.goonet-label {
  font-size: 1.1em;
  font-weight: bold;
  color: #d90000;
}
.goonet-desc {
  font-size: 0.95em;
  color: #333;
}
.goonet-arrow {
  font-size: 2em;
  color: #d90000;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .goonet-inner, .goonet-link {
    align-items: center;
    padding: 15px 10px;
    gap: 10px;
  }
  .goonet-logo {
    width: 200px;
  }
  .goonet-arrow {
    margin-left: 0;
  }
}

/* goonet 新デザイン */
.goonet {
  background: var(--sub5-color);
  padding: 60px 0 80px 0;
  text-align: center;
}
.goonet-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid var(--link-color);
  border-radius: 18px;
  padding: 30px 20px 24px 20px;
  max-width: 340px;
  margin: 0 auto;
  background: #f9f9f9;
  position: relative;
}
.goonet-balloon {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--link-color);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.2) 10px);
  color: var(--text02-color);
  font-weight: bold;
  font-size: 1.05em;
  padding: 8px 22px;
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  z-index: 2;
  white-space: nowrap;
}
.goonet-link {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  text-decoration: none;
}
.goonet-logo {
  width: 180px;
  height: auto;
  display: block;
}
.goonet-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #d90000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: background 0.2s;
}
.goonet-link:hover .goonet-arrow {
  background: #ffeaea;
}
@media (max-width: 600px) {
  .goonet-box {
    max-width: 85vw;
    padding: 24px 4vw 18px 4vw;
  }
  .goonet-logo {
    width: 200px;
  }
  .goonet-arrow {
    width: 36px;
    height: 36px;
  }
  .goonet-balloon {
    font-size: 0.95em;
    padding: 7px 14px;
    top: -22px;
  }
  .goonet .pencal06::after {
    bottom: -90px;
  }
  
  
}

/* oldcar-uservoice セクション */
.oldcar-uservoice {
  background-color: var(--sub4-color);
  padding: 160px 0 120px 0;
  text-align: center;
  position: relative;
}
.oldcar-uservoice-header {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.oldcar-uservoice-title {
  font-size: 2.6rem;
  color: var(--text02-color);
  font-weight: bold;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}
.oldcar-uservoice-title span {
  color: #ffa2bb;
}
.oldcar-uservoice-subtitle {
  font-size: 1.2rem;
  color: var(--text02-color);
  font-weight: bold;
  margin-bottom: 0;
}
.oldcar-uservoice-lead {
  text-align: center;
  padding: 30px 0;
  font-size: 1.2em;
  position: relative;
  z-index: 10;
  color: var(--text02-color);
  margin-bottom: 20px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.oldcar-uservoice-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 40px auto;
  max-width: 1400px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.oldcar-uservoice-card {
  background: none;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.oldcar-uservoice-card::before {
  content: '';
  position: absolute;
  left: 8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.oldcar-uservoice-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.oldcar-uservoice-card-title {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  font-weight: bold;
  height: 3em;
  display: flex;
  align-items: center;
}
.oldcar-uservoice-card-border {
  height: 1px;
  background: #ddd;
  margin: 10px 0;
  position: relative;
  z-index: 3;
}
.oldcar-uservoice-card-comment {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--text02-color);
  position: relative;
  z-index: 3;
  flex-grow: 2;
}
.oldcar-uservoice-card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.oldcar-uservoice-header {
  position: relative;
} 
.oldcar-uservoice-header::before {
  content: '';
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  background-color: var(--sub4-color);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .oldcar-uservoice-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .oldcar-uservoice-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .oldcar-uservoice-header::before {
    top: -16%;
    }
    .oldcar-uservoice-lead {
      padding: 30px 20px;
    }

     
}
@media screen and (max-width: 480px) {
  .oldcar-uservoice-container {
    grid-template-columns: 1fr;
  }
  
}

/* =============================
   保険ページ専用セクション
   ============================= */
.insurance-points-section {
  background: var(--sub5-color, #f9f9f9);
  padding: 80px 0;
}
.insurance-points-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.insurance-point-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  padding: 36px 28px 28px 28px;
  flex: 1 1 300px;
  max-width: 395px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.insurance-point-icon {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  aspect-ratio: 35 / 24;
}
.insurance-point-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.point-label {
  display: inline-block;
  background: var(--main-color, #ffa2bb);
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 4px 18px;
  font-size: 1.1em;
  margin-bottom: 12px;
  margin-top: 0;
  letter-spacing: 0.1em;
}
.insurance-point-card h3 {
  font-size: 1.2em;
  color: var(--text02-color, #333);
  margin-bottom: 12px;
  font-weight: bold;
}
.insurance-point-card p {
  font-size: 1em;
  color: #444;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .insurance-points-grid {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .insurance-point-card {
    max-width: 95vw;
    width: 100%;
  }
}

.insurance-company-section {
  background: #fff;
  padding: 80px 0 0 0;
}
.insurance-company-logos {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.company-logo {
  flex: 1 1 45%;
  max-width: 400px;
  height: 96px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: solid 1px #999;

}
.company-logo img {
  width: 100%;
  height: auto;
  max-width: 220px;
}
@media (max-width: 767px) {
  .insurance-company-logos {
    flex-direction: column;
    gap: 20px;
  }
  .company-logo {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .company-logo img {
    max-width: 90vw;
  }
}
.insurance-intro-section .about-main-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 30px;
}
.insurance-intro-section .about-inner {
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.insurance-intro-section .about-image {
  max-width: 500px;
  height: 350px;
}
.gallery .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery.image_border .contents > div {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ccc;
  margin: 0 auto 0;
  padding: 15px;
  justify-content: center;
}
.gallery.image_border .contents > div img {
  aspect-ratio: auto;
  object-fit: inherit;
  object-position: inherit;
}

.item {
  margin: 100px 0;
}
.insurance-company-section .pencal03::after {
  top: 44px;
}

@media (max-width: 767px) {
  .gallery .contents {
    gap: 30px;
    flex-direction: column;
  }
  .gallery.image_border .contents > div {
    width: 60% !important;
}
.insurance-intro-section .about-image {
  max-width: 330px;
  height: auto;
}
.insurance-intro-section .about-main-title {
  font-size: 1.6rem;
  padding-top: 30px;
}
.insurance-points-grid .pencal02::after {
  top: 10px;
}
.insurance-intro-section .pencal07::after {
  top: 97%;
}
}

/* =============================
  車検ページ用
   ============================= */
.introjoy-section {
  background: #fff;
  padding: 60px 0 100px 0;
}
.introjoy-inner {
  display: flex;
  align-items: center;
  margin:0 100px 0 0;
  gap: 60px;
}
.introjoy-photo img {
  width: 800px;
  height: 500px;
  object-fit: cover;
  border-radius: 0 16px 16px 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.introjoy-text {
  flex: 1;
  padding: 0 15px;
}
.introjoy-title {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 1em;
}
@media (max-width: 1280px) {
  .introjoy-inner {
    margin: 0;
  }
  .insurance-intro-section {
    text-align: center;
  }
  .introjoy-inner {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .introjoy-photo img {
    border-radius: 0;
    box-shadow: none;
  }
  .introjoy-text {
    padding: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .insurance-intro-section {
    text-align: center;
  }
  .introjoy-inner {
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }
  .insurance-intro-section {
    padding: 20px 0 50px;
  }
  .introjoy-photo  {
    padding: 0;
  }
  .introjoy-photo img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
  .introjoy-text p {
    text-align: center;
  }
  .introjoy-section {
    padding: 0 0 100px 0;
  }
  .introjoy-text h3 {
    text-align: center;
  }
  .introjoy-section .pencal02::after {
    right: -326px;
    bottom: -76px;
    z-index: 20;
  }

}
.featurejoy-section .title ,.repairjoy-section .title{
  font-size: 2em;
font-weight: bold;
color: var(--text02-color);
margin-bottom: 20px;
display: block;
letter-spacing: 0.1em;
position: relative;
z-index: 10;
margin-top: -40px;
padding-bottom: 50px;
}
.featurejoy-section .title .en ,.repairjoy-section .title .en{
  font-size: 1rem;
  color: var(--main-color);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  font-family: 'Roboto', sans-serif;
}
.featurejoy-section .title::after ,.repairjoy-section .title::after{
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--main-color);
  margin: 15px auto 0;
}
.featurejoy-section .title::before  {
  background-color: var(--sub-color);
}
.repairjoy-section .title::before {
  background-color: var(--sub5-color);
}
.inspection-flow .title::before {
  background-color: #fff;
}
.featurejoy-section .title::before ,.repairjoy-section .title::before , .inspection-contact .title::before , .inspection-flow .title::before{
  content: '';
  display: inline-block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  
  z-index: -1;
}
.repair-text {
  position: relative;
  z-index: 10;
  padding-bottom: 30px;
}

.featurejoy-section {
  background: var(--sub-color);
  padding: 60px 0 100px 0;
  text-align: center;
}
.featurejoy-header {
  margin-bottom: 30px;
}
.featurejoy-title-en {
  font-size: 2.4rem;
  color: #0088b4;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 0.2em;
}
.featurejoy-title-jp {
  font-size: 1.3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.featurejoy-photos {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 2em;
  position: relative;
  z-index: 10;
}
.featurejoy-photos img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.featurejoy-content {
  max-width: 1200px;
  margin: 0 auto;
}
.featurejoy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 1.5em;
  padding: 0;
  list-style: none;
}
.featurejoy-list li {
  background: #fff;
  border-radius: 20px;
  padding: 1.2em 1.8em 1.2em 3.2em;
  font-weight: bold;
  color: #0088b4;
  font-size: 1.05em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: relative;
}
.featurejoy-list li::before {
  content: '';
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.featurejoy-list li::after {
  content: '\2713';
  color: #fff;
  font-size: 1em;
  position: absolute;
  left: 1.35em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  pointer-events: none;
}
.featurejoy-desc {
  font-size: 1em;
  color: #333;
  line-height: 1.7;
  text-align: center;
  padding-top: 30px;
}
.featurejoy-content .pencal03::after {
  right: 3%;
}
@media (max-width: 900px) {
  .featurejoy-photos {
    gap: 10px;
  }
  .featurejoy-photos img {
    width: 30vw;
    min-width: 100px;
    height: 18vw;
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .repair-text {
    padding: 0 15px 20px 15px;
  }
  .featurejoy-title-en {
    font-size: 1.6rem;
  }
  .featurejoy-title-jp {
    font-size: 1.1rem;
  }
  .featurejoy-photos {
    gap: 10px;
  }
  .featurejoy-photos img {
    width: 120px;
    height: 120px;
    min-width: 0;
    min-height: 0;
  }
  .featurejoy-list {
    flex-direction: column;
    gap: 10px;
  }
  .featurejoy-content {
    padding: 0 10px;
  }
  .featurejoy-content .pencal03::after {
    z-index: 20;
    right: -321px;
  }
  .featurejoy-content .pencal03::after {
    right: 12%;
    top: 123%;
  }
}

.repairjoy-section {
  background: var(--sub5-color);
  padding: 80px 0 100px 0;
  text-align: center;
}
.repairjoy-cards {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.repairjoy-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  flex: 1 1 0;
  min-width: 280px;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.repairjoy-photo {
  width: 100%;
  margin-bottom: 1.2em;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.repairjoy-photo img {
  width: 100%;
  max-width: none;
  display: block;
  border-radius: 12px 12px 0 0 ;
  object-fit: cover;
  aspect-ratio: 4/3;
  height: 250px;
}
.repairjoy-content {
  width: 100%;
  padding: 30px;
}
.repairjoy-title {
  font-size: 1.2rem;
  color: #0088b4;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
}
.repairjoy-title::before,
.repairjoy-title::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #0088b4;
  vertical-align: middle;
  margin: 0 3px;
  border-radius: 1px;
}
.repairjoy-title::before {
  transform: rotate(45deg);
}
.repairjoy-title::after {
  transform: rotate(-45deg);
}
.repairjoy-price {
  margin-top: 1em;
  font-weight: bold;
  color: #d90000;
  text-align: center;
}
.repairjoy-price small {
  display: block;
  color: #666;
  font-size: 0.9em;
}
@media (max-width: 900px) {
  .repairjoy-cards {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .repairjoy-cards {
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }
  .repairjoy-card {
    max-width: 100%;
    padding: 20px 10px;
  }
  .repairjoy-section .pencal09::after {
    bottom: 46%;
    left: auto;
  }
  .repairjoy-content {
    padding: 30px 0;  } 
}

/* =============================
   車検・点検お問い合わせセクション
   ============================= */
.inspection-contact {
  background: var(--sub2-color);
  padding: 30px 15px 80px 15px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.inspection-contact .title {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--text02-color);
  margin-bottom: 20px;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  margin-top: 40px;
  padding-bottom: 30px;
}
.inspection-contact .title::before {
  background-color: var(--sub2-color);
}
.inspection-contact-inner {
  max-width: 600px;
  margin: 0 auto;
  background: #f8fafd;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  padding: 40px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 20;
}
.inspection-contact-lead {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.7;
}
.inspection-contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inspection-contact-tel {
  font-size: 1.5em;
  font-weight: bold;
  color: #0088b4;
  margin-bottom: 5px;
}
.inspection-contact-tel .label {
  color: #333;
  font-size: 1em;
  font-weight: normal;
  margin-right: 8px;
}
.inspection-contact-tel a {
  color: #0088b4;
  text-decoration: none;
  font-weight: bold;
}
.inspection-contact-tel a:hover {
  text-decoration: underline;
}
.inspection-contact-hours {
  font-size: 1.1em;
  color: #333;
}
.inspection-contact-hours .label {
  color: #333;
  font-size: 1em;
  font-weight: normal;
  margin-right: 8px;
}
.inspection-contact-inner .pencal05::after {
  bottom: 160%;
  left: 78%;

}
@media (max-width: 767px) {
  .inspection-contact-inner {
    padding: 25px 10px 20px 10px;
    margin: 0 20px;
  }
  .inspection-contact .title {
    font-size: 1.3em;
    padding-bottom: 18px;
  }
  .inspection-contact-lead {
    font-size: 1em;
  }
  .inspection-contact-tel {
    font-size: 1.1em;
  }
  .inspection-contact-inner .pencal05::after {
    display: block;
    top: -84%;
    width: 60px;
    height: 60px;
  }
  .inspection-contact {
    padding: 10px 15px 80px 15px;
  }
}

.inspection-contact-info .tel_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid var(--main-color, #ffa2bb);
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 22px 24px 16px 24px;
  margin: 0 auto;
  max-width: 340px;
  text-decoration: none;
  transition: box-shadow 0.2s, border-color 0.2s;
  gap: 10px;
}
.inspection-contact-info .tel_box:hover {
  box-shadow: 0 8px 32px rgba(255,162,187,0.18);
  border-color: #e83929;
}
.inspection-contact-info .tel_box .number {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  color: var(--main-color, #ffa2bb);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.inspection-contact-info .tel_box .number img {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.4em;
  vertical-align: middle;
}
.inspection-contact-info .tel_box .time {
  font-size: 1em;
  color: #333;
  font-weight: normal;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .inspection-contact-info .tel_box {
    padding: 14px 8px 10px 8px;
    max-width: 98vw;
  }
  .inspection-contact-info .tel_box .number {
    font-size: 1.2em;
  }
  .inspection-contact-info .tel_box .time {
    font-size: 0.95em;
  }
}
.diagnosis-section {
  padding: 50px 15px;
  background: repeating-linear-gradient(-45deg, #fee2ea, #fee2ea 1px, transparent 9px, transparent 4px);
 

}
.section
.diagnosis-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diagnosis-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diagnosis-list li {
  position: relative;
  padding-left: 2.2em;
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.diagnosis-message {
  font-size: 1.1em;
  color: var(--main-color, #ffa2bb);
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.diagnosis-list li::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 6px;
  background:  #0068b4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.diagnosis-list li::after {
  content: '\2713';
  color: #fff;
  font-size: 1em;
  position: absolute;
  left: 0.32em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  pointer-events: none;
}
@media (max-width: 767px) {
 
}


.diagnosis-illust {
  flex: 0 0 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagnosis-illust img {
  width: 240px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: none;
  background: none;
}
@media (max-width: 900px) {
  .diagnosis-illust img {
    width: 180px;
  }
}
.diagnosis-bubble-area {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.diagnosis-balloon {
  position: relative;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  padding: 28px 36px 28px 36px;
  margin-bottom: 18px;
  margin-top: 24px;
  font-size: 1.1em;
  color: #333;
  min-width: 260px;
}
.diagnosis-balloon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.diagnosis-balloon li {
  margin-bottom: 10px;
  font-weight: bold;
}
.diagnosis-balloon li:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .diagnosis-flex {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .diagnosis-illust {
    margin-bottom: 0;
  }
  .diagnosis-bubble-area {
    width: 100%;
  }
  .diagnosis-balloon {
    min-width: 0;
    padding: 20px 12px 20px 18px;
    margin-top: 18px;
  }
  .diagnosis-balloon::before {
    left: 20px;
    top: -18px;
    border-top: none;
    border-bottom: 18px solid #fff;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    width: 0;
    height: 0;
    transform: rotate(90deg);
  }
}

.diagnosis-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-header {
  text-align: center;
  width: 100%;
}
.diagnosis-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.diagnosis-illust {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagnosis-illust img {
  width: 400px;
  max-width: 100%;
  height: auto;
  box-shadow: none;
  background: none;
}
.diagnosis-bubble-area {
  flex: 0 1 700px;
  min-width: 220px;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagnosis-balloon {
  position: relative;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  padding: 0px;
  margin-bottom: 18px;
  margin-top: 24px;
  font-size: 1.1em;
  color: #333;
  min-width: 0;
  width: 100%;
}
.diagnosis-balloon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.diagnosis-balloon li {
  margin-bottom: 10px;
  font-weight: bold;
}
.diagnosis-balloon li:last-child {
  margin-bottom: 0;
}

.diagnosis-message {
  text-align: center;
  margin-top: 18px;
}
@media (max-width: 900px) {
  .diagnosis-flex {
    flex-direction: column-reverse;
    align-items: center;
    gap: 18px;
  }
  .diagnosis-illust img {
    width: 350px;
  }
  .diagnosis-bubble-area {
    max-width: 100%;
    min-width: 0;
  }
  .diagnosis-balloon {
    min-width: 0;
    margin-top: 18px;
  }
  .diagnosis-balloon::before {
    left: 20px;
    top: -18px;
    border-top: none;
    border-bottom: 18px solid #fff;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    width: 0;
    height: 0;
    transform: rotate(90deg);
  }
}

.diagnosis-message-highlight {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  background: none;
  border-radius: 0;
  position: relative;
  padding: 0;
  margin: 40px auto 32px auto;
  gap: 24px;
  box-shadow: none;
}
.diagnosis-message-highlight .diagnosis-message-illust {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.diagnosis-message-highlight .diagnosis-message-illust img {
  width: 350px;
  height: auto;
  border-radius: 16px;
  box-shadow: none;
  background: transparent;
}
.diagnosis-message-highlight .diagnosis-message-text {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 50px 32px;
  font-size: 1.5em;
  color: #e83929;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  margin-left: 0;
  margin-bottom: 16px;
  max-width: 725px;
}
.diagnosis-message-highlight .diagnosis-message-text::before {
  content: '';
  position: absolute;
  right: -24px;
  bottom: 24px;
  left: auto;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #fff;
  border-right: none;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.08));
}
@media (max-width: 767px) {
  .diagnosis-message-highlight {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .diagnosis-message-highlight .diagnosis-message-illust img {
    width: 250px;
    padding-top: 40px;
  }
  .diagnosis-message-highlight .diagnosis-message-text {
    font-size: 1em;
    padding: 14px 12px;
    max-width: 98vw;
    margin-bottom: 0;
  }
  .diagnosis-message-highlight .diagnosis-message-text::before {
    right: 150px;
    left: auto;
    top: 123px;
    bottom: auto;
    border-top: none;
    border-bottom: 18px solid #fff;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    width: 0;
    height: 0;
    transform: rotate(180deg);
   
  }
  .diagnosis-bubble-area {
    flex: 0 1 350px;
    max-width: 350px;
  }
}

.diagnosis-balloon ul {
  background: var(--sub5-color);
  border-radius: 14px;
  padding: 18px 30px 18px 30px;
  margin: 0;
}
.diagnosis-balloon li {
  position: relative;
  padding-left: 2.5em;
  font-size: 1.3em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #333;
  text-align: left;
  display: flex;
  align-items: center;
}
.diagnosis-balloon li:last-child {
  margin-bottom: 0;
}
.diagnosis-balloon li::before {
  content: '\2714';
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  margin-right: 0.5em;
  background: #fff;
  color: var(--main-color);
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 6px;
  text-align: center;
  line-height: 1.7em;
  box-shadow: 0 2px 8px rgba(255,162,187,0.15);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.diagnosis-section .section-title {
  position: relative;
  display: inline-block;
  padding: 0 48px;
  z-index: 1;
}
.diagnosis-section .section-title::before,
.diagnosis-section .section-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 38px;
  height: 5px;
  background: linear-gradient(-45deg, #7d6241 0%, #7d6241 100%);
  border-radius: 3px;
  z-index: -1;
}
.diagnosis-section .section-title::before {
  left: -4%;
  transform: translateY(-50%) rotate(45deg);
}
.diagnosis-section .section-title::after {
  right: -4%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 600px) {
  .diagnosis-section .section-title {
    padding: 0 18px;
  }
  .diagnosis-section .section-title::before,
  .diagnosis-section .section-title::after {
    width: 50px;
    height: 3px;
  }
}

.about-text-flex {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}
.about-text-image {
  flex: 0 0 400px;
  max-width: 400px;
  position: relative;
  z-index: 1;
}
.about-text-image::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 18px;
  width: 90%;
  height: 85%;
  background: transparent;
  box-shadow: 0 18px 48px 0 rgba(0,0,0,0.18);
  border-radius: 18px;
  z-index: 0;
}
.about-text-image img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.about-text-content {
  flex: 1 1 0;
  font-size: 1.2em;
  color: #333;
  line-height: 1.8;
  padding: 0 24px;
}
.about-main-title {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 32px auto;
}
@media (max-width: 900px) {
  .about-text-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 98vw;
    padding: 0 10px;
  }
  .about-text-image {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
  .about-text-content {
    width: 100%;
    padding: 0;
  }
}

/* 整備ギャラリー */
.seibi-gallery-section {
  padding: 40px 0 60px 0;
}
.seibi-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  /* max-width: 100px; */
  margin: 0 auto;
  padding: 0 20px;
}
.seibi-gallery-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.13);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
}
.seibi-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .seibi-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .seibi-gallery {
    grid-template-columns: 1fr;
  }
  .seibi-gallery-section {
    padding: 30px 0 40px 0;
  }
}

/* 車検入庫バナー */
.present-banner-section {
  margin-top: 32px;
  text-align: center;
}
.present-banner-title {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 18px;
  color: #e83929;
  letter-spacing: 0.06em;
  position: relative;
}
.present-banner-title::after {
  content: '';
  display: block;
  width: 250px;
  height: 5px;
  background: linear-gradient(90deg, #ffa2bb 0%, #fee2ea 100%);
  margin: 10px auto 30px auto;
  border-radius: 3px;
}
.present-banner-section img {
  max-width: 630px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}

/* 整備/修理までの流れ（inspection-flow） */
.inspection-flow {
  padding: 60px 15px 30px 15px;
  background: #fff;
  text-align: center;
}

.inspection-flow-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 780px;
  margin: 0 auto;
}
.inspection-flow-step {
  background: #e9ffca;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  padding: 28px 24px 20px 24px;
  margin: 0;
  width: 100%;
  max-width: 780px;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  z-index: 20;
  /* ステッチ用余白を追加 */
  /* ステッチ線のための余白はpaddingで吸収 */
}
.inspection-flow-step::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 12px;
  border: 2px dashed #b7b7b7;
  pointer-events: none;
  z-index: 1;
}
.inspection-flow-step-number {
  font-size: 1.1em;
  font-weight: bold;
  color: #7d6241;
  margin-bottom: 8px;
}
.inspection-flow-step-divider {
  height: 1px;
  background: #ccc;
  margin: 12px 0 16px 0;
  width: 100%;
}
.inspection-flow-step-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #0088b4;
  margin-bottom: 8px;
}
.inspection-flow-step-desc {
  font-size: 1em;
  color: #333;
  line-height: 1.7;
}
.inspection-flow-arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin: 0 0 0.2em 0;
  position: relative;
  z-index: 10;
}
.inspection-flow-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 36px solid #e9ffca;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  .inspection-flow-arrow {
    height: 32px;
  }
  .inspection-flow-arrow::after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 20px solid var(--sub4-color);
  }
  .inspection-flow-steps {
    margin: 0 15px;
  }
}

.inspection-flow .title {
  font-size: 1em;
  font-weight: bold;
  color: var(--text02-color);
  margin-bottom: 20px;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  margin-top: -40px;
  padding-bottom: 50px;
  text-align: center;
}
.inspection-flow .title .jp {
  font-size: 2em;
  font-weight: bold;
  color: var(--text02-color);
  margin-bottom: 5px;
  display: block;
  letter-spacing: 0.1em;
  padding-top: 30px;
}
.inspection-flow .title .en {
  font-size: 1em;
  color: var(--main-color);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  font-family: 'Roboto', sans-serif;
}
.inspection-flow .title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--main-color);
  margin: 15px auto 0;
}

.inspection-flow-support {
  margin: 40px auto 0 auto;
  max-width: 1200px;
  padding: 24px 0 0 0;
}
.inspection-flow-support-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  
}
.inspection-flow-support-text {
  position: relative;
  display: inline-block;
  background: #cfe6ef;
  padding: 60px 40px 60px 32px;
  font-size: 1.5em;
  color: #0088b4;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 0;
  border-radius: 50%;
}
.inspection-flow-support-text::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 32px solid #cfe6ef;
  z-index: 3;
}

@media (max-width: 700px) {
  .inspection-flow-support-text {
    font-size: 1.1em;
    margin: 0 15px;
    padding: 40px 50px;
    padding-bottom: 30px;
  }
  .inspection-flow-support-text::after {
    right: 10px;
    top: 100%;
    left: auto;
    width: 28px;
    height: 28px;
    transform: none;
  }
  .inspection-flow-support-text::before {
    right: 0;
    top: 110%;
    left: auto;
    width: 16px;
    height: 16px;
    transform: none;
  }
}
.inspection-flow-support-img img {
  width: 800px;
  height: auto;
  display: block;
  margin-left: -50px;
}
@media (max-width: 700px) {
  .inspection-flow-support-inner {
    flex-direction: column;
    gap: 18px;
    padding: 18px 10px;
  }
  .inspection-flow-support-img img {
    width: 350px;
    margin: 0;
  }
  .inspection-flow-support {
    padding: 18px 0 0 0;
  }
  .inspection-flow-support-text::after {
    content: none;
  }
}

/* --- 設備ギャラリー --- */
.setsubi-gallery-section {
  padding: 40px 0 80px 0;
  background: #fff;
}
.setsubi-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
.setsubi-gallery-item {
  background: var(--sub3-color);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
.setsubi-gallery-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
}
.setsubi-caption {
  width: 100%;
  text-align: left;
}
.setsubi-title {
  font-size: 1.1em;
  font-weight: bold;
  color: #222;
  margin-bottom: 12px;
  margin-top: 0;
}
.setsubi-text {
  font-size: 1em;
  color: #444;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 900px) {
  .setsubi-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .setsubi-gallery-section {
    padding-top: 0;
  }
  .setsubi-gallery {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .setsubi-gallery-item {
    padding: 12px;
    gap: 12px;
  }
  .setsubi-gallery-item img {
    margin-bottom: 12px;
  }
  .setsubi-title {
    font-size: 1em;
    margin-bottom: 8px;
  }
  .setsubi-text {
    font-size: 0.97em;
  }
}

/* fixedメニュー -------------------------------------------------------- */

.fix_menu {
  display: none;
}

@media (width < 768px) {
  .fix_menu {
    display: flex;
    position: absolute;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    line-height: 1.5;
    z-index: 998;
  }
  .fix_menu > * {
    width: 50%;
    border-radius: 10px 10px 0 0;
    border: 1px solid var(--text-color-border);
    border-bottom: none;
  }
  .fix_menu img {
    max-width: 30px;
    width: auto;
    height: 1.3em;
    object-fit: contain;
    margin-right: 3px;
  }

  .fix_menu a.tel_box {
    padding: 3px 0;
    background: #fff;
  }
  .fix_menu a.tel_box .number {
    display: flex;
    align-items: center;
    font-size: min(22px, 6vw);
    font-weight: bold;
    justify-content: center;
  }
  .fix_menu a.tel_box .time {
    font-size: 12px;
    display: block;
    text-align: center;
  }

  .fix_menu a.contact_box {
    background: #47bc90;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
}




/* PRIVACY POLICY */
section#privacy h2 {
	font-weight: bold;
	margin: 3em auto 2em;
	border-bottom: 1px solid;
	display: table;
	padding: 0.2em 1em;
}
section#privacy h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 2.5em 0 1em;
}
section#privacy b {
	font-size: 15px;
	letter-spacing: 0.01em;
}
section#privacy p {
	font-size: 14px;
	letter-spacing: 0.01em;
}
section#privacy a {
	color: inherit;
	text-decoration: underline;
}
section#privacy ol li,
section#privacy ul li {
	font-size: 14px;
	letter-spacing: 0.01em;
	padding-left: 2em;
	position: relative;
	margin-bottom: 0.3em;
}
section#privacy ul li:before {
	content: "●";
	width: 1em;
	display: block;
	position: absolute;
	left: .5em;
	top: 0;
}
section#privacy ol {
	counter-reset: item;
}
section#privacy ol li {
}
section#privacy ol > li:before {
	counter-increment: item;
	content: counter(item)'.';
	width: 1.5em;
	display: block;
	position: absolute;
	left: .5em;
	top: 0;
}
section#privacy .privacy_contact {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 40px 0;
	max-width: 600px;
}
section#privacy .privacy_contact h4 {
	margin: 0 0 1em;
}
section#privacy .privacy_contact p {
	font-size: 18px;
	margin: 0;
}
.privacy_link {
	text-align: center;
	display: block;
	font-size: 80%;
	margin: 0 auto 1em;
	color: inherit;
	font-weight: normal;
}
section#privacy table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 1em 0;
}
section#privacy table th,
section#privacy table td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 14px;
	padding: 15px;
}
section#privacy table thead th {
	background: #f1f1f1;
	text-align: center;
}
section#privacy table th {
	white-space: nowrap;
}
section#privacy table td dl {
	display: flex;
	flex-wrap: wrap;
}
section#privacy table td dl dt {
	width: 90px;
	position: relative;
	padding-right: 1em;
}
section#privacy table td dl dt:after {
	content: " : ";
	position: absolute;
	right: 0;
	margin: 0 0.5em;
}
section#privacy table td dl dd {
	width: calc(100% - 90px);
}

span.tbd {
	background: #ffbdbd;
}
span.chg {
	background: #fdf7a0;
}
span.add {
	/* color: #00f; */
}
span.dell {
	text-decoration: line-through;
	color: #888;
}
.third_party_btn {
	cursor: pointer;
	text-decoration: underline;
}
#third_party_wrap {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	/* display: none; */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.8);
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-out;
}
#third_party_wrap.show {
	visibility: visible;
	opacity: 1;
}
#third_party_wrap .third_party_inner {
	width: fit-content;
	height: fit-content;
	padding: 2em 3em;
	border: double;
	background: #fff;
	position: relative;
}
#third_party_wrap .third_party_inner:before,
#third_party_wrap .third_party_inner:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 5px;
	display: block;
	width: 15px;
	height: 2px;
	background: #000;
}
#third_party_wrap .third_party_inner:before {
	transform: rotate(45deg);
}
#third_party_wrap .third_party_inner:after {
	transform: rotate(-45deg);
}
section#privacy #third_party_wrap h2 {
	margin: 0;
}
section#privacy #third_party_wrap h3 {
	margin-top: 1.5em;
}
