@charset "UTF-8";

html {
  background: #fff;
  overflow-x: hidden;
}
body {
font-size: 16px; color: #fff;
line-height: 200%;
overflow-x: hidden;
font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
background-image: linear-gradient(180deg, transparent 0 40%, #FFF 100%),url("/assets_lp/cnt/forklift/images/fvback.gif");
background-repeat: repeat-y;
background-size: cover;
background-attachment: fixed;
}
img { width: 100%;}
a {
  opacity: 1;
  transition: all .3s;
  color: #ccc;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
.pc_only{display: block;}
.sp_only{display: none;}
header img{display: block;width: 100%;}
.mv {
  width: 100%;
  position: relative;
}
#contents {
  width: 100%;
}
#contents .contents_inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  box-shadow: 0 0 1px #000;
}
#contents .contents_wrapper {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.section_inner {
  margin: 0 auto;
}


.video {
  background: #fff;
}
.video .vtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .vtitle .video_icon {
  width:80px;
  margin-right: 10px;
}
.video .vtitle .video_title {
  background: #fff;
  padding: 1rem 0;
}
.video .video_title {
  text-align: center;
  color: #0477da;
  font-weight: bold;
}
.video iframe {
  width: 100%;
  height:280px;
}

#formWrap iframe {
  height: 1100px;
}

@media (max-width: 750px) {
.video {
  background: #fff;
}
.video iframe {
  width: 90%;
  height: 200px;
  margin: 0 auto;
  border:10px solid #ccc;
}
.video iframe {
  width: 90%;
  margin: 0 auto;
  border:10px solid #ccc;
}
}
.item {
  background:#fff;
  padding-bottom: 2vw;
  width: 100%;
   padding: 0px 170px;
  padding-top: 1vw;
}
.img04 {

}
.item .work p{
  margin-top: 1vw;
  padding: 1vw auto;
  font-size: 80%;
  text-align: center;
}
.item .item_title {
  position: relative;
  display: block;
  text-align: center;
  margin: 1.5em auto;
  padding: 10px 13px 8px 13px;
  min-width: 120px;
  max-width: 60%;
  color: #fff;
  font-weight:bold;
  font-size: 140%;
  background: #1481cc;
  border-radius: 20px;
}
.item_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #1481cc;
}
.item_title p {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-size: 80%;
}
/* カルーセル全体を中央寄せ */
.carousel {
  position: relative;
  width: 100%;
  margin: 0 auto; /* 中央配置 */
  overflow: hidden;
}
/* スライドリスト */
.slider_inner {
  transition: transform 0.5s ease;
  list-style: none;
  padding: 0;
  margin: 0 auto;              /* 真ん中に配置 */
  width: 100%;                 /* 固定幅を解除 */
  justify-content: center;     /* 中央寄せ */
}

/* カルーセルの横並びを保証 */
.slider_inner {
  display: flex;
  overflow: hidden;
}
.slider_card {
  flex: 0 0 100%;
  width: 100%;
}

.slider_card {
  flex: 0 0 100%;              /* 1画面に1枚表示 */
  box-sizing: border-box;
  text-align: center;
}

.slider_card img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;

}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-next:before {
  background: url("/assets_lp/cnt/forklift/images/next.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev:before {
  background: url("/assets_lp/cnt/forklift/images/prev.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev,.slick-next{
  width: 50px;
  height: 50px;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
}
.slick-arrow {
  z-index: 2;
}
.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 1;
}

/* Slick起動前はリストを隠してガタつきを防ぐ */
.slider_inner:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.slider_inner:not(.slick-initialized) li {
  min-width: 100%;
}

/* 矢印（Previous/Next）の文字を消してアイコンを見やすくする */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
}

