@charset "UTF-8";
/* Webフォントを定義 */
@font-face {
  font-family: "montserrat-bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}
/*--------------------------------
base
--------------------------------*/
body {
  font-family: "all-round-gothic", "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: rgb(0, 159, 232);
  background: linear-gradient(90deg, rgb(0, 159, 232) 0%, rgb(255, 0, 127) 50%, rgb(255, 240, 0) 100%);
  color: #000f14;
}

.fit-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.en-font {
  font-family: "all-round-gothic", sans-serif;
}

.general-section {
  overflow: hidden;
  background: #fcfcfc;
}
.general-section .inner {
  max-width: 1000px;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 100px 0;
}

.note {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .general-section .inner {
    padding: 40px 0;
  }
  .note {
    font-size: 1.3rem;
  }
}
/*--------------------------------
header
--------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 96%;
  width: calc(100% - 32px);
  margin: 0 auto;
  height: 120px;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
}
.header .logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 100px;
}

.contact-btn {
  position: relative;
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  width: 240px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000f14;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-family: "all-round-gothic", sans-serif;
  color: #000f14;
}
.contact-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #000f14;
  transition: 0.3s;
  z-index: -1;
}
.contact-btn:hover {
  color: #fff;
}
.contact-btn:hover::before {
  width: 100%;
}
.contact-btn.active {
  opacity: 0;
  pointer-events: none;
}

.sidebar {
  position: fixed;
  top: 25vw;
  right: 40px;
  z-index: 10;
  mix-blend-mode: difference;
}

.sidebar_list {
  font-size: 1rem;
}
.sidebar_list li {
  text-align: right;
}
.sidebar_list li a {
  display: block;
  padding: 7.5px 20px 7.5px 0;
  opacity: 0.5;
  border-right: 1px solid #fff;
  font-family: "all-round-gothic", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  mix-blend-mode: difference;
}
.sidebar_list li a.action {
  opacity: 1;
}

/* main{
    overflow: hidden;
} */
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header .logo {
    width: 40px;
    height: 50px;
  }
  .contact-btn {
    width: 145px;
    height: 30px;
    border-radius: 15px;
    font-size: 1.5rem;
  }
  .sidebar_list {
    display: none;
  }
}
/*--------------------------------
footer
--------------------------------*/
.footer {
  background: rgb(0, 159, 232);
  background: linear-gradient(90deg, rgb(0, 159, 232) 0%, rgb(255, 0, 127) 50%, rgb(255, 240, 0) 100%);
  color: #fff;
}

.footer-inner {
  max-width: 1000px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.footer-inner > .flex-wrapper {
  padding: 70px 0;
  align-items: center;
  gap: 40px;
}

.footer-logo {
  width: 350px;
}

.footer-note {
  padding-left: 32px;
  border-left: 1px solid #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.footer-link {
  display: flex;
  flex-direction: column;
}

.footer-inner .text-wrapper {
  gap: 80px;
}

.footer-link {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: right;
}

.page-top {
  position: relative;
  margin-bottom: 15px;
}
.page-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 12px 6.5px;
  border-color: transparent transparent #fff transparent;
}

.copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 90px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.copyright-text {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer-inner > .flex-wrapper {
    padding: 40px 0 30px;
  }
  .footer-logo {
    margin: 0 auto;
  }
  .footer-inner .text-wrapper {
    width: 100%;
    gap: 25px;
    flex-direction: column;
  }
  .footer-note,
  .footer-link {
    font-size: 1.2rem;
  }
  .page-top {
    font-size: 1.2rem;
  }
  .page-top::before {
    border-width: 0 4px 7px 4px;
  }
  .footer-link {
    margin-left: auto;
  }
  .copyright-text {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .copyright {
    font-size: 1rem;
    padding-bottom: 40px;
  }
}
/*--------------------------------
mv
--------------------------------*/
.mv {
  position: relative;
}

.mv-link {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(90deg);
  font-size: 1.5rem;
  color: #fff;
}

.video-wrapper {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.mv,
.video-wrapper {
  height: 56.25vw;
  min-height: 600px;
}

.mv-video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 1200px;
  height: 100%;
}

.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-text h1 {
  font-weight: 700;
  font-size: 10rem;
  letter-spacing: 0.02em;
  color: #fff;
}
.mv-text p {
  font-weight: 400;
  position: relative;
  letter-spacing: 0.2em;
  /* margin-top: 120px; */
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
.mv-text p::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 0;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
}

.mv-scroll {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pathmove {
  0% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}
.mv-text h1 span {
  opacity: 0;
  animation: mv-text 0.5s ease-out forwards;
}
.mv-text h1 span:nth-child(2n) {
  animation-delay: 1s;
}
.mv-text h1 span:nth-child(3n+1) {
  animation-delay: 0.65s;
}

@keyframes mv-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .mv-text h1 {
    font-size: 5rem;
  }
  .mv-link {
    top: 85%;
    left: -55px;
  }
  .mv-scroll {
    bottom: -60px;
  }
  .mv-text h1 span {
    animation: mv-text 0.3s ease-out forwards;
  }
  @keyframes pathmove {
    0% {
      height: 0;
    }
    100% {
      height: 50px;
    }
  }
}
/*--------------------------------
about
--------------------------------*/
.about {
  position: relative;
  background: #000;
  overflow: hidden;
}
.about .inner {
  position: relative;
}

.vision-ttl {
  position: absolute;
  top: -80px;
  left: -20px;
  z-index: 1;
  width: 180px;
}
.vision-ttl img {
  animation: 20s linear infinite rotate;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about .vision {
  padding-top: 240px;
}
.about .philosophy {
  padding-top: 300px;
  padding-bottom: 400px;
}

.about-copy {
  position: relative;
  font-size: 7rem;
  line-height: 1;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 600;
  margin-bottom: 100px;
  letter-spacing: 0.01em;
  z-index: 2;
  text-shadow: 2px 2px 0px #fff;
}

.about-copy::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 408px;
  height: 2px;
  background: #000f14;
}

.about .text-wrapper {
  position: relative;
  z-index: 2;
  padding-left: 110px;
  width: 100%;
  max-width: 800px;
}
.about .text-wrapper::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0px;
  width: 500px;
  height: 500px;
  background: #e3007f;
  z-index: -1;
  border-radius: 2000px;
  opacity: 0.5;
}
.about .text-wrapper::after {
  content: "";
  position: absolute;
  top: -120px;
  left: 70px;
  width: 500px;
  height: 500px;
  background: #fff000;
  z-index: -2;
  border-radius: 2000px;
  opacity: 0.5;
}
.about .philosophy .text-wrapper {
  margin-top: 0px;
  margin-left: auto;
}

.about .philosophy .text-wrapper::before {
  top: 136px;
  left: auto;
  right: 0;
  background: #009fe8;
}
.about .philosophy .text-wrapper::after {
  top: 200px;
  left: auto;
  right: 56px;
  background: #e3007f;
}

/* .wow-finished .fadein-text{
    width: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: flowing-anim 5s forwards;
}  
.wow-finished .fadein-text:nth-of-type(2){
    animation-delay: 2.2s;
}
.wow-finished .fadein-text:nth-of-type(3){
    animation-delay: 3.2s;
}
.philosophy .fadein-text:nth-of-type(3){
    animation-delay: 4s;
}
.wow-finished .fadein-text:nth-of-type(4){
    animation-delay: 6s;
} */
@keyframes flowing-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.spiral-grid {
  position: absolute;
  top: 180px;
  right: 80px;
  width: 50%;
  max-width: 720px;
}

.human-grid {
  position: absolute;
  bottom: 40px;
  left: -14px;
  width: 50%;
  max-width: 914px;
}

