@charset "UTF-8";
/*----------------------------------
  共通要素
-----------------------------------*/
@media (max-width: 1200px) {
  .mid {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .tab {
    display: none !important;
  }
}
/* MV */
.mvHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1540/800;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.mvHeader::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .mvHeader {
    aspect-ratio: 1540/1600;
  }
}

.mvHeader__one {
  width: 100%;
  aspect-ratio: 1540/800;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.mvHeader__one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mvHeader__one::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .mvHeader__one {
    aspect-ratio: 1540/1600;
  }
}

.mvHeader__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mvHeader__row--top {
  height: 48.75%;
}
.mvHeader__row--bottom {
  height: 51.25%;
}

.mvHeader__item {
  height: 100%;
}
.mvHeader__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mvHeader__headWrap {
  position: absolute;
  top: 18.625%;
  left: 0;
  width: 685px;
  height: 480px;
  background: #faf6ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .mvHeader__headWrap {
    width: 42.8125vw;
    height: 30vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__headWrap {
    top: 50%;
    translate: 0 -50%;
    width: 54.6875vw;
    height: 46.875vw;
    left: -2px;
  }
}
.mvHeader__headWrap--right {
  left: auto;
  right: 0;
}

.mvHeader__head {
  margin-left: 120px;
}
@media (max-width: 1600px) {
  .mvHeader__head {
    margin-left: 7.5vw;
  }
}
.mvHeader__head--logo .mvHeader__head-mainTitle {
  font-size: 50px;
  line-height: 1.42;
}
@media (max-width: 768px) {
  .mvHeader__head.--left {
    margin-left: 3.75vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__head.--left .mvHeader__head-mainTitle {
    font-size: 3.2552083333vw;
  }
}

.mvHeader__head-mainTitle {
  display: block;
  font-family: var(--font-tsukushi-a-old-mincho);
  font-weight: normal;
  font-size: 36px;
  line-height: 1.66;
}
@media (max-width: 1600px) {
  .mvHeader__head-mainTitle {
    font-size: 2.25vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__head-mainTitle {
    font-size: 4.1666666667vw;
  }
}

.mvHeader__head-subTitle {
  display: block;
  margin-top: 43px;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .mvHeader__head-subTitle {
    margin-top: 2.6875vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__head-subTitle {
    font-size: 2.6041666667vw;
  }
}

.mvHeader__logoHead {
  margin-left: 120px;
}
@media (max-width: 1600px) {
  .mvHeader__logoHead {
    margin-left: 7.5vw;
  }
}

.mvHeader__logoTitle {
  display: block;
  font-family: var(--font-tsukushi-a-old-mincho);
  font-weight: normal;
}
.mvHeader__logoTitle.--50 {
  font-size: 50px;
  line-height: 1.41;
}
@media (max-width: 1600px) {
  .mvHeader__logoTitle.--50 {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoTitle.--50 {
    font-size: 4.6875vw;
    line-height: 1.5;
  }
}
.mvHeader__logoTitle.--40 {
  font-size: 40px;
  line-height: 1.541;
}
@media (max-width: 1600px) {
  .mvHeader__logoTitle.--40 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoTitle.--40 {
    font-size: 3.90625vw;
  }
}
.mvHeader__logoTitle.--30 {
  font-size: 30px;
  line-height: 1.8166;
}
@media (max-width: 1600px) {
  .mvHeader__logoTitle.--30 {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoTitle.--30 {
    font-size: 3.2552083333vw;
    line-height: 1.5;
  }
}
.mvHeader__logoTitle.--24 {
  font-size: 24px;
  line-height: 1.93;
}
@media (max-width: 1600px) {
  .mvHeader__logoTitle.--24 {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoTitle.--24 {
    font-size: 2.6041666667vw;
    line-height: 1.64;
  }
}
.mvHeader__logoTitle.--18 {
  font-size: 18px;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .mvHeader__logoTitle.--18 {
    font-size: 2.6041666667vw;
    line-height: 1.64;
  }
}

.mvHeader__logoWrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .mvHeader__logoWrap {
    margin-top: 15px;
    row-gap: 10px;
  }
}

.mvHeader__logoSubtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166;
}
@media (max-width: 768px) {
  .mvHeader__logoSubtitle {
    font-size: 2.6041666667vw;
  }
}

.mvHeader__logoMark {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

/* MV下 */
.vision {
  -webkit-margin-before: 123px;
  margin-block-start: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
/* @media (min-width: 1001px) {
  .vision {
    overflow: hidden;
  }
} */
@media (max-width: 1000px) {
  .vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .vision {
    -webkit-margin-before: 90px;
    margin-block-start: 90px;
  }
}

.vision__imgWrap {
  width: calc(50% + 74px + 50vw - 50%);
  margin-left: calc(50% - 50vw);
  height: 720px;
}

.vision__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .vision__imgWrap {
    width: 100vw;
    height: auto;
    aspect-ratio: 874/720;
    margin-inline: calc(50% - 50vw);
  }
}

.vision-imgWrap--multiple {
  position: relative;
  height: auto;
  aspect-ratio: 874/720;
}
.vision-imgWrap--multiple img:not(:first-child) {
  position: absolute;
  object-fit: cover;
}
.vision__textWrap {
  width: 36.1111111111%;
}
@media (max-width: 1000px) {
  .vision__textWrap {
    width: min(540px, 100%);
    /* text-align: center; */
  }
}

.vision__text {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .vision__text {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .vision__text {
    font-size: 1.3vw;
  }
}
@media (max-width: 460px) {
  .vision__text {
    font-size: 12px;
  }
}
.vision__text.--lh30 {
  line-height: 1.875;
}

.vision__head {
  font-family: var(--font-tsukushi-a-old-mincho);
  font-size: 30px;
  font-weight: normal;
  line-height: 1.65;
  margin-bottom: 38px;
}

/* サービス */
.details {
  margin-top: 140px;
}
@media (max-width: 768px) {
  .details {
    margin-top: 90px;
  }
}

.details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .details__wrapper {
    margin-top: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .details__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
}

.details__content {
  width: min(600px, 54.5454545455%);
  margin-top: 54px;
}
@media (max-width: 1000px) {
  .details__content {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .details__content {
    width: auto;
    max-width: 600px;
  }
}

.details__head {
  font-family: var(--font-tsukushi-a-old-mincho);
  font-size: 80px;
  font-weight: normal;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .details__head {
    font-size: 50px;
  }
}

.details__text {
  margin-top: 59px;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .details__text {
    margin-top: 40px;
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .details__text {
    font-size: 12px;
  }
}

.details__imgWrap {
  width: min(530px, 48.1818181818%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 26px;
}
@media (max-width: 768px) {
  .details__imgWrap {
    width: auto;
    max-width: 600px;
    row-gap: 18px;
  }
}

.details__imgTop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.details__imgBottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}
.details__imgBottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .details__imgBottom {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

/* プロジェクトプロセス */
.details__process {
  margin-top: 194px;
}
@media (max-width: 768px) {
  .details__process {
    margin-top: 90px;
  }
}

.process {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 54px 60px 80px;
}
@media (max-width: 768px) {
  .process {
    padding: 36px 36px 54px;
  }
}
.process.--pd80 {
  padding: 80px 60px;
}

.process__wrapper {
  width: min(950px, 100%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 42px;
}
@media (max-width: 768px) {
  .process__wrapper {
    row-gap: 36px;
  }
}

.process__head {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .process__head {
    font-size: 18px;
  }
}

.process__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .process__text {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .process__text {
    font-size: 12px;
  }
}

/* プロセスチャート */
.process__items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .process__items {
    row-gap: 14px;
  }
}

.process__item {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 85px;
  -moz-column-gap: 85px;
  column-gap: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .process__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 12px;
  }
}

.chart {
  -webkit-padding-after: 12px;
  padding-block-end: 12px;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  position: relative;
}
.chart::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #a8904c 0px,
    #a8904c 1px,
    transparent 1px,
    transparent 3px
  );
}
@media (max-width: 1000px) {
  .chart {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }
}

.chart__step {
  width: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart__title {
  font-size: 18px;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .chart__title {
    font-size: 16px;
  }
}

.chart__description {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .chart__description {
    font-size: 14px;
  }
}

.chart__contentWrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 600px) {
  .chart__contentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.chart__content {
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
.chart__content.--first {
  width: 245px;
}
@media (max-width: 768px) {
  .chart__content.--first {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .chart__content {
    font-size: 14px;
  }
}

/* 施工実績 */
.projects {
  margin-top: 194px;
}
@media (max-width: 768px) {
  .projects {
    margin-top: 90px;
  }
}

.projects__head {
  width: min(280px, 100%);
  height: 45px;
  background: var(--main-color-dark);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #faf6ef;
  font-weight: 500;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .projects__head {
    font-size: 16px;
  }
}

.projects__items {
  list-style: none;
  margin-top: 70px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
  row-gap: 66px;
}
@media (max-width: 1000px) {
  .projects__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .projects__items {
    max-width: 600px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
}

.projects__item {
  list-style-type: none;
}

/* 施工実績（カード） */
.worksCard {
  display: block;
}
.worksCard:hover .worksCard__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.worksCard__img {
  overflow: hidden;
  width: auto;
  height: auto;
  aspect-ratio: 383/240;
}
.worksCard__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.worksCard__meta {
  width: auto;
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
}
@media (max-width: 768px) {
  .worksCard__meta {
    margin-top: 12px;
    font-size: 14px;
  }
}

/* 公式サイトへのリンク */
.officialLink {
  margin-top: 160px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 30px;
}
@media (max-width: 539px) {
  .officialLink {
    width: auto;
    margin-top: 90px;
  }
}

.officialLink__button {
  display: inline-block;
  width: 479px;
  height: 80px;
  border: solid 1px var(--main-color-dark);
  background-color: #faf6ef;
  border-radius: 9999px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 539px) {
  .officialLink__button {
    width: 100%;
    height: 14.84vw;
  }
}
.officialLink__button:hover {
  background-color: var(--main-color-dark);
  color: #faf6ef;
}
.officialLink__button:hover .officialLink__icon svg path {
  fill: #faf6ef;
}

.officialLink__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 539px) {
  .officialLink__text {
    font-size: 3.339vw;
    -webkit-column-gap: 3.2vw;
    -moz-column-gap: 3.2vw;
    column-gap: 3.2vw;
  }
}

.officialLink__icon {
  width: 15px;
  height: 15px;
}
.officialLink__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.officialLink__icon svg path {
  fill: var(--main-color-dark);
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (max-width: 539px) {
  .officialLink__icon {
    width: 2.78vw;
    height: 2.78vw;
  }
}

.inner-1000 {
  max-width: 1060px;
  margin-inline: auto;
  padding-inline: 30px;
}

.inner-1260 {
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: 30px;
}

.inner-1200 {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 30px;
}

.inner-1500 {
  max-width: 1500px;
  margin-inline: auto;
  padding-inline: 30px;
}

.js-parallax-wrapper {
  overflow: hidden;
}

.js-parallax-wrapper img {
  --parallax-progress: 0;
  height: calc(100% + 100px);
  translate: 0 calc((1 - var(--parallax-progress)) * -100px);
  object-fit: cover;
  object-position: center;
}

/*----------------------------------
  ページ別要素
-----------------------------------*/
/* 事業一覧 */
body.services .padding-header {
  padding-top: 165px;
}
@media (max-width: 768px) {
  body.services .padding-header {
    padding-top: 100px;
  }
}
body.services .main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}
@media (max-width: 768px) {
  body.services .main-visual {
    padding: 0 20px;
  }
}

body.services .mvHeader__item {
  --gallery-gap: 0px;
}

body.services .mvHeader__row--top .mvHeader__item {
  animation: infinity-scroll-left 70s linear infinite;
}
body.services .mvHeader__row--bottom .mvHeader__item {
  animation: infinity-scroll-left 35s linear infinite;
}

body.services .mvHeader__item img {
  width: auto;
  max-width: none;
}

/* body.services .mvHeader__row--top .mvHeader__item:nth-of-type(1) {
  width: 17.7272727273%;
}
@media (max-width: 768px) {
  body.services .mvHeader__row--top .mvHeader__item:nth-of-type(1) {
    width: 35%;
  }
}
body.services .mvHeader__row--top .mvHeader__item:nth-of-type(2) {
  width: 25.3246753247%;
}
body.services .mvHeader__row--top .mvHeader__item:nth-of-type(3) {
  width: 25.974025974%;
}
body.services .mvHeader__row--top .mvHeader__item:nth-of-type(4) {
  width: 30.974025974%;
}
@media (max-width: 768px) {
  body.services .mvHeader__row--top .mvHeader__item:nth-of-type(4) {
    width: 65%;
  }
}
body.services .mvHeader__row--bottom .mvHeader__item:nth-of-type(1) {
  width: 18.1818181818%;
}
@media (max-width: 768px) {
  body.services .mvHeader__row--bottom .mvHeader__item:nth-of-type(1) {
    width: 35%;
  }
}
body.services .mvHeader__row--bottom .mvHeader__item:nth-of-type(2) {
  width: 17.3376623377%;
}
body.services .mvHeader__row--bottom .mvHeader__item:nth-of-type(3) {
  width: 27.2727272727%;
}
@media (max-width: 768px) {
  body.services .mvHeader__row--bottom .mvHeader__item:nth-of-type(3) {
    width: 42%;
  }
}
body.services .mvHeader__row--bottom .mvHeader__item:nth-of-type(4) {
  width: 25.974025974%;
}
body.services .mvHeader__row--bottom .mvHeader__item:nth-of-type(5) {
  width: 11.2337662338%;
}
@media (max-width: 768px) {
  body.services .mvHeader__row--bottom .mvHeader__item:nth-of-type(5) {
    width: 23%;
  }
} */

.mvHeader__titleWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -62.5%);
  transform: translate(-50%, -62.5%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
}

.mvHeader__title {
  font-family: var(--font-tsukushi-a-old-mincho);
  font-weight: normal;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.6;
}
@media (max-width: 1600px) {
  .mvHeader__title {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__title {
    font-size: 5.2083333333vw;
  }
}

.serviceList {
  -webkit-padding-before: 125px;
  padding-block-start: 125px;
}
@media (max-width: 768px) {
  .serviceList {
    -webkit-padding-before: 100px;
    padding-block-start: 100px;
  }
}

.serviceList__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.serviceList__title {
  font-size: 40px;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .serviceList__title {
    font-size: 36px;
  }
}

.serviceList__items {
  list-style: none;
  margin-top: 98px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 80px;
}
@media (max-width: 1060px) {
  .serviceList__items {
    -webkit-column-gap: max(100% - 900px, 30px);
    -moz-column-gap: max(100% - 900px, 30px);
    column-gap: max(100% - 900px, 30px);
  }
}
@media (max-width: 768px) {
  .serviceList__items {
    margin-top: 72px;
    row-gap: 36px;
  }
}

.serviceList__item {
  list-style-type: none;
  width: 450px;
}
@media (max-width: 990px) {
  .serviceList__item {
    width: auto;
  }
}

.serviceCard {
  display: block;
  height: 300px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.serviceCard:hover {
  background-color: #f2ece1;
}
.serviceCard:hover .serviceCard__textWrap {
  background-color: #586d76;
}
@media (max-width: 768px) {
  .serviceCard {
    height: 270px;
  }
}

.serviceCard__head {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.serviceCard__icon {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.serviceCard__icon img {
  translate: 0 12px;
}

.serviceCard__title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 23px;
  text-align: center;
}

.serviceCard__textWrap {
  width: 100%;
  height: 126px;
  background-color: var(--main-color-dark);
  padding-inline: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.serviceCard__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 990px) {
  .serviceCard__text {
    font-size: 1.6161vw;
  }
}
@media (max-width: 768px) {
  .serviceCard__text {
    font-size: max(2.0833333333vw, 12px);
  }
}

/* 建装事業 */
body.construction .padding-header {
  padding-top: 165px;
}
@media (max-width: 768px) {
  body.construction .padding-header {
    padding-top: 100px;
  }
}
body.construction .main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}
@media (max-width: 768px) {
  body.construction .main-visual {
    padding: 0 20px;
  }
}

body.construction .mvHeader__item {
  --gallery-gap: 0px;
}

body.construction .mvHeader__row--top .mvHeader__item {
  animation: infinity-scroll-left 70s linear infinite;
}
body.construction .mvHeader__row--bottom .mvHeader__item {
  animation: infinity-scroll-left 35s linear infinite;
}

body.construction .mvHeader__item img {
  width: auto;
  max-width: none;
} /* body.construction .mvHeader__row--top .mvHeader__item:nth-of-type(1) {
  width: 17.7272727273%;
}
@media (max-width: 768px) {
  body.construction .mvHeader__row--top .mvHeader__item:nth-of-type(1) {
    width: 36%;
  }
}
body.construction .mvHeader__row--top .mvHeader__item:nth-of-type(2) {
  width: 25.3246753247%;
}
body.construction .mvHeader__row--top .mvHeader__item:nth-of-type(3) {
  width: 25.974025974%;
}
body.construction .mvHeader__row--top .mvHeader__item:nth-of-type(4) {
  width: 30.974025974%;
}
@media (max-width: 768px) {
  body.construction .mvHeader__row--top .mvHeader__item:nth-of-type(4) {
    width: 64%;
  }
}
body.construction .mvHeader__row--bottom .mvHeader__item:nth-of-type(1) {
  width: 35.5194805195%;
}
body.construction .mvHeader__row--bottom .mvHeader__item:nth-of-type(2) {
  width: 27.2727272727%;
}
@media (max-width: 768px) {
  body.construction .mvHeader__row--bottom .mvHeader__item:nth-of-type(2) {
    width: 41%;
  }
}
body.construction .mvHeader__row--bottom .mvHeader__item:nth-of-type(3) {
  width: 25.974025974%;
}
@media (max-width: 768px) {
  body.construction .mvHeader__row--bottom .mvHeader__item:nth-of-type(3) {
    width: 59%;
  }
}
body.construction .mvHeader__row--bottom .mvHeader__item:nth-of-type(4) {
  width: 11.2337662338%;
} */

/* 建築事業・家具制作 三ツ中・買取再販・開発事業・マンション管理 */
body.building .padding-header,
body.mitsunaka .padding-header,
body.estate .padding-header,
body.longitude .padding-header,
body.greenpark .padding-header {
  padding-top: 165px;
}
@media (max-width: 768px) {
  body.building .padding-header,
  body.mitsunaka .padding-header,
  body.estate .padding-header,
  body.longitude .padding-header,
  body.greenpark .padding-header {
    padding-top: 100px;
  }
}
body.building .main-visual,
body.mitsunaka .main-visual,
body.estate .main-visual,
body.longitude .main-visual,
body.greenpark .main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}
@media (max-width: 768px) {
  body.building .main-visual,
  body.mitsunaka .main-visual,
  body.estate .main-visual,
  body.longitude .main-visual,
  body.greenpark .main-visual {
    padding: 0 20px;
  }
}

.mvHeader__logoMark.--mitsunaka {
  width: 149px;
  height: 125px;
}
@media (max-width: 1600px) {
  .mvHeader__logoMark.--mitsunaka {
    width: 9.3125vw;
    height: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoMark.--mitsunaka {
    width: 13.0208333333vw;
    height: 10.9375vw;
  }
}

.mvHeader__logoMark.--estate {
  width: 406px;
  height: auto;
}
@media (max-width: 1600px) {
  .mvHeader__logoMark.--estate {
    width: 25.375vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoMark.--estate {
    width: 42.96875vw;
  }
}

/* 開発事業 */
.mvHeader__logoMark.--longitude {
  width: 232px;
  height: auto;
}
@media (max-width: 1600px) {
  .mvHeader__logoMark.--longitude {
    width: 14.5vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoMark.--longitude {
    width: 23.4375vw;
  }
}

.mvHeader__logoWrap.--longitude {
  margin-top: 16px;
}

.vision__imgWrap.--longitude img {
  -o-object-position: right bottom;
  object-position: right bottom;
}

.process__items.--longitude .process__item {
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
}
.process__items.--longitude .chart__step {
  width: 200px;
}

/* マンション管理 */
.mvHeader__logoMark.--greenpark {
  width: 233px;
  height: auto;
}
@media (max-width: 1600px) {
  .mvHeader__logoMark.--greenpark {
    width: 14.5625vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoMark.--greenpark {
    width: 30.3385416667vw;
  }
}

.visionGreen {
  -webkit-margin-before: 214px;
  margin-block-start: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1000px) {
  .visionGreen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .visionGreen {
    -webkit-margin-before: 90px;
    margin-block-start: 90px;
  }
}

.visionGreen__imgWrap {
  width: calc(34.3% + 50vw - 50%);
  margin-right: calc(50% - 50vw);
  height: 521px;
}
.visionGreen__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left bottom;
  object-position: left bottom;
}
@media (max-width: 1200px) {
  .visionGreen__imgWrap {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  .visionGreen__imgWrap {
    width: 100vw;
    height: auto;
    aspect-ratio: 780/521;
    margin-inline: calc(50% - 50vw);
  }
}

.visionGreen__textWrap {
  width: 56%;
}
@media (max-width: 1200px) {
  .visionGreen__textWrap {
    width: 55%;
  }
}
@media (max-width: 1000px) {
  .visionGreen__textWrap {
    width: min(540px, 100%);
  }
}

.visionGreen__text {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .visionGreen__text {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .visionGreen__text {
    font-size: 1.3vw;
  }
}
@media (max-width: 460px) {
  .visionGreen__text {
    font-size: 12px;
  }
}

.visionGreen-second {
  -webkit-margin-before: 147px;
  margin-block-start: 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1000px) {
  .visionGreen-second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .visionGreen-second {
    -webkit-margin-before: 90px;
    margin-block-start: 90px;
  }
}

.visionGreen-second__imgWrap {
  width: calc(32.2807017544% + 50vw - 50%);
  margin-left: calc(50% - 50vw);
  height: 531px;
}
.visionGreen-second__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .visionGreen-second__imgWrap {
    width: 43%;
  }
}
@media (max-width: 1000px) {
  .visionGreen-second__imgWrap {
    width: 100vw;
    height: auto;
    aspect-ratio: 797/531;
    margin-inline: calc(50% - 50vw);
  }
}

.visionGreen-second__textWrap {
  width: 56.1403508772%;
}
@media (max-width: 1200px) {
  .visionGreen-second__textWrap {
    width: 57%;
  }
}
@media (max-width: 1000px) {
  .visionGreen-second__textWrap {
    width: min(540px, 100%);
  }
}

.visionGreen-second__text {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .visionGreen-second__text {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .visionGreen-second__text {
    font-size: 1.3vw;
  }
}
@media (max-width: 460px) {
  .visionGreen-second__text {
    font-size: 12px;
  }
}

.visionGreen-third {
  -webkit-margin-before: 138px;
  margin-block-start: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1400px) {
  .visionGreen-third {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media (max-width: 768px) {
  .visionGreen-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .visionGreen-third {
    -webkit-margin-before: 90px;
    margin-block-start: 90px;
  }
}

.visionGreen-third__imgWrap {
  width: calc(9.5% + 50vw - 50%);
  margin-right: calc(50% - 50vw);
  height: 812px;
}
.visionGreen-third__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left bottom;
  object-position: left bottom;
}
@media (max-width: 1200px) {
  .visionGreen-third__imgWrap {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .visionGreen-third__imgWrap {
    width: 100vw;
    height: auto;
    aspect-ratio: 812/395;
    margin-inline: calc(50% - 50vw);
  }
}

.visionGreen-third__textWrap {
  -webkit-margin-before: 100px;
  margin-block-start: 100px;
  width: 68.8%;
}
@media (max-width: 1200px) {
  .visionGreen-third__textWrap {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    width: 67%;
  }
}
@media (max-width: 768px) {
  .visionGreen-third__textWrap {
    width: 100%;
  }
}

.visionGreen-third__text {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .visionGreen-third__text {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .visionGreen-third__text {
    font-size: 1.3vw;
  }
}
@media (max-width: 460px) {
  .visionGreen-third__text {
    font-size: 12px;
  }
}

.bottomImg {
  margin-top: 150px;
  width: 64.5%;
  height: auto;
  aspect-ratio: 1032/689;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .bottomImg {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .bottomImg {
    width: 100%;
  }
}
.bottomImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 空間設計 woo */
body.woo .padding-header {
  padding-top: 165px;
}
@media (max-width: 768px) {
  body.woo .padding-header {
    padding-top: 100px;
  }
}
body.woo .main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}
@media (max-width: 768px) {
  body.woo .main-visual {
    padding: 0 20px;
  }
}

body.woo .mvHeader__item {
  --gallery-gap: 0px;
}

body.woo .mvHeader__row--top .mvHeader__item {
  animation: infinity-scroll-left 70s linear infinite;
}

body.woo .mvHeader__row--bottom .mvHeader__item {
  animation: infinity-scroll-left 35s linear infinite;
}

body.woo .mvHeader__item img {
  width: auto;
  max-width: none;
}

@media (max-width: 1000px) {
  body.woo .details__imgTop {
    aspect-ratio: 530 / 327;
  }
}

.mvHeader__logoMark.--woo {
  width: 203px;
  height: auto;
}
@media (max-width: 1600px) {
  .mvHeader__logoMark.--woo {
    width: 12.6875vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoMark.--woo {
    width: 26.4322916667vw;
  }
}

.process__items.--woo .process__item {
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 1000px) {
  .process__items.--woo .process__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
  }
}
.process__items.--woo .chart__step {
  width: 160px;
  -webkit-padding-before: 6px;
  padding-block-start: 6px;
}

/* 住宅リノベ事業 */
body.dear-home .padding-header {
  padding-top: 165px;
}
@media (max-width: 768px) {
  body.dear-home .padding-header {
    padding-top: 100px;
  }
}
body.dear-home .main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}
@media (max-width: 768px) {
  body.dear-home .main-visual {
    padding: 0 20px;
  }
}

body.dear-home .mvHeader__item {
  --gallery-gap: 0px;
}

body.dear-home .mvHeader__row--top .mvHeader__item {
  animation: infinity-scroll-left 70s linear infinite;
}
body.dear-home .mvHeader__row--bottom .mvHeader__item {
  animation: infinity-scroll-left 35s linear infinite;
}

body.dear-home .mvHeader__item img {
  width: auto;
  max-width: none;
}

@media (max-width: 1000px) {
  body.dear-home .details__imgTop {
    aspect-ratio: 530 / 327;
  }
}
.mvHeader__logoMark.--dear-home {
  width: 263px;
  height: auto;
}
@media (max-width: 1600px) {
  .mvHeader__logoMark.--dear-home {
    width: 16.4375vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoMark.--dear-home {
    width: 34.2447916667vw;
  }
}

.process__items.--dear-home .process__item {
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.process__items.--dear-home .chart__step {
  width: 150px;
}
@media (max-width: 768px) {
  .process__items.--dear-home .chart__step {
    width: auto;
  }
}

body.moc .padding-header {
  padding-top: 165px;
}
@media (max-width: 768px) {
  body.moc .padding-header {
    padding-top: 100px;
  }
}
body.moc .main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}
@media (max-width: 768px) {
  body.moc .main-visual {
    padding: 0 20px;
  }
}

body.moc .mvHeader__item {
  --gallery-gap: 0px;
}

body.moc .mvHeader__row--top .mvHeader__item {
  animation: infinity-scroll-left 70s linear infinite;
}
body.moc .mvHeader__row--bottom .mvHeader__item {
  animation: infinity-scroll-left 35s linear infinite;
}

body.moc .mvHeader__item img {
  width: auto;
  max-width: none;
}

/* body.moc .mvHeader__row--top .mvHeader__item:nth-of-type(1) {
  width: 17.7272727273%;
}
body.moc .mvHeader__row--top .mvHeader__item:nth-of-type(2) {
  width: 25.3246753247%;
}
@media (max-width: 768px) {
  body.moc .mvHeader__row--top .mvHeader__item:nth-of-type(2) {
    width: 48%;
  }
}
body.moc .mvHeader__row--top .mvHeader__item:nth-of-type(3) {
  width: 25.974025974%;
}
@media (max-width: 768px) {
  body.moc .mvHeader__row--top .mvHeader__item:nth-of-type(3) {
    width: 52%;
  }
}
body.moc .mvHeader__row--top .mvHeader__item:nth-of-type(4) {
  width: 30.974025974%;
}
body.moc .mvHeader__row--bottom .mvHeader__item:nth-of-type(1) {
  width: 18.1818181818%;
}
body.moc .mvHeader__row--bottom .mvHeader__item:nth-of-type(2) {
  width: 17.3376623377%;
}
@media (max-width: 768px) {
  body.moc .mvHeader__row--bottom .mvHeader__item:nth-of-type(2) {
    width: 34%;
  }
}
body.moc .mvHeader__row--bottom .mvHeader__item:nth-of-type(3) {
  width: 27.2727272727%;
}
@media (max-width: 768px) {
  body.moc .mvHeader__row--bottom .mvHeader__item:nth-of-type(3) {
    width: 40%;
  }
}
body.moc .mvHeader__row--bottom .mvHeader__item:nth-of-type(4) {
  width: 25.974025974%;
}
body.moc .mvHeader__row--bottom .mvHeader__item:nth-of-type(5) {
  width: 11.2337662338%;
}
@media (max-width: 768px) {
  body.moc .mvHeader__row--bottom .mvHeader__item:nth-of-type(5) {
    width: 26%;
  }
} */

.mvHeader__logoMark.--moc {
  width: 200px;
  height: auto;
}
@media (max-width: 1600px) {
  .mvHeader__logoMark.--moc {
    width: 12.5vw;
  }
}
@media (max-width: 768px) {
  .mvHeader__logoMark.--moc {
    width: 19.53125vw;
  }
}

.process__items.--moc .process__item {
  -webkit-column-gap: 85px;
  -moz-column-gap: 85px;
  column-gap: 85px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.process__items.--moc .chart__step {
  width: 130px;
}
@media (max-width: 768px) {
  .process__items.--moc .chart__step {
    width: auto;
  }
}
.process__items.--moc .chart__description {
  height: 50px;
}
@media (max-width: 768px) {
  .process__items.--moc .chart__description {
    height: auto;
  }
}
