@charset "UTF-8";
/*
Theme Name: HAUSS SUPPORT Template
Theme URL: http://hauss_support.co.jp/
Description: HAUSS SUPPORT Template 2022
Author: NAOHIRO FUKUMOTO
Version: 1.0
Tags:
License: GNU General Public License v2 or later
License URI: LICENSE
Template:
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
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; }

/* HTML5 display-role reset for older browsers */
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; }

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

input[type=text],
input[type=submit] {
  -webkit-appearance: none; }

* {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

html {
  font-size: 625%; }

body {
  font-family: 'Oswald', 'M PLUS 1',  sans-serif;
  font-size: .14em;
  letter-spacing: .08em;
  line-height: 1.85;
  background-color: #fff; }

:root {
  --delay: 0;
  --duration: 800ms;
  --iterations: 1; }

/* •·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•· */
.reveal {
  clip-path: inset(0 100% 0 0); }

.reveal-text,
.reveal-text::after {
  animation-delay: 0;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  display: inline-flex !important; }

.reveal-text {
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
  overflow: hidden; }
  .reveal-text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #343434;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer; }

.inviewText {
  transform: translate(0, 20px);
  opacity: 0;
  transition: 0.5s;
  transition-delay: .5s; }

.inviewTextIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.5s;
  transition-delay: .5s; }

.inviewImage {
  transform: scale(1.1);
  opacity: 0;
  transition: 0.5s;
  transition-delay: .5s; }

.inviewImageIn {
  transform: scale(1);
  opacity: 1;
  transition: 0.5s;
  transition-delay: .5s; }

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0); }
  to {
    clip-path: inset(0 0 0 0); } }
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%; }
  60%, 100% {
    transform-origin: 100% 50%; }
  60% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }
@media screen and (max-width: 781px) {
  .only-pc {
    display: none !important; } }
@media screen and (min-width: 781px) {
  .only-sp {
    display: none; }

  .only-pc {
    display: inherit; } }
body {
  color: #343434; }

html {
  overflow-x: hidden; }

@media screen and (min-width: 781px) {
  br.pc-none {
    display: none; } }

.all-btn {
  padding: 1em;
  width: 220px;
  line-height: 1;
  font-size: .14rem;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .all-btn:after {
    display: inline-block;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1em; }

@media screen and (min-width: 781px) {
  .button-motion {
    position: relative;
    overflow: hidden; }
    .button-motion:after {
      position: absolute;
      display: flex;
      content: "\f32b";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      font-size: .24rem;
      right: 4px;
      top: 0;
      height: 100%;
      align-items: center;
      line-height: 1;
      vertical-align: bottom;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -ms-transform: translate(100px, 0);
      -webkit-transform: translate(100px, 0);
      transform: translate(100px, 0); }
    .button-motion:hover:after {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.h2-default {
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  margin: 0 auto 1.5em; }
  @media screen and (min-width: 781px) {
    .h2-default {
      margin: 0 auto; } }
  .h2-default span {
    display: block;
    font-size: .14rem;
    font-weight: normal; }

.h2-default2 {
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  margin: 0 auto 1.5em; }
  @media screen and (min-width: 781px) {
    .h2-default2 {
      margin: 0 auto;
      font-size: .40rem; } }

.h3-default {
  font-size: 0.21rem;
  font-weight: 700;
  margin-bottom: 40px; }
  @media screen and (min-width: 781px) {
    .h3-default {
      font-size: 0.24rem; } }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #29d;
  pointer-events: none; }

#header-pc {
  display: none; }
  @media screen and (min-width: 781px) {
    #header-pc {
      display: block;
      position: fixed;
      z-index: 100;
      width: 100vw;
      background-color: transparent;
      mix-blend-mode: difference; }
      #header-pc div {
        position: absolute;
        top: 33px;
        left: 31px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #header-pc div .logoimage {
          transform: translate(0, 30px);
          opacity: 0; }
          #header-pc div .logoimage.show {
            animation-delay: 0s;
            animation-duration: 0.5s;
            animation-fill-mode: forwards;
            animation-name: logoShow;
            animation-timing-function: ease-in-out; }
        #header-pc div ul {
          display: flex;
          justify-content: flex-end;
          margin-right: 60px; }
          #header-pc div ul li {
            overflow: hidden; }
            #header-pc div ul li a {
              color: #fff;
              font-size: .14rem;
              line-height: 0;
              margin-left: 45px;
              display: inline-block;
              transform: translate(0, 10px);
              opacity: 0; }
            #header-pc div ul li.show:nth-child(1) a {
              animation-delay: 0s;
              animation-duration: 0.5s;
              animation-fill-mode: forwards;
              animation-name: menuShow;
              animation-timing-function: ease-in-out; }
            #header-pc div ul li.show:nth-child(2) a {
              animation-delay: 0.2s;
              animation-duration: 0.5s;
              animation-fill-mode: forwards;
              animation-name: menuShow;
              animation-timing-function: ease-in-out; }
            #header-pc div ul li.show:nth-child(3) a {
              animation-delay: 0.4s;
              animation-duration: 0.5s;
              animation-fill-mode: forwards;
              animation-name: menuShow;
              animation-timing-function: ease-in-out; }
            #header-pc div ul li.show:nth-child(4) a {
              animation-delay: 0.6s;
              animation-duration: 0.5s;
              animation-fill-mode: forwards;
              animation-name: menuShow;
              animation-timing-function: ease-in-out; }
            #header-pc div ul li.show:nth-child(5) a {
              animation-delay: 0.8s;
              animation-duration: 0.5s;
              animation-fill-mode: forwards;
              animation-name: menuShow;
              animation-timing-function: ease-in-out; }
            #header-pc div ul li.show:nth-child(6) a {
              animation-delay: 1s;
              animation-duration: 0.5s;
              animation-fill-mode: forwards;
              animation-name: menuShow;
              animation-timing-function: ease-in-out; } }

