@charset "UTF-8";

/* Base */
main.page-drivershub {
  background-color: #fff;
  color: #000;
}
.section-area {
  padding: 76px 20px 80px 20px;
  align-items: center;
}
.page-drivershub .section-area h2 {
  color: #003366;
  text-align: center;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 30px;
}
h2 span.h2-bigtxt {
  color: #CC0033;
  font-size: 46px;
}
.page-drivershub .wrapper{
  max-width: 940px;
}
.page-drivershub .section-area .drivershub-column{
  display: flex;
}
.page-drivershub p,.page-drivershub li,.page-drivershub a{
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.pc-no{
  display: none;
}
.drivershub-column{
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
.drivershub-solution,.drivershub-cv{
  background-color: #F6F6F6;
}

@media (max-width: 768px) {
  .section-area {
    padding: 56px 20px 60px 20px;
    align-items: center;
  }
  main.page-drivershub{
    padding:0;
  }
  .page-drivershub section.section-area div h2 {
  font-size: 24px;
  }
  h2 span.h2-bigtxt {
    font-size: 34px;
  }
  .drivershub-column{
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  .sp-no{
    display: none;
  }
  .pc-no{
    display: block;
    width: 100%;
  }
}

/* fv */
.drivershub-fv_title{
  padding: 68px 0 72px;
  background-image: url(/auto/drivershub/img/main_bg.svg);
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  background-position: bottom right 7%;
}
.drivershub-fv_title .wrapper{
    display: flex;
    align-items: flex-start;
    gap: 36px;
    position: relative;
}
.drivershub-fv_title h1{
  max-width: 390px;
  margin-bottom:36px;
  width: 90%;
}
.drivershub-fv_title h1 img{
  max-width: 390px;
  margin-bottom:23px;
  width: 100%;
}
.drivershub-fv_title h1 img.drivershub-logo{
  width: 84%;
}
.drivershub-fv_title img.drivershub-fv_img {
  max-width: 541px;
  position: absolute;
  right: -30px;
  top: 131px;
}
.drivershub-fv_txt p{
  line-height: 31px;
}

@media (max-width: 768px) {
  .drivershub-fv_title{
  padding-top: 40px;
  padding-bottom: 200px;
  background-image: url(/auto/drivershub/img/main_sp_bg.svg);
  background-position: bottom right 40%;
  position: relative;
  }
  .drivershub-fv_title .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    align-self: stretch;
    text-align: center;
  }
  .drivershub-fv_title h1{
    margin: 0 auto;
    margin-bottom:8px;
  }
  .drivershub-fv_title h1 img{
  margin-bottom:16px;
  }
  .drivershub-fv_title h1 img.drivershub-logo{
    width: 80%;
  }
  .drivershub-fv_title img.drivershub-fv_img {
    width: 98.6%;
    right: auto;
    top: 104%;
    max-width: 370px;
  }
  .drivershub-fv_title p{
    font-size: 16px;
    line-height: 170%;
  }
}
@media (min-width: 1460px) {
  .drivershub-fv_title{
    background-position: bottom right 28%;
  }
}


/* problem */
.drivershub-problem{
  padding-top: 68px;
}
.drivershub-problem .drivershub-column div{
  width: 100%;
  position: relative;
  padding-top: 125px;
}
.drivershub-problem .drivershub-column div h3{
  font-size: 18px;
  padding: 5px 40px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background: #003366;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
}
.drivershub-problem .drivershub-column div p{
  padding: 24px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background: #F6F6F6;
  font-size: 16px;
}
.drivershub-problem .drivershub-column div img{
  height: 130px;
  position: absolute;
  top:0;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .drivershub-problem{
    padding-top: 110px;
  }
  .drivershub-problem h2{
    margin-bottom: 26px;
  }
}

/* solution */
.drivershub-solution{
  padding-top: 70px;
}

.page-drivershub .drivershub-solution div h2 {
  font-size: 32px;
  margin-bottom: 35px;
}
.drivershub-solution h2 img{
  width: 272px;
  margin-right: 15px;
}
.drivershub-solution .drivershub-column div{
  padding: 24px 48px 68px;
  border-radius: 50%;
  background: #FFF;
  width: 100%;
  max-height: 300px;
  position: relative;
  text-align: center;
 
}
.drivershub-solution .drivershub-column div h3{
  font-size: 28px;
  line-height:1.2;
  margin:12px 0 15px;
  font-weight: 900;
}
.drivershub-solution .drivershub-column div img.drivershub-check{
  text-align: center;
  width: 55px;
}
.drivershub-solution .drivershub-column div img.drivershub-human{
  position: absolute;
  height: 141px;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
}

.drivershub-solution .drivershub-column .h3-bigtxt {
  color: #CC0033;
  font-size: 38px;
}

@media (max-width: 768px) {
  .drivershub-solution{
    padding-top: 56px;
  }
   .drivershub-solution .drivershub-column{
    gap:23px;     
  }
  .drivershub-solution .drivershub-column div{
    padding: 24px 48px 24%;
    max-width: 300px;
    max-height: 300px;
    margin-bottom:80px;
  }
  .page-drivershub .drivershub-solution div h2 {
    margin-bottom: 38px;
  }
  .drivershub-solution h2 img{
    width: 225px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .drivershub-solution .drivershub-column div img.drivershub-human{
    bottom: -80px;
  }
}

/* merit */
.page-drivershub .drivershub-merit{
  padding-bottom: 58px;
}
.page-drivershub .drivershub-merit div h2 {
  font-size: 32px;
  margin-bottom: 32px;
}
.drivershub-merit .drivershub-column div{
  width: 100%;
  border-radius: 20px;
  background: #F6F6F6; 
  text-align: center;
  padding: 30px 0 0;
}
.drivershub-merit .drivershub-column div h3{
  color: #CC0033;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 900;
}
.drivershub-merit .drivershub-column div p{
  line-height: 1.4;
}
.drivershub-merit .drivershub-column div img{
  height: 210px;
  margin-top: 24px;
}
.drivershub-merit .drivershub-column div p:last-child{
  padding: 9px 60px;
  border-radius: 0 0 20px 20px;
  background: #003366;
  color: #FFF;
}
@media (max-width: 768px) {
  .page-drivershub .drivershub-merit .drivershub-column{
    margin: 0 8px;
  }
  .drivershub-merit .drivershub-column div p:last-child{
    padding: 8px 40px;
  }
}

/* management */
.page-drivershub .drivershub-management{
  padding-top: 0;
  padding-bottom: 64px;
}
.page-drivershub .drivershub-management h2{
  font-size: 32px;
}
.drivershub-management ul{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.drivershub-management li{
  padding: 16px 24px;
  list-style: none;
  border-radius: 10px;
  background: #F6F6F6;
  font-size: 20px;
}
.drivershub-management_screen{
  margin: 40px 0 0;
  text-align: center;
}
.drivershub-management_screen p{
  max-width: 460px;
  margin: 0 auto;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 140%;
}
.drivershub-management_screen p.drivershub-stxt {
  font-size: 17px;
  margin-bottom: 32px;
}
.drivershub-management_screen .drivershub-management_screen_column{
  display: flex;
  max-width: 680px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0 40px;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}
.drivershub-management_screen .drivershub-management_screen_pc{
  width: 360px;
}
.drivershub-management_screen .drivershub-management_screen_pc p{
  padding: 5px 20px;
  border-radius: 40px;
  background: #003366;
  font-size: 20px;
  color: #FFF;
  margin-bottom: 16px;
}
.drivershub-management_screen .drivershub-management_screen_pc img{
  width: 91%;
}
.drivershub-management_screen .drivershub-management_screen_sp{
  width: 280px;
}
.drivershub-management_screen .drivershub-management_screen_sp p{
  padding: 5px 20px;
  border-radius: 40px;
  background: #CC0033;
  font-size: 20px;
  color: #FFF;
  margin-bottom: 16px;
}
.drivershub-management_screen .drivershub-management_screen_sp img{
  width: 81%;
  position: relative;
  left: 15px;
}
.drivershub-management_screen .drivershub-management_screen_column::before {
  position: absolute;
  left: 347px;
  top: 151px;
  display: block;
  content: "";
  width: 76px;
  height: 2px;
  background: #000;
}
.drivershub-management_screen .drivershub-management_screen_column::after {
  position: absolute;
  left: 410px;
  top: 146px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .page-drivershub .drivershub-management{
    padding-bottom:48px;
  }
  .page-drivershub .drivershub-management h2{
    font-size: 24px;
    margin-bottom: 24px;
  }
  .drivershub-management ul{
    gap: 4px;
  }
  .drivershub-management li{
    padding: 7px 16px;
    font-size: 14px;
    border-radius: 4px;
  }
  .drivershub-management_screen p{
    font-size: 20px;
  }
  .drivershub-management_screen p.drivershub-stxt {
    font-size: 14px;
  }
  .drivershub-management_screen .drivershub-management_screen_column{
    flex-flow:column;
    gap: 64px 0;
  }
  .drivershub-management_screen .drivershub-management_screen_pc,.drivershub-management_screen .drivershub-management_screen_sp{
    max-width: 315px;
    margin: 0 auto;
  }
  .drivershub-management_screen .drivershub-management_screen_pc p,.drivershub-management_screen .drivershub-management_screen_sp p{
    font-size: 16px;
    padding: 6px 16px;
    width: fit-content;
  }
  .drivershub-management_screen .drivershub-management_screen_pc img{
    width: 100%;
  }
  .drivershub-management_screen .drivershub-management_screen_sp{
    width: 100%;
  }
  .drivershub-management_screen .drivershub-management_screen_sp img{
  width: 72%;
  position: static;
  }
  .drivershub-management_screen .drivershub-management_screen_column::before {
    left: 0;
    right: 0;
    top: 260px;
    display: block;
    content: "";
    width: 2px;
    height: 32px;
    margin: auto;
  }
  .drivershub-management_screen .drivershub-management_screen_column::after {
    left: 0;
    right: 0;
    top: 280px;
    transform: rotate(135deg);
    margin: auto;
  }
}

/* cv */
.drivershub-cv{
  text-align: center;
  padding-top: 58px;
}
.page-drivershub .drivershub-cv h2{
  font-size: 32px;
  margin-bottom: 32px;
}
.drivershub-cv p{
  max-width: 543px;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 24px;
  line-height: 160%;
}
.drivershub-cv a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 392px;
  padding: 12px 36px 14px;
  font-size: 22px;
  border-radius: 60px;
  color: #FFF;
  background: linear-gradient(180deg, #CD1432 0%, #7D1E69 65%, #1E4191 100%);
  position: relative;
  margin: 0 auto;
  line-height:1.4;
}
.drivershub-cv a span.drivershub-cv_stxt{
  font-size: 11px;
  font-weight: normal;
}
.drivershub-cv a::before,
.drivershub-cv a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
.drivershub-cv a::before {
  transform: rotate(45deg);
}
.drivershub-cv a::after {
  transform: rotate(-45deg);
}

.drivershub-cv a:hover,.drivershub-cv a:focus,.drivershub-cv a:active{
  text-decoration: none;
  -webkit-text-decoration: none;
  opacity: 0.7;
}
.page-top{
  z-index: 3;
}
@media (max-width: 768px) {
  .page-drivershub .drivershub-cv h2{
  font-size: 24px;
  margin-bottom: 24px;
  }
  .drivershub-cv a::before,
  .drivershub-cv a::after {
    right: 20px;
  }
  .drivershub-cv .wrapper{
    padding: 0;
  }
}