@charset "UTF-8";
@import "/assets/css/reset.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.5/jquery.fullpage.css";
/*
@mixin m-hover-img-box{
	overflow: hidden;
	background-color: #3C3C3C;
	height: auto;
	position: relative;
	overflow: hidden;
	img {
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	@include m-pc{
		img:hover {
			transform: translate(-50%, -50%) scale(1.15);
		}
	}
}
*/
/* =========================================================
@extendされるパーツ
========================================================= */
/* clearfix
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
.isBorderBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
サイト全体で使用するカラー
========================================================= */
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

a {
  -webkit-transition: opacity ease-in-out 0.22s;
  transition: opacity ease-in-out 0.22s;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

#wrp {
  opacity: 0;
}
#wrp img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.loaded #wrp {
  opacity: 1 !important;
}

input, textarea {
  -webkit-appearance: none;
}

select {
  font-family: "Noto Serif JP", serif;
}
select option {
  font-family: "Noto Serif JP", serif;
}

button {
  font-family: "Noto Serif JP", serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5 {
  line-height: 1.8;
}

li {
  list-style: none;
}

#wrp {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
#wrp img {
  max-width: 100%;
}

main {
  display: block; /* IE対策に追加 */
}

/* ブラウザのスクロールバーを常に表示させることでカクカクッとなるのを防ぐ */
/* ローディングの背景部分のCSS */
.loader {
  background-color: #e0e0e0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/* ローディングのアニメーション部分のCSS */
#home .loader-logo {
  display: block;
  -webkit-animation: logo-fade-in 0.8s ease-in-out 1 0s forwards;
          animation: logo-fade-in 0.8s ease-in-out 1 0s forwards;
}

.loader-logo {
  width: 50px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .loader-logo {
    width: 40px;
  }
}
.loader-logo img {
  width: 100%;
}

header {
  display: inline-block;
  position: fixed;
  top: 30px;
  left: 26px;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  header {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 800px) {
  header .logo {
    opacity: 0;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
  }
}
@media screen and (max-width: 800px) {
  header .logo.is-active {
    opacity: 1;
  }
}
header .logo a {
  display: block;
  width: 120px;
  height: 37px;
  background-image: url(/assets/img/common/hdr-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  header .logo a {
    width: 95px;
    height: 30px;
  }
}

.fp-viewing-logo header,
.fp-viewing-intro header {
  display: none;
}

.fp-viewing-intro header a,
.fp-viewing-profile-01 header a,
.fp-viewing-profile-02 header a,
.fp-viewing-profile-03 header a {
  background-image: url(/assets/img/common/hdr-logo-wht.svg);
}

footer {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  footer {
    display: block;
    padding: 40px;
    opacity: 1;
  }
}
footer .cr-wrp {
  position: fixed;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 800px) {
  footer .cr-wrp {
    position: static;
    text-align: center;
  }
}
footer .cr-wrp small {
  font-family: "EB Garamond", serif;
  color: #adadad;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  footer .cr-wrp small {
    color: #fff;
    font-size: 1.2rem;
  }
}
footer .mail-wrp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: right;
  vertical-align: text-bottom;
}
@media screen and (max-width: 800px) {
  footer .mail-wrp {
    position: static;
    text-align: center;
    margin-bottom: 25px;
  }
}
footer .mail-wrp a {
  text-decoration: none;
  font-family: "EB Garamond", serif;
  color: #adadad;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  footer .mail-wrp a {
    color: #fff;
    font-size: 1.6rem;
  }
}
footer .mail-wrp a:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(/assets/img/common/mail-ico-gry.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
footer .go-to-top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  display: block;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
}
@media screen and (max-width: 800px) {
  footer .go-to-top {
    opacity: 0;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  footer .go-to-top.is-active {
    opacity: 1;
  }
}
footer .go-to-top a {
  display: block;
  width: 7px;
}
footer .go-to-top a.only-pc {
  display: block;
}
@media screen and (max-width: 800px) {
  footer .go-to-top a.only-pc {
    display: none;
  }
}
footer .go-to-top a.only-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  footer .go-to-top a.only-sp {
    display: block;
  }
}

