@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secTopMv {
  height: 100vh;
  position: relative;
}

.secTopMv__inner {
  height: 100%;
  position: relative;
}

.secTopMv__content {
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  top: 50%;
  left: 7.9861111111vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__content {
    left: 3rem;
  }
}

.secTopMv__title--large {
  color: #FFF;
  text-shadow: 0 0.3472222222vw 2.7083333333vw rgba(0, 0, 0, 0.25);
  font-size: 6.5277777778vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25; /* 118.733px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  .secTopMv__title--large {
    text-shadow: 0 0.2rem 1.7rem rgba(0, 0, 0, 0.25);
    font-size: 3.5rem;
  }
}

.secTopMv__lead {
  margin-top: 1.25vw;
  color: #FFF;
  text-shadow: 0 0.1388888889vw 0.9722222222vw rgba(0, 0, 0, 0.25);
  font-family: "Zen Kaku Gothic New";
  font-size: 2.2916666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 43.856px */
  letter-spacing: 0.07em;
}
@media screen and (max-width: 750px) {
  .secTopMv__lead {
    margin-top: 1.6rem;
    text-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.25);
    font-size: 1.7rem;
  }
}

.secTopMv__city {
  color: #FFF;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  right: 2.7777777778vw;
  bottom: 1.3888888889vw;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secTopMv__city {
    font-size: 1.2rem;
    right: 0.9rem;
    bottom: 1.5rem;
  }
}

.secTopMv__slide {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .secTopMv__slide {
    height: 100vh;
    height: 100svh;
  }
}
.secTopMv__slide .swiper {
  height: 100%;
}
.secTopMv__slide .swiper-container {
  height: 100%;
}
.secTopMv__slide .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.secTopMv__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 7s linear;
}
.secTopMv__slide .swiper-slide.swiper-slide-active img {
  transform: scale(1.12);
}
.secTopAbout__inner {
  padding-top: 15rem;
}
@media screen and (max-width: 750px) {
  .secTopAbout__inner {
    padding-top: 3rem;
  }
}

.secTopAbout__column {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .secTopAbout__column {
    margin-left: 0;
  }
}