@keyframes logoShow {
  0% {
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes menuShow {
  0% {
    transform: translate(0, 20px);
    opacity: 1; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
#header-sp {
  background-color: transparent;
  mix-blend-mode: difference;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100; }
  @media screen and (min-width: 781px) {
    #header-sp {
      display: none; } }
  #header-sp > img {
    width: 250px;
    height: auto;
    position: absolute;
    top: 16px;
    left: 16px; }

@media screen and (min-width: 781px) {
  .sp-menu-wrap {
    display: none; } }
.sp-menu-wrap #menu-open {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  opacity: 0.7;
  color: #343434;
  transition: .2s;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .sp-menu-wrap #menu-open i {
    vertical-align: bottom;
    margin-right: 5px; }
  .sp-menu-wrap #menu-open span:first-child {
    width: 30px;
    height: 1px;
    background-color: #343434;
    display: block; }
  .sp-menu-wrap #menu-open span:nth-child(2) {
    width: 30px;
    height: 1px;
    background-color: #343434;
    display: block;
    margin: 8px 0; }
  .sp-menu-wrap #menu-open span:nth-child(3) {
    width: 30px;
    height: 1px;
    background-color: #343434;
    display: block;
    margin-bottom: 12px; }
  .sp-menu-wrap #menu-open span:last-child {
    font-size: 10px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0); }
    .sp-menu-wrap #menu-open span:last-child::before {
      content: "MENU"; }
  .sp-menu-wrap #menu-open.close {
    right: calc(100vw - 60px);
    background: none; }
    .sp-menu-wrap #menu-open.close span:first-child {
      width: 29px;
      height: 1px;
      background-color: #fff;
      display: block;
      transform: rotate(45deg); }
    .sp-menu-wrap #menu-open.close span:nth-child(2) {
      display: none; }
    .sp-menu-wrap #menu-open.close span:nth-child(3) {
      width: 29px;
      height: 1px;
      margin-top: -1px;
      background-color: #fff;
      display: block;
      margin-bottom: 12px;
      transform: rotate(-45deg); }
    .sp-menu-wrap #menu-open.close span:last-child {
      font-size: 10px;
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translate(-50%, 0);
      color: #FFF; }
      .sp-menu-wrap #menu-open.close span:last-child::before {
        content: "CLOSE"; }
.sp-menu-wrap nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.85;
  transition: .2s;
  z-index: 190; }
  .sp-menu-wrap nav ul {
    width: 100vw;
    height: 100vh;
    text-align: center;
    padding-top: 33vh; }
    @media screen and (min-width: 780px) {
      .sp-menu-wrap nav ul {
        padding: 100px 0 0 30px; } }
    .sp-menu-wrap nav ul li {
      font-size: 16px; }
      .sp-menu-wrap nav ul li a {
        color: #fff;
        display: block;
        padding: 10px 5px; }
  .sp-menu-wrap nav.close {
    right: -100vw; }

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EFEFEF;
  font-size: .12rem;
  height: 100px; }

