@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,700,800");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

@font-face {
  font-family: "YuGothic M";
  src: local(YuGothic-Medium), local(Yu Gothic Medium), local(YuGothic-Regular);
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  background-color: #fff;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-device-width: 768px) {
  html, body {
    height: 100%;
  }
}

h1, h2, h3, h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .01em;
  font-size: 1.6rem;
}

@media screen and (max-device-width: 768px) {
  h1, h2, h3, h4 {
    font-size: 1.4rem;
  }
}

table {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}

p, li {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-device-width: 768px) {
  p, li {
    font-size: 1.4rem;
  }
}

a {
  color: #034ea2;
}

small {
  font-size: 0.8em;
}

img {
  vertical-align: bottom;
}

input, button, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

body {
  position: fixed;
}

body, html {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background .background-inner {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300%;
  background-image: url(/assets/images/body-bg.png);
  background-size: 100% auto;
}

@media all and (min-device-width: 769px) {
  .background .background-inner {
    background-size: auto 100%;
  }
}

.scenes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media all and (min-device-width: 769px) {
  .scenes {
    min-width: 1024px;
  }
}

.scenes .scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.scenes .scene:nth-child(1) {
  display: block;
}

.global {
  opacity: 0;
}

.global-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}

@media all and (min-device-width: 769px) {
  .global-logo {
    left: 20px;
    top: 20px;
  }
}

