@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

img {
  /*   width: 100%; */
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.vehicle-inspection_body {
  padding: 0;
  margin: 0;
  width: 100%;
  scroll-behavior: smooth;
  position: relative;
  font-size: 14px;
  background: #fff;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  letter-spacing: 0.5px;
}
.vehicle-inspection_body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -11;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: url(../img/bg_mv01_pc.jpg) no-repeat 0 0/cover;
}

.vehicle-inspection_inner {
  width: 1100px;
  margin: 0 auto;
}

.adimage_ads {
  position: fixed;
  width: 350px;
  right: 5px;
  bottom: 15%;
  z-index: 1500;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .adimage_ads {
    display: none;
  }
}

.adimages {
  width: 350px;
}

.adimage {
  border-radius: 8px;
}

.adimage_nopes {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -15px;
  background-color: white;
  border-radius: 100px;
  border: 1px solid gray;
  z-index: 1;
}

.adimage_nope-wrapper {
  position: relative;
  width: inherit;
  height: inherit;
}

.adimage_nope1 {
  position: absolute;
  width: 15px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 1px solid gray;
  top: 48%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.adimage_nope2 {
  position: absolute;
  width: 15px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 1px solid gray;
  top: 48%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.vehicle-inspection-section-title {
  padding: 20px 0 18px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
.vehicle-inspection-section-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6ff5f));
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-section-title {
    width: 90%;
    font-size: 1.5rem;
    margin: 0 auto 30px;
  }
}

.vehicle-inspection_header {
  width: 100%;
  height: 100px;
  padding: 20px;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
}

.vehicle-inspection_header_inner {
  position: relative;
}

.vehicle-inspeciton_header-logos {
  width: 250px;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspeciton_header-logos {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspeciton_header-logos {
    display: none;
  }
}

.vehicle-inspection_header-navis {
  border-radius: 100px;
  background-color: red;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
}

.vehicle-inspection_header-navis-wrapper {
  position: relative;
  width: inherit;
  height: inherit;
}

.vehicle-inspection_header-navis-bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #fff;
  -webkit-transition: top 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: top 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease-out, background-color 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.vehicle-inspection_header-navis-bar1 {
  top: 30px;
}

.vehicle-inspection_header-navis-bar2 {
  top: 40px;
}

.vehicle-inspection_header-navis-rotatebar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: 28%;
}

.vehicle-inspection_header-navis-rotatebar2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  left: 28%;
}

.vehicle-inspection_drawers {
  width: 100%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 1600;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 0;
  height: 100%;
}

.vehicle-inspection_drawers_outer-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.vehicle-inspection_drawers_inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vehicle-inspection_drawers_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_drawers_wrapper {
    display: block;
  }
}

.vehicle-inspection_drawers_logos {
  width: 40%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_drawers_logos {
    width: 200px;
  }
}