#home-top {
  width: 100vw;
  height: 100vh;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 781px) {
    #home-top {
      width: 100vw;
      height: 100vh;
      margin-bottom: 115px; } }
  #home-top .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../images/top-image2.jpg");
    background-size: cover;
    filter: blur(6px);
    transform: scale(1.1); }
  #home-top h2 {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    z-index: 100;
    font-size: 0.2rem;
    clip-path: inset(0 100% 0 0); }
    @media screen and (min-width: 781px) {
      #home-top h2 {
        font-size: .6rem;
        left: 50%;
        transform: translate(-50%, -50%); } }
  #home-top h2.title
  h2.title:after {
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
  #home-top h2.title {
    animation-delay: 0;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-name: clip-text;
    color: #FFF;
    white-space: nowrap;
    cursor: default; }
    #home-top h2.title:after {
      content: "";
      position: absolute;
      z-index: 999;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #f2f98b;
      transform: scaleX(0);
      transform-origin: 0 50%;
      pointer-events: none;
      animation-name: text-revealer; }
  #home-top .swiper {
    width: 100vw;
    height: 100vh;
    transform: scale(1.2); }
    @media screen and (min-width: 781px) {
      #home-top .swiper {
        transform: scale(1); } }
    #home-top .swiper .swiper-slide {
      width: 100vw;
      height: 100vh;
      overflow: hidden; }
      #home-top .swiper .swiper-slide.swiper-slide-active > div {
        animation: bgsclae 8s ease 0s forwards; }
      #home-top .swiper .swiper-slide:nth-child(2) > div, #home-top .swiper .swiper-slide:nth-child(6) > div {
        width: 100vw;
        height: 100vh;
        background-image: url("../images/top-img.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #home-top .swiper .swiper-slide:nth-child(3) > div, #home-top .swiper .swiper-slide:nth-child(7) > div {
        width: 100vw;
        height: 100vh;
        background-image: url("../images/top-image2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #home-top .swiper .swiper-slide:nth-child(4) > div, #home-top .swiper .swiper-slide:nth-child(8) > div {
        width: 100vw;
        height: 100vh;
        background-image: url("../images/top-image3.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #home-top .swiper .swiper-slide:nth-child(5) > div, #home-top .swiper .swiper-slide:nth-child(9) > div {
        width: 100vw;
        height: 100vh;
        background-image: url("../images/top-image4.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }

@keyframes bgsclae {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0); }
  to {
    clip-path: inset(0 0 0 0); } }
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%; }
  60%, 100% {
    transform-origin: 100% 50%; }
  60% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }
#home-aboutus {
  width: 100%;
  padding: 0 32px 64px 32px; }
  @media screen and (min-width: 781px) {
    #home-aboutus {
      max-width: 1400px;
      margin: 0 auto 75px auto;
      padding: 0 100px; } }
  #home-aboutus h2 {
    font-size: .32rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 781px) {
      #home-aboutus h2 {
        font-size: .54rem;
        margin-bottom: 90px; } }
    #home-aboutus h2 > span {
      margin-left: 5px;
      width: 100px;
      height: 1px;
      background-color: #000; }
      @media screen and (min-width: 781px) {
        #home-aboutus h2 > span {
          width: 280px; } }
  #home-aboutus div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #home-aboutus div span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: .16rem; }
      @media screen and (min-width: 781px) {
        #home-aboutus div span {
          font-size: .24rem;
          margin: 0 auto; } }
    #home-aboutus div p {
      width: 77%;
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: .12rem; }
      @media screen and (min-width: 781px) {
        #home-aboutus div p {
          width: 485px;
          margin-top: 40px;
          margin-left: 90px;
          font-size: .14rem; } }
    #home-aboutus div figure {
      width: 100%;
      height: auto;
      overflow: hidden; }
      @media screen and (min-width: 781px) {
        #home-aboutus div figure {
          width: 432px;
          margin-left: 60px; } }
      #home-aboutus div figure img {
        width: 100%;
        height: auto; }

