@charset "UTF-8";
@font-face {
  font-family: "Buildings";
  src: url(./font/Buildingsandundertherailwaytracksfree_ver.otf);
}
html, body {
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  font-family: sans-serif;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

#load {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  gap: 1rem;
}

#load-img {
  width: 10%;
  height: auto;
}

#load-text span {
  display: inline-block;
  font-family: "Buildings", serif;
  color: rgb(60, 47, 36);
  font-size: clamp(1.75rem, 1.107rem + 3.21vw, 4rem);
}

section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem 0.5rem;
}

.mob {
  display: none;
}

.mob-br {
  display: none;
}

header {
  width: 100%;
  height: 70px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr 1fr 1fr;
}
header p, header nav {
  color: rgb(47, 153, 255);
  background-color: #fff;
  gap: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
header nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
header li:last-child {
  padding-right: 1.5rem;
}
header li a {
  color: rgb(47, 153, 255);
  text-decoration: none;
  font-size: clamp(0.75rem, 0.536rem + 1.07vw, 1.5rem);
  font-weight: bolder;
}
header li a:hover {
  border-bottom: 0.125rem rgb(47, 153, 255) solid;
}
header .header-button {
  background-color: gray;
  color: #fff;
  height: 70%;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  border: none;
  border-radius: 0.25rem;
}
header .header-button a {
  color: #fff;
  text-decoration: none;
}
header #h-info {
  font-size: clamp(0.75rem, 0.536rem + 1.07vw, 1.5rem);
  font-weight: bolder;
  padding: 0.6rem 1rem 1rem;
}
header #h-tel {
  font-size: 0.9rem;
  padding: 0.6rem 1rem 1rem;
  display: flex;
  position: relative;
}
header #h-tel a {
  transform: translateY(10%);
}
header #h-tel::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(./img/電話マーク.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#top {
  background-image: url(./img/空画像.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: end;
  padding: 3rem 1rem;
  height: calc(100vh - 70px);
}
#top #top-text {
  background-color: rgba(47, 153, 255, 0.5);
  color: #fff;
}
#top #top-text h1 {
  font-size: clamp(1.75rem, 1.107rem + 3.21vw, 4rem);
  font-weight: bolder;
  text-align: right;
}
#top #top-text h2 {
  font-size: clamp(1.5rem, 1rem + 2.5vw, 3.25rem);
  font-weight: bold;
  text-align: right;
  margin-bottom: 1rem;
}
#top #top-text h3 {
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  text-align: left;
}

.marker {
  display: inline;
  background: linear-gradient(to left, rgb(255, 118, 0));
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

.policy {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: auto 1rem;
}
.policy p {
  text-align: left;
}
.policy h2 {
  font-size: clamp(1.75rem, 1.107rem + 3.21vw, 4rem);
}
.policy h3 {
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
  text-align: center;
}
.policy p {
  width: 90%;
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
  margin-top: 1rem;
  font-weight: bold;
}

.policy-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 3rem;
}

.policy-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#mato, #baseball {
  width: 15%;
}

#rainbow {
  width: 25%;
}

#mission h2 {
  background-color: rgb(47, 153, 255);
  color: #fff;
  font-weight: bolder;
}
#mission h3, #mission p {
  color: rgb(47, 153, 255);
}
#mission #target {
  font-weight: bold;
}

#vision {
  background-color: rgb(47, 153, 255);
  color: #fff;
}

.big {
  font-size: clamp(1.75rem, 1.107rem + 3.21vw, 4rem);
}

#value {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 1.5rem auto;
  background-color: rgb(255, 118, 0);
  color: #fff;
}
#value h2 {
  font-size: clamp(1.75rem, 1.107rem + 3.21vw, 4rem);
}
#value h3 {
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
  font-weight: normal;
}
#value #value-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-top: 2rem;
  gap: 3rem;
}
#value #value-content h4 {
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  margin-bottom: 0.5rem;
}
#value #value-content p {
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
}

.slideinR {
  opacity: 0;
  transform: translate(100%, 0);
  transition: all 1.5s ease-out;
  animation-delay: 0.5s;
}

.slideinR.activeR {
  opacity: 1;
  transform: translate(0, 0);
}

.slideinL {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1.5s ease-out;
  animation-delay: 0.5s;
}

