@charset "UTF-8";
#header {
  background: none;
  border: none;
}
#header a {
  color: #fff;
}

#header_nav.transparent li:hover > ul {
  display: none;
}

#logo {
  position: relative;
}
#logo #logo_white {
  position: absolute;
  height: 4rem;
  margin: 0.5rem;
}

#footer {
  position: relative;
  z-index: 3;
}

#main_visual {
  position: fixed;
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
}

#main_visual_video,
#main_visual_img,
#main_visual_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main_visual_video {
  display: none;
}

#main_visual_overlay {
  z-index: 1;
}

#main_visual_text {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 15px rgba(0, 0, 0, 0.6);
}

#main_visual_text_content {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 45%;
  color: white;
}
@media (min-width: 768px) {
  #main_visual_text_content h1 {
    font-size: 1.5rem;
  }
  #main_visual_text_content p {
    font-size: 2rem;
    margin-bottom: 175px;
  }
}
@media (max-width: 768px) {
  #main_visual_text_content p {
    font-size: 1.5rem;
    margin-bottom: 175px;
  }
}

#company_introduction {
  z-index: 3;
  position: relative;
}

#company_introduction_title {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 15px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  #company_introduction_title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #company_introduction_title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
    text-shadow: 2px 3px 3px rgb(0, 0, 0);
  }
}

#company_introduction section {
  color: #fff;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
@media (min-width: 768px) {
  #company_introduction section {
    width: 87%;
    margin: 0 auto 50px;
    padding: 30px;
  }
  #company_introduction section:last-child {
    margin-bottom: 70px;
  }
  #company_introduction section h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #company_introduction section {
    margin: 15px;
    padding: 15px;
  }
  #company_introduction section:last-child {
    margin-bottom: 50px;
  }
  #company_introduction section h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

#business_introduction {
  z-index: 3;
  position: relative;
}

#business_introduction_title {
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 15px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  #business_introduction_title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #business_introduction_title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
    text-shadow: 2px 3px 3px rgb(0, 0, 0);
  }
}

@media (min-width: 768px) {
  #business_introduction_box {
    display: flex;
    width: 87%;
    margin: 0 auto 50px;
  }
}
@media (min-width: 768px) {
  #business_introduction_box section {
    width: 34%;
    padding-right: 2%;
  }
}
@media (max-width: 768px) {
  #business_introduction_box section {
    padding: 0 15px 15px;
  }
}
@media (min-width: 768px) {
  #business_introduction_box #maintenance_division {
    padding-right: 0;
    width: 32%;
  }
}
#business_introduction_box .business_introduction_contents {
  background: rgba(255, 255, 255, 0.9);
  text-shadow: 2px 3px 3px rgb(255, 255, 255);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#business_introduction_box .business_introduction_contents .business_introduction_img {
  height: 200px;
}
#business_introduction_box .business_introduction_contents .business_introduction_img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  #business_introduction_box .business_introduction_contents h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  #business_introduction_box .business_introduction_contents .business_introduction_text {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  #business_introduction_box .business_introduction_contents .business_introduction_text {
    padding: 15px;
  }
  #business_introduction_box .business_introduction_contents h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

#company_information {
  position: relative;
  z-index: 3;
  margin: 5rem 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  #company_information {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  #company_information {
    padding: 15px;
  }
}

#company_information_title {
  text-align: center;
}
@media (min-width: 768px) {
  #company_information_title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #company_information_title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  #company_information_contents {
    display: flex;
  }
}
#company_information_table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
@media (min-width: 768px) {
  #company_information_table {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #company_information_table {
    margin-bottom: 15px;
  }
}
#company_information_table th {
  padding: 8px;
  background: #d1d1d1;
  text-align: right;
  width: 7rem;
}
#company_information_table td {
  padding: 8px;
}

@media (min-width: 768px) {
  #company_information_map {
    width: 50%;
  }
}

#company_information_map_tabs {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 12px;
}

.company_information_map_tab {
  padding: 8px 14px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
}

.company_information_map_tab.active {
  background: #1976d2;
  color: #fff;
  border-color: #1976d2;
}

#company_information_map_contaner {
  position: relative;
  width: 100%;
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.company_information_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.company_information_map.active {
  display: block;
}

#scroll_hint {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 1.5rem;
  color: #fff;
  opacity: 1;
  animation: blink 1s infinite;
  cursor: default;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 2;
  line-height: 1.5rem;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
#scroll_hint::after {
  content: "▼";
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 0;
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
.hidden {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=index.css.map */