@charset "UTF-8";
:root {
  interpolate-size: allow-keywords;
}
html { font-size: 62.5%; }
.pconly { display: block; }
.sponly { display: none; }
@media screen and (max-width: 767px) {
.pconly { display: none; }
.sponly { display: block; }
}

p,span {font-feature-settings: "palt";}

.util-voice_guide {
    position: absolute!important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    white-space: nowrap
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    color: #000;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .05em;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
}

.header {
  position: fixed;
  display:flex;
  align-items:center;
  justify-content: center;
  margin: 0;
  width: 100%;
  max-width: 100vw;
  height: 90px;
  border-bottom: 1px solid #000;
  background-color: #fff;
  z-index: 20;
}

.header a {
  text-decoration: none;
  color: #000;
}

.header__corporate {
  width: 123px;
  height: 68px;
  margin: 0 25px 0 30px;
  padding-top: 0;
  box-sizing: border-box;
}

.header__corporate a,.header__corporate a img {
  display: block;
  width: 68px;
  height: auto;
}

.header__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc( 100% - 123px );
  max-width: 100vw;
  margin: 0 0 0 0;
  box-sizing: border-box;
}

.header__navigation h1 {
  display: inline-block;
  font-size: 1.4rem;
  min-width: 260px;
}

.header__navigation h1 a {
  color: #000;
  text-decoration: none;
}

.header__navigation h1 span {
  display: inline-block;
  box-sizing: border-box;
  background-color: #FCCF00;
  font-size: 1.4rem;
  line-height: 1.0;
  padding: 5px 5px;
  margin-right: 0.5rem;
}

.header__navigation .header_globalnavigation {
  display: flex;
  width: 70vw;
  max-width: 989px;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
}
.header__menu li, .header__cta li {
  list-style-type: none;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding-left: 0;
  margin: 0;
}

.header__menu li {
  box-sizing: border-box;
  width: 9.5vw;
  max-width: 145px;
  height: 89px;
  border-left: 2px solid #f0f0f0;
}

.header__menu-sponly {
  display:none;
}

.header__menu li a {
  display: block;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  padding-top: 3.3rem;
  letter-spacing: -1px;
  transition: opacity 0.2s linear,color 0.2s linear;
}

.header__menu li a:hover {
  color: #141414;
  opacity: 0.6
}

.header__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding-left: 0;
  margin: 0;
}

.header__cta li {
  box-sizing:border-box;
  width: 18.86vw;
  max-width: 264px;
  height: 90px;
}

.header__cta li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  padding-top: 2.7rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  text-align:center;
  transition: opacity 0.2s linear, color 0.2s linear;
}

.header__cta li a:hover {
  color: #f0f0f0;
  opacity: 0.85;
}

@media screen and (max-width:1199px){
  .header {
    width: 100%;
    min-width: 100%;
  }


  .header__corporate {
    width: 98px;
    height: 68px;
    margin: 0 0 0 30px;
    box-sizing: border-box;
  }


.header__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc( 100% - 98px );
  margin: 0 0 0 0;
  box-sizing: border-box;
}

.header__navigation h1 {
  display: inline-block;
  font-size: 1.4rem;
  min-width: 170px;
}

.header__navigation h1 a {
  color: #000;
  text-decoration: none;
}

.header__navigation h1 span {
  display: block;
  box-sizing: border-box;
  background-color: #FCCF00;
  font-size: 1.4rem;
  line-height: 1.0;
  padding: 5px 5px;
  width: 70px;
}

.header__navigation .header_globalnavigation {
  display: flex;
  width: 350px;
  justify-content: flex-end;
  align-items: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
}
.header__menu li, .header__cta li {
  list-style-type: none;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 89px;
  padding-left: 0;
}

.header__menu li {
  box-sizing: border-box;
  width: 80px;
  height: 89px;
  border-left: 2px solid #f0f0f0;
}
.header__menu li:nth-child(2) { width: 75px;}
.header__menu li:nth-child(4) { width: 105px;}
.header__menu li:nth-child(6) { width: 120px;}

.header__menu-sponly {
  display:none;
}

.header__menu li a {
  display: block;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  font-size: 1.3rem;
  text-align: center;
  padding-top: 3.8rem;
  transition: opacity 0.2s linear,color 0.2s linear;
}

.header__menu li a:hover {
  color: #141414;
  opacity: 0.6
}

.header__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding-left: 0;
}

.header__cta li {
  box-sizing:border-box;
  width: 24.8vw;
  max-width: 264px;
  height: 90px;
}

.header__cta li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  padding-top: 32px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  text-align:center;
  transition: opacity 0.2s linear, color 0.2s linear;
}