#fp-nav {
  opacity: 0;
}
#fp-nav ul li:nth-of-type(2) {
  display: none;
}
#fp-nav ul li:nth-of-type(4) {
  display: none;
}
#fp-nav ul li:nth-of-type(5) {
  display: none;
}
#fp-nav ul li:nth-of-type(6) {
  display: none;
}
#fp-nav ul li:nth-of-type(7) {
  display: none;
}
#fp-nav ul li:nth-of-type(9) {
  display: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 10px;
  width: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #7d7d7d;
}

.fp-viewing-logo footer .cr-wrp small,
.fp-viewing-intro footer .cr-wrp small,
.fp-viewing-profile-01 footer .cr-wrp small,
.fp-viewing-profile-02 footer .cr-wrp small {
  color: #fff;
}
.fp-viewing-logo footer .mail-wrp a,
.fp-viewing-intro footer .mail-wrp a,
.fp-viewing-profile-01 footer .mail-wrp a,
.fp-viewing-profile-02 footer .mail-wrp a {
  color: #fff;
}
.fp-viewing-logo footer .mail-wrp a:before,
.fp-viewing-intro footer .mail-wrp a:before,
.fp-viewing-profile-01 footer .mail-wrp a:before,
.fp-viewing-profile-02 footer .mail-wrp a:before {
  background-image: url(/assets/img/common/mail-ico-wht.png);
}
.fp-viewing-logo #fp-nav ul li a span, .fp-viewing-logo .fp-slidesNav ul li a span,
.fp-viewing-intro #fp-nav ul li a span,
.fp-viewing-intro .fp-slidesNav ul li a span,
.fp-viewing-profile-01 #fp-nav ul li a span,
.fp-viewing-profile-01 .fp-slidesNav ul li a span,
.fp-viewing-profile-02 #fp-nav ul li a span,
.fp-viewing-profile-02 .fp-slidesNav ul li a span {
  background-color: #fff;
}

.fp-viewing-company footer .go-to-top {
  bottom: 75px;
  display: block;
  opacity: 1;
}

.fp-viewing-about-01 .vanta-canvas,
.fp-viewing-about-02 .vanta-canvas,
.fp-viewing-about-03 .vanta-canvas,
.fp-viewing-about-04 .vanta-canvas,
.fp-viewing-about-05 .vanta-canvas {
  opacity: 0;
}

