@charset "UTF-8";

/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/

/* mv-inner
--------------------------------------------------------------- */
.mv-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 900px) {
  .mv-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}


/* mv-content-box
--------------------------------------------------------------- */
.mv-content-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 2.5vw 35px;
  background-color: #f1f9ff;
}
.mv-content-title {
  margin-bottom: 15px;
  padding: 0;
  color: #0b7492;
  font-size: 50px;
  font-size: 6.518904824vw;
  font-weight: 700;
  line-height: 1.3;
}
.mv-content-title em {
  font-size: 58px;
  font-size: 7.561929596vw;
}
.mv-content-txt {
  margin-bottom: 20px;
  padding: 0;
  font-size: 25px;
  font-size: 3.259452412vw;
  font-weight: 500;
}
.mv-img-box img {
  vertical-align: bottom;
}
.mv-content-btn-box {
  -webkit-box-shadow: 0 0 8px #d7dee3;
  width: 72%;
  max-width: 530px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #ff6000;
  background: -webkit-gradient(linear, left top, right top, from(#ff6000), to(#ff7a22));
  background: linear-gradient(90deg, #ff6000 0%, #ff7a22 100%);
  box-shadow: 0 0 8px #d7dee3;
}
.mv-content-btn {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-content-btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 30px;
  font-size: 3.911342894vw;
  font-weight: 700;
  padding: 3vw 0;
}
.mv-content-btn a::after {
  position: relative;
  top: 0;
  right: -9%;
  bottom: 0;
  vertical-align: middle;
  max-width:  30px;
  width: 4vw;
  max-height: 30px;
  height: 4vw;
  margin: 0 0 0 0;
  background: url("../img/top/icn-btn-arrrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}
@media print, screen and (max-width: 414px) {
  .mv-content-txt {
    font-size: 14px;
  }
  .mv-content-btn a::after {
    width: 18px;
    height: 18px;
  }
}
@media print, screen and (max-width: 375px) {
  .mv-content-txt {
    font-size: 14px;
  }
  .mv-content-btn a {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv-content-title {
      padding: 0;
    font-size: 40px;
    font-size: 4.444444444vw;
  }
  .mv-content-title em {
    font-size: 50px;
    font-size: 5.555555556vw;
  }
  .mv-content-txt {
    padding: 0;
    font-size: 30px;
    font-size: 2.60756193vw;
  }
  .mv-content-btn-box {
    -webkit-transition: 0.7s;
    margin: 0 auto;
    transition: 0.7s;
  }
  .mv-content-btn-box:hover {
    -webkit-transition: 0.7s;
    opacity: .7;
    transition: 0.7s;
  }
  .mv-content-btn a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .mv-content-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    padding: 15px 2.5vw 25px;
  }
  .mv-content-title {
    margin-bottom: 10px;
    font-size: 40px;
    font-size: 2.721088435vw;
    text-align: left;
}
  .mv-content-title em {
    font-size: 50px;
    font-size: 3.401360544vw;
  }
  .mv-content-txt {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .mv-img-box {
    width: 50%;
    max-width: 900px;
  }
  .mv-content-btn-box {
    width: 72%;
    max-width: 270px;
    margin: 0;
  }
  .mv-content-btn a {
    font-size: 18px;
    padding: 15px 0 15px 0;
  }
  .mv-content-btn a::after {
    position: relative;
    display: inline-block;
    top: 0;
    right: -15px;
    bottom: 0;
    vertical-align: middle;
    max-width: 22px;
    width: 22px;
    max-height: 22px;
    height: 22px;
    margin: 0 0 0 5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv-content-box {
    padding: 20px 1vw 30px 6vw;
  }
  .mv-content-btn-box {
    height: 65px;
    margin: 0;
  }
}
@media print, screen and (min-width: 1470px) {
  .mv-content-title {
    font-size: 40px;
  }
  .mv-content-title em {
    font-size: 50px;
  }
  .mv-content-txt {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1600px) {
  .mv-content-box {
    width: 55%;
  }
}
@media print, screen and (min-width: 2000px) {
  .mv-content-box {
    width: 80%;
  }
}



/* btn-inquiry-block 
--------------------------------------------------------------- */
.btn-inquiry-block {
  z-index: 10;
  position: fixed;
  right: 0px;
  bottom: 100px;
  height: 0;
  background-color: transparent;
}
.btn-inquiry-block.active {
  position: absolute;
  bottom: 100px;
}
.btn-inquiry-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 0 8px #d7dee3;
  -webkit-transition: 0.7s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 10px 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #ff6000;
  box-shadow: 0 0 8px #d7dee3;
  text-align: center;
  transition: 0.7s;
}
.btn-inquiry-top-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}
.btn-inquiry-top-txt a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btn-inquiry-top-link__txt {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.btn-inquiry-top-link__img {
  width: 60%;
}
@media print, screen and (min-width: 768px) {
  .btn-inquiry-block {
    bottom: 170px;
  }
  .btn-inquiry-block.active {
    bottom: 170px;
  }
  .btn-inquiry-top {
    width: 150px;
    height: 150px;
    margin-right: 2vw;
  }
  .btn-inquiry-top:hover {
    -webkit-transition: 0.7s;
    opacity: .7;
    transition: 0.7s;
  }
  .btn-inquiry-top-txt {
    font-size: 24px;
  }
  .btn-inquiry-top-link__txt {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1200px) {
  .btn-inquiry-block {
    bottom: 200px;
  }
  .btn-inquiry-block.active {
    bottom: 200px;
  }
  .btn-inquiry-top {
    width: 180px;
    height: 180px;
  }
    .btn-inquiry-top-txt {
    font-size: 24px;
  }
  .btn-inquiry-top-link__txt {
    margin: 10px 0;
    font-size: 24px;
    line-height: 1.5;
  }
}



/* top-nayami-block 
--------------------------------------------------------------- */
.top-nayami-block {
  position: relative;
  padding: 50px 2.5vw 30px;
  background-color: #f5f5f5;
}
.top-nayami-block::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 65px;
  height: 37px;
  margin: 0 auto;
  background: url(../img/top/icn-gray-arow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.top-nayami-title {
  display: block;
  margin-bottom: 25px;
  font-size: 40px;
  font-size: 5.215123859vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.top-nayami-list {
  margin-bottom: 20px;
}
.top-nayami-list__item {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px #d4d4d4;
  box-sizing: border-box;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 3.12907vw 3.12907vw 0 3.12907vw;
  background-color: #ffffff;
  box-shadow: 0 0 8px #d4d4d4;
}
.top-nayami-list__item:not(:last-child) {
  margin-bottom: 13px;
}
.top-nayami-data {
  text-align: center;
}
.top-nayami-data__head {
  margin-bottom: 15px;
  color: #297fb8;
  font-size: 35px;
  font-size: 4.563233377vw;
  font-weight: 700;
  line-height: 1;
}
.top-nayami-data__body {
  font-size: 26px;
  font-size: 3.389830508vw;
  font-weight: 500;
}
.top-nayami-bottom-txt {
  font-size: 35px;
  font-size: 4.563233377vw;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width: 414px) {
  .mv-content-txt {
    font-size: 14px;
  }
  .top-nayami-title {
    font-size: 22px;
  }
  .top-nayami-data__head {
    font-size: 18px;
  }
  .top-nayami-data__body {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-nayami-block {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .top-nayami-block::after {
    bottom: -50px;
    width: 130px;
    height: 75px;
  }
  .nayami-inner {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
  }
  .top-nayami-title {
    display: block;
    margin-bottom: 25px;
    font-size: 35px;
  }
  .top-nayami-title em {
    font-size: 40px;
  }
  .top-nayami-list__item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 24px 24px 0 24px;
  }
  .top-nayami-data__head {
    font-size: 35px;
  }
  .top-nayami-data__body {
    font-size: 25px;
  }
  .top-nayami-bottom-txt {
    font-size: 35px;
  }
}
@media print, screen and (min-width: 900px) {
  .top-nayami-title {
    font-size: 40px;
  }
  .top-nayami-title em {
    font-size: 40px;
  }
  .top-nayami-list {
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin-bottom: 10px;
  }
  .top-nayami-list__item {
    max-width: 370px;
    width: 30.833333333%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 24px 24px 0 24px;
  }
  .top-nayami-data__body {
    font-size: 15px;
  }
  .top-nayami-data__head {
    font-size: 25px;
  font-size: 2vw;
  }
  .top-nayami-data__body {
    font-size: 15px;
  }
  .top-nayami-bottom-txt {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 1250px) {
  .top-nayami-data__head {
    font-size: 25px;
  }
  .top-nayami-data__body {
    font-size: 18px;
  }
}



/* top-solution-blcok 
--------------------------------------------------------------- */
.top-solution-blcok {
  padding-top: 6.52%;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
}
.top-solution-title {
  margin-bottom: 10%;
  font-size: 35px;
  font-size: 4.563233377vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.top-solution-title em {
  display: inline-block;
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #ffe4d0));
  background: linear-gradient(transparent 65%, #ffe4d0 50%);
  font-size: 58px;
  font-size: 7.561929596vw;
}
.top-solution-box-list {
  padding: 0 5vw;
}
.top-solution-box-list__item {
  -webkit-box-shadow: 0 0 8px #e1f0f9;
  margin-bottom: 7%;
  border: 1px solid #e1f0f9;
  border-radius: 10px;
  box-shadow: 0 0 8px #e1f0f9;
}
.top-solution-top-title {
  padding: 5% 1% 5%;
  background-color: #f1f9ff;
  color: #297fb8;
  font-size: 35px;
  font-size: 4.563233377vw;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.top-solution-top-title em {
  color: #297fb8;
  font-size: 46px;
  font-size: 5.997392438vw;
  font-weight: 700;
  display: block;
  width: 100%;
}
.top-solution-mid-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4% 1% 4%;
  border-bottom: 1px solid #eeeeee;
}
.top-solution-mid-item .top-solution-mid-list {
  font-size: 28px;
  font-size: 3.650586701vw;
  font-weight: 500;
  text-align: center;
}
.top-solution-bottom-item {
  text-align: center;
}
.top-solution-bottom-item-text {
  text-align: center;
}
.top-solution-bottom-item-text a {
  display: block;
  position: relative;
  padding-top: 2.5%;
  padding-bottom: 5%;
  font-size: 26px;
  font-size: 3.389830508vw;
}
.top-solution-bottom-item-text a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.6077vw;
  height: 2.6077vw;
  margin: 0 auto 2%;
  transform: rotate(45deg);
  border-right: solid 0.6vw #b4b4b4;
  border-bottom: solid 0.6vw #b4b4b4;
  content: '';
}
@media print, screen and (max-width: 375px) {
  .top-solution-mid-item .top-solution-mid-list {
    font-size: 14px;
  }
  .top-solution-bottom-item-text a {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-solution-blcok {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .top-solution-title {
    margin-bottom: 50px;
    font-size: 25px;
  }
  .top-solution-title em {
    display: inline-block;
    padding-bottom: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #ffe4d0));
    background: linear-gradient(transparent 65%, #ffe4d0 50%);
    font-size: 50px;
  }
  .top-solution-box-list {
    padding: 0 5vw;
  }
  .top-solution-box-list__item {
    -webkit-box-shadow: 0 0 8px #e1f0f9;
    margin-bottom: 7%;
    border: 1px solid #e1f0f9;
    border-radius: 10px;
    box-shadow: 0 0 8px #e1f0f9;
  }
  .top-solution-top-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    height: 11.677vw;
  }
  .top-solution-top-title em {
    font-size: 28px;
    line-height: 1.5;
    display: block;
    width: 100%;
    letter-spacing: -0.03em;
  }
  .top-solution-mid-item {
    padding: 25px 2% 25px;
  }
  .top-solution-mid-item .top-solution-mid-list {
    font-size: 28px;
  }
  .top-solution-bottom-item {
    text-align: center;
  }
  .top-solution-bottom-item-text {
    text-align: center;
  }
  .top-solution-bottom-item-text a {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom:20px;
    font-size: 26px;
  }
  .top-solution-bottom-item-text a::after {
    content: '';
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin: 0 auto 2%;
    transform: rotate(45deg);
    border-right: solid 2px #b4b4b4;
    border-bottom: solid 2px #b4b4b4;
  }
}
@media print, screen and (min-width: 900px) {
  .top-solution-box-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .top-solution-box-list__item {
    max-width: 385px;
    width: 32.083333333%;
    -webkit-box-shadow: 0 0 8px #e1f0f9;
    margin-bottom: 7%;
    border: 1px solid #e1f0f9;
    border-radius: 10px;
    box-shadow: 0 0 8px #e1f0f9;
  }
  .top-solution-box-list__item:not(:last-child) {
    margin-right: 1.875%;
  }
  .top-solution-title {
    font-size: 25px;
    font-size: 2.083333333vw;
  }
  .top-solution-title em {
    font-size: 50px;
    font-size: 4.166666667vw;
  }
  .top-solution-top-title {
    font-size: 25px;
    font-size: 2.083333333vw;
  }
  .top-solution-top-title em {
    font-size: 28px;
    font-size: 2.333333333vw;
  }
  .top-solution-mid-item .top-solution-mid-list {
    font-size: 18px;
    font-size: 1.5vw;
  }
  .top-solution-bottom-item-text a {
    font-size: 16px;
    font-size: 1.333333333vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-solution-title {
  font-size: 35px;
  }
  .top-solution-title em {
    font-size: 58px;
  }
  .top-solution-top-title {
    height: 140px;
    font-size: 25px;
  }
  .top-solution-top-title em {
    font-size: 28px;
  }
  .top-solution-mid-item .top-solution-mid-list {
    font-size: 18px;
  }
  .top-solution-bottom-item-text a {
    font-size: 16px;
  }
} 



/* .top-management-box [ロジコの車両管理の特徴]
--------------------------------------------------------------- */
.top-management-box {
  width: 100%;
  margin: auto;
  padding-top: 6.52%;
  padding-bottom: 6.52%;
  border-bottom: 1px solid #eeeeee;
}
.top-management-title {
  position: relative;
  margin-bottom: 8.5%;
  color: #297fb8;
  font-size: 46px;
  font-size:  5.997392438vw;
  font-weight: 500;
  text-align: center;
}
.top-management-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 60px;
  width: 10%;
  height: 2px;
  margin: 0 auto -2%;
  background-color: #b4b4b4;
}
.top-management-list__item {
  margin-bottom: 30px;
}
.top-management-list__item:last-child {
  margin-bottom: 0;
}
.top-management-data {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.top-management-data__head {
  max-width: 280px;
  width: 38.4615%;
}
.top-management-data__body {
  width: 61.5385%;
}
.top-management-data__body .top-management-sub-data {
  padding-left: 3%;  
}
.top-management-sub-data__head {
  margin-bottom: 13px;
  font-size: 36px;
  font-size: 4.693611473vw;
  font-weight: 700;
  line-height: 1.3;
}
.top-management-sub-data__body {
  font-size: 26px;
  font-size: 3.389830508vw;
  font-weight: 500;
}

@media print, screen and (max-width: 375px) {
  .top-management-sub-data__head {
    font-size: 17px;
  }
  .top-management-sub-data__body {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-management-box {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-management-title {
    margin-bottom: 70px;
    font-size: 35px;
  }
  .top-management-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .top-management-list__item {
      max-width: 385px;
      width: 31.083333333%;
  }
  .top-management-list__item:not(:last-child) {
    margin-right: 2.375%;
  }
  .top-management-data__head {
    max-width: 280px;
    width: 60%;
  }
  .top-management-data__body {
    width: 40%;
  }
  .top-management-data__body .top-management-sub-data {
    padding-left: 3%;  
  }
  .top-management-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .top-management-data__head {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .top-management-data__body {
    width: 100%;
  }
  .top-management-data__body .top-management-sub-data {
      padding-left: 0%;
  }
  .top-management-sub-data__head {
    font-size: 24px;
    font-size: 2.201834862vw;
    text-align: center;
  }
  .top-management-sub-data__body {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
  }
  .top-management-list__item:nth-child(1) .top-management-sub-data__body {
    max-width: 16em;
  }
  .top-management-list__item:nth-child(3) .top-management-sub-data__body {
    max-width: 21em;
  }
}
@media print, screen and (min-width: 1040px) {
  .top-management-sub-data__body {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1090px) {
  .top-management-sub-data__head {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 1270px) {
  .top-management-sub-data__body {
    font-size: 16px;
  }
}


/* .top-registration-box [ロジコの登録申請業務の特徴]
--------------------------------------------------------------- */
.top-registration-box {
  width: 100%;
  margin: auto;
  padding-top: 6.52%;
  padding-bottom: 6.52%;
  border-bottom: 1px solid #eeeeee;
}
.top-registration-title {
  position: relative;
  margin-bottom: 8.5%;
  color: #297fb8;
  font-size: 46px;
  font-size:  5.997392438vw;
  font-weight: 500;
  text-align: center;
}
.top-registration-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 60px;
  width: 10%;
  height: 2px;
  margin: 0 auto -2%;
  background-color: #b4b4b4;
}
.top-registration-list__item {
  margin-bottom: 30px;
}
.top-registration-list__item:last-child {
  margin-bottom: 0;
}
.top-registration-data {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.top-registration-data__head {
  max-width: 280px;
  width: 38.4615%;
}
.top-registration-data__body {
  width: 61.5385%;
}
.top-registration-data__body .top-registration-sub-data {
  padding-left: 3%;  
}
.top-registration-sub-data__head {
  margin-bottom: 13px;
  font-size: 36px;
  font-size: 4.693611473vw;
  font-weight: 700;
  line-height: 1.3;
}
.top-registration-sub-data__body {
  font-size: 26px;
  font-size: 3.389830508vw;
  font-weight: 500;
}
@media print, screen and (max-width: 375px) {
  .top-registration-sub-data__head {
    font-size: 17px;
  }
  .top-registration-sub-data__body {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-registration-box {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-registration-title {
    margin-bottom: 70px;
    font-size: 35px;
  }
  .top-registration-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .top-registration-list__item {
      max-width: 385px;
      width: 31.083333333%;
  }
  .top-registration-list__item:not(:last-child) {
    margin-right: 2.375%;
  }
  .top-registration-data__head {
    max-width: 280px;
    width: 60%;
  }
  .top-registration-data__body {
    width: 40%;
  }
  .top-registration-data__body .top-registration-sub-data {
    padding-left: 3%;  
  }
  .top-registration-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .top-registration-data__head {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .top-registration-data__body {
    width: 100%;
  }
  .top-registration-data__body .top-registration-sub-data {
      padding-left: 0%;
  }
  .top-registration-sub-data__head {
    font-size: 24px;
    font-size: 2.201834862vw;
    text-align: center;
  }
  .top-registration-sub-data__body {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1040px) {
  .top-registration-sub-data__body {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1090px) {
  .top-registration-sub-data__head {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 1270px) {
  .top-registration-sub-data__body {
    font-size: 16px;
  }
}


/* .top-support-box [ロジコの車両管理の特徴]
--------------------------------------------------------------- */
.top-support-box {
  width: 100%;
  margin: auto;
  padding-top: 6.52%;
  padding-bottom: 6.52%;
  border-bottom: 1px solid #eeeeee;
}
.top-support-title {
  position: relative;
  margin-bottom: 8.5%;
  color: #297fb8;
  font-size: 46px;
  font-size:  5.997392438vw;
  font-weight: 500;
  text-align: center;
}
.top-support-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 60px;
  width: 10%;
  height: 2px;
  margin: 0 auto -2%;
  background-color: #b4b4b4;
}
.top-support-list__item {
  margin-bottom: 30px;
}
.top-support-list__item:last-child {
  margin-bottom: 0;
}
.top-support-data {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.top-support-data__head {
  max-width: 280px;
  width: 38.4615%;
}
.top-support-data__body {
  width: 61.5385%;
}
.top-support-data__body .top-support-sub-data {
  padding-left: 3%;  
}
.top-support-sub-data__head {
  margin-bottom: 13px;
  font-size: 36px;
  font-size: 4.693611473vw;
  font-weight: 700;
  line-height: 1.3;
}
.top-support-sub-data__body {
  font-size: 26px;
  font-size: 3.389830508vw;
  font-weight: 500;
}

@media print, screen and (max-width: 375px) {
  .top-support-sub-data__head {
    font-size: 17px;
  }
  .top-support-sub-data__body {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-support-box {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-support-title {
    margin-bottom: 70px;
    font-size: 35px;
  }
  .top-support-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .top-support-list__item {
      max-width: 385px;
      width: 31.083333333%;
  }
  .top-support-list__item:not(:last-child) {
    margin-right: 2.375%;
  }
  .top-support-data__head {
    max-width: 280px;
    width: 60%;
  }
  .top-support-data__body {
    width: 40%;
  }
  .top-support-data__body .top-support-sub-data {
    padding-left: 3%;  
  }
  .top-support-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .top-support-data__head {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .top-support-data__body {
    width: 100%;
  }
  .top-support-data__body .top-support-sub-data {
    padding-left: 0%;
  }
  .top-support-sub-data__head {
    font-size: 24px;
    font-size: 2.201834862vw;
    text-align: center;
  }
  .top-support-sub-data__body {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1040px) {
  .top-support-sub-data__body {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1090px) {
  .top-support-sub-data__head {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 1270px) {
  .top-support-sub-data__body {
    font-size: 16px;
  }
}



/* top-btn-blcok 
--------------------------------------------------------- */
.top-btn-blcok {
  padding: 25px 2.5vw;
  background-color: #eaf2f4;
}
.top-btn-blcok-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 4% 0;
  border-radius: 0.375rem;
  background: url(../img/top/img-bg-car.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.top-btn-blcok-title {
  margin-bottom: 15px;
  font-size: 40px;
  font-size: 5.215123859vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.top-btn-box {
  -webkit-box-shadow: 0 0 8px #d7dee3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.top-btn-btn {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.top-btn-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding:  6% 0;
  color: #fff;
  font-size: 34px;
  font-size:  4.43285528vw;
  font-weight: 700;
    background: #ff6000;
  background: -webkit-gradient(linear, left top, right top, from(#ff6000), to(#ff7a22));
  background: linear-gradient(90deg, #ff6000 0%, #ff7a22 100%);
  transition: 0.7s;
  border-radius: 8px;
}
.top-btn-btn a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  max-width: 50px;
  width: 6.519vw;
  max-height:  50px;
  height: 6.519vw;
  margin: auto 0;
  background: url(../img/top/icn-btn-arrrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}
@media print, screen and (min-width: 768px) {
  .top-btn-blcok {
    padding: 40px 40px;
}
  .top-btn-blcok-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/top/pc/img-bg-car.png);
    background-position: center;
  }
  .top-btn-blcok-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .top-btn-box {
    -webkit-box-shadow: 0 0 8px #d7dee3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width:  370px;
    width: 100%;
    margin: auto;
    border: 1px solid #fff;
    background-color: #fff;
  }
.top-btn-btn {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
  }
  .top-btn-btn:hover {
    opacity: .7;
    transition: 0.7s;
  }
  .top-btn-btn a {
    width: 100%;
    height: 100%;
    padding: 6% 0;
    font-size: 20px;
    border-radius: 8px;
  }
  .top-btn-btn a::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    max-width: 30px;
    width: 30px;
    max-height:  30px;
    height: 30px;
    margin: auto 0;
    background-size: 100% auto;
    content: '';
  }
}


/* top-expample-block
--------------------------------------------------------------- */
.top-expample-block {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafa;
}
.top-expample-block-inner {
  padding: 0 2.5vw;
}
.top-expample-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 50px;
  font-size: 6.518904824vw;
  font-weight: 700;
  text-align: center;
}
.top-expample-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  max-width: 70px;
  width: 9.607%;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}
.top-expample-list__item {
  margin-bottom: 45px;
}
.top-expample-list__item:last-child {
  margin-bottom: 0;
}
.top-expample-data__head {
  max-width: 708px;
  height: auto;
  margin: 0 auto;
}
.top-expample-sub-data__head {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  color: #15679d;
  font-size: 36px;
  font-size: 4.693611473vw;
  font-weight: 700;
}
.top-expample-sub-data__body {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 28px;
  font-size: 3.650586701vw;
}
.top-expample-sub-data__text {
  font-size: 26px;
  font-size: 3.389830508vw;
  color: #666666;
}
.top-expample-sub-data__body:last-child {
  padding: 0;
}
@media print, screen and (max-width: 375px) {
  .top-expample-sub-data__head {
    font-size: 18px;
  }
  .top-expample-sub-data__body {
    font-size: 14px;
  }
  .top-expample-sub-data__text {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-expample-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-expample-block-inner {
    max-width: 1000px;
    width: 91%;
    margin: 0 auto;
  }
  .top-expample-title {
    margin-bottom: 100px;
    font-size: 40px;
  }
  .top-expample-title::after {
    bottom: -25px;
    width: 70px;
  }
  .top-expample-list__item {
    margin-bottom: 100px;
  }
  .top-expample-list__item:last-child {
    margin-bottom: 0;
  }
  .top-expample-data {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-expample-data__head {
    max-width: 415px;
    width: 41.5%;
  }
  .top-expample-data__body {
    max-width: 585px;
    width: 58.5%;
  }
  .top-expample-data__body .top-expample-sub-data {
    margin-left: 7.69%;
  }
  .top-expample-sub-data__head {
    padding: 0px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .top-expample-sub-data__body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }
  .top-expample-sub-data__text {
    font-size: 14px;
  }
  .top-expample-list__item:nth-of-type(1) .top-expample-sub-data__body {
    max-width: 26em;
  }
  .top-expample-list__item:nth-of-type(2) .top-expample-sub-data__body {
    max-width: 26em;
  } 
}
@media print, screen and (min-width: 900px) {
  .top-expample-sub-data__head {
    font-size: 23px;
  }
  .top-expample-sub-data__body {
    font-size: 16px;
  }
  .top-expample-sub-data__text {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-expample-sub-data__head {
    font-size: 25px;
  }
  .top-expample-sub-data__body {
    font-size: 18px;
  }
  .top-expample-sub-data__text {
    font-size: 16px;
  }
}



/* top-qa-block
--------------------------------------------------------------- */
.top-qa-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 2.5vw;
  padding-bottom: 50px;
  padding-left: 2.5vw;
}
.top-qa-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 50px;
  font-size: 6.518904824vw;
  font-weight: 700;
  text-align: center;
}
.top-qa-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  max-width: 70px;
  width: 9.607%;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}
.top-qa-list__item {
  border-top: 1px solid #dddddd;
}
.top-qa-list__item:last-child {
  border-bottom: 1px solid #dddddd;
}
.top-qa-data__head {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2em;
  color: #15679d;
  font-size: 28px;
  font-size: 3.650586701vw;
  font-weight: 700;
  text-indent: -2em;
}
.top-qa-data__body {
  padding-bottom: 20px;
  padding-left: 2em;
  font-size: 26px;
  font-size: 3.389830508vw;
  text-indent: -2em;
}
.top-qa-data__body.annotation {
  margin-top: -10px;
  text-indent: 0;
}
@media print, screen and (max-width: 375px) {
  .top-qa-data__head {
    font-size: 15px;
  }
  .top-qa-data__body {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-qa-block {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-qa-block-inner {
    max-width: 1000px;
    width: 91%;
    margin: 0 auto;
  }
  .top-qa-title {
    margin-bottom: 90px;
    font-size: 40px;
  }
  .top-qa-title::after {
    bottom: -25px;
    width: 70px;
  }
  .top-qa-data__head {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
  }
  .top-qa-data__body {
    padding-bottom: 25px;
    font-size: 16px;
  }
}



/* top-about-block
--------------------------------------------------------------- */
.top-about-blcok {
  padding-right: 2.5vw;
  padding-left: 2.5vw;
}
.top-about-blcok-inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.top-about-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 50px;
  font-size: 6.518904824vw;
  font-weight: 700;
  text-align: center;
}
.top-about-title::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  max-width: 70px;
  width: 9.607%;
  height: 3px;
  margin: 0 auto;
  background-color: #297fb8;
  content: "";
}
.top-about-img-box {
  width: 33.333333%;
  margin: auto;
  margin-bottom: 40px;
}
.top-about-contents-list__item {
  margin-bottom: 25px;
}
.top-about-contents-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-about-contents-data__head {
  width: 25%;
  font-size: 26px;
  font-size: 3.389830508vw;
  font-weight: 700;
}
.top-about-contents-data__body {
  width: 75%;
  font-size: 26px;
  font-size: 3.389830508vw;
}
.top-about-contents-map-list__item {
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 3.389830508vw;
}
.top-about-contents-map-list__item:last-child {
  margin-bottom: 0;
}
.top-about-contents-map-list__item a {
  -webkit-transition: 0.7s;
  border-bottom: 1px solid #2d63e2;
  color: #297fb8;
  transition: 0.7s;
}
.top-about-contents-map-list__item a:hover {
  -webkit-transition: 0.7s;
  opacity: .7;
  transition: 0.7s;
}
@media print, screen and (max-width: 414px) {
  .top-about-contents-data__head {
    font-size: 15px;
  }
  .top-about-contents-data__body {
    font-size: 15px;
  }
  .top-about-contents-map-list__item {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 375px) {
  .top-about-contents-data__head {
    font-size: 14px;
  }
  .top-about-contents-data__body {
    font-size: 14px;
  }
  .top-about-contents-map-list__item {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-about-blcok-inner {
    width: 75%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-about-title {
    margin-bottom: 90px;
    font-size: 40px;
  }
  .top-about-title::after {
    bottom: -25px;
    width: 70px;
  }
  .top-about-contents-data__head {
    font-size: 16px;
  }
  .top-about-contents-data__body {
    font-size: 16px;
  }
  .top-about-contents-map-list__item {
    font-size: 16px;
  }
  .top-about-contents-map-list__item:last-child {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-about-outer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .top-about-img-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 243px;
    margin: 0px;
  }
  .top-about-contents {
    width: 58.333333%;
  }
}