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

.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: flex-start;
  padding: 3rem 3rem 0 7rem;
}
#header .header__logo {
  width: clamp(176px, 11.1979166667vw, 215px);
  aspect-ratio: 88/75;
}
#header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  background: var(--color-white);
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding-inline: clamp(70px, 5.46875vw, 105px);
  border-radius: 100vh;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 10.5rem 0 10rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5rem;
  width: 108rem;
}
#footer .footer__logo img {
  width: 22.9rem;
  aspect-ratio: 229/194;
  -o-object-fit: contain;
     object-fit: contain;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 108rem;
  padding-top: 3rem;
  border-top: solid 1px var(--color-white);
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 2em;
  font-size: var(--font-size-base);
  letter-spacing: var(--letter-spacing-base);
  line-height: var(--line-height-base);
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 5rem;
}

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

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual__catch::before {
  width: clamp(276px, 21.5625vw, 414px);
  aspect-ratio: 414/139;
  background-size: 100%, 23.43%;
  bottom: calc(100% + clamp(20px, 1.5625vw, 30px));
}
.visual__catch::after {
  width: clamp(233px, 18.1770833333vw, 349px);
  aspect-ratio: 349/104;
  background-size: 100%, 40.4012%;
  top: calc(100% + clamp(20px, 1.5625vw, 30px));
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(11rem + clamp(550px, 42.7083333333vw, 820px));
  min-height: 100dvh;
  padding-top: 3.5rem;
}
.visual__catch--main {
  width: clamp(344px, 26.875vw, 516px);
  padding-block: calc(clamp(16px, 1.25vw, 24px) + 1px);
}
.visual__catch--main img {
  width: 92.636%;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(11rem + clamp(370px, 28.6458333333vw, 550px));
  padding-top: clamp(100px, 7.5520833333vw, 145px);
}
.visual__catch--sub {
  min-width: clamp(400px, 31.25vw, 600px);
  font-size: clamp(26px, 1.9791666667vw, 38px);
  padding: 2.8rem 0.5em;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4.2rem;
       column-gap: 4.2rem;
}
.gnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.9rem;
  font-size: 1em;
  font-family: var(--font-family-main);
  font-weight: 700;
  color: #37518c;
  line-height: 1;
  letter-spacing: 0;
}
.gnav__link > span {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.gnav__link > span.en {
  font-size: calc(1em - 2px);
  font-family: var(--font-family-en);
  color: var(--color-sky);
}
.gnav__link:hover {
  color: var(--color-blue);
}
.gnav__link.current {
  color: var(--color-red);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 2rem;
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section--wave::before {
  height: 3.6rem;
}
.section--wave-whiteTop::before, .section--wave-beigeTop::before, .section--wave-beigeTop::before {
  top: -1.9rem;
}
.section--wave-whiteBottom::before, .section--wave-beigeBottom::before, .section--wave-blueBottom::before {
  bottom: -1.9rem;
}
.section--wave-white::before, .section--wave-beige::before, .section--wave-blue::before {
  height: calc(100% + 3.8rem);
  top: -1.9rem;
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: 6rem;
}
.com-tel::before {
  font-size: 0.5em;
  margin: -0.5rem 0 -0.3rem;
}
.com-tel span {
  margin: -1rem 0 -0.6rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 55rem;
  height: 5rem;
}
.com-btn::after {
  width: 2.4rem;
  right: 3rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 5rem;
}
.com-sns li {
  width: 3.5rem;
}

/*テーブル
-----------------------------*/
.com-table {
  font-size: var(--font-size-lg);
  line-height: 1.66667;
}
.com-table tr th {
  padding: 1.1rem 2rem 1.1rem 4rem;
}
.com-table tr td {
  padding: 1.1rem 2rem;
}
.com-table tr:first-of-type {
  border-top: solid 1px var(--color-beige);
}

/*テキストボックス
-----------------------------*/
.com-text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}

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

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

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2rem;
  margin-bottom: 6rem;
}
.com-title01 .en {
  min-width: 39rem;
  padding-inline: 6rem;
  margin: -1.1rem 0 -0.7rem;
}
.com-title01 .en::before, .com-title01 .en::after {
  width: calc(54rem - 50%);
  height: 2.2rem;
  border-top-width: 0.8rem;
  border-bottom-width: 2px;
  transform: translateY(calc(-50% + 0.2rem));
}
.com-title01 .ja::before {
  aspect-ratio: 267/54;
  height: 5.4rem;
  bottom: calc(-3rem + (1lh - 1em) / 2);
}

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

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

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 11rem;
}
.com-contact__box {
  padding: 6rem 5rem;
  outline-width: 1rem;
  outline-offset: -1rem;
}
.com-contact__title::before {
  width: calc(100% + 14rem);
  height: 9.9rem;
}
.com-contact__text {
  text-align: center;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding-top: 5.3rem;
}
.com-contact__items::before {
  height: 1rem;
  border-width: 2px;
}
.com-contact__btn {
  margin-bottom: 1rem;
}
.com-contact__btn:last-of-type {
  margin-bottom: 0;
}

