@charset "UTF-8";
/*===
  #common
  ===*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.5;
  font-size: clamp(14px, 0.8333vw, 16px);
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.container {
  width: 1360px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.main {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 80px;
  }
}

.sec_btn a {
  display: inline-block;
  background-color: #cc1517;
  color: #fff;
  padding: 10px 50px;
}

.sec_ttl {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #333;
}

@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 32px;
  }
}

.section {
  padding: 100px 0;
}

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

.common_sec-ttl {
  text-align: center;
}

.common_sec-ttl p {
  font-size: 30px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #cc1517;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .common_sec-ttl p {
    font-size: 20px;
  }
}

.common_sec-ttl h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1;
  color: #333;
}

@media screen and (max-width: 767px) {
  .common_sec-ttl h2 {
    font-size: 24px;
    margin-top: 10px;
  }
}

/* ===============================================
# ヘッダー
=============================================== */
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}

#header > .inner {
  display: flex;
  align-items: center;
  padding: 20px clamp(50px, 5.2083vw, 100px) 20px clamp(50px, 5.2083vw, 100px);
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  #header > .inner {
    display: block;
    padding-left: 20px;
  }
}

.head_description {
  position: absolute;
  right: 20px;
  top: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .head_description {
    font-size: 10px;
    right: 5px;
    top: 0px;
  }
}

.header-logo {
  width: clamp(100px, 17.29167vw, 120px);
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 60px;
    text-align: center;
  }
}

.header-logo a {
  transition: all 0.3s ease 0s;
}

.header-logo a:hover {
  opacity: 0.6;
}

.header-sub {
  color: #333;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.71429;
  padding: 0 38px;
}

