@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.fv {
  height: 56.2225475842vw;
  background: url(../img/fv.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 70vw;
  }
}
@media screen and (max-width: 575px) {
  .fv {
    height: 120vw;
  }
}

.fv-ttl-wrapper {
  color: #FFFFFF;
  font-weight: 700;
  position: absolute;
  bottom: 4.1727672035vw;
  left: 5.4904831625vw;
}

.fv-ttl {
  font-size: 6.2225475842vw;
  font-family: "Figtree", system-ui;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  animation: fv-ttl 2s linear;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 991px) {
  .fv-ttl {
    font-size: 9.5vw;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .fv-ttl {
    font-size: 12vw;
  }
}
@media screen and (max-width: 575px) {
  .fv-ttl {
    font-size: 14.7vw;
  }
}

@keyframes fv-ttl {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.fv-sub-ttl {
  font-size: max(1.756954612vw, 20px);
  animation: fade-in-from-bottom 2s linear 1.5s forwards;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .fv-sub-ttl {
    font-size: 4.5vw;
  }
}

@keyframes fade-in-from-bottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-txt {
  font-size: 1rem;
  font-family: "Figtree", system-ui;
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
  margin-top: 0.5rem;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.sec-service {
  margin-top: 13.1rem;
}
@media screen and (max-width: 767px) {
  .sec-service {
    margin-top: 7rem;
  }
}

.service-wrapper {
  margin-top: 6.3rem;
}
@media screen and (max-width: 767px) {
  .service-wrapper {
    margin-top: 4rem;
  }
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3rem;
  margin-right: -3rem;
}
@media screen and (max-width: 767px) {
  .service-list {
    margin-left: 0;
    margin-right: 0;
    row-gap: 5rem;
  }
}

.service-list-item {
  width: 50%;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .service-list-item {
    width: 100%;
    padding: 0;
  }
}

.service-list-item__name {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .service-list-item__name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .service-list-item__name {
    margin-bottom: 1.8rem;
  }
}

.service-list-item__txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .service-list-item__txt {
    margin-top: 1.8rem;
  }
}

.sec-company {
  margin-top: 25.7rem;
}
@media screen and (max-width: 767px) {
  .sec-company {
    margin-top: 9rem;
  }
}

.company-inner {
  display: flex;
  margin-right: -5.7rem;
  margin-left: -5.7rem;
}
@media screen and (max-width: 767px) {
  .company-inner {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    row-gap: 7rem;
  }
}
@media screen and (max-width: 575px) {
  .company-inner {
    row-gap: 5rem;
  }
}

.company-ttl-wrapper {
  padding: 0 5.7rem;
}
@media screen and (max-width: 767px) {
  .company-ttl-wrapper {
    padding: 0;
  }
}

.company-detail-wrapper {
  padding: 2.2rem 5.7rem 0;
}
@media screen and (max-width: 767px) {
  .company-detail-wrapper {
    padding: 0;
    width: 100%;
  }
}
.company-detail-wrapper dl {
  display: flex;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 575px) {
  .company-detail-wrapper dl {
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
  }
}
.company-detail-wrapper dl:not(:first-of-type) {
  padding-top: 2.1rem;
}
@media screen and (max-width: 575px) {
  .company-detail-wrapper dl:not(:first-of-type) {
    padding-top: 1.3rem;
  }
}
.company-detail-wrapper dl dt {
  width: 6rem;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .company-detail-wrapper dl dt {
    width: 100%;
  }
}
.company-detail-wrapper dl dd {
  width: calc(100% - 6rem);
  padding-left: 9.2rem;
}
@media screen and (max-width: 575px) {
  .company-detail-wrapper dl dd {
    width: 100%;
    padding-left: 1rem;
  }
}

.sec-map {
  padding-top: 4rem;
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .sec-map {
    margin-bottom: 7rem;
  }
}
.sec-map iframe {
  width: 100%;
}

.pagetop-wrap {
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
  position: absolute;
  bottom: 14rem;
  left: 49.4%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pagetop-wrap {
    bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .pagetop-wrap {
    left: unset;
    right: 2rem;
    transform: translateX(0);
  }
}
.pagetop-wrap:hover {
  cursor: pointer;
  opacity: 0.7;
}/*# sourceMappingURL=style-home.css.map */