@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.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;
}

body {
  width: 100%;
  background-color: #F4FAFF;
  color: #333333;
}

.body__inner {
  width: 100%;
  max-width: 1900rem;
  margin: 0 auto;
  padding-top: 88rem;
  padding-left: 120rem;
  padding-right: 120rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.body__inner::before {
  content: "";
  position: absolute;
  background-image: url("../images/future1/cloud.webp");
  width: 193rem;
  height: 108rem;
  background-size: contain;
  right: 230rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .body__inner::before {
    width: 100rem;
    height: 68rem;
    right: -40rem;
  }
}
.body__inner::after {
  content: "";
  position: absolute;
  background-image: url("../images/future1/cloud.webp");
  width: 193rem;
  height: 108rem;
  background-size: contain;
  left: 30rem;
  top: 500rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .body__inner::after {
    width: 100rem;
    height: 68rem;
    left: 0;
  }
}

.future__head {
  width: 100%;
  max-width: 1400rem;
  max-width: 0 auto;
  padding: 0 50rem;
  position: relative;
}
.future__head::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-image: url("../images/future1/cloud.webp");
  width: 193rem;
  height: 108rem;
  background-size: contain;
  right: -220rem;
  top: 810rem;
}
@media screen and (max-width: 768px) {
  .future__head::after {
    right: -50rem;
    top: 400rem;
    width: 100rem;
    height: 67rem;
  }
}

.future__head h1 {
  width: 250rem;
  font-size: 38rem;
  font-weight: 700;
  color: #0691D9;
  border-bottom: 4rem solid #0691D9;
  padding-bottom: 10rem;
}

.future__head p {
  font-size: 40rem;
  font-weight: 700;
  margin-top: 25rem;
}

.future__img {
  max-width: 1200rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 83rem;
  margin-bottom: 90rem;
}

.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__sections {
  margin: 0 auto;
  margin-top: 100rem;
}

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

.future__card {
  max-width: 1200rem;
  margin: 0 auto;
}

.future__card__head {
  width: 100%;
  height: 68rem;
  display: flex;
  align-items: center;
}

.future__card__head--left {
  width: 315rem;
  height: 100%;
  background-color: #0691D9;
  font-size: 20rem;
  color: #FFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 20rem;
  position: relative;
}

