@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(9px, 0.6896551724vw, 10px);
  scroll-padding-top: 12rem;
}

.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  height: 12rem;
  padding-inline: 3rem;
}
#header .header__inner:has(.gnav) {
  min-height: 12rem;
}
#header .header__logo {
  width: 20rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 200/78;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 1.6rem;
  padding-bottom: 1.2rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
#header .header__tel {
  row-gap: 0;
  margin-left: auto;
}
#header .header__tel .com-tel__num {
  align-items: flex-start;
}
#header .header__tel .com-tel__num > span {
  letter-spacing: 0;
  margin-inline-end: 0;
}
#header .header__tel .com-replace {
  font-size: var(--font-size-sm);
  margin-left: 4.8rem;
  margin-top: -0.5rem;
}
#header .header__app dt {
  font-size: var(--font-size-sm);
  line-height: 1.57143;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
#header .header__app dd {
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}
#header .header__app dd img {
  height: 4rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 7rem 0 8.5rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  width: 108rem;
}
#footer .footer__other {
  width: 30rem;
  flex-shrink: 0;
  padding-bottom: 5rem;
}
#footer .footer__logo {
  margin-bottom: 2.5rem;
}
#footer .footer__logo img {
  height: 7.7rem;
  aspect-ratio: 201/77;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