.header__cta li a:hover {
  color: #f0f0f0;
  opacity: 0.85;
}



}
@media screen and (max-width: 1024px) {
  .header__menu-sponly {
    display:block;
  }

  .header {
    display:flex;
    align-items:center;
    justify-content: start;
    margin: 0;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #000;
    position: fixed;
    min-width: 100%;
  }

  .header__navigation {
    display: block;
    width: 80%;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }

  .header__navigation .header_globalnavigation {
    display: block;
    opacity: 0;
    background: #FCCF00 url(/ytc/corp/recruit/sales-driver/assets/img/header__menu-cat.png?t=25112601) no-repeat left 14vw bottom 50px;
    background-size:120px 201.35px;
    transition: all 0.3s ease;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    z-index: 0;

  }

  .header__navigation .header_globalnavigation.open {
    display: block;
    top: 0;
    opacity: 1;
    z-index: 30;
  }

  .header__menu-button {
    display: block;
    position: relative;
    margin-right: 30px;
    width: 50px;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 31;
  }

  .header__menu-icon {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
  }
  .header__menu-icon:first-of-type {
    top: 0;
  }
  .header__menu-icon:nth-of-type(2){
    top: 19px;
  }
  .header__menu-icon:last-of-type{
    bottom: 0;
  }

  .header__menu-button.open {
    margin-left: -30px;
  }
  .header__menu-button.open .header__menu-icon:first-of-type {
    top: 20px;
    rotate: 45deg;
  }
  .header__menu-button.open .header__menu-icon:nth-of-type(2){
    opacity: 0;
  }
  .header__menu-button.open .header__menu-icon:last-of-type{
    top: 20px;
    rotate: -45deg;
  }

  .header__navigation h1 {
    display: inline-block;
    font-size: 1.4rem;
    width: 260px;
    text-align: right;
  }


  .header__navigation h1 span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.0;
    padding: 5px 10px;
    margin-right: 0.7rem;
    width: auto;
  }

  .header__menu {
    display: none;
    height: 100vh;
    padding-left: 0;
    padding-top: 5vw;
  }

    .header_globalnavigation.open .header__menu {
      display: block;
      width: 100%;
    }
    .header__menu li {
      box-sizing: border-box;
      width: 100vw;
      max-width: 100vw;
      height: auto;
      margin-bottom: 30px;
      line-height: 1.2;
      border-left: none;
      font-size: 1.6rem;
      text-align: right;
    }

    .header__menu li:first-of-type { height: auto; }
    .header__menu li:nth-child(2n) { width: 100vw;}
    .header__menu li a {
      display: block;
      width: calc( 100% - 35vw);
      height: auto;
      font-size: 1.6rem;
      text-align: left;
      padding: 0 0 0 0;
      margin: 0 0 0 35vw;
      transition: opacity 0.2s linear,color 0.2s linear;
    }

  .header__cta {
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 50px;
    right: 10%;
  }

  .header_globalnavigation.open .header__cta {
    display: block;
  }
  .header__cta li {
    display: table;
    box-sizing:border-box;
    width: 200px;
    height: 200px;
    padding: 0;

  }

  .header__cta li a {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    padding: 0 2.67vw;
    font-size: 2.4rem;
    text-align:center;
    border-radius: 18vw 18vw;
  }

/* SP CTA */
  .header_sp-cta {
    position: absolute;
    display: block;
    top: 200px;
    right: 0;
    width: 70px;
    height: 240px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    flex-direction: row;
    background: #000;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
 .header_sp-cta a {
    display: block;
    width: 70px;
    height: 240px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-align: center;
    box-sizing: border-box;
    padding: 0 16px;
 }

 /* humberger opend-body scroll lock */
  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .header__navigation .header_globalnavigation {
    background: #FCCF00 url(/ytc/corp/recruit/sales-driver/assets/img/header__menu-cat.png?t=25112601) no-repeat left 10vw bottom 4vw;
    background-size:12vw auto;
  }

  .header__menu {
    padding-top: 10vw;
  }
  .header__menu-sponly br { display: none; }

  .header__menu li {
    box-sizing: border-box;
    width: 100vw;
    height: 3.4vw;
    margin-bottom: 1vw;
    line-height: 1.2;
    border-left: none;
    font-size: 2.4vw;
    text-align: right;
    max-width: 100vw;
  }

  .header__menu li:first-of-type { height: 3.4vw; }
  .header__menu li:nth-child(2n) { width: 100vw;}

  .header__menu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 2.4vw;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 30vw;
  }

  .header__cta {
    width: 25vw;
    height: 25vw;
    bottom: 4vw;
    top: initial;
    left: 65vw;
  }
  .header__cta li {
    width: 25vw;
    height: 25vw;
  }

  .header__cta li a {
    width: 25vw;
    height: 25vw;
    padding: 0 2.67vw;
    font-size: 2.4vw;
    text-align:center;
    border-radius: 18vw 18vw;
  }


}