.columnTopAbout {
  gap: 0 11.4583333333vw;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnTopAbout {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}

.columnTopAbout__item:nth-child(1) {
  width: 34.5833333333vw;
}
@media screen and (max-width: 750px) {
  .columnTopAbout__item:nth-child(1) {
    width: 18.6rem;
  }
}

.columnTopAbout__img {
  border-radius: 1rem;
  overflow: hidden;
}

.columnTopAbout__lead {
  margin-top: 4.5rem;
  color: #333;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4; /* 43.2px */
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .columnTopAbout__lead {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.columnTopAbout__lead--item {
  display: block;
}
.columnTopAbout__lead--item + .columnTopAbout__lead--item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .columnTopAbout__lead--item + .columnTopAbout__lead--item {
    margin-top: 2rem;
  }
}

.columnTopAbout__button {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .columnTopAbout__button {
    margin: 3rem auto 0;
  }
}

.secTopAbout__gallery {
  margin-top: -17rem;
  margin-bottom: -14.2rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: 6.9444444444vw;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .secTopAbout__gallery {
    margin-top: 5rem;
    margin-bottom: -5rem;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.secTopAbout__galleryItem {
  border-radius: 1rem;
  overflow: hidden;
}
.secTopAbout__galleryItem:nth-child(1) {
  width: 44.9305555556vw;
  margin-top: 19.5833333333vw;
}
@media screen and (max-width: 750px) {
  .secTopAbout__galleryItem:nth-child(1) {
    margin-top: 0;
    width: 30.5rem;
  }
}
.secTopAbout__galleryItem:nth-child(2) {
  width: 16.3888888889vw;
  margin-left: 13.75vw;
  margin-top: 31.5277777778vw;
}
@media screen and (max-width: 750px) {
  .secTopAbout__galleryItem:nth-child(2) {
    width: 15.8rem;
    margin-left: 6.7rem;
    margin-top: 3rem;
  }
}
.secTopAbout__galleryItem:nth-child(3) {
  width: 16.875vw;
  margin-left: 1.1111111111vw;
}
@media screen and (max-width: 750px) {
  .secTopAbout__galleryItem:nth-child(3) {
    margin-top: 5rem;
    width: 14.6rem;
  }
}

.secTopWork {
  background-color: #F7F7F7;
}

.secTopWork__inner {
  padding-top: 8.5rem;
  max-width: 110rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secTopWork__inner {
    padding-top: 13rem;
  }
}

.secTopWork__lead {
  margin-top: 4rem;
  color: #333;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 30px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .secTopWork__lead {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.secTopWork__cards {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .secTopWork__cards {
    margin-top: 2.6rem;
  }
}

.cardsTopWork {
  gap: 0 5rem;
}
@media screen and (max-width: 750px) {
  .cardsTopWork {
    flex-direction: column;
    align-items: center;
    gap: 3rem 0;
  }
}

.cardsTopWork__item {
  width: 30rem;
}

.cardTopWork__img {
  border-radius: 1rem;
  overflow: hidden;
}

.cardTopWork__content {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .cardTopWork__content {
    margin-top: 1.5rem;
  }
}

.cardTopWork__title {
  color: #333;
  text-align: center;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 32.2px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .cardTopWork__title {
    font-size: 2.2rem;
  }
}

.cardTopWork__subtitle {
  margin-top: 1rem;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9; /* 34.2px */
}
@media screen and (max-width: 750px) {
  .cardTopWork__subtitle {
    margin-top: 0.2rem;
    font-size: 1.6rem;
  }
}

.cardTopWork__text {
  margin-top: 0.2rem;
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 25.5px */
}
@media screen and (max-width: 750px) {
  .cardTopWork__text {
    font-size: 1.4rem;
  }
}

.cardTopWork__button {
  width: 18.3rem;
  margin: 2.3rem auto 0;
}

.secTopWork__button {
  margin: 5rem auto 0;
}
@media screen and (max-width: 750px) {
  .secTopWork__button {
    margin-top: 4rem;
  }
}

.secTopWork__loop {
  margin-top: -9rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .secTopWork__loop {
    margin-top: -4rem;
  }
}

.secTopProject {
  position: relative;
  z-index: 10;
  margin-top: -1rem;
}

.secTopProject__head {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .secTopProject__head {
    border-radius: 0;
  }
}

.secTopProject__inner {
  max-width: 110rem;
  padding-bottom: 8rem;
  margin-top: -6rem;
}
@media screen and (max-width: 750px) {
  .secTopProject__inner {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.secTopProject__inner .titleTopSec--en {
  opacity: 0.7;
}

.secTopProject__scroll {
  margin-top: 6rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: auto;
  padding-left: calc(-50% + 50vw);
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .secTopProject__scroll {
    padding-left: 3rem;
  }
}

.secTopProject__cards {
  width: 100%;
}

.cardsTopProject {
  gap: 0 4.5rem;
}
@media screen and (max-width: 750px) {
  .cardsTopProject {
    gap: 0 1.5rem;
  }
}

.cardsTopProject__item:last-child {
  padding-right: 15.2777777778vw;
}
@media screen and (max-width: 750px) {
  .cardsTopProject__item:last-child {
    padding-right: 3rem;
  }
}

.secTopProject__button {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .secTopProject__button {
    margin: 6rem auto 0;
  }
}

.secTopHeart {
  position: relative;
}
.secTopHeart::before {
  content: "";
  display: block;
  width: calc(100% - 15.2777777778vw);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 750px) {
  .secTopHeart::before {
    width: 100%;
  }
}

.secTopHeart__inner {
  position: relative;
  z-index: 10;
  padding-top: 4rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .secTopHeart__inner {
    padding-bottom: 4rem;
  }
}

.secTopHeart__column {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .secTopHeart__column {
    margin-left: 0;
  }
}

.columnTopHeart {
  gap: 0 6.6666666667vw;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnTopHeart {
    gap: 3rem 0;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

.columnTopHeart__item:nth-child(1) {
  width: 40.8333333333vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .columnTopHeart__item:nth-child(1) {
    width: 100%;
  }
}

.columnTopHeart__img {
  border-radius: 1rem;
  overflow: hidden;
}

.columnTopHeart__text {
  margin-top: 4.5rem;
  color: #333;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4; /* 43.2px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .columnTopHeart__text {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.columnTopHeart__text--item {
  display: block;
}
.columnTopHeart__text--item + .columnTopHeart__text--item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .columnTopHeart__text--item + .columnTopHeart__text--item {
    margin-top: 2rem;
  }
}

.secTopRecruit {
  padding: 8rem;
}
@media screen and (max-width: 750px) {
  .secTopRecruit {
    padding: 5rem 1rem;
  }
}

.secTopRecruit__bg {
  background-image: url(../images/top/recruit_bg_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .secTopRecruit__bg {
    background-image: url(../images/top/sp-recruit_bg_01.jpg);
  }
}

.secTopRecruit__inner {
  padding: 6.5rem 5rem 14rem;
}
@media screen and (max-width: 750px) {
  .secTopRecruit__inner {
    padding: 3rem 1rem 6rem;
  }
}

.secTopRecruit__subtitle {
  margin-top: 4.5rem;
  color: #FFF;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 59.5px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .secTopRecruit__subtitle {
    margin-top: 3rem;
    font-size: 2.3rem;
    line-height: 1.6;
  }
}

.secTopRecruit__lead {
  margin-top: 1.6rem;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 36px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .secTopRecruit__lead {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.secTopRecruit__button {
  margin: 5rem auto 0;
  width: 24rem;
}
@media screen and (max-width: 750px) {
  .secTopRecruit__button {
    margin-top: 3rem;
  }
}