.p-kv__headline {
  font-family: "Zen Old Mincho", serif;
  font-size: 5.6rem;
  line-height: 166%;
}
@media screen and (max-width: 767px) {
  .p-kv__headline {
    font-size: 4.5rem;
    line-height: 140%;
  }
}
@media screen and (max-width: 575px) {
  .p-kv__headline {
    font-size: 3rem;
  }
}

.c-ttl_sup > em {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #292E33;
}
@media screen and (max-width: 767px) {
  .c-ttl_sup > em {
    font-size: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .c-ttl_sup > em {
    font-size: 2.8rem;
  }
}

.c-ttl_sup > span {
  font-weight: 300;
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .c-ttl_sup > span {
    font-size: 1.2rem;
  }
}

.c-ttl_sup--white > em,
.c-ttl_sup--white span {
  color: #fff !important;
}

.c-link__under {
  position: relative;
  display: inline-block;
  padding-bottom: 1.2rem;
  transition: opacity 0.3s;
}

.c-link__under::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #54585C;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .c-link__under:has(.c-link_ar:hover)::before {
    opacity: 0.5;
  }
}

.c-link_ar {
  font-family: "Roboto Condensed", sans-serif;
}

.c-link__under--white::before,
.c-link__under--white .c-link_ar:before,
.c-link__under--white .c-link_ar::after {
  background-color: #fff;
}

.c-link__under--white span {
  color: #fff;
}

.p-home_about {
  position: relative;
  background: #EFEFEF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.p-home_about::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/noise.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.p-home_about__body {
  color: #54585C;
}

.c-ttl_sup span {
  color: #54585C;
}

.c-headline {
  font-size: 3rem;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .c-headline {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .c-headline {
    font-size: 1.7rem;
  }
}

.c-headline span {
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 575px) {
  .p-home_about__desc {
    font-size: 1.2rem;
  }
}

.p-home_news {
  background: #EFEFEF;
  position: relative;
  z-index: 0;
}

.p-home_news::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/noise.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home_news::after {
    content: none;
  }
}

.p-home_news__inner:before {
  background: #FAFAFA;
}

.p-home_blog:before, .p-home_service:before, .p-home_works:before {
  content: none;
}

.p-home_service {
  background: #FAFAFA;
  color: #54585C;
}

.p-home_service__ttl > em {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 575px) {
  .p-home_service__ttl > em {
    font-size: 2.6rem;
  }
}

.p-home_service__ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  margin-top: 0;
  font-weight: 300;
}
@media screen and (max-width: 575px) {
  .p-home_service__ttl span {
    font-size: 1.3rem;
  }
}

