@charset "UTF-8";

.lottie {
  position: absolute;
  top: 0;
  left: -60%;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 220%;
  height: 220%;
  z-index: 0;
}
.active .lottie {
  z-index: 1;
}
.is_view .lottie {
  display: none;
}
/* ------ option ------ */
.fadebtm05 {
  transition-delay: 0.5s;
}
.fadebtm {
  opacity: 0;
  transition: all 1.4s 0s;
}
/*.on_fadeup .fadebtm {
  transform: translate(0, -50px);
}*/
.on_fadedown .fadebtm {
  transform: translate(0, 50px);
}
.fp-completely .fadebtm {
  opacity: 1;
  transform: translate(0, 0);
}
/* ------ option ------ */
.section.is_view .fadebtm {
  opacity: 1;
  transform: translate(0, 0);
}
.section.is_view .typetxt {
  visibility: visible !important;
}
/* ------ option ------ */
.section {
  height: 100vh;
}
/*================ 内部パーツ ================*/
#fp-nav.fp-right {
  right: -100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.h_on #fp-nav {
  right: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #0085ff;
  height: 2px;
  width: 2px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 8px;
  width: 8px;
  margin: -5px 0 0 -5px;
}
/*================ ityped ================*/
.t-caret {
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  position: relative;
  background-color: #0085ff;
  width: 2px;
  height: 0.7em;
  display: inline-block;
  top: 0.05em;
  opacity: 1;
  transition: all 0.5s;
  animation: blink 0.8s infinite;
  animation-direction: alternate;
}
@keyframes blink {
  100% {
    opacity: 0;
  }
}
.t-caret.is_active {
  display: none;
}
.typetxt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  visibility: hidden !important;
}

.typetxt__hdn {
  display: none;
}
.fp-completely .typetxt {
  visibility: visible !important;
}
.fp-completely .t-caret {
  opacity: 1;
}
.t-caret.t-caret--none {
  opacity: 0 !important;
  visibility: hidden;
}
/*================ l__hero ================*/
.l__hero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}
#logotype {
  font-size: 11vh;
  text-align: center;
  letter-spacing: 0.02em;
  font-display: swap;
}
.l__hero__ttl.js-load {
  visibility: visible;
}
.l__hero__scr {
  position: absolute;
  bottom: 30px;
  width: 100%;
  animation: sdb 2.6s infinite;
}
.l__hero__scr > svg {
  position: relative;
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto;
  stroke-width: 0.8px;
}
@keyframes sdb {
  0% {
    /*bottom: 40px;*/
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    /*bottom: 30px;*/
    opacity: 0;
  }
}
/*================ l__menu ================*/
.l__menu {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.l__menu__ttl {
  text-align: center;
}
.l__menu__ttl__main {
  margin-bottom: 1.2vh;
  font-size: 5.2vh;
}
.l__menu__ttl:not(:last-child) {
  margin-bottom: 4.8vh;
}
.l__menu__ttl p {
  display: block;
  font-size: 2vh;
}
.l__menu__ttl .fadebtm,
.on_fadedown .l__menu__ttl .fadebtm {
  transform: translate(0, -50px);
}
.fp-completely .l__menu__ttl:nth-child(1) .fadebtm {
  transition: all 1.4s 3s;
}
.fp-completely .l__menu__ttl:nth-child(2) .fadebtm {
  transition: all 1.4s 4.2s;
}
.fp-completely .l__menu__ttl:nth-child(3) .fadebtm {
  transition: all 1.4s 5.4s;
}
.section.is_view .l__menu__ttl .fadebtm,
.on_fadedown .section.is_view .l__menu__ttl .fadebtm,
.fp-completely .l__menu__ttl .fadebtm {
  transform: translate(0, 0);
}
/* ------ option ------ */
.section.is_view .l__menu__ttl .fadebtm,
.on_fadedown .section.is_view .l__menu__ttl .fadebtm {
}
.section.is_view .l__menu__ttl:nth-child(1) .fadebtm,
.section.is_view .l__menu__ttl:nth-child(2) .fadebtm,
.section.is_view .l__menu__ttl:nth-child(3) .fadebtm {
  transition: none;
}
/* ------ option ------ */
.active #menuttl2 {
  transition: visibility 0s 1.1s;
}
.active #menuttl3 {
  transition: visibility 0s 2.5s;
}
/*================ l__cnt__item ================*/
.l__cnt__item {
  /* padding: 80px 0; */
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* ------ option ------ */
.l__cnt__item__in {
  position: relative;
  z-index: 2;
}
.l__cnt__item .scr_ttl {
  margin-bottom: 2.6vh;
  font-size: 6.9vh;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: visibility 0s 2s;
}
.is_view.l__cnt__item .scr_ttl {
  transition: visibility 0s 0s;
}
.l__cnt__item h3 {
  margin-bottom: 4.5vh;
  font-size: 2.5vh;
}
.l__cnt__item p {
  margin-top: 2.2vh;
  font-size: 1.55vh;
  line-height: 1.9;
}
/* ------ option ------ */
.is_view:not(.active).l__cnt__item h3,
.is_view:not(.active) .l__cnt__txt {
  transition: none;
}
.is_view.active.l__cnt__item h3 {
  transition: all 1.4s 2.3s;
}
.is_view.active .l__cnt__txt {
  transition: all 1.4s 3.9s;
}
.active:not(.is_view).l__cnt__item h3 {
  transition-delay: 2.7s;
}
.active:not(.is_view) .l__cnt__txt {
  transition-delay: 3.9s;
}
/*================ l__profile ================*/
.l__profile,
.l__recruit,
.l__domain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  text-align: center;
}
.l__profile address {
  /* font-size: 1.5vh; */
  /* line-height: 1.666; */
  margin: 1.5em 0;
}
.l__profile__mail {
  margin-bottom: 2em;
  font-weight: 300;
}
.l__profile__mail > a {
  display: inline-block;
  /*text-decoration: underline;*/
}
.l__profile__name {
  /* margin-top: 3.5em; */
  margin-bottom: 1em;
  font-size: 2.5vh;
}
.l__profile__name > span {
  display: block;
  font-size: 1.5vh;
  font-weight: 300;
}
.l__profile__list {
  padding: 0 17px;
  max-width: 700px;
  margin: 2em auto 0;
  font-size: 1.26vh;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: left;
}
.l__profile__sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 2em 0;
}
.l__profile__sns li {
  margin: 0 0.8em;
  font-size: 1.8vh;
}
/*================ l__recruit ================*/
.l__recruit .taglist {
  padding: 0 20px;
}
/*================ 内部パーツ ================*/
.l__recruit__ttl,
.l__domain__ttl,
.l__domain__ttl2 {
  font-size: 2vh;
}
.l__domain__ttl2 {
  margin-top: 6vh;
}
.l__domain__ttl2 > span {
  display: block;
  font-size: 1.5vh;
  margin-top: 1.8vh;
}
.l__domain .taglist {
  margin: 2.8vh auto;
  /*font-size: 1.2vh;*/
  letter-spacing: 0;
}
.l__recruit .taglist {
  font-size: 1.3vh;
}
/*================ l__footer__scr ================*/
.l__footer__scr {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 12vh;
}
.l__footer__scr svg {
  stroke-width: 0.8px;
  transform: rotateX(180deg);
}
.l__footer__scr {
  display: block;
  width: 50px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 560px) {
  /* ------ 560px~ ------ */
}