.header-sub span {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header-sub span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .header-sub {
    font-size: 10px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.header-nav {
  background: #fff;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav > .inner {
  display: flex;
}

.header-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 40px;
  line-height: 40px;
}

.header-nav li {
  margin-right: clamp(15px, 2.08333vw, 40px);
}

.header-nav li:last-child {
  margin-right: 0;
}

.header-nav li > a {
  color: #325151;
  display: block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.header-nav li > a:hover {
  opacity: 0.6;
}

.header-contact {
  background-image: linear-gradient(45deg, #5accb0, #20bbcd);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(180px, 12.1875vw, 234px);
  height: 164px;
  right: 0;
  top: 0;
  border-radius: 0 0 0 14px;
}

.header-contact img {
  display: block;
  margin: 0 auto;
  width: 52px;
}

.header-contact span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fbfbfb;
}

/* ===============================================
# ドロワー 
=============================================== */
.drawer {
  display: none;
}

@media screen and (max-width: 767px) {
  .drawer {
    display: block;
  }
}

.drawer-icon {
  color: #cc1517;
  cursor: pointer;
  font-size: 20px;
  position: fixed;
  right: 17px;
  text-align: center;
  top: 25px;
  z-index: 41;
}

.drawer-open {
  display: block;
}

.m_checked .drawer-open {
  display: none;
}

.drawer-close {
  display: none;
}

.m_checked .drawer-close {
  display: block;
}

.drawer-content {
  background: #cc1517;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 100px 16px 16px;
  position: fixed;
  text-align: left;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}

.m_checked .drawer-content {
  opacity: 1;
  visibility: visible;
}

.drawer-nav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 20px 12px 24px 5px;
  text-decoration: none;
  text-align: center;
}

.fa-times::before {
  color: #fff;
}

/* ===============================================
# fv
=============================================== */
.fv {
  background: url(../img/fv.png) center center/cover no-repeat;
  height: calc(100vh - 138px);
  border-radius: 28px;
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .fv {
    margin: 0 10px;
    height: 500px;
    background-position: 80% center;
    border-radius: 15px;
  }
}

.fv .container {
  position: relative;
  height: 100%;
}

.fv_txt-box {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .fv_txt-box {
    top: 70%;
  }
}

.fv_txt-box h2 {
  font-size: clamp(40px, 3.17708vw, 61px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  color: #fbfbfb;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .fv_txt-box h2 {
    font-size: 18px;
  }
}

.fv_txt-box h2 span {
  display: inline-block;
  background-color: #cc1517;
  padding: 0 30px;
  clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.fv_txt-box h2 span:last-child {
  margin-top: 13px;
  margin-left: clamp(150px, 13.75vw, 264px);
}

@media screen and (max-width: 767px) {
  .fv_txt-box h2 span:last-child {
    margin-left: -10px;
  }
}

/* ===============================================
# Topics
=============================================== */
.news .sec_btn {
  text-align: center;
  margin-top: 40px;
}

.news_wrapper {
  max-width: 1000px;
  margin: 30px auto 0;
}

.news_wrapper li {
  margin-top: 15px;
  border-bottom: 1px dotted #707070;
  padding-bottom: 5px;
}

.news_wrapper li:first-child {
  margin-top: 0;
}

.news_item {
  display: flex;
  align-items: center;
  color: inherit;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .news_item {
    flex-direction: column;
  }
}

.news_item .info {
  display: flex;
  align-items: center;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .news_item .info {
    width: 100%;
  }
}

.news_item .published {
  font-size: 18px;
  font-weight: 500px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .news_item .published {
    font-size: 14px;
  }
}

.news_item .cat {
  background-color: #cc1517;
  color: #fff;
  padding: 5px 10px;
  text-align: justify;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .news_item .cat {
    font-size: 10px;
  }
}

.news_item .ttl {
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  .news_item .ttl {
    width: 100%;
    margin-top: 10px;
  }
}

/* ===============================================
# サービス
=============================================== */
.service {
  background-color: #f4f4f4;
}

.service_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .service_wrapper {
    flex-direction: column-reverse;
  }
}

.service_left {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .service_left {
    width: 100%;
    margin-top: 30px;
  }
}

.service_right {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .service_right {
    width: 100%;
  }
}

.service_right .sec_ttl {
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  color: inherit;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service_right .sec_ttl {
    text-align: center;
  }
}

.service_right .sec_ttl::after {
  position: absolute;
  content: "CONCEPT";
  opacity: 0.05;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 7vw;
  letter-spacing: 0.1em;
  line-height: 1;
  left: 0;
  top: 0;
  color: #cc1517;
}

@media screen and (max-width: 767px) {
  .service_right .sec_ttl::after {
    font-size: 15vw;
  }
}

.service_right .sub_ttl {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  color: #e81919;
}

@media screen and (max-width: 767px) {
  .service_right .sub_ttl {
    font-size: 20px;
  }
}

.service_right .txt {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .service_right .txt {
    margin-top: 15px;
  }
}

/* ===============================================
# 選ばれる理由
=============================================== */
.reason {
  position: relative;
}

.reason::before {
  position: absolute;
  content: "";
  background-color: #e81919;
  width: 50%;
  height: 50vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(73% 0, 81% 0, 0 88%, 0 80%);
}

.reason::after {
  position: absolute;
  content: "";
  background-color: #1b1c3c;
  width: 50%;
  height: 50vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  clip-path: polygon(73% 0, 91% 0, 0 100%, 0 80%);
}

.reason_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 40px auto 0;
}

.reason_item {
  width: 30%;
  background-color: #fff;
  border: 1px dotted #707070;
  padding: 30px 15px;
}

@media screen and (max-width: 767px) {
  .reason_item {
    padding: 30px 5px;
  }
}

.reason_item:nth-child(n + 4) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .reason_item {
    width: 48%;
  }
  .reason_item:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.reason_item picture {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.reason_ttl {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .reason_ttl {
    font-size: 14px;
  }
}

/* ===============================================
# エリア
=============================================== */
.area .sec_ttl {
  text-align: left;
}

.area .sec_ttl h2 {
  color: #cc1517;
}

.area_wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .area_wrapper {
    flex-direction: column-reverse;
  }
}

.area_left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .area_left {
    width: 100%;
  }
}

.area_left img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.area_right {
  width: 50%;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .area_right {
    width: 100%;
    margin-left: 0;
  }
}