@media screen and (max-width:767px){
  .header__menu-sponly {
    display:block;
  }
  .header {
    display:flex;
    align-items:center;
    justify-content: start;
    margin: 0;
    width: 100%;
    height: 13.3vw;
    border-bottom: 1px solid #000;
    position: fixed;
    min-width: 100%;

  }

  .header__corporate {
    width: 10vw;
    height: 13.3vw;
    margin: 0 0 0 4vw;
    padding-top: 2.13vw;
  }

  .header__corporate a,.header__corporate a img {
    display: block;
    width: 10vw;
    height: auto;
  }

  .header__navigation {
    display: block;
    width: 80vw;
    margin: 0 0 0 0;
    box-sizing: border-box;
}

  .header__navigation .header_globalnavigation {
    display: block;
    opacity: 0;
    background: #FCCF00 url(/ytc/corp/recruit/sales-driver/assets/img/header__menu-cat.png?t=25112601) no-repeat 14vw 92vw;
    background-size:24vw 40.27vw;
    transition: all 0.3s ease;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    z-index: 0;

  }

  .header__navigation .header_globalnavigation.open {
    display: block;
    top: 0;
    opacity: 1;
    z-index: 30;
  }

  .header__menu-button {
    display: block;
    position: relative;
    margin-right: 2.67vw;
    width: 6.7vw;
    height: 5.7vw;
    padding: 0;
    box-sizing: border-box;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 31;
  }

  .header__menu-icon {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.4vw;
    background-color: #000;
    transition: all 0.3s ease;
  }
  .header__menu-icon:first-of-type {
    top: 0;
  }
  .header__menu-icon:nth-of-type(2){
    top: 2.82vw;
  }
  .header__menu-icon:last-of-type{
    bottom: 0;
  }

  .header__menu-button.open {
    margin-left: -4vw;
  }
  .header__menu-button.open .header__menu-icon:first-of-type {
    top: 3.35vw;
    rotate: 45deg;
  }
  .header__menu-button.open .header__menu-icon:nth-of-type(2){
    opacity: 0;
  }
  .header__menu-button.open .header__menu-icon:last-of-type{
    top: 3.35vw;
    rotate: -45deg;
  }

  .header__navigation h1 {
    display: inline-block;
    font-size: 3.2vw;
    width: 72vw;
    text-align: right;
  }


  .header__navigation h1 span {
    font-size: 3.2vw;
    line-height: 1.0;
    padding: 0.67vw 1.34vw;
    margin-right: 1vw;
  }

  .header__menu {
    display: block;
    height: 100vh;
    padding-left: 0;
    padding-top: 26.5vw
  }

  .header__menu li {
    box-sizing: border-box;
    width: 100vw;
    height: 6vw;
    margin-bottom: 4vw;
    line-height: 1.2;
    border-left: none;
    font-size: 4vw;
    text-align: right;
    max-width: 100vw;
  }

  .header__menu li:first-of-type { height: 10vw; }
  .header__menu li:nth-child(2n) { width: 100vw;}

  .header__menu li a {
    display: block;
    width: 100%;
    height: 8vw;
    font-size: 4vw;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 50vw;
    transition: opacity 0.2s linear,color 0.2s linear;

  }

  .header__cta {
    display: block;
    position: absolute;
    width: 36vw;
    height: 36vw;
    top: 94.6vw;
    left: 50vw;
  }
  .header__cta li {
    display: table;
    box-sizing:border-box;
    width: 36vw;
    height: 36vw;
    padding: 0;

  }

  .header__cta li a {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 36vw;
    height: 36vw;
    padding: 0 2.67vw;
    font-size: 4.53vw;
    text-align:center;
    border-radius: 18vw 18vw;
  }

/* SP CTA */
  .header_sp-cta {
    position: absolute;
    display: block;
    top: 26.67vw;
    right: 0;
    width: 9.3vw;
    height: 32vw;
    color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    flex-direction: row;
    background: #000;
    border-top-left-radius: 1vw;
    border-bottom-left-radius: 1vw;
  }
 .header_sp-cta a {
    display: block;
    width: 9.3vw;
    height: 32vw;
    color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-align: center;
    box-sizing: border-box;
    padding: 0 2vw;
 }

 /* humberger opend-body scroll lock */
  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }
}



@media screen and (max-width: 1024px) and  (orientation: landscape)  {
  .header__navigation .header_globalnavigation {
    background: #FCCF00 url(/ytc/corp/recruit/sales-driver/assets/img/header__menu-cat.png?t=25112601) no-repeat left 14vw bottom 12vw;
    background-size:12vw auto; /*40.27vw;*/
  }
  .header__menu {
    display: block;
    height: 100vh;
    padding-left: 0;
    padding-top: 4vw;
  }

  .header__menu li {
    height: 5.0vw;
    margin-bottom: 1.6vw;
    line-height: 1.2;
    font-size: 2.7vw;
  }

  .header__menu li:first-of-type { height: 5.5vw; }
  .header__menu-sponly br { display: none; }

  .header__menu li a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 3.2vw;
    padding: 0 0 0 35vw;

  }

  .header__cta {
    display: block;
    position: absolute;
    width: 25vw;
    height: 25vw;
    bottom: 12vw;
    top: initial;
    left: 70vw;
  }
  .header__cta li {
    display: table;
    box-sizing:border-box;
    width: 25vw;
    height: 25vw;
    padding: 0;

  }

  .header__cta li a {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 25vw;
    height: 25vw;
    padding: 0 2.67vw;
    font-size: 3.7vw;
    text-align:center;
    border-radius: 12.5vw 12.5vw;
  }

}



/* main content area */
main {
  width: 100%;
  min-height: 100vh;
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
/*  overflow:hidden;*/
}

