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

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

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

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

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

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

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

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

.hillSect__intro .photo + .caption {
  padding-right: 10px;
  text-align: right;
}

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

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

.hillSect__cont {
  margin: 0 auto;
}

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

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

.hillSect__cont .photo + .caption {
  text-align: right;
}

@media screen and (max-width: 736px) {
  .hillSect__cont .photo + .caption {
    padding-right: 5px;
  }
}

.introArea {
  margin: 0 auto;
}

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

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

@media print, screen and (min-width: 736px) {
  .meritSect__head + .meritSect__cont {
    margin-top: 40px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .meritSect__cont {
    display: grid;
    gap: 46px;
    grid-template-columns: repeat(2, 1fr);
  }
}

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

@media print, screen and (min-width: 736px) {
  .meritSect__item .sustainableTopic {
    border-radius: 60px;
  }
}

@media screen and (max-width: 736px) {
  .meritSect__item .sustainableTopic {
    border-radius: calc(60 / 390 * 100vw);
  }
}

.meritSect__item .sustainableTopic + .caption {
  margin-top: 16px;
  text-align: right;
}

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

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

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

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

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

@media print, screen and (min-width: 736px) {
  .reliefSect__cont .subSect__cont .swipeFigure + .caption {
    padding: 24px 0 0 61px;
  }
}

@media screen and (max-width: 736px) {
  .reliefSect__cont .subSect__cont .swipeFigure + .caption {
    padding-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .reliefSect__cont .subSect__cont .swipeFigure__inner {
    height: calc(549 / 390 * 100vw);
    padding-top: calc(75 / 390 * 100vw);
  }
}

.reliefSect__cont .subSect__cont .swipeFigure__capOut {
  right: auto;
}

@media print, screen and (min-width: 736px) {
  .reliefSect__cont .subSect__cont .swipeFigure__capOut {
    left: 56px;
  }
}

@media screen and (max-width: 736px) {
  .reliefSect__cont .subSect__cont .swipeFigure__capOut {
    left: 0;
  }
}

.resultSect {
  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) {
  .resultSect {
    gap: 24px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .resultSect__cont .swipeFigure + .caption {
    margin-top: 24px;
  }
}

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

.resultSect__arrow {
  aspect-ratio: 61 / 56;
  margin: 0 auto;
}

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

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

@media print, screen and (min-width: 736px) {
  .resultSect__bottom .sustainableTopic {
    border-radius: 20px;
  }
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 736px) {
  .standardSect__cont > * + * {
    margin-top: 100px;
  }
}

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

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

.sustainableCard__head {
  position: relative;
}

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

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

.sustainableCard__bg {
  margin: 0 auto;
  opacity: .5;
}

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

.sustainableCard__inner {
  -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;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .sustainableCard__inner {
    bottom: 60px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

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

.sustainableCard__label {
  background-color: #786d4a;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .sustainableCard__label {
    border-radius: 15px;
    font-size: 14px;
    padding: 7px 20px;
  }
}

@media screen and (max-width: 736px) {
  .sustainableCard__label {
    border-radius: calc(15 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    padding: calc(7 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .sustainableCard__label + .heading {
    margin-top: 24px;
  }
}

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

.sustainableTopic {
  background-color: #efede3;
  border: 3px solid  #a59472;
  color: #595752;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .sustainableTopic {
    font-size: 24px;
    line-height: 1.4;
    padding: 30px 0;
  }
}

@media screen and (max-width: 736px) {
  .sustainableTopic {
    border-radius: calc(60 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.8;
    padding: calc(24 / 390 * 100vw) 0;
  }
}

.sustainableTopic .small {
  display: inline-block;
  line-height: 1.6;
}

@media print, screen and (min-width: 736px) {
  .sustainableTopic .small {
    font-size: 14px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .zehSect__head + .zehSect__cont {
    margin-top: 40px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .zehSect__cont {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    width: 994px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .zehSect__item:nth-child(1) .photo + .caption {
    padding-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .zehSect__item:nth-child(1) .photo + .caption {
    padding-top: calc(24 / 390 * 100vw);
  }
}

.zehSect__item:nth-child(2) .photo + .caption {
  text-align: right;
}

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

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

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

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

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

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

@media print, screen and (min-width: 736px) {
  .sustainable-hill {
    padding-bottom: 157px;
  }
}

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