@charset "UTF-8";
/*
====================================
fv
====================================
*/
.top-fv {
  position: relative;
  height: 46.875vw;
  border-bottom-left-radius: 80px;
  background: #dbe3ea;
}

.top-fv__content {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 5vw;
  width: 50%;
  color: #fff;
}

.top-fv__lead {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 2.7vw;
  line-height: 1.45;
  font-style: italic;
}

.top-fv__title {
  margin-top: 24px;
  font-size: 2vw;
  font-weight: 700;
}

.top-fv__text {
  margin-top: 22px;
  font-size: 1.2vw;
  line-height: 1.9;
}

.top-fv__btn {
  margin-top: 32px;
}

.js-typing {
  visibility: hidden;
}
.js-typing.is-active {
  visibility: visible;
}
.js-typing .typing-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0rem);
  animation: typingFade 0.2s ease forwards;
  white-space: pre;
}

@keyframes typingFade {
  0% {
    opacity: 0;
    transform: translateY(0rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .top-fv {
    height: calc(100vh - 40px);
    min-height: 500px;
    border-bottom-left-radius: 40px;
  }
  .top-fv__bg {
    height: 100%;
  }
  .top-fv__bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-fv__content {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 5vw;
    width: calc(100% - 10vw);
    color: #1b2c55;
  }
  .top-fv__lead {
    margin: 0;
    font-family: "futura-pt", sans-serif;
    font-size: 6.2vw;
    line-height: 1.45;
    font-style: italic;
  }
  .top-fv__title {
    margin-top: 12px;
    font-size: 4vw;
  }
  .top-fv__text {
    margin-top: 12px;
    font-size: 2.8vw;
  }
  .top-fv__btn {
    margin-top: 32px;
  }
}
/*
====================================
news
====================================
*/
.top-fv__news {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: min(40%, 800px);
  transform: translateY(110px);
}

.top-fv-news {
  padding: 26px 44px 20px;
  background: rgba(120, 186, 226, 0.8);
  backdrop-filter: blur(8px);
  border-radius: 0 0 40px 0;
}

.top-fv-news__heading {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "futura-pt", sans-serif;
  font-size: 4rem;
  color: #fff;
}

.top-fv-news__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  color: #fff;
}
.top-fv-news__link:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.top-fv-news__date {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
}

.top-fv-news__title {
  margin-left: 12px;
  font-size: 1.8rem;
  color: #fff;
}

.top-fv-news__excerpt {
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  width: 100%;
}

.top-fv-news__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.top-fv-news__tag {
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  color: #6d88a2;
}

@media screen and (max-width: 768px) {
  .top-fv__news {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 73%;
    transform: translateY(50%);
  }
  .top-fv-news {
    padding: 12px 12px 12px;
    background: rgba(120, 186, 226, 0.8);
    backdrop-filter: blur(8px);
    border-radius: 0 0 0 34px;
  }
  .top-fv-news__heading {
    font-size: 2rem;
  }
  .top-fv-news__link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: #fff;
  }
  .top-fv-news__link:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
  .top-fv-news__date {
    font-size: 1.2rem;
    width: 100%;
  }
  .top-fv-news__title {
    width: 100%;
    margin-left: 0px;
    font-size: 1.4rem;
  }
  .top-fv-news__excerpt {
    display: none;
  }
  .top-fv-news__tags {
    gap: 4px;
    margin-top: 4px;
    justify-content: right;
  }
  .top-fv-news__tag {
    padding: 2.4px 4.8px;
    font-size: 1rem;
  }
}
/*
====================================
top about
====================================
*/
.top-about {
  padding-top: 160px;
  padding-bottom: 120px;
  background: #f8f8f8;
}
.top-about__inner {
  overflow: hidden;
}
.top-about__main {
  position: relative;
  margin-top: 56px;
  min-height: 520px;
}
.top-about__body {
  position: relative;
  z-index: 2;
  width: 50%;
  padding-top: 62px;
}
.top-about__catch {
  position: relative;
  margin: 0;
  line-height: 1.55;
  font-family: "futura-pt", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  color: #525252;
  letter-spacing: 0.01em;
}
.top-about__text {
  position: relative;
  margin-top: 26px;
  color: #1b2c55;
}
.top-about__text p + p {
  margin-top: 0;
}
.top-about__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  margin: 0;
  border-bottom-right-radius: 44px;
  overflow: hidden;
}
.top-about__image img {
  display: block;
  width: 100%;
  aspect-ratio: 830/470;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 70px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .top-about__main {
    min-height: auto;
  }
  .top-about__body {
    width: 430px;
    padding-top: 30px;
  }
  .top-about__text {
    width: 460px;
  }
  .top-about__image {
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: calc(90px + 7vw);
    padding-bottom: 40px;
  }
  .top-about__main {
    margin-top: 36px;
  }
  .top-about__body {
    width: 100%;
    padding-top: 0;
  }
  .top-about__catch {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .top-about__text {
    width: 100%;
    margin-top: 20px;
  }
  .top-about__image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 12px;
  }
  .top-about__image img {
    aspect-ratio: 16/10;
  }
  .top-about__cards {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 50px;
  }
}
/*
====================================
top about card
====================================
*/
.top-about-card__title {
  margin: 0 0 12px;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
  font-weight: 300;
  color: #5b5b5b;
  letter-spacing: 0;
}
.top-about-card__box {
  position: relative;
  min-height: 432px;
  padding: 34px 32px 28px;
  border-bottom-left-radius: 34px;
  background: #f8f8f8;
  box-sizing: border-box;
  overflow: hidden;
}
.top-about-card__box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-bottom-left-radius: 34px;
  background: linear-gradient(180deg, #28c370 0%, #0077c8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.top-about-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 140px;
  width: auto;
}
.top-about-card__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.top-about-card__text {
  margin-top: 24px;
  color: #1b2c55;
}

