@charset "UTF-8";
.container {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  z-index: 3;
  position: inherit;
}
@media (max-width: 768px) {
  .container {
    width: 89%;
  }
}

html {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 62.5%;
  color: #333333;
}

a:hover {
  opacity: 0.8;
  transition: all 0.5s 0s ease;
  /*transitionの記述を追加*/
}

p {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.7;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}

.absolute {
  position: absolute;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

header {
  padding: 25px 0px;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  border-bottom: 0.9px solid #4d4d4d;
}
@media (max-width: 768px) {
  header {
    padding: 14px 0px 6px;
    justify-content: flex-start;
  }
}
header .header_logo {
  width: 197px;
}
@media (max-width: 768px) {
  header .header_logo {
    margin-left: 20px;
    width: 145px;
  }
}
header .header_sns {
  width: 63px;
  display: flex;
  justify-content: space-between;
  right: 6%;
  top: 21%;
}
@media (max-width: 768px) {
  header .header_sns {
    top: 33%;
    right: 20px;
  }
}
header .header_sns a {
  width: 24px;
}

.top_img {
  width: 100%;
  background-color: #e6e1cf;
}

.back_01 {
  background-color: #e6e1cf;
  padding: 65px 0px 70px 0px;
}
@media (max-width: 768px) {
  .back_01 {
    padding: 40px 0px 65px 0px;
  }
}
.back_01 .container {
  text-align: center;
}
.back_01 h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  .back_01 h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.back_01 h2::before {
  content: "";
  display: inline-block;
  width: 118px;
  height: 28px;
  background: url(./img/svg/yaris.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.back_01 p {
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .back_01 p {
    text-align: center;
  }
}
.back_01 a {
  display: block;
  margin: 40px auto 0 auto;
  width: 37.5%;
  max-width: 413px;
}
@media (max-width: 768px) {
  .back_01 a {
    width: 100%;
    margin-top: 35px;
  }
}

.back_02 {
  position: relative;
}
.back_02 .back_black {
  position: relative;
  background-color: #000000;
  padding: 160px 0px 130px;
}
@media (max-width: 768px) {
  .back_02 .back_black {
    padding: 70px 0px 0px;
  }
}
.back_02 .back_black .white_head {
  width: 28.8%;
  max-width: 317px;
  margin-bottom: 28px;
}
.back_02 .back_white {
  padding-bottom: 40px;
}
.back_02 .back_white h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  width: 89%;
  background-color: #106ba1;
  text-align: center;
  padding: 15px 0px;
  margin: 30px auto 20px;
}
.back_02 .back_white .horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 89%;
  margin: 0 auto 15px;
  padding-bottom: 20px;
}
.back_02 .back_white .horizontal-list img {
  width: 750px;
}
.back_02 .back_white .aero_flex {
  width: 89%;
  margin: 0 auto 15px auto;
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}
.back_02 .back_white .aero_flex .aero_child {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back_02 .back_white .aero_flex .aero_child p {
  display: block;
  text-align: center;
  width: 55%;
  font-size: 1.2rem;
}
.back_02 .back_white .aero_flex .aero_child img {
  display: block;
  width: 44%;
}
.back_02 h2 {
  width: 250px;
  margin: 0 auto 50px auto;
}
@media (max-width: 768px) {
  .back_02 h2 {
    width: 60%;
    margin: 0 auto 35px auto;
  }
}
.back_02 .flex_01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: unset;
}
@media (max-width: 768px) {
  .back_02 .flex_01 {
    width: 100vw !important;
    margin: 0 calc(50% - 50vw) !important;
    justify-content: flex-start;
  }
}
.back_02 .flex_01 li {
  width: 25%;
  text-align: center;
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .back_02 .flex_01 li {
    width: 50%;
    margin-bottom: 15px;
  }
}
.back_02 .flex_01 li h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px 0px 14px;
  color: #231815;
}
.back_02 .flex_01 li p {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #231815;
}
.back_02 .flex_01 li .time_img {
  position: absolute;
  width: 60%;
  max-width: 165px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 768px) {
  .back_02 .flex_01 li .time_img {
    width: 89%;
  }
}
.back_02 .flex_01 li:nth-child(even) {
  background-color: #ffffff;
}
.back_02 .flex_01 li:nth-child(odd) {
  background-color: #e5e1cf;
}
.back_02 .flex_01 li:nth-child(5) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .back_02 .flex_01 li:nth-child(5) {
    margin-top: 0px;
  }
}
.back_02 .aero_container {
  width: 73.1%;
  margin-left: auto;
  background-color: #ffffff;
  padding-top: 15px;
  margin-top: 40px;
  padding-bottom: 25px;
}
.back_02 .aero_container .aero_inner {
  max-width: 750px;
  margin: 0 auto;
}
.back_02 .flex_02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .back_02 .flex_02 {
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
}
.back_02 .flex_02 .flex_left {
  width: 64.6%;
}
@media (max-width: 768px) {
  .back_02 .flex_02 .flex_left {
    width: 100%;
    position: relative;
    z-index: 3;
  }
}
.back_02 .flex_02 .flex_left .caption_1 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .back_02 .flex_02 .flex_left .caption_1 {
    padding-bottom: 100px;
  }
}
.back_02 .flex_02 .flex_left .caption_1 p {
  font-size: 1.8rem;
  line-height: 1.333;
  padding-left: 1em;
  text-indent: -1em;
}
.back_02 .flex_02 .flex_left .caption_1 .caption_time {
  right: 6%;
  bottom: 0;
  width: 165px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .back_02 .flex_02 .flex_left .caption_1 .caption_time {
    right: 0;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.back_02 .flex_02 .flex_left .horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 89%;
  margin: 0 auto 15px;
  padding-bottom: 20px;
}
.back_02 .flex_02 .flex_left .horizontal-list img {
  width: 927px;
}
.back_02 .flex_02 .flex_left .supention_table {
  margin-top: 35px;
  width: 100% !important;
}
.back_02 .flex_02 .flex_right {
  width: 32.2%;
  margin-top: 28px;
  padding-left: 25px;
  border-left: 1px solid #000000;
}
@media (max-width: 768px) {
  .back_02 .flex_02 .flex_right {
    border: none;
    width: 100%;
    margin-top: 60px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .back_02 .flex_02 .flex_right .suspension_detail {
    width: 100%;
    margin-bottom: 35px;
  }
}
.back_02 .flex_02 .flex_right .name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  margin-top: 20px;
}
.back_02 .flex_02 .flex_right .name p:first-child {
  font-size: 2.4rem;
  font-weight: 500;
}
.back_02 .flex_02 .flex_right .name p:last-child {
  padding-left: 10px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .back_02 .flex_02 .flex_right .name p:last-child {
    padding-top: 3px;
  }
}
.back_02 .flex_02 .flex_right .sign {
  width: 61%;
  margin: 30px auto 0;
  display: block;
}
.back_02 .suspension_option {
  width: 84.2%;
  max-width: 927px;
  margin: 80px auto 50px;
}

.gr_video_container {
  background-color: #ffffff;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .gr_video_container {
    margin-bottom: 0px;
    padding-bottom: 45px;
    margin-top: 50px;
  }
}