#footer .footer__info {
  gap: 1rem 1.2rem;
  font-size: var(--font-size-lg);
  line-height: calc(1em + 1rem);
  flex-shrink: 0;
}
#footer .footer__info dt {
  width: 9rem;
  border-radius: 0.5rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-sm);
  line-height: 2;
  margin-left: auto;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 2.4rem 3.5rem;
}
.footer-nav__item {
  min-width: 8rem;
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy--ent {
  padding-block: calc(3rem - 0.5em);
}
.copy--oth {
  width: 108rem;
  margin-inline: auto;
}
.copy--oth p {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 5.4rem;
  bottom: 2.4rem;
  right: 2.4rem;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 1rem;
  right: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(560px, 43.75vw, 840px);
  padding-top: clamp(28px, 2.1875vw, 42px);
}
.visual__catch--main {
  width: calc(clamp(450px, 35.15625vw, 675px) - 1px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(clamp(266px, 20.78125vw, 399px) + 1px);
  padding-bottom: 0.7rem;
}
.visual__catch--sub {
  font-size: calc(clamp(26px, 2.03125vw, 39px) + 1px);
  height: clamp(122px, 9.53125vw, 183px);
  padding-top: clamp(36px, 2.8125vw, 54px);
}
.visual__catch--sub .en {
  min-width: 14em;
  font-size: calc(1em - clamp(2px, 0.15625vw, 3px));
  left: 0;
  top: calc(clamp(10px, 0.78125vw, 15px) + 1px);
}
.visual__catch--sub .en span {
  transform: rotate(-6.92deg);
  padding: calc(clamp(6px, 0.46875vw, 9px) + 1px) calc(clamp(4px, 0.3125vw, 6px) - 1px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-weight: 900;
  font-size: var(--font-size-lg);
  line-height: 2;
  margin-right: -1.5rem;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.gnav__link {
  display: block;
  position: relative;
  z-index: 0;
}
.gnav__link::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-pink);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  opacity: 0;
}
.gnav__link:hover {
  color: var(--color-pink);
}
.gnav__link.current::after {
  opacity: 1;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(2rem - 0.5em);
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section--top::before {
  height: calc(clamp(148px, 11.5625vw, 222px) + 1px);
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 0.5rem;
}
.com-tel__num {
  font-size: 3.6rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-tel__num::before {
  width: calc(1em + 2px);
}
.com-tel__num span {
  margin-block-start: -0.2rem;
  margin-block-end: -0.9rem;
}
.com-tel .com-replace {
  font-size: var(--font-size-base);
}

/*ボタン
-----------------------------*/
.com-btn {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 4.4rem;
}
.com-btn > span {
  font-size: var(--font-size-lg);
}
.com-btn::after {
  width: 2.4rem;
}
.com-btn--pink, .com-btn--white {
  width: 39rem;
  height: 6rem;
  clip-path: polygon(1.5rem 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 1.5rem 100%, 0 50%);
}
.com-btn--ln, .com-btn--mail {
  height: 8rem;
  font-weight: 900;
  border-radius: 1.5rem;
  padding-left: 0;
}
.com-btn--ln::before, .com-btn--mail::before {
  width: 3.7rem;
}
.com-btn--mail::before {
  border-radius: 1rem;
  background-size: 2.3rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 3rem;
}
.com-sns li {
  width: 3.7rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.46667;
}
.com-table tr th {
  padding: 1.8rem 2rem 1.8rem 0.6rem;
}
.com-table tr td {
  padding-block: 1.8rem;
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  padding-top: 0;
}
.com-table tr:last-of-type {
  border-bottom: none;
}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td {
  padding-bottom: 0;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.5rem;
}
.com-post__image {
  margin-bottom: 2rem;
  border-radius: 1.5rem;
}
.com-post__inner {
  line-height: 1.6;
  row-gap: 1em;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2rem;
  margin-bottom: 6rem;
}
.com-title01 .en.line {
  font-size: 6rem;
  padding-inline: 2rem;
}
.com-title01 .en.line::before, .com-title01 .en.line::after {
  width: calc(50vw - 50% - 4rem);
  min-width: calc(600px - 50% - 4rem);
  height: 1.2rem;
  border-top-width: 0.4rem;
}
.com-title01 .mark::before {
  height: 1.9rem;
  bottom: -0.4rem;
}
.com-title01--kakko {
  min-width: 50rem;
  min-height: 11rem;
  row-gap: 1.3rem;
  background-size: 3.5rem;
  padding: 0.8rem 6rem 0;
}
.com-title01--kakko::before {
  width: calc(100% - 4rem);
}
.com-title01--waa {
  padding-bottom: 0.8rem;
}
.com-title01--waa::before {
  width: calc(100% + 12.8rem);
  height: 3.8rem;
}
.com-title01--deco {
  min-height: 12rem;
  row-gap: 1.8rem;
  padding-inline: 8rem;
}
.com-title01--deco::before {
  width: calc(100% + 2.4rem);
  height: calc(100% - 1rem);
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__title {
  margin-bottom: 3rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem 2rem;
  max-width: 106rem;
  padding: 4rem;
  border-radius: 1.5rem;
  margin-inline: auto;
}
.com-contact__tel {
  padding-right: 1.5rem;
}
.com-contact__btn {
  width: 28rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  エントランスページ
===============================================*/
.entrance {
  min-height: calc(100vh - 16rem);
}

/* リンク
-----------------------------*/
.entrance__items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(clamp(534px, 41.71875vw, 801px) - 1px);
  padding: 0 2rem 2rem;
  -moz-column-gap: clamp(16px, 1.25vw, 24px);
       column-gap: clamp(16px, 1.25vw, 24px);
}
.entrance__item {
  width: 100%;
  height: 100%;
}
.entrance__catch {
  width: calc(clamp(302px, 23.59375vw, 453px) - 1px);
}

/* お知らせ
-----------------------------*/
.entrance-news {
  padding-block: 8rem;
}
.entrance-news__box {
  display: grid;
  grid-template: auto 1fr/21rem 1fr;
  align-items: flex-start;
  gap: 6.4rem 6rem;
  padding: 4rem 4rem 3.6rem 5rem;
  border-radius: 1.5rem;
}
.entrance-news__title {
  align-items: flex-start;
  text-align: left;
  font-weight: 700;
  row-gap: 1.6rem;
  margin-bottom: 0;
}
.entrance-news__title > span.en {
  font-size: 5.6rem;
}
.entrance-news__list,
.entrance-news .com-empty {
  grid-row: span 2;
}
.entrance-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20rem;
}
.entrance-news__btn {
  height: 5rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-left: 2.4rem;
}

/*===============================================
  トップページ
===============================================*/
/*ごあいさつ
-----------------------------*/
.top-greeting {
  padding: 10.5rem 0 20.5rem;
}
.top-greeting__title {
  padding: 0 6rem 0.5rem;
  margin-bottom: 4.2rem;
}
.top-greeting__title::after {
  width: calc(100% + 1.2rem);
  height: 2.5rem;
  top: -1.7rem;
}
.top-greeting__inner {
  min-height: 56rem;
  padding-right: 56rem;
  position: relative;
}
.top-greeting__image {
  width: 70.8rem;
  position: absolute;
  top: -0.9rem;
  right: -15.6rem;
}
.top-greeting__image::before {
  width: 18.7rem;
  aspect-ratio: 187/476;
  top: -19.5rem;
  right: clamp(174px, 13.59375vw, 261px);
}
.top-greeting__btn {
  width: 49rem;
  margin-top: 3.4rem;
}

/*サービス内容
-----------------------------*/
.top-service {
  padding: 0.7rem 0 3.8rem;
}
.top-service__title {
  margin-bottom: 7.3rem;
}
.top-service__title::before {
  height: 5.7rem;
}
.top-service__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  width: calc(100% - 8rem);
  max-width: 184rem;
}
.top-service__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 4.5rem;
  width: calc(50% - 4rem);
}
.top-service__image {
  height: 34rem;
  margin-bottom: -4.5rem;
}
.top-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.top-service__heading {
  width: 48rem;
  height: 7rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 2.7rem) 50%, 100% 100%, 0 100%, 2.7rem 50%);
  margin-top: -3.5rem;
  margin-bottom: -1rem;
}
.top-service__body {
  text-align: center;
}
.top-service__btn {
  width: 48rem;
  height: 5rem;
  margin-top: auto;
}