.slideinL.activeL {
  opacity: 1;
  transform: translateX(0);
}

.zoomin {
  transform: scale(0);
  transition: all 1.5s ease-out;
  margin-bottom: 1rem;
}

.zoomin.activezoomin {
  transform: scale(1);
}

#anime1 {
  position: relative;
  margin-bottom: 5vh;
  width: 100%;
  height: clamp(12.5rem, -2.885rem + 24.04vw, 18.75rem);
}
#anime1 img {
  position: absolute;
  top: 30%;
  width: 10%;
  height: auto;
  animation: anime 16s linear infinite;
  opacity: 0;
}
#anime1 #g-sq1 {
  width: 5%;
  animation-delay: -2s;
}
#anime1 #b-tr1 {
  width: 10%;
  animation-delay: -4s;
}
#anime1 #r-ro1 {
  width: 8%;
  animation-delay: -6s;
}
#anime1 #p-sq1 {
  width: 8%;
  animation-delay: -8s;
}
#anime1 #g-tr1 {
  width: 5%;
  animation-delay: -10s;
}
#anime1 #b-ro1 {
  width: 8%;
  animation-delay: -12s;
}
#anime1 #r-sq1 {
  width: 5%;
  animation-delay: -14s;
}
#anime1 #g-tr2 {
  width: 8%;
  animation-delay: -2.5s;
}
#anime1 #r-ro2 {
  animation-delay: -5s;
}
#anime1 #b-sq1 {
  width: 8%;
  animation-delay: -7.5s;
}
#anime1 #ball2 {
  width: 10%;
  animation-delay: -10s;
}
#anime1 #g-tr3 {
  animation-delay: -12.5s;
}
#anime1 #b-ro2 {
  width: 8%;
  animation-delay: -15s;
}
#anime1 #r-sq2 {
  animation-delay: -17.5s;
}

#anime2 {
  position: relative;
  margin-bottom: 5%;
  width: 100%;
  height: clamp(12.5rem, -2.885rem + 24.04vw, 18.75rem);
}
#anime2 img {
  position: absolute;
  top: 30%;
  width: 10%;
  height: auto;
  animation: anime 15s linear infinite;
  opacity: 0;
}
#anime2 #g-tr2 {
  width: 8%;
  animation-delay: -2s;
}
#anime2 #r-ro2 {
  width: 6%;
  animation-delay: -4s;
}
#anime2 #b-sq1 {
  width: 8%;
  animation-delay: -6s;
}
#anime2 #ball2 {
  width: 10%;
  animation-delay: -8s;
}
#anime2 #g-tr3 {
  width: 8%;
  animation-delay: -10s;
}
#anime2 #b-ro2 {
  width: 8%;
  animation-delay: -12s;
}
#anime2 #r-sq2 {
  width: 8%;
  animation-delay: -14s;
}

@keyframes anime {
  0% {
    opacity: 1;
    transform: translateY(-75%);
    left: -20%;
    rotate: 0deg;
  }
  12% {
    transform: translateY(0);
    left: -10%;
    rotate: 10deg;
  }
  25% {
    transform: translateY(75%);
    left: 0;
    rotate: 0deg;
  }
  37% {
    transform: translateY(0);
    left: 16.7%;
    rotate: -10deg;
  }
  50% {
    transform: translateY(-75%);
    left: 33%;
    rotate: 0;
  }
  62% {
    transform: translateY(0);
    left: 50%;
    rotate: 10deg;
  }
  75% {
    transform: translateY(75%);
    left: 66%;
    rotate: 0;
  }
  87% {
    transform: translateY(0);
    left: 83%;
    rotate: -10deg;
  }
  100% {
    opacity: 1;
    transform: translateY(-75%);
    left: 100%;
    rotate: 0;
  }
}
#about #about-top {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: end;
}
#about #about-left {
  transform: translateX(5%);
}
#about #about-left h2 {
  text-align: center;
  color: #fff;
  background-color: rgb(47, 153, 255);
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
  padding: 1rem 0.5rem;
  margin-bottom: 2rem;
}
#about #about-left h3 {
  text-align: center;
  font-size: clamp(1.5rem, 1rem + 2.5vw, 3.25rem);
  color: rgb(37, 37, 139);
  border-bottom: 0.125rem rgb(37, 37, 139) solid;
  width: 50%;
  margin: 0 auto;
}
#about #about-left li {
  width: 50%;
  text-align: left;
  font-size: clamp(1.25rem, 1.036rem + 1.07vw, 2rem);
  margin: 0 auto;
}
#about p {
  width: 90%;
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  margin: 3rem auto;
}

