h2.hero_title {
  font-family: serif;
  font-size: 42px !important;
  color: white;
  line-height: 2em;
}
.hero_title2 {
  font-size: 42px !important;
  font-family: serif;
}
.hero_p {
  font-size: 18px !important;
  font-family: serif;
  line-height: 2em;
  margin-top: 100px;
  text-align: center;
}
.bigtitle {
  font-size: 60px !important;
  font-weight: 600;
  margin-bottom: 50px;
}
.textcenter {
  text-align: center;
}
.m_bigtitle {
  font-size: 36px !important;
  font-size: 600;
  margin-bottom: 50px;
}
.bigtitle span {
  font-size: 24px !important;
  color: #001976;
  padding-left: 200px;
}
a.black_btn {
  padding: 10px 25px;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  font-size: 24px !important;
  background-color: #000000;
  width: 250px;
  margin: 0 auto;
}
.panel_1 {
  margin-bottom: 200px;
  width: 100%;
}
a.black_btn:hover {
  opacity: 0.6;
}
.slick-outer {
  position: relative;
}
.slick-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 150;
  color: #fff;
}
.hero {
  height: 100vh !important; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* 黒の背景 */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* テキスト */
p.l_green {
  margin-bottom: 5px !important;
}
.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.title {
  font-family: Roboto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
.description {
  color: white;
  text-align: center;
}
p.mb0 {
  margin-bottom: 0px !important;
}
#js-cb > div:nth-child(3) > section > div > div.sec2 > ul > li:nth-child(1) > div > a > h3,
#js-cb > div:nth-child(3) > section > div > div.sec2 > ul > li:nth-child(2) > div > a > h3,
#js-cb > div:nth-child(3) > section > div > div.sec2 > ul > li:nth-child(3) > div > a > h3,
#js-cb > div:nth-child(3) > section > div > div.sec2 > ul > li:nth-child(4) > div > a > h3 {
  font-size: 36px !important;
  font-weight: bold !important;
  border-bottom: 1px solid #fff;
}
#js-cb > div:nth-child() > section > div > div.sec2 > ul > li:nth-child() > div > a > h3 {
  font-size: 42px !important;
  font-weight: bold !important;
  line-height: 1.2em !important;
  border-bottom: 1px solid #fff;
}
.noto1 {
  font-size: 36px !important;
  font-weight: bold !important;
  border-bottom: 1px solid #fff;
  margin-top: 0px !important;
}
h3 {
  margin-top: 0px !important;
}
.note2 {
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 1em !important;
}
.img01 {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top2.jpg);
}
.img02 {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top4.jpg);
}
.img03 {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top1.jpg);
}
.img04 {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top3.jpg);
}
.img05 {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top5.jpg);
}
.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.clover {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/clover-scaled.jpg);
  background-repeat: no-repeat; /* 背景の繰り返し設定 */
  background-position: center center;
  background-size: cover;
  padding: 30px 0px;
}
@media screen and (max-width: 650px) {
  .clover {
    padding: 30px 0px;
  }
}
.midashi_box {
  width: 80%;

  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 650px) {
  .midashi_box {
    width: 95% !important;
    padding: 10px !important;
  }
}
.midashi_box_shop {
  padding: 100px;
  background-color: #fff;
}
.kakko01 {
  padding: 15px;
  position: relative;
  text-align: center;
}
.kakko01::before,
.kakko01::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
}
.kakko01::before {
  border-left: solid 6px #000000;
  border-top: solid 6px #000000;
  top: 0;
  left: 0;
}
.kakko01::after {
  border-right: solid 6px #000000;
  border-bottom: solid 6px #000000;
  bottom: 0;
  right: 0;
}