.p-home_service__txt {
  width: 29.42857143%;
  padding: 2.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-home_service__txt {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .p-home_service__desc {
    font-size: 1.3rem;
  }
}

.p-home_service__img {
  width: 64.28571429%;
  height: 100%;
  aspect-ratio: 900/376;
}
@media screen and (max-width: 767px) {
  .p-home_service__img {
    width: 100%;
  }
}

.p-home_service__thumb {
  width: 100%;
}

.p-home_service__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 900/376;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-home_service__cont + .p-home_service__cont {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-home_service__cont + .p-home_service__cont {
    margin-top: 0;
  }
}

.p-home_service__cont:nth-of-type(even) {
  flex-direction: row;
}

.p-home_service__cont .p-home_service__img:before {
  width: 100%;
}

.p-home_works {
  background: #292E33;
}

.c-card_works {
  display: block;
}

.c-card_works__item:nth-child(3n) .c-card_works__link, .c-card_works__item:nth-child(3n+1) .c-card_works__link {
  transform: translateY(0);
}

.c-card_works__item:nth-child(3n+2) .c-card_works__link {
  transform: translateY(0);
}

@media screen and (max-width: 575px) {
  .c-card_works__link {
    display: block;
  }
}

.c-card_works__item {
  margin: 0 2.2rem 0 0 !important;
}
@media screen and (max-width: 575px) {
  .c-card_works__item {
    margin: 0 1.1rem 0 0 !important;
  }
}

.p-home_works__body {
  width: calc(100% + 2.2rem);
}
@media screen and (max-width: 767px) {
  .p-home_works__body {
    width: calc(100% + 2.1rem);
  }
}
@media screen and (max-width: 575px) {
  .p-home_works__body {
    width: calc(100% + 1.1rem);
  }
}

.c-card_works__img {
  padding-top: 0;
  aspect-ratio: 452/339;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
  .c-card_works__ttl {
    font-size: 1.2rem;
  }
}

.p-home_works__btn {
  text-align: end;
}

.c-card_works .slick-next,
.c-card_works .slick-prev {
  width: 6rem;
  height: 6rem;
  z-index: 10;
  transform: translate(0%, -100%);
}
@media screen and (max-width: 1200px) {
  .c-card_works .slick-next,
  .c-card_works .slick-prev {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card_works .slick-next,
  .c-card_works .slick-prev {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card_works .slick-next,
  .c-card_works .slick-prev {
    width: 2.5rem;
    height: 2.5rem;
    transform: translate(0%, -150%);
  }
}

.c-card_works .slick-prev {
  background: url(../img/slick/arrow-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .c-card_works .slick-prev {
    left: -15px;
  }
}
@media screen and (max-width: 575px) {
  .c-card_works .slick-prev {
    left: -12px;
  }
}

.c-card_works .slick-next {
  background: url(../img/slick/arrow-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .c-card_works .slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 575px) {
  .c-card_works .slick-next {
    right: 0;
  }
}

.c-card_works .slick-next:before, [dir=rtl] .slick-prev:before {
  content: none;
}

.c-card_works .slick-prev:before {
  content: none;
}

.p-home_menu-bg {
  background-color: #FBFBFB;
  padding-top: 8.6rem;
  padding-bottom: 8.5rem;
}

.p-home_menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
}
@media screen and (max-width: 575px) {
  .p-home_menu {
    grid-template-columns: 1fr 1fr;
  }
}

.p-home_menu__cont {
  width: 100%;
  background-color: #EBEBEB;
}

.p-home_menu__cont:nth-of-type(even) {
  background-color: #54585C;
}

.p-home_menu__box:before {
  content: none;
}

.p-home_menu__box {
  color: #54585C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6.5rem 0;
}
@media screen and (max-width: 757px) {
  .p-home_menu__box {
    padding: 4.5rem 0;
  }
}
@media screen and (max-width: 575px) {
  .p-home_menu__box {
    padding: 3rem 0;
  }
}

.p-home_menu__box:hover {
  opacity: 0.5;
}

.p-home_menu__title {
  font-size: 4rem;
  font-weight: 500;
  color: #54585C;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home_menu__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .p-home_menu__title {
    font-size: 2rem;
  }
}

.p-home_menu__title > em {
  font-style: normal;
}

.p-home_menu__title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 575px) {
  .p-home_menu__title span {
    font-size: 1.1rem;
  }
}

.p-home_menu__title--white {
  color: #fff;
}

.p-home_menu__btn {
  margin-top: 2.5rem;
  text-align: center;
}

.l-footer__link,
.l-footer__link.-child {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
}

.l-header__link span,
.l-header__tel span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.l-header__tel {
  font-size: 2rem;
}

.p-gnavi__list {
  padding: 1.4rem 7.6rem;
}

.p-gnavi__link em {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 2.4rem;
}

.p-gnavi__link span {
  font-weight: 300;
  font-size: 1.2rem;
}

.l-header__menu {
  top: 9.6rem;
  right: 8rem;
}

@media screen and (max-width: 575px) {
  .c-section {
    padding: 5rem 0;
  }
}/*# sourceMappingURL=style.css.map */