@charset "UTF-8";
/* common */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 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;
  font: inherit;
}

::-ms-expand {
  display: none;
}

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

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

html {
  font-size: 62.5%;
}

/* PC */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  color: #fff;
  overflow-x: hidden;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity ease 0.5s, color ease 0.5s, border-color ease 0.5s, background-color ease 0.5s, background-image ease 0.5s;
  transition: opacity ease 0.5s, color ease 0.5s, border-color ease 0.5s, background-color ease 0.5s, background-image ease 0.5s;
}

a img {
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}

a path {
  -webkit-transition: fill ease 0.5s;
  transition: fill ease 0.5s;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  a {
    cursor: none;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  img {
    width: 100%;
    height: auto;
  }
  input, textarea, select {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
}

/* base */
body {
  position: relative;
  cursor: none;
}

.tab {
  display: none;
}

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: none;
  pointer-events: none;
}

.cursor {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  z-index: 1001;
}

.follower {
  width: 4rem;
  height: 4rem;
  background-color: #B50000;
  mix-blend-mode: exclusion;
  z-index: 1000;
}

header {
  position: fixed;
  top: 4.8rem;
  right: 2.7rem;
  z-index: 5;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
}

header ul li {
  margin: 0 0 0.4rem 0;
  position: relative;
}

header ul li::after {
  content: "";
  height: 0.1rem;
  background: #656565;
  position: absolute;
  top: 50%;
  right: -2.7rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li:hover::after {
  background: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li a {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  position: relative;
  color: #656565;
  right: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li a:hover {
  color: #fff;
  right: 1.2rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li a:hover::after {
  background: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li:first-child.active a {
  color: #fff;
  right: 1.2rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li:first-child.active::after {
  width: 6.5rem;
  background: #fff;
}

header ul li:first-child::after {
  width: 3.5rem;
}

header ul li:first-child:hover::after {
  width: 6.5rem;
}

header ul li:nth-child(2).active a {
  color: #fff;
  right: 1.2rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li:nth-child(2).active::after {
  width: 4rem;
  background: #fff;
}

header ul li:nth-child(2)::after {
  width: 2.6rem;
}

header ul li:nth-child(2):hover::after {
  width: 4rem;
}

header ul li:nth-child(3).active a {
  color: #fff;
  right: 1.2rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li:nth-child(3).active::after {
  width: 5.7rem;
  background: #fff;
}

header ul li:nth-child(3)::after {
  width: 4.1rem;
}

header ul li:nth-child(3):hover::after {
  width: 5.7rem;
}

header ul li:nth-child(4).active a {
  color: #fff;
  right: 1.2rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li:nth-child(4).active::after {
  width: 2.9rem;
  background: #fff;
}

header ul li:nth-child(4)::after {
  width: 1.5rem;
}

header ul li:nth-child(4):hover::after {
  width: 2.9rem;
}

header ul li:nth-child(5).active a {
  color: #fff;
  right: 1.2rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li:nth-child(5).active::after {
  width: 4rem;
  background: #fff;
}

header ul li:nth-child(5)::after {
  width: 2.7rem;
}

header ul li:nth-child(5):hover::after {
  width: 4rem;
}

header ul li:last-child.active a {
  color: #fff;
  right: 1.2rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

header ul li:last-child.active::after {
  width: 3.4rem;
  background: #fff;
}

header ul li:last-child::after {
  width: 2.1rem;
}

header ul li:last-child:hover::after {
  width: 3.4rem;
}

footer {
  padding: 26rem 0 0 0;
  margin: 0 0 0 auto;
  width: 100%;
  overflow: hidden;
}

footer .pageTop {
  background: none;
  border-bottom: none;
  position: fixed;
  bottom: 2.7vw;
  right: 2.7vw;
  text-align: right;
  width: auto;
  padding: 0;
  -webkit-transition: ease .7s;
  transition: ease .7s;
  z-index: 3;
}

footer .pageTop::before {
  display: none;
}

footer .pageTop::after {
  content: "";
  width: 0.1rem;
  height: 9rem;
  background: #9F9F9F;
  position: absolute;
  bottom: 0;
  right: 0.8rem;
  top: inherit;
  left: inherit;
  z-index: 3;
}

footer .pageTop img {
  position: relative;
  -webkit-transition: ease .7s;
  transition: ease .7s;
  bottom: 0;
}

footer .pageTop:hover {
  -webkit-transition: ease .7s;
  transition: ease .7s;
}

footer .pageTop:hover img {
  opacity: 1;
  bottom: 1.4vw;
  -webkit-transition: ease .7s;
  transition: ease .7s;
}

footer .pageTop:hover::after {
  bottom: 0;
  right: 0.8rem;
  width: 0.1rem;
  height: 11rem;
  -webkit-transition: all ease 0.5s ease 0s;
  transition: all ease 0.5s ease 0s;
}

footer .contactBlock {
  display: block;
  width: 100vw;
  padding: 14.2rem 0 113px 9.6rem;
  margin: 0 0 0 auto;
  position: relative;
}

footer .contactBlock h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 8rem;
  margin: 0 0 7.9rem 0;
}

footer .contactBlock h2 span {
  display: block;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin: 4.3rem 0 0 0;
  padding: 0 0 0 0.4rem;
  letter-spacing: 0.2rem;
}

footer a {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  margin: auto;
  max-width: 140rem;
}

footer a::before {
  content: "";
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

footer a::after {
  content: "";
  background: #A80010;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

footer a .mail {
  width: 87rem;
  display: block;
  padding: 0 0 35px 6.1rem;
  letter-spacing: 0.25rem;
  background: url(/assets/img/mailIcon.svg) no-repeat left 0.4rem top 7px;
  position: relative;
}

footer a .mail::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #838383;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

footer a .mail::after {
  content: "";
  width: 7.5rem;
  height: 2.2rem;
  background: url(/assets/img/arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.1rem;
  bottom: -1rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

footer a:hover::after {
  width: 100vw;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

footer a:hover .mail::before {
  width: 107%;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

footer a:hover .mail::after {
  right: -6.1rem;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

footer small {
  position: fixed;
  bottom: 3.3rem;
  left: 2.6rem;
  z-index: 3;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #6A6A6A;
}

@media screen and (max-width: 1617px) {
  footer {
    padding: 26rem 0 0 10rem;
  }
}

@media screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
  .tab {
    display: none;
  }
  .cursor,
  .follower {
    display: none;
  }
  .cursor {
    display: none;
  }
  .follower {
    display: none;
  }
  header .menu-trigger,
  header .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .menu-trigger {
    position: relative;
    width: 30px;
    height: 11px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    top: -33px;
    z-index: 10;
  }
  header .menu-trigger span {
    position: absolute;
    right: -12px;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .menu-trigger span:nth-of-type(2) {
    top: 5px;
  }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
  }
  header nav {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
  }
  header nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25vw 0 0 0;
  }
  header nav ul li {
    margin: 0 0 3.3vw 0;
  }
  header nav ul li::after {
    display: none;
  }
  header nav ul li a {
    color: #fff;
    font-size: 3.7vw;
    letter-spacing: 0.45vw;
  }
  header nav ul li a:hover {
    right: 0 !important;
  }
  footer {
    padding: 30vw 0 0 8vw;
  }
  footer small {
    left: 0.1vw;
    bottom: 8vw;
    font-size: 2.7vw;
  }
  footer .pageTop {
    bottom: 7.2vw;
    width: 3.5vw;
  }
  footer .pageTop::after {
    display: none;
  }
  footer .contactBlock {
    padding: 26vw 7vw 25vw;
    max-width: 100%;
  }
  footer .contactBlock h2 {
    font-size: 14vw;
    margin: 0 0 12vw 0;
    letter-spacing: 0.2vw;
  }
  footer .contactBlock h2 span {
    font-size: 3.5vw;
    margin: 4vw 0 0 0;
    padding: 0 0 0 1vw;
    letter-spacing: 0.6vw;
  }
  footer a .mail {
    width: 90%;
    padding: 0 0 5.5vw 10vw;
    background: url(/assets/img/mailIcon.svg) no-repeat left 1vw top 2vw;
    background-size: 6vw;
    position: relative;
    font-size: 3.3vw;
    letter-spacing: 0.2vw;
    line-height: 7vw;
  }
  footer a .mail::after {
    content: "";
    width: 15vw;
    height: 6vw;
    background: url(/assets/img/arrow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -3.5vw;
  }
}

/* 各スタイル PC */
.topPage {
  overflow: hidden;
}

.mainVisiual {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.mainVisiual .logo {
  position: fixed;
  z-index: 5;
  top: 3.7rem;
  left: 4.4rem;
}

.mainVisiual__textArea {
  position: absolute;
  z-index: 4;
  bottom: 7.5rem;
  left: 6rem;
}

.mainVisiual .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mainVisiual .slick-list {
  width: 100vw;
  height: 100vh;
}

.mainVisiual .slider {
  width: 100vw;
  height: 100vh;
}

.mainVisiual .slick-slide.moving {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.mainVisiual .slick-slide {
  height: 100vh;
}

.mainVisiual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.mainVisiual::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, #000), to(transparent));
  background: -webkit-linear-gradient(top, transparent, #000 75%, transparent);
  background: linear-gradient(to bottom, transparent, #000 75%, transparent);
  width: 100%;
  height: 10rem;
  position: absolute;
  bottom: -2.8rem;
  left: 0;
  z-index: 3;
}

.mainVisiual .catch {
  font-size: 2.8rem;
  margin: 0 0 4.4rem 0;
  padding: 0 0 0 20.7rem;
  letter-spacing: 0.83rem;
}

.mainVisiual .copy {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-weight: 100;
  font-size: 9vw;
  z-index: 3;
  mix-blend-mode: screen;
  opacity: 60%;
  color: #FF0018;
  padding: 3.5vw 0 5vw;
}

.mainVisiual .copy em {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.bg-video-wrap {
  width: 100%;
  position: relative;
  z-index: 0;
}

.bg-video-wrap::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-video-wrap video {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
}

.topBlock {
  max-width: 110rem;
  margin: 0 auto 16.5rem;
  padding: 36.7rem 0 0;
}

.topBlock__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 9.6rem;
  padding: 0 0 0 6rem;
  margin: 0 0 6rem 0;
}

.topBlock__title p {
  line-height: inherit !important;
  letter-spacing: 0 !important;
  mix-blend-mode: screen;
  opacity: 45%;
  color: #FF0018;
  padding: 3.5vw 0 4vw !important;
}

.topBlock__title span {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  margin: 0 0 3.2rem 0;
  letter-spacing: 0.7rem;
  padding: 0 0 0 0.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.topBlock__title em {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.topBlock p {
  padding: 0 6.6rem;
  line-height: 5.1rem;
  letter-spacing: 0.24rem;
}

.serviceBlock {
  padding: 19.4rem 0 0 0;
  margin: 0 0 15rem 0;
}

.serviceBlock__title {
  max-width: 160rem;
  font-size: 2.4rem;
  position: relative;
  padding: 125px 125px 0 149px;
  letter-spacing: 0.22rem;
  margin: 0 auto 9rem;
  z-index: 0;
}

.serviceBlock__title::before {
  content: "";
  width: 83.7rem;
  height: 18.4rem;
  background: url(/assets/img/service.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -1.6rem;
  z-index: -1;
}

.serviceBlock p {
  max-width: 160rem;
  padding: 0 15.1rem;
  line-height: 3.5rem;
  letter-spacing: 0.24rem;
  margin: 0 auto 8.9rem;
}

.serviceBlock ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.serviceBlock ul li {
  width: calc( 100% / 3);
  position: relative;
  padding: 394px 50px 88px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: solid 0.1rem transparent;
}

.serviceBlock ul li.border h2, .serviceBlock ul li.border span, .serviceBlock ul li.border p {
  opacity: 0.5;
}

.serviceBlock ul li.border::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  opacity: 0.2;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.serviceBlock ul li h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 3.8rem;
  letter-spacing: 0.2rem;
  line-height: 4.8rem;
  margin: 0 0 1.3rem 0;
  position: relative;
  z-index: 2;
}

.serviceBlock ul li h2 em {
  display: inline-block;
  vertical-align: super;
  font-size: 1.6rem;
  margin: -8px 0 0 4px;
  position: relative;
  z-index: 2;
}

.serviceBlock ul li span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  margin: 0 0 26px 0;
  position: relative;
  z-index: 2;
}

.serviceBlock ul li::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  opacity: 0.3;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.serviceBlock ul li p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  letter-spacing: 0.14rem;
  line-height: 3.1rem;
  opacity: 0.5;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  position: relative;
  z-index: 2;
  width: 64%;
}

.serviceBlock ul li:hover {
  padding: 280px 50px 88px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.serviceBlock ul li:hover h2, .serviceBlock ul li:hover span, .serviceBlock ul li:hover p {
  opacity: 1;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.serviceBlock ul li:first-child {
  background: url(/assets/img/listBg_01.png) no-repeat;
  background-size: cover;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.serviceBlock ul li:first-child::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/img/listBg_01.png) no-repeat left bottom;
  background-size: cover;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
}

.serviceBlock ul li:first-child:hover::after {
  background: url(/assets/img/listBg_01.png) no-repeat left bottom;
  background-size: cover;
  z-index: 1;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 1;
}

.serviceBlock ul li:nth-child(2) {
  background: url(/assets/img/listBg_02.png) no-repeat left bottom;
  background-size: cover;
}

.serviceBlock ul li:nth-child(2)::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc( -100vw / 3);
  right: 0;
  margin: auto;
  background: url(/assets/img/listBg_02.png) no-repeat left bottom;
  background-size: cover;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
}

.serviceBlock ul li:nth-child(2):hover::after {
  background: url(/assets/img/listBg_02.png) no-repeat left bottom;
  background-size: cover;
  left: calc( -100vw / 3);
  z-index: 1;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 1;
}

.serviceBlock ul li:last-child {
  background: url(/assets/img/listBg_03.png) no-repeat center bottom;
  background-size: cover;
}

.serviceBlock ul li:last-child::before {
  display: none;
}

.serviceBlock ul li:last-child::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/assets/img/listBg_03.png) no-repeat center bottom;
  background-size: cover;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
  z-index: -1;
}

.serviceBlock ul li:last-child:hover::after {
  width: 100vw;
  z-index: 1;
  background: url(/assets/img/listBg_03.png) no-repeat center bottom;
  background-size: cover;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 1;
}

.workBlock {
  padding: 19.6rem 0 0;
  margin: 0 0 15rem 0;
}

.workBlock__title {
  max-width: 160rem;
  font-size: 2.4rem;
  position: relative;
  padding: 12.7rem 15.5rem 0 14.9rem;
  letter-spacing: 0.22rem;
  margin: 0 auto 9.3rem;
  text-align: right;
  z-index: 0;
}

.workBlock__title::before {
  content: "";
  width: 66.8rem;
  height: 18.6rem;
  background: url(/assets/img/works.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -1.6rem;
  z-index: -1;
}

.workBlock p {
  max-width: 160rem;
  text-align: right;
  padding: 0 15rem 0;
  letter-spacing: 0.24rem;
  line-height: 3.3rem;
  margin: 0 auto 9.4rem;
}

.workBlock .slick-list {
  overflow: inherit;
}

.workBlock .slick-slide {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
  border-radius: 1rem;
}

.workBlock .slick-current {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.workBlock .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.workBlock .slick-prev {
  width: 6.07%;
  height: 4%;
  left: 19%;
}

.workBlock .slick-prev::before {
  display: block;
  content: "";
  background: url(/assets/img/prev.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.workBlock .slick-prev, .workBlock .slick-next {
  z-index: 3;
  cursor: none;
}

.workBlock .slick-next {
  width: 6.07%;
  height: 4%;
  right: 19%;
}

.workBlock .slick-next::before {
  display: block;
  content: "";
  background: url(/assets/img/next.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.aboutBlock {
  padding: 19.6rem 0 0;
  margin: 0 0 15rem 0;
}

.aboutBlock__title {
  max-width: 160rem;
  font-size: 2.4rem;
  position: relative;
  padding: 12.5rem 12.5rem 0 14.9rem;
  letter-spacing: 0.22rem;
  margin: 0 auto 14.4rem;
  z-index: 0;
}

.aboutBlock__title::before {
  content: "";
  width: 104.2rem;
  height: 18.7rem;
  background: url(/assets/img/about.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -2.2rem;
  z-index: -1;
}

.aboutBlock__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 115rem;
  margin: 0 auto 5.7rem;
  padding: 0 6rem 16.7rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.aboutBlock__flex::after {
  content: "";
  background: #454545;
  width: 89%;
  height: 0.1rem;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.aboutBlock__flex .left {
  width: 39%;
  padding: 10.2rem 0 0 0;
}

.aboutBlock__flex .left p {
  letter-spacing: 0.24rem;
  line-height: 3.3rem;
  margin: 0 0 3.7rem 0;
}

.aboutBlock__flex .right {
  width: 43.5%;
  -webkit-box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
}

.aboutBlock__flex .right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.aboutBlock dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 115rem;
  padding: 0 6rem 0;
  margin: 0 auto 1.64rem;
  letter-spacing: 0.24rem;
  line-height: 3.3rem;
}

.aboutBlock dl dt {
  min-width: 15.2rem;
}

.accessBlock {
  padding: 19.6rem 0 0;
  margin: 0 0 0;
}

.accessBlock__title {
  max-width: 160rem;
  font-size: 2.4rem;
  position: relative;
  padding: 11.2rem 15.5rem 0 14.9rem;
  letter-spacing: 0.22rem;
  margin: 0 auto 11.9rem;
  text-align: right;
  z-index: 0;
}

.accessBlock__title::before {
  content: "";
  width: 84.1rem;
  height: 17.2rem;
  background: url(/assets/img/access.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -1.6rem;
  z-index: -1;
}

.accessBlock .widthBlock {
  max-width: 160rem;
  margin: 0 auto;
  padding: 0 10rem;
}

.accessBlock .widthBlock iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  height: 50rem;
  margin: 0 auto 6.3rem;
  -webkit-box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
}

.accessBlock .widthBlock ul {
  letter-spacing: 0.24rem;
  padding: 0 0 0 5rem;
  max-width: 130rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.accessBlock .widthBlock ul li {
  margin: 0 0 0.6rem 0;
}

.accessBlock .widthBlock ul li:first-child {
  margin: 0 0 2.7rem 0;
}

.accessBlock .widthBlock ul li a {
  text-decoration: underline;
}

.accessBlock .widthBlock ul li .tel {
  text-decoration: none;
}

/* 各スタイル SP */
@media screen and (max-width: 767px) {
  .mainVisiual::after {
    content: "";
    bottom: -4vw;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(61%, #000), to(transparent));
    background: -webkit-linear-gradient(top, transparent, #000 61%, transparent);
    background: linear-gradient(to bottom, transparent, #000 61%, transparent);
    height: 11vw;
  }
  .mainVisiual .logo {
    width: 31.5vw;
    top: 4.4vw;
    left: 4.2vw;
    position: fixed;
  }
  .mainVisiual .catch {
    padding: 0 0 0 0;
    font-size: 4vw;
    letter-spacing: 1.6vw;
    margin: 0 0 1vw 0;
  }
  .mainVisiual .copy {
    font-size: 14vw;
    line-height: 17vw;
    letter-spacing: 0.2vw;
  }
  .mainVisiual__textArea {
    left: 8vw;
    bottom: 42vw;
    line-height: 0;
  }
  .bg-video-wrap {
    overflow: hidden;
  }
  .topBlock {
    max-width: 100%;
    padding: 53vw 0 0 0;
    margin: 0 auto 20vw;
  }
  .topBlock__title {
    padding: 0 8vw 0;
    margin: 0 0 17vw 0;
    font-size: inherit;
  }
  .topBlock__title p {
    padding: 0 0 0 0 !important;
    line-height: 17vw !important;
    letter-spacing: 0 !important;
    font-size: 14.5vw !important;
  }
  .topBlock__title span {
    font-size: 4vw;
    color: #fff;
    margin: 0 0 4vw 0;
    letter-spacing: 1.5vw;
    padding: 0 0 0 0;
  }
  .topBlock p {
    font-size: 3.4vw;
    padding: 0 8vw 0;
    line-height: 6.98vw;
    letter-spacing: 0.14vw;
  }
  .serviceBlock {
    padding: 22vw 0 0;
    margin: 0 0 22vw 0;
  }
  .serviceBlock__title {
    font-size: 4vw;
    padding: 11vw 1vw 0 8vw;
    letter-spacing: 0.5vw;
    margin: 0 0 16vw 0;
  }
  .serviceBlock__title::before {
    width: 91.3vw;
    height: 22vw;
    background: url(/assets/img/service.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -3vw;
  }
  .serviceBlock p {
    font-size: 3.4vw;
    padding: 0 8vw 0;
    line-height: 6.98vw;
    letter-spacing: 0.14vw;
    margin: 0 0 15vw 0;
  }
  .serviceBlock ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serviceBlock ul li {
    width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 0 0 0 0;
    margin: 0 0 25vw 0;
    pointer-events: none;
  }
  .serviceBlock ul li img {
    margin: 0 0 11vw 0;
  }
  .serviceBlock ul li h2 {
    font-size: 7.8vw;
    line-height: 11.5vw;
    letter-spacing: 0.5vw;
    margin: 0 0 3vw 0;
    padding: 0 8vw;
  }
  .serviceBlock ul li span {
    font-size: 3.6vw;
    letter-spacing: 0.5vw;
    margin: 0 0 5.5vw 0;
    padding: 0 8vw;
  }
  .serviceBlock ul li::before {
    display: none;
  }
  .serviceBlock ul li:first-child {
    background: none;
  }
  .serviceBlock ul li:first-child::after {
    display: none;
  }
  .serviceBlock ul li:nth-child(2) {
    background: none;
  }
  .serviceBlock ul li:nth-child(2)::after {
    display: none;
  }
  .serviceBlock ul li:nth-child(3) {
    background: none;
    margin: 0 0 0 0;
  }
  .serviceBlock ul li:nth-child(3)::after {
    display: none;
  }
  .serviceBlock ul li p {
    font-size: 3.4vw;
    padding: 0 0 0;
    line-height: 6.98vw;
    letter-spacing: 0.14vw;
    margin: 0 0 0 0;
    opacity: 1;
    padding: 0 8vw;
    width: 100%;
  }
  .workBlock {
    padding: 22vw 0 0 0;
    margin: 0 0 30vw 0;
  }
  .workBlock__title {
    font-size: 4vw;
    padding: 11vw 6vw 0 8vw;
    letter-spacing: 0.5vw;
    margin: 0 0 16vw 0;
  }
  .workBlock__title::before {
    width: 71.3vw;
    height: 22vw;
    background: url(/assets/img/works.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -3vw;
  }
  .workBlock p {
    font-size: 3.4vw;
    padding: 0 7vw 0;
    line-height: 6.98vw;
    letter-spacing: 0.14vw;
    text-align: left;
    margin: 0 0 16vw 0;
    position: relative;
    z-index: 3;
  }
  .workBlock .slick-current {
    max-width: 100% !important;
  }
  .workBlock .slick-slide {
    margin: 0 5vw;
  }
  .workBlock .slick-prev {
    width: 17vw;
    height: 4vw;
    top: inherit;
    bottom: -12vw;
    left: 7vw;
  }
  .workBlock .slick-prev::before {
    background: url(/assets/img/prev.png) no-repeat;
    background-size: 100%;
    width: 14.8vw;
    height: 4vw;
  }
  .workBlock .slick-next {
    width: 17vw;
    height: 4vw;
    top: inherit;
    bottom: -12vw;
    right: 5vw;
  }
  .workBlock .slick-next::before {
    background: url(/assets/img/next.png) no-repeat;
    background-size: 100%;
    width: 14.8vw;
    height: 4vw;
  }
  .aboutBlock {
    padding: 22vw 0 0;
    margin: 0 0 22vw 0;
  }
  .aboutBlock__title {
    font-size: 4vw;
    padding: 11vw 1vw 0 8vw;
    letter-spacing: 0.5vw;
    margin: 0 0 17vw 0;
  }
  .aboutBlock__title::before {
    width: 111.3vw;
    height: 26vw;
    background: url(/assets/img/about.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: -3vw;
  }
  .aboutBlock__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 21vw;
    border-bottom: none;
  }
  .aboutBlock__flex::after {
    display: none;
  }
  .aboutBlock__flex .right {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .aboutBlock__flex .right img {
    width: 60%;
    margin: 0 0 0 auto;
    -webkit-box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
  }
  .aboutBlock__flex .left {
    width: 100%;
    padding: 0 8vw;
    margin: 0 0 8vw 0;
  }
  .aboutBlock__flex .left p {
    font-size: 3.3vw;
    line-height: 6.98vw;
    letter-spacing: 0.2vw;
    position: relative;
    z-index: 0;
    margin: 0 0 7vw 0;
  }
  .aboutBlock dl {
    max-width: 100%;
    margin: 0 auto;
    width: 84%;
    line-height: 7.2vw;
    letter-spacing: 0.1vw;
    padding: 0 0 0;
  }
  .aboutBlock dl:first-of-type {
    border-top: solid 0.1rem #454545;
    padding: 8vw 0 0;
  }
  .aboutBlock dl:last-of-type dd {
    padding: 0 0 0 4.4vw;
  }
  .aboutBlock dl dt {
    font-size: 3.3vw;
    letter-spacing: 0.2vw;
    position: relative;
    z-index: 0;
    min-width: 23vw;
  }
  .aboutBlock dl dd {
    font-size: 3.3vw;
    letter-spacing: 0.3vw;
    position: relative;
    z-index: 0;
  }
  .aboutBlock dl dd ol {
    list-style-type: decimal;
  }
  .aboutBlock dl dd ol li {
    line-height: 6.94vw;
    font-size: 3.2vw;
    letter-spacing: 0.1vw;
  }
  .accessBlock {
    padding: 22vw 0 0;
    margin: 0 0 22vw;
  }
  .accessBlock__title {
    font-size: 4vw;
    padding: 9vw 6vw 0 8vw;
    letter-spacing: 0.5vw;
    margin: 0 0 18vw 0;
  }
  .accessBlock__title::before {
    width: 90.3vw;
    height: 22vw;
    background: url(/assets/img/access.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -3vw;
  }
  .accessBlock .widthBlock {
    max-width: 100%;
    padding: 0 0 0;
  }
  .accessBlock .widthBlock iframe {
    height: 64vw;
    margin: 0 0 8vw 0;
  }
  .accessBlock .widthBlock ul {
    padding: 0 8vw;
  }
  .accessBlock .widthBlock ul li {
    font-size: 3.3vw;
    letter-spacing: 0.1vw;
    position: relative;
    z-index: 0;
    margin: 0 0 0;
  }
  .accessBlock .widthBlock ul li:first-child {
    margin: 0 0 3vw 0;
  }
}

@media screen and (max-width: 959px) and (min-width: 767px) {
  .tab {
    display: block;
  }
  .mainVisiual {
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 1;
  }
  .mainVisiual .logo {
    position: fixed;
    z-index: 5;
    top: 3.7rem;
    left: 4.4vw;
  }
  .mainVisiual__textArea {
    position: absolute;
    z-index: 4;
    bottom: 7rem;
    left: 3.4vw;
  }
  .mainVisiual .slick-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .mainVisiual .slick-list {
    width: 100vw;
    height: 100vh;
  }
  .mainVisiual .slider {
    width: 100vw;
    height: 100vh;
  }
  .mainVisiual .slick-slide.moving {
    -webkit-animation: fadezoom 8s 0s forwards;
            animation: fadezoom 8s 0s forwards;
  }
  @-webkit-keyframes fadezoom {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @keyframes fadezoom {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  .mainVisiual .slick-slide {
    height: 100vh;
  }
  .mainVisiual::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .mainVisiual::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, #000), to(transparent));
    background: -webkit-linear-gradient(top, transparent, #000 75%, transparent);
    background: linear-gradient(to bottom, transparent, #000 75%, transparent);
    width: 100%;
    height: 25rem;
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: 3;
  }
  .mainVisiual .catch {
    font-size: 3vw;
    margin: 0 0 6.1rem 0;
    padding: 0 0 0 20.7rem;
    letter-spacing: 0.83rem;
  }
  .mainVisiual .copy {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 9vw;
    z-index: 3;
    mix-blend-mode: screen;
    opacity: 70%;
    color: #B20011;
    padding: 3.5vw 0 5vw;
  }
  .mainVisiual .copy em {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
  }
  .topBlock {
    max-width: 100%;
    margin: 0 auto 165px;
    padding: 36.7rem 4.4vw 0;
  }
  .topBlock__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    padding: 0 0 0 0;
    margin: 0 0 6vw 0;
    font-size: 8vw;
  }
  .topBlock__title p {
    line-height: inherit !important;
    letter-spacing: 0 !important;
    mix-blend-mode: screen;
    opacity: 70%;
    color: #B20011;
    padding: 3.5vw 0 4vw !important;
    font-size: 8.5vw !important;
  }
  .topBlock__title span {
    display: block;
    font-size: 2vw;
    color: #fff;
    margin: 0 0 5vw 0;
    letter-spacing: 0.7rem;
    padding: 0 0 0 0.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
  .topBlock__title em {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
  }
  .topBlock p {
    padding: 0 0;
    line-height: 5vw;
    letter-spacing: 0.24rem;
    font-size: 1.3vw;
  }
  .serviceBlock {
    padding: 19.4rem 0 0 0;
    margin: 0 0 15rem 0;
  }
  .serviceBlock__title {
    font-size: 2.4rem;
    position: relative;
    padding: 125px 125px 0 4.4vw;
    letter-spacing: 0.22rem;
    margin: 0 auto 9rem;
    z-index: 0;
  }
  .serviceBlock__title::before {
    content: "";
    width: 83.7rem;
    height: 18.4rem;
    background: url(/assets/img/service.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -1.6rem;
    z-index: -1;
  }
  .serviceBlock p {
    padding: 0 4.4vw;
    line-height: 3.5rem;
    letter-spacing: 0.24rem;
    margin: 0 auto 8.9rem;
  }
  .serviceBlock ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serviceBlock ul li {
    width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 0 0 0 0;
    margin: 0 0 17vw 0;
    pointer-events: none;
  }
  .serviceBlock ul li img {
    width: 100%;
    margin: 0 0 11vw 0;
  }
  .serviceBlock ul li h2 {
    letter-spacing: 0.5vw;
    margin: 0 0 3vw 0;
    padding: 0 4.4vw;
  }
  .serviceBlock ul li span {
    letter-spacing: 0.5vw;
    margin: 0 0 3vw 0;
    padding: 0 4.4vw;
  }
  .serviceBlock ul li::before {
    display: none;
  }
  .serviceBlock ul li:first-child {
    background: none;
  }
  .serviceBlock ul li:first-child::after {
    display: none;
  }
  .serviceBlock ul li:nth-child(2) {
    background: none;
  }
  .serviceBlock ul li:nth-child(2)::after {
    display: none;
  }
  .serviceBlock ul li:nth-child(3) {
    background: none;
    margin: 0 0 0 0;
  }
  .serviceBlock ul li:nth-child(3)::after {
    display: none;
  }
  .serviceBlock ul li p {
    padding: 0 0 0;
    letter-spacing: 0.14vw;
    margin: 0 0 0 0;
    opacity: 1;
    padding: 0 4.4vw;
    width: 100%;
  }
  .workBlock {
    padding: 19.6rem 0 0;
    margin: 0 0 15rem 0;
  }
  .workBlock__title {
    max-width: 160rem;
    font-size: 2.4rem;
    position: relative;
    padding: 12.7rem 4.4vw 0 14.9rem;
    letter-spacing: 0.22rem;
    margin: 0 auto 9.3rem;
    text-align: right;
    z-index: 0;
  }
  .workBlock p {
    padding: 0 4.4vw 0;
    letter-spacing: 0.24rem;
    line-height: 3.3rem;
    margin: 0 auto 9.4rem;
  }
  .workBlock .slick-list {
    overflow: inherit;
  }
  .workBlock .slick-slide {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
    border-radius: 1rem;
  }
  .workBlock .slick-current {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .workBlock .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .workBlock .slick-prev {
    width: 6.07%;
    height: 3.25%;
    left: 16%;
  }
  .workBlock .slick-prev::before {
    display: block;
    content: "";
    background: url(/assets/img/prev.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
  .workBlock .slick-prev, .workBlock .slick-next {
    z-index: 3;
  }
  .workBlock .slick-next {
    width: 6.07%;
    height: 3.25%;
    right: 16%;
  }
  .workBlock .slick-next::before {
    display: block;
    content: "";
    background: url(/assets/img/next.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
  .aboutBlock {
    margin: 0 0 0 0;
  }
  .aboutBlock__title {
    padding: 11vw 1vw 0 4.5vw;
    letter-spacing: 0.5vw;
  }
  .aboutBlock__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 21vw;
    border-bottom: none;
  }
  .aboutBlock__flex .right {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .aboutBlock__flex .right img {
    width: 60%;
    margin: 0 0 0 auto;
    -webkit-box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
  }
  .aboutBlock__flex .left {
    width: 100%;
    padding: 0 4.4vw;
    margin: 0 0 8vw 0;
  }
  .aboutBlock dl {
    max-width: 100%;
    margin: 0 auto;
    width: 91%;
    line-height: 5.2vw;
    letter-spacing: 0.1vw;
    padding: 0 0 0 0;
  }
  .aboutBlock dl:first-of-type {
    border-top: solid 0.1rem #454545;
    padding: 8vw 0 0;
  }
  .aboutBlock dl dt {
    letter-spacing: 0.2vw;
    position: relative;
    z-index: 0;
  }
  .aboutBlock dl dd {
    letter-spacing: 0.3vw;
    position: relative;
    z-index: 0;
  }
  .aboutBlock dl dd ol {
    list-style-type: decimal;
  }
  .aboutBlock dl dd ol li {
    line-height: 6.94vw;
    font-size: 3.2vw;
    letter-spacing: 0.1vw;
  }
  .accessBlock {
    padding: 19.6rem 0 0;
    margin: 0 0 0;
  }
  .accessBlock__title {
    max-width: 160rem;
    font-size: 2.4rem;
    position: relative;
    padding: 11.2rem 4.4vw 0 14.9rem;
    letter-spacing: 0.22rem;
    margin: 0 auto 11.9rem;
    text-align: right;
    z-index: 0;
  }
  .accessBlock__title::before {
    content: "";
    width: 84.1rem;
    height: 17.2rem;
    background: url(/assets/img/access.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -1.6rem;
    z-index: -1;
  }
  .accessBlock .widthBlock {
    max-width: 160rem;
    margin: 0 auto;
    padding: 0 4.4vw;
  }
  .accessBlock .widthBlock iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    height: 50rem;
    margin: 0 auto 6.3rem;
    -webkit-box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 9.9rem 6.6rem rgba(0, 0, 0, 0.7);
  }
  .accessBlock .widthBlock ul {
    letter-spacing: 0.24rem;
    padding: 0 0 0 0;
    max-width: 130rem;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  .accessBlock .widthBlock ul li {
    margin: 0 0 0.6rem 0;
  }
  .accessBlock .widthBlock ul li:first-child {
    margin: 0 0 2.7rem 0;
  }
  .accessBlock .widthBlock ul li a {
    text-decoration: underline;
  }
  .accessBlock .widthBlock ul li .tel {
    text-decoration: none;
  }
  footer {
    padding: 26rem 0 0 0;
    margin: 0 0 0 auto;
    width: 100%;
    overflow: hidden;
  }
  footer .pageTop {
    background: none;
    border-bottom: none;
    position: fixed;
    bottom: 2.7vw;
    right: 2.7vw;
    text-align: right;
    width: auto;
    padding: 0;
    -webkit-transition: ease .7s;
    transition: ease .7s;
    z-index: 3;
  }
  footer .pageTop::before {
    display: none;
  }
  footer .pageTop::after {
    content: "";
    width: 0.1rem;
    height: 9rem;
    background: #9F9F9F;
    position: absolute;
    bottom: 0;
    right: 0.8rem;
    top: inherit;
    left: inherit;
    z-index: 3;
  }
  footer .pageTop img {
    position: relative;
    -webkit-transition: ease .7s;
    transition: ease .7s;
    bottom: 0;
  }
  footer .pageTop:hover {
    -webkit-transition: ease .7s;
    transition: ease .7s;
  }
  footer .pageTop:hover img {
    opacity: 1;
    bottom: 1.4vw;
    -webkit-transition: ease .7s;
    transition: ease .7s;
  }
  footer .pageTop:hover::after {
    bottom: 0;
    right: 0.8rem;
    width: 0.1rem;
    height: 11rem;
    -webkit-transition: all ease 0.5s ease 0s;
    transition: all ease 0.5s ease 0s;
  }
  footer .contactBlock {
    display: block;
    width: 100vw;
    padding: 14.2rem 0 113px 9.6rem;
    margin: 0 0 0 auto;
    position: relative;
  }
  footer .contactBlock h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 8rem;
    margin: 0 0 7.9rem 0;
  }
  footer .contactBlock h2 span {
    display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 4.3rem 0 0 0;
    padding: 0 0 0 0.4rem;
    letter-spacing: 0.2rem;
  }
  footer a {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    margin: auto;
    max-width: 140rem;
  }
  footer a::before {
    content: "";
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  footer a::after {
    content: "";
    background: #A80010;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  footer a .mail {
    width: 63vw;
    display: block;
    padding: 0 0 3.5rem 6.1rem;
    letter-spacing: 0.25rem;
    background: url(/assets/img/mailIcon.svg) no-repeat left 0.4rem top 0.7rem;
    position: relative;
  }
  footer a .mail::before {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #838383;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  footer a .mail::after {
    content: "";
    width: 7.5rem;
    height: 2.2rem;
    background: url(/assets/img/arrow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -0.1rem;
    bottom: -1rem;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  footer a:hover::after {
    width: 100vw;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  footer a:hover .mail::before {
    width: 107%;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  footer a:hover .mail::after {
    right: -6.1rem;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  footer small {
    position: fixed;
    bottom: 3.3rem;
    left: 2.6rem;
    z-index: 3;
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    color: #6A6A6A;
  }
}

@media screen and (max-width: 1024px) and (min-width: 959px) {
  .topBlock__title {
    font-size: 8.5vw;
  }
}
