@charset "utf-8";
/* ========================================
見出し共通
======================================== */

.heading-wrap{
  padding-top: 210px;
}

.heading__title{
    font-family: "ivymode", sans-serif;
    font-size: 36px;
    font-weight: 200;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 0 24px;
}


/* ========================================
	About
======================================== */

/* 画像共通 */
.about-heading__image{
  margin-top: 40px;
}

.about-heading__image img{
  width: 100%;
  display: block;
}

/* SP */
.about-heading__image.sp-only{
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.about-txt-wrap {
    text-align: center;
}
.about-txt-wrap p {
    margin-bottom: 20px;
}

/* ========================================
   PC
======================================== */

@media screen and (min-width: 1024px){
  .about-heading{
    padding-top: 85px;
  }

    .heading__title {
        font-size: 72px;
        padding: 0 60px;
        margin-bottom: 45px;
    }

  .about-heading__image.pc-only{
	margin: 0 60px;
  }
.about-txt-wrap p {
    margin-bottom: 24px;
}
}



/* ========================================
   SERVICE 　
======================================== */

.service-anchor {
  margin-top: 85px;
  padding: 0 24px;
}

.service-anchor__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 14px;
  row-gap: 22px;
}



.service-anchor__link {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a8a8a8;
    align-content: center;
    align-items: center;
}

.service-anchor__title {
  font-family: "ivymode", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.01em;
}

.service-anchor__arrow {
  flex-shrink: 0;
  width: 6px;
  margin-top: 2px;
}

.service-anchor__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

/* PCでは5つ横並び */
@media screen and (min-width: 768px) {
.service-anchor {
	margin: 0 auto;
	width: 1000px;
}

  .service-anchor__list {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 36px;
    row-gap: 0;
  }

  .service-anchor__item:nth-child(4),
  .service-anchor__item:nth-child(5) {
    grid-column: auto;
  }

  .service-anchor__title {
    font-size: 18px;
  }

  .service-anchor__arrow {
    width: 6px;
    margin-top: 4px;
  }
}


/* ========================================
   SERVICE DETAIL
======================================== */

.service-detail {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 0 20px;
margin: 50px 0;
}

#paint-correction{
	padding-top: 40px;
}

.service-detail + .service-detail {
  padding-top: 40px;
}

.service-detail__media {
  width: 100%;
}

.service-detail-slider {
  width: 100%;
  overflow: hidden;
}

.service-detail-slider .swiper-slide {
  width: 100%;
}

.service-detail-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-detail__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.service-detail__pagination .swiper-pagination-bullet {
  width: 42px;
  height: 5px;
  border-radius: 0;
  margin: 0 !important;
  background: #e8e8e8;
  opacity: 1;
}

.service-detail__pagination .swiper-pagination-bullet-active {
  background: #a0a0a0;
}

.service-detail__body {
  width: 100%;
}

.service-detail__heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 30px;
}

.service-detail__title {
    font-family: "ivymode", sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.01em;
}

.service-detail__subtitle {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3e3935;
}

.service-detail__text p {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #3e3935;
}

.service-detail__text p + p {
  margin-top: 22px;
}

p.border-box {
    border: 1px solid #272828;
    padding: 16px 10px;
}


/* ========================================
   PC
======================================== */

@media screen and (min-width: 768px) {
  .service-detail {
    gap: 40px;
    padding: 0;
  }

  .service-detail + .service-detail {
    margin-top: 120px;
  }

  .service-detail__media {
    max-width: 1200px;
  }
	
  .service-detail__media {
    max-width: 1200px;
  }
p.border-box {
    width: fit-content;
    padding: 16px 110px 16px 30px;
}

  /* ★スライダーサイズ固定 */
  .service-detail-slider {
    width: 100%;
    height: 610px;
  }

  .service-detail-slider .swiper-slide {
    height: 100%;
  }

  .service-detail-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ←重要：比率保ったままトリミング */
  }

  .service-detail--left .service-detail__media,
  .service-detail--left .service-detail__body {
    margin-right: auto;
  }

  .service-detail--right .service-detail__media,
  .service-detail--right .service-detail__body {
    margin-left: auto;
  }

  .service-detail__body {
    max-width: 1000px;
	margin: 0 auto;
  }

.service-detail__pagination {
    margin-top: 20px;
}

  .service-detail__heading {
    gap: 16px;
    margin-bottom: 36px;
  }

  .service-detail__title {
    font-size: 58px;
  }

  .service-detail__subtitle {
    font-size: 14px;
  }

  .service-detail__text p {
    font-size: 16px;
    line-height: 2.3;
  }
}


/* ========================================
   CAR SALES
======================================== */

.car-sales {
  padding: 80px 20px 0;
}