.area_right .txt {
  line-height: 2;
  letter-spacing: .1em;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .area_right .txt {
    margin-top: 20px;
  }
}

/* ===============================================
# 在庫車両
=============================================== */
.results {
  margin-top: 60px;
  background: #1b1c3c;
  max-width: 1240px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .results {
    width: 100%;
    margin: 0px auto 0;
  }
}

.results .sec_ttl {
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .results .sec_ttl {
    text-align: left;
    margin-bottom: 40px;
  }
}

.results .sec_ttl p {
  color: #fbfbfb;
}

.results .sec_ttl h2 {
  color: #fbfbfb;
}

.results .util-btn:hover {
  opacity: .8;
}

.results .util-btn a {
  color: #333;
}

.results-content {
  padding: 60px 0 120px 60px;
}

@media screen and (max-width: 767px) {
  .results-content {
    padding: 40px 0 40px 16px;
  }
}

.results-item {
  color: #fff;
  padding: 16px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .results-item {
    padding: 12px;
  }
}

.results-item-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .results-item-ttl {
    font-size: 14px;
  }
}

.results-item-tags {
  display: flex;
  margin-top: 10px;
}

.results-item-tag {
  background-color: rgba(147, 147, 147, 0.548);
  padding: 5px 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .results-item-tag {
    font-size: 12px;
    padding: 3px 8px;
  }
}

.results-item-tag + .results-item-tag {
  margin-left: 10px;
}

.results-item-price {
  margin-top: 10px;
}

.results-item-price span {
  color: #e81919;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .results-item-price span {
    font-size: 24px;
  }
}

.results_btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .results_btn {
    text-align: center;
  }
}

.slider-2 .slick-slide {
  width: 400px;
  height: auto;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slider-2 .slick-slide {
    width: 274px;
  }
}

.slider-2 .slick-slide img {
  display: block;
  width: 400px;
  height: 250px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .slider-2 .slick-slide img {
    width: 274px;
    height: 200px;
  }
}

.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 767px) {
  .slider-2 .slick-arrow {
    display: none;
  }
}

.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

.slider-2 .slick-next {
  right: 0;
}

.slider-2 .slick-prev {
  left: 0;
}

.slider-2 .slick-next::before {
  left: 20px;
}

.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots-2 .slick-dots {
  text-align: left;
  margin-top: 30px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .dots-2 .slick-dots {
    text-align: center;
    margin-top: 0px;
  }
}

.dots-2 .slick-dots li {
  display: inline-block;
}

.dots-2 .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: 1px solid #fbfbfb;
  cursor: pointer;
  background: #fbfbfb;
  border-radius: 50%;
}

.dots-2 .slick-dots button:last-child {
  margin-right: 0;
}

.dots-2 .slick-dots .slick-active button {
  background: #e81919;
}

.slick-dots {
  position: static;
}

/* ===============================================
# メッセージ
=============================================== */
.message {
  background-color: #f4f4f4;
}

.message_wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .message_wrapper {
    flex-direction: column;
  }
}

.message_left {
  width: 50%;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .message_left {
    width: 100%;
    margin-right: 0;
  }
}

.message_left .sec_ttl {
  text-align: left;
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  color: inherit;
  position: relative;
}

.message_left .sec_ttl::after {
  position: absolute;
  content: "MESSAGE";
  opacity: 0.05;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 8vw;
  letter-spacing: 0.1em;
  line-height: 1;
  left: 0;
  top: 0;
  color: #cc1517;
}

@media screen and (max-width: 767px) {
  .message_left .sec_ttl::after {
    font-size: 15vw;
  }
}

.message_left .sub_ttl {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  color: #e81919;
}

@media screen and (max-width: 767px) {
  .message_left .sub_ttl {
    font-size: 20px;
  }
}

.message_left .txt {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .message_left .txt {
    margin-top: 20px;
  }
}

.message_right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .message_right {
    width: 100%;
    margin-top: 20px;
  }
}

