@charset "UTF-8";
/*mediaquery*/
/*mixin*/
/* Font系 */
/*-----------------------
reset
-----------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

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

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

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

a {
  color: #212121;
  text-decoration: none;
}

a:link {
  color: #212121;
}

a:active {
  color: #212121;
}

a:visited {
  color: #212121;
}

a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------
common
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  width: 100%;
  min-width: 110rem;
  position: relative;
  color: #212121;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
}

body > img.ref {
  position: absolute;
  bottom: 0;
  left: 0;
}

main {
  display: block;
  margin-top: 7rem;
  padding-bottom: 5rem;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.clearfix {
  overflow: hidden;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT80 {
  margin-top: 8rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.Bebas {
  font-family: 'Bebas Neue', cursive;
}

.Roboto {
  font-family: 'Roboto', sans-serif;
}

.fade-up {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-up.anime-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.scroll_none {
  display: none;
}

.scroll_block {
  display: block;
}

.btn-white,
.btn-red,
.btn-red02 {
  text-align: center;
}

.btn-white a,
.btn-red a,
.btn-red02 a {
  display: inline-block;
  min-width: 34.6rem;
  padding: 1.7rem 5rem 1.7rem 2.4rem;
  border: 0.1rem solid #fff;
  text-align: left;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
}

.btn-white a::before,
.btn-red a::before,
.btn-red02 a::before {
  content: '';
  width: 120%;
  height: 100%;
  background: currentcolor;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.btn-white a::after,
.btn-red a::after,
.btn-red02 a::after {
  content: '';
  width: 2rem;
  height: 2rem;
  border-right: .5rem solid currentcolor;
  border-bottom: .5rem solid currentcolor;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.btn-white a:hover::before,
.btn-red a:hover::before,
.btn-red02 a:hover::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.btn-white a.coming-soon::before,
.btn-red a.coming-soon::before,
.btn-red02 a.coming-soon::before {
  content: none;
}

.btn-red a {
  border: 0.1rem solid #cf1111;
  background: #cf1111;
}

.btn-red02 a {
  border: 0.1rem solid #cf1111;
  color: #cf1111;
}

.mainv-pt01 {
  height: 63.5rem;
  max-height: 100vh;
  margin-top: -4.4rem;
  margin-bottom: 14rem;
}

.mainv-pt01 .inner {
  height: 100%;
  padding-top: 17rem;
  position: relative;
}

.mainv-pt01 .mainv-img {
  width: 85%;
  position: absolute;
  right: 21.4%;
  bottom: 0;
  z-index: 4;
}

.mainv-pt01 .mainv-img::before {
  content: '';
  width: 31rem;
  height: 100%;
  background: #cf1111;
  position: absolute;
  top: 14rem;
  right: 51%;
  z-index: -1;
  -webkit-transform: skewX(-32deg);
          transform: skewX(-32deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.mainv-pt01 .page-title {
  text-align: right;
  color: #000;
  position: relative;
  z-index: 5;
}

.mainv-pt01 .page-title .num {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mainv-pt01 .page-title .num::before {
  content: '';
  width: 10rem;
  height: .1rem;
  margin-right: 2rem;
  background: currentcolor;
}

.mainv-pt01 .page-title h1 {
  margin-top: 8rem;
  margin-bottom: 8rem;
  font-weight: 500;
  font-size: 2rem;
}

.mainv-pt01 .page-title h1 .en {
  display: block;
  margin-bottom: 4rem;
  font-family: 'Roboto', sans-serif;
  font-size: 10rem;
  font-weight: bold;
  line-height: .8;
}

.mainv-pt01 .page-desc {
  max-width: 48rem;
  margin-left: auto;
  color: #939393;
  line-height: 2.5;
  position: relative;
  z-index: 5;
}

.mainv-pt01.animation .mainv-img::before {
  height: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.mainv-pt01.animation.anime-on .mainv-img::before {
  height: 100%;
}

.mainv-pt02 {
  margin-bottom: 34rem;
  position: relative;
}

.mainv-pt02 .mainv-img {
  width: 100%;
  height: 59rem;
  pointer-events: none;
}

.mainv-pt02 .mainv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.mainv-pt02 .mainv-img iframe {
  width: 100%;
  height: 100%;
}

.mainv-pt02 .mainv-img video {
  width: 100%;
  height: 100%;
}

.mainv-pt02 .mainv-card {
  min-width: 47.9%;
  padding: 4.5rem 4.3%;
  padding-left: 15vw;
  background: #fff;
  position: absolute;
  bottom: -9rem;
  left: 0;
  z-index: 10;
}

.mainv-pt02 .mainv-card::before {
  content: '';
  width: 1rem;
  height: 66.67%;
  background: #00a8ff;
  position: absolute;
  top: 50%;
  left: 11vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mainv-pt02 .mainv-card .page-title h1 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: normal;
}

.mainv-pt02 .mainv-card .page-title h1 .en {
  display: block;
  margin-bottom: 2rem;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  color: #00a8ff;
}

.mainv-pt02 .mainv-card .page-desc {
  color: #939393;
}

.mainv-pt02 .mainv-bar {
  width: 69.4%;
  height: 18rem;
  padding-right: 8.3%;
  padding-bottom: 5rem;
  background: url(../img/common/color-bar-blue.jpg) no-repeat right center/cover;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 5;
}

.mainv-pt02.orange .mainv-card::before {
  background: #ff7d30;
}

.mainv-pt02.orange .mainv-card .page-title h1 .en {
  color: #ff7d30;
}

.mainv-pt02.orange .mainv-bar {
  background: url(../img/common/color-bar-orange.jpg) no-repeat right center/cover;
}

.mainv-pt02.purple .mainv-card::before {
  background: #6e5bff;
}

.mainv-pt02.purple .mainv-card .page-title h1 .en {
  color: #6e5bff;
}

.mainv-pt02.purple .mainv-bar {
  background: url(../img/common/color-bar-purple.jpg) no-repeat right center/cover;
}

.mainv-pt02.yellow .mainv-card::before {
  background: #ffc038;
}

.mainv-pt02.yellow .mainv-card .page-title h1 .en {
  color: #ffc038;
}

.mainv-pt02.yellow .mainv-bar {
  background: url(../img/common/color-bar-yellow.jpg) no-repeat right center/cover;
}

.content-pt01 {
  min-height: 68rem;
  margin-top: 5rem;
  margin-bottom: 11rem;
  padding-top: 9rem;
  overflow-x: hidden;
}

.content-pt01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-pt01 .content-img {
  width: 52.8%;
  margin-right: -6rem;
  position: relative;
}

.content-pt01 .content-img::before {
  content: '';
  width: 31rem;
  height: 68rem;
  background: #cf1111;
  position: absolute;
  top: -9rem;
  right: -48%;
  z-index: -1;
  -webkit-transform: skewX(-32deg);
          transform: skewX(-32deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.content-pt01 .content-txt {
  width: 45.5%;
  color: #212121;
  font-weight: 300;
}

.content-pt01 .content-txt .content-title {
  margin-top: 9rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #cf1111;
}

.content-pt01 .content-txt .content-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #212121;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -.03em;
}

.content-pt01.img-left .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content-pt01.img-left .content-img {
  margin-right: 0;
  margin-left: -6rem;
}

.content-pt01.img-left .content-img::before {
  right: 22%;
}

.content-pt01.img-left .content-txt .content-title {
  margin-top: -5rem;
}

.content-pt01.animation .content-img::before {
  height: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.content-pt01.animation.anime-on .content-img::before {
  height: 68rem;
}

/*==================================================
 * Tags
 *================================================*/
