@charset "UTF-8";
/*--- import -------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6;
}

html {
  overflow: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

/* safariでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

a:focus, *:focus {
  outline: none;
}

/*------------------------------------- import ---*/
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  　　-ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  　　-moz-text-size-adjust: 100%;
  /*firefox*/
  font-family: Roboto, Helvetica Neue, Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  background: #FFF;
  letter-spacing: 0.07em;
  position: relative;
  /* safariでのデフォルトスタイルをリセット */
}
body a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  body a:hover {
    opacity: 0.7;
  }
}
body .pc {
  display: block;
}
body .pc._inline {
  display: inline;
}
body .pc._inline-block {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
  body .sp._inline {
    display: inline;
  }
  body .sp._inline-block {
    display: inline-block;
  }
}
body article,
body aside,
body details,
body figcaption,
body figure,
body footer,
body header,
body hgroup,
body menu,
body nav,
body section,
body main {
  display: block;
}
body li {
  list-style-type: none;
}
body blockquote,
body q {
  quotes: none;
}
body blockquote::before, body blockquote::after,
body q::before,
body q::after {
  content: "";
  content: none;
}
body a {
  text-decoration: none;
  color: inherit;
}
body img,
body picture {
  vertical-align: middle;
  max-width: 100%;
}
body table {
  border-collapse: collapse;
  border-spacing: 0;
}
body input,
body select {
  vertical-align: middle;
}
body br {
  line-height: 0;
}
body input,
body textarea,
body select {
  font: inherit;
}
body input[type=submit],
body input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body input[type=submit]::-webkit-search-decoration,
body input[type=button]::-webkit-search-decoration {
  display: none;
}
body input[type=submit]::focus,
body input[type=button]::focus {
  outline-offset: -2px;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
  pointer-events: none;
}

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

.coution::before {
  content: "※";
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

#wrapper {
  overflow: hidden;
  padding-top: 93px;
}
@media screen and (max-width: 640px) {
  #wrapper {
    padding-top: 60px;
  }
}
#wrapper .inview {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper .inview._delay1 {
  -webkit-transition: all 1.2s 0.1s;
  -o-transition: all 1.2s 0.1s;
  transition: all 1.2s 0.1s;
}
#wrapper .inview._delay2 {
  -webkit-transition: all 1.2s 0.2s;
  -o-transition: all 1.2s 0.2s;
  transition: all 1.2s 0.2s;
}
#wrapper .inview._delay3 {
  -webkit-transition: all 1.2s 0.3s;
  -o-transition: all 1.2s 0.3s;
  transition: all 1.2s 0.3s;
}
#wrapper .inview._delay4 {
  -webkit-transition: all 1.2s 0.4s;
  -o-transition: all 1.2s 0.4s;
  transition: all 1.2s 0.4s;
}
#wrapper .inview._delay5 {
  -webkit-transition: all 1.2s 0.5s;
  -o-transition: all 1.2s 0.5s;
  transition: all 1.2s 0.5s;
}
#wrapper .inview._fadeInleft {
  -webkit-transition: all 1.1s 0.2s;
  -o-transition: all 1.1s 0.2s;
  transition: all 1.1s 0.2s;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#wrapper .inview._fadeInright {
  -webkit-transition: all 1.1s 0.2s;
  -o-transition: all 1.1s 0.2s;
  transition: all 1.1s 0.2s;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
#wrapper .inview.on {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  #wrapper .inview._sp_delay0 {
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
  }
}