/* ===============================================
# 設置までの流れ
=============================================== */
.flow {
  background-image: linear-gradient(45deg, #0c6ac2, #0756f5);
}

.flow .sec_ttl p {
  color: #fff;
}

.flow .sec_ttl h2 {
  color: #fff;
}

.flow_wrapper {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .flow_wrapper {
    margin-top: 40px;
  }
}

.flow_item {
  display: flex;
  align-items: center;
  border: 1px dotted #707070;
  padding: 30px;
  margin-bottom: 100px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow_item {
    flex-direction: column;
    margin-bottom: 70px;
  }
}

.flow_item:last-child {
  margin-bottom: 0;
}

.flow_item:last-child::after {
  display: none;
}

.flow_item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 60px solid #e5e5e5;
  border-bottom: 0;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .flow_item::after {
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #e5e5e5;
    bottom: -50px;
  }
}

.flow_item picture {
  display: block;
}

.flow_item picture img {
  border: 1px solid #707070;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .flow_item picture img {
    width: 100px;
    height: 100px;
  }
}

.flow_content {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .flow_content {
    margin-left: 0;
    margin-top: 10px;
  }
}

.flow_content .ttl {
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .flow_content .ttl {
    font-size: 20px;
    text-align: center;
  }
}

.flow_content .txt {
  margin-top: 15px;
  line-height: 2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .flow_content .txt {
    margin-top: 10px;
  }
}

/* ===============================================
# よくある質問
=============================================== */
.qa {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .qa {
    padding: 80px 0;
  }
}

.qa_ttl {
  text-align: center;
}

.qa_ttl h2 {
  font-size: clamp(32px, 2.08333vw, 40px);
  font-weight: 700;
  color: #cc1517;
}

@media screen and (max-width: 767px) {
  .qa_ttl h2 {
    font-size: 24px;
  }
}

.qa_ttl .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qa_ttl .box img {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .qa_ttl .box img {
    width: 50px;
  }
}

.qa_ttl .box p {
  font-size: clamp(75px, 4.6875vw, 90px);
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.06em;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .qa_ttl .box p {
    font-size: 42px;
  }
}

.qa_wrapper {
  max-width: 1000px;
  margin: 40px auto 0;
}

.qa_wrapper dl {
  margin-top: 30px;
}

.qa_wrapper dl:first-child {
  margin-top: 0;
}

.qa_wrapper dl dt {
  min-height: 98px;
  padding: 15px 30px 15px 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border: 1px dotted #d9e5e5;
  font-size: clamp(16px, 1.04167vw, 20px);
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa_wrapper dl dt {
    padding: 10px 15px 10px 70px;
  }
}

.qa_wrapper dl dt::after {
  position: absolute;
  content: "";
  background: url(../img/icon-q.png) center center/cover no-repeat;
  width: 59px;
  height: 54px;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .qa_wrapper dl dt::after {
    width: 40px;
    height: 36px;
    left: 15px;
  }
}

.qa_wrapper dl dd {
  color: #cc1517;
  font-size: clamp(16px, 1.04167vw, 20px);
  font-weight: 500;
  line-height: 2.1;
  padding: 0 25px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .qa_wrapper dl dd {
    margin-top: 15px;
  }
}

/* ===============================================
# 事例
=============================================== */
.work {
  background-color: #f4f4f4;
}

.work .sec_btn {
  text-align: center;
  margin-top: 60px;
}

.work_wrapper {
  margin-top: 60px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .work_wrapper {
    flex-direction: column;
    margin-top: 40px;
  }
}

.work_item {
  width: calc((100% - 6.25vw) / 3);
  margin-right: 3.125vw;
  border: 1px dotted #707070;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .work_item {
    width: 100%;
    margin-right: 0;
  }
  .work_item + .work_item {
    margin-top: 20px;
  }
}

.work_item:nth-child(n + 3) {
  margin-right: 0;
}

.work_item a {
  display: block;
  color: inherit;
}

.work_item a picture img {
  height: 250px;
  height: clamp(180px, 13.02vw, 250px);
  object-fit: cover;
}

