@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}


/* ===============================================
font
=============================================== */
html {
  font-size: 62.5%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

  html {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Droid Sans", sans-serif;
  }
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Droid Sans", sans-serif;
  }

/* ===============================================
utilities
=============================================== */
.is_pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is_sp {
    display: block;
  }
}

/* ===============================================
html/body
=============================================== */
@media only screen and (min-width: 768px) {
  html,
body {
    overflow-x: visible;
  }
}
@media only screen and (max-width: 767px) {
  html,
body {
    overflow-x: hidden;
  }
}


/* ===============================================
aside
=============================================== */
aside {
  z-index: 99999;
  top: 0;
  left: 0;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  aside {
    width: 100%;
    position: fixed;
  }
}

/* ===============================================
container
=============================================== */
@media only screen and (min-width: 768px) {
  #container {
    min-width: 1070px;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #container {
    padding-top: 56px;
  }
}


/* ===============================================
aside
=============================================== */
aside {
  display: flex;
}
@media only screen and (min-width: 768px) {
  aside {
    height: 100vh;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  aside {
    justify-content: space-between;
    align-items: center;
  }
}
aside .aside__wrapper {
  display: flex;
}
@media only screen and (min-width: 768px) {
  aside .aside__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__wrapper {
    justify-content: space-between;
    align-items: center;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  aside .aside__logo {
    padding: 30px 0 2vh;
  }
}
@media only screen and (min-width: 1380px) {
  aside .aside__logo {
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__logo {
    flex-basis: 113px;
    margin-top: 8px;
    padding-left: 10px;
  }
}
aside .aside__logo a {
  display: block;
}
@media only screen and (min-width: 768px) {
  aside .aside__logo a {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__logo a {
    text-align: left;
  }
}
aside .aside__logo a:link, aside .aside__logo a:visited, aside .aside__logo a:hover, aside .aside__logo a:active {
  color: #565656;
  text-decoration: none;
}
aside .aside__logo span {
  display: block;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  aside .aside__logo span {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__logo span {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
aside .aside__logo em {
  display: block;
  margin: 0 auto;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  aside .aside__logo em {
    width: 128px;
    height: 24px;
    background: url("/files/img/common_v2/logo_enexfleet.svg") no-repeat left top;
    background-size: 128px auto;
  }
}
@media only screen and (min-width: 1380px) {
  aside .aside__logo em {
    width: 10vw;
    height: 1.875vw;
    background: url("/files/img/common_v2/logo_enexfleet.svg") no-repeat left top;
    background-size: 10vw auto;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__logo em {
    width: 113px;
    height: 34px;
    background: url("/files/img/common_v2/logo_enexfleet.svg") no-repeat left top;
    background-size: 113px auto;
  }
}
@media only screen and (min-width: 768px) {
  aside .aside__btn__enefle {
    order: 2;
    background: #0d1f3f;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__btn__enefle {
    flex-basis: 81px;
    margin-right: 5px;
  }
}
aside .aside__btn__enefle a {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  aside .aside__btn__enefle a {
    height: 10vh;
    background: url("/files/img/common_v2/logo_enefle.svg") no-repeat center center;
    background-size: 123px auto;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__btn__enefle a {
    width: 81px;
    height: 34px;
    background: url("/files/img/common_v2/logo_enefle_sp.svg") no-repeat left top;
    background-size: 81px auto;
  }
}
@media only screen and (min-width: 768px) {
  aside .aside__btn__enefle a:hover {
    opacity: 0.7;
  }
}
aside .aside__btn__search {
  background: #d3142f;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  aside .aside__btn__search {
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__btn__search {
    flex-basis: 81px;
    margin-right: 5px;
  }
}
aside .aside__btn__search span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 768px) {
  aside .aside__btn__search span {
    flex-direction: column;
    height: 10vh;
    font-size: 1.7rem;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__btn__search span {
    flex-direction: row;
    height: 34px;
    width: 81px;
  }
}
aside .aside__btn__search span::before {
  content: "";
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  aside .aside__btn__search span::before {
    margin-bottom: 4px;
    width: 21px;
    height: 23px;
    background: url("/files/img/common_v2/icon_search.svg") no-repeat center top;
    background-size: 21px auto;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__btn__search span::before {
    margin-right: 5px;
    width: 12px;
    height: 13px;
    background: url("/files/img/common_v2/icon_search.svg") no-repeat center top;
    background-size: 12px auto;
  }
}
@media only screen and (min-width: 768px) {
  aside .aside__btn__search span:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  aside .aside__nav {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  aside .aside__nav__list > li {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__list > li {
    flex-basis: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__list > li:nth-child(2n-1) > a {
    border-right: 1px solid #ccc;
  }
}
@media only screen and (min-width: 768px) {
  aside .aside__nav__list > li:not(:last-of-type) > a {
    border-bottom: 4px dotted #d0cccc;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__list > li:last-of-type > a {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  aside .aside__nav__list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 12px;
    height: 9.8vh;
    padding-left: 42px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__list > li > a {
    padding-left: 3.5vw;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__list > li > a {
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-left: 60px;
    min-height: 70px;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
  }
}
aside .aside__nav__list > li > a:link, aside .aside__nav__list > li > a:visited {
  color: #272525;
  text-decoration: none;
}
aside .aside__nav__list > li > a:hover, aside .aside__nav__list > li > a:active {
  color: #272525;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  aside .aside__nav__list > li > a:hover, aside .aside__nav__list > li > a:active {
    opacity: 0.7;
  }
}
aside .aside__nav__list > li ul {
  display: none;
}
@media only screen and (min-width: 768px) {
  aside .aside__nav__list > li ul {
    position: absolute;
    top: 2px;
    left: 165px;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__list > li ul {
    left: 100%;
  }
}
aside .aside__nav__list > li ul li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
aside .aside__nav__list > li ul li a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 25px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  transition: 0.3s;
}
aside .aside__nav__list > li ul li a:link, aside .aside__nav__list > li ul li a:visited {
  color: #141414;
  text-decoration: none;
}
aside .aside__nav__list > li ul li a:hover, aside .aside__nav__list > li ul li a:active {
  color: #141414;
  text-decoration: none;
  opacity: 0.5;
}
aside .aside__nav__list > li ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #d3142f;
  border-right: 2px solid #d3142f;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  margin-top: -2px;
  right: 15px;
}
aside .aside__nav__list > li:hover > ul {
  display: block;
}
aside .aside__nav__top > a {
  background: url("/files/img/common_v2/icon_top.svg") no-repeat left 3px center;
  background-size: 26px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__top > a {
    padding-top: 4px;
    background-position-x: 15px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__top > a {
    background-position-x: 15px;
  }
}
aside .aside__nav__info > a {
  background: url("/files/img/common_v2/icon_info.svg") no-repeat left 4px center;
  background-size: 24px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__info > a {
    background-position-x: 15px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__info > a {
    background-position-x: 15px;
  }
}
aside .aside__nav__driver > a {
  background: url("/files/img/common_v2/icon_driver.svg") no-repeat left 0px center;
  background-size: 35px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__driver > a {
    background-position-x: 14px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__driver > a {
    background-position-x: 15px;
  }
}
aside .aside__nav__carsale > a {
  background: url("/files/img/common_v2/icon_carsale.svg") no-repeat left 1px center;
  background-size: 31px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__carsale > a {
    background-position-x: 14px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__carsale > a {
    background-position-x: 12px;
  }
}
aside .aside__nav__care > a {
  background: url("/files/img/common_v2/icon_care.svg") no-repeat left 1px center;
  background-size: 30px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__care > a {
    background-position-x: 14px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__care > a {
    background-position-x: 15px;
  }
}
aside .aside__nav__electrical > a {
  background: url("/files/img/common_v2/icon_electrical.svg") no-repeat left 1px center;
  background-size: 31px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__electrical > a {
    background-position-x: 14px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__electrical > a {
    background-position-x: 15px;
  }
}
aside .aside__nav__overseas > a {
  background: url("/files/img/common_v2/icon_overseas.svg") no-repeat left 4px center;
  background-size: 24px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__overseas > a {
    background-position-x: 14px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__overseas > a {
    background-position-x: 15px;
  }
}
aside .aside__nav__overseas > a:hover {
  cursor: default;
}
aside .aside__nav__energy > a {
  background: url("/files/img/common_v2/icon_energy.svg") no-repeat left 4px center;
  background-size: 31px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__energy > a {
    background-position-x: 14px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__energy > a {
    background-position-x: 4px;
  }
}
aside .aside__nav__other > a {
  background: url("/files/img/common_v2/icon_other.svg") no-repeat left 8px center;
  background-size: 24px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__other > a {
    background-position-x: 18px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__other > a {
    background-position-x: 8px;
  }
}
aside .aside__nav__recruit > a {
  background: url("/files/img/common_v2/icon_recruit.svg") no-repeat left 8px center;
  background-size: 24px auto;
}
@media only screen and (min-width: 1380px) {
  aside .aside__nav__recruit > a {
    background-position-x: 18px;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside__nav__recruit > a {
    background-position-x: 8px;
  }
}


_:-ms-fullscreen,
:root .aside__nav__list a span {
  display: block;
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1380px) {
  _:-ms-fullscreen,
:root .aside__nav__list a span {
    left: 3.5vw;
  }
}
/* ===============================================
map_nav
=============================================== */
@media only screen and (min-width: 768px) {
  .is_shorter .map__nav {
    height: 430px;
  }
}
@media only screen and (min-width: 768px) {
  .is_shorter .map__nav__wrapper {
    height: 430px;
  }
}
@media only screen and (min-width: 768px) {
  .is_shorter .map__nav__box {
    display: none;
  }
}

/* ===============================================
footer
=============================================== */
@media only screen and (min-width: 768px) {
  footer {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  footer .foot__banner {
    background: url("/files/img/common_v2/foot_banner_bg.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner {
    margin: 25px 5vw;
  }
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__list {
    display: flex;
    min-height: 200px;
  }
}
footer .foot__banner__list li {
  position: relative;
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__list li {
    flex-basis: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__list li:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner__list li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
footer .foot__banner__list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__list li a {
    height: 42px;
    width: 60%;
    margin: 0 auto;
    padding: 0 30px;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner__list li a {
    height: 48px;
    padding: 2px 0 0;
    background: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
  }
}
footer .foot__banner__list li a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__list li a::after {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: 1px solid #141414;
    border-right: 1px solid #141414;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner__list li a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__list li a:link, footer .foot__banner__list li a:visited {
    color: #141414;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner__list li a:link, footer .foot__banner__list li a:visited {
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__list li a:hover, footer .foot__banner__list li a:active {
    color: #fff;
    background: #141414;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner__list li a:hover, footer .foot__banner__list li a:active {
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__list li a:hover::after, footer .foot__banner__list li a:active::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__contact {
    background: url("/files/img/common_v2/foot_banner_inquiry.svg") no-repeat center top 35%;
    background-size: 33px auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner__contact a::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 18px;
    height: 18px;
    background: url("/files/img/common_v2/foot_banner_inquiry.svg") no-repeat left top;
    background-size: 18px auto;
  }
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__search {
    background: url("/files/img/common_v2/foot_banner_search.svg") no-repeat center top 34%;
    background-size: 35px auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner__search a::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 20px;
    height: 23px;
    background: url("/files/img/common_v2/foot_banner_search.svg") no-repeat left top;
    background-size: 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  footer .foot__banner__enefle {
    background: url("/files/img/common_v2/foot_banner_enefle.png") no-repeat center top 38%;
    background-size: 236px auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner__enefle a {
    overflow: hidden;
    text-indent: 400%;
    white-space: nowrap;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot__banner__enefle a::before {
    content: "";
    position: absolute;
    z-index: 9;
    display: block;
    width: 137px;
    height: 28px;
    background: url("/files/img/common_v2/foot_banner_enefle.png") no-repeat left top;
    background-size: 137px auto;
  }
}
footer .wrapper {
  background: #141414;
}
@media only screen and (min-width: 768px) {
  footer .wrapper {
    padding: 65px 60px 25px;
  }
}
@media only screen and (max-width: 767px) {
  footer .wrapper {
    padding: 20px 5vw;
  }
}
@media only screen and (min-width: 768px) {
  footer .wrapper__inner {
    position: relative;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__site__id {
    margin-bottom: 15px;
  }
}
footer .footer__site__id span {
  display: block;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  footer .footer__site__id span {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__site__id span {
    margin-bottom: 3px;
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
footer .footer__site__id em {
  display: block;
  background: url("/files/img/common_v2/logo_enexfleet.svg") no-repeat left top;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  footer .footer__site__id em {
    width: 164px;
    height: 32px;
    background-size: 164px auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__site__id em {
    width: 113px;
    height: 22px;
    background-size: 113px auto;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__list {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list > li {
    flex-basis: 10.5%;
    font-size: 1.2rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list > li:nth-child(5), footer .footer__list > li:nth-child(6), footer .footer__list > li:nth-child(7) {
    flex-basis: 9%;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list > li:nth-child(3), footer .footer__list > li:nth-child(4) {
    flex-basis: 13%;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list > li:nth-child(8) {
    flex-basis: 12%;
  }
}
footer .footer__list > li > a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  footer .footer__list > li > a {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #d3142f;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list > li > a:link, footer .footer__list > li > a:visited {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list > li > a:hover, footer .footer__list > li > a:active {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list__list {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list__list li {
    margin-right: -3em;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list__list li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
footer .footer__list__list li a {
  position: relative;
  padding-left: 0.75em;
  color: #fff;
}
footer .footer__list__list li a::before {
  content: "･";
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  footer .footer__list__list li a:link, footer .footer__list__list li a:visited {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__list__list li a:hover, footer .footer__list__list li a:active {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__extra {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__extra {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__extra__btn:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__extra__btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    padding: 0 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__extra__btn a::after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__extra__btn a:link, footer .footer__extra__btn a:visited {
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer__extra__btn a:hover, footer .footer__extra__btn a:active {
    color: #141414;
    background: #fff;
    text-decoration: none;
  }
}
footer .footer__extra__btn a:hover::after, footer .footer__extra__btn a:active::after {
  border-top-color: #141414;
  border-right-color: #141414;
}
@media only screen and (min-width: 768px) {
  footer .footer__lower {
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__lower {
    display: none;
  }
}
footer .footer__lower li {
  padding: 0 20px;
}
footer .footer__lower li a {
  font-size: 1.4rem;
}
footer .footer__lower li a:link, footer .footer__lower li a:visited {
  color: #141414;
  text-decoration: none;
}
footer .footer__lower li a:hover, footer .footer__lower li a:active {
  color: #141414;
  text-decoration: underline;
}
footer .copyright {
  padding: 15px 0;
  color: #d0d0d0;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .copyright {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    font-size: 1rem;
  }
}

_:-ms-fullscreen,
:root .foot__banner__list li {
  height: 10vw;
}

_:-ms-fullscreen,
:root .foot__banner__list a {
  width: calc(60% - 30px);
  transform: translateX(-24.75%);
  white-space: nowrap;
}