.logo-repeat {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  width: 10vw;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .about .text-wrapper {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about .vision {
    padding-top: 80px;
  }
  .about .text-wrapper {
    max-width: 400px;
    width: 100%;
    padding-left: 34px;
  }
  .about .text-wrapper::before {
    top: -40px;
    left: -16px;
    width: 200px;
    height: 210px;
  }
  .about .text-wrapper::after {
    top: -12px;
    left: 14px;
    width: 200px;
    height: 210px;
  }
  .about-copy {
    font-size: 4.5rem;
    margin-bottom: 50px;
  }
  .about-copy::before {
    bottom: -25px;
    width: 204px;
  }
  .vision-ttl {
    top: -60px;
    left: 50%;
    width: 95px;
  }
  .about .philosophy {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .about .philosophy .text-wrapper::before {
    top: 20px;
    right: -16px;
  }
  .about .philosophy .text-wrapper::after {
    top: 50px;
    right: 14px;
  }
  .spiral-grid {
    position: absolute;
    top: 19%;
    right: -1%;
    width: 65vw;
    max-width: 250px;
  }
  .human-grid {
    bottom: 5%;
    left: -5%;
    width: 100vw;
    max-width: 400px;
  }
  .logo-repeat {
    width: 50px;
  }
}
/*--------------------------------
service
--------------------------------*/
.cremona-bg {
  animation: marquee 30s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, 0%);
  white-space: nowrap;
  margin-top: -5vw;
}

.wrapper {
  position: relative;
  max-width: 100%;
  height: 30vw;
  max-height: 200px;
  margin: 0 auto;
  overflow: hidden;
}

.marquee-anim {
  transition: all 0.3s;
  opacity: 1;
  animation: marquee 8s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, 0%);
  white-space: nowrap;
  margin-top: -4vw;
}

@keyframes marquee {
  0% {
    transform: translate(-40%, 0%);
  }
  100% {
    transform: translate(-60%, 0%);
  }
}
.marquee-inline {
  display: block;
  font-size: 17rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #e3007f;
  opacity: 0.8;
  text-align: center;
  white-space: nowrap;
  text-shadow: -7px -7px 0px rgba(255, 240, 0, 0.8), 7px 7px 0px rgba(0, 159, 232, 0.8);
}

.service-heading {
  font-size: 4rem;
  text-align: center;
}

.service-list {
  max-width: 720px;
  margin: 40px auto 80px;
  gap: 30px;
}

.service-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  height: 160px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  border-radius: 0 5px 5px 5px;
  color: #fff;
}
.service-item:nth-child(odd) {
  background: #009fe8;
}
.service-item:nth-child(even) {
  background: #e3007f;
}
.service-item dt {
  font-size: 2rem;
  line-height: 1.2;
}
.service-item dd {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-top: 1px solid #000f14;
  border-left: 1px solid #000f14;
}
.service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #000f14 transparent transparent transparent;
}

@media screen and (max-width: 1100px) {
  .marquee-anim {
    margin-top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    height: 100px;
  }
  .marquee-anim {
    margin-top: -7vw;
  }
  .marquee-inline {
    font-size: 8rem;
    text-shadow: -5px -5px 0px rgba(255, 240, 0, 0.8), 5px 5px 0px rgba(0, 159, 232, 0.8);
  }
  .service-heading {
    font-size: 2rem;
  }
  .service-list {
    gap: 20px;
    margin-bottom: 60px;
  }
  .service-item {
    width: calc(50% - 10px);
    height: 100px;
    padding: 15px;
  }
  .service-item dt {
    font-size: 1.3rem;
  }
  .service-item dd {
    font-size: 1rem;
  }
  .service-item::before {
    width: 45px;
    height: 45px;
  }
  .service-item::after {
    border-width: 15px 15px 0 0;
  }
}
/*--------------------------------
contact
--------------------------------*/
.contact {
  padding-top: 150px;
  background: #000f14;
}

.contact-heading {
  font-size: 7rem;
  text-align: center;
  color: #fff;
}
.contact-heading.wow-finished span {
  opacity: 0;
  animation: mv-text 0.5s ease-out forwards;
}
.contact-heading span:nth-child(2n) {
  animation-delay: 0.5s;
}
.contact-heading span:nth-child(3n+1) {
  animation-delay: 0.15s;
}

.contact-note {
  margin-top: 70px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 50px;
  }
  .contact-heading {
    font-size: 3.5rem;
  }
  .contact-note {
    margin-top: 20px;
    font-size: 1.1rem;
  }
}
/*--------------------------------
state
--------------------------------*/
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */