main {
  margin: 0 auto;
}

.carousel .carousel-item {
  position: relative;
  z-index: 1;
  opacity: 0.1;
  transition: 0.3s;
}

.carousel .carousel-item p {
  position: absolute;
  z-index: 2;
  font-family: 'Noto Serif JP';
  font-size: 2.36rem;
  margin: auto;
}

@media all and (max-width: 990px) {
  .carousel .carousel-item p {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 768px) {
  .carousel .carousel-item p {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 680px) {
  .carousel .carousel-item p {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 480px) {
  .carousel .carousel-item p {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 320px) {
  .carousel .carousel-item p {
    font-size: 1.0rem;
  }
}

.carousel .carousel-item p span {
  display: block;
  margin: 0 0 4.6%;
  /*        margin: 1.75rem 0; */
}

.carousel .carousel-item:nth-of-type(1) p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  top: 40%;
  left: 0;
  right: 0;
}

.carousel .carousel-item:nth-of-type(2) {
  /*
      p {
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
        text-align: left;
        top: 5%;
        left: 5%;
      }
      */
}

.carousel .carousel-item:nth-of-type(2) p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: left;
  top: 5%;
  left: 5%;
}

.carousel .carousel-item:nth-of-type(3) p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  top: 15%;
  right: 5%;
}

.carousel .carousel-item:nth-of-type(4) p {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  text-align: center;
  top: 6%;
  right: 10%;
}

.carousel .carousel-item:nth-of-type(5) p {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  top: 25%;
  right: 5%;
}

.carousel .carousel-item:nth-of-type(6) p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
  bottom: 30%;
  left: 8%;
}

.carousel .carousel-item:nth-of-type(7) p {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  text-align: center;
  top: 4%;
  left: 0;
  right: 4%;
}

.carousel .carousel-item picture {
  position: relative;
  overflow: hidden;
  display: block;
  height: 800px;
}

@media all and (max-width: 990px) {
  .carousel .carousel-item picture {
    height: 600px;
  }
}

@media all and (max-width: 768px) {
  .carousel .carousel-item picture {
    height: 480px;
  }
}

@media all and (max-width: 680px) {
  .carousel .carousel-item picture {
    height: 360px;
  }
}

@media all and (max-width: 480px) {
  .carousel .carousel-item picture {
    height: 50vh;
  }
}

.carousel .carousel-item picture img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carousel .active {
  opacity: 1;
}

.section {
  position: relative;
  z-index: 1;
}

.section > span {
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.3);
  font-size: 2.4rem;
}

@media all and (max-width: 480px) {
  .section > span {
    font-size: 1.8rem;
  }
}

.section .col:first-of-type {
  position: absolute;
  z-index: 3;
}

.section .heading,
.section .heading-sub {
  font-family: 'Noto Serif JP';
}

.section .heading {
  font-size: 2.36rem;
  line-height: 1.4rem;
}