.gr_video_inner {
  width: 96.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .gr_video_inner {
    width: 100%;
    flex-direction: column;
    padding-bottom: 0px;
  }
}
.gr_video_inner .gr_video_box {
  width: 48.1%;
}
@media (max-width: 768px) {
  .gr_video_inner .gr_video_box {
    width: 100%;
  }
}
.gr_video_inner .gr_video_box h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .gr_video_inner .gr_video_box h3 {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
}
.gr_video_inner .gr_video_box h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 4.8px;
  background-color: #e60012;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 768px) {
  .gr_video_inner .gr_video_box h3::after {
    top: 52px;
    width: 27px;
    height: 3.1px;
  }
}
@media (max-width: 768px) {
  .gr_video_inner .gr_video_box:nth-child(2) {
    margin-top: 45px;
  }
}
.gr_video_inner .youtube iframe {
  width: 100%;
  height: 288px;
}

.contact_btn {
  width: 37.5%;
  margin: 0 auto;
  padding-bottom: 85px;
}
@media (max-width: 768px) {
  .contact_btn {
    width: 100vw !important;
    background: #000000;
    margin: 0 calc(50% - 50vw) !important;
    padding: 50px 0px 85px;
  }
  .contact_btn a {
    width: 89%;
    margin: 0 auto;
    display: block;
  }
}

