@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* margin */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#funding,
#geographies,
#areas-of-interest {
  margin: 160px 0 200px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* introduction */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#introduction {
  position: relative;
}

#introduction p {
  font-family: "SST W20 Bold";
}

#introduction ul {
  margin-left: -48px;
  letter-spacing: -0.4em;
}

#introduction ul li {
  width: 50%;
  display: inline-block;
  margin: 64px 0 0;
  padding-left: 48px;
  letter-spacing: normal;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  #introduction ul li {
    width: auto;
    display: block;
  }
}

#introduction ul li h2 {
  font-size: 70px;
}

#introduction ul li h2 span {
  display: block;
  opacity: 0;
}

@media screen and (max-width: 736px) {
  #introduction ul li h2 span {
    opacity: 1;
  }
}

#introduction ul li p {
  font-size: 24px;
  line-height: 1.4em;
  opacity: 0;
}

@media screen and (max-width: 736px) {
  #introduction ul li p {
    opacity: 1;
  }
}

#introduction.active ul li:nth-child(1) h2 span {
  -moz-animation: fadeInDown 0.4s ease-out 0.4s forwards;
  -webkit-animation: fadeInDown 0.4s ease-out 0.4s forwards;
  animation: fadeInDown 0.4s ease-out 0.4s forwards;
}

#introduction.active ul li:nth-child(1) p {
  -moz-animation: fadeInDown 0.4s ease-out 0.4s forwards;
  -webkit-animation: fadeInDown 0.4s ease-out 0.4s forwards;
  animation: fadeInDown 0.4s ease-out 0.4s forwards;
}

#introduction.active ul li:nth-child(2) h2 span {
  -moz-animation: fadeInDown 0.4s ease-out 0.6s forwards;
  -webkit-animation: fadeInDown 0.4s ease-out 0.6s forwards;
  animation: fadeInDown 0.4s ease-out 0.6s forwards;
}

#introduction.active ul li:nth-child(2) p {
  -moz-animation: fadeInDown 0.4s ease-out 0.6s forwards;
  -webkit-animation: fadeInDown 0.4s ease-out 0.6s forwards;
  animation: fadeInDown 0.4s ease-out 0.6s forwards;
}

#introduction.active ul li:nth-child(3) h2 span {
  -moz-animation: fadeInDown 0.4s ease-out 0.8s forwards;
  -webkit-animation: fadeInDown 0.4s ease-out 0.8s forwards;
  animation: fadeInDown 0.4s ease-out 0.8s forwards;
}

#introduction.active ul li:nth-child(3) p {
  -moz-animation: fadeInDown 0.4s ease-out 0.8s forwards;
  -webkit-animation: fadeInDown 0.4s ease-out 0.8s forwards;
  animation: fadeInDown 0.4s ease-out 0.8s forwards;
}

#introduction.active ul li:nth-child(4) h2 span {
  -moz-animation: fadeInDown 0.4s ease-out 1s forwards;
  -webkit-animation: fadeInDown 0.4s ease-out 1s forwards;
  animation: fadeInDown 0.4s ease-out 1s forwards;
}

#introduction.active ul li:nth-child(4) p {
  -moz-animation: fadeInDown 0.4s ease-out 1s forwards;
  -webkit-animation: fadeInDown 0.4s ease-out 1s forwards;
  animation: fadeInDown 0.4s ease-out 1s forwards;
}

@media screen and (max-width: 736px) {
  #introduction.active ul li h2 span {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}

@media screen and (max-width: 736px) {
  #introduction.active ul li p {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* funding */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#funding .title {
  position: absolute;
  top: 200px;
  font-family: "SST W20 Bold";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  list-style: none;
}

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

#funding .title-01 {
  left: 28px;
}

#funding .title-02 {
  left: 100px;
}

#funding .title-03 {
  right: 403px;
}

#funding .title-04 {
  right: 260px;
}

#funding .title-05 {
  right: 75px;
}

#funding p {
  font-family: "SST W20 Bold";
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
}

#funding p.funding-txt01 {
  margin-right: 150px;
}

@media screen and (max-width: 961px) {
  #funding p.funding-txt01 {
    margin-right: 0px;
  }
}

