@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

.designCard__ttl {
  border-bottom: 2px solid #1a325e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .designCard__ttl {
    font-size: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 736px) {
  .designCard__ttl {
    font-size: calc(24 / 390 * 100vw);
    padding-bottom: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designCard__ttl .large {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .designCard__ttl .large {
    font-size: calc(40 / 390 * 100vw);
  }
}

.designCard__lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #1a325e;
  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;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .designCard__lead {
    padding: 24px 0;
  }
}

@media screen and (max-width: 736px) {
  .designCard__lead {
    padding: calc(32 / 390 * 100vw) 0;
  }
}

.designCard__lead .inner {
  line-height: 2;
  display: block;
  width: 100%;
}

.designCard__lead .inner:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.designCard__lead .inner:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .designCard__lead .inner {
    font-size: 13px;
  }
}

@media screen and (max-width: 736px) {
  .designCard__lead .inner {
    font-size: calc(14 / 390 * 100vw);
  }
}

.designCard__lead .inner .label {
  background-color: #1a325e;
  color: #ffffff;
  display: block;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .designCard__lead .inner .label {
    font-size: 20px;
    margin-top: 8px;
    padding: 8px 20px;
  }
}

@media screen and (max-width: 736px) {
  .designCard__lead .inner .label {
    font-size: calc(26 / 390 * 100vw);
    margin-top: calc(8 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designCard__body {
    padding-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .designCard__body {
    padding-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designCard__figure {
    margin-top: 16px;
    width: 200px;
  }
}

@media screen and (max-width: 736px) {
  .designCard__figure {
    margin-top: 16px;
  }
}

.designSect__head {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .designSect__head + .designSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .designSect__head + .designSect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designSect__head .sectHeadGroup__head + .txt {
    text-align: center;
  }
}

@media print, screen and (min-width: 736px) {
  .designSect__head .sectHeadGroup .svgTtl {
    left: 34px;
    top: -32px;
    width: 400px;
  }
}

@media screen and (max-width: 736px) {
  .designSect__head .sectHeadGroup .svgTtl {
    left: 0;
    top: calc(-56 / 390 * 100vw);
    width: calc(217 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__head {
    margin: 0 auto;
    width: 730px;
  }
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__head + .subSect__cont {
    margin-top: 48px;
  }
}

.designSect__cont .subSect__head .designCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__head .designCard__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 736px) {
  .designSect__cont .subSect__head .designCard__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__head .designCard__body .txt {
    width: calc(100% - 330px);
  }
}

@media screen and (max-width: 736px) {
  .designSect__cont .subSect__head .designCard__body .txt {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__head .designCard__figure {
    border-right: 2px solid #1a325e;
    margin-right: 40px;
    padding-right: 40px;
    width: 250px;
  }
}

@media screen and (max-width: 736px) {
  .designSect__cont .subSect__head .designCard__figure {
    border-bottom: 2px solid #1a325e;
    margin: 0 auto;
    padding: 0 calc(38 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

.designSect__cont .subSect__cont {
  position: relative;
}

.designSect__cont .subSect__figure {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__figure {
    margin: 0 auto;
    width: 784px;
  }
}

.designSect__cont .subSect__note .caption {
  position: absolute;
  text-align: center;
}

.designSect__cont .subSect__note .caption:nth-child(1) {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__note .caption:nth-child(1) {
    top: 375px;
  }
}

@media screen and (max-width: 736px) {
  .designSect__cont .subSect__note .caption:nth-child(1) {
    top: calc(159 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__note .caption:nth-child(2) {
    bottom: 32px;
    left: 92px;
  }
}

@media screen and (max-width: 736px) {
  .designSect__cont .subSect__note .caption:nth-child(2) {
    bottom: calc(-16 / 390 * 100vw);
    left: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__note .caption:nth-child(3) {
    bottom: 32px;
    right: 88px;
  }
}

@media screen and (max-width: 736px) {
  .designSect__cont .subSect__note .caption:nth-child(3) {
    bottom: calc(-16 / 390 * 100vw);
    right: calc(28 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .designSect__cont .subSect__desc {
    display: grid;
    gap: 428px;
    grid-template-columns: repeat(2, 1fr);
    left: 0;
    padding: 24px 60px 0;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 736px) {
  .designSect__cont .subSect__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(100 / 390 * 100vw);
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .introArea .photo {
    margin-right: calc(-32 / 390 * 100vw);
    margin-left: calc(-32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .introArea .photo + .caption {
    margin-top: 15px;
    text-align: right;
  }
}

@media screen and (max-width: 736px) {
  .introArea .photo + .caption {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .introArea .photo__capOut {
    padding-right: 10px;
  }
}

.storyBlock__item:nth-child(1) {
  background-color: #568a7b;
}

.storyBlock__item:nth-child(2) {
  background-color: #016133;
}

.storyBlock__item:nth-child(3) {
  background-color: #8abb91;
}

.storyBlock__item:nth-child(3) .storySect__desc .subSect__cont {
  position: relative;
}

.storyBlock__item:nth-child(3) .storySect__desc .subSect__cont:before, .storyBlock__item:nth-child(3) .storySect__desc .subSect__cont:after {
  content: '';
}

.storyBlock__item:nth-child(3) .storySect__desc .subSect__cont:before {
  float: right;
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(3) .storySect__desc .subSect__cont:before {
    height: 140px;
  }
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(3) .storySect__desc .subSect__cont:before {
    height: calc(130 / 390 * 100vw);
  }
}

.storyBlock__item:nth-child(3) .storySect__desc .subSect__cont:after {
  clear: both;
}

.storyBlock__item:nth-child(3) .storySect__desc .subSect__cont .photo {
  clear: both;
  float: right;
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(3) .storySect__desc .subSect__cont .photo {
    margin: 10px 0 0 10px;
    width: 60px;
  }
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(3) .storySect__desc .subSect__cont .photo {
    margin: calc(10 / 390 * 100vw) 0 0 calc(10 / 390 * 100vw);
    width: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(3) .storySect__desc .subSect__cont .photo + .txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(3) .storySect__desc .subSect__cont .photo + .txt {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.storyBlock__item:nth-child(4) {
  background-color: #779072;
}

.storyBlock__item:nth-child(5) {
  background-color: #5b883b;
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(even) .storySect {
    grid-template-columns: .76805555555fr 1fr;
    padding-left: calc(87 / 1440 * 100vw);
    padding-right: 0;
  }
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(even) .storySect__visual {
    grid-column: 2 / 3;
  }
}

.storyBlock__item:nth-child(1) .storySect__desc .subSect__cont, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont {
    margin-left: auto;
    width: 264px;
  }
}

@media print, screen and (min-width: 736px) and (max-width: 1200px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont:before, .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont:after, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont:before, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont:after {
    content: '';
  }
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont:before, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont:before {
    float: right;
    height: calc(130 / 390 * 100vw);
  }
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont:after, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont:after {
    clear: both;
  }
}

.storyBlock__item:nth-child(1) .storySect__desc .subSect__cont .heading, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont .heading {
  background-color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont .heading, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont .heading {
    border-radius: 10px;
    padding: 16px 24px;
  }
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont .heading, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont .heading {
    border-radius: calc(10 / 390 * 100vw);
    display: inline-block;
    padding: calc(16 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont .photo, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont .photo {
    position: absolute;
    right: calc(100% + 24px);
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
  }
}

@media print, screen and (min-width: 736px) and (max-width: 1200px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont .photo, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont .photo {
    margin-top: 32px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont .photo, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont .photo {
    clear: both;
    float: right;
    margin: calc(10 / 390 * 100vw) 0 0 calc(10 / 390 * 100vw);
    width: calc(110 / 390 * 100vw);
  }
}

.storyBlock__item:nth-child(1) .storySect__desc .subSect__cont .photo__capOut, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont .photo__capOut {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont .photo + .txt, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont .photo + .txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(1) .storySect__desc .subSect__cont .photo + .txt, .storyBlock__item:nth-child(2) .storySect__desc .subSect__cont .photo + .txt {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.storyBlock__item:nth-child(n+3) .storySect__desc .subSect {
  background: #ffffff;
  color: #016133;
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(n+3) .storySect__desc .subSect {
    border-radius: 20px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
  }
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(n+3) .storySect__desc .subSect {
    border-radius: calc(20 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw) calc(43 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(n+3) .storySect__desc .subSect__head .photo {
    margin-left: -60px;
  }
}

.storyBlock__item:nth-child(n+3) .storySect__desc .subSect__head .photo__image {
  mix-blend-mode: multiply;
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(n+3) .storySect__desc .subSect__head .photo__capOut {
    color: #999999;
  }
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(n+3) .storySect__desc .subSect__cont {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
}

@media print, screen and (min-width: 736px) {
  .storyBlock__item:nth-child(n+3) .storySect__desc .subSect .txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 736px) {
  .storyBlock__item:nth-child(n+3) .storySect__desc .subSect .txt {
    font-size: calc(13 / 390 * 100vw);
  }
}

.storySect {
  color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .storySect {
    display: grid;
    gap: 48px calc(80 / 1440 * 100vw);
    grid-template-columns: 1fr .76805555555fr;
    padding-right: calc(87 / 1440 * 100vw);
  }
}

@media print, screen and (min-width: 736px) and (max-width: 1200px) {
  .storySect {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    padding-right: 87px;
  }
}

@media screen and (max-width: 736px) {
  .storySect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 390 * 100vw);
    padding: calc(60 / 390 * 100vw) calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .storySect__visual {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
  }
}

@media print, screen and (min-width: 736px) {
  .storySect__ttl, .storySect__heading, .storySect__desc {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    width: 553px;
  }
}

@media print, screen and (min-width: 736px) and (max-width: 1200px) {
  .storySect__ttl, .storySect__heading, .storySect__desc {
    width: auto;
  }
}

@media print, screen and (min-width: 736px) {
  .storySect__desc {
    margin-bottom: auto;
    padding-bottom: 64px;
  }
}

.storySect__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .storySect__ttl {
    height: 152px;
    margin-top: auto;
    padding-top: 64px;
  }
}

@media screen and (max-width: 736px) {
  .storySect__ttl {
    height: calc(36 / 390 * 100vw);
  }
}

.storySect__ttl .photo {
  height: 100%;
}

.storySect__ttl .photo__image {
  height: 100%;
}

@media screen and (max-width: 736px) {
  .storySect__desc .subSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(32 / 390 * 100vw);
  }
}

.storySect__desc .subSect .heading {
  color: #016133;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  .storySect__desc .subSect .heading + .txt {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .storySect__desc .subSect .txt {
    line-height: 1.6;
  }
  .storySect__desc .subSect .txt:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .storySect__desc .subSect .txt:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

.storySect__desc .subSect .txt .caption {
  color: currentColor;
  letter-spacing: -.05em;
}

@media screen and (max-width: 736px) {
  .storySect__desc .subSect .txt .caption {
    margin-top: calc(48 / 390 * 100vw);
  }
}

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

@media print, screen and (min-width: 736px) {
  .storyGuideSect {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

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

@media screen and (max-width: 736px) {
  .storyGuideSect {
    margin-left: calc(-32 / 390 * 100vw);
  }
}

.storyGuideSect__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../imgs/bg-story-head@1.5x.jpg") repeat-y center top/100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 736px) {
  .storyGuideSect__head {
    gap: 40px;
    padding: 100px 0;
  }
}

@media screen and (max-width: 736px) {
  .storyGuideSect__head {
    background-size: auto 120%;
    gap: calc(24 / 390 * 100vw);
    padding: calc(60 / 390 * 100vw) 0;
  }
}

.storyGuideSect__ttl {
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .storyGuideSect__ttl {
    width: 346px;
  }
}

@media screen and (max-width: 736px) {
  .storyGuideSect__ttl {
    width: calc(262 / 390 * 100vw);
  }
}

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

@media print, screen and (min-width: 736px) {
  .wellbeingSect__intro {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

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

@media screen and (max-width: 736px) {
  .wellbeingSect__intro {
    margin-left: calc(-32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .wellbeingSect__intro + .wellbeingSect__head {
    margin-top: 140px;
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__intro + .wellbeingSect__head {
    margin-top: calc(100 / 390 * 100vw);
  }
}

.wellbeingSect__head {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .wellbeingSect__head + .wellbeingSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__head + .wellbeingSect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .wellbeingSect__head .sectHeadGroup .svgTtl {
    left: -56px;
    top: -55px;
    width: 435px;
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__head .sectHeadGroup .svgTtl {
    left: calc(-20 / 390 * 100vw);
    top: calc(-48 / 390 * 100vw);
    width: calc(260 / 390 * 100vw);
  }
}

.wellbeingSect__cont {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .wellbeingSect__cont + .wellbeingSect__bottom {
    margin-top: 96px;
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__cont + .wellbeingSect__bottom {
    margin-top: calc(88 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__cont .swipeFigure {
    height: calc(448 / 390 * 100vw);
    padding: calc(40 / 390 * 100vw) calc(8 / 390 * 100vw) 0;
    position: relative;
  }
}

@media print, screen and (min-width: 736px) {
  .wellbeingSect__cont .txt {
    margin-top: 96px;
    text-align: center;
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__cont .txt {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .wellbeingSect__bottom .usableList__inner {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__bottom .usableList__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(48 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__bottom .descriptionCard {
    display: grid;
    gap: calc(16 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__bottom .descriptionCard__visual .photo__capIn {
    bottom: auto;
    left: 0;
    right: auto;
    top: 100%;
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__bottom .descriptionCard__body {
    margin-top: 0;
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__bottom .descriptionCard__body .heading {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .wellbeingSect__bottom .descriptionCard__body .heading + .txt {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .redevelopment-intro {
    padding: 80px 0 157px;
  }
}

@media screen and (max-width: 736px) {
  .redevelopment-intro {
    padding: calc(60 / 390 * 100vw) 0 calc(117 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .redevelopment-wellbeing {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 736px) {
  .redevelopment-wellbeing {
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .redevelopment-design {
    padding: 140px 0 96px;
  }
}

@media screen and (max-width: 736px) {
  .redevelopment-design {
    padding: calc(100 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
}
