.home .post_content {
  position: relative;
}
.home #mv {
  line-height: 0;
  overflow: hidden;
}
.home #mv .hero {
  height: auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 2/3;
}
@media (min-width: 500px) {
  .home #mv .hero {
    height: 100svh;
    max-height: 800px;
    aspect-ratio: inherit;
  }
}
.home #mv .hero .catch {
  width: 90%;
  max-width: 800px;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
@media (min-width: 768px) {
  .home #mv .hero .catch {
    transform: translate(-50%, -35%);
  }
}
.home #mv .hero .catch .sub {
  font-size: 160%;
  line-height: 1.5;
}
.home #mv .hero .catch .sub .badge {
  border-radius: 0.25em;
  padding-block: 0.3em 0.4em;
}
.home #mv .hero .catch .main {
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.25) 100%);
  line-height: 1;
  padding: 2em;
}
.home #mv .hero .catch .main .mincho .blue {
  font-size: 3rem;
}
.home #mv .hero .catch .main .mincho .white {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-image: linear-gradient(to right, #0074e1 0%, #00aec1 100%);
  font-size: 11.5svw;
  padding: 0.1em 0.45em 0.2em;
  margin-block: 0.35em 0.15em;
  margin-inline: auto;
  display: block;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .home #mv .hero .catch .main .mincho .white {
    font-size: 7rem;
  }
}
.home #mv .hero .catch .main .mincho .white::before {
  content: "";
  width: calc(100% + 0.3em);
  height: calc(100% + 0.3em);
  background-image: linear-gradient(to right, #0074e1 0%, #00aec1 100%);
  position: absolute;
  top: -0.15em;
  left: -0.15em;
  z-index: -1;
  opacity: 0.4;
}
.home #mv .hero .catch .main .mincho .black {
  font-size: 6rem;
}
.home #mv .hero .catch .main > .blue {
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1.2;
  border-top: #0074e1 solid 1px;
  border-bottom: #0074e1 solid 1px;
  padding-block: 0.4em 0.5em;
  margin-block-start: 0.5em;
  margin-inline: auto;
}
.home #mv .hero > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #mv .hero .navigation_wrap {
  width: 90%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.home #mv .hero .navigation_wrap .inner {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.home #mv .hero .navigation_wrap .inner .site_logo {
  max-width: 30%;
}
.home #mv .hero .navigation_wrap .navigation ul {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-block-start: 1em;
}
.home #mv .hero .navigation_wrap .mb_nav {
  top: -0.8em;
}
.home #mv .hero .navigation_wrap .mb_nav .menu {
  background-color: transparent;
}
.home #mv .txt_mv {
  margin-block-start: -16%;
  position: relative;
}
.home #about .container .about_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media (min-width: 768px) {
  .home #about .container .about_inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home #greeting {
  position: relative;
  z-index: 0;
}
.home #greeting::before {
  content: "";
  width: 90%;
  height: calc(100% - 20em);
  background-image: linear-gradient(to right, #f2f8fd 0%, #f2fbfc 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.home #greeting .container > p {
  line-height: 2;
}
.home #consultation .container:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2em;
}
.home #consultation .container:nth-of-type(2) .service {
  padding: 1.5em;
  box-shadow: 0 0 1em rgba(0, 116, 225, 0.2);
}
.home #consultation .container:nth-of-type(2) .service:nth-child(-n+1) {
  grid-column: span 12;
}
.home #consultation .container:nth-of-type(2) .service:nth-child(n+2) {
  grid-column: span 6;
}
@media (min-width: 768px) {
  .home #consultation .container:nth-of-type(2) .service:nth-child(-n+4) {
    grid-column: span 6;
  }
  .home #consultation .container:nth-of-type(2) .service:nth-child(n+5) {
    grid-column: span 4;
  }
}
@media (min-width: 1200px) {
  .home #consultation .container:nth-of-type(2) .service:nth-child(-n+3) {
    grid-column: span 4;
  }
  .home #consultation .container:nth-of-type(2) .service:nth-child(n+4) {
    grid-column: span 3;
  }
}
.home #consultation .container:nth-of-type(2) .service:nth-child(2) .icon img, .home #consultation .container:nth-of-type(2) .service:nth-child(4) .icon img, .home #consultation .container:nth-of-type(2) .service:nth-child(7) .icon img {
  position: relative;
  top: -0.2em;
}
.home #consultation .container:nth-of-type(2) .service .no {
  line-height: 0.5;
  padding-block-start: 0.5em;
  padding-inline-start: 0.5em;
  display: inline-block;
  position: relative;
  top: -0.5em;
  left: -0.5em;
}
.home #consultation .container:nth-of-type(2) .service .no::before {
  content: "";
  width: 1em;
  height: 1em;
  border-top: #00aec1 solid 1px;
  border-left: #00aec1 solid 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.home #consultation .container:nth-of-type(2) .service .icon {
  margin-block-start: -1em;
}
.home #consultation .container:nth-of-type(2) .service .icon span {
  width: 50%;
  max-width: 160px;
  background-image: linear-gradient(to right, #00aec1 0%, #0074e1 100%);
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 10%;
  margin-inline: auto;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 0;
}
.home #consultation .container:nth-of-type(2) .service .icon span::before {
  content: "";
  width: calc(100% + 1em);
  height: calc(100% + 1em);
  background-image: linear-gradient(to right, #00aec1 0%, #0074e1 100%);
  border-radius: 100%;
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  z-index: -1;
  opacity: 0.4;
}
.home #consultation .container:nth-of-type(2) .service .icon span img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.home #consultation .container:nth-of-type(2) .service p {
  line-height: 2;
}
.home #video .container .title_wrap .gradient span {
  color: transparent;
  background-image: linear-gradient(to right, #0091d2 0%, #00aec1 100%);
  -webkit-background-clip: text;
  position: relative;
  display: inline-block;
}
.home #video .container .title_wrap .gradient span::before {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #ffe760;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
}
.home #video .video_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3em;
}
@media (min-width: 768px) {
  .home #video .video_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .home #video .video_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home #video .video_inner .video .thumbnail {
  position: relative;
}
.home #video .video_inner .video .thumbnail .no {
  color: transparent;
  background-image: linear-gradient(to right, #0074e1 0%, #00aec1 100%);
  -webkit-background-clip: text;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: -0.2em;
  right: 0;
}
.home #video .video_inner .video .thumbnail img {
  box-shadow: 0 0 1em rgba(0, 116, 225, 0.2);
}
.home #video .video_inner .video .h3 {
  padding-inline-start: 0.5em;
}
.home #people {
  position: relative;
  z-index: 0;
}
.home #people::before {
  content: "";
  width: 90%;
  height: 95%;
  background-image: url(../../images/home/bg_people.webp);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.home #people::after {
  content: "";
  width: 90%;
  height: 95%;
  background-image: linear-gradient(to right, #f2f8fd 0%, #f2fbfc 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.home #people .people_inner .people {
  padding-inline: 0.5em;
}
@media (min-width: 768px) {
  .home #people .people_inner .people {
    padding-inline: 1.5em;
  }
}
.home #people .people_inner .swiper-button-prev,
.home #people .people_inner .swiper-button-next {
  width: 3em;
  height: 3em;
}
.home #people .people_inner .swiper-button-prev::after,
.home #people .people_inner .swiper-button-next::after {
  width: 100%;
  height: 100%;
  background-image: url(../../images/common/icon_next.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  font-size: 0;
}
.home #people .people_inner .swiper-button-prev {
  transform: rotate(-180deg);
}
.home #profile .profile_inner {
  padding-block: 4em;
  position: relative;
}
.home #profile .profile_inner:nth-of-type(1)::before {
  content: "";
  width: 90%;
  height: 100%;
  background-image: linear-gradient(to right, #f2f8fd 0%, #f2fbfc 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home #profile .profile_inner:nth-of-type(1) .container {
  display: grid;
  row-gap: 3em;
}
@media (min-width: 650px) {
  .home #profile .profile_inner:nth-of-type(1) .container {
    grid-template-columns: 55% 40%;
    justify-content: space-between;
  }
}
.home #profile .profile_inner:nth-of-type(2)::before {
  content: "";
  width: 100%;
  height: 130%;
  box-shadow: 0 0 1.5em rgba(0, 116, 225, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
@media (min-width: 1500px) {
  .home #profile .profile_inner:nth-of-type(2)::before {
    width: 90%;
  }
}
.home #profile .profile_inner:nth-of-type(2) .container .text_wrap {
  display: grid;
  row-gap: 3em;
}
@media (min-width: 650px) {
  .home #profile .profile_inner:nth-of-type(2) .container .text_wrap {
    grid-template-columns: 55% 40%;
    justify-content: space-between;
  }
}
.home #plan .container .price {
  background-color: #f2fbfc;
  border-left: #0074e1 solid 2px;
  border-right: #0074e1 solid 2px;
  padding: 1em 1em 1.5em;
}
.home #plan .container .price + p {
  line-height: 2;
}
.home #flow .container:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.home #flow .container:nth-of-type(1) > p {
  margin-inline-start: auto;
}
.home #flow .container:nth-of-type(2) {
  position: relative;
}
.home #flow .container:nth-of-type(2)::before {
  content: "";
  width: 110%;
  height: 100%;
  background-image: linear-gradient(to right, #f2f8fd 0%, #f2fbfc 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home #flow .container:nth-of-type(2) .flow_inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2em 1em;
}
@media (min-width: 768px) {
  .home #flow .container:nth-of-type(2) .flow_inner {
    grid-template-columns: repeat(15, 1fr);
  }
}
.home #flow .container:nth-of-type(2) .flow_inner .flow {
  grid-column: span 5;
}
@media (min-width: 768px) {
  .home #flow .container:nth-of-type(2) .flow_inner .flow {
    grid-column: span 3;
  }
}
.home #flow .container:nth-of-type(2) .flow_inner .flow .icon span {
  width: 100%;
  background-color: #fff;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 25%;
  margin-inline: auto;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 0;
}
.home #flow .container:nth-of-type(2) .flow_inner .flow .icon span::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(to right, #00aec1 0%, #0074e1 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.home #flow .container:nth-of-type(2) .flow_inner .flow .icon span::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 100%;
  background: white;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
}
.home #flow .container:nth-of-type(2) .flow_inner .flow .icon span img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.home #flow .container:nth-of-type(2) .flow_inner .arrow {
  grid-column: span 1;
  text-align: center;
  padding-block-start: 300%;
}
@media (min-width: 768px) {
  .home #flow .container:nth-of-type(2) .flow_inner .arrow {
    padding-block-start: 150%;
  }
}
.home #flow .container:nth-of-type(2) .white {
  font-size: 8svw;
  text-transform: uppercase;
  line-height: 0.85;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home #case .container:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.home #case .container:nth-of-type(1) > p {
  margin-inline-start: auto;
}
.home #case .container:nth-of-type(2) {
  padding: 5em 5% 3em;
  position: relative;
  z-index: 0;
}
.home #case .container:nth-of-type(2)::before {
  content: "";
  width: 110%;
  height: 100%;
  background-image: linear-gradient(to right, #f2f8fd 0%, #f2fbfc 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home #case .container:nth-of-type(2) .case_inner {
  min-width: 145%;
  margin-inline-start: -1em;
}
@media (min-width: 768px) {
  .home #case .container:nth-of-type(2) .case_inner {
    padding-inline: -1.5em;
  }
}
.home #case .container:nth-of-type(2) .case_inner .swiper-slide {
  font-size: inherit;
  padding-inline: 1em;
}
@media (min-width: 768px) {
  .home #case .container:nth-of-type(2) .case_inner .swiper-slide {
    padding-inline: 1.5em;
  }
}
.home #case .container:nth-of-type(2) .case_inner .swiper-slide a {
  background-color: #fff;
  border-left: 4px solid;
  -o-border-image: linear-gradient(to bottom, #0074e1, #00aec1) 1;
     border-image: linear-gradient(to bottom, #0074e1, #00aec1) 1;
  padding: 2em;
  display: block;
}
.home #case .container:nth-of-type(2) .case_inner .swiper-slide a .title {
  border-bottom: #eee solid 1px;
  padding-block-end: 1em;
  margin-block-end: 1em;
}
.home #case .container:nth-of-type(2) .case_inner .swiper-buttons {
  margin-block-start: 0.5em;
  margin-inline-start: 1.5em;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.home #case .container:nth-of-type(2) .case_inner .swiper-buttons [role=button] {
  margin-top: inherit;
  position: relative;
  left: inherit;
  right: inherit;
}
.home #case .container:nth-of-type(2) .case_inner .swiper-buttons .swiper-button-prev,
.home #case .container:nth-of-type(2) .case_inner .swiper-buttons .swiper-button-next {
  width: 3em;
  height: 3em;
}
.home #case .container:nth-of-type(2) .case_inner .swiper-buttons .swiper-button-prev::after,
.home #case .container:nth-of-type(2) .case_inner .swiper-buttons .swiper-button-next::after {
  width: 100%;
  height: 100%;
  background-image: url(../../images/common/icon_next.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  font-size: 0;
}
.home #case .container:nth-of-type(2) .case_inner .swiper-buttons .swiper-button-prev {
  transform: rotate(-180deg);
}
.home #topics .container .topics_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media (min-width: 768px) {
  .home #topics .container .topics_inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
  }
}
@media (min-width: 1200px) {
  .home #topics .container .topics_inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home #topics .container .topics_inner .article .thumbnail {
  line-height: 0;
}
.home #topics .container .topics_inner .article .thumbnail img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #topics .container .topics_inner .article .content .meta {
  display: flex;
  justify-content: space-between;
}
.home #reason .title_wrap {
  padding-block-end: 4em;
}
.home #reason .reason_wrap {
  position: relative;
}
.home #reason .reason_wrap::before {
  content: "";
  width: 100%;
  height: 90%;
  background-image: url(../../images/home/bg_reason.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home #reason .reason_wrap .container {
  padding-block-end: 6em;
  margin-block-start: -3em;
}
.home #reason .reason_wrap .container .reason_inner {
  display: grid;
  gap: 5em 3em;
}
@media (min-width: 768px) {
  .home #reason .reason_wrap .container .reason_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home #reason .reason_wrap .container .reason_inner .reason {
  background-color: #fff;
  padding: 3.5em 2em 2em;
  position: relative;
}
.home #reason .reason_wrap .container .reason_inner .reason .no {
  color: #fff;
  width: 2em;
  height: 2em;
  font-size: 5rem;
  padding-block-start: 0.175em;
  margin-inline: auto;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.home #reason .reason_wrap .container .reason_inner .reason .no::before {
  content: "";
  width: 2em;
  height: 2em;
  background-image: linear-gradient(to right, #0074e1 0%, #00aec1 100%);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.home #reason .reason_wrap .container .reason_inner .reason .no::after {
  content: "";
  width: 1.75em;
  height: 1.75em;
  background-image: linear-gradient(to right, #0074e1 0%, #00aec1 100%);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home #support .support_inner:nth-of-type(1) {
  background: url(../../images/home/bg_support.webp) center center;
  background-size: cover;
}
.home #support .support_inner:nth-of-type(2) {
  position: relative;
}
.home #support .support_inner:nth-of-type(2)::before {
  content: "";
  width: 90%;
  height: 50%;
  background-image: linear-gradient(to right, #f2f8fd 0%, #f2fbfc 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home #support .support_inner:nth-of-type(2) .container:nth-of-type(1) {
  padding-block: 4em;
  position: relative;
}
.home #support .support_inner:nth-of-type(2) .container:nth-of-type(1) .img_support {
  width: 41%;
  max-width: 360px;
  position: absolute;
  top: -6em;
  left: -5%;
}
.home #support .support_inner:nth-of-type(2) .container:nth-of-type(1) p {
  line-height: 2;
  padding-inline-start: 10%;
}

