/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------------ タブ------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
  background: #f8f9fa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #212529;
  padding: 6px 0;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #002767;
  background: #e6e6e6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #002767;
  border: 2px solid #002767;
  font-size: 16px;
  color: #002767;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
}


/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップバナースライド ------------------*/
.bn-slide {
  box-shadow: 4px 4px 8px #575757;
}
.bn-slide img {
  width: 100%;
  border: solid 2px #fff;
}
@media screen and (max-width: 768px) {
  .bn-slide {
    margin-top: 30px;
  }
}
/*------------------ トップビジュアル ------------------*/
.top {
  position: relative;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv img {
  position: relative;
  top: 0;
  width: 100%;
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top_kv .top_copy .main-copy{
  color: #002767;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.top_kv .top_copy .main-copy span {
  border-bottom: solid 3px #dc3545;
  padding-bottom: 4px;
}
.top_kv .top_copy .sub-copy{
  color: #002767;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  line-height: 36px;
}
.top_fv {
  height: 100%;
  object-fit: cover;
}
.top_banner {
  margin-top: 10px;
  background: #dc3545;
  padding: 10px;
  border-radius: 8px;
}
.top_banner:hover {
  opacity: .8;
}
.top_banner h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.top_banner h3 span {
  display: block;
  font-size: 12px;
  margin-top: -2px;
  position: relative;
  color: #ffc107;
}
.top_banner p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv {
    height: 640px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 30px;
    line-height: 46px;
  }
  .top_kv .top_copy .sub-copy {
    font-size: 18px;
    line-height: 30px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
}
/*------------------ セクション ------------------*/
.top {
  
}
.top_about {
  margin: 60px 0px;
  background: #fff;
}
.top_service {
  margin-top: 60px;
  padding: 60px 0;
  background: #f2f2f2;
}
.top_case {
  padding: 60px 0px;
  background: #fff;
}
.top_news {
  background: #fff;
  padding: 60px 0;
}
.top_menu {
  padding: 60px 0px;
  padding-bottom: 120px;
  background: #f2f2f2;
}
/*------------------ top_aboutセクション ------------------*/
.top_about img {
  border-radius: 6px;
}
.intro {
  margin-top: 60px;
  margin-bottom: 50px;
}
.intro p {
  text-align: center;
  letter-spacing: 3px;
  line-height: 32px;
  margin-bottom: 32px;
}
/*------------------ top_itemセクション ------------------*/
.case {
  
}
.case img {
  border-radius: 4px;
  margin-bottom: 6px;
}
.case img:hover {
  opacity: .8;
}
.case h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: dotted 1px #002767;
  margin-bottom: 6px;
  color: #dc3545;
}
.case h3 span {
  font-size: 14px;
  margin-left: 10px;
  color: #575757;
}
.case h3:hover {
  color: #3f3b3a;
}
.case .case-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.case .case-info .case-date {
  font-size: 12px;
}
.case .case-info .case-cate {
  font-size: 12px;
  background: #575757;
  padding: 1px 6px;
  color: #fff;
  border-radius: 4px;
}
.case .case-info .case-cate:hover {
  opacity: .7;
}
.case .case-text {
  font-size: 14px;
  color: #575757;
}
.case .case-text:hover {
  color: #3f3b3a;
}
/*------------------ top_serviceセクション ------------------*/
.sv-box {
  
}
.sv-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  background: #0000004f;
  width: 85%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  border-radius: 4px;
  padding: 36px;
}
.sv-box h2:hover {
  opacity: .8;
}
.sv-box img {
  border-radius: 6px;
}
.sv-box img:hover {
  opacity: .8;
}
.sv-box p {
  font-size: 15px;
  color: #575757;
  text-align: center;
}
.sv-box p:hover {
  opacity: .8;
  color: #3f3b3a;
}
/*------------------ top_newsセクション ------------------*/
.news-box {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 8px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 8px;
}
.news-box .news-date {
  padding: 0 12px;
}
.news-box .news-cate {
  padding: 2px 12px;
  background: #002767;
  color: #fff;
  border-radius: 4px;
  margin: 0 20px;
  font-weight: bold;
}
.news-box .news-cate:hover {
  opacity: .7;
}
.news-box .news-title {
  padding: 2px 12px;
  margin: 0 20px;
  color: #575757;
}
.news-box .news-title:hover {
  color: #3f3b3a;
}
.news-box-sp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.news-box-sp .news-date {
  padding: 0 12px;
}
.news-box-sp .news-cate {
  padding: 3px 12px;
  background: #002767;
  color: #fff;
  border-radius: 4px;
  margin: 0 20px;
  font-weight: bold;
  font-size: 12px;
}
.news-box-sp .news-cate:hover {
  opacity: .7;
}
.news-box-sp .news-title {
  padding: 2px 12px;
  color: #575757;
  padding-bottom: 8px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 8px;
  width: 100%;
}
.news-box-sp .news-title:hover {
  color: #3f3b3a;
}
/*------------------ top_menuセクション ------------------*/
.menu {
  
}
.menu img {
  position: relative;
  border-radius: 6px;
}
.menu img:hover {
  opacity: .6;
}
.menu h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  background: #000000a8;
  width: 94.7%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .menu h3 {
    width: 91.9%;
  }
}