.work_content {
  padding: 15px;
}

.work_content .info {
  display: flex;
  align-items: center;
}

.work_content .info .published {
  font-weight: 500;
}

.work_content .cat {
  margin-left: 10px;
  color: #fff;
  background-color: #cc1517;
  padding: 2px 10px;
}

.work_content .ttl {
  margin-top: 15px;
  line-height: 2;
  letter-spacing: .1em;
}

/* ===============================================
# 会社概要
=============================================== */
.overview {
  padding-bottom: 0;
}

.overview_wrapper {
  max-width: 800px;
  margin: 60px auto 0;
  border: 1px dotted #707070;
}

@media screen and (max-width: 767px) {
  .overview_wrapper {
    margin-top: 40px;
  }
}

.overview_wrapper dl {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #707070;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .overview_wrapper dl {
    flex-direction: column;
  }
}

.overview_wrapper dl:last-child {
  border-bottom: none;
}

.overview_wrapper dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  background-color: #cc1517;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .overview_wrapper dl dt {
    font-size: 16px;
    width: 100%;
    height: auto;
    padding: 5px;
  }
}

.overview_wrapper dl dd {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .overview_wrapper dl dd {
    width: 100%;
    padding: 5px;
  }
}

.overview_map {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .overview_map {
    margin-top: 40px;
  }
}

.overview_map iframe {
  width: 100%;
  height: 30vw;
}

@media screen and (max-width: 767px) {
  .overview_map iframe {
    height: 250px;
  }
}

/* ===============================================
# footer
=============================================== */
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 50px;
  }
}

.footer_logo {
  margin-bottom: -4.3vw;
}

.footer_content {
  background-color: #cc1517;
  padding: 100px 0 60px;
}

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

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer_wrapper {
    flex-direction: column-reverse;
  }
}

.footer_left {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_left {
    text-align: center;
    margin-top: 20px;
  }
}

.footer_left .logo {
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer_left .logo {
    font-size: 20px;
  }
}

.footer_left .info {
  margin-top: 10px;
  font-weight: 500;
}

.footer-list li {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-list li {
    text-align: center;
  }
}

.footer-list li:first-child {
  margin-top: 0;
}

.footer-list li a {
  color: #fff;
  font-weight: 500;
}

.copy {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .copy {
    text-align: center;
  }
}

