/*
  anime
----------------------------------------------------- */
.anime-textUp {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  max-width: 13em;
}

.text-up-item {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  will-change: transform;
}

.text-up {
  overflow: hidden;
}
.text-up:nth-child(2) .text-up-item {
  transition-delay: 0.06s;
}
.text-up:nth-child(3) .text-up-item {
  transition-delay: 0.12s;
}
.text-up:nth-child(4) .text-up-item {
  transition-delay: 0.18s;
}
.text-up:nth-child(5) .text-up-item {
  transition-delay: 0.24s;
}
.text-up:nth-child(6) .text-up-item {
  transition-delay: 0.3s;
}
.text-up:nth-child(7) .text-up-item {
  transition-delay: 0.36s;
}
.text-up:nth-child(8) .text-up-item {
  transition-delay: 0.42s;
}
.text-up:nth-child(9) .text-up-item {
  transition-delay: 0.48s;
}
.text-up:nth-child(10) .text-up-item {
  transition-delay: 0.54s;
}
.text-up:nth-child(11) .text-up-item {
  transition-delay: 0.6s;
}
.text-up:nth-child(12) .text-up-item {
  transition-delay: 0.66s;
}
.text-up:nth-child(13) .text-up-item {
  transition-delay: 0.72s;
}
.text-up:nth-child(14) .text-up-item {
  transition-delay: 0.78s;
}
.text-up:nth-child(15) .text-up-item {
  transition-delay: 0.84s;
}
.text-up:nth-child(16) .text-up-item {
  transition-delay: 0.9s;
}
.text-up:nth-child(17) .text-up-item {
  transition-delay: 0.96s;
}
.text-up:nth-child(18) .text-up-item {
  transition-delay: 1.02s;
}
.text-up:nth-child(19) .text-up-item {
  transition-delay: 1.08s;
}
.text-up:nth-child(20) .text-up-item {
  transition-delay: 1.14s;
}
.text-up:nth-child(21) .text-up-item {
  transition-delay: 1.2s;
}
.text-up:nth-child(22) .text-up-item {
  transition-delay: 1.26s;
}
.text-up:nth-child(23) .text-up-item {
  transition-delay: 1.32s;
}
.text-up:nth-child(24) .text-up-item {
  transition-delay: 1.38s;
}
.text-up:nth-child(25) .text-up-item {
  transition-delay: 1.44s;
}
.text-up:nth-child(26) .text-up-item {
  transition-delay: 1.5s;
}

.anime-textUp.is-active .text-up-item {
  transform: translate(0, 0);
}

/*
  Break
*/
.u-break.-xxs {
  display: inline-block;
}

:root {
  --F-XXXL: 1rem;
  --F-XXL: 3rem;
  --F-XL: 2rem;
  --F-L: 1.375rem;
  --F-M: 1rem;
  --F-S: 0.875rem;
}
@media (max-width: 768px) {
  :root {
    --F-XXXL: 1rem;
    --F-XXL: 2rem;
    --F-XL: 1.375rem;
    --F-L: 1.375rem;
    --F-M: 1rem;
    --F-S: 0.875rem;
  }
}