/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #dee2e6;
  padding-left: 36px;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: auto;
  }
}

/*-----------------------------------------------
下層共通
-----------------------------------------------*/
.low-title {
  
}
.low-title h3 {
  font-size: 30px;
  position: relative;
  padding-top: 15px;
  text-align: center;
  color: #575757;
  font-family: 'Shippori Mincho', serif;
}
.low-title h3 span {
  font-size: 70px;
  display: block;
  margin-top: -50px;
  color: #0000ff21;
  z-index: -1;
  position: relative;
  font-family: 'Ephesis', cursive;
}

/*-----------------------------------------------
お問い合わせ
-----------------------------------------------*/
.contact-tel {
  margin-top: 40px;
  text-align: center;
}
.contact-tel a {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #575757;
  padding: 6px 0;
  border: solid 3px #575757;
  width: 320px;
  margin: 10px auto;
  border-radius: 12px;
}
.contact-tel a:hover {
  color: #fff;
  background: #000;
  border: solid 3px #000;
}

/*-----------------------------------------------
採用情報
-----------------------------------------------*/
.rec-box {
  
}
.rec-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #adb5bd;
}
.rec-box p {
  
}
/*-----------------------------------------------
事例
-----------------------------------------------*/
.case-information {
  margin-top: 20px;
  margin-bottom: 60px;
}
.case-background {
  margin-top: 20px;
  margin-bottom: 60px;
}
.case-study {
  margin-top: 20px;
  margin-bottom: 60px;
}
.case-relation {
  margin-top: 120px;
  margin-bottom: 60px;
}
.case-info {
  margin-bottom: 30px;
}
.case-info p {
  text-align: center;
  font-size: 18px;
}
.case-info-box {
  background: #e9ecef;
  padding: 15px;
  height: 100%;
  border-radius: 8px;
}
.case-info-box dl dt {
  display: inline-block;
  font-size: 14px;
  width: 160px;
  padding: 0px 6px;
  font-weight: normal;
  float: left;
  border-left: solid 4px rgb(128 128 128 / 50%);
}
.case-info-box dl dd {
  color: #000;
  font-size: 14px;
  margin-left: 180px;
  margin-bottom: 14px;
}
.case-info-box dl dd a {
  background: #6c757d;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
}
@media only screen and (max-width:767px) {
  .case-info-box dl dd {
    margin-left: 0px;
  }
}

/*-----------------------------------------------
よくあるご質問
-----------------------------------------------*/
.faq-title {
  margin-top: 30px;
}
.faq-title h3 {
  padding: 8px 16px;
  background: #f8f9fa;
  box-shadow: 2px 2px 4px #c1c1c1;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  border-left: solid 6px #003267;
  border-bottom: solid 1px #003267;
}
/*------------ アコーディオン -----------*/
.acd-check{
    display: none;
}
.acd-label{
  background: #ececec;
  color: #000;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  text-align: left;
  padding-right: 70px;
}
.acd-label::before {
  content: 'Q';
  font-weight: bold;
  color: #202f55;
  margin-right: 8px;
}
.acd-label:after{
    background: #ccc;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 100%;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: 600;
    color: #002767;
}
.acd-content{
    border: 1px solid #ccc;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    text-align: left;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.answer2 {
  padding-left: 24px;
  position: relative;
}
.a-text {
  line-height: 28px;
  margin-bottom: 10px;
}
.answer2::before {
  content: 'A';
  font-weight: bold;
  color: #dc3545;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 3px;
}

