@charset "UTF-8";
p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  overflow: clip;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}
.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper {
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    padding: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

* {
  box-sizing: border-box;
}

/* style.cssの影響排除　タグ直接のcssを当てているため影響大*/
img {
  width: revert-layer;
}

p,
span {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: revert-layer;
}

table {
  table-layout: revert-layer;
}

table thead th:first-child,
table thead th:last-child {
  border-radius: 0;
}

table td:not(:last-child) {
  border-right: initial;
}

table td {
  padding: initial;
  padding-bottom: inherit;
  max-width: initial;
}

table th:not(:last-child) {
  border-right: initial;
}

/* /共通style.cssの影響排除　タグ直接のcssを当てているため影響大*/
:root {
  --marquee-item-width: 180px;
  --marquee-item-height: 50px;
  --marquee-gap: 12px;
  --marquee-speed-factor: 3.5;
}
@media screen and (min-width: 767px) {
  :root {
    --marquee-item-width: 220px;
    --marquee-item-height: 60px;
    --marquee-gap: 24px;
  }
}
:root {
  --fz14: min(3.73vw, 14px);
  --fz18: min(4.8vw, 18px);
  --fz22pc: min(2vw, 22px);
  --fz12: min(3.2vw, 12px);
  --fz13: min(3.26vw, 13px);
  --fz16: min(4.26vw, 16px);
  --fz20: min(5.33vw, 20px);
  --fz22: min(5.86vw, 22px);
  --fz13pc: min(1.18vw, 13px);
}

.u-fwn {
  font-weight: normal;
}

.fleetHeadingLv1 {
  font-size: 11vw;
  font-weight: 600;
  margin-bottom: 0.4em;
  padding-bottom: 0;
  color: #ed6d00;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fleetHeadingLv1 {
    font-size: 45px;
  }
}
.fleetHeadingLv1 > span {
  display: block;
  color: #555;
  font-size: 4.3vw;
  padding-left: 0;
  padding-top: 0.6em;
  color: #000;
}
@media screen and (min-width: 767px) {
  .fleetHeadingLv1 > span {
    font-size: 16px;
    line-height: 1;
    padding-top: 0.5em;
  }
}

.fleetHeadingLv2 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .fleetHeadingLv2 {
    font-size: 45px;
  }
}
.fleetHeadingLv2 > span {
  display: block;
  font-size: 20px;
  color: #e16e00;
  font-weight: 800;
  line-height: 1.5em;
}
@media screen and (min-width: 767px) {
  .fleetHeadingLv2 > span {
    font-size: 30px;
  }
}