#wrp {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  #wrp .vanta-canvas {
    height: 100% !important;
    position: fixed !important;
  }
}
#wrp .fp-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#wrp .fp-controlArrow.fp-prev {
  border-color: transparent #000 transparent transparent;
}
#wrp .fp-controlArrow.fp-next {
  border-color: transparent transparent transparent #000;
}
#wrp .inr-panel {
  max-width: 900px;
  width: 80%;
  height: auto;
  max-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel {
    max-width: 100%;
    width: 100%;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrp .inr-panel.fade {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: ease all 1.5s 0.8s;
    transition: ease all 1.5s 0.8s;
  }
  #wrp .inr-panel.fade.scroll-in {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#wrp .inr-panel .ttl-panel {
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .ttl-panel {
    position: static;
  }
}
#wrp .inr-panel .ttl-panel .section-ttl {
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .ttl-panel .section-ttl {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
}
#wrp .inr-panel .txt-panel {
  width: 69%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .txt-panel {
    width: 100%;
    height: auto;
  }
}
#wrp .inr-panel .txt-panel h3.catch {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .txt-panel h3.catch {
    opacity: 1;
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
  #wrp .inr-panel .txt-panel h3.catch br {
    display: none;
  }
}
#wrp .inr-panel .txt-panel .inr-txt {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .txt-panel .inr-txt {
    opacity: 1;
  }
}
#wrp .inr-panel .txt-panel p {
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .txt-panel p {
    font-size: 1.3rem;
  }
}
#wrp .inr-panel .txt-panel p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .txt-panel p br {
    display: none;
  }
}
#wrp .inr-panel .txt-panel dl {
  font-size: 1.4rem;
  line-height: 2.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .txt-panel dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrp .inr-panel .txt-panel dl:not(:last-child) {
  margin-bottom: 15px;
}
#wrp .inr-panel .txt-panel dl dt {
  width: 10%;
  margin-right: 2%;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .txt-panel dl dt {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
  }
}
#wrp .inr-panel .txt-panel dl dd {
  width: 87%;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .txt-panel dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #wrp .inr-panel .txt-panel dl dd br {
    display: none;
  }
}
#wrp .fp-slidesNav ul {
  text-align: center;
}
@media screen and (max-width: 800px) {
  #wrp .index-logo-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
#wrp .index-logo-wrp .logo {
  width: 75px;
  aspect-ratio: 1/1.7;
  background-image: url(/assets/img/common/logo-wht.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media screen and (max-width: 800px) {
  #wrp .index-logo-wrp .logo {
    width: 50px;
  }
}
@media screen and (max-width: 800px) {
  #wrp .index-intro-wrp {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: transparent;
  }
}
#wrp .index-intro-wrp .copy .catch {
  text-align: center;
  font-size: 1.9rem;
  line-height: 2.2;
  font-weight: normal;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media screen and (max-width: 800px) {
  #wrp .index-intro-wrp .copy .catch {
    font-size: 1.5rem;
    padding: 0 40px;
  }
  #wrp .index-intro-wrp .copy .catch br {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #wrp .index-intro-wrp .copy .catch.fade {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: ease all 1s 0.8s;
    transition: ease all 1s 0.8s;
  }
}
@media screen and (max-width: 800px) {
  #wrp .index-intro-wrp .copy .catch.fade.scroll-in {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#wrp .about-sec-wrp {
  background-color: #fff;
  color: #000;
}
#wrp .about-sec-wrp .inr-panel {
  height: 48vh;
  max-height: 350px;
}
@media screen and (max-width: 800px) {
  #wrp .about-sec-wrp .inr-panel {
    padding: 0 40px;
    height: auto;
    max-height: none;
  }
}
#wrp .about-sec-wrp .ttl-panel .section-ttl {
  color: #000;
}
#wrp .about-sec-wrp .ttl-panel ul {
  line-height: 1;
  font-size: 0;
}
@media screen and (max-width: 800px) {
  #wrp .about-sec-wrp .ttl-panel ul {
    display: none;
  }
}
#wrp .about-sec-wrp .ttl-panel ul li {
  font-size: 1em;
  text-align: right;
  line-height: 1;
}
#wrp .about-sec-wrp .ttl-panel ul li:not(:last-child) {
  margin-bottom: 10px;
}
#wrp .about-sec-wrp .ttl-panel ul li a {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #d8d8d8;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#wrp .about-sec-wrp .ttl-panel ul li a.current {
  background-color: #7d7d7d;
}
@media screen and (max-width: 800px) {
  #wrp .about-sec-wrp.about-sec01-wrp .inr-panel {
    padding: 40px 40px 20px;
  }
}
@media screen and (max-width: 800px) {
  #wrp .about-sec-wrp.about-sec02-wrp .inr-panel {
    padding: 20px 40px 20px;
  }
}
@media screen and (max-width: 800px) {
  #wrp .about-sec-wrp.about-sec03-wrp .inr-panel {
    padding: 20px 40px 20px;
  }
}
@media screen and (max-width: 800px) {
  #wrp .about-sec-wrp.about-sec04-wrp .inr-panel {
    padding: 20px 40px 20px;
  }
}
@media screen and (max-width: 800px) {
  #wrp .about-sec-wrp.about-sec05-wrp .inr-panel {
    padding: 20px 40px 60px;
  }
}
@media screen and (max-width: 800px) {
  #wrp .about-sec-wrp:not(.about-sec01-wrp) .ttl-panel {
    display: none;
  }
}
#wrp .profile-sec-wrp .inr-panel {
  height: 80vh;
  max-height: 520px;
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp .inr-panel {
    height: auto;
    max-height: none;
  }
}
#wrp .profile-sec-wrp .ttl-panel ul li a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.5;
}
#wrp .profile-sec-wrp .ttl-panel ul li a.current {
  opacity: 1;
}
#wrp .profile-sec-wrp .txt-panel table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}
#wrp .profile-sec-wrp .txt-panel table th {
  width: 20%;
  padding-bottom: 5px;
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp .txt-panel table th {
    display: block;
    width: 100%;
  }
}
#wrp .profile-sec-wrp .txt-panel table td {
  width: 80%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 5px;
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp .txt-panel table td {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp .txt-panel table tr {
    display: block;
    margin-bottom: 10px;
  }
}
#wrp .profile-sec-wrp .txt-panel table.prof {
  margin-bottom: 20px;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp .txt-panel table.prof {
    opacity: 1;
    margin-bottom: 0;
  }
}
#wrp .profile-sec-wrp .txt-panel table.syokumu {
  margin-bottom: 20px;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp .txt-panel table.syokumu {
    opacity: 1;
    margin-bottom: 0;
  }
}
#wrp .profile-sec-wrp .txt-panel p {
  font-size: 1.2rem;
  line-height: 1.6;
}
#wrp .profile-sec-wrp .txt-panel p.name {
  font-size: 1.6rem;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp .txt-panel p.name {
    opacity: 1;
  }
}
#wrp .profile-sec-wrp .txt-panel p.name .job {
  padding-left: 10px;
  display: inline-block;
  font-size: 1rem;
  color: #ccc;
}
#wrp .profile-sec-wrp .txt-panel p.note {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp .txt-panel p.note {
    opacity: 1;
  }
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp.profile-sec01-wrp .inr-panel {
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp.profile-sec01-wrp .inr-panel .ttl-panel ul {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp.profile-sec02-wrp .inr-panel {
    padding: 20px 40px 60px;
  }
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp.profile-sec02-wrp .inr-panel .ttl-panel {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp.profile-sec03-wrp .inr-panel {
    padding: 20px 40px 60px;
  }
}
@media screen and (max-width: 800px) {
  #wrp .profile-sec-wrp.profile-sec03-wrp .inr-panel .ttl-panel {
    display: none;
  }
}
#wrp .company-sec-wrp {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 800px) {
  #wrp .company-sec-wrp .inr-panel {
    padding: 40px 40px 60px;
  }
}
#wrp .company-sec-wrp .ttl-panel .section-ttl {
  color: #000;
}
#wrp .company-sec-wrp .txt-panel dl {
  display: block;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #wrp .company-sec-wrp .txt-panel dl {
    opacity: 1;
  }
}
#wrp .company-sec-wrp .txt-panel dl dt {
  display: block;
  color: #858585;
  font-size: 1rem;
  line-height: 1.5;
}
#wrp .company-sec-wrp .txt-panel dl dd {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #wrp .company-sec-wrp .txt-panel dl dd {
    font-size: 1.3rem;
  }
}