.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-slide .swiper-slide-item {
  height: 100%;
}

.effect.fade_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 2000ms;
}
.effect:not(.opening).fade_down {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 2000ms;
}
.effect.slide_left {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all 2000ms;
}
.effect.slide_right {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 2000ms;
}
.effect.is_show {
  opacity: 1;
  transform: translate(0, 0);
}

/* delay */
@media (min-width: 768px) {
  .hero .hero_inner01 .effect {
    transition-delay: 2s;
  }
  .hero .hero_inner02 .effect {
    transition-delay: 2.5s;
  }
}
/* opening */
.effect.opening.fade_in {
  opacity: 0;
  transition: opacity 2s;
}
.effect.opening.fade_in.start {
  opacity: 1;
}
.effect.opening.fade_down {
  opacity: 0;
  transform: translateY(-50%);
}
.effect.opening.fade_down.start {
  animation: opening 1s 1 forwards 1s;
}

@keyframes opening {
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes bright {
  0% {
    border-radius: 60% 10% 70% 50%/10% 60% 30% 70%;
    transform: scale(1);
  }
  20% {
    border-radius: 50% 30% 30% 50%/35% 80% 20% 90%;
    transform: scale(0.9) skew(15deg, 0deg) rotate(-45deg);
  }
  30% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
    transform: scale(1.3) skew(10deg, 0deg) rotate(-45deg);
  }
  50% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
    transform: scale(1) skew(20deg, 0deg) rotate(-90deg);
  }
  60% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    transform: scale(0.8) skew(20deg, 0deg) rotate(-90deg);
  }
  70% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    transform: scale(0.8) skew(-20deg, 0deg) rotate(0deg);
  }
  90% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    transform: scale(1.1) skew(-20deg, 0deg) rotate(0deg);
  }
  100% {
    border-radius: 60% 10% 70% 50%/10% 60% 30% 70%;
    transform: scale(1);
  }
}
@keyframes scrollAnime {
  0% {
    height: 0%;
    background-color: #0074e1;
  }
  70% {
    background-color: #cd0505;
  }
  100% {
    height: 100%;
    background-color: #00aec1;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}/*# sourceMappingURL=home.css.map */