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

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

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 94%;
  padding-top: 1rem;
}
#header .header__logo {
  width: 12rem;
  aspect-ratio: 120/102;
}
#header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 6rem 0 10rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
}
#footer .footer__logo img {
  width: 20rem;
  aspect-ratio: 20/17;
  -o-object-fit: contain;
     object-fit: contain;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  padding-top: 1rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-white);
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-navy);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  padding: 1em;
  line-height: 2;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 3rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 1rem;
  bottom: 1rem;
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual__catch {
  border-block-width: max(1px, 0.2rem);
}
.visual__catch::before {
  width: 18rem;
  aspect-ratio: 180/60;
  background-size: 100%, 20%;
  bottom: calc(100% + 1.5rem);
}
.visual__catch::after {
  width: 16rem;
  aspect-ratio: 160/44;
  background-size: 100%, 40%;
  top: calc(100% + 1.5rem);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 64rem;
  min-height: 100dvh;
  padding-top: 8.8rem;
}
.visual__catch--main {
  width: 48rem;
  max-width: 80%;
  padding-block: 2rem;
}
.visual__catch--main img {
  width: 87.5%;
  aspect-ratio: 42/9;
  -o-object-fit: contain;
     object-fit: contain;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 36rem;
  padding-top: 8.8rem;
}
.visual__catch--sub {
  min-width: 32rem;
  font-size: var(--font-size-x2l);
  padding: 2rem 0.5em;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 1.5rem;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section--wave::before {
  height: 3rem;
  background-size: auto 3rem;
}
.section--wave-whiteTop::before, .section--wave-beigeTop::before, .section--wave-beigeTop::before {
  top: -1.2rem;
}
.section--wave-whiteBottom::before, .section--wave-beigeBottom::before, .section--wave-blueBottom::before {
  bottom: -1.2rem;
}
.section--wave-white::before, .section--wave-beige::before, .section--wave-blue::before {
  height: calc(100% + 2.4rem);
  top: -1.2rem;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: 4.2rem;
}
.com-tel::before {
  font-size: 0.5em;
  margin-block: -0.1rem;
}
.com-tel span {
  margin: -0.7rem 0 -0.4rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 36rem;
  height: 6rem;
  margin-inline: auto;
}
.com-btn > span {
  font-size: var(--font-size-lg);
}
.com-btn::after {
  width: 1.25em;
  right: 1em;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 4rem;
}
.com-sns li {
  width: max(30px, 4rem);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th {
  padding: 1em;
}
.com-table tr td {
  padding: 1em;
}
.com-table--noblock tr th {
  width: 8em;
}
.com-table--noblock tr:first-of-type {
  border-top: solid 1px var(--color-beige);
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*ブログ
-----------------------------*/
.com-post__item {
  margin-bottom: 2rem;
}
.com-post__link {
  gap: 1rem;
  padding: 2rem;
}
.com-post__tag {
  line-height: 1.66667;
  padding-inline: 1em;
}

/* 画像
-----------------------------*/
.com-img {
  padding: 1rem;
}
.com-img::before {
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 1.5rem;
  margin-bottom: 5rem;
}
.com-title01 .en {
  min-width: 20rem;
  padding-inline: 3rem;
  margin: -0.9rem 0 -0.5rem;
}
.com-title01 .en::before, .com-title01 .en::after {
  width: calc(45vw - 50%);
  height: 1.5rem;
  border-top-width: 0.6rem;
  border-bottom-width: 2px;
  transform: translateY(calc(-50% + 0.2rem));
}
.com-title01 .ja::before {
  aspect-ratio: 267/54;
  height: 3.6rem;
  bottom: calc(-2rem + (1lh - 1em) / 2);
}

/*中タイトル
-----------------------------*/
.com-title02 {
  margin-bottom: 2.4rem;
}

/*小タイトル
-----------------------------*/
.com-title03 {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 6rem;
}
.com-contact__box {
  padding: 4.2rem 2.4rem 2.4rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}
.com-contact__title::before {
  width: calc(100% + 10rem);
  height: 6.4rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding-top: 4rem;
}
.com-contact__items::before {
  height: 0.7rem;
  border-width: 1px;
  margin-bottom: 1rem;
}
.com-contact__tel {
  margin-bottom: 0.5rem;
}

/*バナーリンク
-----------------------------*/
.com-bnr {
  padding-block: 4rem;
}
.com-bnr__item {
  height: 18rem;
  row-gap: 2rem;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.com-bnr__item:last-of-type {
  margin-bottom: 0;
}
.com-bnr__item::before {
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  border-width: 2.4rem;
}
.com-bnr--top .com-bnr__item {
  height: 24rem;
}
.com-bnr--top .com-bnr__title {
  font-size: var(--font-size-xl);
}
.com-bnr--top .com-bnr__title > span {
  letter-spacing: 0;
}
.com-bnr__title {
  font-size: var(--font-size-x2l);
}
.com-bnr__title .en img {
  height: 5rem;
}
.com-bnr__title::after {
  width: calc(100% + 10rem);
  max-width: 88vw;
  height: 3.6rem;
}
.com-bnr__btn {
  height: 5rem;
  max-width: 80%;
}

/*===============================================
  トップページ
===============================================*/
/*ブログ
-----------------------------*/
.top-blog__btn {
  margin-top: 4rem;
}

/*「車のキズ・凹みを、
ただ直すではなく蘇らせる仕上がりへ」
-----------------------------*/
.top-lead::after {
  height: calc(15rem + 84.375vw);
  background-size: 16rem;
}
.top-lead__inner {
  position: relative;
}
.top-lead__inner::after {
  content: "";
  width: 12rem;
  aspect-ratio: 210/332;
  background: url(../img/index/deco_lead.png) no-repeat left bottom/contain;
  position: absolute;
  bottom: -8.8rem;
  right: -2vw;
  z-index: 1;
  transform: scale(-1, 1);
}
.top-lead__title {
  margin-bottom: 4rem;
}
.top-lead__title::before {
  width: 16rem;
  top: -5rem;
  left: -8rem;
}
.top-lead__title > span::before {
  width: 6.4rem;
  bottom: 3rem;
  right: -2rem;
}
.top-lead__text {
  padding: 3rem 3rem 3rem 0;
}
.top-lead__text::before {
  width: calc(5vw + 100%);
}
.top-lead__images {
  margin-top: 5rem;
  margin-right: -5vw;
}
.top-lead__image img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-lead__image--back {
  width: 64%;
  margin-left: auto;
}
.top-lead__image--front {
  width: 80%;
  margin-top: -10vw;
}

/*選ばれる理由
-----------------------------*/
.top-reason__list {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-reason__item {
  padding: 5.5rem 3rem 4rem;
  margin-bottom: 3rem;
}
.top-reason__item:last-of-type {
  margin-bottom: 0;
}
.top-reason__item::before {
  height: 3.8rem;
  top: -1.4rem;
}
.top-reason__item p {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}
.top-reason__item p br {
  display: none;
}
.top-reason__num {
  width: 5rem;
  top: 0.5rem;
  left: 0.5rem;
}

/*お客様の声を見る
-----------------------------*/
.top-voice__item {
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  padding: 0.4rem;
  border-radius: 1rem;
}
.top-voice__inner {
  width: 100%;
  padding: 4.5rem 3rem 3rem;
}
.top-voice__title {
  font-size: var(--font-size-x3l);
  margin-bottom: 2rem;
}
.top-voice__title::before {
  width: 6.8rem;
  top: -2rem;
  left: -2rem;
}
.top-voice__more {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.top-voice__image {
  width: 100%;
  position: relative;
}
.top-voice__image img {
  width: 100%;
  aspect-ratio: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-voice__image::after {
  content: "";
  width: 7.2rem;
  aspect-ratio: 84/71;
  background: url(../img/index/deco_voice.png) no-repeat left bottom/contain;
  position: absolute;
  right: 2rem;
  top: -6rem;
  z-index: 1;
  transform: scale(-1, 1);
}
.top-voice__image img {
  border-radius: 0 0 0.6rem 0.6rem;
}

/*会社情報
-----------------------------*/
.top-company::after {
  width: 92vw;
  height: 7.2rem;
}
.top-company__map {
  height: 32rem;
  margin-top: 4rem;
}

/*===============================================
  選ばれる理由
===============================================*/
/*AUTOBODY Kが選ばれる理由
-----------------------------*/
.reason-list__item {
  box-shadow: 0px 0.4rem 0.7rem 0.3rem rgba(98, 98, 98, 0.13);
  padding: 4.2rem 2.4rem 2.4rem;
  margin-bottom: 6rem;
}
.reason-list__item::before {
  height: 3.8rem;
  top: -2.1rem;
}
.reason-list__num {
  width: 5rem;
  top: -1.5rem;
  left: -1rem;
}
.reason-list__image {
  margin-top: 3rem;
}
.reason-list__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}

/*施工実績
-----------------------------*/
.reason-result__item {
  margin-bottom: 4rem;
}
.reason-result__image img {
  width: 100%;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-result__image--before {
  width: 40%;
}
.reason-result__image--before::after {
  width: 40%;
  right: -20%;
  bottom: 0;
  margin-bottom: -20%;
}
.reason-result__image--after {
  width: 56%;
}

/*===============================================
  料金
===============================================*/
/*ご提供サービス
-----------------------------*/
.price-service__box {
  padding: 3.2rem 2.4rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
  margin-bottom: 4rem;
}
.price-service__heading {
  font-size: var(--font-size-xl);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 3rem;
}
.price-service__heading::before {
  width: 0.8rem;
}
.price-service__image {
  margin-bottom: 3rem;
}
.price-service__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-service__btn {
  margin: 5rem auto 0;
}

/*料金
-----------------------------*/
.price-list__box {
  padding: 3.2rem 2.4rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
  margin-bottom: 4rem;
}
.price-list__heading {
  font-size: var(--font-size-xl);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 3rem;
}
.price-list__heading::before {
  width: 0.8rem;
}
.price-list__table {
  margin-bottom: 3rem;
}
.price-list__table tr th {
  text-align: center;
  padding-inline: 0.5em;
}
.price-list__table tr th:first-of-type {
  width: 60%;
}
.price-list__table tr td {
  padding-inline: 0.5em;
}
.price-list__table tr td:last-of-type {
  text-align: right;
}
.price-list .com-empty {
  margin-bottom: 3rem;
}
.price-list__body {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声
-----------------------------*/
.voice-list__tags {
  margin-bottom: 5rem;
}
.voice-list__tag {
  margin-bottom: 2rem;
}
.voice-list__tag:last-of-type {
  margin-bottom: 0;
}
.voice-list__btn {
  padding-inline: 5rem;
}
.voice-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2.4rem;
  padding: 3.2rem 2.4rem;
  margin-bottom: 3rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}
.voice-list__item > * {
  width: 100%;
}
.voice-list__heading {
  font-size: var(--font-size-xl);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 0.6rem;
}
.voice-list__heading::before {
  width: 0.8rem;
}
.voice-list__image img {
  width: 100%;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-list__image--before {
  width: 40%;
}
.voice-list__image--before::after {
  width: 40%;
  right: -20%;
  bottom: 0;
  margin-bottom: -20%;
}
.voice-list__image--after {
  width: 56%;
}

/*===============================================
  会社情報
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting__heading {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.company-greeting__heading > span {
  line-height: 1.5;
}
.company-greeting__image {
  margin-top: 4rem;
}
.company-greeting__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}

/*会社情報
-----------------------------*/
.company-info__map {
  height: 32rem;
  margin-top: 4rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  font-size: var(--font-size-sm);
  gap: 1em;
  margin-bottom: 4rem;
}
.blog-archive .com-post__link {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.blog-archive .com-post__link:not(:has(.com-post__image)) {
  padding: 3rem 2.4rem;
}
.blog-archive .com-post__inner {
  gap: 1.5rem 1rem;
}
.blog-archive .com-post__image {
  width: 12rem;
}

/* ブログ 詳細
-----------------------------*/
.blog-detail__box {
  padding: 3.2rem 2.4rem;
  outline-width: 0.5rem;
  outline-offset: -0.5rem;
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding-top: 4rem;
}
.contact-form__items::before {
  height: 0.7rem;
  border-width: 1px;
  margin-bottom: 1rem;
}
.contact-form__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.contact-form__table {
  padding-top: 8rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title .en {
  font-size: min(5rem, 11.112vw);
  padding-inline: 1.5rem;
}
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em 0.5em;
}

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