.vehicle-inspection_drawers_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_drawers_logo {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.vehicle-inspection_drawers_menus {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_drawers_menus {
    width: 95%;
  }
}

.vehicle-inspection_drawers_menu-title {
  text-align: center;
  font-size: 2rem;
  color: rgb(216, 0, 0);
  font-weight: bold;
}

.vehicle-inspection_drawers_menu {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  position: relative;
}

.vehicle-inspection_drawers_menu-link {
  width: 100%;
  display: inline-block;
  padding: 20px 50px;
  font-weight: bold;
  color: black;
  border-radius: 100px;
  background-color: white;
  border: 1px solid black;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.vehicle-inspection_drawers_menu-link:hover {
  background-color: rgb(216, 0, 0);
  color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vehicle-inspection_drawers_menu-arrow {
  position: absolute;
  width: 20px;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.vehicle-inspection_top {
  width: 100%;
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_top {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_top {
    padding: 30px 0;
    height: 100%;
  }
}

.vehicle-inspection_top_inner {
  height: auto;
}

.vehicle-inspection_top-imgs {
  margin: 0 auto;
}

.vehicle-inspection_top-image-container1 {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_top-image-container1 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_top-image-container1 {
    width: 90%;
    display: none;
  }
}

.vehicle-inspection_top-image-container-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_top-image-container-sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.vehicle-inspection_top-image-container2 {
  width: 800px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_top-image-container2 {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_top-image-container2 {
    width: 70%;
    display: none;
  }
}

.vehicle-inspection_top-img {
  width: 100%;
}

.vehicle-inspection_top-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_top-buttons {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_top-buttons {
    display: block;
    width: 80%;
  }
}

.vehicle-inspection_top-buttons-btn {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_top-buttons-btn {
    margin: 10px auto;
    display: inline-block;
    width: 100%;
  }
}

.vehicle-inspection_top-buttons-top {
  margin-top: 20px;
}

.vehicle-inspection_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-size: cover;
  background-size: cover; /* ← 画面全体をカバー */
  background-position: center; /* 中央基準で表示 */
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_top_bg {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_top_bg {
    height: 100%;
  }
}

.vehicle-inspection_top_bg-img {
  height: 100%;
}

.vehicle-inspection_buttons-texts {
  text-align: center;
  margin-top: 20px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_buttons-texts {
    text-align: left;
  }
}

.vehicle-inspection_buttons-texts-maintext {
  font-weight: bold;
  font-size: 1.2rem;
}
.vehicle-inspection_buttons-texts-maintext span {
  color: red;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_buttons-texts-maintext {
    font-size: 0.8rem;
  }
}

.vehicle-inspection_buttons-texts-subtext {
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_buttons-texts-subtext {
    font-size: 0.8rem;
  }
}

#main-visual__top::before {
  opacity: 0.2;
  content: "";
  position: absolute;
  background: url(../img/carsuper.png) repeat-x 50%/contain;
  width: 100%;
  height: 146px;
  left: 0;
  bottom: 10px;
  z-index: -1;
  -webkit-animation: fv-slider 30s linear infinite;
          animation: fv-slider 30s linear infinite;
}

@-webkit-keyframes fv-slider {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}

@keyframes fv-slider {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
.easy_pricies {
  width: 90%;
  margin: 50px auto;
}

.easy_pricies_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099px) {
  .easy_pricies_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .easy_pricies_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.easy_pricies_item {
  margin: 0 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1099px) {
  .easy_pricies_item {
    width: 45%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  .easy_pricies_item {
    width: 47%;
    margin: 10px auto;
  }
}
.vehicle-inspection_coupons {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons {
    padding: 30px 0 10px;
  }
}

.vehicle-inspection_coupons_inner {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_coupons_inner {
    width: 80%;
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons_inner {
    width: 90%;
  }
}

.vehicle-inspection_coupons_titles {
  margin-bottom: 20px;
}

.vehicle-inspection_coupons-coupon-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-coupon-pc {
    display: none;
  }
}

.vehicle-inspection_coupons-coupon-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-coupon-sp {
    display: block;
  }
}

.vehicle-inspection_coupons-coupon-img {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.vehicle-inspection_coupons-button {
  text-align: center;
}

.vehicle-inspection_coupons-btn {
  background-color: black;
  padding: 10px 50px;
  border-radius: 100px;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 30px 0;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.vehicle-inspection_coupons-modals {
  display: none;
}

.vehicle-inspection_coupons-modals-inner {
  width: 70%;
  max-width: 1050px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3000;
  padding: 30px 30px 40px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-modals-inner {
    width: 95%;
    padding: 50px 20px 40px 20px;
  }
}

.vehicle-inspection_coupons-modals-top-text {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.vehicle-inspection_coupons-modals-img-carsupers {
  width: 700px;
  margin: 10px auto 0;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_coupons-modals-img-carsupers {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-modals-img-carsupers {
    width: 100%;
  }
}

.vehicle-inspection_coupons-modals-imgs {
  width: 700px;
  margin: 10px auto;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_coupons-modals-imgs {
    width: 90%;
  }
}

.vehicle-inspection_coupons-modals-imgs-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-modals-imgs-pc {
    display: none;
  }
}

.vehicle-inspection_coupons-modals-imgs-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-modals-imgs-sp {
    display: block;
    width: 90%;
    margin: 10px auto;
  }
}

.vehicle-imspection_coupons_modals-bottom-text {
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  color: rgb(221, 0, 0);
}
@media screen and (max-width: 767px) {
  .vehicle-imspection_coupons_modals-bottom-text {
    font-size: 1rem;
  }
}

.vehicle-inspection_coupons-modals-flows-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 20px 0 10px;
}

.vehicle-inspection_coupons-modals-flows-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-modals-flows-wrapper {
    display: block;
  }
}

.vehicle-inspection_coupons-modals-flows-item {
  width: 30%;
  background-color: rgb(231, 231, 231);
  border-radius: 20px;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-modals-flows-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
    width: 100%;
    margin: 10px auto;
  }
}

.vehicle-inspection_coupons-modals-flows-item-images {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-modals-flows-item-images {
    width: 30%;
    margin: 0 20px;
  }
}

.vehicle-inspection_coupons-modals-flows-item-text {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_coupons-modals-flows-item-text {
    text-align: left;
  }
}

.vehicle-inspection_coupons-modals-flows-item-number {
  width: 30px;
  height: 30px;
  background-color: rgb(190, 0, 0);
  text-align: center;
  line-height: 30px;
  position: absolute;
  color: white;
  font-weight: bold;
  top: 10px;
  left: 10px;
}

.vehicle-inspection_coupons-modals-flows-nopes {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2000;
}

.vehicle-inspection_coupons-modals-flwos-nopes-wrapper {
  width: 20px;
}

.vehicle-inspection_coupons-modals-flows-background {
  width: 100%;
  height: 100vh;
  background-color: rgb(48, 48, 48);
  opacity: 0.7;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
}

.vehicle-inspection_no1s {
  background-image: linear-gradient(40deg, rgb(115, 93, 161), rgb(90, 151, 208) 37%, rgb(0, 167, 195) 68%, rgb(47, 176, 86));
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_no1s {
    padding: 15px 0;
  }
}

@media screen and (max-width: 1099px) {
  .vehicle-inspection_no1s_inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_no1s_inner {
    width: 95%;
  }
}

.vehicle-inspection_number-units {
  width: 700px;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_number-units {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_number-units {
    width: 90%;
    margin: 5px auto;
  }
}

.vehicle-inspection_number-unit {
  padding: 15px 80px;
  display: inline-block;
  background-color: black;
  border-radius: 100px;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_number-unit {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_number-unit {
    font-size: 1.2rem;
    padding: 15px 40px;
  }
}

.vehicle-inspection_no1s-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_no1s-images {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_no1s-images {
    width: 95%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.vehicle-inspection_n01s-image-container {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_n01s-image-container {
    width: 33%;
    margin: 20px auto;
    text-align: center;
  }
}

.vehicle-inspection_no1s-image {
  width: 100%;
}

.vehicle-inspection_chosens {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_chosens {
    padding-top: 0px;
  }
}

.vehicle-inspection_chosens_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_chosens_nav {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_chosens_nav {
    width: 100%;
  }
}

.vehicle-inspection_chosens_innerlink {
  width: 200px;
  border: none;
  border: 1px solid black;
  padding: 15px 0;
  background-color: rgb(243, 243, 243);
  -webkit-box-shadow: 3px 3px 6px rgba(167, 167, 167, 0.1);
          box-shadow: 3px 3px 6px rgba(167, 167, 167, 0.1);
  margin: 5px;
  text-align: center;
  color: black;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.1rem;
}
.vehicle-inspection_chosens_innerlink:hover {
  background-color: black;
  color: white;
  font-weight: 600;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_chosens_innerlink {
    width: 45%;
    font-size: 1rem;
  }
}

.swiper_inner {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .swiper_inner {
    padding: 60px 0;
  }
}

.vehicle-inspection-swiper-title {
  width: 900px;
  margin: 0 auto 15px;
  position: relative;
}
.vehicle-inspection-swiper-title::before {
  content: "CLASS";
  font-family: "impact";
  color: rgb(199, 199, 199);
  opacity: 0.3;
  font-size: 7rem;
  position: absolute;
  top: -50px;
  left: 50px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-swiper-title::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-swiper-title {
    width: 90%;
  }
}

.vehicle-inspection_price-banners {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_price-banners {
    width: 90%;
  }
}

.vehicle-inspection_price-banners-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_price-banners-pc {
    display: none;
  }
}

.vehicle-inspection_price-banners-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_price-banners-sp {
    display: block;
    margin: 0 auto;
  }
}

.swiper {
  width: 80%;
  margin: 0 auto;
  height: auto;
  padding: 50px 0 70px;
}
@media screen and (max-width: 767px) {
  .swiper {
    display: none;
  }
}

.swiper-wrapper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  width: 100%;
  height: auto;
}
.swiper-slide img {
  border-radius: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.swiper-slide img:hover {
  opacity: 0.7;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  margin-top: 100px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
  bottom: 0px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

/* --- タブメニュー部分 --- */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-button {
  padding: 10px 30px;
  cursor: pointer;
  border: none;
  background: #f7f7f7;
  margin-right: 2px;
  font-weight: bold;
  font-size: 1rem;
  color: black;
}
@media screen and (max-width: 767px) {
  .tab-button {
    font-size: 0.8rem;
    display: inline-block;
    padding: 10px 17px;
  }
}

.tab-button2 {
  padding: 10px 30px;
  cursor: pointer;
  border: none;
  background: #f7f7f7;
  margin-right: 2px;
  font-weight: bold;
  font-size: 1rem;
  color: black;
}
@media screen and (max-width: 767px) {
  .tab-button2 {
    font-size: 0.8rem;
    display: inline-block;
    padding: 10px 17px;
  }
}

.tab-button.active {
  background: #fff;
  border-bottom: 2px solid #fff;
}

.tab-button2.active {
  background: #fff;
  border-bottom: 2px solid #fff;
}

/* --- コンテンツ部分 --- */
.tab-content {
  display: none;
  padding: 15px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: white;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.tab-content2 {
  display: none;
  padding: 15px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: white;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.tab-content.active {
  display: block;
}

.tab-content2.active {
  display: block;
}

.vehicle-inspection-price-lists {
  padding: 50px 0;
}

.vehicle-inspection-price-lists-margin {
  padding: 50px 0 0 0;
}

.vehicle-inspection-price-lists_inner {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection-price-lists_inner {
    width: 80%;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-lists_inner {
    width: 95%;
    margin: 0 auto;
  }
}

.vehicle-inspection-price-title {
  position: relative;
}
.vehicle-inspection-price-title::before {
  content: "PRICE";
  font-family: "impact";
  color: rgb(199, 199, 199);
  opacity: 0.3;
  font-size: 7rem;
  position: absolute;
  top: -50px;
  left: 100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-title::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-title {
    width: 90%;
  }
}

.vehicle-inspection-price-tables-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-tables-titles {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.vehicle-inspection-price-tables-titles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-tables-titles-container {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }
}

.vehicle-inspection-price-tables-title {
  font-size: 2rem;
  font-weight: bold;
  color: red;
}

.vehicle-inspection-price-tables-weight {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-tables-weight {
    margin: 0;
  }
}

.vehicle-inspection-price-tables-images {
  margin-left: auto;
}

.vehicle-inspection-price-tables-image {
  width: 200px;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-tables-image {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}

.vehicle-inspection-price-tables-img {
  position: absolute;
  width: 200px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-tables-img {
    position: static;
    top: auto;
    left: auto;
    width: 80%;
    -webkit-transform: none;
            transform: none;
  }
}

.vehicle-inspection-price-tables-carnames {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.vehicle-inspection-price-tables {
  background-color: white;
}

.vehicle-inspection-price-tables-tr {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vehicle-inspection-price-tables-th {
  background-color: rgb(226, 226, 226);
  width: 400px;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px 20px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-tables-th {
    width: 120px;
    font-size: 0.9rem;
    text-align: center;
    padding: 10px 0;
  }
}

.vehicle-inspection-price-tables-td-wrapper {
  width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-tables-td-wrapper {
    width: calc(100% - 120px);
  }
}

.vehicle-inspection-price-tables-tds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.vehicle-inspection-price-tables-tds::after {
  position: absolute;
  border-bottom: 1px solid gray;
  width: 95%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.vehicle-inspection-price-tables-td {
  width: 70%;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-price-tables-td {
    font-size: 0.9rem;
    padding: 1px 10px;
  }
}

.vehicle-inspection-price-tables-td-price {
  font-size: 1.3rem;
}

.vehicle-inspection-price-tables-subtotal-price {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}
.vehicle-inspection-price-tables-subtotal-price span {
  font-size: 3rem;
}

.vehicle-inspection-price-tables-total-price {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}
.vehicle-inspection-price-tables-total-price span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6ff5f));
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

.vehicle-inspection-price-tables-total-price-span-second {
  color: red;
  font-size: 2.2rem;
}

.vehicle-inspection-price-tables-tax {
  text-align: right;
  font-size: 0.8rem;
  margin-left: 5px;
}

.vehicle-inspection_points {
  padding: 100px 0;
  background-color: #F6F2F0;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points {
    padding: 70px 0;
  }
}

.vehicle-inspection_points_inner {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points_inner {
    width: 90%;
    margin: 0 auto;
  }
}

.vehicle-inspection_points-title {
  position: relative;
  z-index: 1;
}
.vehicle-inspection_points-title::before {
  content: "CHOSEN";
  font-family: "impact";
  color: rgb(199, 199, 199);
  opacity: 0.3;
  font-size: 7rem;
  position: absolute;
  top: -50px;
  left: -80px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-title::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.vehicle-inspection_points-wrapper {
  padding: 20px;
  border: 1px solid rgb(199, 199, 199);
  margin: 15px 0;
  background-color: white;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.vehicle-inspection_points-wrapper-tops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-tops {
    display: block;
  }
}

.vehicle-inspection_points-wrapper-headings {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-headings {
    width: 100%;
    margin: 0 auto;
  }
}

.vehicle-inspection_points-wrapper-heading {
  font-size: 1.7rem;
  font-weight: bold;
  color: #002C62;
  position: relative;
  margin: 5px 0 15px 0;
}
.vehicle-inspection_points-wrapper-heading::after {
  position: absolute;
  border-bottom: 2px dotted gray;
  width: 100%;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-heading {
    font-size: 1.4rem;
  }
}

.vehicle-inspection_points-wrapper-heading-images {
  width: 250px;
  margin-left: auto;
}
.vehicle-inspection_points-wrapper-heading-images img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-heading-images {
    width: 90%;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-heading-images-width-kajo {
    margin: 15px auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-heading-images-width {
    height: auto;
    overflow: auto;
    text-align: center;
    margin: 15px auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-heading-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
}

.vehicle-inspection_points-wrapper-bottoms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-bottoms {
    display: block;
  }
}

.vehicle-inspection_points-wrapper-bottom-images {
  width: 250px;
  margin-right: auto;
}
.vehicle-inspection_points-wrapper-bottom-images img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-bottom-images {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-heading-img-width {
    width: 80%;
    height: auto;
    margin: 5px auto;
  }
}

@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-heading-img-kirokubo {
    width: 80%;
    height: auto;
    margin: 5px auto;
  }
}

.vehicle-inspection_points-wrapper-bottom-text {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-bottom-text {
    width: 100%;
  }
}

.vehicle-inspection_points-wrapper-p-wrapper {
  margin: 10px 0;
}

.vehicle-inspection_points-wrapper-p-bold {
  font-weight: bold;
}

.vehicle-inspection_points-wrapper-p-wrapper-margin {
  margin: 20px 0;
}

.vehicle-inspection_points-wrapper-buttons {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-buttons {
    height: 60px;
  }
}

.vehicle-inspection_points-wrapper-button {
  padding: 20px 50px;
  background-color: #002C62;
  color: white;
  font-weight: bold;
  border-radius: 100px;
  font-size: 1rem;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.vehicle-inspection_points-wrapper-heading-images-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-heading-images-sp {
    display: block;
  }
}

.vehicle-inspection_points-wrapper-heading-images-pctab {
  display: block;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_points-wrapper-heading-images-pctab {
    display: none;
  }
}

.vehicle-inspection-flows {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-flows {
    padding: 70px 0;
  }
}

.vehicle-inspection-flows_inner {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
.vehicle-inspection-flows_inner::before {
  content: "FLOW";
  font-family: "impact";
  color: rgb(199, 199, 199);
  opacity: 0.3;
  font-size: 7rem;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-flows_inner::before {
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-flows_inner {
    width: 90%;
  }
}

.vehicle-inspection-flows-flow {
  padding: 10px;
  border: 3px solid rgb(206, 206, 206);
  background-color: white;
}

.vehicle-inspection-flows-flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vehicle-inspection-flows-flow-step {
  padding: 5px 10px;
  background-color: #00604e;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}

.vehicle-inspection-flows-flow-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-flows-flow-title {
    font-size: 1rem;
  }
}

.vehicle-inspection-flows-flow-text {
  font-size: 1rem;
  margin-top: 10px;
}
.vehicle-inspection-flows-flow-text a {
  color: #00604e;
  font-weight: bold;
}

.vehicle-inspection-flows-flow-lists {
  margin: 15px 0;
}

.vehicle-inspection-flows-flow-list {
  font-weight: bold;
  font-size: 1rem;
}

.vehicle-inspection-flows-flow-arrow {
  margin: 5px 0 5px 20px;
}
.vehicle-inspection-flows-flow-arrow img {
  width: 8px;
}

.vehicle-inspection-required {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-required {
    padding: 70px 0;
  }
}

.vehicle-inspection-required-inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.vehicle-inspection-required-inner::before {
  content: "REQUIRED";
  font-family: "impact";
  color: rgb(199, 199, 199);
  opacity: 0.3;
  font-size: 7rem;
  position: absolute;
  top: -50px;
  left: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-required-inner::before {
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection-required-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-required-inner {
    width: 90%;
  }
}

.vehicle-inspection-required-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-required-items {
    display: block;
  }
}

.vehicle-inspection-required-item {
  width: 31%;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .vehicle-inspection-required-item {
    width: 90%;
    margin: 15px auto;
  }
}

.vehicle-inspection-required-item-text {
  background-color: #00604e;
  text-align: center;
  color: white;
  padding: 15px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}

.vehicle-inspection_stores {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores {
    padding: 60px 0 30px 0;
  }
}

.vehicle-inspection_stores-inner {
  margin: 0 auto;
  position: relative;
  width: 1100px;
}
.vehicle-inspection_stores-inner::before {
  content: "STORES";
  font-family: "impact";
  color: rgb(199, 199, 199);
  opacity: 0.3;
  font-size: 7rem;
  position: absolute;
  top: -50px;
  left: 180px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-inner::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 40px;
  }
}
@media screen and (max-width: 1099px) {
  .vehicle-inspection_stores-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-inner {
    width: 90%;
  }
}

.vehicle-inspection_stores-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-wrapper {
    display: block;
  }
}

.vehicle-inspection_stores-store {
  position: relative;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-store {
    width: 90%;
    margin: 30px auto 100px;
    position: relative;
  }
  .vehicle-inspection_stores-store:last-child {
    margin-bottom: 0px;
  }
  .vehicle-inspection_stores-store:not(:last-child)::before {
    position: absolute;
    border-bottom: 0.2px solid rgba(114, 114, 114, 0.2);
    width: 90%;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -50px;
  }
}

.vehicle-inspection_stores-store-imgs {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 220px;
}

.vehicle-inspection_stores-store-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.vehicle-inspection_stores-store-img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.vehicle-inspection_stores-store-name {
  padding: 5px 20px;
  background-color: black;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0;
}

.vehicle-inspection_stores-store-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-store-buttons {
    width: 70%;
    margin: 0 auto;
  }
}

.vehicle-inspection_stores-store-email {
  border: 1px solid black;
  padding: 5px;
  background-color: white;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-store-email {
    width: 60px;
    height: 60px;
  }
}

.vehicle-inspection_stores-store-email-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-store-email-icon {
    width: 25px;
    height: 25px;
  }
}

.vehicle-inspection_stores-store-line {
  border: 1px solid black;
  padding: 5px;
  background-color: white;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-store-line {
    width: 60px;
    height: 60px;
  }
}

.vehicle-inspection_stores-store-line-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-store-line-icon {
    width: 25px;
    height: 25px;
  }
}

.vehicle-inspection_stores-store-tel {
  border: 1px solid black;
  padding: 5px;
  background-color: white;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-store-tel {
    width: 60px;
    height: 60px;
  }
}

.vehicle-inspection_stores-store-tel-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_stores-store-tel-icon {
    width: 25px;
    height: 25px;
  }
}

.vehicle-inspection_stores-store-addressed {
  margin: 10px 0;
}

.vehicle-inspection_stores-store-address {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.vehicle-inspection_stores-store-map {
  width: 100%;
}

.vehicle-inspection_stores-store-ruby {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 10px;
  left: -30px;
  font-size: 0.7rem;
}

.vehicle-inspection_stores-store-ruby-logistics {
  top: 20px;
  left: -35px;
}

.vehicle-inspection_loanercars {
  background: radial-gradient(circle, #215aa9, #197dbf);
  position: relative;
  padding: 30px 0;
}
.vehicle-inspection_loanercars::before {
  opacity: 0.2;
  content: "";
  position: absolute;
  background: url(../img/carsuper.png) repeat-x 50%/contain;
  width: 100%;
  height: 146px;
  left: 0;
  bottom: 10px;
  z-index: 0;
  -webkit-animation: fv-slider-loanercar 30s linear infinite;
          animation: fv-slider-loanercar 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_loanercars {
    padding: 15px 0 20px;
  }
}

@-webkit-keyframes fv-slider-loanercar {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}

@keyframes fv-slider-loanercar {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
.vehicle-inspection_loanercars-images {
  position: relative;
  z-index: 1; /* 前面に表示 */
  text-align: center;
  padding: 20px 0;
}

.vehicle-inspection_loanercars-img {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.vehicle-inspection_loanercars_buttons {
  width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_loanercars_buttons {
    width: 95%;
  }
}

.vehicle-inspection_loanercars_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vehicle-inspection_loanercars_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background-color: black;
  border-radius: 100px;
  width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_loanercars_btn {
    width: 48%;
    padding: 20px 20px;
  }
}

.vehicle-inspection_loanercars_btn-img {
  width: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_loanercars_btn-img {
    margin-right: 5px;
  }
}

.vehicle-inspection_loanercars_btn-text {
  color: white;
  font-weight: bold;
}

.vehicle-inspection_footer_inner {
  background-color: rgb(27, 27, 27);
}

.vehicle-inspection_footer_title {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 3px;
  font-size: 1.7rem;
  padding: 30px 0 5px 0;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_footer_title {
    padding: 5px 0 5px 0;
    font-size: 1.2rem;
  }
}

.vehicle-inspection_footer-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_footer-navs {
    padding: 0 0 10px 0;
  }
}

.vehicle-inspection_footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}

.vehicle-inspection_footer-nav-icon {
  width: 20px;
  height: auto;
}

.vehicle-inspection_footer-nav-title {
  color: white;
  font-weight: bold;
  margin-left: 5px;
  font-size: 0.9rem;
}
.vehicle-inspection_footer_pages {
  padding: 5px 0 10px 0;
}

.vehicle-inspection_footer_page {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vehicle-inspection_footer_page-link {
  color: white;
  font-size: 0.8rem;
  margin: 0 25px;
  position: relative;
}
.vehicle-inspection_footer_page-link::before {
  position: absolute;
  border-bottom: 0.5px solid white;
  width: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -30px;
  top: 50%;
}
.vehicle-inspection_footer_page-link::after {
  position: absolute;
  border-bottom: 0.5px solid white;
  width: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: -30px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .vehicle-inspection_footer_page-link {
    margin: 3px 15px;
  }
  .vehicle-inspection_footer_page-link::before {
    position: absolute;
    content: "";
    border-bottom: 0.5px solid white;
    width: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: -20px;
    top: 50%;
  }
  .vehicle-inspection_footer_page-link::after {
    position: absolute;
    border-bottom: 0.5px solid white;
    width: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -20px;
    top: 50%;
  }
}

.vehicle-inspection_footer_company-names {
  background-color: black;
  color: white;
  width: 100%;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .vehicle-inspection_footer_company-name {
    font-size: 0.7rem;
  }
}

.my-animate__bounce {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.my-animate__pulse {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animate__fadeInDown-delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.animate__fadeInDown-delay2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.animate__fadeInDown-delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.vehicle-inspection_header-navis-modal {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}