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

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.mv {
  width: 100%;
  position: fixed;
  z-index: 0;
  height: 100lvh;
}
.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%;
}

/*------------------------------*/
.business {
  color: #fff;
  background-color: #000;
  padding-top: 4rem;
  position: relative;
  z-index: 1;
}
.business_hd {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .business_hd {
    margin-bottom: 4rem;
  }
}
.business_hd h2 {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.business_hd p {
  font-weight: 500;
}
.business_content {
  padding-bottom: 6rem;
}
.business_content .message {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .business_content .message {
    font-size: 2.8rem;
  }
}
.business_movie {
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.business_movie::before, .business_movie::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  display: block;
  left: 0;
  right: 0;
  z-index: 2;
}
.business_movie::before {
  top: 0;
  background: linear-gradient(to bottom, #000, transparent);
}
.business_movie::after {
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
}
.business_movie 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%;
  z-index: 1;
}

/*------------------------------*/
.mission {
  color: #fff;
  background-color: #000;
  text-align: center;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mission {
    padding-top: 4rem;
  }
}
.mission_hd {
  border-bottom: #fff 1px solid;
  padding-bottom: 1.8rem;
  padding-inline: 2.4rem;
  display: inline-block;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mission_hd {
    padding-inline: 1rem;
    padding-bottom: 1.4rem;
  }
}
.mission_hd h2 {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}
.mission_hd p {
  font-size: 2.1rem;
  font-weight: 500;
}
.mission_content {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mission_content .alignCenter {
    text-align: justify;
  }
}
.mission_image {
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.mission_image::before, .mission_image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  display: block;
  left: 0;
  right: 0;
  z-index: 2;
}
.mission_image::before {
  top: 0;
  background: linear-gradient(to bottom, #000, transparent);
}
.mission_image::after {
  bottom: 0;
  background: linear-gradient(to top, #fff, transparent);
}
.mission_image img {
  -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%;
  z-index: 1;
}

/*------------------------------*/
.service {
  padding-top: 7rem;
  padding-bottom: 8rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.service_hd {
  margin-bottom: 6rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service_hd {
    margin-bottom: 4rem;
  }
}
.service_hd h2 {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}
.service_hd p {
  font-weight: 500;
}
.service_title {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service_title {
    font-size: 2.4rem;
    translate: 0 -50%;
    left: auto;
    right: 0;
  }
}
.service_content-wrap {
  margin-top: 9rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .service_content-wrap {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
.service_item {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service_item {
    display: block;
  }
}
.service_item.item01 {
  z-index: 2;
}
.service_item.item01 .service_item-text {
  margin-right: 5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .service_item.item01 .service_item-text {
    margin-right: auto;
  }
}
.service_item.item01 .service_item-image {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .service_item.item01 .service_item-image {
    margin-right: 0;
  }
}
.service_item.item02 {
  flex-direction: row-reverse;
  margin-top: -6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service_item.item02 {
    margin-top: 2rem;
  }
}
.service_item.item02 .service_item-text {
  margin-left: 5rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .service_item.item02 .service_item-text {
    margin-left: 0;
    padding-bottom: 3rem;
  }
}
.service_item.item02 .service_item-image {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .service_item.item02 .service_item-image {
    margin-left: 0;
  }
}
.service_item-text {
  width: 46rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .service_item-text {
    width: auto;
  }
}
.service_item-text h3 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service_item-text h3 {
    font-size: 2rem;
  }
}
.service_item-image {
  max-width: 800px;
}
.service_slide {
  width: 100%;
  aspect-ratio: 5/2;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.service_slide .slick-list, .service_slide .slick-track {
  width: 100%;
  height: 100%;
}
.service_slide .slide-animation {
  -webkit-animation: fadezoom 12s 0s forwards;
          animation: fadezoom 12s 0s forwards;
}
@-webkit-keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.16);
  }
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.16);
  }
}
.service_slide::before, .service_slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  display: block;
  left: 0;
  right: 0;
  z-index: 2;
}
.service_slide::before {
  top: 0;
  background: linear-gradient(to bottom, #fff, transparent);
}
.service_slide::after {
  bottom: 0;
  background: linear-gradient(to top, #fff, transparent);
}
.service_slide li {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.service_slide li img {
  -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%;
}
.service_renovation {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .service_renovation {
    padding-top: 5rem;
  }
}
.service_renovation h3 {
  font-size: 4rem;
  margin-bottom: 5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service_renovation h3 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}

/*------------------------------*/
.company {
  position: relative;
}
.company .inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .company .inner {
    position: relative;
    background-color: #fff;
  }
}
.company_wrap01 {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .company_wrap01 {
    padding-top: 3rem;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
}
.company_wrap02 {
  padding-bottom: 4rem;
  text-align: center;
}
.company_hd {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .company_hd {
    margin-bottom: 2rem;
  }
}
.company_hd h2 {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}
.company_hd p {
  font-size: 2rem;
  font-weight: 500;
}
.company_title {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company_title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.company_button {
  margin-top: 4rem;
}
.company_button a {
  display: inline-block;
  text-decoration: none;
  padding-block: 1rem 1.2rem;
  padding-inline: 2rem;
  font-weight: 500;
  border-bottom: 1px #000 solid;
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .company_button a:hover {
    opacity: 0.5;
  }
}
.company_movie {
  width: 100%;
  position: relative;
  z-index: 1;
}
.company_movie video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */