.c-play-btn {
  position: relative;
}
.c-play-btn:hover .c-play-btn__icon::before {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
}
.c-play-btn__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.c-play-btn__icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-play-btn__icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  border-width: 5px 9px 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  z-index: 5;
}
.c-play-btn__text {
  display: block;
  font-weight: normal;
  
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}
.c-play-btn__text a {
  text-decoration: none;
}
.c-play-btn__text a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.repair-service {
  position: relative;
  background-color: #fff;
  color: #000;
  
}
.repair-service
  .swiper-container:not(.swiper-container-initialized)
  :is(.swiper-button, .swiper-pagination) {
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  .repair-service .swiper-container:hover .swiper-button:before {
    opacity: 1;
  }
}
.repair-service .swiper-button {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  outline: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  margin: auto;
}
.repair-service .swiper-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.repair-service .swiper-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.repair-service .swiper-button-prev {
  left: min(2%, 14px);
}
.repair-service .swiper-button-prev::after {
  -webkit-transform: translateX(25%) rotate(-135deg);
  transform: translateX(25%) rotate(-135deg);
}
.repair-service .swiper-button-next {
  right: min(2%, 14px);
}
.repair-service .swiper-button-next::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
}
@media only screen and (max-width: 48em) {
  .repair-service .swiper-button {
    display: none;
  }
}
@media only screen and (min-width: 48.0625em) {
  .repair-service .swiper-button::before {
    width: 32px;
    height: 32px;
  }
  .repair-service .swiper-button:hover {
    cursor: pointer;
  }
}
.repair-service .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  z-index: 100;
  bottom: 0;
}
.repair-service .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  outline: none;
  opacity: 1;
}
.repair-service .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px;
}
.repair-service .swiper-pagination-bullet-active {
  background-color: #000;
}
.repair-service .swiper-pagination-fraction {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0;
  height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: auto;
  right: 20px;
  bottom: 20px;
  padding: 0 10px;
  border-radius: 10px;
  color: #b2b2b2;
}
.repair-service .swiper-pagination-fraction span {
  color: #000;
}

.pg-mv {
  position: relative;
  height: calc(100vh - var(--header-height));
  z-index: 1;
}
.pg-mv__screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 5;
  opacity: 0.3;
}
.pg-mv__mov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top, height;
  transition-property: top, height;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #000;
}
.pg-mv__mov iframe {
  max-width: unset !important;
}
.pg-mv .c-play-btn {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 10;
}
.pg-mv .c-play-btn__icon {
  width: 50px;
  height: 50px;
}
.pg-mv .c-play-btn__icon::before {
  border: 1px solid #fff;
  background-color: transparent;
}
.pg-mv .c-play-btn__icon::after {
  border-color: transparent transparent transparent #fff;
}
.pg-mv .c-play-btn__text {
  color: #fff;
  
}

.pg-contents {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding-bottom: 56px;
}
@media (min-width: 48.0625em) {
  .pg-contents {
    padding-bottom: 140px;
  }
}

.pg-introduction {
  padding: 56px 0;
}
@media (min-width: 48.0625em) {
  .pg-introduction {
    padding: 140px 0;
  }
}
.pg-introduction__container {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pg-introduction__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 48.0625em) {
  .pg-introduction__title {
    font-size: 40px;
  }
}
.pg-introduction__text {
  font-size: 14px;
  line-height: 2;
}
.pg-introduction__text:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .pg-introduction__text {
    font-size: 16px;
  }
  .pg-introduction__text:not(:first-child) {
    margin-top: 48px;
  }
}

@media (max-width: 48em) {
  .pg-interview__container > * + *:not(:first-child) {
    margin-top: var(--mt, 48px);
  }
}
@media (min-width: 48.0625em) {
  .pg-interview__container {
    width: calc(100% - max(20px, 8.3333333333vw) * 2);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .pg-interview__container > * + *:not(:first-child) {
    margin-top: var(--mt, 72px);
  }
}
@media (max-width: 48em) {
  .pg-interview__slider {
    --mt: 56px;
  }
}
@media (min-width: 48.0625em) {
  .pg-interview__slider {
    --mt: 110px;
  }
}
.pg-interview__slider .swiper-caption {
  width: 90%;
  margin: 30px auto 0;
  font-size: 13px;
  color: #666666;
  text-align: center;
}
.pg-interview__note {
  color: #989898;
}
@media (max-width: 48em) {
  .pg-interview__note {
    font-size: 14px;
    margin-top: 20.5px;
  }
}
@media (min-width: 48.0625em) {
  .pg-interview__note {
    font-size: 16px;
    margin-top: 16px;
  }
}
.pg-interview__content {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 48em) {
  .pg-interview__content > * + p:not(:first-child) {
    margin-top: var(--mt, 48px);
  }
}
@media (min-width: 48.0625em) {
  .pg-interview__content > * + p:not(:first-child) {
    margin-top: var(--mt, 100px);
  }
}
.pg-interview__title {
  font-weight: bold;
}
@media (max-width: 48em) {
  .pg-interview__title {
    font-size: 16px;
    margin-bottom: 19.2px;
  }
}
@media (min-width: 48.0625em) {
  .pg-interview__title {
    font-size: 18px;
    margin-bottom: 26.6px;
  }
}
.pg-interview__text {
  font-size: 14px;
  line-height: 2;
}
.pg-interview__text > * + *:not(:first-child) {
  margin-top: 24px;
}
.pg-interview__text ul {
  line-height: 1.6;
  list-style: disc;
  padding-left: 24px;
}
.pg-interview__text li {
  list-style: disc;
}
.pg-interview__text li:not(:first-child) {
  margin-top: 12px;
}
.pg-interview__text a {
  text-decoration: underline;
}
.pg-interview__text a:hover {
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .pg-interview__text {
    font-size: 16px;
  }
}

.pg-captions {
  --mt: 16.4px;
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.0625em) {
  .pg-captions {
    --mt: 28.1px;
  }
}
.pg-captions__content {
  display: grid;
}
.pg-captions__content > * {
  grid-area: 1/-1;
}

.pg-caption {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.pg-caption:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 48.0625em) {
  .pg-caption {
    font-size: 13px;
    text-align: center;
  }
}

.pg-detail {
  margin-top: 56px;
}
@media (min-width: 48.0625em) {
  .pg-detail {
    margin-top: 104px;
  }
}
.pg-detail__btn {
  width: 335px;
  margin: auto;
}
@media (min-width: 48.0625em) {
  .pg-detail__btn {
    width: 560px;
  }
}
.pg-detail__btn a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px;
  border: solid 1px #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 48.0625em) {
  .pg-detail__btn a {
    font-size: 15px;
    padding: 32px;
  }
}
.pg-detail__btn a:hover {
  background-color: #000;
  color: #fff;
} /*# sourceMappingURL=index.css.map */
