.sp_only {
  display: none;
}
div {
  background-size: contain;
}

h2 {
  font-size: 4rem;
}

.max_vw {
  /* min-width: 1330px; */
}
header {
  padding: 20px 40px;
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
}
main {
  min-width: 1330px;
}
.inner {
  width: 1060px;
}


.strength {
  /* margin-top: 220px; */
  margin-top: 60px;
}
.strength ul {
  height: 260px;
}
.strength li {
  width: 31%;
}
.strength .list_div {
  margin-top: 60px;
}

/* .function .text_area {
  width: 75%;
}
.function .img_area {
  width: 25%;
  margin-bottom: -3px;
  position: relative;
}
.woman.fukidashi {
  position: absolute;
  top: 50px;
  left: -170px;
} */

.unyo_image h4 {
  white-space: nowrap;
  margin: 0 0 40px -50px;
  width: calc(100% + 100px);
  border-left: 10px solid #B72020;
  border-bottom: 5px double #B72020;
  padding: 10px 20px;
}
.unyo_image .inner {
  padding: 0 20px;
}

.reverse {
  flex-direction: row-reverse;
}
.column {
  flex-direction: column-reverse;
}
.unyo_image .flex .text_area {
  width: 500px;
}
.unyo_image .flex.width_64 .text_area {
  width: 650px;
}
.more_link {
  margin-top: -60px;
}

.unkoukanri .top_list li,
.haishakanri .top_list li,
.shuushikanri .top_list li,
.daityoukanri .top_list li,
.anzenkanri .top_list li {
  width: 32%;
}
.unkoukanri .top_list li a,
.haishakanri .top_list li a,
.shuushikanri .top_list li a,
.daityoukanri .top_list li a,
.anzenkanri .top_list li a {
  height: 60px;
}
.roumukanri .top_list li {
  width: 24%;
}
.roumukanri .top_list li a {
  height: 80px;
}

#doutaikanri h5 {
  white-space: nowrap;
}
#anzenkanri .gray_back {
  width: 50%;
  margin-left: auto;
  margin-top: 10px;
  padding: 0 10px;
}
#anzenkanri .unyo li {
  padding: 15px 20px 10px;
  position: relative;
}
#anzenkanri .unyo li p {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}
#appli .kinou_list {
  display: flex;
  justify-content: space-between;
}
#appli .kinou_list li {
  width: 31%;
  background: #fff;
  padding: 20px;
  border-radius: 11px;
}
#appli .kinou_list h5 {
  text-align: center;
}
#appli .kinou_list li > img {
  margin-top: 20px;
}
#appli .kaizen {
  margin-bottom: 100px;
  white-space: nowrap;
}
#appli .tyoukyori img {
  margin-bottom: 20px;
}
#appli p.small {
  text-align: left !important;
  width: fit-content;
  margin: auto;
}

#dashboard h6 span {
  color: #fff;
  background-color: #EEB033;
  padding: 2px 10px;
  line-height: 5rem;
}
#dashboard h6 {
  white-space: nowrap;
}
#format b {
  font-size: 2.2rem;
  line-height: normal;
}

#unkoukeikaku h6 {
  white-space: nowrap;
}

.daityoukanri .flex .text_area {
  width: 550px;
}

.question li {
  width: 45%;
}

.download {
  /* min-width: 1360px; */
}
.download .inner {
  padding: 50px 100px;
}