#home-service {
  width: 100%;
  margin: 0;
  padding: 100px 32px 20px 32px;
  box-sizing: border-box;
  position: relative;
  top: 0;
  background-color: #EFEFEF; }
  #home-service::before {
    content: "";
    background-image: url(../images/triangle1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100vw;
    padding-top: 8.82352941vw;
    position: absolute;
    top: 0;
    margin-left: -32px; }
    @media screen and (min-width: 781px) {
      #home-service::before {
        margin-left: 0; } }
  @media screen and (min-width: 781px) {
    #home-service {
      width: 100%;
      padding: 200px 0 0 0;
      margin: 0 auto; } }
  @media screen and (min-width: 781px) {
    #home-service > div {
      max-width: 1400px;
      margin: auto;
      padding: 0 100px; } }
  #home-service > div h2 {
    font-size: .32rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 781px) {
      #home-service > div h2 {
        font-size: .54rem;
        margin-bottom: 90px;
        max-width: 1400px; } }
    #home-service > div h2 > span {
      margin-left: 5px;
      width: 100px;
      height: 1px;
      background-color: #000; }
      @media screen and (min-width: 781px) {
        #home-service > div h2 > span {
          width: 280px; } }
  #home-service > div > div {
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #home-service > div > div > span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: .16rem; }
      @media screen and (min-width: 781px) {
        #home-service > div > div > span {
          font-size: .24rem;
          margin: 0 auto; } }
    #home-service > div > div article {
      width: 77%;
      /* アクティブなタブ */
      /* ラジオボタン非表示 */ }
      @media screen and (min-width: 781px) {
        #home-service > div > div article {
          margin-left: 80px;
          width: 100%; } }
      #home-service > div > div article .tab-wrap {
        display: flex;
        flex-wrap: wrap; }
      #home-service > div > div article .tab-label {
        margin-right: 5px;
        padding: 3px 11.5px 0px 19px;
        order: -1;
        font-size: .12rem;
        color: #727272; }
        @media screen and (min-width: 781px) {
          #home-service > div > div article .tab-label {
            font-size: .18rem;
            padding: 0 62px 16px 62px;
            line-height: 1; } }
      #home-service > div > div article .tab-switch:checked + .tab-label {
        color: #000;
        border-bottom: 2px solid #EFEFEF;
        z-index: 9999; }
      #home-service > div > div article .tab-switch:checked + .tab-label + .tab-content {
        display: block; }
      #home-service > div > div article .tab-switch {
        display: none; }
      #home-service > div > div article .tab-content {
        width: 100%;
        display: none;
        position: relative;
        margin-top: -1px;
        border-top: 1px solid #000; }
        @media screen and (min-width: 781px) {
          #home-service > div > div article .tab-content {
            border-top: 2px solid #000;
            margin-top: -2px; } }
        #home-service > div > div article .tab-content > p {
          padding-top: 20px;
          font-size: .12rem;
          margin-bottom: 20px; }
          @media screen and (min-width: 781px) {
            #home-service > div > div article .tab-content > p {
              padding-top: 50px;
              font-size: .14rem;
              margin-bottom: 70px; } }
      #home-service > div > div article .content1 > img {
        position: absolute;
        top: -35px;
        width: 110px;
        height: auto; }
        @media screen and (min-width: 781px) {
          #home-service > div > div article .content1 > img {
            width: 240px;
            top: -75px; } }
      #home-service > div > div article .content1 > div {
        margin-bottom: 20px; }
        @media screen and (min-width: 781px) {
          #home-service > div > div article .content1 > div {
            margin-bottom: 50px; } }
        #home-service > div > div article .content1 > div h3 {
          font-size: .13rem;
          font-weight: 500; }
          @media screen and (min-width: 781px) {
            #home-service > div > div article .content1 > div h3 {
              font-size: .24rem;
              margin-bottom: 20px; } }
        #home-service > div > div article .content1 > div ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #home-service > div > div article .content1 > div ul li {
            width: 49%;
            margin-bottom: 5px; }
            @media screen and (min-width: 781px) {
              #home-service > div > div article .content1 > div ul li {
                width: 24.5%; } }
            #home-service > div > div article .content1 > div ul li img {
              width: 100%;
              height: auto; }
        #home-service > div > div article .content1 > div > span {
          background-color: #fff;
          width: 100%;
          height: 40px;
          display: flex;
          align-items: center;
          font-size: .1rem;
          padding-left: 10px; }
          @media screen and (min-width: 781px) {
            #home-service > div > div article .content1 > div > span {
              height: 67px;
              padding-left: 30px;
              font-size: .16rem; } }
        @media screen and (min-width: 781px) {
          #home-service > div > div article .content1 > div > div {
            display: flex; } }
        #home-service > div > div article .content1 > div > div figure {
          margin-bottom: 10px; }
          @media screen and (min-width: 781px) {
            #home-service > div > div article .content1 > div > div figure {
              width: 500px; } }
          #home-service > div > div article .content1 > div > div figure img {
            width: 100%;
            height: auto; }
        #home-service > div > div article .content1 > div > div p {
          font-size: .12rem; }
          @media screen and (min-width: 781px) {
            #home-service > div > div article .content1 > div > div p {
              font-size: .14rem;
              width: calc(100% - 530px);
              margin-left: 30px; } }
          #home-service > div > div article .content1 > div > div p span {
            font-size: .12rem;
            font-weight: 500;
            display: block;
            margin-bottom: 5px; }
            @media screen and (min-width: 781px) {
              #home-service > div > div article .content1 > div > div p span {
                font-size: .21rem; } }
      #home-service > div > div article .content2 {
        padding-top: 20px; }
        @media screen and (min-width: 781px) {
          #home-service > div > div article .content2 {
            padding: 90px 0 50px 0; } }
        #home-service > div > div article .content2 > img {
          position: absolute;
          top: -35px;
          left: 114px;
          width: 110px;
          height: auto; }
          @media screen and (min-width: 781px) {
            #home-service > div > div article .content2 > img {
              width: 240px;
              top: -75px;
              left: 243px; } }
        #home-service > div > div article .content2 h3 {
          font-size: .13rem;
          font-weight: 500;
          margin-bottom: 20px; }
          @media screen and (min-width: 781px) {
            #home-service > div > div article .content2 h3 {
              font-size: .24rem; } }
        @media screen and (min-width: 781px) {
          #home-service > div > div article .content2 > div.sp {
            display: none; } }
        #home-service > div > div article .content2 > div.sp h4 {
          font-size: .11rem;
          font-weight: 500;
          margin-bottom: 20px; }
        #home-service > div > div article .content2 > div.sp span {
          display: block;
          background-color: #000;
          color: #fff;
          font-size: .1rem;
          font-weight: 500;
          text-align: center;
          padding: 10px 0;
          width: 100%;
          margin-bottom: 10px; }
        #home-service > div > div article .content2 > div.sp div {
          margin-bottom: 20px; }
          #home-service > div > div article .content2 > div.sp div h4 {
            margin-bottom: 10px; }
          #home-service > div > div article .content2 > div.sp div img {
            width: 100%;
            height: auto;
            margin-bottom: 10px; }
            #home-service > div > div article .content2 > div.sp div img:last-child {
              margin-bottom: 0; }
          #home-service > div > div article .content2 > div.sp div p {
            font-size: .11rem;
            margin-bottom: 5px; }
          #home-service > div > div article .content2 > div.sp div aside {
            font-size: .1rem;
            color: #bbb; }
        #home-service > div > div article .content2 > div.pc {
          display: none; }
          @media screen and (min-width: 781px) {
            #home-service > div > div article .content2 > div.pc {
              display: block;
              width: 100%;
              padding-bottom: 20px; }
              #home-service > div > div article .content2 > div.pc img {
                width: 100%;
                height: auto; } }

