@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
* {
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .container {
    margin: 0 auto;
    padding: 1em;
  }
}

.mainvisual {
  background-image: url("../lpo_img/mainBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-block: 50px;
}
.mv_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lpHero__content {
  max-width: 620px;
  text-align: left;
}

.lpHero__area {
  display: inline-block;
  background: #ef5a24;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 12px 28px;
  margin-bottom: 24px;
}

.lpHero__ttl {
  font-size: clamp(22px, 3vw, 50px);
  line-height: 1.25;
  font-weight: 900;
  color: #222;
  margin-bottom: 24px;
}

.lpHero__ttl span {
  color: #ef5a24;
}
.lpHero__ttl strong {
  font-size: clamp(38px, 5vw, 64px);
}

.lpHero__lead {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 28px;
}

.lpHero__btns {
  display: flex;
  gap: 18px;
  margin-bottom: 38px;
}
.lpHero__btns a {
  color: #fff;
}

.lpHero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 18px 24px;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.lpHero__btn--orange {
  background: #ef5a24;
}

.lpHero__btn--black {
  background: #222;
}

@media (max-width: 768px) {
  .mainvisual {
    background-image: url("../lpo_img/mainBg_sp.jpg");
    background-position: center bottom;
    padding: 0 0 200px;
  }
  .lpHero__content {
    padding: 20px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.9) 36%,
      rgba(255, 255, 255, 0.35) 58%,
      rgba(255, 255, 255, 0.05) 100%
    );
  }
  .lpHero__lead {
    font-size: 18px;
  }

  .lpHero__btns {
    flex-direction: column;
    gap: 12px;
  }

  .lpHero__btn {
    width: 100%;
  }

  .pc {
    display: none;
  }
}
.greeting .greeting_conts {
  background-image: url(../lpo_img/greeting01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 180px auto;
  padding-block: 50px;
  padding-left: 200px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .greeting .greeting_conts {
    background-position: center 50px;
    background-size: auto 80px;
    padding-top: 150px;
    padding-left: 0px;
    gap: 8px;
  }
  .greeting .greeting_conts h2 {
    align-self: center;
  }
}
.reasons {
  position: relative;
  overflow: hidden;
  background: #fef5eb;
  padding: 80px 0;
}
.reasons::before,
.reasons::after {
  content: "";
  position: absolute;
  left: -4%;
  width: 108%;
  height: 48px;
  z-index: 0;
  pointer-events: none;

  background:
    radial-gradient(ellipse 105px 28px at 50% 0, #fff 98.5%, transparent 100%) 0
      0 / 210px 48px repeat-x,
    radial-gradient(ellipse 80px 22px at 50% 0, #fff 98.5%, transparent 100%)
      105px 0 / 210px 48px repeat-x;
}
.reasons::before {
  top: 0;
}
.reasons::after {
  bottom: 0;
  transform: rotate(180deg);
}
.reasons .container::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 30px;

  width: 120px;
  height: 120px;

  background: radial-gradient(circle, #f6c675 2px, transparent 2px);

  background-size: 16px 16px;

  opacity: 0.6;
}
.reasons .container::after {
  content: "";
  position: absolute;

  top: 10px;
  right: 50%;
  transform: translateX(-50%);

  width: 240px;
  height: 240px;

  background: repeating-conic-gradient(
    rgba(239, 90, 36, 0.08) 0deg 2deg,
    transparent 2deg 10deg
  );

  border-radius: 50%;
  opacity: 0.4;
}
.reasons h2 {
  margin-bottom: 1em;
  line-height: 1.4;
}
.reasons h2 span {
  display: inline-block;
  padding-inline: 0.5em;
  font-weight: 900;
  color: #ef5a24;
}
.reasonGrid {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.reasonCard {
  box-shadow:
    0 12px 24px rgba(239, 90, 36, 0.1),
    0 2px 8px rgba(239, 90, 36, 0.08);
  background-color: #fff;
  border-radius: 15px;
  padding: 1em 1.5em;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.reasonCard h3 {
  color: #ef5a24;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px auto;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  line-height: 1.4;
}
.reasonCard.ico01 h3 {
  background-image: url(../lpo_img/reasons_ico01.png);
}
.reasonCard.ico02 h3 {
  background-image: url(../lpo_img/reasons_ico02.png);
}
.reasonCard.ico03 h3 {
  background-image: url(../lpo_img/reasons_ico03.png);
}
.reasonCard:hover {
  transform: translateY(-8px);
}
.reasonCard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 4px;

  background: #ef5a24;
}
@media (max-width: 768px) {
  .reasonGrid {
    flex-direction: column;
  }
  .reasonCard h3 {
    height: 60px;
  }
}
.price {
  background-color: #fff;
  padding-block: 50px;
}
.price h2 {
  font-size: clamp(24px, 6vw, 40px);
  margin-bottom: 1em;
}
.priceGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.priceCard {
  flex-basis: calc(25% - 11.25px);
  box-shadow: 0 0 8px rgba(239, 90, 36, 0.5);
  background-color: #fff;
  border-radius: 15px;
  padding: 1em 1.5em;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.priceCard .carType {
  font-size: clamp(18px, 5vw, 30px);
  font-weight: 700;
}
.priceCard .kakaku {
  font-size: clamp(24px, 6vw, 40px);
  color: #ef5a24;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  line-height: 1;
}
.priceNote {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding-block: 15px;
}
.priceNote a {
  display: block;
  background-color: #181e4c;
  color: #fff;
  padding: 0.74em 0;
  width: 80%;
  max-width: 500px;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .priceCard {
    flex-basis: calc(50% - 7.5px);
  }
}
.works {
  background-image: url(../lpo_img/worksBg.jpg);
  background-repeat: repeat-x;
  background-position: center 0;
  padding-block: 80px;
}
.works h2 {
  margin-bottom: 1em;
  line-height: 1.4;
}
.works h2 span {
  font-size: clamp(30px, 5vw, 48px);
  display: inline-block;
  font-weight: 900;
  color: #ef5a24;
}
.worksText {
  max-width: 950px;
  margin: 30px auto;
  text-align: left;
}
.worksGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.workCard {
  flex-basis: calc(25% - 11.25px);
  box-shadow: 0 0 8px rgba(239, 90, 36, 0.5);
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.workCard .photo {
  height: 170px;
  flex: 0 0 170px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.workCard .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workCard .text {
  flex-shrink: 1;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.workCard .text h3 {
  font-size: 16px;
}
.workCard .text p {
  font-size: 13px;
}
.workCard .text .date {
  align-self: flex-end;
}
.area {
  width: 85%;
  max-width: 950px;
  margin: 30px auto;
  display: flex;
  border: 3px solid #ef5a24;
  border-radius: 15px;
  overflow: hidden;
}
.area h3 {
  flex-basis: 250px;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ef5a24;
  color: #fff;
}
.area .areaList {
  flex-basis: calc(100% - 250px);
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  background-color: #FFF;
}

.works .areaText {
  margin-block: 50px;
}

@media (max-width: 768px) {
  .works {
    background-size: 100% auto;
  }
@media (max-width: 768px) {
  .works {
    background-size: 100% auto;
  }

  .worksGrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .workCard {
    flex: 0 0 calc(50% - 6px);
    flex-direction: column;
  }

  .workCard .photo {
    width: 100%;
    height: 130px;
    flex: 0 0 130px;
  }

  .workCard .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .workCard .text {
    width: 100%;
    flex-basis: auto;
    padding: 10px 8px;
    align-items: center;
    text-align: center;
  }

  .workCard .text h3 {
    font-size: 14px;
    line-height: 1.4;
  }

  .area {
    flex-direction: column;
  }

  .area h3 {
    flex-basis: 80px;
  }
}
  .area {
    flex-direction: column;
  }
  .area h3 {
    flex-basis: 80px;
  }
}
.faq {
  background: #f8f8f8;
  padding-block: 50px;
}

.faq h2 {
  margin-bottom: 1em;
}

.faqGrid {
  max-width: 900px;
  margin: 0 auto;
}

.faqCard {
  padding: 20px 22px;
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06),
  border-radius: 10px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: left;
}

.faqCard:last-child {
  margin-bottom: 0;
}

.faqCard dt,
.faqCard dd {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faqCard dt {
  margin-bottom: 12px;
  color: #ef5a24;
  font-weight: 700;
  line-height: 1.6;
}

.faqCard dd {
  margin: 0;
  color: #333;
  line-height: 1.8;
}

.faqCard dt span,
.faqCard dd span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 900;
  line-height: 1;
}

.faqCard dt span {
  background: #ef5a24;
  color: #fff;
}

.faqCard dd span {
  background: #eee;
  color: #555;
}

@media (max-width: 768px) {
  .faq {
    padding-block: 40px;
  }

  .faqCard {
    padding: 18px 16px;
    margin-bottom: 15px;
  }

  .faqCard dt,
  .faqCard dd {
    gap: 8px;
  }

  .faqCard dt span,
  .faqCard dd span {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}

.ctaBox {
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin: 80px auto;
  padding: 46px 40px;
  text-align: center;

  background:
    radial-gradient(
      circle at 92% 78%,
      rgba(255, 255, 255, 0.1) 0 90px,
      transparent 92px
    ),
    radial-gradient(
      circle at 8% 18%,
      rgba(255, 255, 255, 0.07) 0 70px,
      transparent 72px
    ),
    linear-gradient(135deg, #d90000 0%, #f21d0d 55%, #c90000 100%);

  border: 4px solid #b80000;
  border-radius: 18px;
  box-shadow:
    0 12px 30px rgba(130, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ctaBox::before,
.ctaBox::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.ctaBox::before {
  top: -70px;
  left: -60px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0 8px,
    transparent 8px 18px
  );
}

.ctaBox::after {
  right: -80px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.ctaBox > * {
  position: relative;
  z-index: 1;
}

.ctaBox h2 {
  margin: 0 0 18px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.45;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 0 rgba(120, 0, 0, 0.25);
}

.ctaBox .tel {
  margin-bottom: 10px;
  font-size: clamp(40px, 6vw, 58px);
  line-height: 1;
  font-weight: 900;
  color: #ffe52d;
  letter-spacing: 0.04em;
  text-shadow: 0 3px 0 rgba(110, 0, 0, 0.35);
}

.ctaBox .tel::before {
  content: "TEL ";
  display: inline-block;
  margin-right: 8px;
  padding: 7px 10px 6px;
  border-radius: 5px;
  background: #fff;
  color: #c90000;
  font-size: 0.34em;
  line-height: 1;
  vertical-align: 0.28em;
  text-shadow: none;
}

.ctaBox p {
  margin: 0 0 28px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.ctaBox .areaBtnList {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ctaBox .areaBtnList a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 60px;
  padding: 14px 46px 14px 24px;

  border: 2px solid #ffe23c;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffe956 0%, #ffd51f 100%);

  color: #b90000;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;

  box-shadow:
    0 6px 0 #d39d00,
    0 10px 18px rgba(80, 0, 0, 0.18);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.ctaBox .areaBtnList a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-54%);
  font-size: 30px;
  line-height: 1;
}

.ctaBox .areaBtnList a:hover {
  transform: translateY(3px);
  box-shadow:
    0 3px 0 #d39d00,
    0 6px 12px rgba(80, 0, 0, 0.16);
  filter: brightness(1.04);
}

.ctaBox .areaBtnList a.sub {
  border-color: #fff;
  background: #fff;
  color: #c90000;
  box-shadow:
    0 6px 0 #d8d8d8,
    0 10px 18px rgba(80, 0, 0, 0.18);
}

.ctaBox .areaBtnList a.sub:hover {
  box-shadow:
    0 3px 0 #d8d8d8,
    0 6px 12px rgba(80, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .ctaBox {
    margin: 50px 0;
    padding: 34px 18px;
    border-width: 3px;
    border-radius: 14px;
  }

  .ctaBox h2 {
    margin-bottom: 18px;
    font-size: 21px;
  }

  .ctaBox .tel {
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: 0.01em;
  }

  .ctaBox .tel::before {
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: 14px;
    vertical-align: baseline;
  }

  .ctaBox p {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .ctaBox .areaBtnList {
    flex-direction: column;
    gap: 14px;
  }

  .ctaBox .areaBtnList a {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }
}


@charset "utf-8";

/* ==================================================
   車検・整備実績 共通設定
================================================== */

.works_page {
  --works-main: #ef5a24;
  --works-main-dark: #d94713;
  --works-navy: #181e4c;
  --works-text: #333;
  --works-sub-text: #666;
  --works-border: #e5e5e5;
  --works-bg-light: #fef4ee;
  --works-pale: #fef4ee;
  --works-pale-dark: #fde8db;
  --works-shadow: 0 8px 24px rgba(89, 54, 38, 0.12);
  text-align: left;
}

.emptyMessage {
  margin: 0;
  padding: 50px 20px;
  border-radius: 14px;
  background: #f8f8f8;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}


/* ==================================================
   実績ページ メインビジュアル
================================================== */

.worksHero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 60px 20px;
  background-color: var(--works-bg-light);
  background-image: url("../lpo_img/ttlBg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 80%;
  text-align: left;
}

.worksHero h1 {
  margin: 0;
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1.4;
}

.worksHero h1 span {
  font-size: 0.8em;
}

.worksHero p {
  max-width: 850px;
  margin: 0;
  line-height: 1.7;
  text-align: justify;
}


/* ==================================================
   パンくず
================================================== */

.breadcrumb {
  margin-bottom: 16px;
  padding-inline: 8px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}


/* ==================================================
   実績一覧
================================================== */

.worksList {
  padding: 60px 0 80px;
}

.worksListGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 24px;
}


/* ==================================================
   一覧ページ 絞り込み表示
================================================== */

.searchCondition {
  margin-top: 14px;
  text-align: center;
}

.searchCondition a {
  display: block;
  margin-top: 8px;
  color: inherit;
  text-decoration: underline;
}


/* ==================================================
   実績カード
================================================== */

.worksListCard {
  min-width: 0;
}

.worksListCardLink {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--works-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--works-shadow);
  color: var(--works-text);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.worksListCardLink:hover {
  transform: translateY(-6px);
  border-color: rgba(239, 90, 36, 0.45);
  box-shadow: 0 14px 32px rgba(89, 54, 38, 0.18);
}


/* カード画像 */

.worksListCardPhoto {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f3f3f3;
}

.worksListCardPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.worksListCardLink:hover .worksListCardPhoto img {
  transform: scale(1.04);
}

.worksListCardCategory {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  min-width: 62px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--works-main);
  box-shadow: 0 4px 10px rgba(80, 30, 10, 0.18);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.noImage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #aaa;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
}


/* カード本文 */

.worksListCardBody {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 20px 20px;
}

.worksListCardTitle {
  margin: 0;
  color: #222;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.45;
}

.worksListCardArea {
  margin: 9px 0 0;
  color: var(--works-main);
  font-weight: 700;
  font-size: 14px;
}

.worksListCardSummary {
  display: -webkit-box;
  overflow: hidden;
  min-height: calc(1.85em * 3);
  margin: 16px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


/* 作業情報 */

.worksListCardMeta {
  margin: 18px 0 0;
  padding: 0;
}

.worksListCardMeta > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #eadfd9;
  border-radius: 8px;
}

.worksListCardMeta dt,
.worksListCardMeta dd {
  margin: 0;
  padding: 8px 10px;
  font-size: 13px;
}

.worksListCardMeta dt {
  background: #fdf0e8;
  color: #67483a;
  font-weight: 700;
  text-align: center;
}

.worksListCardMeta dd {
  color: #333;
  font-weight: 700;
}


/* 金額 */

.worksListCardPrice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 3px 6px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.worksListCardPriceLabel {
  color: #555;
  font-weight: 700;
  font-size: 13px;
}

.worksListCardPrice strong {
  color: var(--works-main-dark);
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: clamp(25px, 2.1vw, 31px);
  line-height: 1;
}

.worksListCardPrice strong small {
  margin-left: 2px;
  color: inherit;
  font-weight: 800;
  font-size: 15px;
}


/* 詳細を見るボタン */

.worksListCardMore {
  position: relative;
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 14px 42px 14px 20px;
  border-radius: 999px;
  background: var(--works-main);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  transition: background-color 0.25s ease;
}

.worksListCardMore::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.worksListCardPrice + .worksListCardMore,
.worksListCardMeta + .worksListCardMore,
.worksListCardSummary + .worksListCardMore {
  margin-top: 20px;
}

.worksListCardLink:hover .worksListCardMore {
  background: var(--works-main-dark);
}


/* ==================================================
   ページャー
================================================== */

.pager {
  margin-top: 45px;
}

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

.pagerNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagerNav a,
.pagerNav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  color: #222;
  text-decoration: none;
}

.pagerNav a:hover,
.pagerNav .current {
  border-color: var(--works-main);
  background: var(--works-main);
  color: #fff;
}

.pagerNav .current {
  font-weight: 700;
}

.pagerNav span:not(.current) {
  background: #f5f5f5;
  color: #aaa;
}


/* ==================================================
   詳細ページ
================================================== */

.worksDetail {
  padding: 36px 0 56px;
}

.worksDetail .container {
  max-width: 980px;
}

.detailHeader {
  margin-bottom: 20px;
  text-align: left;
}

.worksDetail h1 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.35;
}

.detailLead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}


/* 詳細情報 */

.detailInfo {
  max-width: 900px;
  margin: 0 auto 24px;
  border-top: 1px solid #ddd;
}

.detailInfo > div {
  display: flex;
  min-height: 46px;
  border-bottom: 1px solid #ddd;
}

.detailInfo dt {
  flex: 0 0 200px;
  padding: 11px 14px;
  background: var(--works-bg-light);
  font-weight: 700;
}

.detailInfo dd {
  flex: 1;
  margin: 0;
  padding: 11px 16px;
}


/* メインコメント */

.mainComment {
  max-width: 900px;
  margin: 0 auto 28px;
  padding: 18px 22px;
  border-radius: 10px;
  background: #f8f8f8;
  line-height: 1.8;
  text-align: left;
}


/* 詳細写真 */

.detailPhotos {
  max-width: 900px;
  margin: 0 auto;
}

.detailPhotoBlock {
  max-width: 720px;
  margin: 0 auto 32px;
}

.detailPhotoBlock img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 560px;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  object-fit: contain;
}

.photoComment {
  margin-top: 14px;
  line-height: 1.8;
  text-align: left;
}


/* 詳細タグ */

.detailTags {
  max-width: 900px;
  margin: 24px auto 0;
}

.detailTags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detailTags li {
  flex: 1 1 140px;
}

.detailTags a {
  display: block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #24406c;
  text-align: center;
  text-decoration: underline;
}


/* 前後の実績 */

.detailPrevNext {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 900px;
  margin: 28px auto 0;
}

.detailPrevNext > div {
  width: 50%;
}

.detailPrevNext .next {
  text-align: right;
}

.detailPrevNext a {
  display: inline-block;
  min-width: 190px;
  padding: 13px 18px;
  border: 1px solid #ddd;
  background: #fff;
  color: #24406c;
  text-align: center;
  text-decoration: none;
}


/* 詳細CTA */

.detailCta {
  max-width: 900px;
  margin: 42px auto 0;
  padding: 28px 24px;
  border-radius: 14px;
  background: #fef5eb;
  text-align: center;
}

.detailCta h2 {
  margin-bottom: 12px;
}

.detailCtaBtns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.detailCtaBtns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--works-main);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.detailCtaBtns a.sub {
  background: var(--works-navy);
}


/* 戻る・詳細ナビ */

.backToSyaken,
.detailNav {
  text-align: center;
}

.backToSyaken {
  margin-top: 40px;
}

.detailNav {
  margin-top: 28px;
}

.backToSyaken a,
.detailNav a {
  display: inline-block;
  min-width: 260px;
  padding: 14px 24px;
  border-radius: 8px;
  background: var(--works-navy);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}


/* ==================================================
   タブレット
================================================== */

@media screen and (max-width: 1100px) {
  .worksListGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .worksListCardPhoto {
    aspect-ratio: 16 / 10;
  }
}


/* ==================================================
   モバイル
================================================== */

@media screen and (max-width: 768px) {
  /* 共通・一覧 */

  .worksHero {
    gap: 20px;
    padding: 20px 8px 50px;
    background-position: right -15px bottom 8px;
    background-size: auto 40%;
  }

  .worksHero h1 span::after {
    content: "\A";
    white-space: pre;
  }

  .worksHero p {
    padding-inline: 8px;
    font-size: 14px;
  }

  .breadcrumb {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .worksList {
    padding: 40px 0;
  }

  .worksListGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }


  /* カード */

  .worksListCardLink {
    border-radius: 14px;
  }

  .worksListCardPhoto {
    aspect-ratio: 16 / 10;
  }

  .worksListCardBody {
    padding: 20px 18px 18px;
  }

  .worksListCardTitle {
    font-size: 20px;
  }

  .worksListCardSummary {
    min-height: auto;
  }

  .worksListCardPrice strong {
    font-size: 29px;
  }


  /* ページャー */

  .pagerNav a,
  .pagerNav span {
    min-width: 36px;
    min-height: 36px;
    padding: 6px 9px;
    font-size: 13px;
  }


  /* 詳細ページ */

  .worksDetail {
    padding: 24px 0 40px;
  }

  .worksDetail .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .detailHeader {
    margin-bottom: 16px;
  }

  .worksDetail h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .detailLead {
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }


  /* 詳細情報 */

  .detailInfo {
    margin-bottom: 20px;
  }

  .detailInfo > div {
    display: grid;
    grid-template-columns: 105px 1fr;
    min-height: 42px;
  }

  .detailInfo dt {
    padding: 10px 9px;
  }

  .detailInfo dd {
    display: flex;
    align-items: center;
    padding: 10px 11px;
  }


  /* コメント・写真 */

  .mainComment {
    margin-bottom: 22px;
    padding: 15px 14px;
    font-size: 14px;
  }

  .detailPhotoBlock {
    margin-bottom: 24px;
  }

  .photoComment {
    margin-top: 12px;
    font-size: 14px;
  }


  /* タグ */

  .detailTags ul {
    gap: 8px;
  }

  .detailTags li {
    flex: 1 1 calc(50% - 4px);
  }

  .detailTags a {
    padding: 7px 8px;
    font-size: 13px;
  }


  /* 前後ナビ */

  .detailPrevNext {
    gap: 10px;
  }

  .detailPrevNext a {
    width: 100%;
    min-width: 0;
    padding: 11px 8px;
    font-size: 14px;
  }


  /* CTA */

  .detailCta {
    margin-top: 32px;
    padding: 22px 15px;
  }

  .detailCtaBtns {
    flex-direction: column;
  }

  .detailCtaBtns a {
    width: 100%;
    min-width: 0;
  }


  /* 戻る・詳細ナビ */

  .detailNav {
    margin-top: 22px;
  }

  .backToSyaken a,
  .detailNav a {
    width: 100%;
    min-width: 0;
  }
}
/* ==================================================
   実績詳細ページ
================================================== */


.worksDetail {
  padding: 36px 0 60px;
}

.worksDetail .container {
  max-width: 1180px;
}

.worksDetailCard {
  padding: 38px 32px 32px;
  border-radius: 18px;
  background: #fff;
}


/* ==================================================
   上部：画像・車両情報・金額
================================================== */

.detailTop {
  display: grid;
  grid-template-columns:
    minmax(0, 1.45fr)
    minmax(240px, 0.9fr)
    minmax(210px, 0.7fr);
  align-items: center;
  gap: 36px;
}


/* メイン画像 */

.detailMainPhoto {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: #f3f3f3;
}

.detailMainPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detailMainPhoto .noImage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #aaa;
  font-weight: 700;
  letter-spacing: 0.08em;
}


/* 車両情報 */

.detailVehicle {
  min-width: 0;
}

.detailCategory {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--works-main);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
}

.detailVehicleTitle {
  margin: 0 0 24px;
  color: var(--works-text);
  font-weight: 900;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.3;
}

.detailInfo {
  margin: 0;
  border: 0;
}

.detailInfo > div {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  min-height: 52px;
  border-top: 0;
  border-bottom: 1px solid #ddd;
}

.detailInfo > div:last-child {
  border-bottom: 0;
}

.detailInfo dt,
.detailInfo dd {
  margin: 0;
  padding: 12px 0;
  background: transparent;
  font-size: 15px;
}

.detailInfo dt {
  position: relative;
  color: #333;
  font-weight: 800;
}

.detailInfo dd {
  color: #444;
}


/* 車両情報アイコン */

.detailInfo dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  opacity: 0.72;
}

/* 金額・作業時間 */

.detailPriceBox {
  padding: 28px 20px;
  border: 1px solid var(--works-main);
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fffaf7 100%
  );
  text-align: center;
}

.detailPrice {
  text-align: center;
}

.detailPriceLabel {
  margin: 0 0 14px;
  color: #333;
  font-weight: 800;
  font-size: 17px;
}

.detailPriceValue {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin: 0;
  color: var(--works-main-dark);
  white-space: nowrap;
}

.detailPriceValue strong {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1;
}

.detailPriceValue span {
  font-weight: 900;
  font-size: 22px;
}

.detailPriceTax {
  margin: 8px 0 0;
  color: #555;
  font-size: 13px;
}

.detailPriceBox hr {
  width: 100%;
  height: 1px;
  margin: 24px 0 20px;
  border: 0;
  background: var(--works-main);
}

.detailWorkTime {
  position: relative;
  text-align: center;
}
.detailWorkTime::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 30px;
  height: 30px;
  border: 3px solid #555;
  border-radius: 50%;
  transform: translateY(-50%);
}


.detailWorkTime::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 18px;
  width: 7px;
  height: 10px;
  border-left: 3px solid #555;
  border-bottom: 3px solid #555;
}

.detailWorkTimeLabel {
  margin: 0 0 4px;
  color: #444;
  font-weight: 800;
  font-size: 14px;
}

.detailWorkTimeValue {
  margin: 0;
  color: #222;
  font-weight: 900;
  font-size: 20px;
}


/* ==================================================
   セクション見出し
================================================== */

.detailSectionTitle {
  position: relative;
  margin: 0 0 18px;
  color: #222;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4;
}


/* ==================================================
   作業内容
================================================== */

.detailWork {
  margin-top: 34px;
}


.detailWorkList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detailWorkList li {
  position: relative;
  padding: 10px 18px 10px 40px;
  border-radius: 8px;
  background: var(--works-pale);
  color: #333;
  font-weight: 700;
  font-size: 15px;
}

.detailWorkList li {
  position: relative;
  padding: 10px 18px 10px 42px;
}

.detailWorkList li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--works-main);
  border-bottom: 2px solid var(--works-main);
  transform: translateY(-65%) rotate(-45deg);
}