@media screen and (max-width: 1199px){
  main {
    width: calc( 100vw - calc( 100vw - 100%));
    min-width: calc( 100vw - calc( 100vw - 100%));
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1024px){
  main {
    width: calc( 100vw - calc( 100vw - 100%));
    min-width: calc( 100vw - calc( 100vw - 100%));
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px){
  main {
    padding-top: 13.3vw;
    min-width: 100vw;
  }
}



/* breadcrums */
.main__guide {
  position: sticky;
  top: 90px;
  width: 100%;
  margin: 0;
  background-color: #f0f0f0;
  z-index: 15;
}

.main-breadcrumbs {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 6px 30px;
  margin: 0;
  list-style: none;
  font-size: 1.3rem;
  overflow-x: auto;
}
.main-breadcrumbs li {
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: 13px;
  padding-left: 19px;
}
.main-breadcrumbs>li::before {
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: rotate(45deg);
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.main-breadcrumbs>li:first-of-type {
    margin-left: 0;
    padding-left: 0
}

.main-breadcrumbs>li:first-of-type:before {
    content: none;
}
.main-breadcrumbs a,
.main-breadcrumbs .name {
  font-size: 1.3rem;
  line-height: 1.0;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  transition: opacity 0.25s linear;
}
.main-breadcrumbs a:hover {
  opacity: 0.7;
}

@media screen and (max-width:767px){
  .main__guide {
    top: 13.3vw;
  }
  .main-breadcrumbs {
    width: 100vw;
    padding: 2.6vw 4vw;
    margin: 0;
    font-size: 0.2vw;
  }
  .main-breadcrumbs li {
    margin-left: 1.73vw;
    padding-left: 2.5vw;
  }
  .main-breadcrumbs>li::before {
      top: 50%;
      left: -0.5vw;
      content: "";
      width: 1.1vw;
      height: 1.1vw;
      margin-top: -0.3vw;
      border-top: 0.25vw solid #000000;
      border-right: 0.25vw solid #000000;
  }
  .main-breadcrumbs>li:first-of-type {
      margin-left: 0;
      padding-left: 0
  }

  .main-breadcrumbs>li:first-of-type:before {
      content: none;
  }
  .main-breadcrumbs a,
  .main-breadcrumbs .name {
    font-size: 2.33vw;
    line-height: 1.0;
    color: #000;
    text-decoration: none;
    transition: opacity 0.25s linear;
  }
}


footer {
  width: 100%;
  min-width: 1200px;
}
@media screen and (max-width: 1199px) {
  footer {
    width: calc( 100vw - calc( 100vw - 100%));
    min-width: calc( 100vw - calc( 100vw - 100%));
  }
}
.footer__banner {
  width: 100%;
  height: 250px;
  background-color: #fccf00;
}
.footer__banner-wrap {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  min-width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding: 65px 0;
  background:url(/ytc/corp/recruit/sales-driver/assets/img/footer__banner-cats.png?t=25112601) no-repeat;
  background-position: right 85px top 22px;
  background-size:223px 190px;
}
.footer__banner-title {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto 20px;
  padding: 0;
}

.btn {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background-color: #000;
  color: #fff;
  border-radius: 21px;
  display: inline-block;
  width: 240px;
  height: 42px;
  line-height: 1.0;
  padding-top:10px;
  position:relative;
  transition: all 0.1s linear;
  z-index: 2;
}

.btn:hover {

  opacity: 1;
  background-color: #444;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: -4.5px;
  left: -4.5px;
  width: 240px;
  height: 42px;
  border: 1.5px solid #000;
  border-radius: 21px;
  z-index: 1;
}
.btn:hover::before {
  border: 1.5px solid #444;

}
.btn.outer::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 28px;
  width: 21px;
  height: 18px;
  background: url(/ytc/corp/recruit/sales-driver/assets/img/cta_outerwindow.svg?t=25112601) no-repeat 50% 50%;
  background-size: 21px 18px;
}

.footer__bottom {
  display:flex;
  align-items:center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 125px;
  max-width: 1400px;
  min-width: 1100px;
}
.footer__logo {
  width: 204px;
  height: 58.3px;
  margin: 0 180px 0 0;
  padding: 0;
  box-sizing: border-box;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__guide {
  min-width: 640px;
}
.footer__menu {
  display: flex;
  align-items: left;
  justify-content: center;
  padding-left: 0;
  font-size: 1.6rem;
  list-style-type: none;

}

.footer__menu li {
  margin: 0 50px 0 0;
  padding: 0;
  line-height: 1.0;
  font-weight: bold;
}
.footer__menu li a {
  transition: opacity 0.25s linear;
}
.footer__menu li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1199px){
  footer {
    width: calc( 100vw - calc( 100vw - 100%));
    min-width: calc( 100vw - calc( 100vw - 100%));
  }

  .footer__banner-wrap {
    width: calc( 100vw - calc( 100vw - 100%));
    min-width: calc( 100vw - calc( 100vw - 100%));
    max-width: initial;
    margin: 0 auto;
    text-align: center;
    padding: 7vw 0;
    background:url(/ytc/corp/recruit/sales-driver/assets/img/footer__banner-cats.png?t=25112601) no-repeat;
    background-position: right 6vw top 100px;
    background-size:15% auto;
  }

  .footer__bottom {
    display:flex;
    align-items:center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 125px;
    max-width: 1400px;
    min-width: 767px;
  }
  .footer__logo {
    width: 204px;
    height: 58.3px;
    margin: 0 100px 0 0;
    padding: 0;
    box-sizing: border-box;
  }

  .footer__guide {
    min-width: 440px;
  }
  .footer__menu {
    display: flex;
    align-items: left;
    justify-content: center;
    padding-left: 0;
    font-size: 1.6rem;
    list-style-type: none;

  }

  .footer__menu li {
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 1.0;
    font-weight: bold;
  }
}

@media screen and (max-width:767px){
  footer {
    min-width: 100vw;
  }
  .footer__banner {
    height: 34.6vw;
  }

  .footer__banner-wrap {
    width: 100%;
    max-width: 100vw;
    min-width: 100vw;
    margin: 0 auto;
    text-align: center;
    padding: 7vw 0;
    background:url(/ytc/corp/recruit/sales-driver/assets/img/footer__banner-cats.png?t=25112601) no-repeat;
    background-position: right 6vw top 15.6vw;
    background-size:19.3vw 16.47vw;
  }
  .footer__banner-title {
    font-size: 4.27vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    letter-spacing: -0.1rem;
    margin: 0 auto 2.3vw;
    padding: 0;
  }

  .btn {
    font-size: 4vw;
    border-radius: 4.8vw;
    width: 42.6vw;
    height: 7.46vw;
    padding-top: 1.63vw;
  }

  .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.8vw;
    left: -0.8vw;
    border-radius: 4.8vw;
    width: 42.6vw;
    height: 7.46vw;
    border: 0.26vw solid #000;
    z-index: 1;
  }

  .btn.outer::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.3vw;
    right: 5.6vw;
    width: 3.7vw;
    height: 3.2vw;
    background: url(/ytc/corp/recruit/sales-driver/assets/img/cta_outerwindow.svg?t=25112601) no-repeat 50% 50%;
    background-size: 3.7vw 3.2vw;
  }



  .footer__bottom {
    display:block;
    max-width: initial;
    min-width: initial;
    margin: 0 auto;
    padding-bottom: 14vw;
    width: 100%;
    height: auto;
    max-width: 100vw;
    min-width: 100vw;
  }
  .footer__logo {
    width: 100vw;
    box-sizing:border-box;
    margin: 8vw auto 10vw;
    padding: 0;
    text-align: center;
  }
  .footer__logo a {
    display:block;
    width: 100vw;
    height: auto;
    text-align: center;
  }
  .footer__logo img {
    display: inline-block;
    width: 56vw;
    height: 16vw;
  }
  .footer__guide {
    min-width: 100vw;
  }
  .footer__menu {
    display: block;
    width: 100vw;
    padding-left: 0;
    font-size: 3.2vw;
  }

  .footer__menu li {
    width: 100vw;
    margin: 0 0 8.9vw 0;
    padding: 0;
    line-height: 1.0;
    font-weight: bold;
    text-align: center;
  }
}