:root {
  --S-XXL: 10rem;
  --S-XL: 4rem;
  --S-L: 2rem;
  --S-M: 1.5rem;
  --S-S: 1rem;
}
@media (max-width: 768px) {
  :root {
    --S-XXL: 5rem;
    --S-XL: 3rem;
    --S-L: 1.5rem;
    --S-M: 1.5rem;
    --S-S: 1rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  touch-action: none;
  width: 100vw;
}

.p-cursor {
  background-color: #e5e7ea;
  border-radius: 100%;
  height: 2rem;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: top 0.2s, left 0.2s, width 0.5s, height 0.5s;
  transition-timing-function: ease-out;
  width: 2rem;
  z-index: 100;
}
.p-cursor.active {
  height: 6rem;
  width: 6rem;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 2rem;
}

figure {
  margin: 0;
}

.paragraph {
  line-height: 2rem;
}
@media (min-width: 769px) {
  .paragraph {
    font-size: 1.125rem;
  }
}

.sub-text {
  font-weight: 700;
}
.sub-text strong {
  color: #1a1395;
}
@media (max-width: 768px) {
  .sub-text {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .sub-text {
    font-size: 2.5rem;
  }
}

.more-button {
  height: 4rem;
  max-width: 16rem;
  width: 100%;
}

.more-button-link {
  align-items: center;
  background: #1a1395;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
}
.more-button-link:hover {
  background: #141f4e;
}

.more-button-min {
  height: 3rem;
  width: 3rem;
}

.more-button-min-link {
  align-items: center;
  background: #1a1395;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.more-button-min-link svg {
  width: 2rem;
  height: 2rem;
}

@media (max-width: 768px) {
  .news-content {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .news-content {
    display: grid;
    gap: 4rem;
    grid-template-columns: 16rem 1fr;
  }
}

.news-list {
  display: flex;
  flex-direction: column;
}

.news-list-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.news-list-item-link {
  align-items: center;
  display: grid;
  font-weight: 700;
  gap: 1rem;
  grid-template-columns: 1fr auto auto;
  padding: 1.5rem 0;
}
.news-list-item-link .time {
  color: rgba(39, 43, 51, 0.6);
  font-size: 0.875rem;
}

.tags {
  align-items: center;
  background: rgba(26, 19, 149, 0.08);
  border-radius: 1rem;
  color: #1a1395;
  display: flex;
  font-size: 0.875rem;
  height: 1.5rem;
  padding: 0 0.5rem;
}

.conversion-button {
  margin: 0 auto;
  max-width: 66.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .conversion-button {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .conversion-button {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .conversion-button {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    padding: 4rem 1rem;
  }
}
@media (min-width: 769px) {
  .conversion-button {
    margin: 0 auto;
    gap: 2rem;
    padding: 4rem 0;
    max-width: 30rem;
  }
}

.conversion-materials,
.conversion-contact {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 4rem;
  font-weight: 700;
  border-radius: 0.5rem;
}

.conversion-materials {
  background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
  color: #fff;
}

.conversion-contact {
  border: 2px solid #1a1395;
  color: #1a1395;
}

.u-loading {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a0f95;
}

.u-loading__curtain {
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f5f7fa;
}

.u-loading__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1a0f95;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.u-loading__body ._space {
  padding-right: 0.5em;
}
.u-loading__body span {
  animation: loading 1.4s infinite alternate;
  display: inline-block;
  margin: 0 -0.05em;
}
.u-loading__body span:nth-child(2) {
  animation-delay: 0.1s;
}
.u-loading__body span:nth-child(3) {
  animation-delay: 0.2s;
}
.u-loading__body span:nth-child(4) {
  animation-delay: 0.3s;
}
.u-loading__body span:nth-child(5) {
  animation-delay: 0.4s;
}
.u-loading__body span:nth-child(6) {
  animation-delay: 0.5s;
}
.u-loading__body span:nth-child(7) {
  animation-delay: 0.6s;
}
.u-loading__body span:nth-child(8) {
  animation-delay: 0.7s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.is-animation {
  animation-name: loadinganime;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes loadinganime {
  from {
    transform: translateY(0);
  }
  30%, 70% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.header {
  display: none;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
  z-index: 99;
}
.header.is-scrolled {
  backdrop-filter: blur(10px);
  background: #fff;
}
.header.is-scrolled .global-menu a {
  color: #272b33;
}
.header.is-scrolled .global-menu .button {
  color: #fff;
}
.header.is-scrolled .site-logo svg {
  color: #1a1395;
}
@media (max-width: 768px) {
  .header.sp {
    display: flex;
    padding: 1rem;
  }
  .header.sp .global-nav {
    background: #fff;
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 5rem 2rem 2rem;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  .header.sp .global-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .header.sp .global-menu a {
    color: #272b33;
    font-size: 1.25rem;
    font-weight: 700;
    opacity: 0;
    padding: 1rem 0;
    transform: translateY(1rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .header.sp .global-menu li:nth-child(1) a {
    transition-delay: 0.05s;
  }
  .header.sp .global-menu li:nth-child(2) a {
    transition-delay: 0.1s;
  }
  .header.sp .global-menu li:nth-child(3) a {
    transition-delay: 0.15s;
  }
  .header.sp .global-menu li:nth-child(4) a {
    transition-delay: 0.2s;
  }
  .header.sp .global-menu li:nth-child(5) a {
    transition-delay: 0.25s;
  }
  .header.sp.is-menu-open .global-nav {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  .header.sp.is-menu-open .global-menu a {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  .header.pc {
    display: flex;
    padding: 2rem;
  }
  .header.pc.is-scrolled {
    padding: 1rem 2rem;
  }
}

.site-logo a {
  align-items: center;
  display: flex;
  height: 100%;
}
.site-logo svg {
  color: #fff;
  transition: fill 0.3s ease;
}

.menu-button {
  align-items: center;
  background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  padding: 0;
  width: 3rem;
}
.menu-button svg {
  color: #fff;
}

.global-menu a {
  align-items: center;
  color: #fff;
  display: flex;
  transition: color 0.3s ease;
}
@media (min-width: 769px) {
  .global-menu {
    align-items: center;
    display: flex;
  }
  .global-menu a {
    height: 2.5rem;
    padding: 0 1rem;
  }
  .global-menu .button {
    align-items: center;
    background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    height: 4rem;
    justify-content: center;
    width: 10rem;
  }
}

.footer {
  background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 1rem;
  }
}
@media (min-width: 769px) {
  .footer {
    padding: 8rem 4rem;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .site-logo a {
  display: flex;
}

.footer-content {
  display: grid;
}
@media (max-width: 768px) {
  .footer-content {
    gap: 2rem;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 769px) {
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer-menu:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer-menu {
    font-size: 1.125rem;
  }
  .footer-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer-menu a {
    display: flex;
    padding: 1rem 0;
  }
}
@media (min-width: 769px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (min-width: 769px) {
  .footer-menu-category {
    font-size: 1.125rem;
    font-weight: 700;
  }
}

.footer-signature {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.footer-signature small {
  font-size: 1rem;
}

.footer-signature-links {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  font-size: 0.875rem;
}

.about .title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}
.about .title .sub-title {
  color: #1a1395;
  display: block !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .about .title {
    font-size: 3.5rem;
  }
}
@media (min-width: 769px) {
  .about .title {
    font-size: 4rem;
  }
}
.about .title .sub-title {
  color: #fff;
}
@media (max-width: 768px) {
  .about {
    background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
    position: relative;
    padding: 4rem 1rem;
  }
}
@media (min-width: 769px) {
  .about {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding: 8rem 0;
  }
  .about:before {
    background: url("../img/top/img-mission.jpg") no-repeat center/cover;
    content: "";
    position: absolute;
    width: calc(100% - 4rem);
    height: calc(100% - 16rem);
    display: block;
    left: 4rem;
    top: 8rem;
  }
}

.about-content {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .about-content {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .about-content {
    gap: 4rem;
  }
}
@media (min-width: 769px) {
  .about-content {
    background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
    padding: 8rem 4rem;
    z-index: 1;
    margin: 4rem 0;
  }
}

.about-content-image {
  width: calc(100% + 2rem);
  height: 50vw;
  margin: 0 -1rem;
  overflow: hidden;
}
.about-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about-content-text .more-button-link {
  color: #1a1395;
  background: #fff;
  fill: #1a1395;
}

.hero {
  height: 100vh;
  position: fixed;
  width: 100%;
}
.hero::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -100vh;
  width: 100%;
}
.hero::after {
  content: url("../img/top/symbol01.svg");
  left: 50%;
  position: absolute;
  top: calc(50% - 100vh);
  transform: translate(-50%, -50%);
}
.hero .title {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero .title {
    font-size: 12vw;
  }
}
@media (min-width: 769px) {
  .hero .title {
    font-size: 4.8rem;
  }
  .hero .title br {
    display: none;
  }
}

.hero-content {
  align-items: center;
  display: flex;
  height: 100vh;
  position: absolute;
  top: -100vh;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-content {
    padding: 0 1rem;
  }
}
@media (min-width: 769px) {
  .hero-content {
    padding: 0 4rem;
  }
}

.p-heroSlide {
  height: 100vh;
  inset: -100vh 0 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.p-heroSlide::after {
  content: "";
  inset: 0;
  position: absolute;
}
.p-heroSlide__item {
  animation: slide-show 30s infinite;
  inset: 0;
  opacity: 0;
  position: absolute;
}
.p-heroSlide__item:nth-of-type(1) {
  animation-delay: 0s;
}
.p-heroSlide__item:nth-of-type(2) {
  animation-delay: 10s;
}
.p-heroSlide__item:nth-of-type(3) {
  animation-delay: 20s;
}
.p-heroSlide__img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

@keyframes slide-show {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  17%, 33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes slide-show-sp {
  0%, 50% {
    opacity: 0;
  }
  17%, 33% {
    opacity: 1;
  }
}
.main {
  padding-top: 100vh;
}

.news {
  background: #fff;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .news {
    padding: 4rem 1rem;
  }
}
@media (min-width: 769px) {
  .news {
    padding: 8rem 4rem;
  }
}
.news {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .news {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .news {
    gap: 4rem;
  }
}
.news .title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}
.news .title .sub-title {
  color: #1a1395;
  display: block !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .news .title {
    font-size: 3.5rem;
  }
}
@media (min-width: 769px) {
  .news .title {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .news-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .news-content .more-button {
    order: 2;
  }
  .news-content .news-list {
    order: 1;
  }
}

.point {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .point {
    width: 15rem;
  }
}
@media (min-width: 769px) {
  .point {
    width: 23.75rem;
  }
}

.point-item {
  place-content: center center;
  background: var(--Gradation, linear-gradient(115deg, #e9e6ff 0%, #e4f2fe 50%, #e1e3fd 100%));
  border: solid 1px #fff;
  border-radius: 100%;
  color: #272b33;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  gap: 0.5rem;
  position: relative;
  text-align: center;
  aspect-ratio: 1/1;
}
.point-item::after {
  content: url("../img/top/symbol02.svg");
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .point-item {
    height: 8rem;
    width: 8rem;
  }
  .point-item:nth-of-type(1) {
    margin-left: -2rem;
  }
  .point-item:nth-of-type(2) {
    margin-right: -2rem;
  }
}
@media (min-width: 769px) {
  .point-item {
    height: 10rem;
    width: 10rem;
  }
  .point-item:nth-of-type(1) {
    margin-left: -3rem;
  }
  .point-item:nth-of-type(2) {
    margin-right: -3rem;
  }
}

.point-item-en {
  color: #1a1395;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 768px) {
  .point-item-en {
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .point-item-en {
    font-size: 1.125rem;
  }
}

.point-item-jp {
  line-height: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .point-item-jp {
    font-size: 2.5rem;
  }
}
@media (min-width: 769px) {
  .point-item-jp {
    font-size: 4rem;
  }
}

.service {
  background: var(--Gradation, linear-gradient(115deg, #e9e6ff 0%, #e4f2fe 50%, #e1e3fd 100%));
  display: grid;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .service {
    padding: 4rem 1rem;
  }
}
@media (min-width: 769px) {
  .service {
    padding: 8rem 4rem;
  }
}
@media (max-width: 768px) {
  .service {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .service {
    gap: 4rem;
  }
}
.service .title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}
.service .title .sub-title {
  color: #1a1395;
  display: block !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .service .title {
    font-size: 3.5rem;
  }
}
@media (min-width: 769px) {
  .service .title {
    font-size: 4rem;
  }
}
@media (min-width: 769px) {
  .service {
    position: relative;
    grid-template-columns: 1fr 1fr;
  }
}

.service-product {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .service-product {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .service-product {
    gap: 4rem;
  }
}

.service-product-content .more-button-min {
  margin-left: auto;
}

.service-product-content-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.service-product-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-product-content-link {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .service-product-content-link {
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .service-product-content-link {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .service-product-content-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .service-product-content-title {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .service-summary {
    position: sticky;
    top: 10rem;
    align-self: start;
    height: fit-content;
  }
}

.service-summary-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .service-summary-content {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .service-summary-content {
    gap: 4rem;
  }
}

.service-summary-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.vision {
  background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
  color: #fff;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .vision {
    padding: 4rem 1rem;
  }
}
@media (min-width: 769px) {
  .vision {
    padding: 8rem 4rem;
  }
}
.vision {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.vision .title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}
.vision .title .sub-title {
  color: #1a1395;
  display: block !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .vision .title {
    font-size: 3.5rem;
  }
}
@media (min-width: 769px) {
  .vision .title {
    font-size: 4rem;
  }
}
.vision .title .sub-title {
  color: #fff;
}
.vision .paragraph {
  width: 100%;
}
@media (min-width: 769px) {
  .vision .paragraph {
    text-align: center;
  }
}

.vision-content {
  align-content: center;
  display: grid;
  flex: 1;
  gap: 4rem;
}