/*-----------------------------------------------
流れ
-----------------------------------------------*/
/*------------------ 流れのステップ------------------*/
.flow-list {
  
}
.flow-list .flow {
  padding-left: 120px;
  position: relative;
}
.flow-list .flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow-list .flow > li {
  position: relative;
}
.flow-list .flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow-list .flow > li .flow-icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
  font-weight: bold;
  border-radius: 4px;
}
.flow-list .flow > li .flow-icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow-list .flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow-list .flow > li dl::before,
.flow-list .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow-list .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow-list .flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow-list .flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}
.flow-list .flow > li dl dd {
  display: flex;
}
.flow-list .flow > li dl dd img {
  width: 30%;
  border-radius: 8px;
}
.flow-list .flow > li dl dd p {
  width: 70%;
  padding-left: 20px;
}
@media only screen and (max-width:767px) {
  .flow-list .flow {
    padding-left: 0px;
  }
  .flow-list .flow::before {
    left: 0;
  }
  .flow-list .flow > li .flow-icon {
    left: 20px;
  }
  .flow-list .flow > li .flow-icon::after {
    display: none;
  }
  .flow-list .flow > li dl {
    padding-top: 40px;
    padding-left: 24px;
  }
  .flow-list .flow > li dl::before {
    top: 60px;
  }
  .flow-list .flow > li dl::after {
    top: 60px;
    width: 12px;
  }
  .flow-list .flow > li dl dd {
    display: block;
  }
  .flow-list .flow > li dl dd img {
    width: 100%;
    margin-bottom: 10px;
  }
  .flow-list .flow > li dl dd p {
    width: 100%;
    padding-left: 0;
  }
}

/*-----------------------------------------------
取扱車両
-----------------------------------------------*/
.cars-minititle {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 8px #000;
  background: rgba(0, 0, 0, .4);
  padding: 2px 16px;
  margin-top: 6px;
}
.car-title {
  margin-bottom: 10px;
}
.car-title h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: #002767;
  padding: 8px 0;
  border-radius: 8px;
}
.image-slider {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.image-slider img {
  margin: 0 10px;
}
.cars-info {
  
}
.cars-id {
  font-size: 14px;
  text-align: right;
}
.cars-info h3 {
  padding: 6px 16px;
  background: #f8f9fa;
  box-shadow: 2px 2px 4px #c1c1c1;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 6px #003267;
  border-bottom: solid 1px #003267;
  margin-bottom: 6px;
}
.cars-info h4 {
  font-size: 32px;
  font-weight: bold;
  color: #dc3545;
  margin-bottom: 17px;
  text-align: center;
}
.cars-info h4 span {
  font-size: 16px;
  color: #575757;
  padding-left: 10px;
}
.cars-info p {
  line-height: 26px;
  padding-left: 20px;
}
.cars-table {
  
}
.cars-table dl {
  overflow: hidden;
  line-height: 40px;
  padding-bottom: 30px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.cars-table dt {
  width: 20%;
  text-align: center;
  background: #dee2e6;
  border-bottom: dashed 1px #adb5bd;
}
.cars-table dd {
  width: 30%;
  text-align: left;
  padding: 0 10px;
  background: #f8f9fa;
  border-bottom: dashed 1px #adb5bd;
}
@media only screen and (max-width:767px) {
  .cars-table dt {
    width: 40%;
  }
  .cars-table dd {
    width: 60%;
  }
}

.gallery{
  margin:0 0 5px 0;
}
/*選択するサムネイル画像の設定*/
.choice-btn li{
  cursor: pointer;
  outline: none;
  background:#333;
  width:25%!important;
}
.gallery img {
  height: 400px;
  object-fit: cover;
}
.gallery .slick-prev,
.gallery .slick-next {
  display: none !important;
}
.choice-btn .slick-prev,
.choice-btn .slick-next {
  display: none !important;
}
.choice-btn .slick-list {
  
}
.choice-btn .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  transform: unset !important;
}
.choice-btn .slick-list .slick-track img {
  height: 51px;
  object-fit: cover;
  width: 12.5% !important;
  padding: 1px 1px;
  opacity: 0.5;/*選択されていないものは透過40%*/
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width:767px) {
  .choice-btn .slick-list .slick-track img {
    width: 16.6% !important;
    height: 43px;
  }
}
.choice-btn .slick-list .slick-track .slick-current {
  opacity: 1;/*選択されているものは透過しない*/
}
.choice-btn .slick-list .slick-track .slick-cloned {
  display: none;
}
  