#home-company {
  width: 100%;
  padding: 100px 32px;
  box-sizing: border-box;
  background-size: cover;
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  background: #fff; }
  #home-company::before {
    content: "";
    background-image: url(../images/triangle2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100vw;
    padding-top: 8.82352941vw;
    position: absolute;
    top: 0;
    margin-left: -32px; }
    @media screen and (min-width: 781px) {
      #home-company::before {
        margin-left: 0; } }
  @media screen and (min-width: 781px) {
    #home-company {
      width: 100%;
      padding: 0;
      margin: 0 auto; } }
  @media screen and (min-width: 781px) {
    #home-company > div {
      max-width: 1400px;
      margin: auto;
      padding: 200px 100px 250px 100px; } }
  #home-company > div h2 {
    font-size: .32rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 781px) {
      #home-company > div h2 {
        font-size: .54rem;
        margin-bottom: 90px; } }
    #home-company > div h2 > span {
      margin-left: 5px;
      width: 100px;
      height: 1px;
      background-color: #343434; }
      @media screen and (min-width: 781px) {
        #home-company > div h2 > span {
          width: 280px; } }
  #home-company > div > div {
    display: flex; }
    #home-company > div > div > span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: .16rem; }
      @media screen and (min-width: 781px) {
        #home-company > div > div > span {
          font-size: .24rem;
          margin: 0 auto; } }
    #home-company > div > div > div {
      width: 85%; }
      #home-company > div > div > div dl {
        background-color: rgba(239, 239, 239, 0.84);
        color: #000;
        display: flex;
        font-size: .1rem;
        padding: 10px 5px 10px 10px;
        margin-bottom: 3px; }
        @media screen and (min-width: 781px) {
          #home-company > div > div > div dl {
            font-size: .14rem;
            padding: 24px 0 24px 24px; } }
        #home-company > div > div > div dl dt {
          width: 23%;
          font-weight: 500; }
          @media screen and (min-width: 781px) {
            #home-company > div > div > div dl dt {
              width: 200px; } }
        #home-company > div > div > div dl dd {
          width: 76%;
          margin-left: 1%; }
          @media screen and (min-width: 781px) {
            #home-company > div > div > div dl dd br {
              display: none; } }

#home-greeting {
  width: 100%;
  padding: 100px 32px;
  background-size: cover;
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  background-image: url(../images/greeting-bg.jpg);
  overflow: hidden; }
  #home-greeting::before {
    content: "";
    background-image: url(../images/triangle1.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    width: 105vw;
    padding-top: calc(43.35 / 491.685 * 100vw);
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 781px) {
      #home-greeting::before {
        margin-left: 0; } }
  @media screen and (min-width: 781px) {
    #home-greeting {
      width: 100%;
      padding: 0;
      margin: 0 auto; } }
  @media screen and (min-width: 781px) {
    #home-greeting > div {
      max-width: 1400px;
      margin: auto;
      padding: 250px 100px; } }
  #home-greeting > div h2 {
    font-size: .32rem;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 781px) {
      #home-greeting > div h2 {
        font-size: .54rem;
        margin-bottom: 90px; } }
    #home-greeting > div h2 > span {
      margin-left: 5px;
      width: 100px;
      height: 1px;
      background-color: #fff; }
      @media screen and (min-width: 781px) {
        #home-greeting > div h2 > span {
          width: 280px; } }
  #home-greeting > div > div {
    display: flex;
    justify-content: space-between;
    color: #fff; }
    #home-greeting > div > div > span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: .16rem; }
      @media screen and (min-width: 781px) {
        #home-greeting > div > div > span {
          font-size: .24rem;
          margin: 0 auto; } }
    #home-greeting > div > div > div {
      width: 85%;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 20px; }
      @media screen and (min-width: 781px) {
        #home-greeting > div > div > div {
          width: 70%;
          padding: 40px; } }
      #home-greeting > div > div > div h3 {
        font-size: .16rem;
        font-weight: bold;
        margin-bottom: 1em; }
        @media screen and (min-width: 781px) {
          #home-greeting > div > div > div h3 {
            font-size: .24rem; } }
      #home-greeting > div > div > div p {
        font-size: .12rem; }
        @media screen and (min-width: 781px) {
          #home-greeting > div > div > div p {
            font-size: .16rem; } }

