.columnLayout {
  margin: 0 auto;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .columnLayout__left, .columnLayout__right {
    width: calc(50% - 20px);
  }
}

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

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

.columnLayout__left .txt + .txt, .columnLayout__right .txt + .txt {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 768px) {
  .columnLayout__left .txt + .photo, .columnLayout__right .txt + .photo {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .columnLayout__left .txt + .photo, .columnLayout__right .txt + .photo {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .columnLayout__left .photo, .columnLayout__right .photo {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 768px) {
  .columnLayout__right {
    margin-top: 1.5em;
  }
}

@media print, screen and (min-width: 768px) {
  .columnLayout__right .photo {
    margin-right: -220px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1440px) {
  .columnLayout__right .photo {
    margin-right: -120px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .columnLayout__right .photo {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .columnLayout__left .photo {
    margin-left: -220px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1440px) {
  .columnLayout__left .photo {
    margin-left: -120px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .columnLayout__left .photo {
    margin-left: 0;
  }
}

.facadeSubSect {
  position: relative;
  z-index: 1;
  width: calc(100vw - var(--scrollbar));
}

@media print, screen and (min-width: 768px) {
  .facadeSubSect {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .facadeSubSect {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

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

.facadeSubSect__inner {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .facadeSubSect__inner {
    padding: 0 20px;
    width: 100%;
  }
}

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

@media print, screen and (min-width: 768px) {
  .facadeSubSect__inner {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 2;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .facadeSubSect__inner {
    position: relative;
  }
}

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

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .facadeSubSect__txtArea {
    width: calc(720 / 1440 * 100vw);
  }
}

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

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

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

.facadeSubSect__txtArea .txt + .txt {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .facadeSubSect__visual {
    margin-top: 40px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .parkArea {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .parkArea {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

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

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

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

.interview-01 {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .interview-01 {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .interview-01 {
    padding: 100px 0 0;
  }
}

.interview-02 {
  padding: 100px 0 0;
}

.interview-03 {
  padding: 100px 0 0;
}

.interview-04 {
  padding: 100px 0 0;
}

.interview-05 {
  padding: 100px 0 0;
}

.interview-06 {
  padding: 100px 0 0;
}

.interview-07 {
  padding: 100px 0 0;
}

@media print, screen and (min-width: 768px) {
  .interview-08 {
    padding: 100px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .interview-08 {
    padding: 100px 0;
  }
}