#funding p.p-title {
  font-size: 30px;
}

#funding .images {
  position: relative;
  width: 802px;
  height: 512px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 961px) {
  #funding .images {
    width: 760px;
  }
}

@media screen and (max-width: 736px) {
  #funding .images {
    position: static;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

#funding .images img {
  position: absolute;
}

@media screen and (max-width: 736px) {
  #funding .images img {
    position: static;
  }
}

#funding .images .animation-01 {
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media screen and (max-width: 961px) {
  #funding .images .animation-01 {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  #funding .images .animation-01 {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
}

#funding .images .animation-02,
#funding .images .animation-03,
#funding .images .animation-04,
#funding .images .animation-05,
#funding .images .animation-06 {
  width: 155px;
  height: 0;
  bottom: 320px;
}

@media screen and (max-width: 961px) {
  #funding .images .animation-02,
  #funding .images .animation-03,
  #funding .images .animation-04,
  #funding .images .animation-05,
  #funding .images .animation-06 {
    width: 145px;
  }
}

@media screen and (max-width: 736px) {
  #funding .images .animation-02,
  #funding .images .animation-03,
  #funding .images .animation-04,
  #funding .images .animation-05,
  #funding .images .animation-06 {
    display: none;
  }
}

#funding .images.active .animation-01 {
  opacity: 1;
}

#funding .images.active .animation-02 {
  left: 1px;
  -moz-animation: fadeHeight-01 0.4s ease-out 0.4s forwards;
  -webkit-animation: fadeHeight-01 0.4s ease-out 0.4s forwards;
  animation: fadeHeight-01 0.4s ease-out 0.4s forwards;
}

#funding .images.active .animation-03 {
  left: 82px;
  -moz-animation: fadeHeight-02 0.4s ease-out 0.4s forwards;
  -webkit-animation: fadeHeight-02 0.4s ease-out 0.4s forwards;
  animation: fadeHeight-02 0.4s ease-out 0.4s forwards;
}

@media screen and (max-width: 961px) {
  #funding .images.active .animation-03 {
    left: 152px;
  }
}

#funding .images.active .animation-04 {
  right: 404px;
  -moz-animation: fadeHeight-03 0.4s ease-out 0.4s forwards;
  -webkit-animation: fadeHeight-03 0.4s ease-out 0.4s forwards;
  animation: fadeHeight-03 0.4s ease-out 0.4s forwards;
}

@media screen and (max-width: 961px) {
  #funding .images.active .animation-04 {
    right: 308px;
  }
}

#funding .images.active .animation-05 {
  right: 243px;
  -moz-animation: fadeHeight-04 0.4s ease-out 0.4s forwards;
  -webkit-animation: fadeHeight-04 0.4s ease-out 0.4s forwards;
  animation: fadeHeight-04 0.4s ease-out 0.4s forwards;
}

@media screen and (max-width: 961px) {
  #funding .images.active .animation-05 {
    right: 153px;
  }
}

#funding .images.active .animation-06 {
  right: 81px;
  -moz-animation: fadeHeight-05 0.4s ease-out 0.4s forwards;
  -webkit-animation: fadeHeight-05 0.4s ease-out 0.4s forwards;
  animation: fadeHeight-05 0.4s ease-out 0.4s forwards;
}

@media screen and (max-width: 736px) {
  #funding .images.active .animation-02,
  #funding .images.active .animation-03,
  #funding .images.active .animation-04,
  #funding .images.active .animation-05,
  #funding .images.active .animation-06 {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* geographies */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#geographies .images {
  position: relative;
  width: 800px;
  height: 382px;
  margin: 0 auto;
}

@media screen and (max-width: 961px) {
  #geographies .images {
    width: 760px;
  }
}

@media screen and (max-width: 736px) {
  #geographies .images {
    position: static;
    width: auto;
    height: auto;
  }
}

#geographies .images img {
  position: absolute;
  opacity: 0;
}

@media screen and (max-width: 736px) {
  #geographies .images img {
    position: static;
    opacity: 1;
  }
}

#geographies .images .animation-01 {
  top: 0;
  left: 0;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media screen and (max-width: 961px) {
  #geographies .images .animation-01 {
    width: 100%;
  }
}