/* 画像 */
#topVisual {
  position: relative;
}
#topVisual,
.swiper-slide {
  min-height: 700px;
}
.swiper-slide {
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper_slide_inner {
  position: relative;
}
.swiper-slide img {
  width: calc(100% - 80px);
  height: calc(100vh - 220px);
  min-height: 500px;
  margin-top: -50px;
}
.swiper-slide-0 {
  background-image: url("../LPimages/img_top_bk.jpg");
  background-image: image-set(
    url('../LPimages/img_top_bk.jpg.webp') type('image/webp'),
    url('../LPimages/img_top_bk.jpg') type('image/jpg')
  );
}
.swiper-slide-1 {
  background-image: url("../LPimages/img_top_bk_orange.jpg");
  background-image: image-set(
    url('../LPimages/img_top_bk_orange.jpg.webp') type('image/webp'),
    url('../LPimages/img_top_bk_orange.jpg') type('image/jpg')
  );
}
.swiper-slide-2 {
  background-image: url("../LPimages/img_top_bk_green.jpg");
  background-image: image-set(
    url('../LPimages/img_top_bk_green.jpg.webp') type('image/webp'),
    url('../LPimages/img_top_bk_green.jpg') type('image/jpg')
  );
}
.swiper_slide_inner > p {
  position: absolute;
  width: 40%;
  max-width: 700px;
  text-align: justify;
  left: 50px;
  /* top: 62%; */
  top: 58%;
  font-size: 1.2vw;
  font-weight: bold;
  line-height: normal;
}
.swiper-slide-1 .swiper_slide_inner > p {
  left: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  /* bottom: 125px; */
  display: none;
}

.header_button {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 40px;
  z-index: 10;
}
.header_button .dl_btn {
  width: 320px;
  margin-bottom: 0;
}
.header_button.sp_only {
  display: none;
}


.header_sp_img {
  position: absolute;
  width: 30%;
  bottom: 10px;
  left: 500px;
}
.dl_btn {
  height: 80px;
  margin-bottom: 15px;
}
.dl_btn p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.dl_btn p:last-child {
  font-size: 2.2rem;
}

section {
  margin: 100px auto;
}
.section_line {
  width: 150px;
  margin-bottom: 8rem;
  margin-top: 8rem;
}
section h3 {
  font-size: 3.4rem;
  margin-bottom: 30px;
  line-height: normal;
}

.img_main {
  width: 500px;
  height: fit-content;
  margin-top: -50px;
}
.img_appli_1 {
  width: 350px;
}
.img_appli_2 {
  width: 55%;
}
.img_tenken {
  width: 350px;
  padding: 0 10px;
}
.img_dashboard {
  width: 500px;
  margin-top: -20px;
}
.img_format {
  margin: 10px auto;
}
.img_appli_roumu_1 {
  margin: 40px auto 80px;
}
.img_appli_roumu_2 {
  margin-bottom: 30px;
}
.img_iraisho {
  height: 600px;
}
.img_customer {
  width: 450px;
}

.scroll_box {
  margin-top: -45px;
}
.scroll_box img {
  width: 430px;
}
#driver .scroll_box {
  height: 630px
}
#vehicle .scroll_box {
  height: 500px;
}

#teikigyoumu h5,
#iraisho h5,
#seikyuusho h5,
#nenkankeikaku h5 {
  margin-left: 51%;
}
#vehicle h5 {
  margin-left: 470px;
}

/* video */
#video {
  width: 80%;
}
.demo_video h2 {
  width: fit-content;
  margin: 0 auto;
}
.demo_video .title img {
  height: 5rem;
  width: auto;
  vertical-align: bottom; 
}









/* hover */
button.arrow:hover::after {
  transform: translateY(-50%) rotate(45deg) scale(1.5);
}

.inquiry button:hover {
  transform: translateY(3px);
  box-shadow: none;
}
  .dl_btn:hover {
  transform: translateY(5px);
  box-shadow: none;
}
.scroll_btn:hover {
  transform: translateY(5px);
}

.max_vw.soudan button:hover {
  background: #fff;
}
.max_vw.soudan button:hover p {
  color: #e70113;
}
.max_vw.soudan button:hover::after {
  border-color: #e70113;
}
.download .submit_btn:hover {
  transform: translateY(3px);
  box-shadow: none;
}

/* 説明会バナー */
.floating_bannar {
  width: 300px;
  height: 252px;
  position: fixed;
  right: 30px;
  z-index: 20;
  opacity: 0;
  transition: .5s;
}
.floating_bannar a {
  pointer-events: none;
}
.dounyuu_banner, .syokihiyou_banner {
  border: 2px solid #000;
  box-shadow: 2px 2px 4px gray;
  background: #000;
}
.floating_bannar a {
  display: block;
}
.floating_bannar a:hover {
  border: none;
}
.double {
  background: #000;
  width: 300px;
  height: 250px;
  bottom: 10px;
  right: 20px;
  box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}

.floating_bannar button {
  position: absolute;
  top: 5px;
  left: -35px;
  font-size: 20px;
  background: #4b4b4b;
  color: #fff;
  padding: 5px 8px;
  border-radius: 0;
}