/**
 * img
 */
img {
  height: auto;
  max-width: 100%;
}

/**
 * a
 */
a {
  -webkit-transition: .3s;
  transition: .3s;
}

/**
 * blockquote
 */
blockquote {
  font-size: 100%;
}

/**
 * media
 */
embed,
iframe,
video,
object {
  max-width: 100%;
}

#header {
  width: 100%;
  height: 7rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

#header .inner {
  max-width: none;
  padding-left: 5rem;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .logo {
  width: 17.8rem;
  margin: 0;
  margin-left: 5px;
}

#header .logo a {
  display: block;
}

#header .logo img {
  display: block;
  width: 100%;
}

#header #nav-menu {
  font-size: 1.6rem;
  font-weight: 500;
}

#header #nav-menu ul li {
  margin-left: 2em;
}

#header #nav-menu ul li a {
  padding-bottom: 1rem;
  position: relative;
}

#header #nav-menu ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background: #cf1111;
  -webkit-transition: -webkit-transform 0.4s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s 0.15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

#header #nav-menu ul li a[href]:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#footer {
  padding: 6rem 0 4rem;
  background: #171717;
  color: #fff;
}

#footer .logo {
  max-width: 20rem;
}

#footer .footer-nav {
  margin: 4rem auto 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

#footer .footer-nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer-nav ul li {
  margin-right: 2em;
  margin-bottom: 2em;
}

