.sdgs__logo-image, .sdgs__icon-image {
  max-width: 100%;
  height: auto;
}

/* mission
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.philosophy-vision {
  max-width: 700px;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
}
.philosophy-vision__philosophy-title, .philosophy-vision__vision-title {
  color: #00A76A;
  font-size: 2rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  border: 1px solid;
  margin: 0 auto 20px;
  padding: 0.1em 0.5em;
  text-align: center;
}
.philosophy-vision__philosophy-description {
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 30px;
}
.philosophy-vision__philosophy-description::after {
  display: block;
  content: '';
  color: #E73817;
  border-right: 6px solid;
  border-bottom: 6px solid;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transform: rotate(45deg);
  margin: 20px auto;
}
.philosophy-vision__vision-wrap {
  position: relative;
  background: #FFF;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.philosophy-vision__vision-title {
  position: absolute;
  color: #E73817;
  background: #FFF;
  top: 0;
  transform: translate(0, -50%);
}
.philosophy-vision__vision-copy {
  margin: 0;
}

.vision-2030, .sdgs {
  position: relative;
  z-index: 2;
  margin: 50px 0;
  padding: 0 50px;
}
.vision-2030::before, .sdgs::before, .vision-2030::after, .sdgs::after {
  content: '';
  color: #E73817;
  border: 4px solid;
  height: 30px;
  margin: 0 -50px;
  display: block;
}
.vision-2030::before, .sdgs::before {
  border-bottom: none;
}
.vision-2030::after, .sdgs::after {
  border-top: none;
}

.vision-2030__en-heading {
  font-size: 5rem;
  line-height: 1;
  color: #E73817;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.vision-2030__en-heading-inner {
  display: inline-block;
  letter-spacing: 0.15em;
  background: #FFFAEB;
  padding: 0 20px;
}
.vision-2030__heading {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 900;
}
.vision-2030__heading-year {
  font-size: 2.8rem;
}
.vision-2030__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px -70px 20px 0;
  counter-reset: vision-2030;
}
.vision-2030__item {
  width: calc((100% - 70px * 3) / 3);
  margin: 0 70px 30px 0;
  font-size: 1.4rem;
  line-height: 2;
  counter-increment: vision-2030;
}
.vision-2030__title {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 10px;
}
.vision-2030__count {
  color: #E73817;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  width: 100%;
  align-items: baseline;
  margin: 0 0 20px;
}
.vision-2030__count::before {
  content: counter(vision-2030,decimal-leading-zero);
  font-size: 5rem;
  margin-right: 10px;
  flex: 0 0 auto;
}
.vision-2030__count::after {
  content: '';
  display: block;
  border-top: 3px solid #E73817;
  flex: 2 2 auto;
}

.sdgs__logo {
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.sdgs__logo-image {
  background: #FFFAEB;
  padding: 0 30px;
}
.sdgs__heading {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 900;
  margin-top: 50px;
}
.sdgs__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px -70px 20px 0;
}
.sdgs__item {
  width: calc((100% - 70px * 2) / 2);
  margin: 0 70px 30px 0;
  line-height: 2;
  display: flex;
  align-items: center;
}
.sdgs__icon {
  flex: 0 0 auto;
  margin: 0 30px 0 0;
}

.mission-flow {
  position: relative;
  display: flex;
  align-items: center;
  height: 200px;
  margin: 30px 0 calc(120px * -1) !important;
}
.mission-flow::after {
  content: '';
  position: absolute;
  right: min(calc((100vw - 50px * 2) - 80vw) / -2, calc((100vw - 50px * 2) - 1000px) / -2);
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10vw 45vw;
  border-color: transparent transparent #FFF transparent;
}
.mission-flow--color-bg::after {
  border-color: transparent transparent #FFFAEB transparent;
}
.mission-flow__text {
  position: relative;
  z-index: 3;
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-weight: 900;
  margin: 0 0 0 auto;
  text-align: right;
}
.mission-flow__text::before, .mission-flow__text::after {
  content: '';
  color: #00A76A;
  position: absolute;
  z-index: -1;
  border-right: 30px solid;
  right: 120px;
  bottom: -150px;
}
.mission-flow__text::before {
  width: 140px;
  height: 140px;
  border-bottom: 30px solid;
  transform-origin: 100% 100%;
  transform: rotate(45deg);
}
.mission-flow__text::after {
  height: 210px;
  transform: translate(50%, -20px);
}

@media screen and (max-width: 1023px) {
  .philosophy-vision {
    margin-bottom: 50px;
  }
  .philosophy-vision__philosophy-title, .philosophy-vision__vision-title {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    margin: 0 auto 10px;
  }
  .philosophy-vision__philosophy-description {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .philosophy-vision__philosophy-description::after {
    border-right-width: 3px;
    border-bottom-width: 3px;
    width: 25px;
    height: 25px;
    margin: 10px auto;
  }
  .philosophy-vision__vision-wrap {
    padding: 25px;
    margin-bottom: 20px;
  }
  .philosophy-vision__vision-title {
    max-width: calc(100% - 50px);
  }
  .philosophy-vision__vision-copy {
    margin: 10px 0;
  }
  .philosophy-vision__vision-copy-image {
    width: min(60vw, 280px);
  }

  .vision-2030, .sdgs {
    margin: 30px 0;
    padding: 0 10px;
  }
  .vision-2030::before, .sdgs::before, .vision-2030::after, .sdgs::after {
    border-width: 2px;
    height: 15px;
    margin: 0 -10px;
  }
  .vision-2030::before, .sdgs::before {
    border-bottom: none;
  }
  .vision-2030::after, .sdgs::after {
    border-top: none;
  }

  .vision-2030__en-heading {
    font-size: 3rem;
    padding: 0 20px;
  }
  .vision-2030__en-heading-inner {
    letter-spacing: 0.15em;
    padding: 0 10px;
  }
  .vision-2030__heading {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .vision-2030__heading-year {
    font-size: 2rem;
  }
  .vision-2030__list {
    margin: 30px 0 10px;
  }
  .vision-2030__item {
    width: 100%;
    margin: 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .vision-2030__title {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .vision-2030__count {
    font-size: 3rem;
    margin: 0 0 10px;
  }
  .vision-2030__count::before {
    font-size: 3rem;
    margin-right: 5px;
  }
  .vision-2030__count::after {
    border-top-width: 2px;
  }

  .sdgs__logo {
    top: -15px;
  }
  .sdgs__logo-image {
    padding: 0 15px;
    width: min(40vw, 200px);
  }
  .sdgs__heading {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .sdgs__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 30px 0 10px;
  }
  .sdgs__item {
    width: 100%;
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  .sdgs__icon {
    margin: 0 15px 0 0;
  }
  .sdgs__icon-image {
    width: min(15vw, 80px);
  }

  .mission-flow {
    position: relative;
    display: flex;
    align-items: center;
    height: 200px;
    margin: 30px 0 calc(120px * -1) !important;
  }
  .mission-flow::after {
    content: '';
    position: absolute;
    right: min(calc((100vw - 50px * 2) - 80vw) / -2, calc((100vw - 50px * 2) - 1000px) / -2);
    bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10vw 45vw;
    border-color: transparent transparent #FFF transparent;
  }
  .mission-flow--color-bg::after {
    border-color: transparent transparent #FFFAEB transparent;
  }
  .mission-flow__text {
    position: relative;
    z-index: 3;
    font-size: 2rem;
    letter-spacing: 0.3em;
    font-weight: 900;
    margin: 0 0 0 auto;
    text-align: right;
  }
  .mission-flow__text::before, .mission-flow__text::after {
    content: '';
    color: #00A76A;
    position: absolute;
    z-index: -1;
    border-right: 30px solid;
    right: 120px;
    bottom: -150px;
  }
  .mission-flow__text::before {
    width: 140px;
    height: 140px;
    border-bottom: 30px solid;
    transform-origin: 100% 100%;
    transform: rotate(45deg);
  }
  .mission-flow__text::after {
    height: 210px;
    transform: translate(50%, -20px);
  }

  .mission-flow {
    height: 100px;
    margin: 10px 0 calc(60px * -1) !important;
  }
  .mission-flow::after {
    right: calc(calc((100vw - 15px * 2) - 84vw) / -2);
    border-width: 0 0 20vw 68vw;
  }
  .mission-flow__text {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    text-align: right;
  }
  .mission-flow__text::before, .mission-flow__text::after {
    border-right-width: 15px;
    right: 60px;
    bottom: -75px;
  }
  .mission-flow__text::before {
    width: 70px;
    height: 70px;
    border-bottom-width: 15px;
  }
  .mission-flow__text::after {
    height: 105px;
    transform: translate(50%, -10px);
  }
}
/* 3minutes
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.activities {
  border-top: 3px solid #00A76A;
  display: flex;
  position: relative;
  margin: 50px 0;
}
.activities + .activities {
  margin-top: -51px;
}
.activities__heading {
  width: 30%;
  padding: 50px 0 0;
  flex: 0 0 auto;
  font-size: 2rem;
  letter-spacing: 0.3em;
}
.activities__heading-en {
  background: #FFF;
  color: #00A76A;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: -0.3em;
  left: 0;
  padding: 0 10px 0 0;
}
.activities__list {
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.activities__item {
  width: calc((100% - 20px) / 2);
  border-bottom: 1px solid #00A76A;
  margin: 0;
  padding: 0.5em 0;
  min-height: 6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activities__item:nth-child(even) {
  margin-left: 20px;
}
.activities__addition {
  font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
  .activities {
    border-top-width: 2px;
    margin: 30px 0 !important;
    display: block;
  }
  .activities__heading {
    width: auto;
    padding: 25px 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  .activities__heading-en {
    font-size: 3rem;
    padding: 0 10px 0 0;
  }
  .activities__list {
    font-size: 1.4rem;
    display: block;
  }
  .activities__item {
    width: auto;
    margin: 0 0 0.8em !important;
    padding: 0 0 0.8em;
    min-height: 0;
    display: block;
  }
  .activities__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .activities__addition {
    font-size: 1.2rem;
  }
}
/* challenge
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slide-page-contents {
  overflow: hidden;
}
.slide-page-contents .recommend {
  visibility: hidden;
}
.slide-page-contents.bottom-active {
  overflow: visible;
}
.slide-page-contents.bottom-active .recommend {
  visibility: visible;
}

.slide-page-beginning .page-header {
  max-height: calc(100% - 50px - 75px - 120px);
}
.slide-page-beginning .page-header__hero {
  max-height: calc(100% - 50px - 75px - 120px);
  padding-top: calc(100vh - 50px - 75px - 120px);
}
[data-page="2"] #stage_2 .slide-page-beginning {
  transform: translate(0, -50px);
}

.challenge-history {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  padding: 0 50px;
  /*margin-bottom: $section-margin;*/
}
.challenge-history__item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.challenge-history__number {
  position: relative;
  z-index: 3;
  font-size: min(7vw, 8rem);
  letter-spacing: min(1vw, 0.3em);
  color: #00A76A;
  text-align: right;
  line-height: 1;
  margin: 5vw 0 -0.15em calc(382px - 1000px);
  transition: 0.6s 0.4s ease;
  transform: translate3d(0, 10vh, 0);
  opacity: 0;
}
[data-page="2"] #stage_2 .challenge-history__number, [data-page="3"] #stage_3 .challenge-history__number, [data-page="4"] #stage_4 .challenge-history__number, [data-page="5"] #stage_5 .challenge-history__number {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.challenge-history__heading {
  position: relative;
  z-index: 3;
  font-size: min(2vw, 2.8rem);
  color: #FFF;
  margin-left: calc(382px - 1000px);
  text-align: right;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.challenge-history__heading-inner {
  position: relative;
  display: inline-block;
  padding: 0.4em 0.8em;
  transition: 0.3s 1s ease;
  color: rgba(255, 255, 255, 0);
}
.challenge-history__heading-inner::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #E73817;
  transition: 0.3s 0.7s ease;
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
[data-page="2"] #stage_2 .challenge-history__heading-inner, [data-page="3"] #stage_3 .challenge-history__heading-inner, [data-page="4"] #stage_4 .challenge-history__heading-inner, [data-page="5"] #stage_5 .challenge-history__heading-inner {
  color: white;
}
[data-page="2"] #stage_2 .challenge-history__heading-inner::before, [data-page="3"] #stage_3 .challenge-history__heading-inner::before, [data-page="4"] #stage_4 .challenge-history__heading-inner::before, [data-page="5"] #stage_5 .challenge-history__heading-inner::before {
  transform: scale(1, 1);
}
.challenge-history__body {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: clamp(1.7em, 4.5vh, 2.2em);
  font-weight: 700;
  transition: 0.6s 1s ease;
  transform: translate3d(0, 10vh, 0);
  opacity: 0;
}
[data-page="2"] #stage_2 .challenge-history__body, [data-page="3"] #stage_3 .challenge-history__body, [data-page="4"] #stage_4 .challenge-history__body, [data-page="5"] #stage_5 .challenge-history__body {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.challenge-history__flex-item--image {
  margin-left: min(calc((100vw - 50px * 2) - 80vw) / -2, calc((100vw - 50px * 2) - 1000px) / -2);
  width: 50vw;
  transition: 0.8s 0.2s ease;
  transform: translate3d(0, 5vh, 0) scale(0.8, 0.8);
  filter: blur(20px);
  opacity: 0;
}
[data-page="2"] #stage_2 .challenge-history__flex-item--image, [data-page="3"] #stage_3 .challenge-history__flex-item--image, [data-page="4"] #stage_4 .challenge-history__flex-item--image, [data-page="5"] #stage_5 .challenge-history__flex-item--image {
  transform: translate3d(0, 0, 0) scale(1, 1);
  filter: blur(0);
  opacity: 1;
}
.challenge-history .image-wrap {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  text-align: right;
}
.challenge-history .image-wrap::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18vw 6vw 0;
  border-color: transparent #FFF transparent transparent;
}
.challenge-history .image {
  max-width: 100%;
  width: auto;
  max-height: calc(100vh - 50px * 2 - 75px);
}

.scroll-nav {
  transition: 0.2s ease;
}
.bottom-active .scroll-nav, [data-page="1"] .scroll-nav {
  opacity: 0;
  visibility: hidden;
}
.scroll-nav__list {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 50px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.scroll-nav__item {
  margin: 10px 0;
  font-size: 0;
}
.scroll-nav__item:first-child {
  display: none;
}
.scroll-nav__link {
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #333;
  text-indent: -100vw;
  overflow: hidden;
  border-radius: 50%;
  transition: 0.2s ease;
}
.scroll-nav__link:hover {
  border-color: #E73817;
}
.scroll-nav__item.is-active .scroll-nav__link {
  background: #00A76A;
  transform: scale(1.3);
  border-color: #00A76A;
}

.scroll-arrow {
  transition: 0.2s ease;
}
.scroll-arrow.disabled, .bottom-active .scroll-arrow {
  opacity: 0;
  visibility: hidden;
}

.scroll-arrow__link {
  position: fixed;
  z-index: 3;
  left: 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: -100vw;
  color: #E73817;
  width: 50px;
  height: min(13vh, 100px);
  transition: 0.2s ease;
}
.scroll-arrow__link::before {
  left: 50%;
}
.scroll-arrow__link::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  border-left: 1px solid #E73817;
  transition: 0.2s ease;
}