/* ==================================================
   コメント
================================================== */

.mainComment {
  max-width: none;
  margin: 26px 0 0;
  padding: 18px 22px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    var(--works-pale) 0%,
    #fffaf7 100%
  );
  color: #444;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}

.mainComment p {
  margin: 0 0 8px;
}

.mainComment p:last-child {
  margin-bottom: 0;
}


/* ==================================================
   作業写真
================================================== */

.detailGallery {
  margin-top: 34px;
}


.detailPhotoTitle::before {
  border-radius: 6px;
}

.detailPhotos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  max-width: none;
  margin: 0;
}

.detailPhotoBlock {
  min-width: 0;
  margin: 0;
}

.detailPhotoImage {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: #f3f3f3;
}

.detailPhotoImage img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.detailPhotoBlock:hover .detailPhotoImage img {
  transform: scale(1.04);
}

.photoComment {
  margin-top: 10px;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}


/* ==================================================
   タグ
================================================== */

.detailTags {
  max-width: none;
  margin: 30px auto 0;
}

.detailTags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detailTags li {
  flex: 0 1 130px;
}

.detailTags a {
  display: block;
  padding: 9px 16px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #24406c;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.detailTags a:hover {
  background: #e8edf5;
  color: var(--works-navy);
}


/* ==================================================
   前後・一覧ナビ
================================================== */