section .inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  section .inner {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  section .inner {
    padding: 3rem 1.3020833333vw;
  }
}
section .inner h2 {
  font-size: 2.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section .inner h2 {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner.type_prl {
    padding: 25vw 6vw;
  }
  section .inner.type_prl h2 {
    width: 100%;
  }
}

/*------------------------------------------------------------
	.header_top
------------------------------------------------------------*/
.header_top {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000000;
  height: 93px;
}
@media screen and (max-width: 640px) {
  .header_top {
    height: 60px;
  }
}
.header_top .logo {
  position: absolute;
  left: 2.34375vw;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .header_top .logo {
    left: 5.2083333333vw;
  }
  .header_top .logo img {
    width: 8.8541666667vw;
  }
}
.header_top .top_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 43px;
}
@media screen and (max-width: 640px) {
  .header_top .top_link {
    margin-left: 4.9479166667vw;
  }
}
.header_top .top_link li:nth-of-type(1) {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .header_top .top_link li:nth-of-type(1) {
    margin-right: 4.5572916667vw;
  }
}
.header_top .top_link li:nth-of-type(2) {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .header_top .top_link li:nth-of-type(2) {
    margin-right: 4.5572916667vw;
  }
}
.header_top .top_link li a {
  color: #FFF;
  font-size: 1.18em;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .header_top .top_link li a {
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 640px) {
  .header_top .top_link li a {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 1000px) {
  .header_top .top_link li a {
    font-size: 1.953125vw;
  }
}
.header_top nav {
  display: block;
  position: fixed;
  top: 0;
  right: -600px;
  bottom: 0;
  width: 680px;
  background: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header_top nav {
    width: 100%;
    right: -100%;
  }
}
.header_top nav .inner {
  padding: 50px 60px;
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .header_top nav .inner {
    margin-top: 30px;
    padding: 7.8125vw 0 0;
    text-align: center;
  }
}
.header_top nav .inner .head_link {
  margin-bottom: 45px;
}
.header_top nav .inner .head_link li:nth-of-type(1) {
  margin-bottom: 20px;
}
.header_top nav .inner .head_link li:last-child {
  margin-bottom: 0;
}
.header_top nav .inner .head_link li a {
  font-size: 3.90625vw;
  padding: 18px;
}
.header_top nav .inner .official {
  color: #fff;
}
.header_top nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_top nav .inner ul li {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header_top nav .inner ul li {
    margin-bottom: 4.5572916667vw;
  }
}
.header_top nav .inner ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.4em;
  padding: 0em 0;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .header_top nav .inner ul li a {
    font-size: 1.8em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .header_top nav .inner ul li a {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .header_top nav .inner ul li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header_top nav .inner ul li a:hover {
    opacity: 1;
  }
  .header_top nav .inner ul li a:hover::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.header_top nav .inner ul li:last-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width: 320px) {
  .header_top nav .inner ul li:last-of-type {
    margin-bottom: 6.5104166667vw;
  }
}
.header_top .open nav {
  right: 0;
  opacity: 1;
}
.header_top .official {
  width: 450px;
  position: relative;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .header_top .official {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header_top .official {
    width: 80.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (max-width: 320px) {
  .header_top .official {
    width: 88.5416666667vw;
  }
}
.header_top .official a {
  display: block;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 640px) {
  .header_top .official a {
    font-size: 1.1em;
    padding: 12px 0;
  }
}
.header_top .official a::after {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  top: calc(50% - 0.45em);
  right: 40px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header_top .official a::after {
    width: 0.5em;
    height: 0.5em;
    top: calc(50% - 0.3em);
    right: 4.5572916667vw;
  }
}
@media screen and (min-width: 769px) {
  .header_top .official a:hover {
    opacity: 0.7;
  }
  .header_top .official a:hover::after {
    right: 25px;
  }
}

/*------------------------------------------------------------
	.toggle_btn
------------------------------------------------------------*/
.toggle_btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 26px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .toggle_btn {
    right: 4.4270833333vw;
  }
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (-ms-high-contrast: none) {
  .toggle_btn span {
    border-radius: 0;
  }
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #ffffff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  -ms-transform: translateY(10px) rotate(-315deg);
      transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(315deg);
  -ms-transform: translateY(-6px) rotate(315deg);
      transform: translateY(-6px) rotate(315deg);
}

#mask {
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer small {
  padding: 1.2rem 0;
  display: block;
  font-size: 0.95em;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #000000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer small {
    font-size: 3.515625vw;
  }
}

/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
#modal .modalMask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#modal .modalWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  z-index: 20;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 閉じるボタン */
}
@media screen and (max-width: 768px) {
  #modal .modalWrap {
    min-width: 93%;
    max-width: 93%;
  }
}
#modal .modalWrap .modalCont {
  display: none;
  overflow: auto;
}
#modal .modalWrap .modalCont p {
  padding: 10px 0 0;
}
#modal .modalWrap .modalCont p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #modal .modalWrap .modalCont p a {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #modal .modalWrap .modalCont p a:hover {
    border: none;
  }
}
#modal .modalWrap .closeBtn {
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 100;
}
#modal .modalWrap .closeBtn .icnArea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
#modal .modalWrap .closeBtn .icnArea::before, #modal .modalWrap .closeBtn .icnArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#modal .modalWrap .closeBtn .icnArea::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 0;
}
#modal .modalWrap .closeBtn .icnArea::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  bottom: 0;
}