.img02 {
  padding:0;
}
.form_title{
  position: relative;
  display: inline-block;
  background: #0477da;
  width: 100%;
  font-size: 150%;
  color: #fff;
  text-align: center;
  padding: 2vw 0;
  letter-spacing: .1rem;
}
.form_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0477da;
}
.form_title span{
  font-size: 70%;
}
footer {
  background: #333;
}
footer .footer_inner{
  font-size: 80%;
  color: #ccc;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5vw 0;
}
footer .footer_inner img{
  width: 146px;
}
footer .copy{
  width: 1000px;
  margin: 0 auto;
  border-top: 1px dotted #666;
  font-size: 80%;
  text-align: center;
  color: #888;
  padding: 1vw 0;
}
.fixedbtn {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-color: rgba(0, 22, 44, 0.8);
  position: fixed;
  bottom: 0;
  transition: all .3s;
  z-index: 9999;
}
.fixedbtn .date {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.fixedbtn_inner {
  width: 500px;
  margin: 0 auto;
  padding: 1rem 0;
}
.fixedbtn_inner img{
  width: 80%;
  margin: 0 auto;
}
.is-open {
  visibility: visible;
  opacity: 1;
}
.fadeUpTrigger{
    opacity: 0;
}
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }}
.anime-updown {
  animation: 2s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.qa {
  padding: 0 0 4vw 0;
}
.qa .qa_title{
  position: relative;
  display: inline-block;
  background: #0477da;
  width: 100%;
  font-size: 150%;
  color: #fff;
  text-align: center;
  padding: 2vw 0;
  margin-bottom: 2vw;
  letter-spacing: .1rem;
}
.qa .qa_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0477da;
}
.qa .support_inner {
  margin-top: 0vw;
  padding: 0 1vw;
}
.qa .support_inner .support_box{
  font-size: 100%;;
  display: none;/*はじめは非表示*/
  background: #f0f5fa;
  padding: 1vw;
}

.qa .support_inner .support_box p{
    color:#000000;
}

.qa .support_inner .title{
  background: #0477da;
  color: #fff;
  padding: 2vw;
  font-size:110%;
}
.qa .support_inner .support_box .red{
  color: #c00;
}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:150%;
    font-weight: bold;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    text-align: center;
    background: #f6f6f6;
    margin-top: 30px;
}
/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 5px;
    background-color: #fff;
}
.title::before{
    top:46%;
    left: 15px;
    transform: rotate(0deg);
}
.title::after{
    top:46%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}