@media screen and (min-width: 960px) {
  /* ------ 960px~ ------ */
  body.h_on #fp-nav {
    right: 15px;
  }

  /* ------ option ------ */
  .lottie {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .lottie > svg {
    width: 200% !important;
    height: 200% !important;
    position: relative;
    right: 50%;
    top: -50%;
  }
  /*================ 内部パーツ ================*/
  .l__hero__scr {
    bottom: 50px;
  }
  .l__hero__scr > svg {
    stroke-width: 1.5px;
  }
  /*================ l__menu ================*/
  .l__menu__ttl__main {
    font-size: 8vh;
    margin-bottom: 1.6vh;
  }
  .l__menu > p {
    font-size: 2.4vh;
  }
  /*================ l__cnt__item ================*/
  .l__cnt__item h2 {
    font-size: 9vh;
  }
  .l__cnt__item p {
    font-size: 1.83vh;
  }
  /*================ l__profile ================*/
  .l__profile__list {
    padding: 0;
    font-size: 1.46vh;
  }
  .l__profile__sns li > a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l__profile__sns li > a:hover {
    color: #000;
  }
  /* ------ option ------ */
  .l__domain__ttl,
  .l__domain__ttl2 {
    font-size: 1.75vh;
  }
  .l__domain__ttl2 > span {
    font-size: 1.4vh;
  }
  /*================ l__recruit ================*/
  .l__recruit .taglist {
    max-width: 60%;
    padding: 0;
    margin: 3vh auto 0;
    line-height: 1.866;
    font-size: 1.8vh;
  }
  /*================ 内部パーツ ================*/
  .l__domain .taglist {
    padding: 0;
    font-size: 2.4vh;
    max-width: 80%;
  }
}
