@charset "UTF-8";
a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

* {
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Serif JP", serif;
}

.bold {
  font-weight: bold;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 13px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  header {
    padding: 10px;
  }
  header h1 {
    width: 25%;
  }
}
header .header__btn {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  header .header__btn {
    font-size: 1.2rem;
  }
}
header .header__btn a {
  display: block;
  margin-top: 2px;
}
@media (max-width: 1024px) {
  header .header__btn a {
    vertical-align: -11px;
    display: inline-block;
    width: 110px;
    margin-left: 10px;
  }
}

.mv__slider {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .mv__slider {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .mv__slider .slick-next {
    right: 5%;
  }
  .mv__slider .slick-next:after {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1024px) {
  .mv__slider .slick-prev {
    left: 5%;
  }
  .mv__slider .slick-prev:after {
    width: 10px;
    height: 10px;
  }
}
.mv__lead {
  font-size: 2.4rem;
  line-height: 240%;
  max-width: 520px;
  margin: 0 auto 100px;
}
@media (max-width: 1024px) {
  .mv__lead {
    font-size: 1.4rem;
    line-height: 200%;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}

.movie {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .movie {
    margin-bottom: 20px;
  }
}
.movie__flex {
  background: #008D66;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .movie__flex {
    margin: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.movie__flex__ttl {
  width: calc(33.3333% - 2px);
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .movie__flex__ttl {
    width: 100%;
    font-size: 1.7rem;
  }
}
.movie__flex__slider {
  width: calc(66.6666% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.movie__flex__slider .slick-prev {
  left: -30px;
  top: 50%;
}
.movie__flex__slider .slick-prev:after {
  width: 10px;
  height: 10px;
}
.movie__flex__slider .slick-next {
  right: -35px;
  top: 50%;
}
.movie__flex__slider .slick-next:after {
  width: 10px;
  height: 10px;
}
@media (max-width: 1024px) {
  .movie__flex__slider {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie__flex__slider div {
    margin-top: 20px;
  }
}
.movie__flex__slider img {
  width: 240px;
}
@media (max-width: 1024px) {
  .movie__flex__slider img {
    width: 100%;
  }
}

.cta {
  text-align: center;
}
@media (max-width: 1024px) {
  .cta {
    padding: 0 20px;
  }
}
.cta__lead {
  font-size: 3.4rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cta__lead {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.7;
  }
}
.cta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .cta__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.cta__flex__btn {
  margin: 0 15px;
}
@media (max-width: 1024px) {
  .cta__flex__btn {
    margin-bottom: 10px;
  }
}

.present01 {
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .present01 {
    margin-bottom: 100px;
  }
}

.situation {
  background: #EDE6DD;
  padding: 93px 0 40px;
}
@media (max-width: 1024px) {
  .situation {
    padding: 45px 20px;
  }
}
.situation .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.situation h3 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .situation h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.situation h4 {
  font-size: 2.6rem;
  padding-bottom: 13px;
  border-bottom: 1px solid #000;
  margin-bottom: 19px;
}
@media (max-width: 1024px) {
  .situation h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.situation__txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .situation__txt {
    font-size: 1.4rem;
  }
}
.situation__img {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .situation__img {
    margin-bottom: 20px;
  }
}
.situation__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .situation__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.situation__flex__left {
  width: calc(100% - 305px);
}
@media (max-width: 1024px) {
  .situation__flex__left {
    width: 100%;
  }
}
.situation__flex__right {
  width: 285px;
}
@media (max-width: 1024px) {
  .situation__flex__right {
    width: 100%;
    margin-top: 10px;
  }
}

.activist {
  padding: 150px 0 40px;
}
@media (max-width: 1024px) {
  .activist {
    padding: 40px 20px;
  }
  .activist .slick-list {
    padding: 0 !important;
  }
}
.activist h3 {
  font-size: 3.6rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .activist h3 {
    font-size: 2rem;
  }
}
.activist__slider .slick-slide {
  margin: 0 33px;
}
@media (max-width: 1024px) {
  .activist__slider .slick-slide {
    margin: 0;
  }
  .activist__slider .slick-slide img {
    width: 100%;
  }
}
.activist__slider .slick-prev {
  left: calc(50% - 505px);
}
@media (max-width: 1024px) {
  .activist__slider .slick-prev {
    left: 3%;
  }
}
.activist__slider .slick-next {
  right: calc(50% - 480px);
}
@media (max-width: 1024px) {
  .activist__slider .slick-next {
    right: 1%;
  }
}
.activist__slider .slick-prev, .activist__slider .slick-next {
  top: calc(50% - 10px);
  height: 76px;
}
@media (max-width: 1024px) {
  .activist__slider .slick-prev, .activist__slider .slick-next {
    height: 30px;
  }
}
.activist__slider .slick-prev:after, .activist__slider .slick-next:after {
  width: 40px;
  height: 40px;
  border-width: 6px;
  border-color: #008D66;
}
@media (max-width: 1024px) {
  .activist__slider .slick-prev:after, .activist__slider .slick-next:after {
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
}

.history h3 {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .history h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.history__bg {
  background: url("../img/2x/history_bg.png") no-repeat center center;
  background-size: cover;
  padding: 100px 0 90px;
  position: relative;
  margin-bottom: 145px;
}
@media (max-width: 1024px) {
  .history__bg {
    padding: 30px 20px;
    margin-bottom: 90px;
  }
}
.history__lead {
  position: absolute;
  left: calc(50% - 308px);
  top: 100px;
}
@media (max-width: 1024px) {
  .history__lead {
    left: 10px;
    width: 66px;
    top: 30px;
  }
}
.history__txt {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .history__txt {
    width: calc(100% - 70px);
    font-size: 1.2rem;
    margin-right: 0px;
  }
}
.history__txt img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
}

.voice {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .voice {
    margin-bottom: 60px;
  }
}
.voice h3 {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .voice h3 {
    font-size: 2rem;
  }
}
.voice__slider {
  background: #008D66;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .voice__slider {
    padding: 30px 0;
  }
}
.voice__slider-sec {
  max-width: 925px;
  padding: 0 72px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .voice__slider-sec {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.voice__slider-thumb {
  margin-right: 78px;
  width: 317px;
}
@media (max-width: 1024px) {
  .voice__slider-thumb {
    width: 60%;
    margin: 0 auto;
  }
}
.voice__slider-txt {
  width: calc(100% - 400px);
  background: #fff;
  padding: 30px 40px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .voice__slider-txt {
    width: 100%;
    margin-top: 40px;
    padding: 15px;
    font-size: 1.4rem;
  }
}
.voice__slider-txt:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 70px;
  border-right-width: 70px;
  margin-top: -20px;
  border-right-color: #fff;
  right: 100%;
  top: 50%;
}
@media (max-width: 1024px) {
  .voice__slider-txt:after {
    top: unset;
    right: unset;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #fff;
    bottom: 100%;
    left: 50%;
  }
}
.voice__slider-name {
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .voice__slider-name {
    margin-top: 20px;
  }
}
.voice__slider .slick-prev {
  left: calc(50% - 495px);
}
@media (max-width: 1024px) {
  .voice__slider .slick-prev {
    left: 5%;
  }
}
.voice__slider .slick-next {
  right: calc(50% - 470px);
}
@media (max-width: 1024px) {
  .voice__slider .slick-next {
    right: 5%;
  }
}
.voice__slider .slick-prev, .voice__slider .slick-next {
  top: calc(50% - 10px);
  height: 76px;
}
@media (max-width: 1024px) {
  .voice__slider .slick-prev, .voice__slider .slick-next {
    top: 23%;
  }
}
.voice__slider .slick-prev:after, .voice__slider .slick-next:after {
  width: 40px;
  height: 40px;
  border-width: 6px;
  border-color: #fff;
}
@media (max-width: 1024px) {
  .voice__slider .slick-prev:after, .voice__slider .slick-next:after {
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
}

.message h3 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .message h3 {
    font-size: 2rem;
  }
}
.message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 220px;
}
@media (max-width: 1024px) {
  .message__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 70px;
  }
}
.message__flex-sec {
  width: calc(33.3333% - 25px);
}
@media (max-width: 1024px) {
  .message__flex-sec {
    width: 100%;
    margin-bottom: 40px;
  }
}
.message__flex-txt {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .message__flex-txt {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.message__flex-thumb {
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .message__flex-thumb {
    text-align: center;
    margin-bottom: 10px;
  }
  .message__flex-thumb img {
    width: 50%;
  }
}
.message__flex-name {
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
}

.present02 {
  border: 1px solid #000;
  max-width: 1000px;
  margin: 0 auto 60px;
  border-radius: 30px;
  padding: 0 65px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .present02 {
    margin: 0 20px 60px;
    border-radius: 15px;
    padding: 0 20px 30px;
  }
}
.present02 h3 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.7;
  margin-top: -95px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .present02 h3 {
    font-size: 1.8rem;
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
.present02 h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 18px;
}
@media (max-width: 1024px) {
  .present02 h3 span {
    padding: 0 10px;
  }
}
.present02__limit {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .present02__limit {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.present02__flex {
  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;
}
.present02__flex-sec {
  width: calc(50% - 10px);
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .present02__flex-sec {
    width: 100%;
  }
}
.present02__flex-sec:nth-child(3) img {
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .present02__flex-sec:nth-child(3) img {
    padding-bottom: 0;
  }
}
.present02__flex-sec.pt2 {
  width: 100%;
  background: #FFDD50;
  margin-top: 20px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 80px;
  padding-left: 148px;
}
@media (max-width: 1024px) {
  .present02__flex-sec.pt2 {
    padding: 20px 0 20px 10px;
    margin-bottom: 20px;
  }
  .present02__flex-sec.pt2 div:first-child {
    width: 65%;
  }
  .present02__flex-sec.pt2 div:last-child {
    width: 35%;
  }
}
.present02__flex-txt {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .present02__flex-txt {
    font-size: 1.4rem;
  }
}
.present02__flex-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .present02__flex-thumb {
    margin-bottom: 5px;
  }
}
.present02__flex-thumb img {
  vertical-align: bottom;
  margin-bottom: 10px;
}
.present02__caution {
  background: #EDE6DD;
  padding: 18px 170px;
  font-size: 1.7rem;
  line-height: 1.7;
}
.present02__caution p {
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 1024px) {
  .present02__caution {
    padding: 20px;
    font-size: 1.3rem;
  }
}

.footer h1 {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .footer h1 {
    margin-bottom: 50px;
  }
  .footer h1 img {
    width: 100px;
  }
}
.footer__flex {
  background: #EDE6DD;
  padding: 20px 0;
}
.footer__flex .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .footer__flex .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 1.2rem;
  }
}
.footer__contact {
  line-height: 1.8;
}
.footer__contact a {
  border: 1px solid #000;
  color: #000;
  padding: 2px 10px;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .footer__contact a {
    padding: 0 5px;
  }
}
.footer__contact a:hover {
  background: #000;
  color: #fff;
}
.footer__sns {
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
}
@media (max-width: 1024px) {
  .footer__sns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footer__sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__sns ul li {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .footer__sns ul li {
    margin: 0 5px;
  }
}
.footer__sns ul img {
  width: 36px;
}
@media (max-width: 1024px) {
  .footer__sns ul img {
    width: 25px;
  }
}

.basic__img2 {
  max-width: 1500px;
  margin: 0 auto 200px;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .basic__img2 {
    padding-top: 0;
  }
}
.basic__img2 h3 {
  position: relative;
  padding: 56px 0 56px 70px;
  max-width: 1060px;
  margin: 0 auto 20px;
  font-size: 3rem;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .basic__img2 h3 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.3;
    padding: 0px 0 15px;
    margin: 0 15px 30px;
  }
}
.basic__img2 h3 img {
  opacity: 0.15;
  width: 180px;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 68px);
  left: 0;
}
@media (max-width: 1024px) {
  .basic__img2 h3 img {
    width: 115px;
  }
}
.basic__img2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .basic__img2-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.basic__img2-txt {
  font-size: 1.6rem;
  line-height: 2;
  width: 52%;
  margin-right: 70px;
}
@media (max-width: 1024px) {
  .basic__img2-txt {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.basic__img2-txt-inner {
  max-width: 470px;
  margin-right: 0;
  margin-left: auto;
}
.basic__img2-img {
  width: calc(48% - 70px);
  text-align: right;
}
.basic__img2-img img {
  width: 69%;
}
.basic__img2-img img.w59 {
  width: 59%;
}
@media (max-width: 1024px) {
  .basic__img2-img {
    width: calc( 100% - 15px);
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 45px;
  }
  .basic__img2-img img {
    width: 80%;
  }
}
.basic__img2-img img + img {
  display: block;
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .basic__img2-img img + img {
    margin-top: 30px;
  }
}
.basic__img2 a {
  text-decoration: underline;
}

.greet {
  position: relative;
  background: #CDE6CF;
  /*
  &:after{
      content:'';
      display: block;
      position: absolute;
      bottom:100%;
      left:0;
      width: 0;
      border-style: solid;
      border-width: 0 0 126px calc(50vw - 8px);
      border-color: transparent transparent #CDE6CF transparent;
      @include tab{
          border-width: 0 0 26px calc(50vw);
      }
  }*/
  padding: 50px 0 143px;
}
.greet:before {
  content: url("../img/greet_top.svg");
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .greet {
    padding: 40px 0 100px;
  }
}
.greet__ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .greet__ttl {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 1024px) {
  .greet__ttl {
    margin-bottom: 20px;
  }
}
.greet__flex {
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .greet__flex {
    padding: 0 15px;
  }
}
.greet__thumb {
  width: 290px;
  margin-right: 90px;
  text-align: right;
}
@media (max-width: 1024px) {
  .greet__thumb {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 30px;
  }
}
.greet__thumb p {
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .greet__thumb p {
    text-align: right;
    padding-top: 20px;
  }
}
.greet__txt {
  width: calc(100% - 380px);
  font-size: 1.6rem;
  line-height: 2;
}
.greet__txt p {
  text-align: right;
}
@media (max-width: 1024px) {
  .greet__txt {
    width: 100%;
  }
}

_::-webkit-full-page-media, _:future, :root .greet:before {
  border-width: 126px 0 0 calc(50vw);
}

_::-webkit-full-page-media, _:future, :root .greet:after {
  border-width: 0 0 126px calc(50vw);
}

.intro {
  margin-bottom: 18px;
}
.intro .content {
  background: url("../img/kiji01_pic.jpg") no-repeat center;
  background-size: cover;
  padding: 84px 130px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .intro .content {
    max-width: 100%;
    padding: 50px 0;
    margin-bottom: 20px;
  }
}
.intro h3 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .intro h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.intro p {
  line-height: 180%;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .intro {
    margin-bottom: 30px;
  }
  .intro .content + p {
    padding: 0 20px;
    font-size: 14px;
  }
}

.target {
  padding: 100px 0 1px;
}
@media (max-width: 1024px) {
  .target {
    padding: 100px 15px 1px;
  }
}
.target__ttl {
  font-size: 3rem;
  margin-bottom: 95px;
  text-align: center;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .target__ttl {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.target__lead {
  font-size: 1.6rem;
  line-height: 2;
  max-width: 740px;
  margin: 0 auto 95px;
}
.target__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .target__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.target__list li {
  margin-bottom: 95px;
  text-align: center;
  width: calc(33.333% - 38px);
}
@media (max-width: 1024px) {
  .target__list li {
    width: 100%;
    margin-bottom: 70px;
  }
}
.target__list img {
  width: 50%;
}
@media (max-width: 1024px) {
  .target__list img {
    width: 35%;
  }
}
.target__list-num {
  font-size: 1.8rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .target__list-num {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.target__list-txt {
  padding: 30px 0 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .target__list-txt {
    font-size: 1.3rem;
    padding-top: 25px;
    line-height: 2;
  }
}

.goal1 {
  background: url("../img/bg01.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .goal1 {
    padding: 65px 15px 50px;
    margin-bottom: 25px;
  }
  .goal1 .parallax {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .goal1 .background-image {
    background: url("../img/bg01_sp.png") no-repeat center;
    background-size: cover;
  }
}
.goal1__data-area {
  background: #F2F1E7;
}
.goal1__henoko {
  max-width: 1500px;
  margin: 0 auto 227px;
  position: relative;
}
@media (max-width: 1024px) {
  .goal1__henoko {
    margin-bottom: 70px;
  }
}
.goal1__henoko-thumb {
  position: absolute;
  top: -100px;
  left: 52%;
  width: 720px;
  max-width: 48%;
}
@media (max-width: 1024px) {
  .goal1__henoko-thumb {
    position: inherit;
    top: -15px;
    left: unset;
    max-width: 100%;
    width: calc(100% - 30px);
    margin: 0 auto 0;
  }
}
.goal1__henoko-txt {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 40%;
  border-radius: 7px;
  position: relative;
  top: 84px;
  margin-left: 16%;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .goal1__henoko-txt {
    width: calc(100% - 60px);
    margin: 0 auto;
    top: -45px;
  }
}
.goal1__henoko-num {
  font-size: 5.6rem;
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .goal1__henoko-num {
    font-size: 4rem;
    margin-bottom: 25px;
  }
}
.goal1__henoko-num span {
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .goal1__henoko-num span {
    font-size: 2rem;
  }
}
.goal1__henoko a {
  text-decoration: underline;
}
.goal1__henoko-ttl {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .goal1__henoko-ttl {
    margin-bottom: 35px;
  }
}
.goal1__iken {
  max-width: 1060px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .goal1__iken {
    padding: 0 15px 50px;
  }
}
.goal1__iken-graph {
  margin-bottom: 60px;
  width: 628px;
  height: 315px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .goal1__iken-graph {
    position: relative;
    margin-bottom: 5px;
  }
}
.goal1__iken-graph:before {
  content: "";
  background: url("../img/img02.svg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .goal1__iken-graph:before {
    content: none;
  }
}
@media (max-width: 1024px) {
  .goal1__iken-graph {
    width: auto;
    height: auto;
  }
}
.goal1__iken-graph1 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #BABFB2;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 10%;
  position: absolute;
}
.goal1__iken-graph1 img {
  position: absolute;
  top: -16px;
  left: 16px;
}
@media (max-width: 1024px) {
  .goal1__iken-graph1 img {
    left: 2px;
  }
}
@media (max-width: 1024px) {
  .goal1__iken-graph1 {
    width: 34px;
    left: 15%;
  }
}
.goal1__iken-graph1.shown {
  height: 63%;
}
.goal1__iken-graph2 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #BABFB2;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 18.5%;
  position: absolute;
}
.goal1__iken-graph2 img {
  position: absolute;
  top: -16px;
  left: 16px;
}
@media (max-width: 1024px) {
  .goal1__iken-graph2 img {
    left: 2px;
  }
}
@media (max-width: 1024px) {
  .goal1__iken-graph2 {
    width: 34px;
    left: 30.8%;
  }
}
.goal1__iken-graph2.shown {
  height: 58%;
}
.goal1__iken-graph3 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #BABFB2;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 26.8%;
  position: absolute;
}
.goal1__iken-graph3 img {
  position: absolute;
  top: -16px;
  left: 16px;
}
@media (max-width: 1024px) {
  .goal1__iken-graph3 img {
    left: 2px;
  }
}
@media (max-width: 1024px) {
  .goal1__iken-graph3 {
    width: 34px;
    left: 46.8%;
  }
}
.goal1__iken-graph3.shown {
  height: 50%;
}
.goal1__iken-graph4 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #BABFB2;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 35%;
  position: absolute;
}
.goal1__iken-graph4 img {
  position: absolute;
  top: -16px;
  left: 16px;
}
@media (max-width: 1024px) {
  .goal1__iken-graph4 img {
    left: 2px;
  }
}
@media (max-width: 1024px) {
  .goal1__iken-graph4 {
    width: 34px;
    left: 62%;
  }
}
.goal1__iken-graph4.shown {
  height: 42%;
}
.goal1__iken-graph5 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #008866;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 43.3%;
  position: absolute;
}
@media (max-width: 1024px) {
  .goal1__iken-graph5 {
    width: 34px;
    left: 77.3%;
  }
}
.goal1__iken-graph5.shown {
  height: 82%;
}
.goal1__iken-graph5-icon {
  position: absolute;
  z-index: 3;
  left: 44%;
  top: 5px;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
@media (max-width: 1024px) {
  .goal1__iken-graph5-icon {
    left: 78.3%;
    width: 27px;
  }
}
.goal1__iken-graph5-icon.shown {
  top: -10px;
  opacity: 1;
}
.goal1__iken-txt {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40%;
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 30px;
  border-radius: 7px;
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .goal1__iken-txt {
    position: inherit;
    top: unset;
    right: unset;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.goal1__monitor {
  max-width: 990px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .goal1__monitor {
    padding: 0 15px;
  }
}
.goal1__monitor-graph {
  margin-bottom: 150px;
  width: 604px;
  height: 302px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .goal1__monitor-graph {
    position: relative;
    margin-bottom: 5px;
  }
}
.goal1__monitor-graph:before {
  content: "";
  background: url("../img/graph_border.svg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .goal1__monitor-graph:before {
    content: none;
  }
}
@media (max-width: 1024px) {
  .goal1__monitor-graph {
    width: 100%;
    height: auto;
  }
}
.goal1__monitor-graph1 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #BABFB2;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 10%;
  position: absolute;
}
.goal1__monitor-graph1 img {
  position: absolute;
  top: -16px;
  left: 16px;
}
@media (max-width: 1024px) {
  .goal1__monitor-graph1 img {
    left: 2px;
  }
}
@media (max-width: 1024px) {
  .goal1__monitor-graph1 {
    width: 34px;
    left: 15%;
  }
}
.goal1__monitor-graph1.shown {
  height: 55%;
}
.goal1__monitor-graph2 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #BABFB2;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 18.5%;
  position: absolute;
}
.goal1__monitor-graph2 img {
  position: absolute;
  top: -16px;
  left: 16px;
}
@media (max-width: 1024px) {
  .goal1__monitor-graph2 img {
    left: 2px;
  }
}
@media (max-width: 1024px) {
  .goal1__monitor-graph2 {
    width: 34px;
    left: 30.8%;
  }
}
.goal1__monitor-graph2.shown {
  height: 61%;
}
.goal1__monitor-graph3 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #BABFB2;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 26.8%;
  position: absolute;
}
.goal1__monitor-graph3 img {
  position: absolute;
  top: -16px;
  left: 16px;
}
@media (max-width: 1024px) {
  .goal1__monitor-graph3 img {
    left: 2px;
  }
}
@media (max-width: 1024px) {
  .goal1__monitor-graph3 {
    width: 34px;
    left: 46.8%;
  }
}
.goal1__monitor-graph3.shown {
  height: 70%;
}
.goal1__monitor-graph4 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #BABFB2;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 35%;
  position: absolute;
}
.goal1__monitor-graph4 img {
  position: absolute;
  top: -16px;
  left: 16px;
}
@media (max-width: 1024px) {
  .goal1__monitor-graph4 img {
    left: 2px;
  }
}
@media (max-width: 1024px) {
  .goal1__monitor-graph4 {
    width: 34px;
    left: 62%;
  }
}
.goal1__monitor-graph4.shown {
  height: 80%;
}
.goal1__monitor-graph5 {
  height: 0;
  -webkit-transition: 0.4s height ease-in-out;
  transition: 0.4s height ease-in-out;
  width: 62px;
  background: #008866;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 43.3%;
  position: absolute;
}
@media (max-width: 1024px) {
  .goal1__monitor-graph5 {
    width: 34px;
    left: 77.3%;
  }
}
.goal1__monitor-graph5.shown {
  height: 87%;
}
.goal1__monitor-graph5-icon {
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  opacity: 0;
  top: -20px;
  left: 44%;
}
@media (max-width: 1024px) {
  .goal1__monitor-graph5-icon {
    left: 78.3%;
    width: 27px;
  }
}
.goal1__monitor-graph5-icon.shown {
  opacity: 1;
  top: -29px;
}
@media (max-width: 1024px) {
  .goal1__monitor-graph5-icon.shown {
    top: -25px;
  }
}
.goal1__monitor-txt {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40%;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 30px;
  padding-right: 20px;
  border-radius: 7px;
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .goal1__monitor-txt {
    position: inherit;
    top: unset;
    right: unset;
    width: calc(100% - 30px);
    margin: 0 auto 100px;
  }
}
.goal1__monitor-txt a {
  text-decoration: underline;
}
.goal1__main-area {
  max-width: 1060px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 80px 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .goal1__main-area {
    padding: 50px 15px;
    line-height: 1.9;
  }
}
.goal1__main-area h2 {
  font-size: 1.8rem;
  margin-bottom: 45px;
  letter-spacing: 2px;
}
.goal1__main-area h2 img {
  width: 75px;
  vertical-align: middle;
  padding-right: 15px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .goal1__main-area h2 img {
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .goal1__main-area h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.goal1__main-area h3 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .goal1__main-area h3 {
    font-size: 2rem;
  }
}
.goal2 {
  background: url("../img/bg02.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .goal2 {
    padding: 65px 15px 50px;
    margin-bottom: 25px;
  }
  .goal2 .parallax {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .goal2 .background-image {
    background: url("../img/bg02_sp.png") no-repeat center;
    background-size: cover;
  }
}
.goal2__pref {
  position: absolute;
  top: 50%;
  right: -30px;
}
.goal2__pref img {
  width: 709px;
}
@media (max-width: 1024px) {
  .goal2__pref {
    right: -15px;
    width: calc( 100% + 100px);
    top: calc(100% - 70px);
  }
  .goal2__pref img {
    width: 100%;
  }
}
.goal2__sec2 {
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .goal2__sec2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 150px 15px 25px;
  }
}
.goal2__sec2__img {
  margin-right: 120px;
  width: 240px;
}
@media (max-width: 1024px) {
  .goal2__sec2__img {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .goal2__sec2__img img {
    width: 50%;
  }
}
.goal2__sec2__txt {
  width: calc(100% - 360px);
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .goal2__sec2__txt {
    width: 100%;
    margin-bottom: 50px;
  }
}
.goal2__sec2 p + p {
  margin-top: 30px;
}
.goal2__main-area {
  max-width: 1060px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 80px 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .goal2__main-area {
    padding: 40px 15px 90px;
  }
}
.goal2__main-area h2 {
  font-size: 1.8rem;
  margin-bottom: 45px;
  letter-spacing: 2px;
}
.goal2__main-area h2 img {
  width: 75px;
  vertical-align: middle;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .goal2__main-area h2 img {
    width: 50px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .goal2__main-area h2 {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}
.goal2__main-area h3 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .goal2__main-area h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.goal2__main-area p {
  width: 65%;
}
@media (max-width: 1024px) {
  .goal2__main-area p {
    width: 100%;
  }
}
.goal3 {
  background: url("../img/bg03.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .goal3 {
    padding: 68px 15px;
    margin-bottom: 80px;
  }
  .goal3 .parallax {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .goal3 .background-image {
    background: url("../img/bg03_sp.png") no-repeat center;
    background-size: cover;
  }
}
.goal3__sec2 {
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goal3__sec2__img {
  margin-right: 120px;
  width: 240px;
}
.goal3__sec2__txt {
  width: calc(100% - 360px);
  font-size: 1.6rem;
  line-height: 2;
}
.goal3__sec2 p + p {
  margin-top: 30px;
}
.goal3__graph {
  max-width: 1060px;
  margin: -180px auto 0;
  pointer-events: none;
  position: relative;
}
@media (max-width: 1024px) {
  .goal3__graph {
    margin: 15px 15px 0;
  }
}
.goal3__graph-txt {
  position: absolute;
  right: 20px;
  top: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .goal3__graph-txt {
    right: 0;
    top: -10px;
  }
}
.goal3__graph-name {
  font-size: 1.4rem;
  color: #4D4D4D;
  display: block;
}
@media (max-width: 1024px) {
  .goal3__graph-name {
    font-size: 0.7rem;
  }
}
.goal3__graph-num {
  font-size: 5.6rem;
}
@media (max-width: 1024px) {
  .goal3__graph-num {
    font-size: 2.8rem;
  }
}
.goal3__graph-num span {
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .goal3__graph-num span {
    font-size: 1.5rem;
  }
}
.goal3__basic {
  margin-bottom: 100px;
}
.goal3__main-area {
  max-width: 1060px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 80px 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .goal3__main-area {
    padding: 50px 15px 40px;
  }
}
.goal3__main-area h2 {
  font-size: 1.8rem;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
.goal3__main-area h2 img {
  width: 75px;
  vertical-align: middle;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .goal3__main-area h2 img {
    width: 50px;
    padding-right: 5px;
  }
}
.goal3__main-area h3 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .goal3__main-area h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.goal4 {
  position: relative;
  background: #c6edd0;
  padding: 100px 0 150px;
  /**/
}
@media (max-width: 1024px) {
  .goal4 {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
.goal4:before, .goal4:after {
  content: "";
  display: block;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  background: url("../img/goal4_bg.png") repeat-y top;
}
@media (max-width: 1024px) {
  .goal4:before, .goal4:after {
    width: 68px;
    background-size: 100% auto;
    left: -34px;
  }
}
.goal4:after {
  left: unset;
  right: 27px;
}
@media (max-width: 1024px) {
  .goal4:after {
    right: -34px;
  }
}
.goal4__main-area {
  max-width: calc(960px + 280px);
  margin: 0 auto;
  padding: 0 170px;
  position: relative;
  height: 716px;
}
@media (max-width: 1024px) {
  .goal4__main-area {
    padding: 0 34px;
    height: 816px;
  }
}
.goal4__main-area h3 {
  text-align: center;
  font-size: 1.8rem;
  width: 5em;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .goal4__main-area h3 {
    margin: 0 auto 25px;
  }
}
.goal4__main-area h3 img {
  display: block;
  margin: 0 auto 10px;
  width: 60px;
}
.goal4__main-area h4 {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .goal4__main-area h4 {
    font-size: 2rem;
    text-align: center;
  }
}
.goal4__main-area__circle {
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle {
    font-size: 1rem;
  }
}
.goal4__main-area__circle img {
  display: block;
  margin: 0 auto;
}
.goal4__main-area__circle.shown {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.goal4__main-area__circle.circle1 {
  width: 440px;
  height: 440px;
  top: 0;
  left: 55%;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle1 {
    width: 220px;
    height: 220px;
    left: calc(50% - 110px);
    top: 240px;
  }
}
.goal4__main-area__circle.circle1 img {
  padding-top: 60px;
  padding-bottom: 55px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle1 img {
    padding-top: 30px;
    padding-bottom: 20px;
    height: 80px;
  }
}
.goal4__main-area__circle.circle1 p {
  font-size: 5.6rem;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle1 p {
    font-size: 2.8rem;
  }
}
.goal4__main-area__circle.circle1 p span {
  font-size: 3rem;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle1 p span {
    font-size: 1.5rem;
  }
}
.goal4__main-area__circle.circle2 {
  width: 340px;
  height: 340px;
  top: 50%;
  left: 14%;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle2 {
    width: 170px;
    height: 170px;
    left: calc(50% - 85px);
    top: 480px;
  }
}
.goal4__main-area__circle.circle2 img {
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle2 img {
    height: 60px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.goal4__main-area__circle.circle2 p {
  font-size: 5.6rem;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle2 p {
    font-size: 2.8rem;
  }
}
.goal4__main-area__circle.circle2 p span {
  font-size: 3rem;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle2 p span {
    font-size: 1.2rem;
  }
}
.goal4__main-area__circle.circle3 {
  width: 213px;
  height: 213px;
  top: 68%;
  left: 52%;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle3 {
    width: 146px;
    height: 146px;
    top: 676px;
    left: calc(50% - 150px);
  }
}
.goal4__main-area__circle.circle3 img {
  padding-top: 30px;
  padding-bottom: 15px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle3 img {
    height: 43px;
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.goal4__main-area__circle.circle4 {
  width: 213px;
  height: 213px;
  top: 68%;
  left: 73%;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle4 {
    width: 146px;
    height: 146px;
    top: 676px;
    left: unset;
    left: calc(50% + 5px);
  }
}
.goal4__main-area__circle.circle4 img {
  padding-top: 30px;
  padding-bottom: 15px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1024px) {
  .goal4__main-area__circle.circle4 img {
    height: 45px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.goal4__main-area-ttl {
  margin-bottom: 5px;
  display: block;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.goal4__main-area-ttl3, .goal4__main-area-ttl4 {
  margin-bottom: 5px;
  display: block;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.goal4__main-area-num3, .goal4__main-area-num4 {
  font-size: 3.5rem;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
@media (max-width: 1024px) {
  .goal4__main-area-num3, .goal4__main-area-num4 {
    font-size: 2.4rem;
  }
}
.goal4__main-area-num3 span, .goal4__main-area-num4 span {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .goal4__main-area-num3 span, .goal4__main-area-num4 span {
    font-size: 1.3rem;
  }
}
.goal4__main-area-caution {
  font-size: 1rem;
  display: block;
  margin-top: 15px;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
@media (max-width: 1024px) {
  .goal4__main-area-caution {
    font-size: 0.9rem;
  }
}
.goal5 {
  padding: 145px 0 0px;
}
.goal5 h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .goal5 h2 {
    font-size: 1.5rem;
  }
}
.goal5 h2 img {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
}
@media (max-width: 1024px) {
  .goal5 h2 img {
    width: 55px;
  }
}
.goal5 h3 {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 112px;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .goal5 h3 {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.goal5__graph__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .goal5__graph__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.goal5__graph__flex:last-child {
  margin-bottom: 0;
  margin-top: 124px;
}
@media (max-width: 1024px) {
  .goal5__graph__flex:last-child {
    margin-top: 0;
  }
}
.goal5__graph__flex-sec {
  margin: 0 45px;
  position: relative;
}
@media (max-width: 1024px) {
  .goal5__graph__flex-sec {
    margin: 0 15px 65px;
  }
}
.goal5__graph__flex p {
  font-size: 1.4rem;
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
@media (max-width: 1024px) {
  .goal5__graph__flex p {
    font-size: 1rem;
  }
}
.goal5__graph__box1 {
  width: 481px;
  height: 265px;
  position: relative;
  background: url("../img/img30.svg") no-repeat;
}
@media (max-width: 1024px) {
  .goal5__graph__box1 {
    width: auto;
    height: auto;
  }
}
.goal5__graph__box2 {
  width: 481px;
  height: 265px;
  position: relative;
  background: url("../img/img31.svg") no-repeat;
}
@media (max-width: 1024px) {
  .goal5__graph__box2 {
    width: auto;
    height: auto;
  }
}
.goal5__graph__box3 {
  width: 481px;
  height: 265px;
  position: relative;
  background: url("../img/img32.svg") no-repeat;
}
@media (max-width: 1024px) {
  .goal5__graph__box3 {
    width: auto;
    height: auto;
  }
}
.goal5__graph1-box1, .goal5__graph1-box2, .goal5__graph1-box3, .goal5__graph1-box4, .goal5__graph1-box5, .goal5__graph2-box1, .goal5__graph2-box2, .goal5__graph2-box3, .goal5__graph2-box4, .goal5__graph2-box5 {
  width: 53px;
  background: #D5CDB1;
  border-radius: 3px 3px 0 0;
  position: absolute;
}
@media (max-width: 1024px) {
  .goal5__graph1-box1, .goal5__graph1-box2, .goal5__graph1-box3, .goal5__graph1-box4, .goal5__graph1-box5, .goal5__graph2-box1, .goal5__graph2-box2, .goal5__graph2-box3, .goal5__graph2-box4, .goal5__graph2-box5 {
    width: 32px;
  }
}
.goal5__graph1-box1 img, .goal5__graph1-box2 img, .goal5__graph1-box3 img, .goal5__graph1-box4 img, .goal5__graph1-box5 img, .goal5__graph2-box1 img, .goal5__graph2-box2 img, .goal5__graph2-box3 img, .goal5__graph2-box4 img, .goal5__graph2-box5 img {
  position: absolute;
  top: -16px;
  left: 10px;
}
@media (max-width: 1024px) {
  .goal5__graph1-box1 img, .goal5__graph1-box2 img, .goal5__graph1-box3 img, .goal5__graph1-box4 img, .goal5__graph1-box5 img, .goal5__graph2-box1 img, .goal5__graph2-box2 img, .goal5__graph2-box3 img, .goal5__graph2-box4 img, .goal5__graph2-box5 img {
    left: 2px;
  }
}
.goal5__graph1-box1 {
  left: 18%;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph1-box1.shown {
  height: 63%;
}
.goal5__graph1-box2 {
  left: 34%;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph1-box2.shown {
  height: 69%;
}
.goal5__graph1-box3 {
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph1-box3.shown {
  height: 73%;
}
.goal5__graph1-box4 {
  left: 66%;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph1-box4.shown {
  height: 77%;
}
.goal5__graph1-box5 {
  left: 82%;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
  background: #D1AB3B;
}
.goal5__graph1-box5.shown {
  height: 90%;
}
.goal5__graph1-box5-icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  position: absolute;
  right: 25px;
  top: -20px;
  width: 65px;
}
@media (max-width: 1024px) {
  .goal5__graph1-box5-icon {
    width: 12%;
    top: -30px;
  }
}
.goal5__graph1-box5-icon.shown {
  top: -60px;
  opacity: 1;
}
@media (max-width: 1024px) {
  .goal5__graph1-box5-icon.shown {
    top: -35px;
  }
}
.goal5__graph2-box1 {
  left: 18%;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph2-box1.shown {
  height: 6%;
}
.goal5__graph2-box2 {
  left: 34%;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph2-box2.shown {
  height: 11%;
}
.goal5__graph2-box3 {
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph2-box3.shown {
  height: 92%;
}
.goal5__graph2-box4 {
  left: 66%;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph2-box4.shown {
  height: 60%;
}
.goal5__graph2-box5 {
  left: 82%;
  bottom: 0;
  background: #D1AB3B;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph2-box5.shown {
  height: 77%;
}
.goal5__graph2-box5-icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  position: absolute;
  right: 25px;
  top: -20px;
  width: 65px;
}
@media (max-width: 1024px) {
  .goal5__graph2-box5-icon {
    width: 12%;
    top: 0px;
  }
}
.goal5__graph2-box5-icon.shown {
  opacity: 1;
  top: -30px;
}
@media (max-width: 1024px) {
  .goal5__graph2-box5-icon.shown {
    top: -10px;
  }
}
.goal5__graph3-box1, .goal5__graph3-box2, .goal5__graph3-box3, .goal5__graph3-box4, .goal5__graph3-box5, .goal5__graph3-box6, .goal5__graph3-box7, .goal5__graph3-box8, .goal5__graph3-box9, .goal5__graph3-box10 {
  width: 22px;
  background: #D5CDB1;
  border-radius: 3px 3px 0 0;
  position: absolute;
}
@media (max-width: 1024px) {
  .goal5__graph3-box1, .goal5__graph3-box2, .goal5__graph3-box3, .goal5__graph3-box4, .goal5__graph3-box5, .goal5__graph3-box6, .goal5__graph3-box7, .goal5__graph3-box8, .goal5__graph3-box9, .goal5__graph3-box10 {
    width: 15px;
  }
}
.goal5__graph3-box1 img, .goal5__graph3-box2 img, .goal5__graph3-box3 img, .goal5__graph3-box4 img, .goal5__graph3-box5 img, .goal5__graph3-box6 img, .goal5__graph3-box7 img, .goal5__graph3-box8 img, .goal5__graph3-box9 img, .goal5__graph3-box10 img {
  position: absolute;
  top: -10px;
  left: 0px;
}
.goal5__graph3-box1 {
  left: 18%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg01.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box1.shown {
  height: 45%;
}
.goal5__graph3-box2 {
  left: 24.5%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg03.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box2.shown {
  height: 70%;
}
.goal5__graph3-box3 {
  left: 34%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg01.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box3.shown {
  height: 50%;
}
.goal5__graph3-box4 {
  left: 40.5%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg03.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box4.shown {
  height: 82%;
}
.goal5__graph3-box5 {
  left: 50%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg01.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box5.shown {
  height: 56%;
}
.goal5__graph3-box6 {
  left: 56.5%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg03.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box6.shown {
  height: 89%;
}
.goal5__graph3-box7 {
  left: 66%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg01.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box7.shown {
  height: 67%;
}
.goal5__graph3-box8 {
  left: 72.5%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg03.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box8.shown {
  height: 91%;
}
.goal5__graph3-box9 {
  left: 82%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg05.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box9.shown {
  height: 75%;
}
.goal5__graph3-box10 {
  left: 88.5%;
  bottom: 0;
  background: #D5CDB1 url("../img/graph_bg04.svg") repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
}
.goal5__graph3-box10.shown {
  height: 98%;
}
.goal5__graph3-box10-icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  position: absolute;
  right: -30px;
  top: 45px;
}
@media (max-width: 1024px) {
  .goal5__graph3-box10-icon {
    width: 11%;
    right: 18px;
    top: 40px;
  }
}
.goal5__graph3-box10-icon.shown {
  opacity: 1;
  top: 35px;
}
@media (max-width: 1024px) {
  .goal5__graph3-box10-icon.shown {
    top: 30px;
  }
}
.goal5__graph3-box10-icon2 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  position: absolute;
  right: -75px;
  top: -80px;
}
@media (max-width: 1024px) {
  .goal5__graph3-box10-icon2 {
    right: -10px;
    width: 15%;
    top: -40px;
  }
}
.goal5__graph3-box10-icon2.shown {
  opacity: 1;
  top: -90px;
}
@media (max-width: 1024px) {
  .goal5__graph3-box10-icon2.shown {
    top: -50px;
  }
}
.goal6 {
  background: #DBD4BE url("../img/bg04.png") no-repeat calc(100% - 30px) 30px;
}
@media (max-width: 1024px) {
  .goal6 {
    background: #DBD4BE url("../img/bg04.png") no-repeat calc(100% - 30px) 30px;
    background-size: 80% auto;
  }
}
.goal6__icon {
  text-align: center;
  font-size: 1.8rem;
  width: 5em;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .goal6__icon {
    margin: 0 auto 40px;
    font-size: 1.5rem;
  }
}
.goal6__icon img {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
}
@media (max-width: 1024px) {
  .goal6__icon img {
    width: 40px;
  }
}
.goal6__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 105px 0 150px;
}
@media (max-width: 1024px) {
  .goal6__inner {
    padding: 100px 15px 50px;
  }
}
.goal6__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .goal6__ttl {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.goal6__ttl h3 {
  font-size: 3rem;
  line-height: 1.5;
  width: calc(50% + 40px);
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .goal6__ttl h3 {
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.goal6__ttl__lead {
  font-size: 1.6rem;
  line-height: 2;
  width: calc(50% - 60px);
}
@media (max-width: 1024px) {
  .goal6__ttl__lead {
    width: 100%;
  }
}
.goal6__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .goal6__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.goal6__sec {
  width: calc(50% - 22px);
}
@media (max-width: 1024px) {
  .goal6__sec {
    width: 100%;
    margin-bottom: 50px;
  }
}
.goal6__thumb {
  position: relative;
  z-index: 2;
  width: 250px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .goal6__thumb {
    width: 50%;
  }
}
.goal6__txt {
  margin-left: 20px;
  margin-top: -90px;
  background: #fff;
  border-radius: 0 35px 0 35px;
  padding: 117px 25px 60px 30px;
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (max-width: 1024px) {
  .goal6__txt {
    margin-top: -70px;
    padding-top: 85px;
  }
}
.goal6__txt:after {
  content: "STAFF’s\aVOICE";
  white-space: pre;
  font-size: 1.5rem;
  line-height: 1.3;
  position: absolute;
  right: 20px;
  top: 20px;
}
.goal6__txt h4 {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: -0.5px;
  /*margin-bottom: 90px;*/
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .goal6__txt h4 {
    font-size: 1.4rem;
  }
}
.goal6__btn {
  position: absolute;
  right: 30px;
  bottom: 23px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .goal6__btn {
    right: 15px;
    top: unset;
    bottom: 20px;
  }
}
.goal6__btn span {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.goal6__btn span:last-child {
  height: 20px;
  width: 2px;
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
}
.goal6__btn.opened span:last-child {
  opacity: 0;
}
.goal6__more-txt {
  font-size: 1.4rem;
  line-height: 2;
  display: none;
}
.goal6__name {
  font-size: 1.8rem;
  color: #4D4D4D;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .goal6__name {
    font-size: 1.6rem;
  }
}
.goal6__name span {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .goal6__name span {
    font-size: 1.3rem;
  }
}

.bg {
  background: #F2F1E7;
}

.paraslimy-body {
  position: relative;
  z-index: 1;
  -webkit-perspective: 250px;
          perspective: 250px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
}

.paraslimy-bg {
  position: absolute;
  z-index: -1;
  top: -12.5%;
  left: -12.5%;
  right: auto;
  bottom: auto;
  width: 225%;
  height: 225%;
  min-height: 225vh;
  -webkit-transform: translateZ(-250px);
          transform: translateZ(-250px);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.corona {
  background: #0F5B45;
  padding: 100px 0 148px;
  position: relative;
}
@media (max-width: 1024px) {
  .corona {
    padding: 90px 0 90px;
  }
}
.corona:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 475px);
  width: 50px;
  background: #2B7A5A;
}
@media (max-width: 1024px) {
  .corona:before {
    left: 10px;
    width: 25px;
  }
}
.corona__ttl {
  font-size: 1.8rem;
  color: #fff;
  vertical-align: middle;
  max-width: 920px;
  margin: 0 auto 45px;
  position: relative;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .corona__ttl {
    padding-left: 50px;
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}
.corona__ttl2 {
  margin-bottom: 45px;
  font-size: 3rem;
  color: #fff;
  max-width: 920px;
  margin: 0 auto 45px;
  position: relative;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .corona__ttl2 {
    font-size: 2.5rem;
    padding-left: 50px;
    margin-bottom: 35px;
    line-height: 1.4;
  }
}
.corona__ttl span {
  vertical-align: 1px;
  display: inline-block;
  margin-left: 1em;
}
.corona__lead {
  line-height: 2;
  color: #fff;
  font-size: 1.6rem;
  max-width: 920px;
  margin: 0 auto 95px;
  position: relative;
}
@media (max-width: 1024px) {
  .corona__lead {
    padding-left: 50px;
    margin-bottom: 35px;
  }
}
.corona__lead p {
  width: 85%;
}
@media (max-width: 1024px) {
  .corona__lead p {
    width: calc(100% - 15px);
  }
}
.corona__list {
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 45px;
  width: 809px;
  margin-left: 102px;
  background: #fff;
  border-radius: 7px;
  position: relative;
  padding: 30px 40px 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.corona__list-wrap {
  max-width: 920px;
  margin: 0 auto 90px;
}
@media (max-width: 1024px) {
  .corona__list-wrap {
    margin-bottom: 45px;
  }
}
@media (max-width: 1024px) {
  .corona__list {
    width: calc(97% - 50px);
    margin-bottom: 25px;
    margin-left: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
  }
}
.corona__list:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background: #fff;
  top: calc(50% - 7px);
  right: calc(100% + 85px);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .corona__list:before {
    top: 20px;
    width: 12px;
    height: 12px;
    right: calc(100% + 20px);
  }
}
.corona__list:after {
  content: "";
  width: 94px;
  height: 2px;
  display: block;
  position: absolute;
  background: #fff;
  top: calc(50% - 1px);
  right: 100%;
}
@media (max-width: 1024px) {
  .corona__list:after {
    width: 26px;
    top: 25px;
    height: 1px;
  }
}
.corona__day {
  font-size: 2rem;
  color: #0F5B45;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .corona__day {
    font-size: 1.4rem;
  }
}
.corona__detail {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .corona__detail {
    font-size: 1.3rem;
  }
}
.corona__flex {
  width: calc(100% - 230px);
}
@media (max-width: 1024px) {
  .corona__flex {
    width: 100%;
  }
}
.corona__flex.no-thumb {
  width: 100%;
}
.corona__thumb {
  width: 210px;
}
@media (max-width: 1024px) {
  .corona__thumb {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.corona .basic-btn {
  margin-top: 18px;
  text-align: left;
}
.corona .basic-btn a {
  margin: 0 auto;
  background: #0F5B45;
  border: 1px solid #0F5B45;
}
.corona__lead-btm {
  max-width: 712px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .corona__lead-btm {
    padding-left: 50px;
    padding-right: 10px;
  }
}

.related {
  padding: 150px 0 100px;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .related {
    padding: 100px 15px 30px;
  }
}
.related__thumb {
  position: absolute;
  top: 100px;
  left: 0;
  width: 390px;
}
@media (max-width: 1024px) {
  .related__thumb {
    position: inherit;
    top: unset;
    left: unset;
    width: 80%;
  }
}
.related__txt {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 7px;
  width: 70%;
  margin-left: 30%;
  padding: 75px 70px 75px 120px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .related__txt {
    width: calc(100% - 45px);
    margin: -15px auto 0;
    padding: 50px 15px 45px;
  }
}
.related__txt h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .related__txt h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.related__txt h3 {
  font-size: 2.4rem;
  margin-bottom: 35px;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .related__txt h3 {
    font-size: 2rem;
  }
}
.related__txt a {
  text-decoration: underline;
}

.goal5-related {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .goal5-related {
    padding-top: 0;
  }
}

.social_nature {
  padding: 0 0 100px;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .social_nature {
    padding: 0px 15px 100px;
    margin-top: -100px;
  }
}
.social_nature__thumb {
  position: absolute;
  top: -40px;
  left: 30px;
}
@media (max-width: 1024px) {
  .social_nature__thumb {
    position: relative;
    top: unset;
    left: unset;
    z-index: 3;
    width: 65%;
  }
}
.social_nature__txt {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 7px;
  width: 70%;
  margin-left: 30%;
  padding: 75px 70px 75px 120px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .social_nature__txt {
    width: calc(100% - 45px);
    padding: 100px 15px 40px;
    margin: -90px auto 0;
  }
}
.social_nature__txt h2 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  line-height: 1.4;
  letter-spacing: 2px;
}
.social_nature__txt h3 {
  font-size: 2.4rem;
  margin-bottom: 35px;
  line-height: 1.4;
  letter-spacing: 2px;
}

.focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media (max-width: 1024px) {
  .focus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.focus__slider_wrap {
  width: 45%;
}
@media (max-width: 1024px) {
  .focus__slider_wrap {
    width: 100%;
  }
}
.focus__slider_sticky {
  position: sticky !important;
  top: 0;
}
@media (max-width: 1024px) {
  .focus__slider_sticky {
    position: inherit;
  }
}
.focus__slider_sticky .slick-slide {
  position: relative;
}
.focus__slider_sticky .slick-slide img {
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.focus__slider_sticky .slick-slide span {
  position: absolute;
  font-size: 1.4rem;
  right: 20px;
  top: 20px;
  color: #fff;
}
@media (max-width: 1024px) {
  .focus__slider_sticky .slick-slide span {
    font-size: 0.9rem;
    right: 10px;
    top: 10px;
  }
}
.focus__slider_sticky .slick-dots {
  bottom: 50px;
  text-align: right;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .focus__slider_sticky .slick-dots {
    bottom: 20px;
    padding-right: 20px;
  }
  .focus__slider_sticky .slick-dots li {
    margin: 0 3px;
  }
  .focus__slider_sticky .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .focus__slider_sticky .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
.focus__contents {
  width: calc(100% - 540px);
  padding-left: 90px;
  padding-top: 40px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .focus__contents {
    padding-top: 40px;
    padding-left: 0;
    width: 100%;
  }
}
.focus__contents__inner {
  width: 470px;
}
@media (max-width: 1024px) {
  .focus__contents__inner {
    padding-left: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
  }
}
.focus__contents__vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 3rem;
  left: 10px;
  top: 0px;
  letter-spacing: 2px;
  height: 100%;
}
@media (max-width: 1024px) {
  .focus__contents__vertical {
    width: 30px;
  }
}
.focus__contents__vertical:before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
@media (max-width: 1024px) {
  .focus__contents__vertical:before {
    left: calc(50% - 5px);
  }
}
.focus__contents__vertical.shown:before {
  height: 100%;
}
.focus__contents__vertical span {
  background: #fff;
  position: relative;
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 20px;
  left: 0;
  position: sticky;
  top: 0;
  letter-spacing: 6px;
}
@media (max-width: 1024px) {
  .focus__contents__vertical span {
    font-size: 2rem;
  }
}
.focus__ttl {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .focus__ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.focus__ttl img {
  height: 27px;
  vertical-align: -7px;
  padding-right: 15px;
}
.focus__ttl-2 {
  font-size: 1.8rem;
  margin-bottom: 130px;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .focus__ttl-2 {
    margin-bottom: 75px;
  }
}
.focus__txt, .focus__img {
  margin-bottom: 40px;
}
.focus__bnr img {
  max-width: 270px;
}
@media (max-width: 1024px) {
  .focus__bnr img {
    max-width: 100%;
  }
}
.focus__bnr a {
  text-decoration: underline;
}
.focus__bnr a:hover img {
  opacity: 0.7;
}
.focus__bnr span {
  display: block;
  margin-top: 10px;
}

.topics {
  padding: 100px 0 90px;
}
@media (max-width: 1024px) {
  .topics {
    padding: 60px 15px 60px;
  }
}
.topics__ttl {
  max-width: 1060px;
  margin: 0 auto;
  font-size: 1.8rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .topics__ttl {
    font-size: 1.5rem;
  }
}
.topics__ttl img {
  height: 30px;
  vertical-align: -7px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .topics__ttl img {
    vertical-align: -10px;
    margin-right: 5px;
  }
}
.topics__bdr {
  border-bottom: 1px solid #C4C4C4;
  max-width: 1060px;
  margin: 0 auto 50px;
}
@media (max-width: 1024px) {
  .topics__bdr {
    margin-bottom: 25px;
  }
}
.topics__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .topics__sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.topics__sec.opened {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.topics__sec-thumb {
  margin-right: 90px;
  width: 40.3vw;
  text-align: right;
}
@media (max-width: 1024px) {
  .topics__sec-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.topics__sec-thumb img {
  width: 290px;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .topics__sec-thumb img {
    width: 100%;
  }
}
.topics__sec-thumb.opened {
  max-width: unset;
}
.topics__sec-thumb.opened img {
  max-width: 100%;
  width: 100%;
}
.topics__sec-txt {
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .topics__sec-txt {
    width: 100%;
  }
}
.topics__sec-txt-inner {
  width: 540px;
}
@media (max-width: 1024px) {
  .topics__sec-txt-inner {
    width: 100%;
  }
}
.topics__sec-txt p + p {
  margin-top: 30px;
}
.topics__sec-txt a {
  text-decoration: underline;
}
.topics__sec-btn {
  position: absolute;
  left: calc(100% - 15px);
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .topics__sec-btn {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
    right: unset;
  }
  .topics__sec-btn + p {
    display: none;
  }
}
.topics__sec-btn span {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
@media (max-width: 1024px) {
  .topics__sec-btn span {
    width: 20px;
    height: 1px;
  }
}
.topics__sec-btn span:last-child {
  height: 30px;
  width: 2px;
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
}
@media (max-width: 1024px) {
  .topics__sec-btn span:last-child {
    height: 20px;
    width: 1px;
  }
}
@media (max-width: 1100px) {
  .topics__sec-btn {
    left: unset;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .topics__sec-btn span {
    width: 20px;
    height: 1px;
  }
  .topics__sec-btn span:last-child {
    height: 20px;
    width: 1px;
  }
}
.topics__sec-btn.opened span:last-child {
  opacity: 0;
}
.topics__sec-ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media (max-width: 1100px) {
  .topics__sec-ttl {
    padding-right: 40px;
    font-size: 2rem;
  }
}
.topics__sec-ttl span {
  font-size: 83%;
}
@media (max-width: 1024px) {
  .topics__sec-ttl span {
    display: block;
    font-size: 70%;
  }
}
.topics__sec-ttl-2 {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .topics__sec-ttl-2 {
    font-size: 1.5rem;
  }
}
.topics__sec h4 {
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 15px;
}
.topics__sec h5 {
  font-size: 1.8rem;
  margin-top: 20px;
}
.topics__sec h6 {
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 60px;
  margin-bottom: 15px;
}
.topics__more-txt {
  display: none;
}

.basic__img2 + .topics {
  padding-top: 0;
}

.energy__highlight {
  max-width: 920px;
  margin: 0 auto 64px;
  padding: 105px 0 0;
}
@media (max-width: 1024px) {
  .energy__highlight {
    padding: 105px 15px 0;
    margin-bottom: 50px;
  }
}
.energy__highlight h2 {
  font-size: 1.8rem;
  margin-bottom: 13px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .energy__highlight h2 {
    margin-bottom: 25px;
  }
}
.energy__highlight h2 span {
  display: inline-block;
  margin-left: 1em;
  vertical-align: 1px;
}
.energy__highlight h3 {
  font-size: 3rem;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .energy__highlight h3 {
    font-size: 2.5rem;
  }
}
.energy__highlight h4 {
  font-size: 2rem;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .energy__highlight h4 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.energy__sec {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  max-width: 920px;
  margin: 0 auto 176px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /**/
}
.energy__sec.opened {
  max-width: 1280px;
}
@media (max-width: 1024px) {
  .energy__sec {
    margin-bottom: 150px;
  }
}
.energy__sec-thumb {
  position: absolute;
  top: 0;
  left: 0;
  /**/
  width: 45%;
}
@media (max-width: 1024px) {
  .energy__sec-thumb {
    width: 75%;
  }
}
.energy__sec-thumb img {
  width: 400px;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /**/
  width: 100%;
}
.energy__sec-thumb.opened {
  max-width: unset;
}
.energy__sec-thumb.opened img {
  max-width: 100%;
  width: 100%;
}
.energy__sec-txt {
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 30px;
  margin-left: 360px;
  position: relative;
  /**/
  margin-left: 42%;
}
@media (max-width: 1024px) {
  .energy__sec-txt {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 45%;
  }
}
.energy__sec-txt-inner {
  width: 540px;
}
@media (max-width: 1024px) {
  .energy__sec-txt-inner {
    width: 100%;
  }
}
.energy__sec-txt p + p {
  margin-top: 30px;
}
.energy__sec-txt a {
  text-decoration: underline;
}
.energy__sec-btn {
  width: 54px;
  height: 30px;
  cursor: pointer;
  position: relative;
  margin: 36px auto;
  padding-top: 35px;
  font-size: 1.6rem;
  text-align: center;
}
.energy__sec-btn__wrap {
  max-width: 540px;
}
@media (max-width: 1024px) {
  .energy__sec-btn {
    height: 20px;
    margin: 10px auto;
    padding-top: 20px;
    font-size: 1.4rem;
  }
}
.energy__sec-btn:after {
  content: "詳しく";
}
.energy__sec-btn span {
  height: 30px;
  width: 2px;
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
}
@media (max-width: 1024px) {
  .energy__sec-btn span {
    height: 20px;
    width: 1px;
  }
}
.energy__sec-btn span:last-child {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 15px;
  left: calc(50% - 15px);
}
@media (max-width: 1024px) {
  .energy__sec-btn span:last-child {
    width: 20px;
    height: 1px;
    top: 10px;
    left: calc(50% - 10px);
  }
}
.energy__sec-btn.opened:after {
  content: "閉じる";
}
.energy__sec-btn.opened span:first-child {
  opacity: 0;
}
.energy__sec-ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.energy__sec-ttl-2 {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.4;
}
.energy__sec h5 {
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 60px;
  margin-bottom: 15px;
}
.energy__more-txt {
  display: none;
}

.towards {
  position: relative;
  padding: 120px 0 60px;
}
@media (max-width: 1024px) {
  .towards {
    padding: 100px 0 30px;
  }
}
.towards:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 126px 0 0 50vw;
  z-index: 9;
}
@media (max-width: 1024px) {
  .towards:before {
    border-width: 26px 0 0 calc(50vw );
  }
}
.towards:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 0;
  border-style: solid;
  border-width: 0 0 126px 50vw;
  z-index: 9;
}
@media (max-width: 1024px) {
  .towards:after {
    border-width: 0 0 26px calc(50vw );
  }
}
.towards h2 {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 93px;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .towards h2 {
    font-size: 2.5rem;
    margin-bottom: 45px;
  }
}
.towards p {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  max-width: 740px;
  margin: 0 auto 70px;
}
@media (max-width: 1024px) {
  .towards p {
    padding: 0 15px;
  }
}
.towards__circle {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  position: relative;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 9;
}
.towards__circle:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  top: 100%;
  width: 2px;
  background: #fff;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 3;
}
@media (max-width: 1024px) {
  .towards__circle:after {
    height: 0px;
    width: 1px;
  }
}
.towards__circle.shown {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.towards__circle.shown:after {
  height: 120px;
}
@media (max-width: 1024px) {
  .towards__circle.shown:after {
    height: 60px;
  }
}

.request {
  margin-bottom: 177px;
}
.request__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 70px;
  background: #Fff;
  border-radius: 7px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.7;
}
.request__list a {
  color: #333333;
}
@media (max-width: 1024px) {
  .request__list {
    background: none;
    padding: 0px 55px 0px;
  }
  .request__list img {
    width: 100%;
  }
  .request__list .slick-prev {
    left: 15px;
    width: 45px;
    height: 45px;
    top: 30%;
  }
  .request__list .slick-prev:after {
    left: 17px;
    top: 14px;
  }
  .request__list .slick-next {
    right: 15px;
    width: 45px;
    height: 45px;
    top: 30%;
  }
  .request__list .slick-next:after {
    left: 9px;
    top: 14px;
  }
  .request__list .basic-btn a {
    margin: 0 auto;
  }
}
.request__list li {
  width: calc(25% - 28px);
}
.request__list li:hover a {
  background: #fff;
}
.request__list li:hover a:after {
  background: url("../img/arrow01.svg") no-repeat;
  background-size: contain;
}
.request__list li img {
  max-width: 200px;
}
@media (max-width: 1024px) {
  .request__list li {
    width: 100%;
  }
}
.request__list-txt {
  padding: 25px 0 10px;
  color: #333 !important;
}
.request .slick-dots {
  bottom: -30px;
}

.jisseki h2 {
  width: 1060px;
  margin: 0 auto;
  padding: 80px 0 80px 60px;
  background: url("../img/ic_bg01.svg") no-repeat left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .jisseki h2 {
    max-width: calc(100% - 30px);
    background-size: auto 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 36px 0 36px 34px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.jisseki__slider {
  max-width: 1125px;
  margin: 0 auto 317px;
  padding: 0 75px;
  font-size: 1.4rem;
}
.jisseki__slider a {
  color: #333333;
}
@media (max-width: 1024px) {
  .jisseki__slider {
    padding: 0 55px;
    margin-bottom: 165px;
  }
}
.jisseki__slider .slick-slide {
  padding-bottom: 40px;
  position: relative;
}
.jisseki__slider .slick-slide img {
  max-width: 200px;
}
.jisseki__slider .slick-slide:hover .basic-btn a {
  background: #fff;
}
.jisseki__slider .slick-slide:hover .basic-btn a:after {
  background: url("../img/arrow01.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .jisseki__slider img {
    width: 100%;
  }
  .jisseki__slider .slick-prev {
    left: 15px;
    width: 45px;
    height: 45px;
    top: 35%;
  }
  .jisseki__slider .slick-prev:after {
    left: 17px;
    top: 14px;
  }
  .jisseki__slider .slick-next {
    right: 15px;
    width: 45px;
    height: 45px;
    top: 35%;
  }
  .jisseki__slider .slick-next:after {
    left: 9px;
    top: 14px;
  }
}
.jisseki__slider-txt {
  padding: 20px 20px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .jisseki__slider-txt {
    padding: 20px 0;
  }
}
.jisseki__slider .basic-btn {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 30px);
}
@media (max-width: 1024px) {
  .jisseki__slider .basic-btn {
    width: 100%;
    left: 0;
  }
  .jisseki__slider .basic-btn a {
    margin: 0 auto;
  }
}

.basic-btn a {
  display: block;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 20px;
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .basic-btn a {
    max-width: 100%;
    width: 180px;
    padding: 7px 25px;
  }
}
.basic-btn a:after {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  right: 25px;
  top: calc(50% - 11px);
  background: url("../img/arrow03.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .basic-btn a:after {
    right: 20px;
  }
}
.basic-btn a:hover {
  background: #fff;
}
.basic-btn a:hover:after {
  background: url("../img/arrow01.svg") no-repeat;
  background-size: contain;
}

.question .content {
  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;
}
.question .content .q01, .question .content .q02 {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background: #fff;
}
@media (max-width: 1024px) {
  .question .content .q01, .question .content .q02 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.question .content .q03 {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.question .content h4 {
  background: #000;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 130%;
  padding: 15px 0;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .question .content h4 {
    font-size: 20px;
    padding: 20px 0;
  }
}
.question .content .q01 h4 {
  padding: 32px 0;
}
@media (max-width: 1024px) {
  .question .content .q01 h4 {
    padding: 20px 0;
  }
}
.question .content p {
  line-height: 160%;
  padding: 0 40px;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .question .content p {
    padding: 0 15px;
    font-size: 14px;
  }
}
.question .content .img {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .question .content .img {
    width: 100%;
    margin: 20px auto 0;
  }
}
.question .content .q03 .img {
  padding: 0 20px 20px;
}
@media (max-width: 1024px) {
  .question .content .q03 .img {
    padding: 0 15px 15px;
  }
}

.format__pdf {
  background: #D1E5DB;
  padding: 100px 0 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .format__pdf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.format__pdf__thumb {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .format__pdf__thumb {
    text-align: center;
    margin-right: 0;
    padding-left: 15px;
  }
}
.format__pdf__thumb img {
  width: 330px;
}
.format__pdf__txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  max-width: 334px;
}
.format__pdf__txt p {
  margin-bottom: 15px;
}
.format__pdf__txt p.btn {
  margin-bottom: 0;
  text-align: center;
}
.format__pdf__txt p.btn a {
  display: inline-block;
  text-align: left;
  width: 100%;
  background-position: 93% center;
  color: #fff;
  padding: 7px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .format__pdf__txt p.btn a {
    width: 90%;
    font-size: 1.4rem;
    background-size: 25px;
  }
}
.format__pdf__txt p.btn a:hover {
  background: #0F5B45 url("../img/arrow04.svg") no-repeat;
  background-position: 93% center;
}

.donate {
  padding: 100px 0 143px;
  background: #F2F1E7;
}
@media (max-width: 1024px) {
  .donate {
    padding: 100px 0;
  }
}
.donate__icon {
  text-align: center;
  margin-bottom: 54px;
}
@media (max-width: 1024px) {
  .donate__icon {
    margin-bottom: 25px;
  }
  .donate__icon img {
    width: 50px;
  }
}
.donate__ttl {
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .donate__ttl {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.donate__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 965px;
  margin: 0 auto 50px;
}
@media (max-width: 1024px) {
  .donate__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}
.donate__flex a {
  -webkit-transition: 0.2s ease-in-out !important;
  transition: 0.2s ease-in-out !important;
}
.donate__flex a:hover {
  opacity: 0.7 !important;
}
.donate__flex__sec {
  margin: 70px 30px 0;
  width: calc(50% - 60px);
  border-radius: 7px;
  background: #fff url("../img/arrow02.svg") no-repeat 95% 85%;
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  display: block;
}
@media (max-width: 1024px) {
  .donate__flex__sec {
    margin: 25px auto 0;
    width: calc(100% - 30px);
    background-size: 30px;
  }
}
.donate__flex__sec.no-link {
  background: #fff;
}
.donate__flex__sec-2 {
  margin: 70px 30px 0;
  width: calc(50% - 60px);
}
@media (max-width: 1024px) {
  .donate__flex__sec-2 {
    margin: 25px auto;
    width: calc(100% - 30px);
  }
}
.donate__flex__ttl {
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .donate__flex__ttl {
    font-size: 2rem;
  }
}
.donate__flex__txt {
  padding: 25px 45px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  width: calc(100% - 70px);
}
@media (max-width: 1024px) {
  .donate__flex__txt {
    padding: 20px 20px 30px;
    width: 100%;
    line-height: 1.8;
  }
}
.donate__flex__txt-2 {
  padding: 25px 45px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  width: 100%;
}
.donate__flex__txt-2 span {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
}
.donate__flex__btn-gr {
  display: block;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.9;
  padding: 30px 0;
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.donate__flex__btn-gr:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .donate__flex__btn-gr {
    line-height: 1.7;
    font-size: 2rem;
    padding: 50px 0;
    background-size: 30px;
  }
}
.donate__flex__btn-gr:last-child {
  margin-top: 20px;
}
.donate__caution {
  font-size: 1.4rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .donate__caution {
    font-size: 1.3rem;
    line-height: 2;
    padding: 0 15px;
  }
}

.pillar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  height: 100%;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
@media (max-width: 1024px) {
  .wrapper {
    overflow: auto;
    height: auto;
  }
}

.pillar {
  color: #fff;
}
@media (max-width: 1024px) {
  .pillar {
    position: relative;
  }
}
.pillar__slide1 {
  background: url(../img/slide_bg01.png) no-repeat center center;
  background-size: cover;
}
.pillar__slide2 {
  background: url(../img/slide_bg02.png) no-repeat center center;
  background-size: cover;
}
.pillar__slide3 {
  background: url(../img/slide_bg03.png) no-repeat center center;
  background-size: cover;
}
.pillar__ttl {
  top: 100px;
  left: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  -moz-text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .pillar__ttl {
    top: 60px;
  }
}
.pillar__ttl span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .pillar__ttl span {
    font-size: 1.5rem;
  }
}
.pillar__ttl p {
  font-size: 3rem;
  letter-spacing: 3px;
}
@media (max-width: 1024px) {
  .pillar__ttl p {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.pillar__txt {
  position: absolute;
  bottom: 90px;
  right: 90px;
  width: 360px;
}
@media (max-width: 1024px) {
  .pillar__txt {
    right: 0;
    bottom: 60px;
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10;
  }
}
.pillar__txt__num {
  font-size: 8rem;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .pillar__txt__num {
    font-size: 5rem;
    margin-bottom: 5px;
  }
}
.pillar__txt__ttl {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .pillar__txt__ttl {
    font-size: 2rem;
  }
}
.pillar__txt__ttl2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .pillar__txt__ttl2 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}
.pillar__txt__detail {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .pillar__txt__detail {
    font-size: 1.4rem;
  }
}

.section {
  height: 100%;
  float: left;
  position: relative;
}
@media (max-width: 1024px) {
  .section {
    width: 100%;
    height: 100vh;
  }
}
.sections {
  height: 100%;
}
@media (max-width: 1024px) {
  .sections {
    width: 100%;
  }
}
.section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}

.nav {
  background: rgba(0, 136, 102, 0.95);
  position: fixed;
  top: 0;
  width: 360px;
  height: 100vh;
  padding: 68px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: -360px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 111;
}
@media (max-width: 1024px) {
  .nav {
    width: 100%;
    right: -100%;
    padding: 25px 15px;
    overflow: scroll;
  }
}
.nav.open {
  right: 0;
}
.nav__close {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  padding-right: 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .nav__close {
    padding-top: 10px;
  }
  .nav__close img {
    width: 25px;
    height: 25px;
  }
}
.nav h1 {
  margin-bottom: 95px;
}
@media (max-width: 1024px) {
  .nav h1 {
    margin-bottom: 115px;
  }
  .nav h1 img {
    width: 120px;
  }
}
.nav__list {
  font-size: 2rem;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .nav__list {
    padding-left: 70px;
  }
}
.nav__list li {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .nav__list li {
    margin-bottom: 15px;
  }
}
.nav__list li:before {
  content: "";
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.nav__list li:hover:before {
  background: #054F2A;
}
.nav__list a {
  color: #fff;
}
.nav__list a:hover {
  color: #054F2A;
  text-decoration: underline;
}
.nav__list-child {
  font-size: 2rem;
  padding-left: 20px;
  margin-bottom: 60px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .nav__list-child {
    padding-left: 80px;
    margin-bottom: 50px;
  }
}
.nav__list-child li {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .nav__list-child li {
    margin-bottom: 15px;
  }
}
.nav__list-child svg {
  width: 26px;
  vertical-align: middle;
  padding-right: 10px;
}
.nav__list-child a {
  color: #fff;
}
.nav__list-child a:hover {
  color: #054F2A;
  text-decoration: underline;
}
.nav__list-child a:hover svg * {
  fill: #054F2A !important;
}

/**パララックス**/
.parallax {
  height: 800px;
}
@media (max-width: 1024px) {
  .parallax {
    height: 80vh;
  }
}

.para__washi .background-image {
  background: url(../img/mv02.png) center center;
  background-size: cover;
  left: 0;
  width: 200%;
}
@media (max-width: 1024px) {
  .para__washi .background-image {
    background: url(../img/mv02_sp.png) center center;
    background-size: cover;
  }
}

.para__kodomo .background-image {
  background: url(../img/mv03.png) center center;
  background-size: cover;
  left: 0;
  width: 200%;
}
@media (max-width: 1024px) {
  .para__kodomo .background-image {
    background: url(../img/mv03_sp.png) center center;
    background-size: cover;
  }
}

.para__batterfly .background-image {
  background: url(../img/mv04.png) center center;
  background-size: cover;
  left: 0;
  width: 200%;
}
@media (max-width: 1024px) {
  .para__batterfly .background-image {
    background: url(../img/mv04_sp.png) center center;
    background-size: cover;
  }
}

.para__pillar1, .para__pillar2, .para__pillar3 {
  height: 100vh;
}
.para__pillar1 .background-image {
  background: url(../img/slide_bg01.png) no-repeat center center;
  background-size: cover;
  left: 0;
  width: 200%;
}
.para__pillar2 .background-image {
  background: url(../img/slide_bg02.png) no-repeat center center;
  background-size: cover;
  left: 0;
  width: 200%;
}
.para__pillar3 .background-image {
  background: url(../img/slide_bg03.png) no-repeat center center;
  background-size: cover;
  left: 0;
  width: 200%;
}

/**余白・イレギュラー調整**/
@media (max-width: 1024px) {
  .adjust__hogo {
    padding-top: 60px;
    margin-bottom: 90px;
  }
}

.topics__ttl .ic_goal03 {
  height: 15px;
  vertical-align: -2px;
}
.topics__ttl .ic_goal05 {
  height: 30px;
  vertical-align: -9px;
}

/**アニメーション**/
.fade {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}
.fade.fadein {
  opacity: 1;
}

@media (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}