@charset "UTF-8";
/* =====================
  メインビジュアル
===================== */
.mainvis {
  position: relative;
  overflow: hidden;
}

.mainvis-title {
  font-size: 7vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #48d07b;
  text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}

.mainvis-title span {
  font-weight: bold;
  color: #fff;
}

.swiper-container {
  width: 100%;
  height: calc(100vw * 520 /750);
}

.mainvis_01 {
  background: url("../images/top/mv-sp_01.jpg") top center no-repeat;
  background-size: 100% auto,cover;
}

.mainvis_02 {
  background: url("../images/top/mv-sp_02.jpg") top center no-repeat;
  background-size: 100% auto,cover;
}

.mainvis_03 {
  background: url("../images/top/mv-sp_03.jpg") top center no-repeat;
  background-size: 100% auto,cover;
}

.mainvis_04 {
  background: url("../images/top/mv-sp_04.jpg") top center no-repeat;
  background-size: 100% auto,cover;
}

.mainvis_05 {
  background: url("../images/top/mv-sp_05.jpg") top center no-repeat;
  background-size: 100% auto,cover;
}

.swiper-slide {
  position: relative;
}

.swiper-slide a {
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 40vw;
  height: 10vw;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
}

/* =====================
  コンテンツタイトル共通
===================== */
#top .content-title {
  font-size: 9vw;
  font-weight: bold;
  color: #009438;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5vw;
}

#top .content-title span {
  color: #222;
  font-weight: bold;
}

#top .content-title p {
  font-size: 4.5vw;
  color: #333;
  font-weight: normal;
  margin-top: 1.5vw;
}

/* =====================
  お知らせ
===================== */
#top .news {
  z-index: 1;
  padding: 8vw 0;
  position: relative;
}

#top .news-list {
  width: 90%;
  margin: 0 auto;
}

#top .news-list-item {
  margin-bottom: 8vw;
}

#top .news-list-item time {
  letter-spacing: 0.05em;
  margin-right: 3vw;
}

#top .news-tag {
  display: inline-block;
  border-radius: 5px;
  padding: 0.2vw 2vw;
  border: 1px solid #009438;
  color: #009438;
  font-size: 3.5vw;
  letter-spacing: 0.05em;
}

#top .news-title {
  font-size: 4.5vw;
  margin-top: 2vw;
  line-height: 1.5;
  color: #222;
}

#top .news-all-btn {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 3vw;
  font-size: 5vw;
  text-align: center;
  color: #009438;
  border: 2px solid #009438;
  position: relative;
}

#top .news-all-btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

#top .news-campaign {
  border: 1px solid #ed6d0f;
  color: #ed6d0f;
}

#top .news-recruit {
  border: 1px solid #0e6eb8;
  color: #0e6eb8;
}

#top .news-all-btn-pc {
  display: none;
}

/* =====================
  車のこと、すべて解決
===================== */
#top .service {
  background: #222;
  padding: 8vw 0;
  overflow: hidden;
}

#top .service .content-title {
  color: #48d07b;
}

#top .service .content-title span, #top .service .content-title p {
  color: #fff;
}

#top .service-item {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .service-item li a {
  display: block;
  height: 32vw;
  padding: 3vw;
  color: #009438;
}

#top .service-item li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

#top .service-item li {
  background: #fff;
  width: 48%;
  margin-bottom: 3vw;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  position: relative;
}

#top .service-item li:first-child {
  width: 100%;
}

#top .service-sale a {
  background: url("../images/top/icon-saledcar.png") center bottom 3vw no-repeat;
  background-size: 65%;
}

#top .service-inspection a {
  background: url("../images/top/inspection.png") center bottom 3vw no-repeat;
  background-size: 55%;
}

#top .service-repair a {
  background: url("../images/top/repair.png") center bottom 3vw no-repeat;
  background-size: 75%;
}

#top .service-roadservice a {
  background: url("../images/top/roadservice.png") center bottom 4vw no-repeat;
  background-size: 60%;
}

#top .service-insurance a {
  background: url("../images/top/insurance.png") center bottom 3vw no-repeat;
  background-size: 50%;
}

/* =====================
  採用情報
===================== */
#top .recruit {
  margin: 8vw 0;
}

#top .recruit-inner {
  background: url("../images/top/bg-recruit.jpg") center bottom;
  background-size: 130% auto,cover;
  height: 70vw;
  padding-top: 30vw;
  position: relative;
}

#top .recruit-inner-link {
  display: block;
  width: 85%;
  margin: 0 auto;
  border: 5px solid rgba(255, 255, 255, 0.8);
  padding: 1.5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

#top .recruit-inner-link p {
  font-size: 8vw;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

#top .recruit-inner-link span {
  font-size: 6vw;
  font-weight: normal;
  position: relative;
}

/* =====================
  中古車販売
===================== */
#top .sale {
  background: url("../images/top/bg-sale.jpg") center bottom;
  background-size: 150% auto,cover;
  height: 100vw;
  padding-top: 8vw;
  overflow: hidden;
}

#top .sale .content-title {
  color: #48d07b;
}

#top .sale .content-title span {
  color: #fff;
}

#top .sale-link {
  display: block;
  width: 85%;
  height: 18vw;
  margin: 0 auto 5vw auto;
  padding: 3vw 0;
  /*text-indent: 100%;*/
  white-space: nowrap;
  overflow: hidden;
}

.carsensor {
  background: #fff url("../images/common/logo_carsensor.png") center center no-repeat;
  background-size: 60% auto;
}

.goonet {
  background: #fff url("../images/common/logo-goonet.png") center center no-repeat;
  background-size: 50% auto;
}

.sale-link-close {
  width: 85%;
  height: 22vw;
  margin: 0 auto;
  background: #fff url("../images/common/logo-goonet.png") center center no-repeat;
  position: relative;
}

.sale-link-close:after {
  content: "COMING SOON";
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sale-link-car-close:after {
  content: "COMING SOON";
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* =====================
  会社情報
===================== */
#top .companyinfo {
  background: url("../images/top/bg-company.jpg") center bottom;
  background-size: 300%;
  padding: 25vw 0 10vw 0;
  margin-bottom: 8vw;
  overflow: hidden;
}

#top .companyinfo a {
  display: block;
  position: relative;
}

#top .companyinfo-inner {
  width: 85%;
  margin: 0 auto;
}

#top .companyinfo-link-wrapper {
  width: 100%;
  margin: 0 auto 5vw auto;
  position: relative;
}

#top .companyinfo-link {
  height: 140px;
  padding: 20px 0 0 30px;
  border: 5px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

#top .companyinfo-title {
  font-size: 8vw;
  font-weight: bold;
  text-align: left;
  color: #fff;
  z-index: 3;
}

#top .companyinfo-title p {
  font-size: 4vw;
  font-weight: normal;
  line-height: 0.8;
  z-index: 1;
}

#top .deco-company {
  position: relative;
  cursor: pointer;
}

#top .deco-company:after {
  content: "";
  background: url("../images/top/deco-company.png") no-repeat;
  background-size: 100% auto,cover;
  width: 183px;
  height: 195px;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

#top .deco-office {
  position: relative;
  z-index: 3;
}

#top .deco-office:after {
  content: "";
  background: url("../images/top/deco-office.png") no-repeat;
  background-size: 100% auto,cover;
  width: 164px;
  height: 89px;
  position: absolute;
  right: 5px;
  bottom: 0;
}