.fullpage-wrapper {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.fullpage-wrapper .fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.fullpage-wrapper .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.fullpage-wrapper .fp-section .fp-slidesContainer {
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.scroll-indicator-wrp {
  opacity: 0;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
}
.scroll-indicator-wrp .inr-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scroll-indicator-wrp .inr-spacer .txt {
  display: block;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: 1.35rem;
  padding-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .scroll-indicator-wrp .inr-spacer .txt {
    font-size: 1.2rem;
  }
}
.scroll-indicator-wrp .inr-spacer .scroll-indicator {
  width: 1px;
  height: 60px;
  background-color: rgba(170, 170, 170, 0.4);
  z-index: 5;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.scroll-indicator-wrp .inr-spacer .scroll-indicator:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  -webkit-animation: indicator 2.2s cubic-bezier(0.76, 0.05, 0.86, 0.06) infinite;
          animation: indicator 2.2s cubic-bezier(0.76, 0.05, 0.86, 0.06) infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  background-color: rgba(255, 255, 255, 0.7);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.loaded #wrp .index-logo-wrp .logo {
  -webkit-animation: intro-logo-rising 2s ease-out 2s forwards;
          animation: intro-logo-rising 2s ease-out 2s forwards;
}
.loaded #wrp .index-logo-wrp .scroll-indicator-wrp {
  -webkit-animation: fadein 1s ease-out 5s forwards;
          animation: fadein 1s ease-out 5s forwards;
}
.loaded #wrp footer {
  -webkit-animation: fadein 1s ease-out 6s forwards;
          animation: fadein 1s ease-out 6s forwards;
}
.loaded #fp-nav {
  -webkit-animation: fadein 1s ease-out 6s forwards;
          animation: fadein 1s ease-out 6s forwards;
}

.is-scrolled #wrp .index-logo-wrp .scroll-indicator-wrp .inr-spacer {
  -webkit-animation: fadeout 1s ease-out 0s forwards;
          animation: fadeout 1s ease-out 0s forwards;
}