#home-access {
  width: 100%;
  padding: 50px 32px;
  background-size: cover;
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  background-color: #EFEFEF; }
  #home-access::before {
    content: "";
    background-image: url(../images/triangle3.svg);
    background-size: 105%;
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    padding-top: calc(43.35 / 491.685 * 100vw);
    position: absolute;
    top: calc(43.35 / -491.685 * 100vw);
    left: 0; }
    @media screen and (min-width: 781px) {
      #home-access::before {
        margin-left: 0; } }
  @media screen and (min-width: 781px) {
    #home-access > div {
      max-width: 1400px;
      margin: auto;
      padding: 0px 100px; } }
  #home-access > div h2 {
    font-size: .32rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 781px) {
      #home-access > div h2 {
        font-size: .54rem;
        margin-bottom: 90px; } }
    #home-access > div h2 > span {
      margin-left: 5px;
      width: 100px;
      height: 1px;
      background-color: #000; }
      @media screen and (min-width: 781px) {
        #home-access > div h2 > span {
          width: 280px; } }
  #home-access > div > div {
    display: flex;
    justify-content: space-between; }
    #home-access > div > div > span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: .16rem; }
      @media screen and (min-width: 781px) {
        #home-access > div > div > span {
          margin: 0 auto;
          font-size: .24rem; } }
    #home-access > div > div address {
      width: 85%;
      font-size: .12rem; }
      @media screen and (min-width: 781px) {
        #home-access > div > div address {
          font-size: .14rem; } }
      #home-access > div > div address p {
        line-height: 1.5;
        margin-bottom: 10px; }
        @media screen and (min-width: 781px) {
          #home-access > div > div address p br {
            display: none; } }
      #home-access > div > div address iframe {
        width: 100%;
        height: 300px;
        margin-bottom: 16px; }
      #home-access > div > div address dl {
        margin-bottom: 16px;
        font-size: .12rem; }
        @media screen and (min-width: 781px) {
          #home-access > div > div address dl {
            font-size: .14rem;
            margin-bottom: 40px; } }
        #home-access > div > div address dl dt {
          font-weight: 500; }

#home-recruit {
  width: 100%;
  padding: 100px 32px;
  background-size: cover;
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  background-image: url(../images/company-bg.jpg);
  overflow: hidden; }
  #home-recruit::before {
    content: "";
    background-image: url(../images/triangle2.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    width: 105vw;
    padding-top: calc(43.35 / 491.685 * 100vw);
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 781px) {
      #home-recruit::before {
        margin-left: 0; } }
  @media screen and (min-width: 781px) {
    #home-recruit {
      width: 100%;
      padding: 0;
      margin: 0 auto; } }
  @media screen and (min-width: 781px) {
    #home-recruit > div {
      max-width: 1400px;
      margin: auto;
      padding: 250px 100px; } }
  #home-recruit > div h2 {
    font-size: .32rem;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 781px) {
      #home-recruit > div h2 {
        font-size: .54rem;
        margin-bottom: 90px; } }
    #home-recruit > div h2 > span {
      margin-left: 5px;
      width: 100px;
      height: 1px;
      background-color: #fff; }
      @media screen and (min-width: 781px) {
        #home-recruit > div h2 > span {
          width: 280px; } }
  #home-recruit > div > div {
    display: flex;
    justify-content: space-between;
    color: #fff; }
    #home-recruit > div > div > span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: .16rem; }
      @media screen and (min-width: 781px) {
        #home-recruit > div > div > span {
          font-size: .24rem;
          margin: 0 auto; } }
    #home-recruit > div > div > div {
      width: 85%; }
      #home-recruit > div > div > div p {
        font-size: .12rem;
        margin-bottom: 40px; }
        @media screen and (min-width: 781px) {
          #home-recruit > div > div > div p {
            font-size: .14rem;
            margin-bottom: 90px;
            margin-top: -30px; } }
      #home-recruit > div > div > div a {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 0%;
        font-size: .12rem;
        width: 200px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.84);
        position: relative; }
        @media screen and (min-width: 781px) {
          #home-recruit > div > div > div a {
            width: 400px;
            height: 80px;
            font-size: .16rem; } }
        #home-recruit > div > div > div a img {
          position: absolute;
          width: 5px;
          right: 10px;
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (min-width: 781px) {
            #home-recruit > div > div > div a img {
              right: 30px;
              width: 8px; } }