#footer .footer-nav ul li a {
  color: #fff;
}

#footer .footer-nav ul li a[href]:hover {
  opacity: .6;
  text-decoration: underline;
}

#footer .copyright {
  color: #b5b5b6;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

#page-top {
  width: 5rem;
  height: 5rem;
  position: fixed;
  bottom: 4rem;
  right: 5rem;
  z-index: 99;
  background: #7d7d7d;
}

#page-top::before {
  content: '';
  width: 2rem;
  height: 2rem;
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

@media (max-width: 1117px) {
  body {
    min-width: auto;
    font-size: 4vw;
  }
  .inner {
    width: 96%;
  }
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .btn-white a,
  .btn-red a,
  .btn-red02 a {
    width: 80vw;
    min-width: auto;
    padding: 1.2em 3rem 1.2em 1.2em;
    font-size: 4.5vw;
  }
  .btn-white a::before,
  .btn-red a::before,
  .btn-red02 a::before {
    content: none;
  }
  .btn-white a::after,
  .btn-red a::after,
  .btn-red02 a::after {
    width: 1.5rem;
    height: 1.5rem;
    border-right: .3rem solid currentcolor;
    border-bottom: .3rem solid currentcolor;
    right: 1.5rem;
  }
  .mainv-pt01 {
    height: auto;
    min-height: 78vh;
    margin-top: -5rem;
    margin-bottom: 14vw;
    overflow-x: hidden;
    /* IE11 */
  }

 #vision .mainv-pt01{
  min-height: 124vh;
 }

  .mainv-pt01 .inner {
    padding-top: 30vw;
  }
  .mainv-pt01 .mainv-img {
    width: 100%;
    right: 0;
    bottom: auto;
    top: 4.4rem;
  }
  .mainv-pt01 .mainv-img::before {
    width: 30vw;
    top: 10vw;
  }
  .mainv-pt01 .page-title .num {
    font-size: 4.5vw;
  }
  .mainv-pt01 .page-title .num::before {
    display: none;
  }
  .mainv-pt01 .page-title h1 {
    text-shadow: 0 0 5px #fff;
    margin-top: 6vw;
    margin-bottom: 8vw;
    font-size: 5vw;
  }
  .mainv-pt01 .page-title h1 .en {
    margin-bottom: 5vw;
    font-size: 11vw;
  }
  .mainv-pt01 .page-desc {
    max-width: 85vw;
    margin-top: 20vw;
    line-height: 1.5;
  }

  .mainv-pt01 .desc-vision {
    max-width: 85vw;
    margin-top: 20vw;
    line-height: 1.5;
    font-size: min(4vw,20px) !important;
  }
  .mainv-pt02 {
    margin-bottom: 50vw;
  }
  .mainv-pt02 .mainv-img {
    height: 50vw;
  }
  .mainv-pt02 video.mainv-img {
    margin-bottom: -2vw;
  }
  .mainv-pt02 .mainv-card {
    width: 90vw;
    padding: 3.1vw 4.3vw;
    padding-left: 11vw;
    bottom: auto;
    top: 80%;
  }
  .mainv-pt02 .mainv-card::before {
    width: .7rem;
    left: 5vw;
  }
  .mainv-pt02 .mainv-card .page-title h1 {
    margin-bottom: 1em;
    font-size: 5vw;
  }
  .mainv-pt02 .mainv-card .page-title h1 .en {
    margin-bottom: 3vw;
    font-size: 10vw;
  }
  .mainv-pt02 .mainv-bar {
    width: 90vw;
    height: 40vw;
    padding-right: 3vw;
    padding-bottom: 3vw;
    font-size: 3.5vw;
  }
  .content-pt01 {
    min-height: auto;
    margin-top: 10vw;
    margin-bottom: 20vw;
    padding-top: 10vw;
  }
  .content-pt01 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* IE11 */
  }
  .content-pt01 .content-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .content-pt01 .content-img::before {
    width: 30vw;
    height: calc(100% + 20vw);
    top: -10vw;
    right: -15vw;
    z-index: -1;
  }
  .content-pt01 .content-txt {
    width: 100%;
  }
  .content-pt01 .content-txt .content-title {
    margin-top: 0;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
  .content-pt01 .content-txt .content-title h2 {
    font-size: 5vw;
  }
  .content-pt01.img-left .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-pt01.img-left .content-img {
    margin-left: 0;
  }
  .content-pt01.img-left .content-img::before {
    right: 15vw;
  }
  .content-pt01.img-left .content-txt .content-title {
    margin-top: 0;
  }
  .content-pt01.animation.anime-on .content-img::before {
    height: calc(100% + 20vw);
  }
  #header {
    min-width: auto;
  }
  #header .inner {
    width: 96%;
    padding: 0;
  }
  #header #menu-toggle {
    display: block;
    width: 5rem;
    height: 5rem;
    position: relative;
    z-index: 999;
    cursor: pointer;
    /* IE11 */
  }
  #header #menu-toggle span {
    width: 66.7%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
  }
  #header #menu-toggle span:first-child {
    top: calc(50% - 1rem);
  }
  #header #menu-toggle span:last-child {
    top: calc(50% + 1rem);
  }
  #header #menu-toggle.menu-open span:first-child {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  #header #menu-toggle.menu-open span:nth-child(2) {
    background: transparent;
  }
  #header #menu-toggle.menu-open span:last-child {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  #header #nav-menu {
    width: 100%;
    height: calc(100vh - 7rem);
    padding: 4vw;
    background: #fff;
    font-size: 1.4rem;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transform: translateY(-5rem);
            transform: translateY(-5rem);
    -webkit-transition: .5s;
    transition: .5s;
  }
  #header #nav-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header #nav-menu ul li {
    margin-left: 0;
    border-bottom: 0.1rem solid #b5b5b6;
  }
  #header #nav-menu ul li a {
    display: block;
    padding: 1rem;
  }
  #header #nav-menu.menu-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1117px) {
  .tab {
    display: block;
  }
  .pc {
    display: block;
  }
}

@media all and (max-width: 1117px) and (-ms-high-contrast: none) {
  .mainv-pt01 {
    min-height: 88vw;
  }
  .content-pt01 .inner {
    display: block;
  }
  #header #menu-toggle {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 949px) {
  #footer {
    padding: 6rem 0 4rem;
  }
  #footer .inner {
    width: 96%;
  }
  #footer .logo {
    margin: 0 auto;
  }
  #footer .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .footer-nav ul li {
    margin-right: 0;
    margin-bottom: 1em;
  }
  #page-top {
    bottom: 2rem;
    right: 2rem;
  }
  .mainv-pt01 .page-title {
 margin-top: 18vw;
}
}

@media (max-width: 640px) {

    #vision .mainv-pt01 {
        min-height: 80vh;
    }

    .mainv-pt01 {
        min-height: 48vh;
    }
}

/*# sourceMappingURL=maps/common.css.map */
