@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
}

a {
  text-decoration: none;
}

.page__head {
  width: 100%;
  position: relative;
}

.page__head img {
  width: 100%;
  max-height: 650rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__head .head {
  position: absolute;
  top: 180rem;
  left: 74rem;
}

.fade_in {
  opacity: 0;
  transform: translateY(40rem);
  transition: opacity 1s ease-out, transform 0.7s ease-out;
}

.fade_in_center {
  opacity: 0;
  transform: translateY(40rem);
  transition: opacity 1s ease-out, transform 0.7s ease-out;
}

.fade_in.fade_in-show {
  opacity: 1;
  transform: translateY(0);
}

.fade_in_center.fade_in-show {
  opacity: 1;
  transform: unset;
}

.h_1 {
  width: -moz-max-content;
  width: max-content;
  height: 96rem;
  background-color: #FFF;
  font-size: 52rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 25rem;
}

sub {
  font-size: 10rem;
  display: contents;
}

.h_2 {
  width: -moz-max-content;
  width: max-content;
  height: 96rem;
  background-color: #FFF;
  font-size: 52rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 25rem;
  margin-top: 10rem;
}

.h_1 span, .h_2 span {
  font-size: 62rem;
  color: #0691D9;
}

.future__scroll {
  width: 100rem;
  text-align: center;
  margin: 0 auto;
}

.future__scroll span {
  font-size: 22rem;
  font-weight: 700;
  display: block;
  margin-bottom: 7rem;
  color: #0691D9;
}

.future__scroll img {
  width: 100rem;
}

.future {
  width: 100%;
  background-image: url("../images/future-top/load.webp");
  background-size: cover;
  padding-top: 52rem;
  background-position: center;
}

.future__sun {
  max-width: 1282rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 120rem;
  box-sizing: border-box;
}

.future__sun div {
  width: 100%;
  position: absolute;
  font-size: 18rem;
  line-height: 62rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .future__sun div {
    line-height: 2;
    font-size: 16rem;
  }
}

.future__sun div span {
  font-size: 32rem;
  color: #0691D9;
}

.future__sun img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.future__content {
  padding-bottom: 240rem;
  max-width: 1440rem;
  margin: auto;
  padding-left: 120rem;
  padding-right: 120rem;
  box-sizing: border-box;
}

.future__content h2 {
  font-size: 78rem;
  font-weight: 700;
  color: #0691D9;
  margin-bottom: 60rem;
  text-align: center;
}

.content__left {
  max-width: 1200rem;
  margin: 0 auto;
  background-color: #FFF;
  padding: 52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0rem 0rem 10rem rgba(27, 81, 168, 0.2352941176);
  border-radius: 23rem;
  gap: 66rem;
}

.content__right {
  max-width: 1200rem;
  margin: 44rem auto;
  background-color: #FFF;
  padding: 52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0rem 0rem 10rem rgba(27, 81, 168, 0.2352941176);
  border-radius: 23rem;
  gap: 66rem;
}

.content__left img {
  max-width: 530rem;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .content__left img {
    width: 100%;
    max-width: 100%;
  }
}

.content__right img {
  max-width: 530rem;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .content__right img {
    width: 100%;
    max-width: 100%;
  }
}

.content__text {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .content__text {
    width: 100%;
  }
}
.content__text a {
  display: block;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  transition: opacity 0.3s !important;
}
@media (hover: hover) and (pointer: fine) {
  .content__text a:hover {
    opacity: 0.7;
  }
}

.content__title {
  font-size: 22rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 25rem;
}

.content__title::before {
  content: "";
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
}

.content__title__sub {
  font-size: 20rem;
  font-weight: 700;
  color: #0691D9;
  margin-top: 25rem;
}

.content__bottom {
  max-width: 450rem;
  font-size: 18rem;
  margin-top: 25rem;
  line-height: 40rem;
}

.future__more {
  width: 100rem;
  margin-top: 10rem;
}

.future__more span {
  font-size: 15rem;
  display: block;
  text-align: center;
  color: #0691D9;
  font-weight: 700;
}

.future__more img {
  width: 97rem;
  margin-top: 10rem;
}

.future--bottom {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: -27rem;
}
@media screen and (max-width: 768px) {
  .future--bottom {
    margin-bottom: -7rem;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .page__head {
    margin-top: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .page__head .head {
    top: 30rem;
    left: 15rem;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .page__head h1 {
    position: absolute;
    top: 20rem;
    left: 20rem;
  }
  .h_1 {
    width: -moz-max-content;
    width: max-content;
    height: 35rem;
    background-color: #FFF;
    font-size: 16rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .h_1 span, .h_2 span {
    font-size: 21rem;
    color: #0691D9;
  }
  .h_2 {
    width: -moz-max-content;
    width: max-content;
    height: 35rem;
    background-color: #FFF;
    font-size: 16rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: 7rem;
    padding-right: 7rem;
    margin-top: 10rem;
    gap: 7rem;
  }
  .future__scroll span {
    font-size: 14rem;
    font-weight: 700;
    display: block;
    margin-bottom: 7rem;
    color: #0691D9;
  }
  .future__scroll img {
    width: 60rem;
  }
  .page__head img {
    width: 100%;
    min-height: 220rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .future {
    width: 100%;
    background-image: url("../images/future-top/load.webp");
    background-size: cover;
    padding-top: 52rem;
    background-position: center;
    overflow: hidden;
  }
  .future__sun {
    width: 230%;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .future__sun div {
    width: 43.4782608696%;
    position: absolute;
    font-weight: 700;
    text-align: center;
    left: 50%;
    font-size: 14rem;
    line-height: 38rem;
  }
  .future__sun div span {
    font-size: 15rem;
    color: #0691D9;
  }
  .future__content {
    padding: 0 7rem;
    padding-bottom: 70rem;
  }
  .future__content h2 {
    font-size: 33rem;
    font-weight: 700;
    color: #0691D9;
    margin-bottom: 28rem;
    text-align: center;
  }
  .content__left {
    width: 100%;
    margin: 0 auto;
    padding: 26rem 16rem;
    gap: 38rem;
    flex-wrap: wrap;
  }
  .content__right {
    width: 100%;
    margin: 60rem auto;
    padding: 26rem 16rem;
    border-radius: 23rem;
    gap: 38rem;
    flex-wrap: wrap;
  }
  .content__right img {
    width: 100%;
  }
  .content__left img {
    width: 100%;
  }
  .content__title {
    font-size: 18rem;
  }
  .content__title__sub {
    font-size: 15rem;
    font-weight: 700;
    color: #0691D9;
    margin-top: 30rem;
  }
  .content__bottom {
    max-width: 100%;
    width: 100%;
    font-size: 15rem;
    margin-top: 20rem;
    line-height: 40rem;
  }
  .future__more {
    width: 100rem;
    margin: 0 auto;
    margin-top: 20rem;
    text-align: center;
  }
  .future__more img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) and (min-width: 500rem) {
  .future__sun div {
    font-size: 18rem;
    line-height: 62rem;
  }
  .future__sun div span {
    font-size: 32rem;
    color: #0691D9;
  }
}
.en .future__content h2 {
  font-size: 50rem;
}
@media screen and (max-width: 768px) {
  .en .future__content h2 {
    font-size: 30rem;
  }
}
@media screen and (min-width: 1000.1px) {
  .en .future__sun div {
    line-height: 45rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .en .future__sun div {
    font-size: 14rem;
    letter-spacing: -0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .en .future__sun div {
    transform: translateX(-50%);
    line-height: 1.9;
  }
}
/*# sourceMappingURL=future-index.css.map */