.apploachSect {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .apploachSect {
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .apploachSect {
    margin-right: auto;
    width: calc(1220px);
  }
}

@media screen and (max-width: 768px) {
  .apploachSect__head {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .apploachSect__head + .apploachSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .apploachSect__head + .apploachSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .apploachSect__cont {
    width: 528px;
  }
}

.blockArea {
  position: relative;
}

.blockArea__bg {
  width: calc(100vw - var(--scrollbar));
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  inset: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .blockArea__bg {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .blockArea__bg {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .blockArea__bg {
    margin-left: -32px;
  }
}

.blockArea__bg:after {
  background: no-repeat center top / 100% 100%;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .blockArea__bg:after {
    background-image: url("../imgs/pc/bg-design-01@1.5x.jpg");
  }
}

@media screen and (max-width: 768px) {
  .blockArea__bg:after {
    background-image: url("../imgs/sp/bg-design-01.jpg");
  }
}

.designerSect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .designerSect__head {
    width: 998px;
  }
}

@media screen and (min-width: 768px) {
  .designerSect__head + .designerSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head + .designerSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head .enTtl {
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head .heading {
    margin-left: -56px;
    margin-right: -56px;
    text-align: center;
  }
}

.profileBox {
  background-color: rgba(244, 243, 239, 0.9);
  border: 1px solid #ccc9c2;
}

@media screen and (min-width: 768px) {
  .profileBox {
    padding: 80px 100px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox {
    margin: 0 -16px;
    padding: 40px;
  }
}

.profileBox__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .profileBox__head + .profileBox__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__head + .profileBox__cont {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__cont {
    display: grid;
    gap: 0 32px;
    grid-template-columns: .23627075351fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__visual {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__visual {
    width: 88px;
  }
}

.profileBox__company {
  border-bottom: 1px solid #ccc9c2;
}

@media screen and (min-width: 768px) {
  .profileBox__company {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__company {
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__name {
    width: calc(100% - 217px);
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name {
    width: calc(100% - 108px);
  }
}

.profileBox__name .role {
  display: block;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .profileBox__name .role {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name .role {
    font-size: 12px;
    letter-spacing: -.05em;
    line-height: 1.75;
    padding-bottom: 20px;
  }
}

.profileBox__name .ja {
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .profileBox__name .ja {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name .ja {
    font-size: 18px;
  }
}

.profileBox__name .en {
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .profileBox__name .en {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__name .en {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__desc {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .profileBox__bottom {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .profileBox__bottom {
    margin-top: 40px;
  }
}

.resultArea__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
}

.resultArea__head:before {
  aspect-ratio: 1 / 1;
  background-color: #7d6628;
  border-radius: 50%;
  content: '';
  width: 6px;
}

@media screen and (min-width: 768px) {
  .resultArea__head + .resultArea__cont {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__head + .resultArea__cont {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__cont {
    margin: 0 -56px;
  }
}

@media screen and (min-width: 768px) {
  .resultArea__cont .generalSlider .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .resultArea__cont .generalSlider .swiper-slide {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__cont .generalSlider .swiper-slide {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .resultArea__cont .generalSlider .swiper-slide .descriptionCard__head + .descriptionCard__cont .heading--small .caption {
    margin-bottom: 10px;
  }
}

.entranceArea {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .entranceArea {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .entranceArea {
    padding: 104px 0;
  }
}

.entranceArea:before {
  width: calc(100vw - var(--scrollbar));
  background: -webkit-gradient(linear, left bottom, left top, from(#122812), to(#122812));
  background: linear-gradient(0deg, #122812 0%, #122812 100%);
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .entranceArea:before {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .entranceArea:before {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .entranceArea:before {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect + .entranceSect {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect + .entranceSect {
    margin-top: 104px;
  }
}

.entranceSect:nth-child(odd) {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .entranceSect:nth-child(odd) {
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .entranceSect:nth-child(odd) {
    margin-right: auto;
    width: calc(1220px);
  }
}

.entranceSect:nth-child(even) {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .entranceSect:nth-child(even) {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(1220px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .entranceSect:nth-child(even) {
    margin-left: auto;
    width: calc(1220px);
  }
}

@media screen and (min-width: 768px) {
  .entranceSect:nth-child(even) .entranceSect__cont {
    margin-left: 220px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head {
    margin-left: -32px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .entranceSect__cont {
    width: 528px;
  }
}

.entranceSect__cont .headingCombi .heading {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .facadeSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 57px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.facadeSect__head {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .facadeSect__head {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(748px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .facadeSect__head {
    margin-left: auto;
    width: calc(748px);
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__head {
    margin-left: -32px;
    width: 318px;
  }
}

@media screen and (max-width: 768px) {
  .facadeSect__head + .facadeSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .facadeSect__cont {
    width: 415px;
  }
}

.facilitySect {
  position: relative;
}

@media screen and (min-width: 768px) {
  .facilitySect {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect {
    padding: 104px 0;
  }
}

.facilitySect__bg {
  width: calc(100vw - var(--scrollbar));
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  inset: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .facilitySect__bg {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .facilitySect__bg {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__bg {
    margin-left: -32px;
  }
}

.facilitySect__bg:after {
  background: no-repeat center top / 100% 100%;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .facilitySect__bg:after {
    background-image: url("../imgs/pc/bg-design-02@1.5x.jpg");
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__bg:after {
    background-image: url("../imgs/sp/bg-design-02.jpg");
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 40px;
  }
}

.facilitySect__cont {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .facilitySect__cont {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .facilitySect__cont {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont {
    margin-left: -32px;
  }
}

@media screen and (min-width: 768px) {
  .facilitySect__cont .generalSlider .swiper-slide {
    width: calc(336 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__cont .generalSlider .swiper-slide {
    width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.introductionSect__head {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .introductionSect__head {
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(748px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .introductionSect__head {
    margin-right: auto;
    width: calc(748px);
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head {
    margin-left: auto;
    margin-right: -32px;
    width: calc(100vw - 32px);
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head .photo {
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont {
    width: 370px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__bottom {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__bottom {
    margin-top: 104px;
  }
}

.introductionSect__bottom .swipeFigure__body {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .introductionSect__bottom .swipeFigure__body {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .introductionSect__bottom .swipeFigure__body {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__bottom .swipeFigure__body {
    margin-left: -32px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__bottom .swipeFigure__body {
    height: 194px;
  }
}

.introductionSect__bottom .swipeFigure__capOut {
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .landscapeSect__head + .landscapeSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__head + .landscapeSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__cont {
    margin: 0 -32px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__cont .photo__capIn {
    bottom: -20px;
  }
}

@media screen and (min-width: 768px) {
  .landscapeSect__cont + .landscapeSect__bottom {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__cont + .landscapeSect__bottom {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__bottom .subSect {
    margin: 0 -17px;
  }
}

@media screen and (min-width: 768px) {
  .landscapeSect__bottom .subSect__head + .subSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__bottom .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

.landscapeSect__bottom .subSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .landscapeSect__bottom .subSect__cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.landscapeSect__bottom .subSect__cont + .caption {
  color: #0d0d0c;
  margin-top: 10px;
  text-align: right;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .landscapeSect__bottom .subSect__item {
    width: 227px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSect__bottom .subSect__item {
    width: 164px;
  }
}

@media screen and (min-width: 768px) {
  .design-introduction {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .design-introduction {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .design-facade {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .design-facade {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .design-apploach {
    padding: 180px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .design-apploach {
    padding: 104px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-designer {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-designer {
    padding: 104px 0;
  }
}

@media screen and (min-width: 768px) {
  .design-landscape {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .design-landscape {
    padding: 104px 0;
  }
}
