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

@media screen and (max-width: 768px) {
  .aboutFeature .guidanceSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .aboutFeature .guidanceSect__cont .txt {
    width: 420px;
    line-height: calc(28 / 14);
    line-height: 3.14286;
  }
  .aboutFeature .guidanceSect__cont .txt:before {
    content: '';
    margin-top: calc((1 - 3.14286) * .5em);
  }
  .aboutFeature .guidanceSect__cont .txt:after {
    margin-bottom: calc((1 - 3.14286) * .5em);
  }
  .aboutFeature .guidanceSect__cont .txt:before, .aboutFeature .guidanceSect__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.bnrChintai {
  display: inline-block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.conceptMovie {
  position: relative;
}

.conceptMovie__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .conceptMovie__head {
    left: 0;
    padding: 32px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .conceptMovie__head {
    margin-bottom: 30px;
    padding: 15px 0;
    position: relative;
  }
}

.conceptMovie__head:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.conceptMovie__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .conceptMovie__cont {
    height: 304px;
    width: 540px;
  }
}

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

.conceptMovie__txt {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .05em;
}

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

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

@media screen and (min-width: 768px) {
  .greenFeature .guidanceSect__head {
    width: 542px;
  }
}

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

.greenFeature .guidanceSect__cont {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.greenFeature .guidanceSect__cont .usableList {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .greenFeature .guidanceSect__cont .usableList {
    width: 580px;
  }
}

@media screen and (max-width: 768px) {
  .greenFeature .guidanceSect__cont .usableList {
    margin-top: 32px;
  }
}

.greenFeature .guidanceSect__cont .usableList__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .greenFeature .guidanceSect__cont .usableList__item:first-of-type {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .greenFeature .guidanceSect__cont .usableList__item:first-of-type {
    width: 118.5px;
  }
}

.greenFeature .guidanceSect__cont .usableList__item:first-of-type:after {
  aspect-ratio: 60 / 58;
  background: url("../imgs/pc/icon-arrow-01.svg") no-repeat center/cover;
  content: '';
  position: absolute;
}

@media screen and (min-width: 768px) {
  .greenFeature .guidanceSect__cont .usableList__item:first-of-type:after {
    bottom: calc(100% + 9px);
    right: -3px;
    width: 49px;
  }
}

@media screen and (max-width: 768px) {
  .greenFeature .guidanceSect__cont .usableList__item:first-of-type:after {
    bottom: calc(100% + 6px);
    right: -10px;
    width: 32.5px;
  }
}

@media screen and (min-width: 768px) {
  .greenFeature .guidanceSect__cont .usableList__item:nth-of-type(2) {
    width: 330px;
  }
}

@media screen and (max-width: 768px) {
  .greenFeature .guidanceSect__cont .usableList__item:nth-of-type(2) {
    width: 178px;
  }
}

.greenFeature .guidanceSect__cont .txt {
  line-height: 2;
}

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

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

.greenFeature .guidanceSect__cont .txt:before, .greenFeature .guidanceSect__cont .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .greenFeature .guidanceSect__cont .headingCombi {
    width: 570px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__head + .guidanceSect__cont {
    margin-top: 35px;
  }
}

.guidanceSect__ttl {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: .7;
  position: relative;
}

@media screen and (min-width: 768px) {
  .guidanceSect__ttl {
    font-size: 36px;
  }
}

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

.guidanceSect__ttl .sub {
  display: block;
  font-weight: normal;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .guidanceSect__ttl .sub {
    font-size: 18px;
    line-height: 1;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__ttl .sub {
    font-size: 14px;
    line-height: calc(46 / 28);
    margin-top: 12px;
  }
}

.guidanceSect__ttl .photo {
  width: auto;
}

@media screen and (min-width: 768px) {
  .guidanceSect__ttl .photo {
    height: 62px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceSect__ttl .photo {
    height: 31px;
    margin: 0 0 0 auto;
  }
}

.guidanceSect__ttl .photo .photo__image {
  height: 100%;
  width: auto;
}

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

@media screen and (min-width: 768px) {
  .guideListDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    margin-top: 80px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .guideListDetail__block--large {
    width: 770px;
  }
}

@media screen and (max-width: 768px) {
  .guideListDetail__block:not(:first-child) {
    margin-top: 40px;
  }
}

.guideListDetail__ttl {
  background: url("../imgs/bg-floor-ttl.png") top left repeat-y;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  position: relative;
  line-height: 1.375;
}

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

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

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

.guideListDetail__ttl::-webkit-details-marker {
  display: none;
}

@media screen and (min-width: 768px) {
  .guideListDetail__ttl {
    padding: 8px 12px;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .guideListDetail__ttl {
    padding: 10px 12px;
  }
}

.guideListDetail__ttl .arrow {
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 10px;
  -webkit-transition: .8s ease clip-path;
  transition: .8s ease clip-path;
  width: 15px;
}

@media screen and (min-width: 768px) {
  .guideListDetail__ttl .arrow {
    display: none;
  }
}

.guideListDetail__ttl.is-active .arrow {
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.guideListDetail__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003b83;
  font-weight: 400;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .1em;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
  line-height: 1.375;
}

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

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

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

@media screen and (min-width: 768px) {
  .guideListDetail__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .guideListDetail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
}

.guideListDetail__item:not(:first-child) {
  margin-top: 15px;
}

.guideListDetail__item .icon {
  margin-right: 7px;
}

.guideListDetail__item .small {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .guideListDetail__item:hover {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .guideListDetail__item:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 768px) {
  .guideListDetail__list {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .guideListDetail__list {
    max-height: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: .8s linear;
    transition: .8s linear;
    -webkit-transition-property: max-height,visibility;
    transition-property: max-height,visibility;
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  .guideListDetail__list.is-active {
    max-height: 3000px;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .guideListDetail__list--pcTable {
    display: grid;
    gap: 15px;
    grid-auto-flow: column;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-template-rows: repeat(7, auto);
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .guideListDetail__list--pcTable .guideListDetail__item:not(:first-child) {
    margin-top: 0;
  }
}

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

@media screen and (max-width: 768px) {
  .guideListDetail__ttl + .guideListDetail__list {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .guideListFig {
    position: absolute;
    right: 0;
    top: 0;
    width: 410px;
    z-index: 3;
  }
}

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

.guideListFig__head {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .guideListFig__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 253px;
    top: -50px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .guideListFig__head {
    right: 253px;
  }
}

@media screen and (max-width: 768px) {
  .guideListFig__head {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (min-width: 768px) {
  .guideListFig__inner {
    position: absolute;
    top: 100px;
    right: -60px;
  }
}

@media screen and (max-width: 768px) {
  .guideListFig__inner {
    margin: 0 0 0 auto;
    margin-right: -30px;
    width: calc(430 / 750 * 100vw);
  }
}

.guideListFig__txt {
  color: #003b83;
  letter-spacing: .1em;
  white-space: nowrap;
}

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

@media screen and (max-width: 768px) {
  .guideListFig__txt {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0;
    margin-top: 30px;
    line-height: 1.64286;
  }
  .guideListFig__txt:before {
    content: '';
    margin-top: calc((1 - 1.64286) * .5em);
  }
  .guideListFig__txt:after {
    margin-bottom: calc((1 - 1.64286) * .5em);
  }
  .guideListFig__txt:before, .guideListFig__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.guideListFig__txt:after {
  border-bottom: 8px solid transparent;
  border-left: 12px solid #003b83;
  border-right: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  margin-left: 5px;
  margin-top: 3px;
  vertical-align: top;
  width: 0;
}

@media screen and (min-width: 768px) {
  .guideListFig__txt:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 6px;
    margin-left: 3px;
  }
}

@media only screen and (min-width: 1440px) {
  .guideListFig .logoZeroplus {
    width: 182px;
  }
}

@media screen and (min-width: 768px) {
  .guideListFig .logoZeroplus {
    margin-right: 10px;
    width: calc(182 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .guideListFig .logoZeroplus {
    width: 135px;
  }
}

.mainVisual {
  background-color: #000000;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .mainVisual {
    aspect-ratio: 1440 / 806;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    height: 100vh;
  }
}

.mainScene {
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  z-index: 1;
}

.mainScene.is-start {
  opacity: 1;
}

.mainScene.is-end {
  opacity: 0;
}

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

.mainScene__cont {
  -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;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  width: 100%;
  z-index: 1;
}

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

.mainScene__bg {
  height: 100%;
  width: 100%;
}

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

.mainScene--01.is-start .mainScene__cont {
  opacity: 1;
}

.mainScene--01.is-start .mainScene__logo {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1s ease, -webkit-transform 2s ease, -webkit-filter 3s ease;
  transition: opacity 1s ease, -webkit-transform 2s ease, -webkit-filter 3s ease;
  transition: opacity 1s ease, transform 2s ease, filter 3s ease;
  transition: opacity 1s ease, transform 2s ease, filter 3s ease, -webkit-transform 2s ease, -webkit-filter 3s ease;
}

.mainScene--01 .mainScene__logo {
  aspect-ratio: 317  / 70;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (min-width: 768px) {
  .mainScene--01 .mainScene__logo {
    width: calc(317 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainScene--01 .mainScene__logo {
    width: 197.5px;
  }
}

.mainScene--02.is-start .mainScene__cont {
  opacity: 1;
}

.mainScene--02.is-start .mainScene__logo {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-transform 2s ease, -webkit-filter 3s ease;
  transition: opacity 1s ease, -webkit-transform 2s ease, -webkit-filter 3s ease;
  transition: opacity 1s ease, transform 2s ease, filter 3s ease;
  transition: opacity 1s ease, transform 2s ease, filter 3s ease, -webkit-transform 2s ease, -webkit-filter 3s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.mainScene--02 .mainScene__logo {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .mainScene--02 .mainScene__logo {
    width: 1097px;
  }
}

@media screen and (max-width: 768px) {
  .mainScene--02 .mainScene__logo {
    width: 100%;
  }
}

.mainScene--03.is-start .mainScene__cont {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .mainScene--03.is-start .mainScene__cont {
    padding-top: 55px;
  }
}

.mainScene--03.is-start .mainScene__logo {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: opacity 1s ease, -webkit-filter 2s ease;
  transition: opacity 1s ease, filter 2s ease;
  transition: opacity 1s ease, filter 2s ease, -webkit-filter 2s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.mainScene--03.is-start .mainScene__lead, .mainScene--03.is-start .mainScene__txt {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: opacity .8s ease, -webkit-filter 1.2s ease;
  transition: opacity .8s ease, -webkit-filter 1.2s ease;
  transition: opacity .8s ease, filter 1.2s ease;
  transition: opacity .8s ease, filter 1.2s ease, -webkit-filter 1.2s ease;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.mainScene--03.is-start .mainScene__bnr {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: opacity .8s ease, -webkit-filter 1.2s ease;
  transition: opacity .8s ease, -webkit-filter 1.2s ease;
  transition: opacity .8s ease, filter 1.2s ease;
  transition: opacity .8s ease, filter 1.2s ease, -webkit-filter 1.2s ease;
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.mainScene--03 .mainScene__logo {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .mainScene--03 .mainScene__logo {
    max-width: 721px;
    width: calc(721 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainScene--03 .mainScene__logo {
    width: 100%;
  }
}

.mainScene--03 .mainScene__lead, .mainScene--03 .mainScene__txt, .mainScene--03 .mainScene__bnr {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .mainScene--03 .mainScene__lead {
    margin-top: calc(22/ 1440 * 100vw);
    width: 341px;
  }
}

@media screen and (max-width: 768px) {
  .mainScene--03 .mainScene__lead {
    margin: 24px auto 0;
    width: 300px;
  }
}

.mainScene--03 .mainScene__txt {
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .mainScene--03 .mainScene__txt {
    font-size: 16px;
    margin-top: calc(40 / 1440 * 100vw);
    line-height: 1.875;
  }
  .mainScene--03 .mainScene__txt:before {
    content: '';
    margin-top: calc((1 - 1.875) * .5em);
  }
  .mainScene--03 .mainScene__txt:after {
    margin-bottom: calc((1 - 1.875) * .5em);
  }
  .mainScene--03 .mainScene__txt:before, .mainScene--03 .mainScene__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .mainScene--03 .mainScene__txt {
    font-size: calc(24 / 750 * 100vw);
    margin-top: 13px;
    line-height: 1.92308;
  }
  .mainScene--03 .mainScene__txt:before {
    content: '';
    margin-top: calc((1 - 1.92308) * .5em);
  }
  .mainScene--03 .mainScene__txt:after {
    margin-bottom: calc((1 - 1.92308) * .5em);
  }
  .mainScene--03 .mainScene__txt:before, .mainScene--03 .mainScene__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .mainScene--03 .mainScene__bnr {
    margin-top: calc(22 / 1440 * 100vw);
    max-width: 969px;
    width: calc(969 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainScene--03 .mainScene__bnr {
    margin: 20px auto;
    margin-left: -25px;
    width: 100vw;
  }
}

.newsBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: .1em;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
  z-index: 2;
}

.newsBox.is-open {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.newsBox.is-open .newsBox__button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.newsBox.is-open .newsBox__list--hidden {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .newsBox.is-open .newsBox__list--hidden {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .newsBox.is-open .newsBox__list--hidden {
    margin-top: 10px;
  }
}

.newsBox__item .data {
  white-space: nowrap;
}

.newsBox__item a .cont {
  text-decoration: underline;
}

.newsBox__item .newsDesc {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .newsBox__item .newsDesc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.newsBox__item .cont {
  text-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .newsBox__item .cont {
    margin-left: 15px;
    line-height: 1.68421;
  }
  .newsBox__item .cont:before {
    content: '';
    margin-top: calc((1 - 1.68421) * .5em);
  }
  .newsBox__item .cont:after {
    margin-bottom: calc((1 - 1.68421) * .5em);
  }
  .newsBox__item .cont:before, .newsBox__item .cont:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

.newsBox__button {
  cursor: pointer;
  position: absolute;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media screen and (min-width: 768px) {
  .newsBox__button {
    right: 50px;
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .newsBox__button {
    right: 15px;
    top: 20px;
  }
}

.newsBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .newsBox__list {
    gap: 15px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .newsBox__list {
    gap: 10px;
    margin-left: 10px;
  }
}

.newsBox__list--hidden {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media screen and (min-width: 768px) {
  .newsBox {
    font-size: 14px;
    line-height: 1;
    padding: 20px 80px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .newsBox {
    font-size: 10px;
    line-height: calc(20 / 18);
    padding: 20px 0;
    padding-left: 15px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .newsBox__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    width: calc(100% - 140px);
  }
}

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

.newsBox__inner .swiper-container {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .newsBox__inner .data + .ttl {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .newsBox__inner .ttl {
    margin-bottom: 10px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .newsBox__inner .ttl + .cont {
    margin-left: 15px;
  }
}

.newsBox__inner .cont {
  padding-bottom: 1px;
}

@media screen and (max-width: 768px) {
  .newsBox__inner .cont {
    display: block;
    font-size: 10px;
    padding-top: 5px;
  }
}

.newsBox__controller {
  border-left: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

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

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

.newsBox__controller:after {
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
}

.newsBox__controller .swiper-button-prev,
.newsBox__controller .swiper-button-next {
  color: initial;
  height: auto;
  margin: 0;
  position: static;
  width: 50%;
}

.newsBox__controller .swiper-button-prev:after,
.newsBox__controller .swiper-button-next:after {
  content: initial;
}

@media screen and (min-width: 768px) {
  .newsBox__controller .swiper-button-prev .svgIcon,
  .newsBox__controller .swiper-button-next .svgIcon {
    height: 4px;
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  .newsBox__controller .swiper-button-prev .svgIcon,
  .newsBox__controller .swiper-button-next .svgIcon {
    height: 4px;
    width: 21px;
  }
}

.newsBox__controller .swiper-button-next .svgIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.newsBox--disableMode .newsBox__controller {
  display: none;
}

.outlineFeature .guidanceSect__head {
  text-align: center;
}

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

.outlineFeature .guidanceSect__cont {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .outlineFeature .guidanceSect__ttl .sub {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .outlineFeature .guidanceSect__txt {
    font-size: 15px;
    line-height: calc(37 / 15);
  }
}

@media screen and (max-width: 768px) {
  .outlineFeature .guidanceSect__txt {
    font-size: 12px;
    line-height: 2.25;
  }
}

.outlineFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

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

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

.outlineFrame__ttl, .outlineFrame__desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .outlineFrame__ttl, .outlineFrame__desc {
    font-size: 15px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .outlineFrame__ttl, .outlineFrame__desc {
    font-size: 12px;
    height: 40px;
  }
}

.outlineFrame__ttl:nth-of-type(odd), .outlineFrame__desc:nth-of-type(odd) {
  background-color: #eeeeee;
}

@media screen and (min-width: 768px) {
  .outlineFrame__ttl {
    padding-left: 20px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .outlineFrame__ttl {
    padding-left: 10px;
    width: 120px;
  }
}

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

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

.pageContSlider {
  position: relative;
}

.pageContSlider .swiper-container {
  overflow: visible;
}

.pageContSlider .swiper-slide {
  height: auto;
  opacity: 0 !important;
  position: static;
}

@media screen and (max-width: 768px) {
  .pageContSlider .swiper-slide {
    padding: 0 5px;
  }
}

.pageContSlider .swiper-slide.swiper-slide-active, .pageContSlider .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1 !important;
}

.pageContSlider .swiper-pagination {
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pageContSlider .swiper-pagination {
    top: calc(100% + 80px);
  }
}

@media screen and (max-width: 768px) {
  .pageContSlider .swiper-pagination {
    top: calc(100% + 30px);
  }
}

.pageContSlider .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .pageContSlider .swiper-pagination {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pageContSlider .swiper-pagination {
    gap: 16px;
  }
}

.pageContSlider .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  border: 1px solid #333333;
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .pageContSlider .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
  }
}

.pageContSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333333;
}

.pageContSlider__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .pageContSlider__controller {
    width: calc(100% + 200px);
  }
}

@media screen and (max-width: 768px) {
  .pageContSlider__controller {
    width: calc(100% + 60px);
  }
}

.pageContSlider__direction {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .pageContSlider__direction {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .pageContSlider__direction {
    height: 70px;
    width: 35px;
  }
}

.pageContSlider__direction .arrow {
  aspect-ratio: 22 / 31;
}

@media screen and (min-width: 768px) {
  .pageContSlider__direction .arrow {
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  .pageContSlider__direction .arrow {
    width: 13px;
  }
}

@media screen and (max-width: 768px) {
  .pageContSlider__direction--prev {
    border-radius: 0 9999px 9999px 0;
  }
}

@media screen and (min-width: 768px) {
  .pageContSlider__direction--prev .arrow {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
}

@media screen and (max-width: 768px) {
  .pageContSlider__direction--prev .arrow {
    -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
  }
}

@media screen and (max-width: 768px) {
  .pageContSlider__direction--next {
    border-radius: 9999px 0 0 9999px;
  }
}

@media screen and (min-width: 768px) {
  .pageContSlider__direction--next .arrow {
    -webkit-transform: rotate(180deg) translate(-15%, 0);
            transform: rotate(180deg) translate(-15%, 0);
  }
}

@media screen and (max-width: 768px) {
  .pageContSlider__direction--next .arrow {
    -webkit-transform: rotate(180deg) translate(-30%, 0);
            transform: rotate(180deg) translate(-30%, 0);
  }
}

.pageContSlider--green .pageContSlider__direction .svgIcon {
  fill: #a6be85;
}

.pageContSlider--blue .pageContSlider__direction .svgIcon {
  fill: #7ea8d1;
}

.renovaitionVisual {
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .renovaitionVisual__fig {
    bottom: 210px;
    left: -60px;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .renovaitionVisual__fig {
    margin: 0 calc(50% - 50vw);
    padding: 0 10px;
    width: 100vw;
  }
}

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

@media screen and (max-width: 768px) {
  .residenceFeature {
    padding-top: 240px;
  }
}

.residenceFeature:after {
  content: '';
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .residenceFeature:after {
    background: url("../common/imgs/pc/bg-residence-01.jpg") no-repeat center/cover;
    height: calc(100% + 290px);
    top: -110px;
  }
}

@media screen and (max-width: 768px) {
  .residenceFeature:after {
    background: url("../common/imgs/sp/bg-residence-01.jpg") no-repeat center/cover;
    height: calc(100% + 150px);
    top: -40px;
  }
}

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

@media screen and (min-width: 768px) {
  .residenceFeature .guidanceSect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .residenceFeature .guidanceSect__cont .modalFigure {
    margin-top: 40px;
    width: 591px;
  }
}

@media screen and (max-width: 768px) {
  .residenceFeature .guidanceSect__cont .modalFigure {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .residenceFeature .guidanceSect__cont .headingCombi {
    width: 610px;
  }
  .residenceFeature .guidanceSect__cont .headingCombi .txt {
    padding-right: 50px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .sliderSect__head .headingCombi .heading {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__head .headingCombi .heading {
    font-size: 26px;
  }
  .sliderSect__head .headingCombi .heading:before {
    content: initial;
  }
}

.sliderSect__head .headingCombi .heading .sub {
  display: block;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .sliderSect__head .headingCombi .heading .sub {
    font-size: 24px;
    line-height: 1.16667;
  }
  .sliderSect__head .headingCombi .heading .sub:before {
    content: '';
    margin-top: calc((1 - 1.16667) * .5em);
  }
  .sliderSect__head .headingCombi .heading .sub:after {
    margin-bottom: calc((1 - 1.16667) * .5em);
  }
  .sliderSect__head .headingCombi .heading .sub:before, .sliderSect__head .headingCombi .heading .sub:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__head .headingCombi .heading .sub {
    font-size: 20px;
    line-height: 1.3;
  }
}

.sliderSect__head .headingCombi .heading .small {
  display: inline-block;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .sliderSect__head .headingCombi .heading .small {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__head .headingCombi .heading .small {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .sliderSect__head .headingCombi .txt {
    margin-top: 40px;
    width: 370px;
  }
}

.sliderSect__head .headingCombi .txt .undersup {
  vertical-align: bottom;
}

.sliderSect__ttl {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .sliderSect__ttl {
    bottom: -120px;
    left: calc((100vw - 1200px) / -2);
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__ttl {
    bottom: -110px;
    left: -30px;
  }
}

.sliderSect__ttl .photo {
  width: auto;
}

@media screen and (min-width: 768px) {
  .sliderSect__ttl .photo {
    height: 62px;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__ttl .photo {
    height: 31px;
  }
}

.sliderSect__ttl .photo__image {
  height: 100%;
  width: auto;
}

.sliderSect__lead {
  display: inline-block;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

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

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

.sliderSect__lead .num {
  border-top: 1px solid #333333;
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .05em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .sliderSect__lead .num {
    font-size: 60px;
    margin-top: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__lead .num {
    font-size: 40px;
    margin-top: 10px;
    padding-top: 10px;
  }
}

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

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

.sliderSect__cont {
  position: relative;
}

@media screen and (max-width: 768px) {
  .sliderSect__cont {
    background-color: #ffffff;
    margin-top: 40px;
    padding: 20px;
  }
}

.sliderSect__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #333333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: -30px;
  width: 50px;
  z-index: 9;
}

.sliderSect__icon .icon {
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: 18px;
}

.sliderSect__link {
  display: inline-block;
}

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

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

.sliderSect__link .photo {
  width: auto;
}

@media screen and (min-width: 768px) {
  .sliderSect__link .photo {
    height: 37px;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__link .photo {
    height: 26px;
  }
}

.sliderSect__link .photo__image {
  height: 100%;
  width: auto;
}

.sliderSect--comingsoon .modalFigure {
  pointer-events: none;
}

.sliderSect--comingsoon .sliderSect__icon {
  display: none;
}

.sliderSect--residence-smartLock .heading--default {
  line-height: 1.5;
}

.sliderSect--residence-smartLock .heading--default:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.sliderSect--residence-smartLock .heading--default:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.sliderSect--residence-smartLock .heading--default:before, .sliderSect--residence-smartLock .heading--default:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.sliderSect--residence-smartLock .headingCombi .txt {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .sliderSect--residence-smartLock .headingCombi .txt {
    line-height: calc(28 / 14);
  }
}

.whatsZeroVisual {
  bottom: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  right: 0;
  width: 100vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .whatsZeroVisual__inner {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 943px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .whatsZeroVisual__inner {
    width: calc(943 / 1440 * 100vw);
  }
}

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

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

@media screen and (min-width: 768px) {
  .zeroplusFeature .guidanceSect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .zeroplusFeature .guidanceSect__cont .ttl {
    font-size: 22px;
    line-height: 1.91667;
    font-weight: 300;
  }
}

@media screen and (max-width: 768px) {
  .zeroplusFeature .guidanceSect__cont .ttl {
    font-size: 15px;
    line-height: 1.93333;
  }
}

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

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

@media screen and (min-width: 768px) {
  .zeroplusFeature .guidanceSect__cont .modalFigure {
    margin-top: 40px;
    width: 591px;
  }
}

@media screen and (max-width: 768px) {
  .zeroplusFeature .guidanceSect__cont .modalFigure {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .zeroplusFeature .guidanceSect__cont .headingCombi {
    width: 610px;
  }
  .zeroplusFeature .guidanceSect__cont .headingCombi .txt {
    padding-right: 50px;
  }
}

@media screen and (min-width: 768px) {
  .zeroplusVisual .usableList__item {
    width: 750px;
  }
}

@media screen and (min-width: 768px) {
  .zeroplusVisual .usableList__item:nth-of-type(1) {
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .zeroplusVisual .usableList__item:nth-of-type(1) {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .zeroplusVisual .usableList__item:nth-of-type(2) {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .zeroplusVisual .usableList__item:nth-of-type(2) {
    width: 40%;
  }
}

.zeroplusVisual .usableList__item .photo,
.zeroplusVisual .usableList__item .photo__image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .txt + .zeroplusVisual {
    margin-top: 60px;
  }
}

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

@media screen and (min-width: 768px) {
  .top-movie {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .top-movie {
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .top-about {
    padding: 160px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 56px 0 390px;
  }
}

@media screen and (min-width: 768px) {
  .top-green {
    padding: 150px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .top-green {
    padding: 40px 0 110px;
  }
}

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

@media screen and (max-width: 768px) {
  .top-residence {
    padding: 40px 0 110px;
  }
}

@media screen and (min-width: 768px) {
  .top-zeroPlus {
    padding: 110px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .top-zeroPlus {
    padding: 40px 0 110px;
  }
}

@media screen and (min-width: 768px) {
  .top-outline {
    padding: 80px 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .top-outline {
    padding: 80px 0 60px;
  }
}