#feature-top {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 1rem 0.5rem;
  gap: 2rem;
}

#feature-right h2 {
  text-align: center;
  background-color: rgb(255, 118, 0);
  color: #fff;
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
  width: 65%;
  height: auto;
}
#feature-right p {
  text-align: left;
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  width: 90%;
}

#flow {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1rem;
  padding: auto 1rem;
}

#flow-1 h2 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(47, 153, 255);
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
  color: #fff;
  margin-left: auto;
  padding: 0rem 1rem;
  margin-bottom: 2rem;
}
#flow-1 p {
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
}

#company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.overview {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  border-top: solid 0.125rem gray;
  width: 90%;
  height: auto;
  gap: 2rem;
}
.overview h3 {
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  margin-right: auto;
  width: 40%;
}
.overview p, .overview a, .overview li {
  width: 60%;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  margin-right: auto;
}
.overview #address-content, .overview #service-content {
  margin-right: auto;
  width: 60%;
}
.overview #area-content {
  margin-right: auto;
  width: 60%;
}
.overview #area-content ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: auto;
  padding: 0;
}
.overview #area-content li {
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}

#number p a {
  text-decoration: none;
  color: #000;
}

#inquiry {
  background-color: rgb(255, 118, 0);
}
#inquiry h2 {
  text-align: center;
  color: #fff;
  font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
  margin: 2rem auto;
}
#inquiry .contactForm {
  max-width: 80vw;
  margin: 0 auto;
}
#inquiry .form-row {
  display: grid;
  grid-template-columns: 20% auto;
  margin-bottom: 2rem;
}
#inquiry label {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
}
#inquiry .required {
  background-color: rgb(255, 61, 0);
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
#inquiry input {
  border: none;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
#inquiry #radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
}
#inquiry .contact-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
#inquiry .contact-text label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin-right: auto;
  justify-self: flex-start;
  gap: 0.5rem;
}
#inquiry .contact-text textarea {
  box-sizing: border-box;
  width: 70%;
  min-height: 50vh;
  resize: vertical;
  margin: 0 auto;
  border: none;
  border-radius: 0.5rem;
}

#send {
  display: block;
  border: none;
  background-color: rgb(0, 25, 255);
  color: #fff;
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  border-radius: 1rem;
}

footer {
  background-color: #000;
  height: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
footer h2 {
  color: #fff;
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  text-align: left;
  font-weight: normal;
  margin-left: 1rem;
}

#thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(./img/空画像.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 70px);
}

#thanks-text {
  margin-top: 10%;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  text-align: center;
}

#return {
  color: #fff;
  margin: 0 auto;
  background-color: rgb(255, 118, 0);
  margin-top: 2rem;
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  border-radius: 0.25rem;
}

