@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f0f0f0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

.l-container {
  container-type: inline-size;
  margin: 0 auto;
  padding: 0 6.5104166667%;
  width: 100%;
}

.l-container--full {
  width: 100%;
  max-width: 960px;
  padding: 0px 0 40px;
  margin-inline: auto;
  background-color: #9f0e15;
}
@media (min-width: 640px) {
  .l-container--full {
    padding: 0px 0 80px;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  position: relative;
  z-index: 10;
}

.l-main {
  position: relative;
  padding: 0 20px 30px;
}

.c-badge {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 8px 12px;
}
.c-badge__text {
  font-size: 11px;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.c-badge--location {
  background: linear-gradient(135deg, #1a3a6b 0%, #2c5aa0 100%);
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  border: 4px solid #fff;
}
.c-badge--location__city {
  font-size: 16px;
  line-height: 1.2;
}
.c-badge--location__name {
  font-size: 18px;
  line-height: 1.2;
}

.c-button {
  align-items: center;
  background-color: #e60911;
  border: 2.66px solid #e60911;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(16px, 4.2592592593cqw, 23px);
  font-weight: 700;
  height: clamp(30px, 11.1111111111cqw, 60px);
  justify-content: center;
  line-height: 1.4;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 1em 20px;
  width: clamp(220px, 58.1481481481cqw, 314px);
  max-width: 314px;
}
.c-button::after {
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  margin-left: 10px;
  width: 18px;
}
.c-button:hover {
  opacity: 0.9;
}
.c-button.p-repair__button {
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.c-button.p-repair__button:hover {
  transform: translateY(-3px);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
}
.c-button.p-repair__button:active {
  transform: translateY(-1px);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}
.c-button--top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #1a3a6b 0%, #2c5aa0 100%);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  border: 3px solid #fff;
  z-index: 10;
}
.c-button--top::before {
  content: "▲";
  position: absolute;
  top: 8px;
  font-size: 8px;
}
.c-button--top span {
  margin-top: 8px;
}

.c-button--line {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 10px 30px;
  align-items: center;
  justify-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #39ad36;
  color: #fff;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(18px, 3.3333333333cqw, 30px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.c-button--line:hover {
  transform: translateY(-3px);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
}
.c-button--line:active {
  transform: translateY(-1px);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.c-contact__line-qr-code {
  width: auto;
  height: clamp(70px, 12.962962963cqw, 1000px);
}

.c-hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.c-hamburger__icon {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.c-hamburger__line {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.c-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 160px;
  height: 160px;
}
.c-logo img {
  width: 100%;
  height: auto;
}

@container (min-width: 768px) {
  .c-section-content {
    gap: 30px;
    padding: 30px;
  }
}
@container (min-width: 980px) {
  .c-section-content {
    gap: 40px;
    padding: 40px;
  }
}

.c-section-header {
  align-items: center;
  display: flex;
  height: clamp(72px, 17.5925925926cqw, 150px);
  justify-content: center;
  background-color: #e60911;
}

.c-section-title {
  color: #ffff00;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(16px, 4.3956043956cqw, 32px);
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.c-text-outline--rounded {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
}

.c-text-outline--gothic {
  font-family: "Hiragino Kaku Gothic StdN", "Hiragino Sans", sans-serif;
}

.c-text-outline--gray {
  color: #fff;
  text-shadow: -0.1875rem 0 0 #595750, 0.1875rem 0 0 #595750, 0 -0.1875rem 0 #595750, 0 0.1875rem 0 #595750, -0.1875rem -0.1875rem 0 #595750, 0.1875rem -0.1875rem 0 #595750, -0.1875rem 0.1875rem 0 #595750, 0.1875rem 0.1875rem 0 #595750;
}

.c-text-outline--white {
  color: #333;
  text-shadow: -0.125rem 0 0 #fff, 0.125rem 0 0 #fff, 0 -0.125rem 0 #fff, 0 0.125rem 0 #fff, -0.125rem -0.125rem 0 #fff, 0.125rem -0.125rem 0 #fff, -0.125rem 0.125rem 0 #fff, 0.125rem 0.125rem 0 #fff;
}

.c-text-outline--red {
  color: #333;
  text-shadow: -0.125rem 0 0 #e60911, 0.125rem 0 0 #e60911, 0 -0.125rem 0 #e60911, 0 0.125rem 0 #e60911, -0.125rem -0.125rem 0 #e60911, 0.125rem -0.125rem 0 #e60911, -0.125rem 0.125rem 0 #e60911, 0.125rem 0.125rem 0 #e60911;
}

.c-text-outline--yellow {
  color: #333;
  text-shadow: -0.125rem 0 0 #ffff00, 0.125rem 0 0 #ffff00, 0 -0.125rem 0 #ffff00, 0 0.125rem 0 #ffff00, -0.125rem -0.125rem 0 #ffff00, 0.125rem -0.125rem 0 #ffff00, -0.125rem 0.125rem 0 #ffff00, 0.125rem 0.125rem 0 #ffff00;
}

.c-title-line {
  white-space: nowrap;
}

.p-content {
  background-color: #fff;
  padding: 20px 10px;
}
@media (min-width: 400px) {
  .p-content {
    padding: 20px 20px;
  }
}
@container (min-width: 768px) {
  .p-content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.p-fv .p-content {
  padding: 0;
}

.p-contact {
  background-color: #fff;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 800;
}
.p-contact__address {
  font-size: clamp(14px, 2.5925925926cqw, 100px);
  color: #333;
  text-align: center;
}
.p-contact__header {
  background: linear-gradient(135deg, #e60012 0%, #ff0000 100%);
  color: white;
  text-align: center;
  padding: 3.7cqw;
  font-size: 5.9cqw;
  font-weight: bold;
  letter-spacing: 0.37cqw;
  height: 56px;
}
@container (min-width: 540px) {
  .p-contact__header {
    height: 10cqw;
  }
}
.p-contact__content {
  padding: 5.5cqw 3.7cqw;
}
.p-contact__intro-wrapper {
  text-align: center;
  font-size: clamp(20px, 3.7037037037cqw, 36px);
}
.p-contact__intro {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: clamp(16px, 3.5185185185cqw, 100px);
  background: linear-gradient(transparent 75%, #fff000 75%);
}
.p-contact__phone-main {
  display: grid;
  justify-items: center;
}
.p-contact__phone-main-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: center;
  gap: 1.85cqw;
  margin-bottom: 4cqw;
}
.p-contact__phone-icon {
  width: 9.3cqw;
  height: 9.3cqw;
}
.p-contact__phone-number {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 11.4814814815cqw;
  color: #e60012;
  letter-spacing: 0.03em;
  justify-self: start;
}
.p-contact__phone-sub {
  text-align: center;
  font-size: clamp(14px, 3.3cqw, 100px);
  margin-bottom: 4cqw;
}
.p-contact__phone-sub-text {
  margin-bottom: -0.3em;
}
.p-contact__phone-sub-number {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 5.9cqw, 100px);
  letter-spacing: 0.03em;
}
.p-contact__line {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 2.5cqw;
  margin-bottom: 1.7cqw;
}
.p-contact__line-text {
  font-size: clamp(12px, 3cqw, 100px);
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.p-contact__line-text-indent {
  display: inline-block;
  margin-left: -0.5em;
}
.p-contact__business-hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7cqw;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 5.5555555556cqw, 100px);
  letter-spacing: 0.03em;
  background-color: #2d2d2d;
  color: white;
  text-align: center;
}
.p-contact__business-hours-text {
  font-size: clamp(16px, 3.7037037037cqw, 100px);
}
.p-contact__payment-notice {
  text-align: justify;
  color: #e28084;
}
@media (min-width: 641px) {
  .p-contact__payment-notice {
    text-align: center;
  }
}
.p-contact__payment-notice-wrapper {
  font-size: clamp(16px, 4.8148148148cqw, 100px);
  margin: 1em 0;
}
.p-contact__notice-text {
  text-align: left;
  font-size: 0.67em;
  color: #595757;
  line-height: 1.5;
  padding: 0 1cqw;
}
.p-contact__map {
  display: grid;
  width: 100%;
  height: 54cqw;
  padding: 0 2cqw;
  margin-bottom: 3cqw;
}
.p-contact__map iframe {
  width: 100%;
  height: 100%;
}
.p-contact__footer-logo-container {
  margin-inline: auto;
  width: 74cqw;
}
.p-contact__address {
  font-size: 13px;
  color: #333;
}
@container (min-width: 540px) {
  .p-contact__address {
    font-size: clamp(16px, 2.6cqw, 100px);
  }
}
.p-contact__wrapper {
  display: grid;
  gap: 0px;
}

.p-copyright {
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(12px, 2.2222222222cqw, 16px);
  text-align: center;
  margin-top: 0.5em;
}

.p-deterioration__free-inspection {
  display: grid;
  justify-items: center;
}

.p-deterioration__free-inspection-img {
  width: 100%;
}

.p-deterioration__service-image-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-deterioration__services {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@container (min-width: 768px) {
  .p-deterioration__services {
    padding: 30px;
  }
}
@container (min-width: 980px) {
  .p-deterioration__services {
    gap: 40px;
    padding: 40px;
  }
}

.p-deterioration__services-background {
  background-color: #9c9c9c;
  height: 20px;
}
@container (min-width: 546px) {
  .p-deterioration__services-background {
    height: clamp(20px, 3.663003663cqw, 100px);
  }
}

.p-deterioration__services-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.p-deterioration__services-title {
  left: 50%;
  position: absolute;
  top: 5px;
  transform: translateX(-50%);
  width: 90%;
  z-index: 10;
}
@container (min-width: 546px) {
  .p-deterioration__services-title {
    top: 0;
  }
}

.p-fv {
  background-color: #9f0e15;
  container: fv-container size;
  padding-top: 20px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .p-fv {
    margin-bottom: 40px;
  }
}

.p-fv__band {
  background-color: #e60911;
  height: clamp(65px, 17.3333333333cqw, 1000px);
  left: 50%;
  position: absolute;
  top: 2.6875rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.p-fv__brand {
  flex: 0 1 auto;
  margin-left: -1%;
  max-width: 14rem;
  padding-top: 8px;
  position: relative;
  z-index: 5;
}

.p-fv__card {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: visible;
  position: relative;
  z-index: 2;
  height: 85.5cqw;
  max-height: 870px;
}

.p-fv__card-container {
  position: relative;
  z-index: 0;
}
@container fv-main-container (min-width: 375px) {
  .p-fv__card-container {
    top: -4.3cqw;
  }
}
@container fv-main-container (min-width: 558px) {
  .p-fv__card-container {
    top: -6.3cqw;
  }
}
@container fv-main-container (min-width: 768px) {
  .p-fv__card-container {
    top: -1.3cqw;
    margin-bottom: 3cqw;
  }
}
@container fv-main-container (min-width: 960px) {
  .p-fv__card-container {
    top: 3cqw;
    margin-bottom: 80px;
  }
}

.p-fv__card-inner {
  position: relative;
  top: -2cqw;
}

.p-fv__card-content {
  position: absolute;
  top: 17cqw;
  left: 4cqw;
  z-index: 10;
}

.p-fv__character {
  max-width: 300px;
  position: absolute;
  right: 1%;
  top: clamp(37px, 6.7924528302vw - 0.4716981132px, 43px);
  width: 29.6875vw;
  z-index: 30;
}

.p-fv__content {
  container: fv-content/inline-size;
}

.p-fv__copies {
  position: absolute;
  z-index: 20;
  left: 10.333cqw;
  top: 32cqw;
}
@container fv-main-container (min-width: 390px) {
  .p-fv__copies {
    top: 31cqw;
  }
}
@container fv-main-container  (min-width: 500px) {
  .p-fv__copies {
    top: 28cqw;
  }
}
@container fv-main-container  (min-width: 640px) {
  .p-fv__copies {
    padding-top: 1cqw;
    top: 26cqw;
  }
}
@container fv-main-container  (min-width: 960px) {
  .p-fv__copies {
    padding-top: 1cqw;
    top: 25cqw;
  }
}

.p-fv__header {
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
  z-index: 5;
}

.p-fv__header-inner {
  align-items: center;
  display: grid;
  grid-template-columns: clamp(150px, 36.5625cqw, 534px) 1fr;
  height: 11.375rem;
  margin-left: clamp(-20px, -5.3333333333vw, -50px);
  position: relative;
}

.p-fv__logo {
  position: relative;
  z-index: 10;
}

.p-fv__main-container {
  container: fv-main-container/inline-size;
}

.p-fv__message {
  width: 72%;
  width: 60cqw;
}
.p-fv__message img {
  height: auto;
  max-width: 767px;
  width: 100%;
}

.p-fv__open-badge {
  position: absolute;
  z-index: 5;
  left: 2cqw;
  top: 67cqw;
}

.p-fv__services-list {
  font-size: 16px;
  font-size: clamp(16px, 4.2592592593cqw, 300px);
  text-align: left;
  padding-left: 1cqw;
  line-height: 1.3;
}

.p-fv__store {
  position: absolute;
  width: 100%;
  top: 21.7cqw;
  z-index: 1;
}

.p-fv__timing {
  width: 53%;
  width: 45cqw;
  margin: -0.8cqw;
}

.p-intro__content-sp {
  display: block;
}
@media (min-width: 641px) {
  .p-intro__content-sp {
    display: none;
  }
}

.p-intro__content-pc {
  display: none;
}
@media (min-width: 641px) {
  .p-intro__content-pc {
    display: block;
  }
}

.p-intro__grid-contener-pc {
  display: grid;
  padding-left: 5cqw;
}

.p-intro__header {
  align-items: center;
  display: flex;
  height: clamp(72px, 17.5925925926cqw, 150px);
  justify-content: center;
  background-color: #000000;
}

.p-intro__image {
  position: relative;
}
@container (min-width: 768px) {
  .p-intro__image {
    margin-top: 40px;
  }
}
@container (min-width: 980px) {
  .p-intro__image {
    margin-top: 50px;
  }
}

.p-intro__image-label {
  bottom: 0;
  color: #231815;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 9px;
  position: absolute;
  right: 0;
}

.p-intro__subtitle {
  color: #231815;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(18px, 4.8cqw, 24px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.005em;
  text-align: center;
  margin-bottom: 0.8em;
}
@container (min-width: 768px) {
  .p-intro__subtitle {
    margin-bottom: 25px;
  }
}
@container (min-width: 980px) {
  .p-intro__subtitle {
    margin-bottom: 30px;
  }
}

.p-intro__subtitle-pc {
  grid-area: 1/-1;
}

.p-intro__text-pc {
  grid-area: 1/-1;
  color: #231815;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(15px, 2.7cqw, 100px);
  font-weight: 800;
  line-height: 1.4;
  margin-top: 18cqw;
  width: 40%;
  padding-left: 1cqw;
}

.p-intro__text {
  color: #231815;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(14px, 3.7333333333cqw, 16px);
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 1em;
}

.p-intro__title {
  color: #ffff00;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(18px, 5.3333333333cqw, 24px);
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
@container (min-width: 546px) {
  .p-intro__title {
    font-size: clamp(24px, 4.3956043956cqw, 100px);
  }
}

.p-reasons {
  margin-bottom: 5cqw;
}
@media (min-width: 640px) {
  .p-reasons {
    margin-bottom: 40px;
  }
}

.p-reasons__benefit {
  display: grid;
  justify-items: center;
  gap: 0.3em;
}

.p-reasons__benefits {
  display: grid;
  justify-items: center;
  gap: 30px;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 900;
}

.p-reasons__benefits-inner {
  display: grid;
  justify-items: center;
  gap: 20px;
}

.p-reasons__benefit-description {
  color: #231815;
  font-size: clamp(12px, 2.962962963cqw, 48px);
  line-height: 1.6;
  margin: 0;
  text-align: center;
  justify-self: start;
}

.p-reasons__benefit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9f0e15;
  border-radius: 1cqw;
  color: #fff;
  font-size: clamp(16px, 4.4444444444cqw, 54px);
  text-align: center;
  padding: 0.15em 0em;
  width: clamp(220px, 57.4074074074cqw, 500px);
}

.p-reasons__footer-text {
  text-align: center;
  font-size: clamp(14px, 3.3333333333cqw, 24px);
}

.p-reasons__header {
  position: relative;
}

.p-reasons__character {
  position: absolute;
  z-index: 10;
  width: clamp(40px, 12.962962963cqw, 198px);
  top: -2.7cqw;
  left: 12.962962963cqw;
}
@container (min-width: 540px) {
  .p-reasons__character {
    left: 17cqw;
  }
}

.p-reasons__subtitle {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  display: grid;
  font-size: 4.3cqw;
  text-align: center;
  background-color: #fff;
  color: #231815;
  font-weight: 900;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 0.3em;
}

.p-reasons__title {
  color: #fff;
  align-items: center;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 5.7cqw;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.p-repair {
  margin-bottom: 5cqw;
}
@media (min-width: 640px) {
  .p-repair {
    margin-bottom: 40px;
  }
}

.p-repair__button {
  margin-inline: auto;
}

.p-repair__button-wrapper {
  display: grid;
  justify-items: center;
  position: relative;
  margin-bottom: 11.4cqw;
}

.p-repair__button-image {
  position: absolute;
  top: -4cqw;
  left: -11.8518518519cqw;
  z-index: 10;
  width: 18.7037037037cqw;
}
@container (min-width: 768px) {}

.p-repair__character {
  position: absolute;
  z-index: 10;
  width: 14cqw;
  top: -2.7cqw;
  right: 1cqw;
}

.p-repair__header {
  padding-left: 5cqw;
  position: relative;
  margin-bottom: 2.5cqw;
}

@container (min-width: 375px) {
  .p-repair__header.c-section-header {
    padding-left: 10%;
  }
}
@container (min-width: 768px) {
  .p-repair__header.c-section-header {
    padding-left: 50px;
  }
}
.p-repair__header.c-section-header .c-section-title {
  color: #fff;
}

.p-repair__symptoms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2cqw;
  -moz-column-gap: 3cqw;
       column-gap: 3cqw;
  margin-bottom: 5cqw;
}
@media (min-width: 640px) {
  .p-repair__symptoms {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-repair__title {
  margin-left: -10cqw;
}

.p-repair__inspection-descriptions {
  display: grid;
  justify-items: center;
  color: #231815;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.005em;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 540px) {
  .p-repair__inspection-descriptions {
    width: 90%;
  }
}

.p-repair__inspection-description {
  font-size: clamp(12px, 3.2cqw, 18px);
  text-align: center;
}
@container (min-width: 540px) {
  .p-repair__inspection-description {
    font-size: clamp(18px, 3.3333333333cqw, 34px);
  }
}
.p-repair__inspection-description span {
  font-size: clamp(16px, 4.2666666667cqw, 18px);
  display: inline-block;
  margin-top: -0.4em;
}
@container (min-width: 540px) {
  .p-repair__inspection-description span {
    font-size: clamp(18px, 3.3333333333cqw, 34px);
  }
}

.p-repair__inspection-heading {
  font-size: clamp(18px, 6cqw, 64px);
  color: #e60911;
  font-weight: 800;
  line-height: 1.6;
}

.p-repair__inspection-text {
  display: flex;
  font-size: clamp(14px, 3.7333333333cqw, 20px);
  line-height: 1.4;
  margin-bottom: 7cqw;
}

.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: 700;
}

.u-text-black {
  font-weight: 900;
}

.u-hide-br-sp {
  display: inline;
}
@media (min-width: 396px) {
  .u-hide-br-sp {
    display: none;
  }
}

@media (min-width: 640px) {
  .u-hide-br-md {
    display: none;
  }
}

.u-show-br-sp {
  display: none;
}
@media (min-width: 420px) {
  .u-show-br-sp {
    display: inline;
  }
}

.u-show-br-md {
  display: none;
}
@media (min-width: 769px) {
  .u-show-br-md {
    display: inline;
  }
}

@media (max-width: 1024px) {
  .u-hide-br-pc {
    display: none;
  }
}

.u-show-br-pc {
  display: none;
}
@media (min-width: 1025px) {
  .u-show-br-pc {
    display: inline;
  }
}

.u-mt-sm {
  margin-top: 8px;
}

.u-mt-md {
  margin-top: 12px;
}

.u-mt-lg {
  margin-top: 16px;
}

.u-mb-sm {
  margin-bottom: 8px;
}

.u-mb-md {
  margin-bottom: 12px;
}

.u-mb-lg {
  margin-bottom: 16px;
}/*# sourceMappingURL=style.css.map */