footer {
  border-top: 0.9px solid #000000;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}
.footer_flex .footer_sns {
  width: 62px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer_flex .footer_sns {
    width: 50px;
  }
}
.footer_flex .footer_sns a {
  width: 24px;
}
@media (max-width: 768px) {
  .footer_flex .footer_sns a {
    width: 19px;
  }
}
.footer_flex .footer_netz_logo {
  width: 210px;
}
@media (max-width: 768px) {
  .footer_flex .footer_netz_logo {
    width: 49%;
  }
}

.footer_middle {
  border-top: 0.9px solid #000000;
}
.footer_middle .footer_middle_flex {
  width: 43.5%;
  max-width: 566px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 18px 0px;
}
@media (max-width: 768px) {
  .footer_middle .footer_middle_flex {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer_middle .logo_link {
  display: block;
  width: 197px;
}
@media (max-width: 768px) {
  .footer_middle .logo_link {
    width: 157px;
    margin-bottom: 10px;
  }
}
.footer_middle .footer_middle_flex > p {
  width: 345px;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer_middle .footer_middle_flex > p a {
  color: #333333;
}

.site_caption {
  border-top: 0.9px solid #000000;
}
.site_caption p {
  text-align: center;
  padding: 18px 0px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .site_caption p {
    font-size: 1.1rem;
    padding-bottom: 50px;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22vh 63vw 90vh 0vw;
  border-color: #333333 transparent transparent transparent;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .triangle {
    border-width: 13vh 84vw 93vh 0vw;
  }
}

.triangle-2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37vh 100vw 0vh 0vw;
  border-color: transparent #000000 transparent transparent;
  left: 0;
  bottom: 0;
}

.triangle-3 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37vh 100vw 90vh 0vw;
  border-color: #000000 transparent transparent transparent;
  left: 0;
  top: 165px;
}

.triangle-4 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22vh 63vw 90vh 0vw;
  border-color: #000000 transparent transparent transparent;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .triangle-4 {
    border-width: 12vh 100vw 93vh 0vw;
    left: -7%;
  }
}

.triangle-5 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 51vh 175vw 0vh 18vw;
  border-color: transparent #000000 transparent transparent;
  right: 4%;
  bottom: 0;
}

.triangle-ex {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52.2vh 175vw 0vh 18vw;
  border-color: transparent #000000 transparent transparent;
  right: 0%;
  bottom: 0%;
}

.white_head {
  width: 100vw !important;
  background: #000000;
  margin: 0 calc(50% - 50vw) !important;
  padding: 0px calc(50vw - 50% + 8px) 50px !important;
}
.white_head img {
  width: 28.8%;
  max-width: 317px;
  margin: 0 auto 0px auto;
  display: block;
}
@media (max-width: 768px) {
  .white_head img {
    width: 68.7%;
    padding-top: 100px;
  }
}

.full_width {
  width: 100%;
  position: relative;
}

.horizontal-list::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}

.horizontal-list::-webkit-scrollbar-track {
  background-color: #b3b3b3;
  border-radius: 100px;
}

.horizontal-list::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 100px;
}

.gallery {
  background-color: #333333;
}
.gallery .white_head {
  background-color: #333333;
  padding-top: 0px !important;
}
@media (max-width: 768px) {
  .gallery .white_head {
    padding-bottom: 0 !important;
  }
}
.gallery .white_head img {
  width: 186px;
  margin: 0 auto 10px auto;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .gallery .white_head img {
    width: 60%;
    max-width: 132px;
    margin: 0 auto 30px auto;
    padding-top: 70px;
  }
}
.gallery .gallery_container {
  width: 73.6%;
  max-width: 1099px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .gallery .gallery_container {
    width: 89%;
  }
}
.gallery .gallery_container .gallery_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery .gallery_container .gallery_flex .gallery_item {
  width: 19.19%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .gallery .gallery_container .gallery_flex .gallery_item {
    width: 31.9%;
    margin-bottom: 5px;
  }
}

.lightboxOverlay {
  opacity: 0.6 !important;
}

.lightbox .lb-image {
  border: none !important;
}

@media (max-width: 768px) {
  .lightbox {
    padding-top: 175px;
  }
}/*# sourceMappingURL=style.css.map */