@charset "UTF-8";
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%;
  vertical-align: baseline;
  font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: #000;
  font-size: 13px;
}

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: #fff;
}

.header {
  margin: 0 auto;
  align-items: center;
  display: flex;
  padding-right: 0.8%;
  padding-top: 4%;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-logo img {
  width: 70%;
}
.header-nav {
  display: inline-grid;
  align-items: center;
}
.header-nav-icon {
  display: grid;
  top: 20%;
  right: 1%;
  position: fixed;
}
.header-language {
  display: flex;
}
.header-language-link {
  display: flex;
}
.header-language-icon img {
  width: 35px;
  margin-left: 15px;
}
.header-language-text {
  font-size: 1.5625vw;
  font-family: serif;
  text-align: center;
  margin: auto;
}

@media (max-aspect-ratio: 7/10) {
  .header {
    display: none;
  }
}
.header__icon img {
  width: 35px;
  margin: 20px 15px;
}

.footer {
  padding: 3% 5% 1%;
  width: 100%;
  background-color: #393838;
}
.footer-logo {
  font-size: 3.125vw;
  display: flex;
}
.footer-logo-img img {
  width: 3.125vw;
}
.footer-logo h3 {
  margin-left: 5%;
  text-shadow: 0 0 28px rgba(192, 219, 255, 0.75), 0 0 32px rgba(65, 120, 255, 0.24);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-nav ul {
  display: flex;
}
.footer-nav ul li {
  margin-left: 5%;
  font-size: 1.5625vw;
}
.footer-copy p {
  text-align: center;
  margin: 7% auto 3%;
  font-size: 1.25vw;
  opacity: 0.7;
}

@media (max-aspect-ratio: 7/10) {
  .footer {
    padding: 5% 4% 1%;
  }
  .footer-logo {
    font-size: 3.90625vw;
  }
  .footer-logo-img img {
    width: 6.25vw;
  }
  .footer-logo h3 {
    font-size: 6.25vw;
  }
  .footer-inner {
    display: flex;
    justify-content: space-between;
  }
  .footer-nav ul {
    display: block;
  }
  .footer-nav ul li {
    font-size: 2.734375vw;
  }
  .footer-copy p {
    font-size: 2.03125vw;
  }
}
h1, h2 {
  text-shadow: 0 0 80px rgba(192, 219, 255, 0.75), 0 0 32px rgba(65, 120, 255, 0.24);
}

.main {
  width: 100%;
}

.title {
  font-size: 6.25vw;
  font-weight: 700;
  letter-spacing: 10px;
  position: relative;
  overflow: hidden;
  font-family: auto;
  padding: 50px 0;
}

.color-fc {
  color: #fcfcfc;
}

@media (max-aspect-ratio: 7/10) {
  .color-fc {
    color: #524e4e;
  }
}
.section {
  margin: 0.5% 0 5%;
}
.section-1 {
  background-color: #fcfcfc;
  color: #1d1d1d;
  height: 54.6875vw;
  position: relative;
}
.section-1-shape {
  position: absolute;
  top: -5%;
  left: -5%;
}
.section-1-shape img {
  width: 23.4375vw;
}
.section-3 {
  height: 58.59375vw;
  position: relative;
}
.section-3-shape {
  position: absolute;
  top: -4%;
  right: -3%;
}
.section-3-shape img {
  width: 23.4375vw;
}
.section-contact {
  height: 46.875vw;
}
.section-title {
  font-size: 4.6875vw;
  opacity: 0.7;
  margin-left: 10%;
  margin-bottom: 4%;
}
.section-content {
  display: flex;
  position: relative;
}
.section-img img {
  width: 600px;
  margin: 0% 15%;
}
.section-sentence-inner {
  color: #524e4e;
  margin: 3% 0;
  text-align: center;
  left: 7%;
  position: absolute;
}
.section-sentence-inner-2 {
  color: #524e4e;
  margin: 3% 0;
  text-align: center;
  left: 50%;
  position: absolute;
}
.section-sentence {
  font-size: 2.34375vw;
  margin-bottom: 3%;
}

@media (max-aspect-ratio: 7/10) {
  .section-1 {
    height: 101.5625vw;
  }
  .section-content {
    height: 23.4375vw;
    top: -7%;
  }
  .section-sentence-inner {
    left: 11%;
    top: 4%;
  }
  .section-sentence-inner-2 {
    left: 25%;
    top: -52%;
  }
  .section-sentence {
    font-size: 3.125vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  .section-3 {
    height: 101.5625vw;
  }
}
.main-visual {
  border-radius: 10px;
  text-align: center;
  width: 100%;
}
.main-visual-img {
  margin: 5px;
}
.main-visual-img img {
  position: relative;
  z-index: 10;
  width: 100px;
  margin: 5px;
}

.sample02 {
  position: absolute;
  margin: 180px 0;
  width: 100%;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  transform: rotateZ(30deg);
  left: 0;
}

.sample02 ul {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  -webkit-animation: scrollSample02 15s linear infinite;
          animation: scrollSample02 15s linear infinite;
}

.sample02 ul li {
  display: inline;
  margin: 0 100px 0 0;
  font-size: 2.734375vw;
  line-height: 2rem;
}

.sample02 ul li:nth-child(1) {
  font-weight: bold;
}

.sample02 ul li:nth-child(2) {
  color: rgb(243, 121, 121);
  opacity: 0.7;
}

.sample02 ul li:nth-child(3) {
  font-style: italic;
}

.sample02 ul li:nth-child(4) {
  font-style: italic;
}

.sample02 ul li:nth-child(5) {
  font-style: italic;
}

.sample02 ul li:last-child {
  color: rgb(246, 199, 129);
  margin: 0;
  opacity: 0.5;
}

@-webkit-keyframes scrollSample02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollSample02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section-title h2 {
  font-size: 4.6875vw;
}

@media (max-aspect-ratio: 7/10) {
  .section-title h2 {
    font-size: 6.25vw;
    left: 23% !important;
  }
}
.section-title-BP h2 {
  font-size: 4.6875vw;
  position: absolute;
  top: 15%;
  left: 9% !important;
  z-index: 1;
  width: 100%;
}

@media (max-aspect-ratio: 7/10) {
  .section-title-BP h2 {
    font-size: 6.25vw;
    top: 8%;
    left: 15% !important;
    margin-top: 0%;
  }
}
.section-services {
  height: 46.875vw;
  padding-top: 12%;
}
.section-services-items {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  width: 80%;
}
.section-services-item img {
  width: 23.4375vw;
  box-shadow: 0 0 10px #464646;
}
.section-services-item img:hover {
  opacity: 0.8;
  width: 23.59375vw;
}
.section-services-text {
  text-align: center;
  margin-top: 5%;
  font-size: 1.09375vw;
}

@media (max-aspect-ratio: 7/10) {
  .section-services {
    height: 257.8125vw;
  }
  .section-services-item {
    text-align: center;
  }
  .section-services-items {
    display: block;
    width: 100%;
    margin-top: 5%;
  }
  .section-services-item img {
    width: 66%;
  }
  .section-services-item img:hover {
    width: 67%;
  }
  .section-services-text {
    margin-top: 3%;
    margin-bottom: 10%;
    font-size: 2.96875vw;
  }
}
.section-contact {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.section-contact-inner {
  background-image: url(/assets/img/tomoko.png);
  background-size: cover;
  opacity: 0.6;
  height: 39.0625vw;
}
.section-contact-title {
  width: 100%;
  font-size: 6.25vw;
  opacity: 1;
  position: absolute;
  top: 10%;
  left: 10%;
}
.section-contact-sentence {
  width: 100%;
  position: absolute;
  top: 52%;
  left: 68%;
  font-size: 1.953125vw;
}

.section-title {
  position: absolute;
  top: 15%;
  font-size: 2rem;
  z-index: 1;
  width: 100%;
}
.section-title-project {
  top: 0%;
}

.section-title.active {
  opacity: 1;
  transition: all 3s;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.img-wrap {
  position: relative;
  top: 40%;
  /* leftはapp.jsで付加される */
  height: 40%;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}

.img-wrap2 {
  position: relative;
  top: 40%;
  /* leftはapp.jsで付加される */
  height: 40%;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}

.img-wrap.active {
  width: 40vw;
  opacity: 1;
  transition: opacity 1s, width 2s;
}

@media (max-aspect-ratio: 7/10) {
  .img-wrap.active {
    width: 60vw;
    left: 20% !important;
    top: 63%;
    height: 30%;
  }
}
.img-wrap2.active {
  width: 40vw;
  opacity: 1;
  transition: opacity 1s, width 2s;
}

@media (max-aspect-ratio: 7/10) {
  .img-wrap2.active {
    width: 60vw;
    left: 20% !important;
    top: 57%;
    height: 40%;
  }
}
.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 39vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.6);
}

@media (max-aspect-ratio: 7/10) {
  .img {
    width: 60vw;
  }
}
.img-wrap.active > .img {
  transform: scale(1);
  transition: 1s ease-out;
}

h2 {
  position: absolute;
  z-index: 2;
  letter-spacing: 2px;
  opacity: 0;
  transition: 0.2s;
}

h2.active {
  opacity: 1;
  transition: opacity 3s;
}

.slideup_wrap {
  display: block;
  overflow: hidden;
}

.slideup {
  transition: 0.8s !important;
  opacity: 0;
  transition-delay: 0.3s !important;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform-origin: bottom;
}

.slideup_af {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fadein {
  transition: 0.8s !important;
  opacity: 0;
  transition-delay: 0.3s !important;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
}

.fadein_af {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.bp-header {
  padding: 4% 4% 5%;
}
.bp-header_inner {
  justify-content: space-between;
  display: flex;
}
.bp-header_logo h1 {
  color: #fff;
  font-size: 2.734375vw;
}
.bp-header_nav {
  font-size: 1.5625vw;
}

@media (max-aspect-ratio: 7/10) {
  .bp-header {
    padding: 1.5rem 2rem 0;
  }
  .bp-header_logo h1 {
    color: #fff;
    font-size: 4.296875vw;
  }
  .bp-header_nav {
    font-size: 2.734375vw;
  }
}
.bp-section_inner {
  display: flex;
  justify-content: space-around;
  margin: 0 1rem 1rem;
}

@media (max-aspect-ratio: 7/10) {
  .bp-section_inner {
    display: block;
  }
}
.bp-block {
  margin: 1rem;
  width: 90%;
  background-color: #3f3e3e;
  border-radius: 4px;
  padding: 5% 0;
  box-shadow: 0 0 10px #ababab;
  height: 42.96875vw;
}
.bp-block_title {
  text-align: center;
  text-shadow: #FC0 1px 0 10px;
  margin: 4% auto;
  font-size: 1.953125vw;
}
.bp-block_img {
  width: 80%;
  margin: 0 auto;
  height: 15.625vw;
}
.bp-block_text {
  width: 80%;
  margin: 1rem auto;
  line-height: normal;
  border-left: 3px solid;
  -o-border-image: linear-gradient(to bottom, #c50000, #300000) 1;
     border-image: linear-gradient(to bottom, #c50000, #300000) 1;
  padding-left: 2%;
  font-size: 1.09375vw;
}
.bp-block_work {
  background: linear-gradient(90deg, #c50000, #300000);
  border-radius: 4px;
  padding: 2% 4%;
  margin-left: 10%;
  width: 28%;
  font-size: 1.328125vw;
}
.bp-block_works {
  margin-left: 10%;
  font-size: 1.171875vw;
}
.bp-block_discription {
  padding: 1% 0;
  line-height: normal;
}

@media (max-aspect-ratio: 7/10) {
  .bp-block {
    height: 105.46875vw;
    margin: 2rem auto;
    width: 84%;
  }
  .bp-block_title {
    font-size: 5.078125vw;
  }
  .bp-block_img {
    height: 37.5vw;
  }
  .bp-block_text {
    font-size: 2.890625vw;
  }
  .bp-block_work {
    font-size: 3.203125vw;
  }
  .bp-block_works {
    margin-left: 10%;
    font-size: 3.046875vw;
  }
}
.bp-block:hover {
  opacity: 0.7;
}

.bp-footer {
  background-color: #3f3e3e;
  margin-top: 5%;
  padding: 2rem;
}
.bp-footer_inner {
  justify-content: space-between;
  display: flex;
}
.bp-footer_logo h1 {
  color: #fff;
  font-size: 2.734375vw;
}
.bp-footer_nav {
  font-size: 1.5625vw;
}
.bp-footer_ul {
  display: flex;
}
.bp-footer_ul li {
  margin-right: 18%;
  font-size: 1.328125vw;
}
.bp-footer_copy {
  color: #fff;
  text-align: center;
  margin-top: 3%;
}

@media (max-aspect-ratio: 7/10) {
  .bp-footer_logo h1 {
    font-size: 4.6875vw;
  }
  .bp-footer_nav {
    font-size: 2.1875vw;
  }
  .bp-footer_ul li {
    font-size: 2.96875vw;
  }
  .bp-footer_copy {
    margin-top: 12%;
  }
}
#particles-js {
  height: 100vh;
  width: 100vw;
  background-color: #000000;
}

.content {
  position: absolute;
  top: 50%;
  left: 25%;
  height: 100px;
  width: 50vw;
}

.content-text {
  color: #fff;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.movie-iframe {
  display: block;
  margin: auto;
}

.movie-price {
  border: 1px solid #fcfcfc;
  width: 90%;
  margin: 4% auto;
  padding: 2%;
}
.movie-price-title {
  font-size: 2.34375vw;
  margin-bottom: 3%;
}
.movie-price-text {
  font-size: 1.875vw;
  margin-bottom: 2%;
}

@media (max-aspect-ratio: 7/10) {
  .movie-price {
    margin: 10% auto;
  }
  .movie-price-title {
    font-size: 3.515625vw;
  }
  .movie-price-text {
    font-size: 2.734375vw;
  }
}
.mv-block {
  width: 100%;
  width: 29.6875vw;
  height: 39.0625vw;
  background-color: #fcfcfc;
  border-radius: 4px;
  padding: 5% 0;
  box-shadow: 0 0 10px #fafafa;
}
.mv-block_title {
  color: #434434;
  text-align: center;
  text-shadow: #FC0 1px 0 10px;
  margin: 4% auto;
  font-size: 1.5625vw;
  line-height: 150%;
}
.mv-block_img {
  width: 27.34375vw;
  height: 15.625vw;
  margin: 0 auto;
}
.mv-block_text {
  color: #000;
  width: 80%;
  margin: 1rem auto;
  line-height: normal;
  border-left: 3px solid;
  -o-border-image: linear-gradient(to bottom, #001bc5, #80aae3) 1;
     border-image: linear-gradient(to bottom, #001bc5, #80aae3) 1;
  padding-left: 2%;
  font-size: 1.09375vw;
}
.mv-block_work {
  background: linear-gradient(90deg, #001bc5, #80aae3);
  border-radius: 4px;
  padding: 2% 4%;
  margin-left: 10%;
  width: 77%;
  font-size: 1.25vw;
}
.mv-block_works {
  color: #000;
  margin-left: 10%;
  font-size: 1.171875vw;
}
.mv-block_discription {
  padding: 1% 0;
  line-height: normal;
}

@media (max-aspect-ratio: 7/10) {
  .mv-block {
    margin: 2rem auto;
    width: 85%;
    height: 97.65625vw;
  }
  .mv-block_title {
    font-size: 5.078125vw;
  }
  .mv-block_img {
    width: 78.125vw;
    height: 35.15625vw;
  }
  .mv-block_text {
    font-size: 2.890625vw;
  }
  .mv-block_work {
    font-size: 3.203125vw;
  }
  .mv-block_works {
    margin-left: 10%;
    font-size: 3.046875vw;
  }
}
.web-body {
  margin: 0 auto;
  background-color: #959595;
}

.web-header {
  background-color: #fcfcfc;
  position: relative;
  width: 100%;
  height: 5.46875vw;
}
.web-header-inner {
  width: 100%;
  height: 100%;
  display: flex;
}
.web-header-inner nav li a {
  position: absolute;
  top: 25%;
  width: 11%;
  padding: 0.7% 0;
  font-size: 1.40625vw;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.web-header-inner nav li a:hover {
  opacity: 0.7;
  transition: 0.3s;
  width: 11.1%;
}

.triangle {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #01326d;
  height: 64.453125vw;
  width: 55%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  z-index: 0;
}

.triangle2 {
  position: absolute;
  left: -5.4%;
  top: 0;
  background-color: #01326d;
  height: 64.453125vw;
  width: 55%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  z-index: 0;
}

.web-header-title {
  font-size: 2.734375vw;
  position: relative;
  font-weight: 100;
  margin: 2% auto auto 5%;
  z-index: 3;
}

.web-KV {
  background-color: #000;
}
.web-KV-inner {
  position: relative;
}

.KV-upper_left {
  width: 35%;
}

.KV-upper_left h2 {
  position: absolute;
  z-index: 3;
  top: 8%;
  left: 5% !important;
  font-size: 3.90625vw;
}

.KV-upper_left p {
  position: absolute;
  z-index: 3;
  top: 13%;
}

.KV-upper_right {
  width: 65%;
}

.KV-bottom {
  position: absolute;
  z-index: 3;
}

.elevator-YT {
  width: 60.9375vw;
  height: 39.0625vw;
  margin-bottom: 5%;
  margin-top: 5%;
}
.elevator-YT_text {
  margin-bottom: 3%;
  color: #181818;
  font-size: 2.734375vw;
}
.elevator-YT_text2 {
  margin-bottom: 3%;
  color: #181818;
  font-size: 1.953125vw;
}

@media (max-aspect-ratio: 7/10) {
  .elevator-YT {
    width: 78.125vw;
    height: 42.96875vw;
  }
  .elevator-YT_text {
    font-size: 3.515625vw;
  }
  .elevator-YT_text2 {
    font-size: 2.734375vw;
  }
}
.elevator-img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.company-header {
  width: 100%;
  height: 7.8125vw;
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}

.company-header h1 {
  align-items: center;
  color: #a1a1a1;
  display: flex;
  font-size: 3.125vw;
  font-weight: 100;
  width: 100%;
}

.company-header h1 img {
  margin: 1%;
  width: 3.125vw;
}

.company-header nav ul {
  margin: auto;
}

.company-wrap {
  background-image: url(/assets/img/company-bg.jpg);
  background-size: 100%;
  position: relative;
  width: 100%;
}

.company-square {
  background-color: #000;
  color: #656565;
  text-align: center;
  position: absolute;
  top: 6%;
  left: 10%;
  height: 15.625vw;
  width: 15.625vw;
}

.company-square h3 {
  margin-top: 40%;
  font-size: 1.40625vw;
}

.company-square p {
  margin-top: 5%;
  font-size: 1.09375vw;
}

.company-inner {
  background-color: #fff;
  color: #7a7a7a;
  margin-top: 13%;
  width: 90%;
}

.company-subtitle {
  font-size: 1.5625vw;
  text-align: center;
  padding-top: 5%;
}

.company-title {
  font-size: 1.875vw;
  text-align: center;
  margin-top: 2%;
}

.company-contents {
  font-size: 1.5625vw;
  font-weight: 100;
  padding: 6% 11% 10%;
}

.company-content {
  border-bottom: 1px solid #a1a1a1;
  display: flex;
  padding-bottom: 2%;
  padding-top: 3%;
}

.company-content h4 {
  width: 19.53125vw;
}

@media (max-aspect-ratio: 7/10) {
  .company-header {
    height: 13.28125vw;
  }
  .company-header h1 {
    font-size: 4.6875vw;
  }
  .company-header h1 img {
    width: 4.6875vw;
  }
  .company-square {
    top: 3%;
    height: 23.4375vw;
    width: 23.4375vw;
  }
  .company-square h3 {
    font-size: 2.8125vw;
  }
  .company-square p {
    font-size: 2.1875vw;
  }
  .company-inner {
    margin-top: 16%;
  }
  .company-subtitle {
    font-size: 3.125vw;
    padding-top: 15%;
  }
  .company-title {
    font-size: 3.75vw;
  }
  .company-contents {
    font-size: 3.125vw;
  }
  .company-content {
    padding-bottom: 4%;
    padding-top: 6%;
  }
  .company-content h4 {
    width: 25.78125vw;
  }
}
.contact-wrap {
  background-image: url(/assets/img/company-bg.jpg);
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  background-size: 100%;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */