/* CSS Document */
@keyframes fadein_right02{
   0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0%);
      opacity: 1;
    }
}
@keyframes fadein_left02{
   0% {
      transform: translateX(-100%);
    }
  100% {
      transform: translateX(0%);
      opacity: 1;
    }
}
/*アニメーション*/
[wc-view-type*="sp"] div.business_text.wcvisible::before,
[wc-view-type*="tb"] div.business_text.wcvisible::before,
[wc-view-type*="pc"] div.business_text.wcvisible::before,
[wc-view-type*="sp"] section.vehicle.wcvisible::before,
[wc-view-type*="pc"] section.vehicle.wcvisible::after,
[wc-view-type*="tb"] section.vehicle.wcvisible::before{
  animation: fadein_right02;
  animation-duration: 0.6s;
  animation-timing-function:linear;
  animation-fill-mode:forwards;
}
[wc-view-type*="sp"] div.business_text.wcvisible::after,
[wc-view-type*="tb"] div.business_text.wcvisible::after,
[wc-view-type*="pc"] div.business_text.wcvisible::after,
[wc-view-type*="sp"] section.vehicle.wcvisible::after,
[wc-view-type*="pc"] section.vehicle.wcvisible::before,
[wc-view-type*="tb"] section.vehicle.wcvisible::after{
  animation: fadein_left02;
  animation-duration: 0.6s;
  animation-timing-function:linear;
  animation-fill-mode:forwards;
}
/*ページタイトル*/
section.pagetitle{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-top: calc(var(--headerHeight) * -1);
}
[wc-view-type*="sp"] section.pagetitle{
  padding-top: var(--headerHeight);
  height: 200px;;
}
[wc-view-type*="tb"] section.pagetitle{
  padding-top: var(--headerHeight);
  height: 300px;
}
[wc-view-type*="pc"] section.pagetitle{
  padding-top: var(--headerHeight);
  height: 400px;
}
section.pagetitle figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
[wc-view-type*="sp"] section.pagetitle figure img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
[wc-view-type*="tb"] section.pagetitle figure img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
[wc-view-type*="pc"] section.pagetitle figure img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
section.pagetitle h2{
  position: absolute;
  top: calc(40% + var(--headerHeight));
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.5rem;
  font-weight: 700;
  z-index: 3;
  color: #fff;
}
[wc-view-type*="sp"] section.pagetitle h2{
  font-size: 2rem;
}
[wc-view-type*="tb"] section.pagetitle h2{
}
section.pagetitle h2::before{
  content: "BUSINESS";
  position: absolute;
  top: -3.5rem;
  font-size: 3.5rem;
  line-height: 1em;
  font-family: 'Oswald';
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
[wc-view-type*="sp"] section.pagetitle h2::before{
  top: -3rem;
  font-size: 3rem;
}
/*ボタン*/
div.btn02{
  display: table;
  margin: 0 auto;
}
div.btn02 a{
  display: block;
  padding: 0 3.5rem 0 2rem;
  font-size: 1.2rem;
  line-height: 3rem;
  color: #fff;
  border: solid 2px #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
div.btn02 a span{
  display: table;
  margin: auto;
  background-color: var(--wcLogoSvg);
  background-color: #fff;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/*事業内容説明*/
div.business_text{
  padding: var(--headerHeight) 0;
  background-color: #fff;
  box-sizing: border-box;
  width: 100vw;
  position: relative;
  z-index: 1;
}
[wc-view-type*="sp"] div.business{
  padding: calc(var(--headerHeight) * 3) 0 var(--headerHeight) 0;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="tb"] div.business{
  padding: calc(var(--headerHeight) * 2.5) 3rem var(--headerHeight) 3rem;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="pc"] div.business{
  padding: calc(var(--headerHeight) + 4.2rem) 0 var(--headerHeight) 0;
}
div.business_text::before,
div.business_text::after{
  content: "";
  position: absolute;
  opacity: 0;
}
[wc-view-type*="sp"] div.business_text::before{
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100vw;
  background-color: rgba(0, 106, 197, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
[wc-view-type*="sp"] div.business_text::after{
  content: "";
  width: 100vw;
  background-color: rgba(0, 106, 197,0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
[wc-view-type*="tb"] div.business_text::before{
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100vw;
  background-color: rgba(0, 106, 197, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
[wc-view-type*="tb"] div.business_text::after{
  content: "";
  width: 100vw;
  background-color: rgba(0, 106, 197,0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
[wc-view-type*="pc"] div.business_text::before{
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 50vw;
  background-color: rgba(0, 106, 197, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
[wc-view-type*="pc"] div.business_text::after{
  content: "";
  width: 50vw;
  background-color: rgba(0, 106, 197,0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
[wc-view-type*="sp"] div.business_text{
  padding-left: 1rem;
  padding-right: 1rem;
}
[wc-view-type*="tb"] div.business_text{
  padding-left:3rem;
  padding-right: 3rem;
}
div.business_text > div{
  position: relative;
  z-index: 4;
}
[wc-view-type*="sp"] div.business_text > div{
}
[wc-view-type*="tb"] div.business_text > div{
}
[wc-view-type*="pc"] div.business_text > div{
  width: 1100px;
  margin: 0 auto;
}
[wc-view-type*="tb"] div.business_text > div,
[wc-view-type*="pc"] div.business_text > div{
  display: flex;
}
[wc-view-type*="sp"] div.business_text > div p{
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.8rem;
}
[wc-view-type*="tb"] div.business_text > div > p,
[wc-view-type*="pc"] div.business_text > div > p{
  width: 55%;
  line-height: 1.8rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
[wc-view-type*="tb"] div.business_text > div > figure,
[wc-view-type*="pc"] div.business_text > div > figure{
  width: 45%;
}
div.business_text > div > figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
/*車輌紹介*/
section.vehicle{
  position: relative;
  z-index: 1;
  background-color: #fff;
}
[wc-view-type*="sp"] section.vehicle{
  padding: calc(var(--headerHeight) * 3) 1rem var(--headerHeight) 1rem;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="tb"] section.vehicle{
  padding: calc(var(--headerHeight) * 2.5) 3rem var(--headerHeight) 3rem;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="pc"] section.vehicle{
  padding: calc(var(--headerHeight) + 4.2rem) 0 var(--headerHeight) 0;
}
section.vehicle::before{
  content: "";
  width: 100vw;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: rgba(0,106,197,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.vehicle::after{
  content: "";
  clip-path: polygon(100% 100%, 100% 0, 0 0);
  background-color: rgba(0,106,197,0.5);
  width: 50vw;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
[wc-view-type*="sp"] section.vehicle::before{
  bottom: 50%;
  opacity: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
[wc-view-type*="sp"] section.vehicle::after{
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 2;
}
[wc-view-type*="tb"] section.vehicle::before{
  bottom: 50%;
  opacity: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
[wc-view-type*="tb"] section.vehicle::after{
  background-color: rgba(0,106,197,0.5);
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 2;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
[wc-view-type*="pc"] section.vehicle::before{
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  width: 50vw;
  height: 100%;
  opacity: 0;
}
[wc-view-type*="pc"] section.vehicle::after{
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  width: 50vw;
  height: 100%;
  opacity: 0;
}
section.vehicle > h2{
  position: relative;
  z-index: 4;
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
[wc-view-type*="sp"] section.vehicle > h2{
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  text-align: right;
}
[wc-view-type*="tb"] section.vehicle > h2{
  text-align: right;
}
[wc-view-type*="pc"] section.vehicle > h2{
  margin-right: calc((100vw - 1100px) / 2);
  display: table;
  margin-left: auto;
  margin-bottom: 2rem;
}
section.vehicle > h2::before{
  content: "VEHICLE INTRODUCTION";
  color: #000;
  font-family: 'Oswald';
  position: absolute;
  top: -4.5rem;
  font-size: 3.5rem;
  line-height: 1em;
  right: 0;
  white-space: nowrap;
}
[wc-view-type*="sp"] section.vehicle > h2::before{
  content: "VEHICLE\AINTRODUCTION";
  white-space: pre;
  top: -7rem;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box{
}
[wc-view-type*="tb"] section.vehicle div.vehicle_box{
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box{
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
section.vehicle div.vehicle_box div.four_box{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 4;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.four_box article,
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.four_box article{
  width: calc((100% / 2) - 0.5rem);
  margin-bottom: 1rem;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.four_box article:nth-of-type(odd),
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.four_box article:nth-of-type(odd){
  margin-right: 0.5rem;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.four_box article:nth-of-type(even),
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.four_box article:nth-of-type(even){
  margin-left: 0.5rem;
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.four_box{
  display: flex;
}
section.vehicle div.vehicle_box div.three_box article,
section.vehicle div.vehicle_box div.four_box article{
  position: relative;
  z-index: 1;
}
section.vehicle div.vehicle_box div.three_box article > h2,
section.vehicle div.vehicle_box div.four_box article > h2{
  background-color: #fff;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: 700;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.three_box article,
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.four_box article{
  padding-top: 100px;
}
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.three_box article,
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.four_box article{
  padding-top: 215px;
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.three_box article,
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.four_box article{
  padding-top: 150px;
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.four_box article{
  width: calc((100% / 4) - 3rem);
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.four_box article:nth-of-type(2){
  margin: 0 0.5rem 1rem 1rem;
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.four_box article:nth-of-type(3){
  margin: 0 1rem 1rem 0.5rem;
}
section.vehicle div.vehicle_box div.three_box article figure,
section.vehicle div.vehicle_box div.four_box article figure{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.four_box article figure{
  height: 100px;
}
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.four_box article figure{
  height: 215px;
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.four_box article figure{
  height: 150px;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.four_box article figure img,
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.three_box article figure img{
  width: 100%;
  object-fit: cover;
  height: 100px;
}
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.four_box article figure img,
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.three_box article figure img{
  width: 100%;
  object-fit: cover;
  height: 215px;
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.four_box article figure img,
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.three_box article figure img{
  width: 100%;
  object-fit: cover;
  height: 150px;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.three_box,
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.three_box{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 4;
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.three_box{
  display: flex;
  width: calc(681px + 0.5rem);
  margin: 0 auto;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.three_box article,
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.three_box article{
  width: calc((100% / 2) - 0.5rem);
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.three_box article:nth-of-type(1){
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.three_box article:nth-of-type(1){
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
[wc-view-type*="sp"] section.vehicle div.vehicle_box div.three_box article:nth-of-type(3){
  margin: 0 auto;
}
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.three_box article:nth-of-type(1){
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.three_box article:nth-of-type(2){
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
[wc-view-type*="tb"] section.vehicle div.vehicle_box div.three_box article:nth-of-type(3){
  margin: 0 auto;
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.three_box article{
  width: calc((100% / 3) - 2rem);
}
[wc-view-type*="pc"] section.vehicle div.vehicle_box div.three_box article:nth-of-type(2){
  margin: 0 1rem 1rem 1rem;
}
section.contact{
  position: relative;
  z-index: 1;
  background-color: #fff;
}
[wc-view-type*="sp"] section.contact{
  width: 100vw;
  padding: calc(var(--headerHeight) * 3) 1rem var(--headerHeight) 1rem;
  box-sizing: border-box;
}
[wc-view-type*="tb"] section.contact{
  padding: calc(var(--headerHeight) * 2.5) 3rem var(--headerHeight) 3rem;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="pc"] section.contact{
  padding: calc(var(--headerHeight) + 4.2rem) 0 var(--headerHeight) 0;
}
section.contact figure{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section.contact figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,106,197,0.2);
}
section.contact figure img{
  width: 100vw;
  object-fit: cover;
  height: 100%;
}
section.contact > h2{
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
section.contact > h2::before{
  content: "CONTACT US";
  color: #fff;
  font-family: 'Oswald';
  position: absolute;
  top: -4.5rem;
  font-size: 3.5rem;
  line-height: 1em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
section.contact > p{
  padding: 1rem 0;
  color: #fff;
  line-height: 1.8rem;
  position: relative;
  z-index: 4;
}
[wc-view-type*="tb"] section.contact > p,
[wc-view-type*="pc"] section.contact > p{
  text-align: center;
}
section.contact div.contact_box{
  position: relative;
  z-index: 4;
  padding: 1rem;
  box-sizing: border-box;
}
[wc-view-type*="sp"] section.contact div.contact_box{
  width: 100%;
  padding: 1rem 0;
}
[wc-view-type*="tb"] section.contact div.contact_box{
  width: 100%;
  display: flex;
}
[wc-view-type*="pc"] section.contact div.contact_box{
  width: 800px;
  margin: 0 auto;
  display: flex;
}
[wc-view-type*="tb"] section.contact div.contact_box > div,
[wc-view-type*="pc"] section.contact div.contact_box > div{
  width: 50%;
}
[wc-view-type*="pc"] section.contact div.contact_box > div.tel{
}
section.contact div.contact_box > div.tel a{
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Oswald';
  color: #fff;
  padding-left: 3.5rem;
  position: relative;
  z-index: 1;
}
[wc-view-type*="sp"] section.contact div.contact_box > div.tel a{
  padding-left: 3rem;
  display: block;
}
[wc-view-type*="tb"] section.contact div.contact_box > div.tel a,
[wc-view-type*="pc"] section.contact div.contact_box > div.tel a{
  pointer-events: none;
}
[wc-view-type*="sp"] section.contact div.contact_box > div.tel a span,
[wc-view-type*="tb"] section.contact div.contact_box > div.tel a span,
[wc-view-type*="pc"] section.contact div.contact_box > div.tel a span{
  display: table;
  margin: auto;
  background-color: var(--wcLogoSvg);
  background-color: #fff;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
[wc-view-type*="sp"] section.contact div.contact_box > div.tel a span{
  width: 35px;
  height: 60px;
}
[wc-view-type*="sp"] section.contact div.contact_box > div.tel{
  display: table;
  margin: 0 auto;
}
[wc-view-type*="sp"] section.contact div.contact_box > div.mail{
  margin-top: 1rem;
}