/* ===============================================
# CTA
=============================================== */
.cta {
  position: fixed;
  right: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .cta {
    bottom: 0;
    top: unset;
    transform: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cta_wrapper {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .cta_wrapper li {
    width: 33.333%;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cta_wrapper li a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.cta_wrapper li a img {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .cta_wrapper li a img {
    width: 50px;
    margin: 0 auto;
  }
}

.cta_wrapper li:nth-child(1) {
  background-color: #00b900;
}

.cta_wrapper li:nth-child(2) {
  background-color: #00a3ad;
}

.cta_wrapper li:nth-child(3) {
  background-color: #004aad;
}

/* ===============================================
# 下層共通MV
=============================================== */
.mainvisual-collumn {
  background: url(../img/fv.png) center center/cover no-repeat;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .mainvisual-collumn {
    padding: 40px 0;
  }
}

.mainvisual-collumn-box {
  text-align: center;
}

.mainvisual-collumn-ttl {
  font-size: 32px;
  font-weight: 600;
  color: #fbfbfb;
}

@media screen and (max-width: 767px) {
  .mainvisual-collumn-ttl {
    font-size: 24px;
  }
}

.mainvisual-collumn-ttl span {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .mainvisual-collumn-ttl span {
    font-size: 18px;
  }
}

.breadcrumb {
  color: #09000d;
  font-size: 12px;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 14px;
  }
}

.breadcrumb .home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.breadcrumb a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #8d8d8d;
}

.breadcrumb a:hover {
  opacity: 0.6;
}

.breadcrumb i {
  margin-left: 15px;
  margin-right: 15px;
}

/* ===============================================
# 保有車両一覧archive-stock
=============================================== */
.stock_wrapper ul li {
  border: 1px dotted #707070;
  margin-top: 30px;
}

.stock_wrapper ul li:first-child {
  margin-top: 0;
}

.stock_wrapper ul li a {
  display: flex;
}

@media screen and (max-width: 767px) {
  .stock_wrapper ul li a {
    flex-direction: column;
  }
}

.stock_wrapper ul li a .left {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .stock_wrapper ul li a .left {
    width: 100%;
  }
}

.stock_wrapper ul li a .left picture {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.stock_wrapper ul li a .left picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stock_wrapper ul li a .content {
  width: 70%;
  color: #333;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .stock_wrapper ul li a .content {
    width: 100%;
    margin-left: 0;
    padding: 15px 10px;
  }
}

.stock_wrapper ul li a .content .ttl {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .stock_wrapper ul li a .content .ttl {
    font-size: 18px;
  }
}

.stock_wrapper ul li a .content .txt {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

.stock_wrapper ul li a .content .tags {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .stock_wrapper ul li a .content .tags {
    flex-direction: column;
    align-items: baseline;
  }
}

.stock_wrapper ul li a .content .tags .tag {
  margin-left: 10px;
  background-color: rgba(66, 66, 66, 0.548);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fbfbfb;
}

@media screen and (max-width: 767px) {
  .stock_wrapper ul li a .content .tags .tag {
    margin-top: 5px;
  }
}

.stock_wrapper ul li a .content .tags .tag:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .stock_wrapper ul li a .content .tags .tag:first-child {
    margin-top: 0;
  }
}

.genre-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .genre-nav {
    margin-bottom: 12px;
  }
}

.genre-nav-link {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .genre-nav-link {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

.genre-nav-link a {
  display: block;
  padding: 6px 14px;
  background: #4b4b4b;
  color: #fbfbfb;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .genre-nav-link a {
    padding: 3px 8px;
    font-size: 12px;
  }
}

.genre-nav-link a.is-active,
.genre-nav-link a:hover {
  background: #e81919;
  color: #fff;
}

/* ===============================================
# 車両詳細
=============================================== */
.single_work_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.single_ttl {
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .single_ttl {
    font-size: 20px;
  }
}

.single_work_img_box {
  position: relative;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .single_work_img_box {
    margin-top: 40px;
  }
}

.single_work_cat {
  position: absolute;
  content: "";
  display: inline-block;
  top: -10px;
  left: -10px;
  z-index: 1;
  padding: 10px 13px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .single_work_cat {
    left: -5px;
    padding: 5px 10px;
  }
}

.slider6-wrap {
  max-width: 1000px;
  width: 100%;
  position: relative;
}

.slider-6 .slick-slide {
  max-width: 1000px;
  width: 100%;
  height: 600px;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slider-6 .slick-slide {
    height: 220px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}

.slider-6 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs_dots {
  text-align: center;
}

.thumbs_list li {
  display: inline-block;
  width: 180px;
  height: 120px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .thumbs_list li {
    width: 19%;
    height: 50px;
    margin-right: 3px;
  }
}

.thumbs_list li:last-child {
  margin-right: 0;
}

.thumbs_list li.slick-active {
  opacity: 1;
}

.single_work_info {
  margin-top: 55px;
  position: relative;
}

.single_work_info::before {
  position: absolute;
  content: "";
  background-color: #376CB1;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.single_work_info::after {
  position: absolute;
  content: "";
  background-color: #272727;
  height: 1px;
  width: 100px;
  bottom: 0;
  left: 0;
}

.single_work_info dl {
  display: flex;
  align-items: center;
  padding: 32px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single_work_info dl {
    flex-direction: column;
    padding: 20px 10px;
  }
}

.single_work_info dl::before {
  position: absolute;
  content: "";
  background-color: #376CB1;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
}

.single_work_info dl::after {
  position: absolute;
  content: "";
  background-color: #272727;
  height: 1px;
  width: 100px;
  top: 0;
  left: 0;
}

.single_work_info dl dt {
  width: 145px;
  padding-left: 26px;
}

@media screen and (max-width: 767px) {
  .single_work_info dl dt {
    width: 100%;
    padding-left: 0;
    font-weight: bold;
  }
}

.single_work_info dl dd {
  width: calc(100% - 145px);
  padding-right: 40px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .single_work_info dl dd {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}

.single_content {
  margin-top: 60px;
}

.align_start {
  align-items: baseline !important;
}

.single_info .tags {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .single_info .tags {
    flex-direction: column;
    align-items: baseline;
  }
}

.single_info .tags .tag {
  margin-left: 10px;
  background-color: rgba(66, 66, 66, 0.548);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fbfbfb;
}

@media screen and (max-width: 767px) {
  .single_info .tags .tag {
    margin-top: 5px;
  }
}

.single_info .tags .tag:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .single_info .tags .tag:first-child {
    margin-top: 0;
  }
}

.single_work_btn {
  text-align: center;
  margin-top: 60px;
}

/* ===============================================
# トピックス詳細
=============================================== */
.single_topics .info {
  display: flex;
  align-items: center;
}

.single_topics .info .published {
  font-weight: 500;
}

.single_topics .info .cat {
  background-color: #e81919;
  color: #fbfbfb;
  padding: 2px 10px;
  margin-left: 10px;
}

.single_topics .ttl {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .single_topics .ttl {
    font-size: 18px;
  }
}

.single_topics picture {
  display: block;
  margin: 20px auto 0;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .single_topics picture {
    width: 90%;
  }
}

.single_topics .content {
  margin-top: 30px;
}

.single_topics .content h2, .single_topics .content h3, .single_topics .content h4, .single_topics .content h5, .single_topics .content p, .single_topics .content img {
  margin-top: 15px;
}

.single_topics .sec_btn {
  text-align: center;
  margin-top: 60px;
}

/* ===============================================
# コンタクトフォーム７
=============================================== */
.contact {
  position: relative;
}

.contact::after {
  position: absolute;
  content: '';
  width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 60px;
  }
}

.contact-circle {
  position: absolute;
  content: "";
  top: 23px;
  left: 20px;
}

.contact-box {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  color: #333;
}

@media screen and (max-width: 767px) {
  .contact-box {
    padding: 20px 15px;
  }
}

.contact-note-txt {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 3px solid #d8d8d8;
}

@media screen and (max-width: 767px) {
  .contact-note-txt {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.contact-required-txt {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.contact-required-txt span {
  color: #e81919;
}

.contact-contents__item--required {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact-contents__item--required {
    display: block;
  }
}

.contact-contents__item--required + .contact-contents__item--required {
  margin-top: 40px;
}

.required {
  position: relative;
}

.required::after {
  position: absolute;
  content: "必須";
  font-size: 12px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  background: #e81919;
  padding: 5px 5px;
  line-height: 1;
  border-radius: 5px;
  margin-left: 5px;
}

.contact-contents__item-title {
  width: 230px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contact-contents__item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.contact-contents__item-title p {
  display: inline-block;
}

.contact-contents__item-input--text {
  width: calc(100% - 230px);
}

@media screen and (max-width: 767px) {
  .contact-contents__item-input--text {
    width: 100%;
  }
}

.contact-contents__item-textarea {
  width: calc(100% - 230px);
}

@media screen and (max-width: 767px) {
  .contact-contents__item-textarea {
    width: 100%;
  }
}

.contact-contents__submit {
  text-align: center;
  margin-top: 40px;
}

.contact-contents__btn {
  width: 120px;
  height: 50px;
  border: none;
  background: #cc1517;
  color: #fff;
}

.contact-contents__btn:hover {
  opacity: 0.6;
}

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  border: none;
  height: 40px;
  background: whitesmoke;
  padding-left: 10px;
}

textarea {
  width: 100%;
  min-height: 122px;
  resize: vertical;
  border: none;
  background: whitesmoke;
}

input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #cc1517;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #cc1517;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
  margin-left: 0;
}

.wpcf7-spinner {
  display: none;
}