.car-sales__inner {
  border: 1px solid #272828;
  aspect-ratio: 1 / 1;
  padding: 50px 24px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.car-sales__heading {
  margin-bottom: 30px;
}

.car-sales__title {
  font-family: "ivymode", sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
}

.car-sales__subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.car-sales__body p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.car-sales__body p + p {
  margin-top: 14px;
}


/* ========================================
   PC
======================================== */

@media screen and (min-width: 768px) {
  .car-sales {
    padding: 120px 40px 0;
  }

  .car-sales__inner {
    max-width: 1200px;
    width: 100%;
    aspect-ratio: auto;
    min-height: 330px;
    margin: 0 auto;
    padding: 72px 100px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 110px;
  }

  .car-sales__heading {
    flex: 0 0 360px;
    margin-bottom: 0;
  }

  .car-sales__title {
    font-size: 78px;
  }

  .car-sales__subtitle {
    margin-top: 14px;
    font-size: 16px;
  }

  .car-sales__body {
    flex: 1;
    padding-top: 6px;
  }

  .car-sales__body p {
    font-size: 16px;
    line-height: 2.1;
  }

  .car-sales__body p + p {
    margin-top: 32px;
  }
}

/* ========================================
   CONTACT
======================================== */
section.contact-txt-wrap.inner {
    margin: 45px 0 30px;
}


/* ========================================
   フォーム
======================================== */

.contact-form-page {
  padding: 0 24px 120px;
}

.contact-form-page__inner {
  width: 100%;
}

/* フォーム全体 */
.contact-form {
  width: 100%;
}

.contact-form__row + .contact-form__row {
  margin-top: 28px;
}

.contact-form__label {
  margin-bottom: 8px;
}

.contact-form__label label,
.contact-form__label span {
  display: inline-block;
  font-size: 14px;
}

.contact-form__required {
  margin-left: 12px;
  font-size: 16px;
  color: #b7b7b7;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid #a8a8a8;
  background: #f9f9f9;
  font-size: 16px;
  padding: 0 16px;
  border-radius: 0;
}

.contact-form__field input {
  height: 48px;
}

.contact-form__field textarea {
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: #272828;
}

.contact-form__field textarea::placeholder {
  color: #b3b3b3;
}

/* ラジオ */
.contact-form__radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 2px;
}

.contact-form__radio {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #5a5a5a;
  cursor: pointer;
}

.contact-form__radio input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    accent-color: #272828;
}

/* 送信ボタン */
.contact-form__submit {
  margin-top: 40px;
  text-align: center;
}

.c-btn-submit {
  min-width: 200px;
  height: 48px;
  padding: 0 28px;
  border: 1px solid #272828;
  background: #272828;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}


span.c-btn-submit__text {
    margin-right: 30px;
}

.c-btn-submit__arrow {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 1px;
    top: -5px;
    background-color: #fff;
}

.c-btn-submit__arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.c-btn-submit:hover {
  background: #fff;
  color: #272828;
}


.c-btn-submit:hover .c-btn-submit__arrow,
.c-btn-submit:hover .c-btn-submit__arrow::before {
  background-color: #272828;
}

/* ========================================
   PC
======================================== */

@media screen and (min-width: 768px) {

section.contact-txt-wrap.inner {
    margin: 80px auto 60px;
    max-width: 900px;
    padding: 0;
}

    .contact-form-page {
        padding: 0 40px 20px;
    }

  .contact-form-page__inner {
    max-width: 900px;
    margin: 0 auto;
  }

.contact-form__row {
	display: grid;
	grid-template-columns: 140px 1fr;
	column-gap: 55px;
	align-items: start;
}

  .contact-form__row + .contact-form__row {
    margin-top: 34px;
  }

  .contact-form__label {
    margin-bottom: 0;
    padding-top: 4px;
  }

  .contact-form__label label,
  .contact-form__label span {
    font-size: 16px;
  }

  
  span.contact-form__required {
    display: block;
    margin-top: 0;
	margin-left: 0;
}

  .contact-form__field input {
    height: 40px;
    padding: 0 14px;
    font-size: 16px;
  }

  .contact-form__field textarea {
    min-height: 106px;
    padding: 12px 14px;
    font-size: 16px;
  }

  .contact-form__radio-group {
    gap: 6px;
  }

  .contact-form__radio {
    gap: 8px;
    font-size: 14px;
  }

  .contact-form__radio input[type="radio"] {
    width: 15px;
    height: 15px;
  }

  .contact-form__submit {
    margin-top: 68px;
  }

  .contact-form__button {
    min-width: 202px;
    height: 42px;
    padding: 0 26px;
    gap: 34px;
    font-size: 15px;
  }

  .contact-form__button-arrow {
    width: 16px;
  }
}