#geographies .images .animation-02 {
  top: 110px;
  left: 119px;
  -moz-transition: all 0.4s linear 0.4s;
  -o-transition: all 0.4s linear 0.4s;
  -webkit-transition: all 0.4s linear;
  -webkit-transition-delay: 0.4s;
  transition: all 0.4s linear 0.4s;
}

@media screen and (max-width: 961px) {
  #geographies .images .animation-02 {
    left: 99px;
  }
}

#geographies .images .animation-03 {
  top: 110px;
  left: 355px;
  -moz-transition: all 0.4s linear 0.6s;
  -o-transition: all 0.4s linear 0.6s;
  -webkit-transition: all 0.4s linear;
  -webkit-transition-delay: 0.6s;
  transition: all 0.4s linear 0.6s;
}

@media screen and (max-width: 961px) {
  #geographies .images .animation-03 {
    left: 335px;
  }
}

#geographies .images .animation-04 {
  top: 110px;
  left: 590px;
  -moz-transition: all 0.4s linear 0.8s;
  -o-transition: all 0.4s linear 0.8s;
  -webkit-transition: all 0.4s linear;
  -webkit-transition-delay: 0.8s;
  transition: all 0.4s linear 0.8s;
}

@media screen and (max-width: 961px) {
  #geographies .images .animation-04 {
    left: 570px;
  }
}

#geographies .images .animation-05 {
  top: 180px;
  left: 480px;
  -moz-transition: all 0.4s linear 0.9s;
  -o-transition: all 0.4s linear 0.9s;
  -webkit-transition: all 0.4s linear;
  -webkit-transition-delay: 0.9s;
  transition: all 0.4s linear 0.9s;
}

@media screen and (max-width: 961px) {
  #geographies .images .animation-04 {
    left: 570px;
  }
}

@media screen and (max-width: 736px) {
  #geographies .images .animation-01 {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  #geographies .images .animation-02,
  #geographies .images .animation-03,
  #geographies .images .animation-04,
  #geographies .images .animation-05 {
    display: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}

#geographies .images.active .animation-01,
#geographies .images.active .animation-02,
#geographies .images.active .animation-03,
#geographies .images.active .animation-04,
#geographies .images.active .animation-05 {
  opacity: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* areas-of-interest */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#areas-of-interest .float-area {
  margin-top: 24px;
}

#areas-of-interest .float-right {
  padding-left: 40px;
}

@media screen and (max-width: 736px) {
  #areas-of-interest .float-right {
    padding: 16px 0 0;
  }
}

#areas-of-interest .float-right ul li {
  font-family: "SST W20 Bold";
  font-size: 20px;
}

#areas-of-interest .float-right ul li span {
  font-family: "SST W20 Roman";
  display: block;
  font-size: 16px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* animation */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeHeight-01 {
  0% {
    height: 0;
  }
  100% {
    height: 24px;
  }
}

@keyframes fadeHeight-02 {
  0% {
    height: 0;
  }
  100% {
    height: 48px;
  }
}

@keyframes fadeHeight-03 {
  0% {
    height: 0;
  }
  100% {
    height: 84px;
  }
}

@keyframes fadeHeight-04 {
  0% {
    height: 0;
  }
  100% {
    height: 132px;
  }
}

@keyframes fadeHeight-05 {
  0% {
    height: 0;
  }
  100% {
    height: 191px;
  }
}

@keyframes Width-100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes Width-50 {
  0% {
    width: 100%;
  }
  100% {
    width: 50px;
  }
}

@keyframes Width-50-0 {
  0% {
    width: 50px;
  }
  100% {
    width: 0;
  }
}

@keyframes Width-0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.top_table {
  margin-top: 5px;
  width: 100%;
  font-size: 1em;
  font-size: 1rem;
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

.top_table .top_table__table__tr {
  border-bottom: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
}

.top_table__table__th,
.top_table__table__td {
  padding: 10px 25px;
  text-align: left;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  .top_table__table__th,
  .top_table__table__td {
    padding: 10px;
  }
}

#funding span {
  font-family: "SST W20 Light";
  font-size: 16px;
  font-weight: normal;
  color: #767676;
}