#home-contact {
  width: 100%;
  padding: 50px 32px;
  background-size: cover;
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  background-color: #fff; }
  #home-contact::before {
    content: "";
    background-image: url(../images/triangle4.svg);
    background-size: 105%;
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    padding-top: calc(43.35 / 491.685 * 100vw);
    position: absolute;
    top: calc(43.35 / -491.685 * 100vw);
    left: 0; }
    @media screen and (min-width: 781px) {
      #home-contact::before {
        margin-left: 0; } }
  @media screen and (min-width: 781px) {
    #home-contact > div {
      max-width: 1400px;
      margin: auto;
      padding: 0 100px; } }
  #home-contact > div h2 {
    font-size: .32rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 781px) {
      #home-contact > div h2 {
        font-size: .54rem;
        margin-bottom: 90px; } }
    #home-contact > div h2 > span {
      margin-left: 5px;
      width: 100px;
      height: 1px;
      background-color: #000; }
      @media screen and (min-width: 781px) {
        #home-contact > div h2 > span {
          width: 280px; } }
  #home-contact > div > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #home-contact > div > div > span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: .16rem; }
      @media screen and (min-width: 781px) {
        #home-contact > div > div > span {
          font-size: .24rem;
          margin: 0 auto; } }
    #home-contact > div > div > div {
      width: 85%; }
      #home-contact > div > div > div dl {
        font-size: .1rem;
        font-weight: 300;
        position: relative;
        margin-bottom: 20px; }
        @media screen and (min-width: 781px) {
          #home-contact > div > div > div dl {
            font-size: .12rem;
            margin-bottom: 34px; } }
        #home-contact > div > div > div dl dt {
          background-color: #fff;
          padding: 10px 8px;
          line-height: 0;
          position: absolute;
          top: -10px;
          left: 25px;
          z-index: 10; }
          @media screen and (min-width: 781px) {
            #home-contact > div > div > div dl dt {
              left: 30px; } }
        #home-contact > div > div > div dl dd {
          display: flex; }
          #home-contact > div > div > div dl dd > span {
            background: #DD0000;
            color: #fff;
            padding: 7px 0 3px 0;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            letter-spacing: 5px;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media screen and (min-width: 781px) {
              #home-contact > div > div > div dl dd > span {
                height: 60px;
                font-size: .12rem; } }
            #home-contact > div > div > div dl dd > span.optional {
              background-color: #343434; }
          #home-contact > div > div > div dl dd div {
            border: 1px solid #AFAFAF;
            width: 100%; }
            #home-contact > div > div > div dl dd div input[type="text"],
            #home-contact > div > div > div dl dd div input[type="email"] {
              border: none;
              width: 100%;
              height: 100%;
              font-size: 16px;
              padding: 0 14px; }
            #home-contact > div > div > div dl dd div textarea {
              border: none;
              width: 100%;
              height: 100%;
              padding: 14px;
              font-size: .14rem; }
          #home-contact > div > div > div dl dd.main {
            height: 150px; }
            @media screen and (min-width: 781px) {
              #home-contact > div > div > div dl dd.main {
                height: 200px !important; } }
            #home-contact > div > div > div dl dd.main span {
              height: 150px; }
              @media screen and (min-width: 781px) {
                #home-contact > div > div > div dl dd.main span {
                  height: 200px !important; } }
      #home-contact > div > div > div aside {
        padding: 20px;
        border: 1px solid #AFAFAF;
        margin-bottom: 20px;
        height: 150px;
        white-space: pre-line;
        overflow: scroll; }
        @media screen and (min-width: 781px) {
          #home-contact > div > div > div aside {
            padding: 34px;
            margin-bottom: 32px;
            height: 200px; } }
        #home-contact > div > div > div aside p {
          margin-bottom: 16px;
          font-size: .12rem; }
          @media screen and (min-width: 781px) {
            #home-contact > div > div > div aside p {
              font-size: .14rem; } }
          #home-contact > div > div > div aside p:last-child {
            margin-bottom: 0; }
      #home-contact > div > div > div > div {
        margin-bottom: 20px; }
        @media screen and (min-width: 781px) {
          #home-contact > div > div > div > div {
            margin-bottom: 32px; } }
        #home-contact > div > div > div > div .boxes {
          margin-bottom: 32px; }
        #home-contact > div > div > div > div input[type="checkbox"] {
          display: none; }
        #home-contact > div > div > div > div input[type="checkbox"] + span {
          display: block;
          position: relative;
          padding-left: 35px;
          margin-bottom: 20px;
          font: 14px/20px 'Open Sans', Arial, sans-serif;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none; }
        #home-contact > div > div > div > div input[type="checkbox"] + span:last-child {
          margin-bottom: 0;
          font-size: .12rem;
          display: flex;
          align-items: center;
          height: 20px; }
          @media screen and (min-width: 781px) {
            #home-contact > div > div > div > div input[type="checkbox"] + span:last-child {
              font-size: .14rem;
              height: 32px; } }
        #home-contact > div > div > div > div input[type="checkbox"] + span:before {
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          border: 1px solid #000;
          position: absolute;
          left: 0;
          top: 0;
          opacity: .6;
          -webkit-transition: all .12s, border-color .08s;
          transition: all .12s, border-color .08s; }
          @media screen and (min-width: 781px) {
            #home-contact > div > div > div > div input[type="checkbox"] + span:before {
              width: 30px;
              height: 30px; } }
        #home-contact > div > div > div > div input[type="checkbox"]:checked + span:before {
          width: 10px;
          top: -5px;
          left: 5px;
          border-radius: 0;
          opacity: 1;
          border-top-color: transparent;
          border-left-color: transparent;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      #home-contact > div > div > div button {
        width: 80%;
        line-height: 0;
        padding: 20px 0;
        background-color: #000;
        color: #fff;
        font-size: .12rem;
        letter-spacing: 2px;
        appearance: none;
        outline: none;
        border: none;
        position: relative; }
        @media screen and (min-width: 781px) {
          #home-contact > div > div > div button {
            width: 400px;
            height: 80px;
            font-size: .16rem; } }
        #home-contact > div > div > div button img {
          position: absolute;
          width: 5px;
          right: 10px;
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (min-width: 781px) {
            #home-contact > div > div > div button img {
              right: 30px;
              width: 8px; } }