.title.close::after{
  transform: rotate(-45deg);
}
/*カルーセル*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

_:-ms-lang(x)::-ms-backdrop,
.anime_slide {
  display: -ms-grid;
  overflow: hidden;
}
.anime_slide__wrap {
  display: flex;
  overflow: hidden;
}
.anime_slide__list {
  display: flex;
  list-style: none;
  margin: 0;
}
.anime_slide__list--left{
animation :infinity-scroll-left 25s infinite linear 0.5s both;
}
.anime_slide__item {
  width: calc(100vw / 6);
  margin-right: 10px;
}
.anime_slide__item picture{
  width: 0;
  height: 0;
}
.anime_slide__item > img{
  width: 100%;
  line-height: 0;
}

@media (max-width: 750px) {

.slick-arrow:before {
  top: -10px;
}

  .anime_slide__list {
    display: flex;
    list-style: none;
    width:100%;
  }
  .anime_slide__item {
    width: calc(100vw / 2);
    margin-right: 5px;
  }
  .anime_slide__item > img{

  }
}

    .tabs_box {
    width: 600px;
    margin: auto;
    }

    .tabs {
      display: flex;
      cursor: pointer;
    }
    .tab {
      padding: 10px 60px;
      border-bottom: none;
      background: #a5a5a5;
      margin-right: 0px;
      border-radius: 5px 5px 0 0;
    }
    .tab.active {
      background: #023f76;
      font-weight: bold;
    }
    .tab-content {
      display: none;
      padding: 20px;
      border: 7px solid #023f76;
      border-radius: 0 5px 5px 5px;
      background: #fff;
    }
    .tab-content.active {
      display: block;
    }

@media (max-width: 750px) {

    .tabs_box {
    width: 100%;
    margin: auto;
    padding: 0px 10px;
    }

    .tabs {
      display: flex;
      cursor: pointer;
    }
    .tab {
        padding: 10px 10px;
        border-bottom: none;
        background: #a5a5a5;
        margin-right: 0px;
        border-radius: 5px 5px 0 0;
        width: 50%;
        font-size: 90%;
        text-align: center;

    }
    .tab.active {
        background: #023f76;
        font-weight: bold;
        width: 50%;
        font-size: 90%;
        text-align: center;
    }
    .tab-content {
      display: none;
      padding: 0px;
      border: 3px solid #023f76;
      border-radius: 0px 0px 5px 5px;
      background: #fff;
    }
    .tab-content.active {
      display: block;
    }

    }


.movie  {

                background-size: cover;
                width: 100%;
                height: 100%;
                background-color: #f0f5fa;

                          }

.movie img {
	width: 100%;
	height: 100%;
        margin: auto;

}
html body main .movie .inner {
           margin: 0 auto;
           max-width: 55%;
           padding: 0px 0px 70px 0px;
               text-align: -webkit-center;
}
html body main .movie .YouTube {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
@media (max-width:750px) {
.movie  {
        background-repeat: no-repeat;
        background-position: right bottom; 
}

.movie img {
	width: 100%;
	height: 100%;
        margin: auto;
}

html body main .movie .inner {
           margin: 0 auto;
           max-width: 55%;
           padding: 0px 0px 48px 0px;
}
html body main .movie .YouTube {
    width: 83%;
    height: 100%;
    aspect-ratio: 16/9;
}


    html body main .movie .inner {
        max-width: 100%;
        width: calc(690/750 * 100vw);
    }
    html body main .movie .movie_title {
        margin: 0 auto calc(30/750 * 100vw);
        width: calc(540/750 * 100vw);
    }

}


.accordion {
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.accordion-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  background: #023f76;
  cursor: pointer;
}

.accordion-btn:hover {
  background: #3c6b94;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
  padding: 0 12px;
}

.accordion-content p {
  margin: 12px 0;
}

.accordion.active .accordion-content {
  max-height:100%; /* 開いた時の高さ（説明の長さに応じ調整） */
  padding: 12px;
}

.accordion-btn::after {
  content: "▼";
  font-size: 14px;
  transition: transform 0.3s ease;
}

/* アクティブ時に三角を回転 ▲ にする */
.accordion-btn.active::after {
  transform: rotate(180deg);
}

/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {

.slick-initialized .slick-slide {
    border: 3px solid #023f76;
 }
  #formWrap iframe  {
  min-height: 1100px;
  height: auto;
  }
  #contents .contents_inner {
    width: 100%;
    border-left: none;
    border-right: none;
  }
  #contents .contents_wrapper {
    border-left: none;
    border-right: none;
  }
  #contents .contents_inner {
    width: 100%;
  }
  .work {
    width: 100%;
  }
  .form_title{
    padding: 2vw 0 4vw 0;
  }
  .slider_inner {
    width: 100%;
  }
  .slick-prev,.slick-next{
    width: 30px;
    height: 30px;
  }
  .item {
    padding-bottom: 8vw;
        padding: 0px 30px;
  }
  .item p{
    margin-top: 4vw;
  }
  footer {
    padding-bottom: 40px;
  }
  footer .footer_inner{
    width: 90%;
  }
  footer .footer_inner p{
    font-size: 80%;
  }
  footer .footer_inner img{
    width: 50px;
  }
  footer .copy{
    width: 100%;
    font-size: 80%;
    padding: 3vw 0;
  }
  .fixedbtn_inner {
    width: 100%;
  }
  .fixedbtn_inner img{
    width: 80%;
    display: block;
  }
  .qa {
    padding: 0 0 10vw 0;
  }
  .qa .qa_title{
    padding: 4vw 0;
  }
  .qa .support_inner .title{
    padding: 4vw;
    font-size:90%;
  }
  .qa .support_inner .support_box{
    font-size:90%;
    margin-top: 3vw;
    padding: 2.5vw;
  }
.pc_only{display: none;}
.sp_only{display: block;}
}