/* NEXT CONTENT */
.next-content {
  width: 85.7vw;
  max-width: 1200px;
  margin: 170px auto;
}

.next-content.interview-dynamic {
  position: relative;
  overflow-x: visible;
  margin-top: 115px;
  max-width: 1200px;
  width: 85.7vw;
  height: 682px;
  background-color: #f0f0f0;
  color: #000;
}
.next-content.interview-dynamic::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 70px;
  right: -45px;
  width: 312px;
  height: 180px;
  background: url(/ytc/corp/recruit/sales-driver/img/home__hero-truck.png?t=25112601) no-repeat 0 0;
  background-size: 312px auto;
}
body .main__nextcontent-cta {
  position: relative;
  display: table;
  margin-top: 115px;
  width: 1200px;
  height: 500px;
  background-color: #f0f0f0;
  color: #000;
}

body:not(#sd-home) .main__nextcontent-cta {
  background-color: #000;
  color: #fff;
}

.main__nextcontent-cta.interview {
  margin-left: -120px;
}
.main__nextcontent-cta.jobdescription::before {
  content: "";
  display: block;
  position:absolute;
  top: -70px;
  right: -100px;
  width: 640px;
  height: 480px;
  background: url(/ytc/corp/recruit/sales-driver/img/content-jobdescription.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}
.main__nextcontent-cta.training::before {
  content: "";
  display: block;
  position:absolute;
  top: -70px;
  left: -100px;
  width: 640px;
  height: 480px;
  background: url(/ytc/corp/recruit/sales-driver/img/content-training.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}

.main__nextcontent-cta.interview::before {
  content: "";
  display: block;
  position:absolute;
  top: -70px;
  left: -100px;
  width: 640px;
  height: 480px;
  background: url(/ytc/corp/recruit/sales-driver/img/content-interview.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}

#sd-home .main__nextcontent-cta.application::before {
  content: "";
  display: block;
  position:absolute;
  top: -70px;
  right: -100px;
  width: 640px;
  height: 480px;
  background: url(/ytc/corp/recruit/sales-driver/img/content-application.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}

body:not(#sd-home) .main__nextcontent-cta.application::before {
  content: "";
  display: block;
  position:absolute;
  top: -70px;
  left: -100px;
  width: 640px;
  height: 480px;
  background: url(/ytc/corp/recruit/sales-driver/img/content-application.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}

.main__nextcontent-cta.about::before {
  content: "";
  display: block;
  position:absolute;
  top: -70px;
  left: -100px;
  width: 640px;
  height: 480px;
  background: url(/ytc/corp/recruit/sales-driver/img/content-about.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}

.main__nextcontent-cta>div {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.interview-dynamic .text-area {
  display: table;
  position: absolute;
  bottom: 0;
  padding-left: 120px;
  vertical-align: bottom;
  box-sizing: border-box;
  height: 432px;
}


.main__nextcontent-cta h4,
.interview-dynamic .text-area h4 {
  font-size: 3.0rem;
  font-weight: bold;
}
.main__nextcontent-cta p,
.interview-dynamic .text-area p {
  font-size: 1.6rem;
  font-weight: 500;
}


.main__nextcontent-cta.jobdescription>div { padding-right: 540px; }
.main__nextcontent-cta.jobdescription h4,
.main__nextcontent-cta.jobdescription p { padding-left: 120px; }

.main__nextcontent-cta.training>div { padding-left: 540px; }
.main__nextcontent-cta.training h4,
.main__nextcontent-cta.training p { padding-left: 120px; }

.main__nextcontent-cta.interview>div { padding-left: 540px; }
.main__nextcontent-cta.interview h4,
.main__nextcontent-cta.interview p { padding-left: 120px; }

#sd-home .main__nextcontent-cta.application>div { padding-right: 540px; }
#sd-home .main__nextcontent-cta.application h4,
#sd-home .main__nextcontent-cta.application p { padding-left: 120px; }

body:not(#sd-home) .main__nextcontent-cta.application>div { padding-left: 540px; }
body:not(#sd-home) .main__nextcontent-cta.application h4,
body:not(#sd-home) .main__nextcontent-cta.application p { padding-left: 120px; }

.main__nextcontent-cta.about>div { padding-left: 540px; }
.main__nextcontent-cta.about h4,
.main__nextcontent-cta.about p { padding-left: 120px; }

.main__nextcontent-cta span.cta,
.interview-dynamic span.cta {
  display: table;
  width: 300px;
  height: 75px;
  margin: 85px auto 0;
}

.main__nextcontent-cta span.cta>span,
.interview-dynamic span.cta>span,
.interview-dynamic span.cta>a {
  display: table-cell;
  line-height: 1.0;
  font-size: 1.6rem;
  color: #000;
  background-color: #fccf00;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.main__nextcontent-cta:hover span.cta,
.interview-dynamic span.cta a:hover {
  opacity: 0.85;
}

.main__interview-wrapper {
  width: 100%;
  height: 320px;
  margin: 0 auto -365px;
  overflow: hidden;
  position: relative;
}

.main__salesdriver-interview {
  position: absolute;
  left: 50%;
  width: calc( 320px * 5 + 40px * 5 );
  height: 320px;
  margin: 0 0 0 -900px;
  padding: 0;
}

@media screen and ( min-width: 1280px ) {
  .main__salesdriver-interview::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 320px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, rgba(0,0,0,0) 100% );
    z-index: 3;
  }
  .main__salesdriver-interview::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 320px;
    background: linear-gradient( -90deg, #ffffff 0%,  #ffffff 40%, rgba(255,255,255,0) 100% );
    z-index: 3;
  }
}

.main__salesdriver-interview .swiper-slide {
  display: table;
  width: 320px;
  height: 320px;
}
.main__interview .swiper-wrapper {
  transition-timing-function: linear;
}
.main__salesdriver-interview .swiper-slide a {
  display: table-cell;
  vertical-align: bottom;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 320px;
  height: 320px;
}
.main__salesdriver-interview .swiper-slide span {
  position: relative;
  z-index: 3;
}

.main__salesdriver-interview .swiper-slide a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(35,24,21,255) 0%, 60%,rgba(255,255,255,0) 100% );
  z-index: 2;
}

.main__salesdriver-interview .swiper-slide.slide1 {
  background: url(/ytc/corp/recruit/sales-driver/img/interview01.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}
.main__salesdriver-interview .swiper-slide.slide2 {
  background: url(/ytc/corp/recruit/sales-driver/img/interview02.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}
.main__salesdriver-interview .swiper-slide.slide3 {
  background: url(/ytc/corp/recruit/sales-driver/img/interview03.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}
.main__salesdriver-interview .swiper-slide.slide4 {
  background: url(/ytc/corp/recruit/sales-driver/img/interview04.jpg?t=25112601) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1399px) {
    body#sd-home .main__nextcontent-cta.application::before {
      content: "";
      display: block;
      position:absolute;
      top: -70px;
      right: -10px;
      width: 640px;
      height: 480px;
      background: url(/ytc/corp/recruit/sales-driver/img/content-application.jpg?t=25112601) no-repeat 50% 50%;
      background-size: cover;
    }
}
@media screen and (max-width: 1309px) {
    body#sd-home .main__nextcontent-cta.application::before {
      content: "";
      display: block;
      position:absolute;
      top: -70px;
      right: 0;
      width: 560px;
      height: 420px;
      background: url(/ytc/corp/recruit/sales-driver/img/content-application.jpg?t=25112601) no-repeat 50% 50%;
      background-size: cover;
    }
}

@media screen and (max-width:1199px){
  .next-content {
    width: 100%;
    margin: 170px auto;
  }
  body:not(#sd-home) .main__nextcontent-cta,
  body .main__nextcontent-cta {
    position: relative;
    display: table;
    margin: 115px auto;
    width: 85.3vw;
    height: 500px;
    background-color: #f0f0f0;
    color: #000;
  }
  .main__nextcontent-cta.interview {
      margin-left: auto;
  }
 .main__nextcontent-cta.interview .sponly {
  display:block;
 }
  body:not(#sd-home) .main__nextcontent-cta {
    background-color: #000;
    color: #fff;
  }

  .main__nextcontent-cta.jobdescription::before {
    content: "";
    display: block;
    position:absolute;
    top: -70px;
    right: -300px;
    width: 640px;
    height: 480px;
    background: url(/ytc/corp/recruit/sales-driver/img/content-jobdescription.jpg?t=25112601) no-repeat 50% 50%;
    background-size: cover;
  }
  .main__nextcontent-cta.training::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: -100px;
    width: 480px;
    height: 360px;
    background: url(/ytc/corp/recruit/sales-driver/img/content-training.jpg?t=25112601) no-repeat 50% 50%;
    background-size: cover;
  }

  .main__nextcontent-cta.interview::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: -100px;
    width: 480px;
    height: 360px;
    background: url(/ytc/corp/recruit/sales-driver/img/content-interview.jpg?t=25112601) no-repeat 50% 50%;
    background-size: cover;
  }

  body#sd-home .main__nextcontent-cta.application::before {
    content: "";
    display: block;
    position:absolute;
    top: -70px;
    right: -70px;
    width: 480px;
    height: 360px;
    background: url(/ytc/corp/recruit/sales-driver/img/content-application.jpg?t=25112601) no-repeat 50% 50%;
    background-size: cover;
  }

  body:not(#sd-home) .main__nextcontent-cta.application::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: -100px;
    width: 480px;
    height: 360px;
    background: url(/ytc/corp/recruit/sales-driver/img/content-application.jpg?t=25112601) no-repeat 50% 50%;
    background-size: cover;
  }

  .main__nextcontent-cta.about::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: -100px;
    width: 480px;
    height: 360px;
    background: url(/ytc/corp/recruit/sales-driver/img/content-about.jpg?t=25112601) no-repeat 50% 50%;
    background-size: cover;
  }

  .main__nextcontent-cta>div {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .main__nextcontent-cta h4 {
    font-size: 3.0rem;
    font-weight: bold;
  }
  .main__nextcontent-cta p {
    font-size: 1.6rem;
    font-weight: 500;
  }


  .main__nextcontent-cta.jobdescription>div { padding-right: 400px; }
  .main__nextcontent-cta.jobdescription h4,
  .main__nextcontent-cta.jobdescription p { padding-left: 60px; }

  .main__nextcontent-cta.training>div { padding-left: 300px; }
  .main__nextcontent-cta.training h4,
  .main__nextcontent-cta.training p { padding-left: 120px; padding-right: 60px; }

  .main__nextcontent-cta.interview>div { padding-left: 300px; }
  .main__nextcontent-cta.interview h4,
  .main__nextcontent-cta.interview p { padding-left: 120px; padding-right: 60px; }

  body#sd-home .main__nextcontent-cta.application>div { padding-right: 420px; max-width: 820px; width: 100%; }
  body#sd-home .main__nextcontent-cta.application h4,
  body#sd-home .main__nextcontent-cta.application p { padding-left: 40px; }

  body:not(#sd-home) .main__nextcontent-cta.application>div { padding-left: 300px;  }
  body:not(#sd-home) .main__nextcontent-cta.application h4,
  body:not(#sd-home) .main__nextcontent-cta.application p { padding-left: 120px; padding-right: 60px; margin-left:auto; margin-right: auto; }



  .main__nextcontent-cta.about>div { padding-left: 300px; }
  .main__nextcontent-cta.about h4,
  .main__nextcontent-cta.about p { padding-left: 120px; padding-right: 60px; }

  .main__nextcontent-cta span.cta {
    display: table;
    width: 300px;
    height: 75px;
    margin: 85px auto 0;
  }

  .main__nextcontent-cta span.cta>span {
    display: table-cell;
    line-height: 1.0;
    font-size: 1.6rem;
    color: #000;
    background-color: #fccf00;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }

}
@media screen and (max-width:767px){
  .next-content {
    width: 100vw;
    margin-bottom: 13.3vw;
  }

  body:not(#sd-home) .main__nextcontent-cta,
  body .main__nextcontent-cta {
    position: relative;
    display: block;
    margin-top: 20vw;
    padding-bottom: 4vw;
    width: 100vw;
    height: auto;
    min-height: 102vw;
  }
  body .main__nextcontent-cta.interview {
      margin-left: 0;
  }
  .main__nextcontent-cta.jobdescription::before {
    content: "";
    top: -13.34vw;
    right: 0;
    width: 76.27vw;
    height: 57.2025vw;
    background: url(/ytc/corp/recruit/sales-driver/img/content-jobdescription.jpg?t=25112601) no-repeat 50% 50%;
    background-size: 76.27vw 57.2025vw;
  }

  .main__nextcontent-cta.training::before {
    content: "";
    top: -13.34vw;
    left: 0;
    width: 76.27vw;
    height: 57.2025vw;
    background: url(/ytc/corp/recruit/sales-driver/img/content-training.jpg?t=25112601) no-repeat 50% 50%;
    background-size: 76.27vw 57.2025vw;
  }

    .main__nextcontent-cta.interview::before {
    content: "";
    top: -13.34vw;
    left: 0;
    width: 76.27vw;
    height: 57.2025vw;
    background: url(/ytc/corp/recruit/sales-driver/img/content-interview.jpg?t=25112601) no-repeat 50% 50%;
    background-size: 76.27vw 57.2025vw;
  }
  body#sd-home .main__nextcontent-cta.application::before {
    content: "";
    top: -13.34vw;
    right: 0;
    width: 76.27vw;
    height: 57.2025vw;
    background: url(/ytc/corp/recruit/sales-driver/img/content-application.jpg?t=25112601) no-repeat 50% 50%;
    background-size: 76.27vw 57.2025vw;
  }


  body:not(#sd-home) .main__nextcontent-cta.application::before {
    content: "";
    top: -13.34vw;
    left: 0;
    width: 76.27vw;
    height: 57.2025vw;
    background: url(/ytc/corp/recruit/sales-driver/img/content-application.jpg?t=25112601) no-repeat 50% 50%;
    background-size: 76.27vw 57.2025vw;
  }


  .main__nextcontent-cta.about::before {
    content: "";
    top: -13.34vw;
    left: 0;
    width: 76.27vw;
    height: 57.2025vw;
    background: url(/ytc/corp/recruit/sales-driver/img/content-about.jpg?t=25112601) no-repeat 50% 50%;
    background-size: 76.27vw 57.2025vw;
  }

  .main__nextcontent-cta.jobdescription>div,
  .main__nextcontent-cta.training>div ,
  body#sd-home .main__nextcontent-cta.application>div ,
  body:not(#sd-home) .main__nextcontent-cta.application>div ,
  .main__nextcontent-cta.about>div ,
  .main__nextcontent-cta.interview>div {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100vw;
    height: auto;
    box-sizing: border-box;
    padding-top: 48.3vw;
  }
  
  .next-content.interview-dynamic {
    display: block;
    width: 100vw;
    height: auto;
    box-sizing: border-box;
    margin-top: -48.2vw;
    padding-top: 58.2vw;
    padding-bottom: 9.3vw;
    position: relative;
  }

  .next-content.interview-dynamic::after {
  content: "";
  display: none;
  background: transparent;
}

  .interview-dynamic .text-area {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 0 0;
    width: 100vw;
    height: auto;
    min-height: 50vw
  }
  .main__nextcontent-cta h4,
  .interview-dynamic .text-area h4 {
    margin: 0;
    font-size: 4.26vw;
    width: 88vw;
    line-height: 1.5;
  }

  .main__nextcontent-cta p,
  .interview-dynamic .text-area p {
    font-size: 3.2vw;
    margin-top: 1.3vw;
    letter-spacing: -1px;
    width: 88vw;
    line-height: 1.67;
  }

  .main__nextcontent-cta.jobdescription h4,
  .main__nextcontent-cta.jobdescription p { padding-left: 24vw; }

  .main__nextcontent-cta.training h4,
  .main__nextcontent-cta.training p { padding-left: 24vw; }

  .main__nextcontent-cta.interview h4,
  .main__nextcontent-cta.interview p { padding-left: 24vw; padding-right: 0; width: 90vw; }

  body#sd-home .main__nextcontent-cta.application h4,
  body#sd-home .main__nextcontent-cta.application p { padding-left: 24vw; }

  body:not(#sd-home) .main__nextcontent-cta.application h4,
  body:not(#sd-home) .main__nextcontent-cta.application p { padding-left: 24vw; margin-left:initial; margin-right: initial; }


  .main__nextcontent-cta.application h4,
  .main__nextcontent-cta.application p { padding-left: 24vw; }


  .main__nextcontent-cta.about h4,
  .main__nextcontent-cta.about p { padding-left: 24vw; padding-right: 0;}

.interview-dynamic h4,
.interview-dynamic p { padding-left: 24vw; }



  .main__nextcontent-cta span.cta,
  .interview-dynamic span.cta {
    display: table;
    width: 52.67vw;
    height: 13.3vw;
    margin: 4vw auto 0;
  }

  .main__nextcontent-cta span.cta>span,
  .interview-dynamic span.cta>span,
  .interview-dynamic span.cta>a {
    font-size: 3.2vw;
  }
  .main__nextcontent-cta:hover span.cta,
  .interview-dynamic span.cta a:hover  {
    opacity: 1;
  }

.main__interview-wrapper {
  width: 100vw;
  height: 64vw;
  margin: 0 auto 0;
}

.main__salesdriver-interview {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 64vw;
  margin: 0 0 0 0;
  padding: 0;
}

.main__salesdriver-interview .swiper-slide {
  display: table;
  width: 64vw;
  height: 64vw;
}
.main__interview .swiper-wrapper {
  transition-timing-function: linear;
}

.main__salesdriver-interview .swiper-slide a {
  display: table-cell;
  padding: 4vw;
  font-size: 3.2vw;
  width: 64vw;
  height: 64vw;
}
.main__salesdriver-interview .swiper-slide span {
  position: relative;
  z-index: 3;
}

.main__salesdriver-interview .swiper-slide a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16vw;
  background: linear-gradient(0deg, rgba(35,24,21,255) 0%, 60%,rgba(255,255,255,0) 100% );
  z-index: 2;
}




}