@charset "UTF-8";
.header {
  height: 90vh;
  background: #ffffff;
}
.header_icon {
  position: absolute;
  top: 2%;
  left: 2%;
}
.header_icon img {
  width: 20%;
}
.header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
.header_logo h1 {
  animation: fadeInAnime 4s forwards;
  opacity: 0;
  width: none;
  padding: 8px 16px;
  font-size: clamp(40px, 3vw, 80px);
  background: #000;
  color: #fff;
  text-align: center;
}

.scrolldown {
  position: absolute;
  bottom: 2%;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 1%;
  }
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 150px;
  right: -3px;
  width: 2px;
  height: 10px;
  background: #000000;
  transform: skewX(-31deg);
}
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 150px;
  right: 0;
  width: 2px;
  height: 50px;
  background: #000000;
}
.scrolldown span {
  position: absolute;
  left: -20px;
  bottom: 160px;
  font-size: 10px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.gizagiza {
  position: relative;
  width: 100%;
  height: 0px;
  background: transparent;
  filter: drop-shadow(0 0 0 rgb(0, 0, 0));
}
.gizagiza::before {
  height: 40px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.gizagiza::before {
  top: -40px;
  background: linear-gradient(45deg, #000000 20px, transparent 0), linear-gradient(315deg, #000000 20px, transparent 0);
  background-size: 40px 40px;
}

.mission {
  position: relative;
}
.mission::before, .mission::after {
  display: none;
}

.p_service {
  background: #000;
  display: flex;
  justify-content: center;
  padding-top: 128px;
  padding-bottom: 128px;
}

.m-vision {
  display: flex;
  justify-content: center;
  padding-top: 128px;
  padding-bottom: 128px;
}

.p_access {
  padding-top: 128px;
  padding-bottom: 128px;
  max-width: 900px;
  margin: 0 auto;
}

.servicemap_inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .servicemap_inner {
    width: 100%;
  }
}
.servicemap_points {
  display: flex;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .servicemap_points {
    flex-direction: column;
    width: 100%;
  }
}
.servicemap_img {
  width: 100%;
}

.text_inner {
  text-align: center;
  padding: 0 16px;
}
.text_inner h2 {
  font-size: clamp(18px, 5vw, 20px);
  font-weight: 700;
  font-family: "din-2014", sans-serif;
}
.text_inner .ttl_border {
  width: 2px;
  height: clamp(18px, 5vw, 40px);
  background: #fff;
  display: inline-block;
  margin: 12px 0;
}
.text_inner ._black {
  background: #000;
}
.text_inner h3 {
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 700;
}
.text_inner p {
  margin-top: 40px;
  line-height: 2;
  font-size: clamp(15px, 3vw, 18px);
}
.text_inner .table {
  font-size: clamp(14px, 3vw, 16px);
}
.text_inner .table_ttl {
  width: clamp(100px, 10vw, 400px);
}
@media screen and (max-width: 768px) {
  .text_inner .table_ttl {
    padding-bottom: 8px;
  }
}
.text_inner tr {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 768px) {
  .text_inner tr {
    flex-direction: column;
    padding: 0;
    padding-bottom: 4px;
  }
}
.text_inner tr:nth-child(n+2) {
  padding-top: 16px;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
.gmapwrap {
  max-width: 100%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* filter: grayscale(100%); */
}

.mail {
  background: #000;
}

.margin16 {
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .margin16 {
    margin: 16px 0;
  }
}/*# sourceMappingURL=page.css.map */