#thanks-content {
  display: grid;
  position: absolute;
  bottom: 0;
  grid-template-columns: 20% 1fr;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #load-img {
    width: 30%;
    height: auto;
  }
  #load-text span {
    display: inline-block;
    font-family: "Buildings", serif;
    color: rgb(60, 47, 36);
    font-size: 2rem;
  }
  section {
    padding: 0 1rem;
  }
  p {
    font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  }
  .pc {
    display: none;
  }
  .mob-br {
    display: block;
  }
  .mob {
    position: fixed;
    display: grid;
    grid-template-columns: 40% 1fr 20%;
    background-color: #fff;
    height: 70px;
    z-index: 50;
  }
  #menu-toggle {
    grid-column: 3/4;
    background-color: transparent;
    border: none;
  }
  #toggle {
    width: 80%;
    max-width: 50px;
    justify-self: right;
    align-self: center;
  }
  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translate(100%, -80%);
    top: 0;
    width: 100%;
    height: auto;
    transition: all 0.75s ease;
    background-color: transparent;
    z-index: 9999;
  }
  #menu-img {
    width: 90%;
    max-width: 500px;
    height: auto;
  }
  .menu.menu-active {
    transform: translate(0, 25%);
  }
  .navigation__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    position: absolute;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .navigation__link, #menu-close {
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 0.25rem 0;
    font-size: clamp(1.5rem, 1rem + 2.5vw, 3.25rem);
  }
  .navigation__link {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(255, 118, 0);
  }
  #mob-logo {
    max-width: 180px;
  }
  #top {
    height: 90vh;
    grid-template-columns: 1fr;
    align-items: center;
  }
  #top-text {
    padding: 0.25rem;
  }
  #logo {
    display: none;
  }
  .policy-icon {
    gap: 1rem;
  }
  .policy-icon h2 {
    text-align: center;
    padding: 0.5rem;
  }
  #mato, #baseball {
    width: 20%;
  }
  #rainbow {
    width: 30%;
  }
  #value {
    padding: 1rem;
  }
  #value-content {
    grid-template-columns: 1fr !important;
    gap: 0.5rem;
  }
  #about {
    margin-bottom: 1rem;
  }
  #about-top {
    margin-top: 5%;
    grid-template-columns: 1fr !important;
    grid-template-areas: "h2" "img" "h3" "ul";
  }
  #about-top h2 {
    order: 1;
  }
  #about-top #about-pic {
    order: 2;
  }
  #about-top h3 {
    order: 3;
  }
  #about-top ul {
    order: 4;
  }
  #anime1, #anime2 {
    height: clamp(6.25rem, 4.018rem + 11.16vw, 9.375rem);
  }
  @keyframes anime {
    0% {
      opacity: 1;
      transform: translateY(30px);
      left: -20%;
      rotate: 0deg;
    }
    12% {
      transform: translateY(0);
      left: -10%;
      rotate: 10deg;
    }
    25% {
      transform: translateY(-30px);
      left: 0;
      rotate: 0deg;
    }
    37% {
      transform: translateY(0);
      left: 16.7%;
      rotate: -10deg;
    }
    50% {
      transform: translateY(30px);
      left: 33%;
      rotate: 0;
    }
    62% {
      transform: translateY(0);
      left: 50%;
      rotate: 10deg;
    }
    75% {
      transform: translateY(-30px);
      left: 66%;
      rotate: 0;
    }
    87% {
      transform: translateY(0);
      left: 83%;
      rotate: -10deg;
    }
    100% {
      opacity: 1;
      transform: translateY(30px);
      left: 100%;
      rotate: 0;
    }
  }
  #about-left {
    display: contents;
  }
  #about p {
    margin: 0.25rem auto;
    font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  }
  #feature-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
  }
  #feature-right {
    transform: translateY(-10vh);
  }
  #feature-right h2 {
    padding: 0.5rem 0.25rem;
    width: 90%;
    margin: 0 auto;
  }
  #feature-right p {
    margin: 0.25rem auto;
    font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  }
  #flow {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  #flow-1 {
    transform: translateY(-8vh);
  }
  #flow-1 h2 {
    margin-right: auto;
    margin-left: 0;
    padding: 0.5rem 0.25rem;
    margin-bottom: 1rem;
  }
  #flow-1 p {
    font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  }
  .overview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  }
  .overview h3 {
    font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
    margin-right: auto;
    width: 100%;
  }
  .overview ul {
    padding-left: 1rem;
  }
  .overview p, .overview a, .overview li {
    width: 100%;
    font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
    margin-right: auto;
  }
  .overview #address-content, .overview #service-content {
    margin-right: auto;
    width: 100%;
  }
  #inquiry {
    padding: 2rem 1rem;
  }
  #inquiry .form-row {
    grid-template-columns: 1fr !important;
    gap: 0.5rem;
  }
  #inquiry label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  }
  #inquiry .contact-text label {
    width: 100%;
  }
  #inquiry textarea {
    width: 100% !important;
  }
  #inquiry input {
    height: 5vh;
  }
  #send {
    margin-bottom: 0;
    padding: 0.25rem 0.5rem;
  }
  footer {
    height: 70px;
  }
  #thanks {
    padding-top: 70px;
  }
  #thanks-text {
    font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  }
  #thanks-content {
    grid-template-columns: 40% 1fr;
  }
}/*# sourceMappingURL=style.css.map */