.detailBottomNav {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1.5fr) 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.detailBottomNav > div {
  min-width: 0;
}

.detailBottomPrev {
  text-align: left;
}

.detailBottomBack {
  text-align: center;
}

.detailBottomNext {
  text-align: right;
}

.detailBottomNav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.detailBottomPrev a,
.detailBottomNext a {
  min-width: 160px;
}

.detailBottomPrev a:hover,
.detailBottomNext a:hover {
  border-color: var(--works-main);
  color: var(--works-main);
}

.detailBottomBack a {
  width: 100%;
  max-width: 440px;
  border-color: var(--works-navy);
  background: var(--works-navy);
  color: #fff;
}

.detailBottomBack a:hover {
  background: #091b55;
}

.detailBottomNav a span {
  margin-inline: 8px;
  font-size: 20px;
}


/* ==================================================
   タブレット
================================================== */

@media screen and (max-width: 1050px) {
  .detailTop {
    grid-template-columns:
      minmax(0, 1.2fr)
      minmax(230px, 0.8fr);
  }

  .detailPriceBox {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
  }

  .detailPriceBox hr {
    width: 1px;
    height: 90px;
    margin: 0;
  }

  .detailWorkTime {
    max-width: 180px;
    margin: 0 auto;
  }

  .detailPhotos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* ==================================================
   モバイル
================================================== */

@media screen and (max-width: 768px) {
  .worksDetail {
    padding: 24px 0 42px;
  }

  .worksDetail .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .worksDetailCard {
    padding: 18px 14px 22px;
    border-radius: 14px;
  }


  /* 上部 */

  .detailTop {
    display: block;
  }

  .detailMainPhoto {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }

  .detailVehicle {
    margin-top: 22px;
  }

  .detailCategory {
    margin-bottom: 12px;
    padding: 6px 15px;
    font-size: 13px;
  }

  .detailVehicleTitle {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .detailInfo > div {
    grid-template-columns: 86px 1fr;
    min-height: 46px;
  }

  .detailInfo dt,
  .detailInfo dd {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .detailInfo dt {
    padding-left: 30px;
  }

  .detailInfo dt::before {
    left: 0;
  }


  /* 金額 */

  .detailPriceBox {
    display: block;
    margin-top: 22px;
    padding: 22px 18px;
  }

  .detailPriceValue strong {
    font-size: 42px;
  }

  .detailPriceBox hr {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .detailWorkTime {
    width: 100%;
    margin: 0 auto;
  }


  /* 見出し */

  .detailSectionTitle {
    margin-bottom: 14px;
    padding-left: 36px;
    font-size: 21px;
  }

  .detailSectionTitle::before {
    width: 25px;
    height: 25px;
  }


  /* 作業内容 */

  .detailWork {
    margin-top: 28px;
  }

  .detailWorkList {
    gap: 8px;
  }

  .detailWorkList li {
    width: 100%;
    padding: 10px 14px 10px 38px;
    font-size: 14px;
  }


  /* コメント */

  .mainComment {
    margin-top: 20px;
    padding: 15px 14px;
    font-size: 14px;
    line-height: 1.8;
  }


  /* 写真 */

  .detailGallery {
    margin-top: 28px;
  }

  .detailPhotos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .photoComment {
    font-size: 12px;
  }


  /* タグ */

  .detailTags {
    margin-top: 24px;
  }

  .detailTags ul {
    gap: 8px;
  }

  .detailTags li {
    flex: 1 1 calc(50% - 4px);
  }

  .detailTags a {
    padding: 8px 10px;
    font-size: 13px;
  }


  /* ナビ */

  .detailBottomNav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .detailBottomPrev,
  .detailBottomNext {
    text-align: initial;
  }

  .detailBottomPrev a,
  .detailBottomNext a {
    width: 100%;
    min-width: 0;
    padding: 10px 8px;
    font-size: 13px;
  }

  .detailBottomBack {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .detailBottomBack a {
    width: 100%;
    max-width: none;
    min-height: 50px;
    padding: 12px 10px;
    font-size: 14px;
  }

  .detailBottomNav a span {
    margin-inline: 5px;
    font-size: 17px;
  }
}


/* ==================================================
   小さいスマートフォン
================================================== */

@media screen and (max-width: 420px) {
  .detailVehicleTitle {
    font-size: 25px;
  }

  .detailPriceValue strong {
    font-size: 36px;
  }

  .detailPriceValue span {
    font-size: 18px;
  }

  .detailPhotos {
    grid-template-columns: 1fr 1fr;
  }
}