/*くるまやジローの特徴
-----------------------------*/
.top-feature {
  padding-bottom: 9rem;
}
.top-feature::before {
  height: calc(100% - 15rem);
}
.top-feature__title {
  margin-bottom: 4.4rem;
}
.top-feature__title > span.en {
  font-size: 6rem;
}
.top-feature__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.top-feature__item {
  width: 100%;
  row-gap: 0.5rem;
}
.top-feature__item:nth-of-type(2n) {
  margin-top: 6rem;
}
.top-feature__item:nth-of-type(4) .top-feature__body {
  width: 25rem;
}
.top-feature__icon img {
  width: 15.3rem;
  aspect-ratio: 153/188;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-feature__body {
  min-width: 22rem;
  font-size: 1.8rem;
  line-height: 1.77778;
  padding: 1.3rem 1.1rem;
  border-radius: 1rem;
}
.top-feature__body strong {
  font-size: 2.4rem;
  line-height: 1.33334;
}
.top-feature__btn {
  margin: 6.2rem auto 0;
}

/*お客様から嬉しいお声をたくさんいただきました！
-----------------------------*/
.top-voice {
  padding: 9.3rem 0 7.1rem;
}
.top-voice::before, .top-voice::after {
  height: 1rem;
}
.top-voice::before {
  top: 1rem;
}
.top-voice::after {
  bottom: 1rem;
}
.top-voice__title {
  margin-bottom: 5.8rem;
}
.top-voice__title > span.en {
  font-size: 6rem;
}
.top-voice__title > span.ja {
  font-weight: 700;
}
.top-voice__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.top-voice__item {
  display: grid;
  grid-template-rows: 1fr 8.8rem;
  grid-auto-flow: column;
  row-gap: 2rem;
  width: 100%;
}
.top-voice__inner {
  padding: 3rem 2rem 3.5rem;
  border-radius: 1.5rem;
}
.top-voice__inner::after {
  content: "";
  height: 1.6rem;
  aspect-ratio: 40/15;
  background: var(--color-white);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
  pointer-events: none;
}
.top-voice__heading {
  margin-bottom: 3rem;
}
.top-voice__icon img {
  height: 100%;
}
.top-voice__btn {
  margin: 4.8rem auto 0;
}

/* お知らせ
-----------------------------*/
.top-news {
  padding-block: 8rem;
}
.top-news__box {
  display: grid;
  grid-template: auto 1fr/21rem 1fr;
  align-items: flex-start;
  gap: 6.4rem 6rem;
  padding: 4rem 4rem 3.6rem 5rem;
  border-radius: 1.5rem;
}
.top-news__title {
  align-items: flex-start;
  text-align: left;
  font-weight: 700;
  row-gap: 1.6rem;
  margin-bottom: 0;
}
.top-news__title > span.en {
  font-size: 5.6rem;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20rem;
}
.top-news__btn {
  height: 5rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-left: 2.4rem;
}

/*くるまやジロー公式アプリ
-----------------------------*/
.top-app {
  padding-top: 11rem;
}
.top-app + .com-contact {
  padding-top: 1.6rem;
}
.top-app .inbox {
  width: 80rem;
}
.top-app__title {
  width: 12rem;
  height: 5rem;
  font-size: 3.8rem;
  border-radius: 1.5rem 1.5rem 0 0;
}
.top-app__box {
  row-gap: 2.7rem;
  padding: 3.8rem 35rem 3.5rem 4.5rem;
  outline-width: 0.6rem;
  outline-offset: -0.6rem;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
}
.top-app__box::after {
  width: 24.9rem;
  aspect-ratio: 249/405;
  background-size: 17.8rem, 100% auto;
  background-position: center top 18rem, center top;
  position: absolute;
  bottom: 0.6rem;
  right: 7.3rem;
}
.top-app__heading {
  margin-bottom: 1.1rem;
}
.top-app__item {
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
.top-app__links {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  padding: 2.5rem 3rem;
  border-radius: 1.5rem;
}
.top-app__link img {
  height: 4rem;
}

/*===============================================
  くるまやジローについて
===============================================*/
/*稲沢で、ずっと頼れる『くるまや』を目指して
-----------------------------*/
.about-concept {
  padding-top: 10.5rem;
}
.about-concept:has(+ .about-feature) {
  padding-bottom: 0;
}
.about-concept__title {
  margin-bottom: 2.5rem;
}
.about-concept__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.about-concept__image {
  width: 48.8rem;
  flex-shrink: 0;
}
.about-concept__text {
  margin-block-start: calc(6rem + (1em - 1lh) / 2);
  line-height: 2.125;
}

/*くるまやジローの特徴
-----------------------------*/
.about-feature {
  padding-block: 9rem;
}
.about-feature::before {
  height: calc(100% - 14rem);
}
.about-feature__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem 4rem;
}
.about-feature__item {
  width: calc(50% - 2rem);
}
.about-feature__inner {
  min-height: 27rem;
  padding: 3rem 1rem 3.5rem;
  border-radius: 1rem;
  margin-top: 1.2rem;
}
.about-feature__heading {
  margin-bottom: 3.5rem;
}
.about-feature__body {
  padding-inline: 1.5rem;
}

/*代表あいさつ
-----------------------------*/
.about-greeting {
  padding-top: 7rem;
}
.about-greeting:has(+ .com-contact) {
  padding-bottom: 3.4rem;
}
.about-greeting__title {
  margin-bottom: 7.2rem;
}
.about-greeting__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.about-greeting__image {
  width: 42rem;
  margin-left: 1rem;
  flex-shrink: 0;
}
.about-greeting__image img {
  width: 100%;
  aspect-ratio: 42/62;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0.5rem 1.5rem 0px rgba(82, 42, 33, 0.2);
}
.about-greeting__image::after {
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
  top: -1rem;
  left: -1rem;
}
.about-greeting__text {
  margin-top: calc(0.7rem + (1em - 1lh) / 2);
}
.about-greeting__text strong {
  font-size: 1em;
}

/*===============================================
  修理・整備 / 車検
===============================================*/
/*修理・整備の目安診断
-----------------------------*/
.service-diagnosis {
  padding: 3.3rem 0 9.7rem;
}
.service-diagnosis__title {
  margin-bottom: 5rem;
}
.service-diagnosis__title::before {
  height: 6.2rem;
}
.service-diagnosis__text {
  text-align: center;
}
.service-diagnosis__text + * {
  margin-top: 8rem;
}

/*このようなお悩みはありませんか？
-----------------------------*/
.service-worries {
  padding: 9rem 0 14.8rem;
}
.service-worries::before {
  min-width: 192rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8rem), 50% 100%, 0 calc(100% - 8rem));
}
.service-worries::after {
  height: 1rem;
  top: 1rem;
}
.service-worries__list {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem 10rem;
  padding: 5.4rem 4rem;
  border-radius: 1.5rem;
}
.service-worries__item {
  font-size: 2.1rem;
  line-height: 1.38096;
  padding-left: 2.4rem;
}
.service-worries__item::before {
  width: 1.6rem;
  top: calc(0.5em - 0.8rem);
}