.scroll-arrow-down__link {
  bottom: 10px;
  transform: translate(-50%, 0);
}
.scroll-arrow-down__link::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  color: #E73817;
  border: 1px solid;
  border-bottom: none;
  border-left: none;
  transform: translate(-50%, 0) rotate(135deg);
  transition: 0.2s ease;
  bottom: 10px;
}
.scroll-arrow-down__link:hover::before, .scroll-arrow-down__link:hover::after {
  bottom: 5px;
}

.scroll-arrow-up__link {
  top: calc(10px + 75px);
  transform: translate(-50%, 0);
}
.scroll-arrow-up__link::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  color: #E73817;
  border: 1px solid;
  border-bottom: none;
  border-left: none;
  transform: translate(-50%, 0) rotate(-45deg);
  transition: 0.2s ease;
  top: 10px;
}
.scroll-arrow-up__link:hover::before, .scroll-arrow-up__link:hover::after {
  top: 5px;
}

@media screen and (max-width: 1023px) {
  .slide-page-beginning {
    transition: transform 0.6s;
  }
  .slide-page-beginning .page-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 15px - 40px - 50px);
  }
  .slide-page-beginning .page-header__hero {
    align-self: stretch;
    flex: 2 2 auto;
    max-height: none;
    padding-top: 0;
  }
  .slide-page-beginning .page-header__en-title {
    height: auto;
    bottom: 50px;
  }
  [data-page="2"] .slide-page-beginning {
    transform: translate(0, -50px);
  }

  .challenge-history {
    padding: 0 15px;
  }
  .challenge-history__item {
    margin-bottom: 0;
  }
  .challenge-history__number {
    font-size: min(9vw, 5rem);
    letter-spacing: min(1vw, 0.3em);
    margin: 0 0 -0.15em;
    text-align: left;
  }
  .challenge-history__heading {
    font-size: min(4vw, 1.8rem);
    margin-left: 0;
    text-align: left;
    letter-spacing: 0.15em;
  }
  .challenge-history__heading-inner {
    padding: 0.4em 0.8em;
  }
  .challenge-history__body {
    font-size: clamp(1.1rem, 2vh, 1.3rem);
    line-height: clamp(1.4em, 5vh, 1.8em);
    margin: 0;
  }
  .challenge-history__flex {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
  }
  .challenge-history__flex-item {
    order: 2;
  }
  .challenge-history__flex-item--image {
    width: auto;
    order: 1;
  }
  .challenge-history__flex-item--image {
    margin-left: 0;
    width: auto;
  }
  .challenge-history .image-wrap {
    margin-left: 0;
    width: auto;
    text-align: center;
    height: 28vh;
  }
  .challenge-history .image-wrap::after {
    top: auto;
    bottom: -1px;
    right: -1px;
    border-width: 0 0 12vw 36vw;
    border-color: transparent transparent #FFF transparent;
  }
  .challenge-history .image-wrap .image {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
  }

  .scroll-nav {
    display: none;
  }
  .scroll-nav__list {
    right: 8px;
  }
  .scroll-nav__item {
    margin: 5px 0;
    font-size: 0;
  }
  .scroll-nav__link {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .scroll-nav__item.is-active .scroll-nav__link {
    transform: scale(1.5);
  }

  .scroll-arrow__link {
    width: 25px;
    height: 50px;
  }
  .scroll-arrow__link::after {
    top: 10px;
    bottom: 10px;
  }

  .scroll-arrow-down__link::before, .scroll-arrow-down__link::after {
    bottom: 10px !important;
  }

  .scroll-arrow-up__link {
    display: none;
    top: calc(10px + 40px);
  }
  .scroll-arrow-up__link::before, .scroll-arrow-up__link::after {
    top: 10px !important;
  }
}

/*# sourceMappingURL=onlyhere.css.map */
