@media print, screen and (min-width: 768px) {
  .carlifeSect {
    padding-block: 120px;
  }
}

@media screen and (max-width: 768px) {
  .carlifeSect {
    padding-block: 40px;
  }
}

.carlifeSect__heading {
  text-align: center;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .carlifeSect__heading {
    margin-bottom: 40px;
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .carlifeSect__heading {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .communicationProducerSect {
    margin-top: 60px;
    max-width: 678px;
    margin-inline: auto;
  }
}

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

.communicationProducerSect__ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Amiri", "Noto Serif JP", sans-serif;
}

.communicationProducerSect__cont {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .communicationProducerSect__cont {
    grid-template: "img name txt" auto / 130px auto 1fr;
  }
}

@media screen and (max-width: 768px) {
  .communicationProducerSect__cont {
    grid-template: "img name" auto "txt txt" 1fr / 130px 1fr;
    gap: 20px 15px;
  }
}

.communicationProducerSect__img {
  grid-area: img;
}

.communicationProducerSect__name {
  grid-area: name;
  align-self: center;
}

@media print, screen and (min-width: 768px) {
  .communicationProducerSect__name {
    padding-inline: 20px 30px;
  }
}

.communicationProducerSect__nameEn {
  display: block;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .communicationProducerSect__nameEn {
    width: 200px;
  }
}

.communicationProducerSect__nameJp {
  font-size: 16px;
  line-height: 1.4;
}

.communicationProducerSect__nameJp--s {
  font-size: 14px;
}

.communicationProducerSect__txt {
  grid-area: txt;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .communicationProducerSect__txt {
    line-height: 1.71429;
  }
  .communicationProducerSect__txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .communicationProducerSect__txt:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .communicationProducerSect__txt:before, .communicationProducerSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.communitySupportSect {
  max-width: 1000px;
  margin-inline: auto;
}

.communitySupportSect__ttl {
  margin-bottom: 20px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .communitySupportSect__ttl {
    font-weight: 600;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .communitySupportSect__ttl {
    font-weight: 500;
    font-size: 16px;
  }
}

.communitySupportSect__txt {
  margin-bottom: 40px;
  line-height: 2;
}

.communitySupportSect__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.communitySupportSect__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.communitySupportSect__txt:before, .communitySupportSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .communitySupportSect__txt {
    text-align: center;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .communitySupportSect__txt {
    font-size: 14px;
  }
}

.communitySupportSect__imgs {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .communitySupportSect__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .communitySupportSect__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.communitySupportSect__imgCap {
  display: block;
  font-weight: 500;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .communitySupportSect__imgCap {
    margin-top: 4px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .communitySupportSect__imgCap {
    margin-top: 2px;
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .communitySupportSect__note {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .designerBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
}

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

.designerBlock__profile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}

@media print, screen and (min-width: 768px) {
  .designerBlock__profile {
    min-width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .designerBlock__profile {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media print, screen and (min-width: 768px) {
  .designerBlock__photo .photo {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .designerBlock__photo .photo {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .designerBlock__profileName {
    margin-bottom: 14%;
  }
}

.designerBlock__profileName .company {
  display: inline-block;
  font-size: 14px;
}

.designerBlock__profileName .name {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

.designerBlock__profileName * + .company {
  margin-top: 9px;
}

@media print, screen and (min-width: 768px) {
  .designerBlock__desc {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 768px) {
  .designerSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
}

.designerSect__head {
  color: #0073ff;
  font-family: "Amiri", "Noto Serif JP", sans-serif;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .designerSect__head {
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__head {
    font-size: calc(24 / 375 * 100vw);
    margin-top: 30px;
    text-align: left;
  }
}

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

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

.designerSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .designerSect__cont {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.designerSect__cont .txt {
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .designerSect__cont .txt {
    bottom: 0;
    left: 175px;
    position: absolute;
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__cont .txt {
    font-size: calc(13 / 375 * 100vw);
    margin-top: 20px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .designerSect__item:first-of-type {
    width: 156px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__item:first-of-type {
    width: calc(100 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .designerSect__item:nth-of-type(2) {
    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 print, screen and (min-width: 768px) {
  .designerSect__item:nth-of-type(2) .photo {
    width: 206px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__item:nth-of-type(2) .photo {
    width: calc(206 / 375 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .designerSect__item:nth-of-type(2) .company {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__item:nth-of-type(2) .company {
    font-size: 12px;
  }
}

.designerSect__item:nth-of-type(2) .name {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .designerSect__item:nth-of-type(2) .name {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .designerSect__item:nth-of-type(2) .name {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .facadeSect__head + .facadeSect__cont {
    margin-top: 64px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .facadeSect__cont .swipeFigure {
    height: 170px;
  }
}

.gardenDesignerSect {
  max-width: 1000px;
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .gardenDesignerSect {
    margin-top: 100px;
  }
}

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

.gardenDesignerSect__ttl {
  text-align: center;
  font-family: "Amiri", "Noto Serif JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .gardenDesignerSect__ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .gardenDesignerSect__ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.gardenDesignerSect__cont {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .gardenDesignerSect__cont {
    grid-template: "designer illust" auto "txt illust" 1fr / 1fr 618px;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .gardenDesignerSect__cont {
    grid-template: "designer" auto "txt" auto "illust" 1fr / 100%;
    gap: 20px 0;
  }
}

.gardenDesignerSect__designer {
  grid-area: designer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.gardenDesignerSect__img {
  width: 100px;
}

.gardenDesignerSect__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.gardenDesignerSect__company {
  margin-top: 10px;
  font-size: 14px;
}

.gardenDesignerSect__name {
  font-size: 15px;
}

.gardenDesignerSect__txt {
  grid-area: txt;
  line-height: 1.71429;
}

.gardenDesignerSect__txt:before {
  content: '';
  margin-top: calc((1 - 1.71429) * .5em);
}

.gardenDesignerSect__txt:after {
  margin-bottom: calc((1 - 1.71429) * .5em);
}

.gardenDesignerSect__txt:before, .gardenDesignerSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .gardenDesignerSect__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .gardenDesignerSect__txt {
    font-size: 14px;
  }
}

.gardenDesignerSect__illust {
  grid-area: illust;
  mix-blend-mode: multiply;
}

@media print, screen and (min-width: 768px) {
  .greenSect__head + .greenSect__cont {
    margin-top: 40px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .greenSect__cont .usableList {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.greenSect__cont .usableList__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .greenSect__cont .usableList__inner {
    gap: 32px 16px;
  }
}

@media screen and (max-width: 768px) {
  .greenSect__cont .usableList__inner {
    gap: 32px 16px;
  }
}

.greenSect__cont .usableList__item {
  width: 155px;
}

@media screen and (max-width: 768px) {
  .greenSect__cont .usableList__item .descriptionCard__visual .photo {
    border-radius: 6px;
  }
}

.landplanSect {
  counter-reset: sectionCounter;
}

.landplanSect--community {
  counter-reset: sectionCounter 3;
}

.landplanSect--garden {
  counter-reset: sectionCounter 6;
}

.landplanSect--facility {
  counter-reset: sectionCounter 8;
}

@media print, screen and (min-width: 768px) {
  .landplanSect__head + .landplanSect__cont {
    margin-top: 32px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .landplanSect__cont {
    margin: 0 auto;
    max-width: 900px;
  }
}

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

@media screen and (max-width: 768px) {
  .landplanSect__cont .swipeFigure {
    height: 520px;
  }
}

@media print, screen and (min-width: 768px) {
  .landplanSect__cont .usableList {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__cont .usableList {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .landplanSect__cont .usableList__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 32px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__cont .usableList__inner {
    gap: 32px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .landplanSect__cont .usableList__item {
    width: 425px;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__cont .usableList__item {
    padding: 0 24px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__cont .usableList__item .descriptionCard__visual .photo {
    border-radius: 6px;
  }
}

.landplanSect__cont .usableList__item .descriptionCard__body .headingCombi .heading {
  color: #0073ff;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .landplanSect__cont .usableList__item .descriptionCard__body .headingCombi .heading {
    margin-left: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__cont .usableList__item .descriptionCard__body .headingCombi .heading {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.8;
    padding-left: calc(30 / 375 * 100vw);
    text-align: left;
  }
}

.landplanSect__cont .usableList__item .descriptionCard__body .headingCombi .heading:before {
  background-color: #ff7702;
  border-radius: 50%;
  color: #ffffff;
  content: counter(sectionCounter);
  counter-increment: sectionCounter;
  display: block;
  font-family: "Amiri", "Noto Serif JP", sans-serif;
  line-height: 25px;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .landplanSect__cont .usableList__item .descriptionCard__body .headingCombi .heading:before {
    bottom: 1px;
    font-size: 20px;
    height: 25px;
    left: -30px;
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__cont .usableList__item .descriptionCard__body .headingCombi .heading:before {
    bottom: calc(8 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    left: 0;
    line-height: calc(22 / 375 * 100vw);
    text-align: center;
    width: calc(22 / 375 * 100vw);
  }
}

.landplanSect__cont .usableList__item .descriptionCard__body .headingCombi .txt {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .landplanSect__cont .usableList__item .descriptionCard__body .headingCombi .txt {
    -ms-flex-line-pack: center;
        align-content: center;
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__cont .usableList__item .descriptionCard__body .headingCombi .txt--small {
    margin-top: 10px;
  }
}

.landplanSect__ttl {
  color: #0073ff;
  font-family: "Amiri", "Noto Serif JP", sans-serif;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .landplanSect__ttl {
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .landplanSect__ttl {
    font-size: calc(24 / 375 * 100vw);
    margin-top: 30px;
    padding: 0 24px;
    text-align: left;
  }
}

.landplanSect * + .designerBlock,
.landplanSect * + .landMapBlock {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .js-loopSpSlider {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .js-loopSpSlider .js-loopSpSliderSlide {
    padding-inline: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .js-loopSpSliderArrow {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .js-loopSpSliderArrow {
    position: absolute;
    top: 20vw;
    left: 10px;
    width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
  }
  .js-loopSpSliderArrow button {
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
}

@media print, screen and (min-width: 768px) {
  .materialSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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 print, screen and (min-width: 768px) {
  .materialSect__head {
    width: 384px;
  }
}

@media print, screen and (min-width: 768px) {
  .materialSect__head + .materialSect__cont {
    margin-top: 60px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .materialSect__cont {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .materialSect__cont .photo__image {
    height: 400px;
  }
}

.materialSect__cont .photo + .caption {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .materialSect__cont .photo:nth-of-type(2) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .materialSect__cont .photo:nth-of-type(2) .photo__image {
    height: 400px;
  }
}

.plantBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  max-width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .plantBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 16px;
    gap: 40px;
  }
}

.plantBlock__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plantBlock__ttl {
  margin-bottom: 20px;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .plantBlock__ttl {
    font-size: 20px;
    line-height: calc(34/20);
  }
}

@media screen and (max-width: 768px) {
  .plantBlock__ttl {
    font-size: 16px;
    line-height: calc(34/16);
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .plantBlock__txt {
    font-size: 16px;
    line-height: 2;
  }
  .plantBlock__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .plantBlock__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .plantBlock__txt:before, .plantBlock__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .plantBlock__txt {
    line-height: 2.28571;
    font-size: 14px;
  }
  .plantBlock__txt:before {
    content: '';
    margin-top: calc((1 - 2.28571) * .5em);
  }
  .plantBlock__txt:after {
    margin-bottom: calc((1 - 2.28571) * .5em);
  }
  .plantBlock__txt:before, .plantBlock__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.plantBlock__imgs {
  display: grid;
  gap: 20px;
  width: 611px;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .plantBlock__imgs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .plantBlock__imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.plantBlock__imgNote {
  text-align: right;
  margin-top: 10px;
}

.plantBlock__imgCap {
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .plantBlock__imgCap {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .plantBlock__imgCap {
    font-size: 14px;
  }
}

.stepGridBlock {
  display: grid;
  margin-inline: auto;
  max-width: 1000px;
}

@media print, screen and (min-width: 768px) {
  .stepGridBlock {
    gap: 60px 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media print, screen and (min-width: 768px) {
  .stepBlock__img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .stepBlock__img {
    margin-bottom: 10px;
  }
}

.stepBlock__cont {
  min-height: 120px;
  position: relative;
}

.stepBlock__num {
  font-family: "Amiri", "Noto Serif JP", sans-serif;
  left: 0;
  position: absolute;
  line-height: 1;
}

.stepBlock__num:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.stepBlock__num:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.stepBlock__num:before, .stepBlock__num:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .stepBlock__num {
    font-size: 60px;
    top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .stepBlock__num {
    font-size: 52px;
    top: 0;
  }
}

.stepBlock__num:before {
  background-color: #000000;
  bottom: -6px;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}

@media print, screen and (min-width: 768px) {
  .stepBlock__num:before {
    left: -37px;
    width: 155px;
  }
}

@media screen and (max-width: 768px) {
  .stepBlock__num:before {
    left: -25px;
    width: 112px;
  }
}

.stepBlock__num:after {
  content: '05';
  font-size: 22px;
  position: absolute;
  right: -15px;
  top: 10px;
  white-space: nowrap;
}

.stepBlock__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  position: absolute;
  line-height: 1.6;
}

.stepBlock__text:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.stepBlock__text:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.stepBlock__text:before, .stepBlock__text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .stepBlock__text {
    bottom: 0;
    font-size: 18px;
    left: 55px;
  }
}

@media screen and (max-width: 768px) {
  .stepBlock__text {
    bottom: 10px;
    font-size: 16px;
    left: 50px;
    line-height: calc(1.4);
  }
}

.stepBlock__text .large {
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .stepBlock__text .large {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .stepBlock__text .large {
    font-size: 21px;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-commonSpace__img {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .residence-commonSpace__img {
    margin-top: 30px;
  }
}

.residence-loungeArea {
  background: #1e1817;
}

@media print, screen and (min-width: 768px) {
  .residence-loungeArea {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .residence-loungeArea {
    padding-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-loungeArea .centerTtl {
    padding-block: 60px 15px;
  }
}

@media screen and (max-width: 768px) {
  .residence-loungeArea .centerTtl {
    padding-block: 30px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-loungeArea .centerTtl__en {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .residence-loungeArea .centerTtl__en {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-loungeArea__sect + .residence-loungeArea__sect {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .residence-loungeArea__sect + .residence-loungeArea__sect {
    margin-top: 30px;
  }
}

.residence-loungeArea__lead {
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .residence-loungeArea__lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .residence-loungeArea__lead {
    font-size: 14px;
    padding-inline: 20px;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-communitySupport {
    background: #ffffff;
    padding-block: 120px;
  }
}

@media screen and (max-width: 768px) {
  .residence-communitySupport {
    padding: 60px 16px;
  }
}

.residence-garden {
  background: #eae7e3;
}

@media print, screen and (min-width: 768px) {
  .residence-garden {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .residence-garden {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-garden__sect {
    margin: 60px auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .residence-garden__sect {
    margin: 40px auto 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-garden__sect + .residence-garden__sect {
    margin-top: 100px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .residence-garden__sect .centerTtl {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .residence-garden__sect .centerTtl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .residence-garden .headingLead__txt {
    padding-inline: 16px;
  }
}

.residence-garden__imgCenter {
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .residence-garden__imgCenter {
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .residence-garden__imgCenter {
    padding-inline: 16px;
  }
}

.residence-landplan {
  background: #eae7e3;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .residence-landplan {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .residence-landplan .headingLead {
    padding-inline: 16px;
  }
}

.residence-landplan__img {
  max-width: 1000px;
}

@media print, screen and (min-width: 768px) {
  .residence-landplan__img {
    margin: 80px auto;
  }
}

@media screen and (max-width: 768px) {
  .residence-landplan__img {
    margin: 40px auto;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-design {
    background: #ffffff;
    padding-block: 120px;
  }
}

@media screen and (max-width: 768px) {
  .residence-design {
    padding-block: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-design .headingLead__lead + .headingLead__txtImg {
    margin-top: 40px;
  }
}

.residence-design .headingLead__txtImg {
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .residence-design .headingLead__txtImg {
    max-width: 830px;
  }
}

@media screen and (max-width: 768px) {
  .residence-design .headingLead__txt {
    font-size: 16px;
    line-height: calc(32/16);
    margin-bottom: 10px;
    padding-inline: 16px;
  }
}

.residence-design__view {
  margin: 60px auto 20px;
  max-width: 1000px;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .residence-design__view {
    margin-block: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .residence-design__view .swipeFigure {
    height: calc(140 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .residence-interview {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .residence-interview {
    margin-top: 40px;
    padding-inline: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .residence-interview .movieModal {
    margin-inline: auto;
    width: 900px;
  }
}

.residence-interview .generalBnr {
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 768px) {
  .residence-interview .generalBnr {
    margin-inline: auto;
    width: 900px;
  }
}