/*そのお悩み、くるまやジローにお任せください！
-----------------------------*/
.service-about__title {
  font-size: 4.4rem;
}
.service-about__title > span {
  line-height: calc(1em + 1rem) !important;
}
.service-about__title .min {
  font-size: 3.4rem;
}
.service-about__text {
  text-align: center;
}
.service-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 8rem;
  padding-top: 6.4rem;
}
.service-about__heading {
  font-size: 2.6rem;
  padding: 1.5rem 3.5rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 2.5rem) 50%, 100% 100%, 0 100%, 2.5rem 50%);
  margin: -4.8rem 1rem 2.5rem;
}
.service-about__heading::before {
  width: 9rem;
  font-size: 6rem;
}
.service-about__heading > span {
  line-height: 1.46154;
}
.service-about__body {
  text-align: center;
}
.service-about__body p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1 - 0.5em);
}

/*詳しいサービス内容はこちら
-----------------------------*/
.service-bnr {
  padding-block: 6rem;
}
.service-bnr__item {
  display: grid;
  grid-template-columns: 1fr 51.6rem;
  width: 96.4rem;
  clip-path: polygon(3.7rem 0, calc(100% - 3.7rem) 0, 100% 50%, calc(100% - 3.7rem) 100%, 3.7rem 100%, 0 50%);
}
.service-bnr__item::after {
  aspect-ratio: 516/160;
}
.service-bnr__item:hover .service-bnr__inner::after {
  background: color-mix(in srgb, var(--color-white) 24%, var(--color-pink));
}
.service-bnr__inner {
  justify-content: flex-start;
  font-size: 2.6rem;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  padding-left: 5rem;
  position: relative;
}
.service-bnr__inner::before {
  width: 2.2rem;
}
.service-bnr__inner::after {
  content: "";
  width: 3.8rem;
  height: 100%;
  background: var(--color-pink);
  pointer-events: none;
  clip-path: polygon(0 0, calc(100% - 3.7rem) 0, 100% 50%, calc(100% - 3.7rem) 100%, 0 100%);
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

/*車検の流れ
-----------------------------*/
.service-flow {
  padding-top: 7.2rem;
}
.service-flow:has(+ .com-contact) {
  padding-bottom: 1.6rem;
}
.service-flow__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6.3rem 3rem;
  overflow: hidden;
  padding-top: 0.6rem;
}
.service-flow__list:has(.service-flow__item:nth-of-type(7)) {
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
}
.service-flow__list:has(.service-flow__item:nth-of-type(7)) .service-flow__item {
  width: 25rem;
}
.service-flow__list:has(.service-flow__item:nth-of-type(7)) .service-flow__item::after {
  left: calc(100% + 0.6rem);
}
.service-flow__list:has(.service-flow__item:nth-of-type(7)) .service-flow__body {
  padding-inline: 1.6rem;
}
.service-flow__item {
  width: 34rem;
  min-height: 25.5rem;
  padding: 0 0 2.5rem;
}
.service-flow__item::before {
  height: calc(100% - 1.5rem);
  border-radius: 1.5rem;
}
.service-flow__item::after {
  content: "";
  width: 1.4rem;
  height: calc(100% - 1.5rem);
  background: url(../img/common/arrow_flow-col.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: calc(100% + 0.8rem);
  pointer-events: none;
}
.service-flow__item:last-of-type::after {
  display: none;
}
.service-flow__num {
  width: 19rem;
  font-size: 2.4rem;
  padding: 0.5rem 1rem 0.1rem;
  margin-bottom: 2rem;
}
.service-flow__num::after {
  font-size: 2.8rem;
}
.service-flow__heading {
  align-items: center;
  text-align: center;
  padding-inline: 1rem;
  margin-bottom: 2.5rem;
}
.service-flow__heading .mid {
  font-size: 2.2rem;
}
.service-flow__body {
  line-height: 2;
  padding-inline: 2rem;
}
.service-flow__body p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1 - 0.5em);
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声　一覧
-----------------------------*/
.voice-list {
  padding-top: 5.5rem;
}
.voice-list:has(+ .com-contact) {
  padding-bottom: 1.6rem;
}
.voice-list__item {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-bottom: 8rem;
}
.voice-list__balloon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2.5rem;
  background: var(--color-white);
  padding: 3.2rem 4rem 4rem;
  border-radius: 1.5rem;
  outline: solid 0.4rem var(--color-pink);
  position: relative;
  z-index: 0;
}
.voice-list__balloon::before {
  content: "";
  width: 1.8rem;
  aspect-ratio: 14/40;
  background: var(--color-pink);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 3.6rem;
  right: 100%;
  z-index: 1;
}
.voice-list__balloon::after {
  content: "";
  width: 1.5rem;
  aspect-ratio: 14/40;
  background: var(--color-white);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 4rem;
  right: calc(100% - 1px);
  z-index: 2;
}
.voice-list__heading:has(+ .voice-list__status) {
  margin-bottom: -1rem;
}
.voice-list__status {
  gap: 1em;
  padding: calc(1.5rem - 0.5em) 1rem;
  border-radius: 1.5rem;
}