/*バナーリンク
-----------------------------*/
.com-bnr {
  padding-block: 4rem;
}
.com-bnr__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: calc(100% - 8rem);
  max-width: 184rem;
}
.com-bnr__item {
  justify-content: flex-end;
  row-gap: clamp(35px, 2.6041666667vw, 50px);
  width: 100%;
  height: 34rem;
  padding-bottom: 8rem;
}
.com-bnr__item::before {
  width: calc(100% - clamp(18px, 1.3541666667vw, 26px));
  height: calc(100% - clamp(18px, 1.3541666667vw, 26px));
  border-width: clamp(35px, 2.6041666667vw, 50px);
}
.com-bnr--top .com-bnr__item {
  height: 42rem;
  padding-bottom: 10rem;
}
.com-bnr__title {
  font-size: clamp(3.2rem, 2.1875vw, 4.2rem);
}
.com-bnr__title .en {
  margin-bottom: -1rem;
}
.com-bnr__title .en img {
  height: clamp(60px, 4.6875vw, 90px);
}
.com-bnr__title::after {
  width: calc(100% + clamp(140px, 10.9375vw, 210px));
  min-width: clamp(400px, 31.25vw, 600px);
  height: clamp(60px, 4.6875vw, 90px);
}
.com-bnr__btn {
  width: calc(100% - 16rem);
  max-width: 55rem;
}

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

/*「車のキズ・凹みを、
ただ直すではなく蘇らせる仕上がりへ」
-----------------------------*/
.top-lead {
  padding-block: 11rem;
}
.top-lead__inner {
  min-height: 89.3rem;
  padding-top: 4.4rem;
  padding-right: 44rem;
  position: relative;
  z-index: 0;
}
.top-lead__title {
  margin-bottom: 9rem;
}
.top-lead__title::before {
  width: 23.4rem;
  top: -9rem;
  left: -14.5rem;
}
.top-lead__title > span::before {
  width: 9.8rem;
  bottom: 4.6rem;
  right: -7rem;
}
.top-lead__text {
  padding: 4rem 5rem 5rem 0;
}
.top-lead__text::before {
  width: calc(max(600px, 50vw) - 54rem + 100%);
}
.top-lead__text::after {
  content: "";
  width: clamp(156px, 10.9375vw, 210px);
  aspect-ratio: 210/332;
  background: url(../img/index/deco_lead.png) no-repeat left bottom/contain;
  position: absolute;
  bottom: -9.5rem;
  left: clamp(-165px, -8.59375vw, -125px);
  z-index: -1;
}
.top-lead__images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(max(600px, 50vw) - 12rem);
  max-width: 77.8rem;
  position: absolute;
  top: 0;
  left: calc(50% + 6.8rem);
  z-index: 1;
}
.top-lead__image--back {
  width: calc(100% - 6rem);
  height: 53.8rem;
  margin-left: auto;
}
.top-lead__image--front {
  width: calc(100% - 19.2rem);
  min-width: 380px;
  height: 42.3rem;
  margin-top: -6.8rem;
}
.top-lead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*選ばれる理由
-----------------------------*/
.top-reason__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4.5rem;
}
.top-reason__item {
  width: 33rem;
  padding: 4.5rem 3rem 3.3rem;
}
.top-reason__item::before {
  height: 3.8rem;
  top: -1.4rem;
}
.top-reason__item p {
  font-size: var(--font-size-x2l);
  line-height: var(--line-height-x2l);
}
.top-reason__num {
  width: 5.4rem;
  top: 1rem;
  left: 1.4rem;
}

