@charset "UTF-8";
/* ==========================================================================
  Base
========================================================================== */
:root {
  --tile-size: 20.3px;
  --radius: 4.5px;
  --gap-x: 5px;
  --gap-y: 6px;
}

@media (min-width: 768px) {
  :root {
    --tile-size: 32.5px;
    --radius: 8.32px;
    --gap-x: 7px;
    --gap-y: 12px;
  }
}
/* ==========================================================================
  Top Animesion
========================================================================== */
/* スプラッシュ全体のスタイル */
.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.8s ease-in-out;
}

#svgLogoContainerSplash,
#svgLogoContainerMain {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#svgLogoContainerSplash.show,
#svgLogoContainerMain.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#mainContent {
  opacity: 0;
  transition: opacity 1s ease;
}

#mainContent.show {
  opacity: 1;
}

.splash-screen.fade-out {
  opacity: 0;
  transition: opacity 1s ease;
}

.top-content-block {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.top-content-block .show {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
  logo-Animesion
========================================================================== */
.logo-container {
  position: relative;
  margin: 0 auto;
  width: calc((var(--tile-size) + var(--gap-x)) * 5);
  height: calc((var(--tile-size) + var(--gap-y)) * 6);
}

.square {
  position: absolute;
  width: var(--tile-size);
  height: var(--tile-size);
  border-radius: var(--radius);
  opacity: 0;
  animation: flyIn 0.8s ease-out forwards;
}

.red {
  background-color: #e8413e;
}

.blue {
  background-color: #085da8;
}

.yellow {
  background-color: #e7b400;
}

.black {
  background-color: #2d342c;
}

@keyframes flyIn {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#svgLogoWrapper {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#svgLogoContainer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#svgLogoContainer.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#svgLogoContainer svg {
  width: auto;
  height: 100%;
  display: block;
}

.svg-logo {
  width: 140px;
  height: auto;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .svg-logo {
    width: 220px;
    margin: 20px auto;
  }
}
/* ==========================================================================
  Menu
========================================================================== */
.content-left .menu_service {
  width: 100%;
  max-width: 146px;
  padding: 10px 0 10px 6px;
}
.content-left .menu_news {
  width: 100%;
  max-width: 94px;
  padding: 10px 0 10px 6px;
}
.content-left .menu_company {
  width: 100%;
  max-width: 152px;
  padding: 10px 0 10px 6px;
}
.content-left .menu_access {
  width: 100%;
  max-width: 128px;
  padding: 10px 0 10px 6px;
}
.content-left .menu_contact {
  width: 100%;
  max-width: 148px;
  padding: 10px 0 10px 6px;
}

.info-company {
  width: 100%;
  max-width: 90%;
  margin: -5px 1em 0.5em 1em;
  border-collapse: collapse;
  font-size: 3.5vw;
  font-size: clamp(14px, 22 / 1920 * 100vw, 22px);
  font-weight: bold;
  letter-spacing: 0.2em;
}

.info-company td {
  padding: 6px 0;
  border: none;
  vertical-align: top;
}

.info-company td:first-child {
  width: 84px;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .content-left .menu_service {
    display: block;
    margin-left: auto;
    width: 160px;
    max-width: 100%;
    height: auto;
  }
  .content-left .menu_news {
    display: block;
    margin-left: auto;
    width: 104px;
    max-width: 100%;
    height: auto;
  }
  .content-left .menu_company {
    display: block;
    margin-left: auto;
    width: 180px;
    max-width: 100%;
    height: auto;
  }
  .content-left .menu_access {
    display: block;
    margin-left: auto;
    width: 146px;
    max-width: 100%;
    height: auto;
  }
  .content-left .menu_contact {
    display: block;
    margin-left: auto;
    width: 168px;
    max-width: 100%;
    height: auto;
  }
  .info-company {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .content-left .menu_service {
    max-width: 140px;
  }
  .content-left .menu_news {
    max-width: 92px;
  }
  .content-left .menu_company {
    max-width: 160px;
  }
  .content-left .menu_access {
    max-width: 134px;
  }
  .content-left .menu_contact {
    max-width: 154px;
  }
  .info-company {
    max-width: 86%;
  }
  .info-company td {
    padding: 2px 0;
  }
}
@media (min-width: 1920px) {
  .content-left .menu_service {
    max-width: 280px;
    margin-right: 30px;
  }
  .content-left .menu_news {
    max-width: 180px;
    margin-right: 30px;
  }
  .content-left .menu_company {
    max-width: 300px;
    margin-right: 30px;
  }
  .content-left .menu_access {
    max-width: 240px;
    margin-right: 30px;
  }
  .content-left .menu_contact {
    max-width: 280px;
    margin-right: 30px;
  }
}
/* ==========================================================================
  Access
========================================================================== */
.google-map {
  position: relative;
  width: 90%;
  height: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

@media (min-width: 768px) {
  .google-map {
    width: 80%;
    margin: 6% 2% 0;
  }
}
@media (min-width: 1024px) {
  #access .sec-txt {
    font-size: clamp(14px, 22 / 1920 * 100vw, 22px);
  }
  .google-map {
    width: 76%;
    margin: 4% 2% 0;
  }
}
@media (min-width: 1920px) {
  .google-map {
    width: 54%;
    margin: 4% 2% 0;
  }
}/*# sourceMappingURL=style.css.map */