@charset "UTF-8";
@media print {
  #future {
    padding-top: var(--headerHeight);
  }
}
#future .futureBg {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 979px), print {
  #future .futureBg {
    padding: 95px 0;
  }
}
#future .futureBg .enTitle {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translate(-50%, 0);
  font-size: 78px;
  color: #fff;
  width: 100%;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  #future .futureBg .enTitle {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 979px), print {
  #future .futureBg .enTitle {
    font-size: 40px;
    line-height: 32px;
    top: 10px;
  }
}
#future .challengeNumber {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 979px), print {
  #future .challengeNumber {
    line-height: 1;
  }
}
#future .challengeNumber::before {
  z-index: -1;
}
#future .challengeNumber.orange::before {
  position: absolute;
  content: "";
  background-image: url(../images/future/fuwa03@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 410px;
  height: 425px;
  left: 48%;
  top: -70px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px), print {
  #future .challengeNumber.orange::before {
    width: 240px;
    height: 250px;
    left: 46%;
    top: -55px;
  }
}
#future .challengeNumber.green::before {
  position: absolute;
  content: "";
  background-image: url(../images/future/fuwa04@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 440px;
  height: 397px;
  left: 48%;
  top: -70px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px), print {
  #future .challengeNumber.green::before {
    width: 270px;
    height: 250px;
    top: -20px;
  }
}
#future .challengeNumber.pink::before {
  position: absolute;
  content: "";
  background-image: url(../images/future/fuwa05@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 445px;
  height: 368px;
  left: 48%;
  top: -70px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px), print {
  #future .challengeNumber.pink::before {
    width: 288px;
    height: 245px;
    top: -40px;
  }
}
#future .challengeNumber .challenge {
  font-size: 20px;
}
@media screen and (max-width: 979px), print {
  #future .challengeNumber .challenge {
    font-size: 16px;
  }
}
#future .challengeNumber .number {
  font-size: 70px;
  font-style: italic;
}
@media screen and (max-width: 979px), print {
  #future .challengeNumber .number {
    font-size: 50px;
  }
}
#future .challengeTitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 979px), print {
  #future .challengeTitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#future .challengeTitle span {
  font-size: 44px;
  line-height: 60px;
}
@media screen and (max-width: 979px), print {
  #future .challengeTitle span {
    font-size: 26px;
    letter-spacing: 0;
    display: inline-block;
    line-height: 40px;
  }
}
#future .challengeText {
  max-width: 955px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  line-height: 32px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#future .scroll-infinity {
  margin: 94px 0 90px;
}
@media screen and (max-width: 979px), print {
  #future .scroll-infinity {
    margin: 28px 0 56px;
  }
}
#future .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#future .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#future .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#future .scroll-infinity__item {
  width: 20vw;
  margin: 0 20px;
}
#future .scroll-infinity__item:nth-child(odd) {
  margin-top: 112px;
}
@media screen and (max-width: 979px), print {
  #future .scroll-infinity__item {
    width: 33.3333333333vw;
    margin: 0 10px;
  }
  #future .scroll-infinity__item:nth-child(odd) {
    margin-top: 56px;
  }
}
#future .scroll-infinity__item > img {
  width: 100%;
}
#future .caseBox {
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 979px), print {
  #future .caseBox {
    padding: 24px;
  }
}
#future .caseBox + .caseBox {
  margin-top: 32px;
}
@media screen and (max-width: 979px), print {
  #future .caseBox + .caseBox {
    margin-top: 24px;
  }
}
#future .caseBox.orange {
  background-color: #F8F3E6;
}
#future .caseBox.orange .caseTitle {
  color: #E78700;
}
#future .caseBox.green {
  background-color: #E6F8F3;
}
#future .caseBox.green .caseTitle {
  color: #45B692;
}
#future .caseBox.pink {
  background-color: #FFEFEA;
}
#future .caseBox.pink .caseTitle {
  color: #EB8ABD;
}
#future .caseBox .caseTitle {
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 979px), print {
  #future .caseBox .caseTitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 979px), print {
  #future .caseBox .caseFlex {
    flex-direction: column;
  }
}
#future .caseBox .caseFlex .caseLeft {
  width: 63.7%;
}
@media screen and (max-width: 979px), print {
  #future .caseBox .caseFlex .caseLeft {
    width: 100%;
    margin-bottom: 24px;
  }
}
#future .caseBox .caseFlex .caseLeft .caseSubTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}
@media screen and (max-width: 979px), print {
  #future .caseBox .caseFlex .caseLeft .caseSubTitle {
    font-size: 17px;
    line-height: 26px;
  }
}
#future .caseBox .caseFlex .caseLeft .caseText {
  line-height: 32px;
  font-weight: 500;
}
#future .caseBox .caseFlex .caseLeft .caseNote {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
#future .caseBox .caseFlex .caseRight {
  width: 33.3%;
}
@media screen and (max-width: 979px), print {
  #future .caseBox .caseFlex .caseRight {
    width: 100%;
  }
}
#future #futureMain .mainBg {
  background-image: linear-gradient(180deg, #E6F3F8, #fff);
  padding: 32px 0 172px;
  position: relative;
}
@media screen and (max-width: 979px), print {
  #future #futureMain .mainBg {
    padding: 28px 0 130px;
  }
}
#future #futureMain .mainBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/future/fuwa01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 411px;
  height: 448px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px), print {
  #future #futureMain .mainBg::before {
    left: auto;
    right: 0;
    top: 30px;
    transform: none;
    width: 56vw;
    height: 61vw;
  }
}
#future #futureMain .storyTitle {
  margin-left: 4.84vw;
}
@media screen and (max-width: 979px), print {
  #future #futureMain .storyTitle {
    margin: 0;
    padding: 0 48px;
  }
}
@media screen and (max-width: 520px) {
  #future #futureMain .storyTitle {
    padding: 0 16px;
  }
}
@media screen and (max-width: 979px), print {
  #future #futureMain .mainFlex {
    flex-direction: column;
    padding: 0 48px;
  }
}
@media screen and (max-width: 520px) {
  #future #futureMain .mainFlex {
    padding: 0 16px;
  }
}
#future #futureMain .mainFlex .mainLeft {
  width: 51.6%;
  margin: 0 3.125vw 0 4.84vw;
}
@media screen and (max-width: 979px), print {
  #future #futureMain .mainFlex .mainLeft {
    width: 100%;
    margin: 0 0 24px;
  }
}
#future #futureMain .mainFlex .mainLeft .futureTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  #future #futureMain .mainFlex .mainLeft .futureTitle {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 979px), print {
  #future #futureMain .mainFlex .mainLeft .futureTitle {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 8px;
  }
}
#future #futureMain .mainFlex .mainLeft .mainText {
  line-height: 32px;
}
#future #futureMain .mainFlex .slider {
  width: 48.4%;
  position: relative;
  display: none;
}
@media screen and (max-width: 979px), print {
  #future #futureMain .mainFlex .slider {
    width: 100%;
  }
}
#future #futureMain .mainFlex .slider::before {
  position: absolute;
  content: "";
  background-image: url(../images/future/fuwa02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 443px;
  height: 379px;
  bottom: -140px;
  right: 0;
}
@media screen and (max-width: 979px), print {
  #future #futureMain .mainFlex .slider::before {
    width: 61.4vw;
    height: 53vw;
    bottom: -21.6vw;
    right: 10px;
  }
}
#future #futureMain .mainFlex .slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}
@media print {
  #future #futureMain .mainFlex .slider .slick-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
#future #future01,
#future #future02,
#future #future03 {
  position: relative;
}
#future .orangeBg {
  background-image: linear-gradient(180deg, #F8F3E6 0%, #fff 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 610px;
  top: 0;
  left: 0;
}
#future .greenBg {
  background-image: linear-gradient(180deg, #E6F8F3 0%, #fff 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 610px;
  top: 0;
  left: 0;
}
#future .pinkBg {
  background-image: linear-gradient(180deg, #FFEFEA 0%, #fff 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 610px;
  top: 0;
  left: 0;
}
#future #foot {
  color: #fff;
}
#future #foot .footBg {
  background-image: url(../images/future/foot@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 608px;
  padding: 90px 0;
}
#future #foot .footBg .footTitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px), print {
  #future #foot .footBg .footTitle {
    font-size: 32px;
    line-height: 46px;
  }
}
#future #foot .footBg .footText {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (max-width: 979px), print {
  #future #foot .footBg .footText {
    font-size: 16px;
    line-height: 32px;
  }
}