/*===============================================
  会社案内
===============================================*/
/*会社情報
-----------------------------*/
.company-info {
  padding-top: 5.5rem;
}
.company-info:has(+ .com-contact):not(:has(.company-info__map)) {
  padding-bottom: 1.6rem;
}
.company-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.company-info__table {
  width: 50rem;
  padding-top: 2.8rem;
}
.company-info__table th {
  width: 16.5rem;
}
.company-info__table .com-replace {
  margin-top: 0.8rem;
}
.company-info__image {
  width: 64.1rem;
  margin-right: -10rem;
}
.company-info__map {
  height: 40rem;
  margin-top: 12rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive {
  padding-top: 5.5rem;
}
.news-archive__title {
  margin-bottom: 3rem;
}
.news-archive__list {
  gap: 4rem 3.5rem;
  padding: 4rem;
  border-radius: 1.5rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail {
  padding-top: 5.5rem;
}
.news-detail__box {
  padding: 5rem 4rem;
  border-radius: 1.5rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form {
  padding-top: 5.5rem;
}
.contact-form__table tr th {
  width: 40rem;
  text-align: left;
  padding-right: 3rem;
}
.contact-form__table tr th > span:not(.optional-mark):not(.required-mark),
.contact-form__table tr th label {
  margin-top: 0.8rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.53334;
}
.contact-form__table tr td .upload-images {
  gap: 2rem;
}
.contact-form__table tr td .upload-image {
  width: calc(50% - 1rem);
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete {
  padding-top: 5.5rem;
}
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy {
  padding-top: 5.5rem;
}
.privacy-policy__box {
  padding: 4rem 3rem;
  border-radius: 1.5rem;
}
.privacy-policy__heading {
  padding: 1.3rem 4rem 1.3rem 2rem;
  margin-bottom: 3rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 50%, 100% 100%, 0 100%);
}
.privacy-policy__body {
  padding-inline: 1.5rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list {
  padding-top: 5.5rem;
}
.sitemap-list__items {
  display: grid;
  grid-template: repeat(6, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 0 6rem;
  padding: 3rem 5rem;
  border-radius: 1.5rem;
}
.sitemap-list__item:nth-of-type(6n) {
  border-bottom: none;
}
.sitemap-list__link {
  font-size: 1.7rem;
  line-height: 1.76471;
  padding: 0.75lh 1em;
}

/*===============================================
  404エラー
===============================================*/