/* CSS Document */
.spmask {
  display: inline-block;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.mv {
  width: 100%;
  position: fixed;
  z-index: 0;
  height: 100lvh;
}
.mv_hd {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: calc(100svh - 120px);
  text-align: right;
  padding-right: 2rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .mv_hd {
    padding-top: 6.4rem;
  }
}
.mv_hd h2 {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.mv_hd p {
  font-weight: 500;
  font-size: 2rem;
}
.mv_video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.mv_video video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
}

/*------------------------------*/
.philosophy {
  padding-top: 5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding-top: 4rem;
  }
}
.philosophy_hd {
  border-bottom: #000 1px solid;
  padding-bottom: 1.8rem;
  padding-inline: 2.4rem;
  display: inline-block;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .philosophy_hd {
    margin-bottom: 3rem;
  }
}
.philosophy_hd h2 {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.philosophy_hd p {
  font-size: 2.1rem;
  font-weight: 500;
}
.philosophy_content {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .philosophy_content {
    padding-bottom: 4rem;
  }
}
.philosophy_content .message {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .philosophy_content .message {
    font-size: 2.1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
}
.philosophy_image {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .philosophy_image {
    width: 200%;
    translate: -25% 0;
  }
}
.philosophy_image img {
  width: 100%;
  scale: 1.2;
  transform-origin: center;
  translate: 0 5%;
}

/*------------------------------*/
.topmessage {
  padding-top: 8rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .topmessage {
    padding-top: 4rem;
  }
}
.topmessage_content {
  margin-bottom: 5rem;
}
.topmessage_content .message {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .topmessage_content .message {
    font-size: 2.1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
}
.topmessage_wrap {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .topmessage_wrap {
    padding-bottom: 4rem;
  }
}
.topmessage_wrap .name {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .topmessage_wrap .name {
    font-size: 1.4rem;
  }
}
.topmessage_image {
  width: 32rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .topmessage_image {
    width: 20rem;
  }
}
.topmessage_image img {
  width: 100%;
}
.topmessage_map {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topmessage_map {
    display: none;
  }
}
.topmessage_map a {
  transition: all 0.4s;
  display: block;
  width: 100%;
}
.topmessage_map a img {
  width: 100%;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .topmessage_map a:hover {
    opacity: 0.6;
  }
  .topmessage_map a:hover img {
    scale: 1.03;
  }
}
/*# sourceMappingURL=style.css.map */