.page-title {
  background-color: #343434;
  height: 300px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media screen and (min-width: 781px) {
    .page-title {
      height: 400px; } }
  .page-title h1 {
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 781px) {
      .page-title h1 {
        max-width: 1200px;
        margin: 0 auto; } }
    .page-title h1 span:first-child {
      font-size: 14px; }
      @media screen and (min-width: 781px) {
        .page-title h1 span:first-child {
          font-size: 16px; } }
    .page-title h1 span:last-child {
      font-size: 48px; }
      @media screen and (min-width: 781px) {
        .page-title h1 span:last-child {
          font-size: 64px; } }

#recruit {
  width: 100%;
  background-color: #EFEFEF;
  padding: 64px 32px 64px 32px; }
  @media screen and (min-width: 781px) {
    #recruit {
      max-width: 1400px;
      padding: 100px 100px 250px;
      margin: 0 auto; } }
  #recruit h2 {
    font-size: .28rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 781px) {
      #recruit h2 {
        font-size: .54rem;
        margin-bottom: 90px; } }
    #recruit h2 > span {
      margin-left: 5px;
      width: 10px;
      height: 1px;
      background-color: #000; }
      @media screen and (min-width: 781px) {
        #recruit h2 > span {
          width: 280px; } }
  #recruit div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #recruit div span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: .16rem; }
      @media screen and (min-width: 781px) {
        #recruit div span {
          font-size: .24rem;
          margin: 0 auto; } }
    #recruit div p {
      width: 77%;
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: .12rem; }
      @media screen and (min-width: 781px) {
        #recruit div p {
          width: 485px;
          margin-top: 40px;
          margin-left: 90px;
          font-size: .14rem; } }
    #recruit div figure {
      width: 100%;
      height: auto;
      overflow: hidden; }
      @media screen and (min-width: 781px) {
        #recruit div figure {
          width: 432px;
          margin-left: 60px; } }
      #recruit div figure img {
        width: 100%;
        height: auto; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  animation-delay: 2.3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeOutBg2;
  animation-timing-function: ease-in-out; }
  .loader .logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; }
    .loader .logo::after {
      animation: loader 0.5s linear infinite;
      border: 1px solid orange;
      border-radius: 50%;
      border-right: 1px solid rgba(255, 165, 0, 0.2);
      border-top: 1px solid rgba(255, 165, 0, 0.2);
      content: "";
      height: 70px;
      width: 70px; }
    .loader .logo svg path {
      fill: #313131; }
  .loader .loader-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #313131;
    transform: scale(1, 0);
    z-index: 1001; }
  .loader .loader-bg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #d6d6d6;
    transform: scale(1, 0);
    z-index: 1000; }
  .loader.close .logo svg {
    animation-delay: 0;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: logoFadeOut;
    animation-timing-function: ease-in-out; }
  .loader.close .logo::after {
    opacity: 0; }
  .loader.close .loader-bg1 {
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fadeOutBg;
    animation-timing-function: ease-in-out; }
  .loader.close .loader-bg2 {
    animation-delay: 0.7s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fadeOutBg;
    animation-timing-function: ease-in-out; }

@keyframes loader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes loaderFadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0 !important;
    display: none; } }
@keyframes logoFadeOut {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  100% {
    transform: translate(0, -20px);
    opacity: 0; } }
@keyframes fadeOutBg2 {
  0% {
    transform: scale(1, 1);
    transform-origin: right top; }
  100% {
    transform: scale(1, 0);
    transform-origin: right top; } }
@keyframes fadeOutBg {
  0% {
    transform: scale(1, 0);
    transform-origin: right bottom; }
  49% {
    transform: scale(1, 1);
    transform-origin: right bottom; }
  50% {
    transform: scale(1, 1);
    transform-origin: right top; }
  100% {
    transform: scale(1, 0);
    transform-origin: right top; } }

/*# sourceMappingURL=style.css.map */