/* 追加 */
h2 {
  font-size: 4rem;
  color: #D52D2D;
  font-weight: 900;
}
/* video */
#video {
  width: 80%;
}
.demo_video h2 {
  width: fit-content;
  margin: 0 auto;
}
.demo_video .title img {
  height: 5rem;
  width: auto;
  vertical-align: bottom; 
}

.strength .strong_text {
  margin-bottom: 5rem;
}

/* できること */
.dx__wrap {
  width: 100%;
  margin-bottom: 20px;
}
.dx .blue_back ul li:last-child {
  justify-content: end;
}
.dx__wrap p.small {
  color: #fff;
  text-align: right;
}
.dx__contents.dx__contents_wide {
  width: 475px;
}
.dx__contents_min {
  width: calc(100% - 475px);
}
.dx__wrap, .dx__contents_min {
  align-items: stretch;
}
.dx__contents {
  padding: 20px 30px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  width: 50%;
}
.dx ul li img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}







/* ======================================================== */

@media screen and (max-width:1280px) {
  main {
    min-width: auto;
  }
  .inner {
    width: 100%;
    padding: 0 40px;
  }
  #topVisual,
  .swiper-slide {
    max-height: 100vw;
    min-height: 70vw;
  }
  .swiper-slide img {
    min-height: auto;
    height: auto;
  }
  .header_button {
    width: calc(100% - 80px);
    justify-content: space-between;
    gap: 0;
  }
  .header_button a {
    width: 32%;
  }
  .header_button .dl_btn {
    width: 100%;
  }
  .header_button .dl_btn p {
    font-size: 1.4rem;
  }
  .header_button .dl_btn p:last-child {
    font-size: 2.4vw;
  }
  .swiper_slide_inner > p {
    font-size: 1.6rem;
  }
  .header_belt {
    font-size: 2.8rem;
  }
  .unyo_image .inner {
    padding: 0 40px;
  }
  .unyo_image h4 {
    margin: 0 auto 50px;
    width: 100%;
    white-space: unset;
  }
  .unyo_image h6 {
    white-space: unset !important;
  }
  .unyo_image .flex .text_area {
    width: 49%;
  }
  .img_main,
  .img_dashboard {
    width: 49%;
  }

  .strength ul {
    height: auto;
  }
  .strength li {
    height: 280px;
  }

  .dx__contents.dx__contents_wide {
    width: 33%;
  }
  .dx__contents_min {
    width: 66%;
  }
  .dx__contents.dx__contents_wide > ul {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }

  .flex.top_list {
    justify-content: center;
    gap: 20px;
  }
  .top_list li {
    width: 25%;
    min-width: 260px;
    margin-bottom: 0;
  }
  .top_list li img {
    max-width: 4vw;
    max-height: 35px;
    left: 15px;
  }
  .unyo_image .flex.width_64 .text_area {
    width: 64%
  }
  .icon_list li.pc_only {
    display: none;
  }
  .img_appli_1,
  .img_tenken {
    width: 34%
  }
  #appli .kinou_list li {
    width: 32%;
  }
  /* #appli .kinou_list h5 br {
    display: none;
  } */
  #appli .app_icon {
    margin-left: 20px;
  }
  #appli .app_icon p {
    white-space: nowrap;
  }
  #appli .small {
    /* white-space: nowrap; */
  }
  #tenko h6 .pc_only {
    display: none;
  }

  .unkoukanri .top_list li, 
  .haishakanri .top_list li, 
  .shuushikanri .top_list li, 
  .daityoukanri .top_list li, 
  .anzenkanri .top_list li {
    width: 25%;
  }
  .roumukanri .top_list {
    margin: 0 60px;
  }
  .roumukanri .top_list li {
    width: 48%;
    height: 60px;
  }
  .roumukanri .top_list li a {
    height: 60px;
  }
  .roumukanri .top_list li .pc_only {
    display: none;
  }
  #dashboard h6 .pc_only {
    display: none;
  }
  #format h5 .sp_only {
    display: block;
  }

  .scroll_wrap {
    width: 46%;
  }
  .scroll_box img {
    width: 100%;
  }
  #driver .scroll_box {
    height: 630px
  }
  #vehicle .scroll_box {
    height: 500px;
  }
  #vehicle h5 {
    margin-left: 51%;
  }
  
  p#notes {
    margin: 0;
  }
  .step .green_area {
    padding: 5vw;
  }
  .max_vw.soudan .flex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .company th {
    padding: 0 40px;
  }
}