.global-logo img {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media all and (min-device-width: 769px) {
  .global-logo img {
    width: 65px;
    height: 65px;
  }
}

.global-logo img:nth-child(2) {
  opacity: 0;
}

.global-logo.w img:nth-child(1) {
  opacity: 0;
}

.global-logo.w img:nth-child(2) {
  opacity: 1;
}

.global-scroll {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media all and (min-device-width: 769px) {
  .global-scroll {
    right: 30px;
    bottom: 20px;
  }
}

.global-scroll img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.global-scroll .global-scroll-img {
  width: 20px;
}

@media all and (min-device-width: 769px) {
  .global-scroll .global-scroll-img {
    width: 30px;
  }
}

.global-scroll .global-scroll-pagetop {
  width: 35px;
  display: none;
  opacity: 0;
}

@media all and (min-device-width: 769px) {
  .global-scroll .global-scroll-pagetop {
    cursor: pointer;
    width: 50px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .global-scroll .global-scroll-pagetop:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.global-navButton {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}

@media all and (min-device-width: 769px) {
  .global-navButton {
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .global-navButton:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.global-navButton div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35%;
  height: 22%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.global-navButton span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.global-navButton span:nth-of-type(1) {
  top: 0;
}

.global-navButton span:nth-of-type(2) {
  bottom: 0;
}

.global-navButton.open span:nth-of-type(1) {
  -webkit-transform: translateY(2px) rotate(-45deg);
  transform: translateY(2px) rotate(-45deg);
}

@media all and (min-device-width: 769px) {
  .global-navButton.open span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
}

.global-navButton.open span:nth-of-type(2) {
  -webkit-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}

@media all and (min-device-width: 769px) {
  .global-navButton.open span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
}

.global-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-device-width: 768px) {
  .global-dots {
    display: none;
  }
}

.global-dots li {
  background-color: #e0e0e0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 16px 0;
}

.global-dots li.current {
  background-color: #000;
}

.global-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.global-nav .global-nav-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.global-nav .global-nav-inner {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #cc0000;
  width: 250px;
  height: 100%;
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-inner {
    width: 600px;
  }
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .global-nav .global-nav-inner {
    width: 400px;
  }
}

.global-nav .global-nav-menu {
  margin: 70px 0 0 45px;
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .global-nav .global-nav-menu {
    margin: 20px 0 0 45px;
  }
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-menu {
    margin: 70px 0 0 100px;
  }
}

.global-nav .global-nav-menu li {
  margin-top: 5px;
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .global-nav .global-nav-menu li {
    margin-top: 10px;
  }
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-menu li {
    margin-top: 10px;
  }
}

.global-nav .global-nav-menu li ul {
  margin-bottom: 10px;
  overflow: hidden;
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-menu li ul {
    margin-bottom: 30px;
  }
}

.global-nav .global-nav-menu li li {
  margin-left: .5em;
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-menu li li {
    display: inline-block;
    margin-left: 1.2em;
  }
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .global-nav .global-nav-menu li li {
    display: inline-block;
    margin-left: 1.2em;
  }
}

.global-nav .global-nav-menu li li a {
  font-size: 1.5rem;
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-menu li li a {
    font-size: 2.4rem;
  }
}

.global-nav .global-nav-menu a {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 3.4rem;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 800;
  position: relative;
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-menu a {
    font-size: 5.6rem;
    line-height: 1.3;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .global-nav .global-nav-menu a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.global-nav .global-nav-menu a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cc0000;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
}

.global-nav .global-nav-menu a.show:after {
  width: 0;
}

.global-nav .global-nav-menu a span {
  font-size: 1.1rem;
  display: block;
  font-weight: normal;
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-menu a span {
    font-size: 1.8rem;
  }
}

.global-nav .global-nav-sns {
  position: absolute;
  left: 45px;
  bottom: 60px;
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .global-nav .global-nav-sns {
    bottom: 20px;
  }
}

@media screen and (max-device-width: 768px) {
  .global-nav .global-nav-sns {
    bottom: 30px;
  }
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-sns {
    left: 100px;
  }
}

.global-nav .global-nav-sns:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cc0000;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
}

.global-nav .global-nav-sns.show:after {
  width: 0;
}

.global-nav .global-nav-sns > div {
  white-space: nowrap;
}

.global-nav .global-nav-sns img {
  vertical-align: middle;
  margin-right: 15px;
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-sns img {
    margin-right: 30px;
  }
}

.global-nav .global-nav-sns ul {
  display: inline-block;
  vertical-align: middle;
}

.global-nav .global-nav-sns li {
  display: inline-block;
}

.global-nav .global-nav-sns li img {
  margin-right: 20px;
}

@media screen and (max-device-width: 768px) {
  .global-nav .global-nav-sns li img {
    width: 35px;
    margin-right: 10px;
  }
}

@media all and (min-device-width: 769px) {
  .global-nav .global-nav-sns a img {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .global-nav .global-nav-sns a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media screen and (max-device-width: 768px) {
  .global-nav .global-nav-sns .global-nav-sns-icon {
    width: 16px;
  }
}

.global-contact {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}

@media all and (min-device-width: 769px) {
  .global-contact {
    left: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .global-contact:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.global-contact img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 14px;
}

@media all and (min-device-width: 769px) {
  .global-contact img {
    width: 20px;
  }
}

.subnav .subnav-bg div {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #cc0000;
}

@media all and (min-device-width: 769px) {
  .subnav .subnav-bg div {
    width: 100%;
    height: 50%;
  }
}

.subnav .subnav-bg div:nth-child(2) {
  background-color: #bf0000;
  left: 50%;
}

@media all and (min-device-width: 769px) {
  .subnav .subnav-bg div:nth-child(2) {
    left: 0;
    top: 50%;
  }
}

.subnav nav {
  text-align: center;
  position: absolute;
  left: 0px;
  margin-top: 0;
}

@media screen and (max-device-width: 768px) {
  .subnav nav {
    text-align: center;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media all and (min-device-width: 769px) {
  .subnav nav {
    left: 25px;
    top: 50%;
    margin-top: -135px;
  }
}

.subnav .subnav-arrow {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  padding-top: 15px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.subnav .subnav-arrow img {
  width: 14px;
}

@media all and (min-device-width: 769px) {
  .subnav .subnav-arrow:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.subnav .subnav-arrow-next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.subnav p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  background-color: #d91616;
  padding: 10px 10px;
  border-radius: 30px;
  margin: 0px 10px;
  display: inline-block;
}

@media all and (min-device-width: 769px) {
  .subnav p {
    display: block;
    margin: 60px 0;
  }
}

.subnav p span {
  display: inline-block;
  margin: 0 10px;
}

.button {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 60px;
  display: inline-block;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
}

@media all and (min-device-width: 769px) {
  .button {
    font-size: 1.6rem;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    padding: 15px 80px;
  }
  .button:hover {
    opacity: .7;
  }
}

.top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/top/bg-sp.jpg);
  background-size: cover;
  background-position: 50%;
  opacity: 0;
}

@media all and (min-device-width: 769px) {
  .top-bg {
    background-image: url(/assets/images/top/bg-pc.jpg);
  }
}

.top-mv {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 330px;
  height: 209px;
  margin: -104px 0 0 -165px;
}

@media all and (min-device-width: 769px) {
  .top-mv {
    width: 736px;
    height: 468px;
    margin: -234px 0 0 -380px;
  }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .top-mv {
    width: 736px;
    height: 468px;
    margin: -234px 0 0 -380px;
  }
}

.top-mv > div {
  position: absolute;
}

.top-mv > div img {
  width: 100%;
  vertical-align: top;
}

.top-mv-shadow {
  left: 10.05435%;
  top: 4.2735%;
  width: 86.54891%;
}

.top-mv-line-0 {
  right: 79.07609%;
  top: 58.97436%;
  width: 20.78804%;
}

.top-mv-line-1 {
  right: 0%;
  top: 0%;
  width: 23.2337%;
}

.top-mv-title-0 {
  left: 6.25%;
  top: 8.97436%;
  width: 15.76087%;
}

.top-mv-title-1 {
  left: 25.40761%;
  top: 10.68376%;
  width: 13.99457%;
}

.top-mv-title-2 {
  left: 42.11957%;
  top: 5.12821%;
  width: 13.99457%;
}

.top-mv-title-3 {
  left: 58.83152%;
  top: 0%;
  width: 13.99457%;
}

.top-mv-title-4 {
  left: 22.69022%;
  top: 46.5812%;
  width: 13.99457%;
}

.top-mv-title-5 {
  left: 39.40217%;
  top: 41.02564%;
  width: 13.99457%;
}

.top-mv-title-6 {
  left: 56.11413%;
  top: 27.99145%;
  width: 13.58696%;
}

.top-mv-title-7 {
  left: 75.13587%;
  top: 24.35897%;
  width: 4.4837%;
}

.top-mv-title-8 {
  left: 84.23913%;
  top: 26.92308%;
  width: 10.59783%;
}

.top-mv-subtitle {
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  -webkit-transition: -webkit-filter .2s ease-out;
  transition: -webkit-filter .2s ease-out;
  transition: filter .2s ease-out;
  transition: filter .2s ease-out, -webkit-filter .2s ease-out;
}

.top-mv-subtitle.on {
  -webkit-filter: drop-shadow(1px 1px 0px black);
  filter: drop-shadow(1px 1px 0px black);
}

@media all and (min-device-width: 769px) {
  .top-mv-subtitle.on {
    -webkit-filter: drop-shadow(2px 2px 0px black);
    filter: drop-shadow(2px 2px 0px black);
  }
}

.top-mv-subtitle-0 {
  left: 10.7337%;
  top: 87.60684%;
  width: 5.84239%;
}

.top-mv-subtitle-1 {
  left: 17.66304%;
  top: 84.82906%;
  width: 5.57065%;
}

.top-mv-subtitle-2 {
  left: 23.77717%;
  top: 82.47863%;
  width: 5.29891%;
}

.top-mv-subtitle-3 {
  left: 29.75543%;
  top: 82.26496%;
  width: 4.34783%;
}

.top-mv-subtitle-4 {
  left: 35.7337%;
  top: 80.34188%;
  width: 4.34783%;
}

.top-mv-subtitle-5 {
  left: 41.57609%;
  top: 78.63248%;
  width: 5.02717%;
}

.top-mv-subtitle-6 {
  left: 47.55435%;
  top: 83.11966%;
  width: 1.3587%;
}

.top-mv-subtitle-7 {
  left: 52.17391%;
  top: 74.57265%;
  width: 5.57065%;
}

.top-mv-subtitle-8 {
  left: 58.83152%;
  top: 71.79487%;
  width: 5.57065%;
}

.top-mv-subtitle-9 {
  left: 64.94565%;
  top: 69.65812%;
  width: 5.57065%;
}

.top-mv-subtitle-10 {
  left: 71.46739%;
  top: 67.52137%;
  width: 5.57065%;
}

.top-mv-subtitle-11 {
  left: 77.98913%;
  top: 65.17094%;
  width: 5.57065%;
}

.top-mv-subtitle-12 {
  left: 84.10326%;
  top: 63.67521%;
  width: 4.8913%;
}

.top-mv-subtitle-13 {
  left: 90.08152%;
  top: 68.80342%;
  width: 1.7663%;
}

.whatwedo-bg {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-device-width: 769px) {
  .whatwedo-bg {
    width: calc(100% - 240px);
    left: 240px;
    height: 105%;
  }
}

.whatwedo-bg div {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  display: none;
}

.whatwedo-bg div:nth-child(1) {
  background-image: url(/assets/images/whatwedo/0-bg.jpg);
  display: block;
}

.whatwedo-bg div:nth-child(2) {
  background-image: url(/assets/images/whatwedo/1-bg.jpg);
}

.whatwedo-bg div:nth-child(3) {
  background-image: url(/assets/images/whatwedo/2-bg.jpg);
}

.whatwedo-bg div:nth-child(4) {
  background-image: url(/assets/images/whatwedo/3-bg.jpg);
}

.whatwedo-nav {
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media all and (min-device-width: 769px) {
  .whatwedo-nav {
    width: 240px;
    height: 100%;
    bottom: inherit;
    left: 0;
    top: 0;
  }
}

.whatwedo-contents {
  position: absolute;
  left: 5%;
  top: 0px;
  width: 90%;
}

@media all and (min-device-width: 769px) {
  .whatwedo-contents {
    width: 660px;
    left: 160px;
    top: 50%;
    margin-top: -330px;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

@media screen and (max-device-width: 768px) {
  .whatwedo-contents {
    top: 70px;
  }
}

@media screen and (max-device-width: 320px) {
  .whatwedo-contents {
    top: 60px;
  }
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .whatwedo-contents {
    top: 10px;
  }
}

.whatwedo-contents ul {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.whatwedo-contents li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.whatwedo-contents li:nth-child(1) {
  display: block;
}

.whatwedo-contents li img {
  -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.whatwedo-contents img {
  max-width: 100%;
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .whatwedo-contents img {
    max-height: 300px;
  }
}

.whatwedo-contents-button {
  position: absolute;
  left: 50%;
  top: 82%;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
  line-height: 1;
  width: 190px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media all and (min-device-width: 769px) {
  .whatwedo-contents-button {
    left: 50%;
    top: 463px;
    padding: 20px 0;
    font-size: 1.4rem;
    width: 258px;
  }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .whatwedo-contents-button {
    font-size: 1.8rem;
    width: 258px;
    padding: 20px 0;
  }
}

@media all and (min-device-width: 769px) {
  .whatwedo-contents-button:hover {
    opacity: .7;
  }
}

.whatwedo-contents-button:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background-image: url(../images/icon-link.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.items-bg {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.items-text.pc {
  position: absolute;
  left: 100px;
  top: 50%;
  width: 420px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.items-text.pc h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.2rem;
  color: #cc0000;
  line-height: 1.5;
}

.items-text.pc h2 + p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
}

.items-text.pc h3 {
  font-size: 2.4rem;
  margin-top: 1em;
  line-height: 1.5;
}

.items-text.pc p {
  margin-top: 1.4em;
  line-height: 2;
  font-size: 1.3rem;
}

.items-text.pc p:last-of-type {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.items-text.pc .button {
  margin-top: 20px;
}

.items-text.sp {
  position: relative;
  text-align: center;
}

.items-text.sp h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  color: #cc0000;
  line-height: 1.2;
  margin-top: 5px;
}

.items-text.sp h2 + p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0;
}

.items-text.sp > p {
  font-size: 1.2rem;
  margin-top: 1em;
}

@media screen and (max-device-width: 320px) {
  .items-text.sp > p {
    font-size: 1rem;
  }
}

.items-text.sp > p:last-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.items-text.sp .button {
  margin-top: 10px;
}

.items-nav {
  width: 100%;
  height: 130px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media all and (min-device-width: 769px) {
  .items-nav {
    width: 220px;
    height: 100%;
    bottom: inherit;
    right: 0;
    top: 0;
  }
}

@media all and (min-device-width: 769px) {
  .items-nav nav {
    left: inherit;
    right: 50px;
  }
}

.items-contents.pc {
  position: absolute;
  right: 180px;
  top: 50%;
  width: calc(100% - 740px);
  max-width: 600px;
  height: 560px;
  margin-top: -300px;
  -webkit-perspective: 1000;
  perspective: 1000;
  text-align: center;
  z-index: 2;
}

.items-contents-list {
  height: 100%;
  position: absolute;
  width: 100%;
}

.items-contents-list-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
  display: none;
  opacity: 0;
}

.items-contents-list-item:nth-child(1) {
  display: block;
  opacity: 1;
}

.items-contents-list-item table {
  width: 100%;
  height: 560px;
}

.items-contents-list-item table td {
  width: 50%;
  height: 186.66667px;
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  position: relative;
}

.items-contents-list-item table td:hover .items-contents-list-item-hover div {
  opacity: 1;
  visibility: visible;
}

.items-contents-list-item table td .items-contents-list-item-hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.items-contents-list-item table td .items-contents-list-item-hover div {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}

.items-contents-list-item table td .items-contents-list-item-hover > div {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 5px);
  background-color: rgba(204, 0, 0, 0.75);
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.items-contents-list-item table td .items-contents-list-item-hover > div h3 {
  color: #fff;
  font-size: 1.8rem;
}

.items-contents-list-item table img {
  width: 150%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}

.items-contents-list-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-contents-list-item ul li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.items-contents-one {
  height: 100%;
  position: absolute;
  width: 100%;
  display: none;
  opacity: 0;
}

.items-contents-one-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
  display: none;
  opacity: 0;
  background-color: #fff;
}

.items-contents-one-item:nth-child(1) {
  display: block;
  opacity: 1;
}

.items-contents-one-item img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.items-contents-one-item:hover > div div {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.items-contents-one-item > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.items-contents-one-item > div div {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.75);
}

.items-contents-one-item > div div h3 {
  color: #000;
  font-size: 2.0rem;
  text-align: left;
}

.items-contents-one-item > div div p {
  margin-top: 10px;
  color: #000;
  font-size: 1.4rem;
  text-align: left;
}

.items-contents-sizeNav {
  margin-top: 590px;
}

.items-contents-sizeNav path,
.items-contents-sizeNav rect {
  fill: #cc0000;
}

.items-contents-sizeNav span {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #fff;
  border: 1px solid #cc0000;
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
}

.items-contents-sizeNav span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.items-contents-sizeNav span.current {
  background-color: #cc0000;
}

.items-contents-sizeNav span.current path,
.items-contents-sizeNav span.current rect {
  fill: #fff;
}

.items-slider.sp {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.items-slider.sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items-slider.sp ul li {
  margin-top: 20px;
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

@media screen and (max-device-width: 320px) {
  .items-slider.sp ul li {
    width: 100px;
  }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .items-slider.sp ul li {
    width: 300px;
  }
}

.items-slider.sp ul li.large {
  margin-top: 0;
  width: 210px;
}

@media screen and (max-device-width: 320px) {
  .items-slider.sp ul li.large {
    width: 160px;
  }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .items-slider.sp ul li.large {
    width: 520px;
  }
}

.items-slider.sp ul img {
  max-width: 100%;
}

.items-slider-detailButton {
  background-color: #cc0000;
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

@media screen and (max-device-width: 320px) {
  .items-slider-detailButton {
    right: 8px;
    bottom: 8px;
    width: 20px;
    height: 20px;
  }
}

.large .items-slider-detailButton {
  pointer-events: auto;
  opacity: 1;
}

.items-slider-detailButton img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.items-slider-detailButton.close img {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.items-slider-detailButton img {
  width: 10px;
  vertical-align: top;
  margin-top: 10px;
}

@media screen and (max-device-width: 320px) {
  .items-slider-detailButton img {
    margin-top: 5px;
  }
}

.items-slider-detail {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  background-color: rgba(204, 0, 0, 0.75);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-device-width: 320px) {
  .items-slider-detail {
    left: 3%;
    top: 3%;
    width: 94%;
    height: 94%;
  }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .items-slider-detail {
    padding: 40px;
  }
}

.items-slider-detail.show {
  opacity: 1;
}

.items-slider-detail h3 {
  color: #fff;
}

.items-slider-detail p {
  margin-top: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-device-width: 320px) {
  .items-slider-detail p {
    line-height: 1.3;
  }
}

.items-slider-nav-sp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.items-slider-nav-sp span {
  position: absolute;
  top: 140px;
  display: inline-block;
  background-color: #cc0000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-device-width: 320px) {
  .items-slider-nav-sp span {
    top: 110px;
  }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .items-slider-nav-sp span {
    top: 320px;
  }
}

.items-slider-nav-sp span img {
  width: 16px;
}

.items-slider-nav-sp .items-slider-nav-prev {
  left: 10px;
}

.items-slider-nav-sp .items-slider-nav-next {
  right: 10px;
}

.items-slider-nav-sp .items-slider-nav-next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.workflow-bg {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-device-width: 769px) {
  .workflow-bg {
    left: 240px;
    width: calc(100% - 240px);
    height: 105%;
  }
}

.workflow-bg div {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  display: none;
}

.workflow-bg div:nth-child(1) {
  background-image: url(/assets/images/workflow/0-bg.jpg);
  display: block;
}

.workflow-bg div:nth-child(2) {
  background-image: url(/assets/images/workflow/1-bg.jpg);
}

.workflow-bg div:nth-child(3) {
  background-image: url(/assets/images/workflow/2-bg.jpg);
}

.workflow-bg div:nth-child(4) {
  background-image: url(/assets/images/workflow/3-bg.jpg);
}

.workflow-nav {
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media all and (min-device-width: 769px) {
  .workflow-nav {
    width: 240px;
    height: 100%;
    bottom: inherit;
    left: 0;
    top: 0;
  }
}

.workflow-contents {
  position: absolute;
  left: 5%;
  top: 0px;
  width: 90%;
}

@media all and (min-device-width: 769px) {
  .workflow-contents {
    width: 660px;
    height: 660px;
    left: 160px;
    top: 50%;
    margin-top: -330px;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

@media screen and (max-device-width: 768px) {
  .workflow-contents {
    top: 70px;
  }
}

@media screen and (max-device-width: 320px) {
  .workflow-contents {
    top: 60px;
  }
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .workflow-contents {
    top: 10px;
  }
}

.workflow-contents li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.workflow-contents li:nth-child(1) {
  display: block;
}

.workflow-contents li img {
  -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
}

@media all and (min-device-width: 769px) {
  .workflow-contents li img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

.workflow-contents img {
  max-width: 100%;
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .workflow-contents img {
    max-height: 300px;
  }
}

.values-bg {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/values/bg.jpg);
  background-size: cover;
  background-position: 0% 50%;
  z-index: 1;
}

@media all and (min-device-width: 769px) {
  .values-bg {
    width: calc(100% - 240px);
    left: 240px;
    background-position: 50%;
    height: 105%;
  }
}

.values-bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 241px;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

@media all and (min-device-width: 769px) {
  .values-bg-2 {
    background-color: #fff;
    right: auto;
    left: 0;
  }
}

.values-bg-2 div {
  width: 100%;
  height: 100%;
  background-image: url(../images/values/bg-text.png);
  background-size: auto 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.values-contents {
  position: absolute;
  left: 5%;
  top: 60px;
  width: 90%;
  text-align: center;
  z-index: 2;
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .values-contents {
    top: 10px;
  }
}

@media all and (min-device-width: 769px) {
  .values-contents {
    width: 660px;
    left: auto;
    right: 10%;
    top: 50%;
    margin-top: -330px;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

.values-contents img {
  max-width: 100%;
  -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.14);
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .values-contents img {
    max-height: 300px;
  }
}

.overview-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cc0000;
}

@media all and (min-device-width: 769px) {
  .overview-contents {
    width: 60%;
  }
}

.overview-contents .overview-contents-inner {
  position: absolute;
  left: 0;
  width: 100%;
}

@media screen and (max-device-width: 768px) {
  .overview-contents .overview-contents-inner {
    top: 60px;
    height: calc(100% - 60px);
  }
}

@media screen and (max-device-width: 320px) {
  .overview-contents .overview-contents-inner {
    top: 20px;
    height: calc(100% - 20px);
  }
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .overview-contents .overview-contents-inner {
    top: 10px;
    height: calc(100% - 10px);
  }
}

@media all and (min-device-width: 769px) {
  .overview-contents .overview-contents-inner {
    width: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.overview-contents h2 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
}

@media screen and (max-device-width: 768px) {
  .overview-contents h2 {
    text-align: center;
  }
}

@media all and (min-device-width: 769px) {
  .overview-contents h2 {
    font-size: 4.2rem;
  }
}

.overview-contents h2 span {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}

@media all and (min-device-width: 769px) {
  .overview-contents h2 span {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.overview-contents .overview-items {
  margin: 10px 20px 0 20px;
}

@media all and (min-device-width: 769px) {
  .overview-contents .overview-items {
    margin: 30px 0 0 20px;
  }
}

.overview-contents .overview-item {
  display: none;
}

.overview-contents .overview-item:nth-of-type(1) {
  display: block;
}

.overview-contents .overview-item table {
  color: #fff;
  font-size: 1.1rem;
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .overview-contents .overview-item table {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-device-width: 768px) {
  .overview-contents .overview-item table {
    line-height: 1.3;
  }
}

@media screen and (max-device-width: 320px) {
  .overview-contents .overview-item table {
    font-size: 1.05rem;
  }
}

@media all and (min-device-width: 769px) {
  .overview-contents .overview-item table {
    font-size: 1.4rem;
  }
}

.overview-contents .overview-item th {
  white-space: nowrap;
  padding-right: 2em;
}

.overview-contents .overview-item th, .overview-contents .overview-item td {
  padding-top: 1em;
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .overview-contents .overview-item th, .overview-contents .overview-item td {
    padding-top: .7em;
  }
}

.overview-subnav {
  position: absolute;
}

@media all and (min-device-width: 769px) {
  .overview-subnav {
    top: 0;
    right: 0;
  }
}

@media screen and (max-device-width: 768px) {
  .overview-subnav {
    bottom: 45px;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-device-width: 320px) {
  .overview-subnav {
    bottom: 35px;
  }
}

@media screen and (max-device-width: 768px) and (orientation: landscape) {
  .overview-subnav {
    bottom: 10px;
  }
}

.overview-subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-device-width: 768px) {
  .overview-subnav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.overview-subnav li {
  background-color: #d91616;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin: 0 8px;
  cursor: pointer;
}

@media screen and (max-device-width: 768px) {
  .overview-subnav li {
    padding: 5px 20px;
    border-radius: 30px;
  }
}

@media all and (min-device-width: 769px) {
  .overview-subnav li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .overview-subnav li:hover {
    background-color: #fff;
    color: #333;
  }
}

.overview-subnav li.current {
  background-color: #fff;
  color: #333;
}

.overview-photo {
  position: absolute;
  top: 0;
  left: 60%;
  width: 40%;
  height: 50%;
  background-image: url(../images/overview/photo.jpg);
  background-size: cover;
  background-position: 50%;
}

@media screen and (max-device-width: 768px) {
  .overview-photo {
    display: none;
  }
}

.overview-map {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: calc(100% - 100px);
  z-index: 1;
}

@media screen and (max-device-width: 768px) {
  .overview-map {
    display: none;
  }
}

@media all and (min-device-width: 769px) {
  .overview-map {
    top: 50%;
    left: 60%;
    width: 40%;
    height: 50%;
  }
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
}

.loading > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-80px);
  transform: translateX(-50%) translateY(-80px);
}

@media screen and (max-device-width: 768px) {
  .loading > div {
    -webkit-transform: translateX(-50%) translateY(-80px) scale(0.6);
    transform: translateX(-50%) translateY(-80px) scale(0.6);
  }
}

.loading p {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 300;
  color: #bf0000;
}

@media screen and (max-device-width: 768px) {
  .loading p {
    font-size: 2rem;
  }
}

.loading .loading-process {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.loading .loading-process.hide {
  opacity: 0;
}

.loading .loading-complete {
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.loading .loading-complete.show {
  opacity: 1;
}

.loading-sprite {
  background-image: url(/assets/images/loading/loading-sprite.png);
  background-repeat: no-repeat;
  display: block;
}

.sprite-0 {
  width: 140px;
  height: 140px;
  background-position: 0 0;
}

.sprite-1 {
  width: 140px;
  height: 140px;
  background-position: -140px 0;
}

.sprite-10 {
  width: 140px;
  height: 140px;
  background-position: -280px 0;
}

.sprite-11 {
  width: 140px;
  height: 140px;
  background-position: -420px 0;
}

.sprite-12 {
  width: 140px;
  height: 140px;
  background-position: -560px 0;
}

.sprite-13 {
  width: 140px;
  height: 140px;
  background-position: -700px 0;
}

.sprite-14 {
  width: 140px;
  height: 140px;
  background-position: -840px 0;
}

.sprite-15 {
  width: 140px;
  height: 140px;
  background-position: -980px 0;
}

.sprite-16 {
  width: 140px;
  height: 140px;
  background-position: 0 -140px;
}

.sprite-17 {
  width: 140px;
  height: 140px;
  background-position: -140px -140px;
}

.sprite-18 {
  width: 140px;
  height: 140px;
  background-position: -280px -140px;
}

.sprite-19 {
  width: 140px;
  height: 140px;
  background-position: -420px -140px;
}

.sprite-2 {
  width: 140px;
  height: 140px;
  background-position: -560px -140px;
}

.sprite-20 {
  width: 140px;
  height: 140px;
  background-position: -700px -140px;
}

.sprite-21 {
  width: 140px;
  height: 140px;
  background-position: -840px -140px;
}

.sprite-22 {
  width: 140px;
  height: 140px;
  background-position: -980px -140px;
}

.sprite-23 {
  width: 140px;
  height: 140px;
  background-position: 0 -280px;
}

.sprite-24 {
  width: 140px;
  height: 140px;
  background-position: -140px -280px;
}

.sprite-25 {
  width: 140px;
  height: 140px;
  background-position: -280px -280px;
}

.sprite-26 {
  width: 140px;
  height: 140px;
  background-position: -420px -280px;
}

.sprite-27 {
  width: 140px;
  height: 140px;
  background-position: -560px -280px;
}

.sprite-28 {
  width: 140px;
  height: 140px;
  background-position: -700px -280px;
}

.sprite-29 {
  width: 140px;
  height: 140px;
  background-position: -840px -280px;
}

.sprite-3 {
  width: 140px;
  height: 140px;
  background-position: -980px -280px;
}

.sprite-30 {
  width: 140px;
  height: 140px;
  background-position: 0 -420px;
}

.sprite-31 {
  width: 140px;
  height: 140px;
  background-position: -140px -420px;
}

.sprite-32 {
  width: 140px;
  height: 140px;
  background-position: -280px -420px;
}

.sprite-33 {
  width: 140px;
  height: 140px;
  background-position: -420px -420px;
}

.sprite-34 {
  width: 140px;
  height: 140px;
  background-position: -560px -420px;
}

.sprite-35 {
  width: 140px;
  height: 140px;
  background-position: -700px -420px;
}

.sprite-36 {
  width: 140px;
  height: 140px;
  background-position: -840px -420px;
}

.sprite-37 {
  width: 140px;
  height: 140px;
  background-position: -980px -420px;
}

.sprite-38 {
  width: 140px;
  height: 140px;
  background-position: 0 -560px;
}

.sprite-39 {
  width: 140px;
  height: 140px;
  background-position: -140px -560px;
}

.sprite-4 {
  width: 140px;
  height: 140px;
  background-position: -280px -560px;
}

.sprite-40 {
  width: 140px;
  height: 140px;
  background-position: -420px -560px;
}

.sprite-41 {
  width: 140px;
  height: 140px;
  background-position: -560px -560px;
}

.sprite-42 {
  width: 140px;
  height: 140px;
  background-position: -700px -560px;
}

.sprite-43 {
  width: 140px;
  height: 140px;
  background-position: -840px -560px;
}

.sprite-44 {
  width: 140px;
  height: 140px;
  background-position: -980px -560px;
}

.sprite-45 {
  width: 140px;
  height: 140px;
  background-position: 0 -700px;
}

.sprite-46 {
  width: 140px;
  height: 140px;
  background-position: -140px -700px;
}

.sprite-47 {
  width: 140px;
  height: 140px;
  background-position: -280px -700px;
}

.sprite-48 {
  width: 140px;
  height: 140px;
  background-position: -420px -700px;
}

.sprite-49 {
  width: 140px;
  height: 140px;
  background-position: -560px -700px;
}

.sprite-5 {
  width: 140px;
  height: 140px;
  background-position: -700px -700px;
}

.sprite-50 {
  width: 140px;
  height: 140px;
  background-position: -840px -700px;
}

.sprite-51 {
  width: 140px;
  height: 140px;
  background-position: -980px -700px;
}

.sprite-52 {
  width: 140px;
  height: 140px;
  background-position: 0 -840px;
}

.sprite-53 {
  width: 140px;
  height: 140px;
  background-position: -140px -840px;
}

.sprite-54 {
  width: 140px;
  height: 140px;
  background-position: -280px -840px;
}

.sprite-55 {
  width: 140px;
  height: 140px;
  background-position: -420px -840px;
}

.sprite-56 {
  width: 140px;
  height: 140px;
  background-position: -560px -840px;
}

.sprite-57 {
  width: 140px;
  height: 140px;
  background-position: -700px -840px;
}

.sprite-58 {
  width: 140px;
  height: 140px;
  background-position: -840px -840px;
}

.sprite-59 {
  width: 140px;
  height: 140px;
  background-position: -980px -840px;
}

.sprite-6 {
  width: 140px;
  height: 140px;
  background-position: 0 -980px;
}

.sprite-60 {
  width: 140px;
  height: 140px;
  background-position: -140px -980px;
}

.sprite-61 {
  width: 140px;
  height: 140px;
  background-position: -280px -980px;
}

.sprite-62 {
  width: 140px;
  height: 140px;
  background-position: -420px -980px;
}

.sprite-63 {
  width: 140px;
  height: 140px;
  background-position: -560px -980px;
}

.sprite-64 {
  width: 140px;
  height: 140px;
  background-position: -700px -980px;
}

.sprite-65 {
  width: 140px;
  height: 140px;
  background-position: -840px -980px;
}

.sprite-66 {
  width: 140px;
  height: 140px;
  background-position: -980px -980px;
}

.sprite-67 {
  width: 140px;
  height: 140px;
  background-position: -1120px 0;
}

.sprite-68 {
  width: 140px;
  height: 140px;
  background-position: -1120px -140px;
}

.sprite-69 {
  width: 140px;
  height: 140px;
  background-position: -1120px -280px;
}

.sprite-7 {
  width: 140px;
  height: 140px;
  background-position: -1120px -420px;
}

.sprite-8 {
  width: 140px;
  height: 140px;
  background-position: -1120px -560px;
}

.sprite-9 {
  width: 140px;
  height: 140px;
  background-position: -1120px -700px;
}

/*
utils
---------------*/
@media screen and (max-device-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media all and (min-device-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media print {
  .sp {
    display: none !important;
  }
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.mt-0 {
  margin-top: 0 !important;
}