@media screen and (max-width: 768px) {
  .top-about__cards {
    width: 100%;
  }
  .top-about-card__title {
    margin-bottom: 10px;
    font-size: 3.2rem;
    text-align: left;
  }
  .top-about-card__box {
    min-height: auto;
    padding: 10px 16px 24px;
    border-bottom-left-radius: 28px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .top-about-card__box::before {
    border-bottom-left-radius: 28px;
  }
  .top-about-card__icon {
    height: 64px;
  }
  .top-about-card__icon img {
    max-width: initial;
    max-height: initial;
  }
  .top-about-card__text {
    width: calc(100% - 64px);
    margin-top: 18px;
    padding-left: 6px;
  }
}
/*
====================================
top evs
====================================
*/
.top-evs {
  padding-top: 110px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, #edf7f4 0%, #b9ddec 100%);
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
.top-evs__inner {
  position: relative;
}
.top-evs__heading {
  margin-bottom: 26px;
}
.top-evs__lead {
  max-width: 780px;
  font-size: 1.7rem;
  line-height: 1.9;
  color: #1b2c55;
}
.top-evs__main {
  position: relative;
  margin-top: 34px;
  min-height: 560px;
}
.top-evs__list {
  position: relative;
  z-index: 2;
  width: 60%;
  padding-top: 10px;
}
.top-evs__image {
  position: absolute;
  top: -118px;
  right: 72px;
  z-index: 1;
  width: 38%;
  height: 645px;
  margin: 0;
  overflow: hidden;
  z-index: 2;
}
.top-evs__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-evs__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 54px;
  padding-right: 116px;
}

@media screen and (max-width: 1200px) {
  .top-evs__main {
    min-height: auto;
  }
  .top-evs__list {
    width: calc(100% - 260px);
    max-width: 760px;
  }
  .top-evs__image {
    right: 0;
    width: 360px;
    height: 560px;
  }
  .top-evs__btn {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-evs {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom-right-radius: 48px;
  }
  .top-evs__heading {
    margin-bottom: 20px;
  }
  .top-evs__lead {
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-evs__main {
    margin-top: 28px;
  }
  .top-evs__list {
    width: 100%;
    padding-top: 0;
  }
  .top-evs__image {
    position: relative;
    top: auto;
    right: auto;
    width: 75%;
    height: auto;
    margin: 16px auto 0;
  }
  .top-evs__image img {
    height: auto;
  }
  .top-evs__btn {
    justify-content: flex-start;
    margin-top: 32px;
    padding-right: 0;
  }
}
/*
====================================
module / ev feature
====================================
*/
.m_ev-feature {
  position: relative;
  width: 100%;
  margin-right: -90px;
  background: #f8f8f8;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
  box-sizing: border-box;
}
.m_ev-feature + .m_ev-feature {
  margin-top: 20px;
}
.m_ev-feature__text {
  margin: 0;
  padding: 24px 110px 24px 22px;
  font-family: "futura-pt", sans-serif;
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
  /* グラデーション文字 */
  background: linear-gradient(90deg, #28c370 0%, #0077c8 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .m_ev-feature {
    max-width: 100%;
    margin-right: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .m_ev-feature + .m_ev-feature {
    margin-top: 14px;
  }
  .m_ev-feature__text {
    padding: 18px 20px 18px 18px;
    font-size: 1.9rem;
    line-height: 1.45;
  }
}
/*
====================================
top pipeline
====================================
*/
.top-pipeline {
  position: relative;
  padding-top: 110px;
  padding-bottom: 210px;
  overflow: hidden;
}
.top-pipeline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background: url("../img/top/pipeline_bg.png") center bottom/cover no-repeat;
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
}
.top-pipeline__inner {
  position: relative;
  z-index: 1;
  min-height: 620px;
}
.top-pipeline__media {
  position: absolute;
  top: 138px;
  left: 0;
  width: 54.5%;
  max-width: 815px;
}
.top-pipeline__image {
  margin: 0;
  border-bottom-right-radius: 48px;
  overflow: hidden;
}
.top-pipeline__image img {
  display: block;
  width: 100%;
  aspect-ratio: 815/562;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-pipeline__content {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  padding-top: 78px;
  padding-right: 40px;
  box-sizing: border-box;
}
.top-pipeline__heading {
  margin-bottom: 28px;
}
.top-pipeline__text {
  font-size: 1.7rem;
  line-height: 1.85;
  color: #1b2c55;
}
.top-pipeline__text p + p {
  margin-top: 22px;
}
.top-pipeline__btn {
  margin-top: 56px;
  text-align: left;
}

@media screen and (max-width: 1400px) {
  .top-pipeline__media {
    width: 52%;
  }
  .top-pipeline__content {
    max-width: 560px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .top-pipeline {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .top-pipeline__inner {
    min-height: auto;
  }
  .top-pipeline__media {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .top-pipeline__image {
    max-width: 760px;
    border-bottom-right-radius: 40px;
  }
  .top-pipeline__content {
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-left: 0;
  }
  .top-pipeline__btn {
    margin-top: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-pipeline {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-pipeline::after {
    height: 88%;
    background-size: contain;
    background-position: center bottom;
  }
  .top-pipeline__media {
    margin-bottom: 28px;
  }
  .top-pipeline__image {
    border-bottom-right-radius: 28px;
  }
  .top-pipeline__image img {
    aspect-ratio: 16/11;
  }
  .top-pipeline__heading {
    margin-bottom: 20px;
  }
  .top-pipeline__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-pipeline__text p + p {
    margin-top: 18px;
  }
  .top-pipeline__btn {
    margin-top: 32px;
  }
}
/*
====================================
top news
====================================
*/
.top-news {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #f8f8f8;
}
.top-news__head {
  position: relative;
  padding-right: 360px;
}
.top-news__head {
  position: relative;
  padding-right: 360px;
}
.top-news__actions {
  display: none;
}
.top-news__nav {
  margin-right: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 18px;
}
.top-news__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #28c370 0%, #0077c8 100%);
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.top-news__arrow:hover {
  opacity: 0.8;
}
.top-news__sliderWrap {
  overflow: hidden;
}
.top-news__swiper {
  overflow: visible;
}
.top-news__heading {
  margin-bottom: 24px;
}
.top-news__lead {
  max-width: 760px;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #1b2c55;
}
.top-news__btn {
  position: absolute;
  top: 118px;
  right: 0;
}
.top-news__grid {
  margin-top: 82px;
}
.top-news__grid--5 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px 290px;
  gap: 8px;
}
.top-news__grid--5 .m_news-card--featured {
  grid-column: 1/2;
  grid-row: 1/3;
}
.top-news__grid--4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.top-news__grid--3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.top-news__grid--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.top-news__grid--1 {
  display: grid;
  grid-template-columns: minmax(0, 520px);
  justify-content: left;
}

@media screen and (max-width: 1200px) {
  .top-news__head {
    padding-right: 0;
  }
  .top-news__btn {
    position: static;
    margin-top: 28px;
  }
  .top-news__grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top-news__grid--5 .m_news-card--featured {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .top-news__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top-news__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-news .l_container-wide {
    padding-right: 0;
  }
  .top-news__heading {
    margin-bottom: 18px;
  }
  .top-news__lead {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-news__btn {
    position: static;
    margin-top: 24px;
  }
  .top-news__actions {
    display: block;
    margin-top: 28px;
  }
  .top-news__grid {
    display: none;
  }
  .top-news__sliderWrap {
    margin-top: 20px;
    padding-right: 0;
  }
  .top-news__swiper {
    padding-right: 12%;
  }
  .top-news__btn {
    margin-top: 40px;
    text-align: center;
  }
  .top-news__grid {
    margin-top: 40px;
  }
  .top-news__grid--5, .top-news__grid--4, .top-news__grid--3, .top-news__grid--2, .top-news__grid--1 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
/*
====================================
top partners
====================================
*/
.top-partners {
  padding-top: 110px;
  padding-bottom: 0px;
  background: #fff;
  overflow: hidden;
}
.top-partners__heading {
  margin-bottom: 130px;
}
.top-partners__logos {
  width: 100%;
}
.top-partners__logos--marquee {
  overflow: hidden;
}
.top-partners__track {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  will-change: transform;
}
.top-partners__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
  padding-bottom: 8px;
}
.top-partners__logos--static {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.top-partners__staticList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes partnersMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .top-partners {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .top-partners__heading {
    margin-bottom: 40px;
  }
  .top-partners__logos {
    width: calc(100% - 1.6rem);
    max-width: none;
    margin-left: 1.6rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .top-partners__track {
    width: -moz-max-content;
    width: max-content;
    animation: partnersMarquee 18s linear infinite;
    animation-duration: 18s;
  }
  .top-partners__group {
    justify-content: flex-start;
    gap: 8px;
    flex-shrink: 0;
    padding-right: 8px;
  }
}/*# sourceMappingURL=toppage.css.map */