.fleetHeadingLv3 {
  color: #000000;
  font-weight: bold;
  font-size: 6vw;
  text-align: center;
  letter-spacing: 0.02em;
}
.fleetHeadingLv3 > span {
  display: block;
  margin: 0 0 8vw;
  color: #e06d00;
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 767px) {
  .fleetHeadingLv3 > span {
    margin: 0 0 45px;
    color: #e06d00;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 767px) {
  .fleetHeadingLv3 {
    color: #000000;
    font-weight: bold;
    font-size: 47px;
    text-align: center;
    letter-spacing: 0.02em;
  }
}

.fleetPageWrap {
  background: #fff;
}

.fleetGuideNav {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}
.fleetGuideNav__inner {
  padding: 9px 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .fleetGuideNav__inner {
    margin: auto;
    padding: 11px 0 15px;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.fleetGuideNav__navInner {
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .fleetGuideNav__navInner {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.fleetGuideNav__logo {
  width: 136px;
  height: 23px;
}
@media screen and (min-width: 767px) {
  .fleetGuideNav__logo {
    width: 269px;
    height: 47px;
  }
}
.fleetGuideNav__menu {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 767px) {
  .fleetGuideNav__menuItem {
    display: block;
  }
}
.fleetGuideNav__links {
  display: none;
}
@media screen and (min-width: 767px) {
  .fleetGuideNav__links {
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 767px) {
  .fleetGuideNav__linksItemLink {
    font-size: var(--fz13pc);
    color: #000 !important;
  }
}

@media screen and (min-width: 767px) {
  .fleetCtaLink img {
    width: 198px;
  }
}

.mvFleetGuide {
  width: 100%;
}
.mvFleetGuide__inner {
  padding: 0 20px 20px;
  text-align: center;
  background: url(/fleet/fleetguide/_images/mv_fleet_bg_sp.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 767px) {
  .mvFleetGuide__inner {
    background: url(/fleet/fleetguide/_images/mv_fleet_bg_pc.jpg) no-repeat;
    padding: 0;
    background-size: cover;
    background-position: center;
  }
}
.mvFleetGuide__chackBox {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .mvFleetGuide__titleImg {
    padding: 57px 0 0;
    width: 771px;
  }
}
.mvFleetChackBox {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 767px) {
  .mvFleetChackBox {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.mvFleetChackBox__subText {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .mvFleetChackBox__subTextImg {
    width: 777px;
  }
}
@media screen and (min-width: 767px) {
  .mvFleetChackBox__device {
    width: 439px;
    margin-left: -42px;
  }
  .mvFleetChackBox__device > img {
    width: 100%;
  }
}

.numPlate {
  width: 25vw;
  height: auto;
  margin: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  .numPlate {
    width: 125px;
    height: 63px;
    margin: inherit;
  }
}

.keyBox {
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1a4a93 45%, #0c3066 55%);
  border: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .keyBox {
    width: 600px;
  }
}
@media screen and (min-width: 767px) {
  .keyBox__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}
.keyBox__em {
  font-weight: 600;
  font-size: 3.7vw;
  background-color: #eac834;
  color: #0c3066;
  display: inline-block;
  padding: 2px 4px 1px;
  line-height: 1;
  margin-right: 5px;
}
@media screen and (min-width: 767px) {
  .keyBox__em {
    font-weight: 600;
    font-size: 18px;
    padding: 2px 4px;
  }
}
.keyBox__text {
  margin: 0.4em 0;
  color: #eac834;
  font-weight: 700;
  font-size: 4.3vw;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .keyBox__text {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
  }
}
.keyBox__linkImg {
  width: revert-layer;
}
@media screen and (min-width: 767px) {
  .keyBox__linkImg {
    width: 300px;
  }
}

@media screen and (min-width: 767px) {
  .mvBottomScroll {
    margin-top: 20px;
  }
}

.marquee {
  overflow: hidden;
  height: var(--marquee-item-height);
}

.fleetCta {
  padding: 20px;
  text-align: center;
  background: #0e376f;
}
@media screen and (min-width: 767px) {
  .fleetCta {
    margin-top: 20px;
    padding: 38px 0 69px;
  }
}
.fleetCta__title {
  font-size: 4.3vw;
  font-weight: 700;
  color: #e16e00;
  line-height: 1.4em;
}
@media screen and (min-width: 767px) {
  .fleetCta__title {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 767px) {
  .fleetCta__logo {
    width: 597px;
    flex-shrink: 0;
  }
}
.fleetCta__titleText {
  color: #fff;
  font-weight: bold;
  font-size: 6vw;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .fleetCta__titleText {
    text-align: left;
    font-size: 20px;
  }
}
.fleetCta__box {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .fleetCta__box {
    margin: 30px auto 0;
    max-width: 1000px;
  }
}
.fleetCta__boxTop {
  position: relative;
  padding: 4vw 4vw 6vw;
  background: url(/fleet/fleetguide/_images/cta_box_bg_sp.jpg) no-repeat center/cover;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxTop {
    background: url(/fleet/fleetguide/_images/cta_box_bg_pc.jpg) no-repeat center/cover;
    padding: 40px 58px 28px 65px;
  }
}
.fleetCta__boxTitle {
  font-size: 4.3vw;
  font-weight: 900;
  color: #e16e00;
  line-height: 1.4em;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxTitle {
    font-size: 48px;
  }
  .fleetCta__boxTitle.-left {
    text-align: left;
  }
}
.fleetCta__boxTitle::before, .fleetCta__boxTitle::after {
  content: "";
  display: inline-block;
  background: url("/fleet/fleetguide/_images/cta_box_line.png") no-repeat;
  width: 21px;
  height: 33px;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxTitle::before, .fleetCta__boxTitle::after {
    width: 33px;
    height: 51px;
  }
}
@media screen and (min-width: 767px) {
  .fleetCta__boxTitle::before {
    margin-right: 5px;
  }
}
.fleetCta__boxTitle::after {
  transform: scaleX(-1);
}
.fleetCta__boxTitle.-trial {
  font-size: 5vw;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxTitle.-trial {
    font-size: 44px;
  }
}
.fleetCta__boxTitle > .big {
  color: #ed6d01;
  font-weight: 900;
  font-size: 8vw;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxTitle > .big {
    font-size: 53px;
  }
}
.fleetCta__boxTitle > .trial {
  color: #ed6d01;
  font-weight: 900;
  font-size: 7vw;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxTitle > .trial {
    font-size: 57px;
  }
}
.fleetCta__boxTopContent {
  margin-top: 20px;
  position: relative;
}
.fleetCta__boxImgWrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxImgWrap {
    top: -10vh;
  }
  .fleetCta__boxImgWrap > img {
    width: 320px;
    height: auto;
  }
}
.fleetCta__boxImg {
  width: revert-layer;
}
.fleetCta__boxTopTextBox {
  padding-top: 1vh;
  text-align: left;
  width: 60%;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxTopTextBox {
    padding-top: 0;
    width: 100%;
  }
}
.fleetCta__boxBottom {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxBottom {
    padding: 25px 43px 30px;
  }
}
.fleetCta__text1 {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 0 0 0 5px;
  color: #ffffff;
  background: #0e376f;
  font-weight: 900;
  font-size: var(--fz20);
  letter-spacing: -0.04em;
  line-height: 1.7;
}
@media screen and (min-width: 767px) {
  .fleetCta__text1 {
    font-size: 34px;
  }
}
.fleetCta__text2 {
  position: relative;
  z-index: 5;
  display: table;
  background: #ffffff;
  color: #000000;
  font-weight: 900;
  font-size: var(--fz13);
  letter-spacing: 0.15em;
}
@media screen and (min-width: 767px) {
  .fleetCta__text2 {
    font-size: 27px;
    background: transparent;
    letter-spacing: normal;
  }
}
.fleetCta__boxBottomTitle {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: var(--fz16);
}
@media screen and (min-width: 767px) {
  .fleetCta__boxBottomTitle {
    font-size: 30px;
    font-weight: 900;
  }
}
.fleetCta__boxBottomWrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .fleetCta__boxBottomWrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  .fleetCta__ctaLink {
    width: 440px;
  }
}
.fleetCta__desc {
  font-weight: bold;
  font-size: 24px;
}
.fleetCta__desc > .em {
  font-size: 32px;
}
.fleetCta__desc.-trial {
  margin: 0 0 3vw;
  color: #000000;
  font-weight: 900;
  font-size: 3.8vw;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 767px) {
  .fleetCta__desc.-trial {
    font-size: 24px;
  }
}
.fleetCta__trialImg {
  margin: 15px auto 0;
  display: block;
}
@media screen and (min-width: 767px) {
  .fleetCta__trialImg {
    width: 944px;
  }
}

.marquee__wrapper {
  display: flex;
  width: max-content;
  animation-name: marquee-scroll;
  animation-duration: calc(var(--marquee-animation-speed) * var(--marquee-speed-factor));
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.marquee__track {
  display: flex;
  gap: var(--marquee-gap);
  flex-shrink: 0;
  padding-right: var(--marquee-gap);
}

.marquee__item {
  width: var(--marquee-item-width);
  height: var(--marquee-item-height);
  flex-shrink: 0;
}

.marquee__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--marquee-one-set-width) * -1));
  }
}
.professionalTabs {
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .professionalTabs {
    margin: 60px auto 0;
    width: 777px;
    overflow: hidden;
  }
}

.professionalTab {
  display: inline-flex;
  width: max-content;
}
@media screen and (min-width: 767px) {
  .professionalTab {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.professionalTab__name {
  width: 163px !important;
  height: 75px;
  cursor: pointer;
  border-radius: 6px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 163px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .professionalTab__name {
    width: 220px !important;
    font-size: 18px;
  }
}
.professionalTab__name.swiper-slide-thumb-active {
  background: #e16e00 !important;
}

.professional-slide-relative {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .professional-slide-relative {
    width: 1000px;
  }
}

.professional-slide {
  position: relative;
  z-index: 5;
  margin: 20px auto 30px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .professional-slide {
    width: 1000px;
  }
}
.professional-slide .swiper-wrapper {
  align-items: stretch;
}
.professional-slide .swiper-slide {
  height: auto;
}

.professionalSlideItem {
  height: 100%;
  background: #fff;
  border: 1px solid #e16e00;
  border-radius: 6px;
}
@media screen and (min-width: 767px) {
  .professionalSlideItem {
    padding: 30px;
    margin: auto;
    width: 1000px;
    display: grid;
    grid-template-columns: 55% 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "title img" "desc  img";
    column-gap: 30px;
    align-items: start;
  }
}
@media screen and (min-width: 767px) {
  .professionalSlideItem__title {
    grid-area: title;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #e16e00;
  }
}
.professionalSlideItem__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: #e16e00;
}
@media screen and (min-width: 767px) {
  .professionalSlideItem__title::after {
    display: none;
  }
}
.professionalSlideItem__titleText {
  display: block;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #e16e00;
}
.professionalSlideItem__titleText span {
  font-size: 14px;
}
.professionalSlideItem__img {
  display: block;
  margin: 30px auto 20px;
  width: 90%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .professionalSlideItem__img {
    grid-area: img;
    width: 100%;
    margin: 0;
    align-self: center;
  }
}
.professionalSlideItem__desc {
  font-size: var(--fz12);
  line-height: 1.8;
  padding: 0 20px 20px;
}
@media screen and (min-width: 767px) {
  .professionalSlideItem__desc {
    padding-top: 20px;
    grid-area: desc;
    font-size: 16px;
    align-self: start;
  }
}
.professional {
  padding: 40px 0 40px;
  background: #f5f5f5;
}
.professional__titleImg {
  margin: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  .professional__titleImg {
    width: 1154px;
  }
}
.professional__swiperWrap {
  margin: 20px auto 0;
}
.professional__prev, .professional__next {
  top: 50%;
}
.professional__prev::after, .professional__next::after {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .professional__prev::after, .professional__next::after {
    width: 67px;
    height: 67px;
  }
}
.professional__prev {
  left: 0 !important;
}
@media screen and (min-width: 767px) {
  .professional__prev {
    left: 0 !important;
  }
}
.professional__prev::after {
  background: url(/fleet/fleetguide/_images/professional_arrow.png) no-repeat center/contain;
  transform: rotate(180deg);
  content: "" !important;
}
.professional__next {
  right: 0 !important;
}
@media screen and (min-width: 767px) {
  .professional__next {
    right: 0 !important;
  }
}
.professional__next::after {
  background: url(/fleet/fleetguide/_images/professional_arrow.png) no-repeat center/contain;
  content: "" !important;
}
.professional__bottomText {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .professional__bottomText {
    font-size: 28px;
  }
}
.professional__bottomText .em {
  font-weight: bold;
  font-size: var(--fz16);
}
@media screen and (min-width: 767px) {
  .professional__bottomText .em {
    font-size: 30px;
    font-weight: 900;
  }
}
.professional__scroll {
  padding: 10px 0;
  background: #fff;
}
.fleetGuideFunction {
  background: #fff;
  padding: 10vw 0 0;
}
@media screen and (min-width: 767px) {
  .fleetGuideFunction {
    padding: 83px 0 0;
  }
}
.fleetGuideFunction__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  background: #000000;
}
@media screen and (min-width: 767px) {
  .fleetGuideFunction__title {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.fleetGuideFunction__titleImg {
  width: 9vw;
  margin: 0 16px 0 0;
}
@media screen and (min-width: 767px) {
  .fleetGuideFunction__titleImg {
    width: 37px;
    margin: 0 13px 0 0;
  }
}
.fleetGuideFunction__titleImg.-app {
  width: 3.2vw;
  margin: 0 17px 0 0;
}
@media screen and (min-width: 767px) {
  .fleetGuideFunction__titleImg.-app {
    width: 20px;
    margin: 0 17px 0 0;
  }
}
.fleetGuideFunction__titleText {
  color: #ffffff;
  font-size: 4.3vw;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 767px) {
  .fleetGuideFunction__titleText {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
}

.fleetguideFunctionBox {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .fleetguideFunctionBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.fleetguideFunctionBox__item {
  padding: 3.5vw 0;
  border: 1px solid #aaa;
}
.fleetguideFunctionBox__item:not(:first-child) {
  border-top: none;
}
@media screen and (min-width: 767px) {
  .fleetguideFunctionBox__item {
    padding: 23px;
    width: 50%;
  }
  .fleetguideFunctionBox__item:not(:first-child) {
    border-left: none;
  }
  .fleetguideFunctionBox__item:nth-child(odd) {
    border-top: none;
    border-left: 1px solid #aaa;
  }
}
@media screen and (min-width: 767px) {
  .fleetguideFunctionBox__item.-full {
    width: 100%;
    border-left: 1px solid #aaa;
  }
}
.fleetguideFunctionBox__title {
  margin: 0 0 10px;
  color: #ed6d01;
  font-weight: bold;
  font-size: 3.7vw;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fleetguideFunctionBox__title {
    margin: 0 0 10px;
    color: #ed6d01;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: left;
  }
}
.fleetguideFunctionBox__text {
  color: #000000;
  font-size: 3.1vw;
  letter-spacing: 0.02em;
  line-height: 1.375;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fleetguideFunctionBox__text {
    font-size: 16px;
    text-align: left;
  }
}

.plan {
  background: #fff;
  padding: 16vw 0;
}
@media screen and (min-width: 767px) {
  .plan {
    padding: 103px 0 133px;
  }
}

.plan-scroll-wrapper {
  padding: 0 5.5vw;
  overflow-x: scroll;
  position: relative;
  touch-action: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 767px) {
  .plan-scroll-wrapper {
    overflow: visible;
    padding: 0;
  }
}

.plan-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.plan-scrollbar {
  margin: 30px 3vw 0;
  height: 6px;
  background: #c3c3c3;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .plan-scrollbar {
    display: none;
  }
}

.plan-scrollbar-thumb {
  height: 100%;
  background: #113159;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.fleetguidePlanTable {
  min-width: 149vw;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fleetguidePlanTable {
    min-width: auto;
    width: 1000px;
  }
}
.fleetguidePlanTable__label {
  letter-spacing: 0.02em;
  padding: 2vw 0 0;
  vertical-align: bottom;
  text-align: center;
  background: transparent;
}
@media screen and (min-width: 767px) {
  .fleetguidePlanTable__label {
    font-size: 21px;
    padding: 8px 0 0;
  }
}
.fleetguidePlanTable__label > span {
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  font-weight: 500;
  font-size: 4vw;
}
@media screen and (min-width: 767px) {
  .fleetguidePlanTable__label > span {
    font-size: 21px;
  }
}
.fleetguidePlanTable__row td {
  width: 20%;
  background: #fff3bd;
  color: #000000;
  font-weight: bold;
  font-size: 4vw;
  vertical-align: middle;
  border-right: 1px solid #ddd !important;
}
@media screen and (min-width: 767px) {
  .fleetguidePlanTable__row td {
    font-size: 20px;
    background: #fff7ce;
    height: 70px;
  }
}
.fleetguidePlanTable__rowItemTitle {
  width: 20%;
  padding: 2.5vw 1vw;
  border: 1px solid #ddd;
  background: #fff !important;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 2.5vw !important;
}
@media screen and (min-width: 767px) {
  .fleetguidePlanTable__rowItemTitle {
    font-size: 16px !important;
    white-space: nowrap;
    padding: 0 10px;
    height: 70px;
  }
}
.fleetguidePlanTable__planName {
  background: #ed6d01;
  color: #ffffff;
  padding: 10px 5px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.fleetguidePlanTable__planName:not(:first-child) {
  border-right: 1px solid #ddd;
}
@media screen and (min-width: 767px) {
  .fleetguidePlanTable__planName {
    height: 124px;
    padding: 10px 0 0;
    vertical-align: top;
  }
}
.fleetguidePlanTable__planNameText {
  display: block;
  width: 80%;
  margin: 0 auto 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  font-size: 4vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 767px) {
  .fleetguidePlanTable__planNameText {
    font-size: 20px;
    margin: 0 auto 10px;
    padding-bottom: 5px;
  }
}
.fleetguidePlanTable__planDesc {
  display: block;
  font-size: 3.7vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.22;
}
@media screen and (min-width: 767px) {
  .fleetguidePlanTable__planDesc {
    font-size: 18px;
    font-weight: bold;
  }
}
.fleetguidePlanTable__planDesc > span {
  font-size: 10px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 767px) {
  .fleetguidePlanTable__planDesc > span {
    font-size: 16px;
    font-weight: bold;
  }
}

table.fleetguidePlanTable::before {
  display: none !important;
}

.simulation__bg {
  padding: 10vw 0 7vw;
  background: #113c77;
}
@media screen and (min-width: 767px) {
  .simulation__bg {
    padding: 76px 0 74px;
  }
}
.simulation__title {
  position: relative;
  z-index: 1;
  margin-bottom: -5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .simulation__title {
    max-width: 1000px;
    margin: 0 auto -5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.simulation__titleText {
  flex-shrink: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 4vw;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 767px) {
  .simulation__titleText {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.simulation__titleSub {
  font-size: 5.5vw;
}
@media screen and (min-width: 767px) {
  .simulation__titleSub {
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
  }
}
@media screen and (min-width: 767px) {
  .simulation__titleImg {
    position: absolute;
    bottom: -4px;
    right: 50px;
    width: 246px;
  }
}
.simulation__content {
  position: relative;
  width: 90vw;
  margin: 0 auto;
  padding: 4vw;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .simulation__content {
    margin: auto;
    max-width: 1000px;
  }
}
.simulation__question {
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #113c77;
  color: #000000;
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .simulation__question {
    margin: 0 0 30px;
    padding: 0 0 20px;
    font-size: 24px;
  }
}
.simulation__questionBtns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .simulation__questionBtns {
    flex-direction: row;
  }
}
.simulation__selectBtn {
  padding: 10px;
  position: relative;
  cursor: pointer;
  width: 100%;
  background: #fff3bd;
  border-radius: 7em;
  border: 2px solid #ed6d01;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  color: #ed6d01;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 767px) {
  .simulation__selectBtn {
    flex-direction: row;
    width: 380px;
    text-align: center;
    color: #ed6d01;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
}
.simulation__selectBtn::after {
  content: ">";
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 7px;
  color: #f4a34d;
  font-size: 4.5vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .simulation__selectBtn::after {
    content: ">";
    right: 25px;
    font-size: 25px;
  }
}
.simulation__backBtn {
  width: 10em;
  font-weight: bold;
  font-size: 3.7vw;
  text-align: center;
  margin: 1.5em auto 0;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s ease;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .simulation__backBtn {
    width: 10em;
    font-size: 16px;
  }
}
.simulation__contactBtn {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .simulation__contactBtn {
    display: block;
    width: 441px;
    margin: 0 auto;
  }
}
.simulation__highlight {
  color: #ed6d01;
  font-weight: bold;
  font-size: 5vw;
}
@media screen and (min-width: 767px) {
  .simulation__highlight {
    font-size: 24px;
  }
}
.simulation__resetBtn {
  width: 10em;
  font-weight: bold;
  font-size: 3.7vw;
  text-align: center;
  margin: 0.8em auto 0;
  cursor: pointer;
  color: #888888;
}
@media screen and (min-width: 767px) {
  .simulation__resetBtn {
    width: 10em;
    font-size: 16px;
  }
}

.simulation-step {
  display: none;
}
.simulation-step.is-active {
  display: block;
}

.fleetGuideFee {
  padding: 50px 0 66px;
}
@media screen and (min-width: 767px) {
  .fleetGuideFee {
    padding: 88px 0 110px;
  }
}
.fleetGuideFee__text {
  margin: 0 0 3vw;
  color: #000000;
  font-weight: bold;
  font-size: 3.5vw;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 767px) {
  .fleetGuideFee__text {
    margin: 0 0 35px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}
.fleetGuideFee__text > .orenge {
  font-weight: bold;
  color: #ed6d01;
}

.fleetGuideFeeContent {
  position: relative;
  margin: 0 5vw;
}
@media screen and (min-width: 767px) {
  .fleetGuideFeeContent {
    display: flex;
    gap: 10px;
  }
}
.fleetGuideFeeContent__item {
  position: relative;
  margin: 0 0 4vw;
  padding: 0 0 3vw;
  background: #fff3bd;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .fleetGuideFeeContent__item {
    margin-bottom: 0;
    width: 33%;
    min-height: 283px;
    background: #fff3bd;
    border-radius: 10px;
  }
}
.fleetGuideFeeContent__item:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(/fleet/fleetguide/_images/fee-content-plus.png) no-repeat center/contain;
  position: absolute;
}
@media screen and (min-width: 767px) {
  .fleetGuideFeeContent__item:not(:last-child)::after {
    width: 42px;
    height: 42px;
    bottom: auto;
    left: auto;
    right: -25px;
    top: 12%;
    transform: translate(0, -50%);
  }
}
.fleetGuideFeeContent__title {
  margin: 0 0 2vw;
  padding: 2vw 0;
  border-radius: 10px 10px 0 0;
  background: url(/fleet/fleetguide/_images/title_bg_fee_content_item.png) no-repeat center/cover;
  color: #ffffff;
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 767px) {
  .fleetGuideFeeContent__title {
    padding: 16px 0;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
    text-align: center;
  }
}
.fleetGuideFeeContent__prices {
  border-radius: 0 0 10px 10px;
}
.fleetGuideFeeContent__price {
  color: #ed6d01;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13vw;
  text-align: center;
  letter-spacing: 0.02em;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .fleetGuideFeeContent__price {
    font-size: 73px;
  }
}
.fleetGuideFeeContent__price > .unit {
  color: #000;
  font-weight: bold;
  font-size: 6vw;
}
@media screen and (min-width: 767px) {
  .fleetGuideFeeContent__price > .unit {
    font-size: 26px;
  }
}
.fleetGuideFeeContent__price > .tax {
  color: #000;
  font-size: 2.5vw;
}
@media screen and (min-width: 767px) {
  .fleetGuideFeeContent__price > .tax {
    font-size: 13px;
  }
}
.fleetGuideFeeContent__text {
  color: #000000;
  font-size: 3.3vw;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.556;
}
@media screen and (min-width: 767px) {
  .fleetGuideFeeContent__text {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
  }
}

.fleetguideStep__bg {
  padding: 9vw 0 12vw;
  background: #f5f5f5;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__bg {
    padding: 75px 0 80px;
  }
}
.fleetguideStep__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__inner {
    width: 80%;
  }
}
.fleetguideStep__heading {
  margin: 0 0 6vw;
  color: #000000;
  font-weight: 900;
  font-size: 7vw;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__heading {
    font-size: 43px;
  }
}
.fleetguideStep__start {
  margin: 0 0 3vw;
  color: #000000;
  font-weight: 600;
  font-size: 4.6vw;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__start {
    margin-bottom: 0;
    font-size: 32px;
  }
}
.fleetguideStep__title {
  margin: 0 0 6vw;
  color: #000000;
  font-weight: 900;
  font-size: 7vw;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__title {
    font-size: 43px;
  }
}
.fleetguideStep__title > span {
  font-weight: normal;
}
.fleetguideStep__title .big {
  color: #000000;
  font-weight: 900;
  font-size: 8vw;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__title .big {
    font-size: 52px;
  }
}
.fleetguideStep__title .orange {
  color: #ed6d01;
  font-weight: 900;
  font-size: 9vw;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__title .orange {
    font-size: 52px;
  }
}
.fleetguideStep__title .num {
  color: #ed6d01;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15vw;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__title .num {
    font-size: 80px;
  }
}
.fleetguideStep__list {
  margin: 0 0 11vw;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__list {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}
.fleetguideStep__item {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 30px 30px;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__item {
    padding: 40px 20px 20px;
    width: 330px;
  }
}
.fleetguideStep__item:not(:last-child) {
  position: relative;
}
.fleetguideStep__item:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 45%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background: url(/fleet/fleetguide/_images/step_arrow.png) no-repeat center/contain;
  transform: rotate(90deg);
}
@media screen and (min-width: 767px) {
  .fleetguideStep__item:not(:last-child)::after {
    bottom: auto;
    left: auto;
    top: 40%;
    transform: translate(0, -50%);
    right: -24px;
    transform: rotate(0);
  }
}
.fleetguideStep__itemNum {
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 33%;
  background: #ed6d01;
  border-radius: 50px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 4.5vw;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__itemNum {
    width: 178px;
    font-size: 22px;
  }
}
.fleetguideStep__itemNum .num {
  margin: 0 0 0 1vw;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 6vw;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__itemNum .num {
    font-size: 33px;
  }
}
.fleetguideStep__itemTitle {
  color: #000000;
  font-weight: bold;
  font-size: 4.5vw;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.23;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__itemTitle {
    font-size: 26px;
  }
}
.fleetguideStep__itemText {
  color: #000000;
  font-weight: 600;
  font-size: 3.6vw;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.556;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__itemText {
    font-size: 18px;
  }
}
.fleetguideStep__stepImg01 {
  width: 58px;
  margin: auto;
}
.fleetguideStep__stepImg02 {
  width: 47px;
  margin: auto;
}
.fleetguideStep__stepImg03 {
  width: 82px;
  margin: auto;
}
.fleetguideStep__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__wrap {
    margin: 0 auto;
    width: 1000px;
    flex-direction: row;
    justify-content: center;
  }
}
.fleetguideStep__wrapImg {
  margin: 0 0 5vw;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__wrapImg {
    width: 394px;
    flex-direction: 0;
  }
}
.fleetguideStep__wrapTxt {
  color: #000000;
  font-weight: normal;
  font-size: 3.6vw;
  letter-spacing: 0.06em;
  line-height: 1.65;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__wrapTxt {
    font-size: 18px;
    font-weight: bold;
  }
}
.fleetguideStep__wrapTitle {
  margin: 0 0 4vw;
  padding: 0 0 3vw;
  border-bottom: 1px solid #ed6d01;
  color: #ed6d01;
  font-weight: 900;
  font-size: 5.2vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 767px) {
  .fleetguideStep__wrapTitle {
    margin: 0 0 5px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ed6d01;
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 0.06em;
  }
}

.fleetGuideDevice {
  padding-top: 10vw;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .fleetGuideDevice {
    padding: 80px 0;
  }
}
.fleetGuideDevice__text {
  padding: 0 10px;
  font-size: 15px;
}
@media screen and (min-width: 767px) {
  .fleetGuideDevice__text {
    text-align: center;
    font-size: 16px;
  }
}
.fleetGuideDevice__scroll {
  overflow-x: scroll;
  touch-action: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 2rem;
}
.fleetGuideDevice__scroll::-webkit-scrollbar {
  display: none;
}
.fleetGuideDevice__scroll::before {
  content: "　※横にスクロールできます→";
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .fleetGuideDevice__scroll {
    overflow-x: visible;
    max-width: 1000px;
    margin: 2rem auto 0;
  }
  .fleetGuideDevice__scroll::before {
    display: none;
  }
}
.fleetGuideDevice__table {
  margin: 0 auto;
  min-width: 170%;
  border-collapse: collapse;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .fleetGuideDevice__table {
    min-width: 100%;
    white-space: normal;
  }
}
.fleetGuideDevice__tr {
  display: table-row;
}
.fleetGuideDevice__tr > td {
  padding: 1rem;
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: 14px !important;
}
@media screen and (min-width: 767px) {
  .fleetGuideDevice__tr > td {
    font-size: 16px !important;
    padding: 1.2rem;
  }
}
.fleetGuideDevice__th {
  background: #f5f5f5;
  position: relative;
  display: table-cell;
  border: 1px solid #000 !important;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .fleetGuideDevice__th {
    padding: 1.2rem;
    font-size: 16px;
  }
}
.fleetGuideDevice__td {
  vertical-align: baseline;
  position: relative;
  display: table-cell;
  border: 1px solid #000;
}
.fleetGuideDevice__deviceName {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .fleetGuideDevice__deviceName {
    font-size: 18px;
    text-align: center;
  }
}
.fleetGuideDevice__deviceImgBlock {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fleetGuideDevice__img {
  position: relative;
  display: block;
  margin: auto;
  width: 150px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .fleetGuideDevice__img {
    width: 180px;
  }
}
.fleetGuideDevice__img::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background: url("/fleet/fleetguide/_images/device_zoom.png") no-repeat;
  width: 43px;
  height: 43px;
  background-size: contain;
}
.fleetGuideDevice__imgItem {
  height: 140px !important;
}
.fleetGuideDevice__item {
  border: 1px solid #000 !important;
  font-weight: bold;
  text-align: center;
}

.deviceModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.deviceModal.is-active {
  display: block;
}
.deviceModal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.deviceModal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
}
@media screen and (min-width: 767px) {
  .deviceModal__content {
    max-width: 700px;
  }
}
.deviceModal__close {
  padding: 0;
  position: absolute;
  top: -40px;
  right: -5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  background: #000;
  border-radius: 999px;
}
@media screen and (min-width: 767px) {
  .deviceModal__close {
    top: -45px;
    right: -45px;
    width: 40px;
    height: 40px;
  }
}
.deviceModal__close::before, .deviceModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.deviceModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.deviceModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.deviceModal__img {
  display: block;
  object-fit: contain;
  width: 75vw;
}
@media screen and (min-width: 767px) {
  .deviceModal__img {
    width: 100%;
  }
}

html.is-device-modal {
  overflow: hidden;
}

.device-scrollbar {
  margin: 0 3vw 100px;
  height: 6px;
  background: #c3c3c3;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .device-scrollbar {
    display: none;
  }
}

.device-scrollbar-thumb {
  height: 100%;
  background: #113159;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.fleetFaq {
  background: #f7f3dc;
  padding: 60px 20px;
}
@media screen and (min-width: 767px) {
  .fleetFaq {
    padding: 80px 0;
  }
}
.fleetFaq__detailsBlock {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .fleetFaq__detailsBlock {
    margin: auto;
    max-width: 1000px;
  }
}
.fleetFaq__details {
  border-radius: 12px 12px 0 0;
}
.fleetFaq__details.is-opened .fleetFaq__question::after {
  background: url(/fleet/fleetguide/_images/faq_minus.svg) no-repeat;
  background-size: contain;
}
.fleetFaq__question {
  border: 1px solid #707070;
  padding: 12px 40px 12px 12px;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  display: block;
  transition: all 0.5s ease;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  position: relative;
}
.fleetFaq__question::after {
  content: "";
  background: url(/fleet/fleetguide/_images/faq_plus.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
.fleetFaq__questionText {
  font-weight: bold;
  font-size: 16px;
}
.fleetFaq__answer {
  border: 1px solid #707070;
  border-top: none;
  font-size: 16px;
  line-height: 1.7;
  padding: 12px;
  background: #f0a830;
  border-radius: 0 0 12px 12px;
  color: #fff !important;
}
.fleetFaq__answerText {
  font-size: 16px;
  color: #fff;
}
.fleetFaq__answerLink {
  display: block;
  font-size: 16px;
  color: #e16e00;
  text-decoration: underline;
}
.fleetFaq__noteBlock {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .fleetFaq__noteBlock {
    max-width: 1000px;
    margin: 30px auto 0;
  }
}
.fleetFaq__noteLink {
  margin-top: 16px;
  font-size: 4.5vw;
  color: #e16e00 !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 767px) {
  .fleetFaq__noteLink {
    font-size: 17px;
    color: #e16e00;
    text-decoration: underline;
  }
}

.newSection {
  width: 90vw;
  margin: 20vw auto 20vw;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .newSection {
    width: 1000px;
    margin: 80px auto 160px;
  }
}
.newSection__text {
  text-align: center;
  font-size: 4.3vw;
  color: #111;
  font-weight: 500;
  margin-bottom: 11vw;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .newSection__text {
    font-size: 20px;
    margin-bottom: 60px;
    line-height: 1;
    text-align: center;
  }
}

.moreBtn {
  width: 100%;
  text-align: center;
}

.opencloseBtn {
  font-size: 4.26vw;
  width: 10em;
  display: inline-block;
  border: 1px solid #555;
  padding: 0.5em;
  border-radius: 2em;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .opencloseBtn {
    display: inline-block;
    font-size: 16px;
    width: 10em;
    border: 1px solid #555;
    padding: 0.5em;
    border-radius: 2em;
    text-align: center;
    cursor: pointer;
  }
}

.fleetGuideSupport {
  background: #000000;
  padding: 5% 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .fleetGuideSupport {
    width: 100%;
    padding: 41px 0;
    background: #000000;
    text-align: center;
  }
}
.fleetGuideSupport__text {
  font-size: 3vw;
  font-weight: 700;
  color: #ffffff;
  line-height: 2;
}
@media screen and (min-width: 767px) {
  .fleetGuideSupport__text {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 2em;
  }
}

.fleetGuideOperational {
  padding: 60px 0 70px 0;
}
.fleetGuideOperational__img {
  width: 90%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__img {
    width: 800px;
  }
}
.fleetGuideOperational__list {
  display: grid;
  gap: 60px;
  max-width: 900px;
  width: 90%;
  margin: 100px auto 0 auto;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__list {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.fleetGuideOperational__item {
  background: #e16e00;
  border-radius: 12px;
  padding: 52px 12px 24px 12px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 33%;
    min-height: 366px;
    padding-top: 180px;
  }
}
.fleetGuideOperational__item.-step01::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 77px;
  background: url("/fleet/fleetguide/_images/operational_count01.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__item.-step01::before {
    margin: inherit;
    top: 25%;
    right: -30px;
    left: auto;
    transform: translateY(-25%);
    background: url("/fleet/fleetguide/_images/operational_arrow.png") no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    z-index: 1;
  }
}
.fleetGuideOperational__item.-step01::after {
  content: "";
  position: absolute;
  background: url("/fleet/fleetguide/_images/img_operational01.png") no-repeat;
  background-size: contain;
  width: 90px;
  height: 133px;
  top: -86px;
  right: 0px;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__item.-step01::after {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fleetGuideOperational__item.-step02::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 77px;
  background: url("/fleet/fleetguide/_images/operational_count02.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__item.-step02::before {
    margin: inherit;
    top: 25%;
    right: -30px;
    left: auto;
    transform: translateY(-25%);
    background: url("/fleet/fleetguide/_images/operational_arrow.png") no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    z-index: 1;
  }
}
.fleetGuideOperational__item.-step02::after {
  content: "";
  position: absolute;
  background: url("/fleet/fleetguide/_images/img_operational02.png") no-repeat;
  background-size: contain;
  width: 104px;
  height: 67px;
  top: -30px;
  left: 9px;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__item.-step02::after {
    width: 137px;
    height: 88px;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fleetGuideOperational__item.-step03::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 77px;
  background: url("/fleet/fleetguide/_images/operational_count03.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__item.-step03::before {
    display: none;
  }
}
.fleetGuideOperational__item.-step03::after {
  content: "";
  position: absolute;
  background: url("/fleet/fleetguide/_images/img_operational03.png") no-repeat;
  background-size: contain;
  width: 92px;
  height: 102px;
  top: -55px;
  right: 6px;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__item.-step03::after {
    width: 111px;
    height: 127px;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("/fleet/fleetguide/_images/operational_arrow.png") no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
  }
}
.fleetGuideOperational__itemStepText {
  display: none;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__itemStepText {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 178px;
    margin: auto;
    padding: 3px 0;
    background: #000000;
    border-radius: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.02em;
  }
  .fleetGuideOperational__itemStepText span {
    color: #ffffff;
    font-weight: bold;
    font-size: 33px;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__itemSTepTextBox {
    flex: 1;
  }
}
.fleetGuideOperational__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__text {
    color: #ffffff;
    font-weight: bold;
    font-size: 19.5px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
.fleetGuideOperational__note {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 12px;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .fleetGuideOperational__note {
    margin: 5px 0 0;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*フローティング*/
.fleetFloatingBnr {
  position: fixed;
  z-index: 20;
  max-width: 262px;
  bottom: 8vw;
  left: 8vw;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 767px) {
  .fleetFloatingBnr {
    width: 250px;
    bottom: 10px;
    right: 18px;
    left: auto;
  }
}
.fleetFloatingBnr__close {
  position: absolute;
  cursor: pointer;
  width: 33px;
  top: -4vw;
  right: -4vw;
}
@media screen and (min-width: 767px) {
  .fleetFloatingBnr__close {
    width: 36px;
    position: absolute;
    top: -21px;
    right: -18px;
    z-index: 71;
    cursor: pointer;
  }
}
.fleetFloatingBnr__img {
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.7);
  transition: 0.3s ease;
  width: 262px;
}
@media screen and (min-width: 767px) {
  .fleetFloatingBnr__img {
    width: 250px;
    height: 250px;
    transition: 0.2s;
    transition-property: opacity;
  }
  .fleetFloatingBnr__img:hover {
    opacity: 0.7;
  }
}
.otherLink {
  background: #f7f3dc;
  padding: 40px 0;
}
.otherLink__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .otherLink__list {
    flex-direction: row;
  }
}
.otherLink__imgBlock {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .otherLink__imgBlock > img {
    height: 180px;
  }
}
.otherLink__link {
  display: block;
  background: #e16e00;
  width: 80%;
  margin: 24px auto 0 auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #fff !important;
  position: relative;
  border-radius: 0 0 12px 0;
}
@media screen and (min-width: 767px) {
  .otherLink__link {
    width: 300px;
  }
  .otherLink__link:hover {
    text-decoration: none !important;
  }
}
.otherLink__link::after {
  content: "";
  background: url("/fleet/fleetguide/_images/btn_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 4px;
  bottom: 8px;
  width: 16px;
  height: 12px;
}
@media screen and (min-width: 767px) {
  .otherLink__item {
    width: 50%;
  }
}

.fleetGuidePreparation__bg {
  padding: 48px 0 53px;
  background: #f5f5f5;
}
@media screen and (min-width: 767px) {
  .fleetGuidePreparation__bg {
    padding: 48px 0 51px;
  }
}
.fleetGuidePreparation__box {
  width: 90%;
  margin: 0 auto;
  padding: 9vw 4vw;
  border: 1px solid #ed6c00;
  background: #ffffff;
}
@media screen and (min-width: 767px) {
  .fleetGuidePreparation__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
    border: 1px solid #ed6c00;
    background: #ffffff;
  }
}
.fleetGuidePreparation__img {
  width: 58vw;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .fleetGuidePreparation__img {
    width: 329px;
    margin: 0 31px 0 0;
  }
}
.fleetGuidePreparation__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 18px;
}
@media screen and (min-width: 767px) {
  .fleetGuidePreparation__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 18px;
  }
}
.fleetGuidePreparation__icon {
  width: 5.6vw;
  margin: 0 9px 0 0;
}
@media screen and (min-width: 767px) {
  .fleetGuidePreparation__icon {
    width: 30px;
    margin: 0 9px 0 0;
  }
}
.fleetGuidePreparation__title {
  color: #ed6d01;
  font-weight: bold;
  font-size: 5.4vw;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .fleetGuidePreparation__title {
    color: #ed6d01;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 1;
  }
}
.fleetGuidePreparation__text {
  margin: 0 0 10px;
  color: #000000;
  font-size: 3.5vw;
  letter-spacing: 0.04em;
  line-height: 1.611;
}
@media screen and (min-width: 767px) {
  .fleetGuidePreparation__text {
    margin: 0 0 10px;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.611;
  }
}
.fleetGuidePreparation__note {
  position: relative;
  padding: 0 0 0 3vw;
  color: #000000;
  font-size: 2.6vw;
  letter-spacing: 0.04em;
  line-height: 1.53;
}
@media screen and (min-width: 767px) {
  .fleetGuidePreparation__note {
    padding: 0 0 0 16px;
    font-size: 12px;
  }
}
.fleetGuidePreparation__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.6vw;
}
@media screen and (min-width: 767px) {
  .fleetGuidePreparation__note::before {
    content: "※";
    font-size: 12px;
  }
}

/*# sourceMappingURL=index.css.map */