@media all and (max-width: 990px) {
  .section .heading {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 480px) {
  .section .heading {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 320px) {
  .section .heading {
    font-size: 1.3rem;
  }
}

.section .heading .heading-sub {
  /*     padding: 0 0 0 0.5rem;*/
}

.section .heading span {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.5rem;
  /*      padding: 0 .3rem;*/
}

.section .heading-sub {
  font-size: 1.4rem;
  /*    padding: 0 0 0 0.3rem;*/
}

@media all and (max-width: 990px) {
  .section .heading-sub {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 480px) {
  .section .heading-sub {
    font-size: 1.1rem;
  }
}

.section .text {
  font-size: 1rem;
  display: inline-block;
  /*    padding: 0 0 0 0.5rem;*/
}

.section .text span {
  display: inline;
}

@media all and (max-width: 990px) {
  .section .text span {
    font-weight: bold;
  }
}

@media all and (max-width: 990px) {
  .section .text {
    font-size: 0.9rem;
    line-height: 1.48rem;
  }
}

@media all and (max-width: 480px) {
  .section .text {
    font-size: 0.8rem;
  }
}

.company,
.works,
.real-estate {
  height: 20rem;
}

@media all and (max-width: 990px) {
  .company,
  .works,
  .real-estate {
    height: 18rem;
  }
}

@media all and (max-width: 768px) {
  .company,
  .works,
  .real-estate {
    height: 18rem;
  }
}

.company .heading,
.works .heading,
.real-estate .heading {
  margin: 0.5rem 0 4%;
}

.company > span,
.works > span,
.real-estate > span {
  bottom: 8%;
  left: 3.2%;
}

.company .col,
.works .col,
.real-estate .col {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 2.6%;
  /*
    @media all and (max-width: 990px) {
      padding: 2.6% 28.6% 0 2.6%;
    }

    @media all and (max-width: 768px) {
      padding: 1.3% 2.6% 0 2.6%;
    }
*/
}

.real-estate > span {
  bottom: 4rem;
  left: 2.5rem;
}

.company {
  background: url(/img/main-header-campany.png) no-repeat;
  background-size: cover;
}

.consept,
.houses {
  background: #E9E9E9;
  height: 30rem;
}

@media all and (max-width: 990px) {
  .consept,
  .houses {
    height: 20rem;
  }
}

@media all and (max-width: 768px) {
  .consept,
  .houses {
    height: 18rem;
  }
}

.consept .heading,
.houses .heading {
  margin: 0.5rem 0 6%;
  padding-top: 4.6%;
}

@media all and (max-width: 990px) {
  .consept .heading,
  .houses .heading {
    padding-top: 0;
    margin: 0.5rem 0 4%;
  }
}

.consept .section-bg,
.houses .section-bg {
  height: 100%;
}

.consept .text {
  padding-right: 1.68rem;
}

.consept .section-bg {
  background: url(/img/main-header-consept.png) no-repeat;
  background-size: cover;
}

@media all and (max-width: 990px) {
  .consept {
    background: url(/img/main-header-consept.png) no-repeat;
    background-size: cover;
  }
}

@media all and (max-width: 990px) {
  .consept {
    background: url(/img/main-header-consept.png) no-repeat 0 50%;
    background-size: 120%;
  }
}

@media all and (max-width: 480px) {
  .consept {
    background-size: 200%;
  }
}

.consept .col-6:first-of-type {
  position: relative;
  z-index: 1;
}

.consept .col-6:first-of-type span {
  top: 14rem;
  right: 2rem;
  position: absolute;
  z-index: 2;
  color: rgba(0, 0, 0, 0.5);
  font-size: 2.4rem;
}

@media all and (max-width: 990px) {
  .consept .col-6:first-of-type {
    display: none;
  }
}

@media all and (max-width: 990px) {
  .consept .col-6:last-of-type {
    width: 100%;
    background: linear-gradient(155.53447deg, rgba(255, 255, 255, 0.8) 45.33157%, rgba(255, 255, 255, 0.00416667) 87.77188%, rgba(255, 255, 255, 0) 87.77188%);
    padding: 2.6%;
  }
}

@media all and (max-width: 990px) {
  .houses {
    background: url(/img/main-header-houses.png) no-repeat;
    background-size: cover;
  }
}

@media all and (max-width: 990px) {
  .houses {
    background-size: 160%;
  }
}

.houses .heading,
.houses .heading-sub,
.houses .text {
  padding-left: 1.4rem;
}

@media all and (max-width: 990px) {
  .houses .heading,
  .houses .heading-sub,
  .houses .text {
    padding-left: 0;
  }
}

.houses .text {
  /*    padding-right: 1.6rem; */
}

.houses .text span {
  display: block;
}

@media all and (max-width: 990px) {
  .houses .text span {
    display: inline;
  }
}

.houses .section-bg {
  background: url(/img/main-header-houses.png) no-repeat;
  background-size: cover;
}

@media all and (max-width: 990px) {
  .houses .col-6:first-of-type {
    width: 100%;
    background: linear-gradient(155.53447deg, rgba(255, 255, 255, 0.4) 45.33157%, rgba(255, 255, 255, 0.00416667) 87.77188%, rgba(255, 255, 255, 0) 87.77188%);
    padding: 2.6%;
  }
}

.houses .col-6:last-of-type {
  position: relative;
  z-index: 1;
}

.houses .col-6:last-of-type span {
  top: 1.5rem;
  left: 2.5rem;
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.3);
  font-size: 2.4rem;
}

@media all and (max-width: 990px) {
  .houses .col-6:last-of-type {
    display: none;
  }
}

.name-sp {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.4rem;
  margin: 6% 0 -6%;
  display: none;
}

@media all and (max-width: 480px) {
  .name-sp {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 990px) {
  .name-sp {
    display: block;
  }
}

.consept .name-sp {
  color: rgba(0, 0, 0, 0.2);
}

.works {
  background: url(/img/main-header-works.png) no-repeat;
  background-size: 110%;
}

@media all and (max-width: 990px) {
  .works {
    background-size: 160%;
  }
}

@media all and (max-width: 479px) {
  .works {
    background-size: 160%;
  }
}

.works .col .text {
  padding-right: 10rem;
}

@media all and (max-width: 990px) {
  .works .col .text {
    padding-right: 0;
  }
}

.works-list {
  background: #E9E9E9;
  padding: 0 0 2rem;
}

.works-list div section {
  padding: 6% 6% 0;
}

.works-list div section h3,
.works-list div section .list-name {
  text-align: center;
  display: block;
}

.works-list div section h3 {
  font-family: 'Noto Serif JP';
  font-weight: bold;
  font-size: 1.4rem;
}

@media all and (max-width: 990px) {
  .works-list div section h3 {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 768px) {
  .works-list div section h3 {
    font-size: 1.0rem;
  }
}

.works-list div section .list-name {
  margin: 2% auto;
  font-size: 0.9rem;
}

@media all and (max-width: 990px) {
  .works-list div section .list-name {
    font-size: 0.7rem;
  }
}

.works-list div section a {
  color: #000;
  text-decoration: none;
  display: block;
  transition: 0.2s;
}

.works-list div section a:hover figure {
  border: black 4px solid;
  overflow: hidden;
}

.works-list div section a:hover figure img {
  opacity: 0.8;
  transition: 0.2s;
}

.works-list div section a figure {
  background: #fff;
  box-shadow: 0 0.05rem 0.4rem 0.05rem rgba(0, 0, 0, 0.05);
  border: rgba(255, 255, 255, 0) 4px solid;
  transition: 0.2s;
  min-height: 100%;
}

@media all and (max-width: 1280px) {
  .works-list div section a figure {
    min-height: 27.8rem;
  }
}

@media all and (max-width: 990px) {
  .works-list div section a figure {
    min-height: 25.8rem;
  }
}

@media all and (max-width: 820px) {
  .works-list div section a figure {
    min-height: 24.4rem;
  }
}

@media all and (max-width: 768px) {
  .works-list div section a figure {
    min-height: 22.4rem;
  }
}

.works-list div section a figure figcaption {
  padding: 1rem 0.75rem 0;
}

.works-list div section a figure figcaption .heading {
  font-size: 1.3rem;
  text-align: center;
}

@media all and (max-width: 990px) {
  .works-list div section a figure figcaption .heading {
    font-size: 1.1rem;
  }
}

@media all and (max-width: 768px) {
  .works-list div section a figure figcaption .heading {
    font-size: 1.0rem;
  }
}

.works-list div section a figure figcaption .text {
  font-size: 0.88rem;
}

@media all and (max-width: 768px) {
  .works-list div section a figure figcaption .text {
    font-size: 0.8rem;
  }
}

.works-list div .works-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.works-list div .works-link a {
  position: relative;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 50%;
  display: block;
  transition: 0.2s;
  opacity: 0.8;
}

@media all and (max-width: 768px) {
  .works-list div .works-link a {
    font-size: 1.0rem;
  }
}

.works-list div .works-link a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  right: 0;
  bottom: -1rem;
  left: 0;
  margin: 0 auto;
  display: block;
  transition: 0.2s;
  opacity: 0;
}

.works-list div .works-link a svg {
  width: 4rem;
  margin: 0 0 1rem;
}

@media all and (max-width: 768px) {
  .works-list div .works-link a svg {
    width: 2.6rem;
  }
}

.works-list div .works-link a span {
  display: block;
}

.works-list div .works-link a:hover {
  opacity: 1;
}

.works-list div .works-link a:hover::before {
  background: #000;
  width: 60%;
  opacity: 1;
}

.real-estate {
  height: 26rem;
  background: url(/img/main-header-real-estate.png) no-repeat 0 60%;
  background-size: cover;
}

@media all and (max-width: 990px) {
  .real-estate {
    height: 18rem;
  }
}

@media all and (max-width: 768px) {
  .real-estate {
    height: 18rem;
  }
}

@media all and (max-width: 768px) {
  .real-estate {
    background-size: 180%;
  }
}

.real-estate .col {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 2.6%;
}

@media all and (max-width: 768px) {
  .real-estate > span {
    bottom: 8%;
    left: 3.2%;
  }
}
/*# sourceMappingURL=index.css.map */