/*お客様の声を見る
-----------------------------*/
.top-voice__item {
  width: 93.4rem;
  height: 20rem;
  outline-width: 0.4rem;
  outline-offset: -0.4rem;
  border-radius: 1.5rem;
  padding: 4rem 11.5rem;
}
.top-voice__title {
  font-size: 3.4rem;
  margin-bottom: 2.2rem;
}
.top-voice__title::before {
  width: 8.3rem;
  top: -1.3rem;
  left: -5.5rem;
}
.top-voice__more {
  -moz-column-gap: 1.3em;
       column-gap: 1.3em;
}
.top-voice__image {
  width: 49rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.top-voice__image::before {
  content: "";
  width: calc(100% + 3rem);
  height: 100%;
  background: #e6edf2;
  clip-path: polygon(10.5rem 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  pointer-events: none;
}
.top-voice__image::after {
  content: "";
  width: 8.4rem;
  aspect-ratio: 84/71;
  background: url(../img/index/deco_voice.png) no-repeat left bottom/contain;
  position: absolute;
  left: -2.7rem;
  bottom: 2.9rem;
  z-index: 1;
}
.top-voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(10.5rem 0, 100% 0, 100% 100%, 0 100%);
}

/*会社情報
-----------------------------*/
.top-company::after {
  width: 110rem;
  height: 19.5rem;
}
.top-company:not(:has(.top-company__map))::after {
  height: 17.5rem;
}
.top-company__inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.top-company__inner .top-company__table tr th {
  width: 15.5rem;
}
.top-company__table {
  width: 100%;
  align-self: center;
  padding-bottom: 10rem;
}
.top-company__table tr th {
  width: 24rem;
}
.top-company__map {
  width: 52rem;
  min-height: 40rem;
  flex-shrink: 0;
}

/*===============================================
  選ばれる理由
===============================================*/
/*AUTOBODY Kが選ばれる理由
-----------------------------*/
.reason-list__items {
  padding-top: 1rem;
}
.reason-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  box-shadow: 0px 0.4rem 0.7rem 0.3rem rgba(98, 98, 98, 0.13);
  padding: 4rem 4.5rem;
  margin-bottom: 8rem;
}
.reason-list__item::before {
  height: 3.8rem;
  top: -2.1rem;
}
.reason-list__inner {
  width: 100%;
  padding: 2.6rem 0 0 6.6rem;
  position: relative;
}
.reason-list__num {
  width: 5.4rem;
  top: -1.4rem;
  left: 0;
}
.reason-list__heading {
  padding-right: 3em;
}
.reason-list__image {
  width: 40.8rem;
  flex-shrink: 0;
}
.reason-list__image img {
  width: 100%;
  aspect-ratio: 1.2666666667;
  -o-object-fit: cover;
     object-fit: cover;
}