/*------------------------------------------------------------
下層共通
------------------------------------------------------------*/
.low_mv {
  padding: 50px 0;
  background: #f8f8f7;
}
@media screen and (max-width: 768px) {
  .low_mv {
    padding: 14.3229166667vw 0 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .low_mv img {
    width: 88.4114583333vw;
  }
}

.low_section {
  position: relative;
}
.low_section .con_ttl {
  text-align: left;
}
.low_section .low_inner {
  padding-top: 200px;
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .low_section .low_inner {
    padding-top: 45px;
  }
}

.bg {
  background-color: #000000;
}

.bg_sub {
  background-color: #ffffff;
}

.bg_urus {
  background-color: #16181b;
}

button {
  cursor: pointer;
}

.low_section .con_ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .low_section .con_ttl {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .low_section .con_ttl img {
    width: 91.015625vw;
  }
}
.low_section .txt_ttl {
  color: #2b2b2b;
  font-size: 1.0416666667vw;
  padding: 0 10vw;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .low_section .txt_ttl {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
.low_section .txt_ttl p {
  text-align: left;
  line-height: 2.1223958333vw;
}
@media screen and (max-width: 768px) {
  .low_section .txt_ttl p {
    font-size: 13px;
    line-height: 25px;
  }
}
.low_section .driving_flex {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .low_section .driving_flex {
    display: block;
    margin-bottom: 60px;
  }
}
.low_section .driving_flex:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.low_section .driving_flex .driving_txt {
  position: absolute;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .low_section .driving_flex .driving_txt {
    position: static;
    width: 100% !important;
    padding: 0 25px;
    margin-bottom: 20px;
  }
}
.low_section .driving_flex .driving_txt p {
  font-size: 0.7291666667vw;
  line-height: 1.8880208333vw;
  color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  .low_section .driving_flex .driving_txt p {
    font-size: 12px;
    line-height: 22px;
  }
}
.low_section .driving_flex .driving_txt span {
  font-size: 1.7708333333vw;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .low_section .driving_flex .driving_txt span {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.low_section .driving_flex .txt_01 {
  top: 5.2083333333vw;
  left: 9vw;
  width: 23vw;
}
@media screen and (max-width: 1000px) {
  .low_section .driving_flex .txt_01 {
    top: 3.90625vw;
  }
}
.low_section .driving_flex .txt_02 {
  top: 11.71875vw;
  right: 6vw;
  width: 26vw;
}
@media screen and (max-width: 1000px) {
  .low_section .driving_flex .txt_02 {
    right: 5vw;
    top: 10.4166666667vw;
  }
}
.low_section .driving_flex .txt_03 {
  top: 10.4166666667vw;
  left: 9vw;
  width: 23vw;
}
@media screen and (max-width: 1000px) {
  .low_section .driving_flex .txt_03 {
    top: 9.1145833333vw;
  }
}
.low_section .driving_flex .txt_04 {
  top: 14.3229166667vw;
  right: 7vw;
  width: 25vw;
}
@media screen and (max-width: 1000px) {
  .low_section .driving_flex .txt_04 {
    top: 10.4166666667vw;
  }
}
.low_section .driving_flex .txt_05 {
  top: 9.1145833333vw;
  left: 7vw;
  width: 23vw;
}
@media screen and (max-width: 1000px) {
  .low_section .driving_flex .txt_05 {
    top: 9.1145833333vw;
  }
}
.low_section .driving_flex .txt_06 {
  top: 13.0208333333vw;
  right: 7vw;
  width: 25vw;
}
@media screen and (max-width: 1000px) {
  .low_section .driving_flex .txt_06 {
    top: 10.4166666667vw;
  }
}
.low_section .driving_flex .driving_img {
  margin-left: auto;
}
.low_section .driving_flex .driving_img .driving_size {
  width: 73vw;
}
@media screen and (max-width: 768px) {
  .low_section .driving_flex .driving_img .driving_size {
    width: 100%;
  }
}
.low_section .driving_flex .driving_img_reverse {
  margin-right: auto;
  margin-left: inherit;
}
.low_section .driving_flex .sizeup {
  width: 75vw !important;
}
@media screen and (max-width: 768px) {
  .low_section .driving_flex .sizeup {
    width: 100% !important;
  }
}
.low_section .mb_0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .low_section .mb_0 {
    margin-bottom: 60px;
  }
}