.future__card__head--left::after {
  content: "";
  position: absolute;
  width: 48rem;
  height: 48rem; /* 図形のCSS */
  background: linear-gradient(135deg, #e8f7ff, #e8f7ff);
  top: 10rem;
  right: -24rem;
  transform: rotate(45deg);
}

.future__card__head--right {
  width: calc(100% - 315rem);
  height: 100%;
  padding-left: 33rem;
  display: flex;
  align-items: center;
  color: #0691D9;
  font-size: 25rem;
  font-weight: 700;
  background-color: #E8F7FF;
}
@media screen and (max-width: 768px) {
  .future__card__head--right {
    display: block;
  }
}

.future__card__content {
  font-size: 18rem;
  line-height: 40rem;
  padding: 30rem 75rem;
  background-color: #FFF;
}

.future__arrow {
  margin: 50rem auto;
  display: block;
}

.future__text {
  font-size: 20rem;
  font-weight: 500;
  text-align: center;
  margin: 50rem auto;
  margin-bottom: 80rem;
}

.solution {
  max-width: 1200rem;
  background-color: #FFF;
  box-shadow: 0rem 0rem 10rem rgba(40, 94, 196, 0.2823529412);
  border-radius: 20rem;
  margin: 0 auto;
  padding: 78rem 60rem 74rem 60rem;
  position: relative;
}

.solution__head {
  width: 385rem;
  height: 57rem;
  position: absolute;
  top: -28rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22rem;
  color: #FFF;
  background-color: #0691D9;
  border-radius: 7rem;
  font-weight: 700;
}

.solution__title {
  font-size: 25rem;
  font-weight: 700;
  color: #0691D9;
  text-align: center;
}

.solution__text {
  font-size: 18rem;
  line-height: 40rem;
  margin: 60rem 0 100rem 0;
}

.mt-30 {
  margin-top: 30rem;
}

.solution__row {
  display: flex;
  justify-content: space-between;
}

.solution__col {
  flex: 1 1 31%;
  max-width: 31%;
  text-align: center;
}

.solution__col--1 {
  width: 100%;
  height: 46rem;
  background-color: #BC3F08;
  border-radius: 29rem;
  color: #FFF;
  font-size: 26rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 17rem;
}

.solution__col--2 {
  width: 100%;
  height: 46rem;
  background-color: #CBA463;
  border-radius: 29rem;
  color: #FFF;
  font-size: 26rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 17rem;
}

.solution__col--3 {
  width: 100%;
  height: 46rem;
  background-color: #609A65;
  border-radius: 29rem;
  color: #FFF;
  font-size: 26rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 17rem;
}

.solution__col img {
  width: 100%;
}

.futue__button {
  text-decoration: none;
  font-size: 24rem;
  color: #0691D9;
  font-weight: 700;
  border: unset;
  background-color: unset;
  color: #0691D9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  margin: 0 auto;
  margin-top: 50rem;
  margin-bottom: 50rem;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  transition: opacity 0.3s !important;
}
@media (hover: hover) and (pointer: fine) {
  .futue__button:hover {
    opacity: 0.7;
  }
}

.futue__button img {
  width: 97rem;
}

.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 only screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .body__inner {
    width: 100%;
    max-width: 1900rem;
    margin: 0 auto;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 138rem;
  }
  .future__head {
    width: 100%;
    max-width: 0 auto;
    padding: 0 6rem;
  }
  .future__head p {
    font-size: 18rem;
    font-weight: 700;
    margin-top: 25rem;
    line-height: 40rem;
  }
  .future__img {
    width: 100%;
    margin-top: 50rem;
    margin-bottom: 50rem;
    position: relative;
    z-index: 10;
  }
  .future__scroll img {
    width: 60rem;
  }
  .future__head h1 {
    width: 120rem;
    font-size: 18rem;
    font-weight: 700;
    color: #0691D9;
    border-bottom: 3rem solid #0691D9;
    padding-bottom: 10rem;
  }
  .future__sections h2 {
    font-size: 38rem;
    font-weight: 700;
    color: #0691D9;
    margin-bottom: 30rem;
    text-align: center;
  }
  .future__sections {
    margin: 0 auto;
    margin-top: 50rem;
    padding: 0 10rem;
  }
  .future__card {
    width: 100%;
    margin: 0 auto;
  }
  .mt-30 {
    margin-top: 30rem;
  }
  .future__card__head {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    position: relative;
  }
  .future__card__head--right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0691D9;
    font-size: 16rem;
    font-weight: 700;
    background-color: #E8F7FF;
    padding-top: 55rem;
    padding-right: 30rem;
    padding-bottom: 25rem;
    padding-left: 30rem;
  }
  .future__card__head--left {
    width: 270rem;
    height: 40rem;
    background-color: #0691D9;
    font-size: 15rem;
    color: #FFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: 20rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .future__card__head--left::after {
    content: "";
    position: absolute;
    width: 28rem;
    height: 28rem;
    background: linear-gradient(135deg, #e8f7ff, #e8f7ff);
    top: 6rem;
    right: -14rem;
    transform: rotate(45deg);
  }
  .future__card__content {
    font-size: 15rem;
    line-height: 40rem;
    padding: 30rem;
    background-color: #FFF;
  }
  .future__arrow {
    margin: 50rem auto;
    display: block;
    width: 50%;
  }
  .future__text {
    font-size: 15rem;
    font-weight: 500;
    text-align: center;
    margin: 50rem auto;
    margin-bottom: 80rem;
    line-height: 31rem;
  }
  .solution {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0rem 0rem 10rem rgba(40, 94, 196, 0.2823529412);
    border-radius: 20rem;
    margin: 0 auto;
    padding: 78rem 30rem 30rem 30rem;
    position: relative;
  }
  .solution__head {
    width: 205rem;
    height: 40rem;
    position: absolute;
    top: -20rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15rem;
    color: #FFF;
    background-color: #0691D9;
    border-radius: 7rem;
    font-weight: 700;
  }
  .solution__title {
    font-size: 18rem;
    font-weight: 700;
    color: #0691D9;
    text-align: center;
  }
  .solution__text {
    font-size: 15rem;
    line-height: 40rem;
    margin: 30rem 0 100rem 0;
  }
  .solution__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .solution__text {
    font-size: 15rem;
    line-height: 40rem;
    margin: 30rem 0 30rem 0;
  }
  .solution__col {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .solution__col--1 {
    width: 200rem;
    height: 38rem;
    font-size: 18rem;
  }
  .solution__col--2 {
    width: 200rem;
    height: 38rem;
    font-size: 18rem;
  }
  .solution__col--3 {
    width: 200rem;
    height: 38rem;
    font-size: 18rem;
  }
  .futue__button {
    font-size: 18rem;
    color: #0691D9;
    font-weight: 700;
    border: unset;
    background-color: unset;
    color: #0691D9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20rem;
    margin: 0 auto;
    margin-top: 30rem;
    margin-bottom: 50rem;
    cursor: pointer;
  }
  .futue__button img {
    width: 70rem;
  }
}
.intro {
  width: 100%;
  margin-top: 125rem;
  background-color: #fff;
  margin-bottom: 50rem;
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 80rem;
    margin-bottom: 30rem;
  }
}
.intro + .futue__button {
  margin-top: 0;
}
.intro .intro__inner {
  padding: 100rem 0 110rem;
  max-width: 800rem;
  margin: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro .intro__inner {
    width: calc(100% - 40rem);
    margin: auto;
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
.intro .intro__inner p {
  text-align: center;
  font-size: 18rem;
  font-weight: 600;
  position: relative;
}
.intro .intro__inner p::before {
  content: "";
  position: absolute;
  width: 149rem;
  height: 2rem;
  background-color: rgb(11, 145, 217);
  left: 50%;
  transform: translateX(-50%);
  bottom: -20rem;
}
.intro .intro__inner .title__container {
  position: absolute;
  width: 620rem;
  height: 83rem;
  top: -40rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .intro .intro__inner .title__container {
    width: 100%;
    height: 48rem;
    top: -25rem;
  }
}
.intro .intro__inner .title {
  position: relative;
  width: 620rem;
  height: 83rem;
  background-color: #0691D9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 24rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro .intro__inner .title {
    width: calc(100% - 100rem);
    margin: auto;
    font-size: 18rem;
    height: 49rem;
  }
}
.intro .intro__inner .title::before {
  content: none;
}
.intro .intro__inner .intro__list {
  display: flex;
  justify-content: space-between;
  margin-top: 30rem;
  gap: 20rem;
}
@media screen and (max-width: 768px) {
  .intro .intro__inner .intro__list {
    flex-direction: column;
    gap: 40rem;
  }
}
.intro .intro__inner .intro__list .intro__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .intro .intro__inner .intro__list .intro__item {
    width: 100%;
  }
}
.intro .intro__inner .intro__list .intro__item:nth-child(2) a img {
  width: 100%;
}
.intro .intro__inner .intro__list .intro__item a {
  display: block;
  width: inherit;
  transition: opacity 0.3s !important;
}
@media (hover: hover) and (pointer: fine) {
  .intro .intro__inner .intro__list .intro__item a:hover {
    opacity: 0.7;
  }
}
.intro .intro__inner .intro__list .intro__item a img {
  width: 100%;
}
.intro .intro__inner .intro__list .intro__item a span {
  width: 227rem;
  height: 45rem;
  border-radius: 27rem;
  background-color: #0B91D9;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 24rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro .intro__inner .intro__list .intro__item a span {
    font-weight: 600;
  }
}
.intro .intro__inner .intro__list .intro__item a span::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-right: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 25rem;
  top: 50%;
}

body.en .future__sections h2 {
  font-size: 50rem;
}
@media screen and (max-width: 768px) {
  body.en .future__sections h2 {
    font-size: 30rem;
  }
}
@media screen and (max-width:1099px) {
  body.en .future__card__head--right {
    font-size: 16rem;
    line-height: 1.2;
    padding-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .future__card__head--right {
    line-height: 1.6;
    padding-right: 30rem;
  }
}
body.en .intro .intro__inner .intro__list .intro__item a span {
  width: 250rem;
}
@media screen and (max-width: 768px) {
  body.en .intro .intro__inner .title__container {
    height: 66rem;
    top: -33rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .intro .intro__inner .title {
    height: 66rem;
  }
}
body.en .future__card__head--right {
  font-size: 20rem;
}
@media screen and (max-width:1099px) {
  body.en .future__card__head--right {
    font-size: 16rem;
  }
}
/*# sourceMappingURL=future1.css.map */