.top_table__table__td {
  width: 35%;
  vertical-align: top;
}

.top_table__table__th {
  background-color: #eee;
}

.top_table__table__tr .smallp {
  font-size: 0.6em;
}

#introduction h3 {
  font-family: "SST W20 Bold";
  font-weight: bold;
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
}

.index-slider__wrap {
  max-width: 1190px;
  margin: 0 auto 130px auto;
}

@media (max-width: 736px) {
  .index-slider__wrap {
    margin-bottom: 70px;
  }
}

.index-slider .slick-dots {
  bottom: -10px;
}

.index-slider .slick-dots li {
  width: 40px;
  margin: 0 7px;
}

.index-slider .slick-dots li button {
  width: 35px;
}

.index-slider .slick-dots li button:before {
  width: 35px;
  content: "";
  background-color: #383838;
  margin-top: 20px;
  height: 4px;
  border-radius: 10px;
}

.index-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.index-slider .slick-disabled {
  display: none !important;
}

.index-slider .slick-next {
  right: 5%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #8c8c8c;
  border-right: 2px solid #8c8c8c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

@media (max-width: 736px) {
  .index-slider .slick-next {
    display: none !important;
  }
}

.index-slider .slick-next::before {
  content: "";
}

.index-slider .slick-prev {
  left: 5%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #8c8c8c;
  border-right: 2px solid #8c8c8c;
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
  z-index: 1;
}

@media (max-width: 736px) {
  .index-slider .slick-prev {
    display: none !important;
  }
}

.index-slider .slick-prev::before {
  content: "";
}

.index-slider__img {
  margin: 0 auto;
  width: 100%;
  max-width: 1190px;
  border: 1px solid gray;
  box-sizing: border-box;
}

@media (max-width: 736px) {
  .index-slider__img {
    width: 100%;
  }
}

.index-slider__img__wrap {
  width: 85%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 736px) {
  .index-slider__img__wrap {
    width: 100%;
  }
}

.index-slider .slick-list {
  width: 100%;
}

@media screen and (max-width: 425px) {
  .index-slider--pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 426px) {
  .index-slider--sp-only {
    display: none !important;
  }
}

.index-slider__button__wrap {
  position: relative;
  width: 83%;
  margin: 0 auto;
}

@media (max-width: 736px) {
  .index-slider__button__wrap {
    width: 100%;
  }
}

.index-slider__button__inner {
  position: absolute;
  right: 0px;
  bottom: 5px;
}

@media (max-width: 736px) {
  .index-slider__button__inner {
    right: 8px;
    bottom: 2px;
  }
}

.index-slider__button__stop {
  display: inline-block;
  cursor: pointer;
}

.index-slider__button__play {
  display: inline-block;
  cursor: pointer;
  display: none;
}

.index-slider__text, .index-slider__text--no-bg {
  position: absolute;
  width: 100%;
  max-width: 1012px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  color: white;
  line-height: 23px;
}

@media (min-width: 737px) {
  .index-slider__text, .index-slider__text--no-bg {
    display: flex;
    width: 85%;
  }
}

.index-slider__text--no-bg {
  background: none;
}

.index-slider__text__category, .index-slider__text__category__new-investment, .index-slider__text__category__conference-speech, .index-slider__text__category__color-3, .index-slider__text__category__color-4, .index-slider__text__category__color-5 {
  color: white;
  padding: 2px 10px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
}

.index-slider__text__category__new-investment {
  background-color: #cf0a9b;
}

.index-slider__text__category__conference-speech {
  background-color: #4461cf;
}

.index-slider__text__category__color-3 {
  background-color: #eb0042;
}

.index-slider__text__category__color-4 {
  background-color: #f67f23;
}

.index-slider__text__category__color-5 {
  background-color: #1da4b3;
}

.index-slider__text__detail {
  line-height: 27px;
  font-size: 14px;
  font-family: "SST Medium", "SST Japanese Pro Regular";
}

@media (max-width: 736px) {
  .index-slider__text__detail {
    margin-top: 5px;
  }
}

.index-slider__item {
  position: relative;
}
/*# sourceMappingURL=index.css.map */