/* サービス4ボックス */
@media screen and (max-width: 770px) {
  .post_content ul {
    margin-left: 0px !important;
  }
  .sec2_list .sec2_box a {
    color: #fff;
    display: block;
    padding: 10px 20px 30px !important;
  }
  .sec2_list li {
    width: 100% !important;
    height: 200px !important;
    position: relative;
    margin-right: 0px !important;
    background-repeat: no-repeat;
  }
  .sec2_list .sec2_box {
    width: 100% !important;
    height: 200px !important;
    position: absolute;
    transition: 0.7s;
  }
  .sec2_list li:nth-child(1) .sec2_box {
    background-color: rgba(90, 170, 195, 0.8);
    right: 0px !important;
    bottom: 0px !important;
  }
  .sec2_list li:nth-child(2) .sec2_box {
    background-color: rgba(240, 180, 60, 0.8);
    left: 0px !important;
    bottom: 0px !important;
  }
  .sec2_list li:nth-child(3) .sec2_box {
    background-color: rgba(130, 180, 70, 0.8);
    top: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
  }
  .sec2_list li:nth-child(4) .sec2_box {
    background-color: rgba(250, 138, 138, 0.8);
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  .noto1 {
    font-size: 24px !important;
    font-weight: bold !important;
    border-bottom: 1px solid #fff;
    margin-top: 0px !important;
  }
  .sec2_list ul li:nth-child(-n + 2) {
    margin-bottom: 0px !important;
  }
  h3.gree {
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  h3.note1 {
    margin-top: 0px !important;
  }
  .sec2_list .sec2_box h3 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }
}
.sec2_list {
  margin-top: 40px;
}
.sec2_list ul li:nth-child(-n + 2) {
  margin-bottom: 100px;
}

.sec2_list li:nth-child(1) {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top4.jpg);
  background-position: center left;
  background-size: cover;
}
.sec2_list li:nth-child(2) {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top5.jpg);
  background-position: center right;
  background-size: cover;
}
.sec2_list li:nth-child(3) {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top2.jpg);
  background-position: center left;
  background-size: cover;
}
.sec2_list li:nth-child(4) {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top1.jpg);
  background-position: center right;
  background-size: cover;
}
.sec2_list li:nth-child(2n) {
  margin-right: 0px;
}
.sec2_list li {
  width: 40%;
  height: 350px;
  position: relative;
  margin-right: 100px;
  background-repeat: no-repeat;
}
.sec2_list li:nth-child(-n + 2)::before {
  top: 5px;
}

.sec2_list li::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 97%;
  margin: auto;
  right: 0;
  left: 0;
  border: 1px solid #fff;
}
.sec2_list li:nth-child(1) .sec2_box {
  background-color: rgba(90, 170, 195, 0.8);
  right: -40px;
  bottom: -40px;
}
.sec2_list li:nth-child(2) .sec2_box {
  background-color: rgba(240, 180, 60, 0.8);
  left: -40px;
  bottom: -40px;
}
.sec2_list li:nth-child(3) .sec2_box {
  background-color: rgba(130, 180, 70, 0.8);
  top: -40px;
  right: -40px;
}
.sec2_list li:nth-child(4) .sec2_box {
  background-color: rgba(250, 138, 138, 0.8);
  top: -40px;
  left: -40px;
}

.sec2_list .sec2_box {
  width: 380px;
  height: 250px;
  position: absolute;
  transition: 0.7s;
}
.sec2_list .sec2_box a {
  color: #fff;
  display: block;
  padding: 30px 40px 60px;
}
.sec2_list .sec2_box h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.noto {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.sec2_list .sec2_box .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 5px;
  transition: 0.3s !important;
}

.btn {
  width: 120px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: 0.5s;
  background-color: #555;
}

.item50_2 {
  width: 48%;
}
@media screen and (max-width: 650px) {
  .item50_2 {
    width: 100%;
  }
  .midashi_sub {
  }
  h3.midashi_b {
    font-size: 32px !important;
  }
  .item2 {
    text-align: center !important;
  }
  .post_content ul {
    list-style: circle outside none;
    margin-left: 0em !important;
  }
}

#js-cb > div:nth-child(3) > section > div > div > div > div > h2 {
  margin-bottom: 0px;
  margin-top: 40px;
}
.center2 {
  text-align: center;
}
/* バナーコンテンツ */
.hero_cover {
  background-image: url(../../uploads/2021/09/Image%402x-scaled.jpg);
  background-position: center;
  background-size: cover;

  position: relative;
  z-index: 0;
}
.hero_cover2 {
  background-image: url(../../uploads/2021/09/%c3%a3%c2%82%c2%af%c3%a3%c2%82%c2%99%c3%a3%c2%83%c2%ab%c3%a3%c2%83%c2%bc%c3%a3%c2%83%c2%95%c3%a3%c2%82%c2%9a-408%402x-scaled.html);
  background-position: center;
  background-size: cover;
  height: 700px;
  position: relative;
  z-index: 0;
}
.shop_cover::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.stock_cover {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/top1.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 40px;
  padding-top: 40px;
  z-index: 0;
  position: relative;
}
.stock_cover::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about_cover {
  background-image: url(../../../../clovercars.net/wp-content/uploads/2021/08/tate.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 40px;
  padding-top: 40px;
  z-index: 0;
  position: relative;
  height: 100%;
}
.main {
  background-image: url(../../uploads/2021/09/wd_10.svg);
  background-position: center;
  background-size: cover;
  margin-top: 40px;
  padding-top: 40px;
  z-index: 0;
  position: relative;
  height: 100%;
}
/* バナーコンテンツここまで */
.center {
  z-index: 999;
}
.access_box {
  margin-top: 40px;
}
.date_news {
  font-size: 12px;
  color: #777;
  padding-right: 15px;
}
ul.list li {
  padding: 5px　10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.cat_la {
  width: 78px;
  height: 35px;
  margin-top: 12px;
}
.flexbox_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
}
.title_news {
  margin-left: 15px;
  color: #555 !important;
}