.fp-viewing-about-01 #wrp .inr-panel .txt-panel .catch {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about01 1s ease-out 0.5s 1;
          animation: fadeup-10px-about01 1s ease-out 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-about-01 #wrp .inr-panel .txt-panel .inr-txt {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about01 1s ease-out 1.2s 1;
          animation: fadeup-10px-about01 1s ease-out 1.2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fp-viewing-about-02 .inr-panel .txt-panel .catch {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about02 1s ease-out 0.5s 1;
          animation: fadeup-10px-about02 1s ease-out 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-about-02 .inr-panel .txt-panel .inr-txt {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about02 1s ease-out 1.2s 1;
          animation: fadeup-10px-about02 1s ease-out 1.2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fp-viewing-about-03 .inr-panel .txt-panel .catch {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about03 1s ease-out 0.5s 1;
          animation: fadeup-10px-about03 1s ease-out 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-about-03 .inr-panel .txt-panel .inr-txt {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about03 1s ease-out 1.2s 1;
          animation: fadeup-10px-about03 1s ease-out 1.2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fp-viewing-about-04 .inr-panel .txt-panel .catch {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about04 1s ease-out 0.5s 1;
          animation: fadeup-10px-about04 1s ease-out 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-about-04 .inr-panel .txt-panel .inr-txt {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about04 1s ease-out 1.2s 1;
          animation: fadeup-10px-about04 1s ease-out 1.2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fp-viewing-about-05 .inr-panel .txt-panel .catch {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about05 1s ease-out 0.5s 1;
          animation: fadeup-10px-about05 1s ease-out 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-about-05 .inr-panel .txt-panel .inr-txt {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-about05 1s ease-out 1.2s 1;
          animation: fadeup-10px-about05 1s ease-out 1.2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fp-viewing-profile-01 .inr-panel .txt-panel .name {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-profile01 1s ease-out 0.5s 1;
          animation: fadeup-10px-profile01 1s ease-out 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-profile-01 .inr-panel .txt-panel table {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-profile01 1s ease-out 1.5s 1;
          animation: fadeup-10px-profile01 1s ease-out 1.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-profile-01 .inr-panel .txt-panel .note {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-profile01 1s ease-out 2.5s 1;
          animation: fadeup-10px-profile01 1s ease-out 2.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fp-viewing-profile-02 .inr-panel .txt-panel .name {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-profile02 1s ease-out 0.5s 1;
          animation: fadeup-10px-profile02 1s ease-out 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-profile-02 .inr-panel .txt-panel table {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-profile02 1s ease-out 1.5s 1;
          animation: fadeup-10px-profile02 1s ease-out 1.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-profile-02 .inr-panel .txt-panel .note {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-profile02 1s ease-out 2.5s 1;
          animation: fadeup-10px-profile02 1s ease-out 2.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fp-viewing-profile-03 .inr-panel .txt-panel .name {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-profile03 1s ease-out 0.5s 1;
          animation: fadeup-10px-profile03 1s ease-out 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-profile-03 .inr-panel .txt-panel table {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-profile03 1s ease-out 1.5s 1;
          animation: fadeup-10px-profile03 1s ease-out 1.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fp-viewing-profile-03 .inr-panel .txt-panel .note {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-profile03 1s ease-out 2.5s 1;
          animation: fadeup-10px-profile03 1s ease-out 2.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fp-viewing-company .inr-panel .txt-panel dl {
  opacity: 0;
  visibility: visible;
  -webkit-animation: fadeup-10px-company01 1s ease-out 0.5s 1;
          animation: fadeup-10px-company01 1s ease-out 0.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes indicator {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 75%;
  }
}

@keyframes indicator {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 75%;
  }
}
@-webkit-keyframes intro-logo-rising {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@keyframes intro-logo-rising {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeup-10px-about01 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-10px-about01 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-10px-about02 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-10px-about02 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-10px-about03 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-10px-about03 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-10px-about04 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-10px-about04 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-10px-about05 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-10px-about05 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-10px-profile01 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-10px-profile01 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-10px-profile02 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-10px-profile02 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-10px-profile03 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-10px-profile03 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-10px-company01 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-10px-company01 {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.flow {
  display: inline-block;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .flow {
    opacity: 1;
    display: inline;
  }
}

.fp-viewing-intro .flow {
  -webkit-animation: catch-fadein 2s forwards ease-out;
          animation: catch-fadein 2s forwards ease-out;
}
.fp-viewing-intro .flow.first {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fp-viewing-intro .flow.second {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.fp-viewing-intro .flow.third {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

@-webkit-keyframes catch-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes catch-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */