/* media query */
.mainArea {
  padding: 50px 0;
}
.mainArea > section {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1400px) {
  .mainArea > section {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .mainArea > section {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section {
    width: calc(100% - 40px);
  }
}
.mainArea > section > h4 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.mainArea > section > h4:first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  .mainArea > section > h4 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
.mainArea > section > h4 small {
  font-weight: 700;
  font-size: 2.7rem;
  margin-left: 5px;
}
.mainArea > section .read {
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) {
  .mainArea > section .read {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.mainArea > section .readSub {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.mainArea > section .readSub small {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 120%;
  vertical-align: middle;
  font-feature-settings: "palt";
}
@media screen and (max-width: 668px) {
  .mainArea > section .readSub {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .mainArea > section .readSub small {
    font-size: 1.4rem;
  }
}
.mainArea > section .text {
  font-size: 1.7rem;
  line-height: 150%;
}
.mainArea.scr {
  background-color: #f5f5f5;
}
.mainArea.sdgs .text {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .mainArea.sdgs .text {
    margin-bottom: 40px;
  }
}
.mainArea.sdgs .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .mainArea.sdgs .list {
    justify-content: flex-start;
  }
}
.mainArea.sdgs .list section {
  width: calc(50% - 20px);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  .mainArea.sdgs .list section {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 960px) {
  .mainArea.sdgs .list section {
    display: block;
    width: calc(33.3333333333% - 16px);
  }
  .mainArea.sdgs .list section:not(:nth-child(3n+1)) {
    margin-left: 24px;
  }
}
@media screen and (max-width: 668px) {
  .mainArea.sdgs .list section {
    width: calc(50% - 10px);
  }
  .mainArea.sdgs .list section:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .mainArea.sdgs .list section:nth-child(2n) {
    margin-left: 20px;
  }
}
.mainArea.sdgs .list section h5 {
  width: 180px;
}
@media screen and (max-width: 960px) {
  .mainArea.sdgs .list section h5 {
    width: 100%;
  }
}
.mainArea.sdgs .list section div {
  width: calc(100% - 220px);
}
@media all and (max-width: 1400px) {
  .mainArea.sdgs .list section div {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 960px) {
  .mainArea.sdgs .list section div {
    width: 100%;
    padding-top: 15px;
  }
}
.mainArea.sdgs .list section div ul {
  margin-left: 20px;
}
.mainArea.sdgs .list section div ul li {
  list-style: disc;
}
.mainArea.sdgs .list section div ul li {
  font-size: 1.7rem;
  line-height: 140%;
  margin-bottom: 10px;
}/*# sourceMappingURL=index.css.map */