/*施工実績
-----------------------------*/
.reason-result__list {
  padding-top: 0.5rem;
}
.reason-result__item {
  margin-bottom: 6rem;
}
.reason-result__image--before {
  width: 44.4rem;
}
.reason-result__image--before img {
  width: 100%;
  aspect-ratio: 1.4444444444;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-result__image--before::after {
  width: 12.3rem;
  right: -8.8rem;
  bottom: -8.7rem;
}
.reason-result__image--after {
  width: 58.6rem;
}
.reason-result__image--after img {
  width: 100%;
  aspect-ratio: 1.4919786096;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  料金
===============================================*/
/*ご提供サービス
-----------------------------*/
.price-service__box {
  padding: 5rem 6.5rem;
  outline-width: 1rem;
  outline-offset: -1rem;
  margin-bottom: 6rem;
}
.price-service__heading {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 2.6rem;
  margin-bottom: 3.4rem;
}
.price-service__heading::before {
  width: 1rem;
}
.price-service__image {
  margin-bottom: 3.4rem;
}
.price-service__image img {
  width: 100%;
  aspect-ratio: 1.9;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-service__btn {
  margin: 5rem auto 0;
}

/*料金
-----------------------------*/
.price-list__box {
  padding: 5rem 5rem 6rem;
  outline-width: 1rem;
  outline-offset: -1rem;
  margin-bottom: 6rem;
}
.price-list__heading {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 2.6rem;
  margin-bottom: 4.3rem;
}
.price-list__heading::before {
  width: 1rem;
}
.price-list__table {
  margin-bottom: 5rem;
}
.price-list__table tr th,
.price-list__table tr td {
  text-align: center;
}
.price-list__table tr th:first-of-type {
  width: 57rem;
}
.price-list .com-empty {
  margin-bottom: 5rem;
}
.price-list__body {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声
-----------------------------*/
.voice-list__tags {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-bottom: 6rem;
}
.voice-list__tag {
  width: 40.6rem;
}
.voice-list__btn {
  padding-inline: 6rem;
}
.voice-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2.4rem;
  padding: 5rem 5.4rem;
  margin-bottom: 4rem;
  outline-width: 1rem;
  outline-offset: -1rem;
}
.voice-list__item > * {
  width: 100%;
}
.voice-list__heading {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.voice-list__heading::before {
  width: 1rem;
}
.voice-list__image--before {
  width: 40.3rem;
}
.voice-list__image--before img {
  width: 100%;
  aspect-ratio: 1.4423076923;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-list__image--before::after {
  width: 11rem;
  right: -7.8rem;
  bottom: -7.8rem;
}
.voice-list__image--after {
  width: 52.8rem;
}
.voice-list__image--after img {
  width: 100%;
  aspect-ratio: 1.4705882353;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-list__rating {
  font-size: var(--font-size-lg);
  padding-bottom: 0.4rem;
}
.voice-list__body {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}

/*===============================================
  会社情報
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting__box {
  min-height: 39.6rem;
  padding-right: 56.4rem;
  position: relative;
}
.company-greeting__heading {
  font-size: 3.4rem;
  margin-bottom: 4.2rem;
}
.company-greeting__heading > span {
  line-height: 1.5;
}
.company-greeting__image {
  width: 50.8rem;
  position: absolute;
  top: 0;
  left: calc(50% + 1.8rem);
}
.company-greeting__image img {
  width: 100%;
  aspect-ratio: 1.3043478261;
  -o-object-fit: cover;
     object-fit: cover;
}

/*会社情報
-----------------------------*/
.company-info__inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.company-info__inner .company-info__table tr th {
  width: 15.5rem;
}
.company-info__table {
  width: 100%;
  align-self: center;
}
.company-info__table tr th {
  width: 24rem;
}
.company-info__map {
  width: 52rem;
  min-height: 40rem;
  flex-shrink: 0;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.blog-archive .com-post__link {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding: 3rem;
}
.blog-archive .com-post__link:not(:has(.com-post__image)) {
  padding: 4rem 5rem;
}
.blog-archive .com-post__inner {
  gap: 2rem 1.5rem;
}
.blog-archive .com-post__image {
  width: 36rem;
}
.blog-archive .com-post__image img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive .com-post__body p {
  -webkit-line-clamp: 3;
  max-height: 3lh;
}

/* ブログ 詳細
-----------------------------*/
.blog-detail__box {
  padding: 5rem 5.4rem;
  outline-width: 1rem;
  outline-offset: -1rem;
}

/*===============================================
  お問い合わせ
===============================================*/
.contact-form__title {
  margin-bottom: 7.6rem;
}
.contact-form__text {
  text-align: center;
}
.contact-form__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3.4rem;
  padding-top: 4.5rem;
}
.contact-form__items::before {
  height: 1rem;
  border-width: 2px;
  margin-bottom: 1rem;
}
.contact-form__info {
  font-size: 2.2rem;
  line-height: 1.81819;
}
.contact-form__table {
  padding-top: 10rem;
}
.contact-form__table tr th {
  width: 38rem;
  text-align: left;
  line-height: 2.11112;
  padding: 2rem;
}
.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.11112;
  padding: 2rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

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

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  margin-bottom: 8rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__link {
  padding: 1.5rem 2rem;
}

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