@charset "utf-8";

* {
  -webkit-font-smoothing: antialiased;
}

img,
video {
  width: 100%;
}

.SPBR {
  display: none;
}

@media screen and (max-width: 768px) {
  .SPBR {
    display: block;
  }
}

.Load {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #1F1F1F;
  animation: load-hidden 1s ease-in-out 1.5s 1 normal forwards;
}

.Load.isShow {
  position: fixed;
  inset: 0;
  z-index: 9999;
  margin: auto;
  display: flex;
}

@keyframes load-hidden {
  form {
    opacity: 1;
  }

  to {
    opacity: 0;
    pointer-events: none;
  }
}

.Load-BgTop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  z-index: 1;
}

.Load-BgTop-PC {
  width: 56.25vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .Load-BgTop-PC {
    display: none;
  }
}

.Load-BgTop-SP {
  display: none;
}

@media screen and (max-width: 768px) {
  .Load-BgTop-SP {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

.Load-BgBottom {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  margin: auto;
  display: block;
  z-index: 1;
  transform: rotate(-180deg);
  text-align: start;
}

@media screen and (max-width: 768px) {
  .Load-BgBottom {
    transform: initial;
  }
}

.Load-BgBottom-PC {
  width: 56.25vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .Load-BgBottom-PC {
    display: none;
  }
}

.Load-BgBottom-SP {
  display: none;
}

@media screen and (max-width: 768px) {
  .Load-BgBottom-SP {
    margin-right: 0;
    margin-left: auto;
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

.Load-Contents-Img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.Load-Contents-Bg {
  position: absolute;
  inset: 0;
  margin: auto;
  background: linear-gradient(74.24deg, rgba(0, 0, 0, 0.98) 0%, rgba(22, 22, 22, 0.85) 70.28%, rgba(23, 23, 23, 0.88) 87.38%, rgba(0, 0, 0, 0.91) 97.27%);
}

.Load-Contents-Catch {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  width: 41.14583333333333vw;
}

@media screen and (max-width: 768px) {
  .Load-Contents-Catch {
    margin-bottom: 1.5625vw;
    width: 90vw;
  }
}

.Load-Contents-Catch-Img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.Banner {
  position: fixed;
  right: 25px;
  left: 25px;
  bottom: 33px;
  z-index: 3;
  transition: all 0.3s;
  pointer-events: none;
}

.Banner.isHidden {
  opacity: 0;
  pointer-events: none;
}

.Banner-Button {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  pointer-events: auto;
}

.Banner-Button-Top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
}

.Banner-Button-Bottom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(-45deg);
}

.Banner__Link {
  margin-right: 0;
  margin-left: auto;
  display: block;
  max-width: 302px;
  width: 100%;
  pointer-events: auto;
}

.Firstview {
  position: relative;
  background-color: #0C0C0C;
  height: 100vh;
  max-height: 1117px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .Firstview {
    height: auto;
    max-height: initial;
  }
}

.Firstview-BgTop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  z-index: 1;
}

.Firstview-BgTop img {
  width: auto;
  height: 5.555555555555555vw;
}

@media screen and (max-width: 768px) {
  .Firstview-BgTop img {
    width: 100%;
    height: auto;
  }
}

.Firstview-BgBottom {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  margin: auto;
  display: block;
  z-index: 1;
}

.Firstview-Contents {
  margin-top: -1px;
  padding-top: 7.63888888888889vw;
  padding-bottom: 9.722222222222222vw;
}

@media screen and (max-width: 768px) {
  .Firstview-Contents {
    padding-top: 24.375vw;
    padding-bottom: 14.6875vw;
    width: 100%;
  }
}

.Firstview-Contents-Bg {
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url(../images/fisrtview-decoration-water.jpg);
  background-size: cover;
  background-position: center;
}

.Firstview-Contents-Bg-Img {
  width: 100%;
  height: 100%;
  background: linear-gradient(74.24deg, rgba(0, 0, 0, 0.98) 0%, rgba(22, 22, 22, 0.85) 70.28%, rgba(23, 23, 23, 0.88) 87.38%, rgba(0, 0, 0, 0.91) 97.27%);
}

.Firstview-Contents__Inner {
  position: relative;
  display: grid;
  grid-template-areas:
    "movie title"
    "movie banner"
  ;
  column-gap: 1.0416666666666666vw;
  grid-template-columns: auto 1fr;
}

@media screen and (max-width: 768px) {
  .Firstview-Contents__Inner {
    grid-template-areas:
      "title"
      "movie"
      "banner"
    ;
    grid-template-columns: initial;
  }
}

.Firstview-Contents-Video {
  grid-area: movie;
  width: 54.6875vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .Firstview-Contents-Video {
    margin-bottom: 4.375vw;
    width: 100%;
  }
}

.Firstview-Contents-Video__Inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Firstview-Contents-Video__Inner {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    transform: initial;
  }
}

.Firstview-Contents-Video__Inner::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-image: url(../images/video-dot.png);
  background-size: 16px 16px;
  opacity: .2;
}

@media screen and (max-width: 768px) {
  .Firstview-Contents-Video__Inner::before {
    background-size: 6px 6px;
  }
}

.Firstview-Contents-Video__Inner video {
  height: 100%;
}

.Firstview-Contents-Catch {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-bottom: 1.7939814814814815vw;
  margin-left: auto;
  grid-area: title;
  width: 41.14583333333333vw;
}

@media screen and (max-width: 768px) {
  .Firstview-Contents-Catch {
    margin-bottom: 3.4375vw;
    width: 90vw;
  }
}

.Firstview-Contents-Catch-Img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.Firstview-Contents-Banner.swiper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 32.98611111111111vw;
  grid-area: banner;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .Firstview-Contents-Banner.swiper {
    width: 84.0625vw;
  }
}

.News {
  padding-right: 50px;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .News {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.News__Inner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 27px;
  padding-bottom: 33px;
  display: grid;
  column-gap: 50px;
  max-width: 1090px;
  width: 100%;
  grid-template-areas:
    "news title"
    "news link"
  ;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
}

@media screen and (max-width: 768px) {
  .News__Inner {
    padding-top: 33px;
    padding-bottom: 53px;
    display: block;
  }
}

.News-Headline {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .News-Headline {
    margin-bottom: 43px;
  }
}

.News-Headline svg {
  display: block;
}

.News-Headline-Text {
  height: 0;
  color: transparent;
}

.News-Headline__Main {
  position: relative;
  margin-bottom: 34px;
  width: 189px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .News-Headline__Main {
    margin-bottom: 11px;
    width: 113px;
  }
}

.News-Headline__Main::before {
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1F1F1F;
}

.isActive .News-Headline__Main {
  animation: passing-txt-black 0s cubic-bezier(.1, .57, .1, .57) .5s 1 normal forwards;
}

.isActive .News-Headline__Main::before {
  animation: passing-bar 1s cubic-bezier(.1, .57, .1, .57) 0s 1 normal forwards;
}

.News-Headline__Sub {
  position: relative;
  width: 61px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .News-Headline__Sub {
    width: 46px;
  }
}

.News-Headline__Sub::before {
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1F1F1F;
}

.isActive .News-Headline__Sub {
  animation: passing-txt-black 0s cubic-bezier(.1, .57, .1, .57) .5s 1 normal forwards;
}

.isActive .News-Headline__Sub::before {
  animation: passing-bar 1s cubic-bezier(.1, .57, .1, .57) 0s 1 normal forwards;
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-txt-black {
  0% {
    fill: transparent;
  }

  50% {
    fill: transparent;
  }

  100% {
    fill: #1F1F1F;
  }
}

.News-List {
  grid-area: news;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .News-List {
    margin-bottom: 14px;
  }
}

.News-List>*+* {
  border-top: 1px solid #000;
}

.News-List-Item__Link {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 90px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .News-List-Item__Link {
    padding-top: 19px;
    padding-bottom: 19px;
    align-items: start;
    min-height: auto;
  }
}

.News-List-Item-Time {
  margin-right: 30px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 33px;
}

@media screen and (max-width: 768px) {
  .News-List-Item-Time {
    margin-right: 10px;
    font-size: 20px;
    line-height: 120%;
  }
}

.News-List-Item-Text {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .News-List-Item-Text {
    font-size: 14px;
    line-height: 24px;
  }
}

.News-Link {
  grid-area: link;
  position: relative;
  width: 228px;
  height: 52px;
  border-radius: 9999px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .News-Link {
    margin-right: auto;
    margin-left: auto;
    width: 175px;
    height: 50px;
    font-size: 12px;
    line-height: 100%;
  }
}

.News-Link-Decoration {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .News-Link-Decoration {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}

.Concept {
  position: relative;
  overflow: hidden;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 235px;
}

@media screen and (max-width: 768px) {
  .Concept {
    padding-right: 24px;
    padding-bottom: 111px;
    padding-left: 24px;
  }
}

.Concept__Black {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

.Concept__Inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1136px;
  width: 100%;
}

.Concept-Bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .Concept-Bg {
    margin-right: -24px;
    margin-left: -24px;
    position: relative;
  }
}

.Concept-Bg__Picture {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  max-width: 919px;
  width: 72%;
}

@media screen and (max-width: 768px) {
  .Concept-Bg__Picture {
    position: relative;
    width: 100%;
  }
}

.Concept__Container {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Concept__Container {
    padding-top: 53px;
  }
}

.Concept-Main-Headline {
  margin-bottom: 48px;
}

.Concept-Main-Headline svg {
  display: block;
}

@media screen and (max-width: 768px) {
  .Concept-Main-Headline {
    margin-bottom: 28px;
  }
}

.Concept-Main-Headline-Text {
  height: 0;
  color: transparent;
}

.Concept-Main-Headline__Main {
  position: relative;
  margin-bottom: 34px;
  width: 305px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .Concept-Main-Headline__Main {
    margin-bottom: 11px;
    width: 183px;
  }
}

.Concept-Main-Headline__Main::before {
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1F1F1F;
}

.isActive .Concept-Main-Headline__Main {
  animation: passing-txt-black 0s cubic-bezier(.1, .57, .1, .57) .5s 1 normal forwards;
}

.isActive .Concept-Main-Headline__Main::before {
  animation: passing-bar 1s cubic-bezier(.1, .57, .1, .57) 0s 1 normal forwards;
}

.Concept-Main-Headline__Sub {
  position: relative;
  width: 75px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .Concept-Main-Headline__Sub {
    width: 57px;
  }
}

.Concept-Main-Headline__Sub::before {
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1F1F1F;
}

.isActive .Concept-Main-Headline__Sub {
  animation: passing-txt-black 0s cubic-bezier(.1, .57, .1, .57) .5s 1 normal forwards;
}

.isActive .Concept-Main-Headline__Sub::before {
  animation: passing-bar 1s cubic-bezier(.1, .57, .1, .57) 0s 1 normal forwards;
}

.Concept-Main-Title {
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Concept-Main-Title {
    margin-bottom: 13px;
    font-size: 20px;
  }
}

.Concept-Main-Texts>*+* {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .Concept-Main-Texts>*+* {
    margin-top: 25px;
  }
}

.Concept-Main-Texts-Text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Concept-Main-Texts-Text {
    font-size: 14px;
  }
}

.Concept-Img {
  position: relative;
  margin-top: 220px;
  width: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .Concept-Img {
    margin-top: 264px;
  }
}

@media screen and (max-width: 768px) {
  .Concept-Img {
    margin-top: 164px;
  }
}

@media screen and (max-width: 480px) {
  .Concept-Img {
    margin-top: 80px;
  }
}

.Concept-Img-Logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 200px;
}

@media screen and (max-width: 1440px) {
  .Concept-Img-Logo {
    width: 141px;
  }
}

@media screen and (max-width: 1024px) {
  .Concept-Img-Logo {
    width: 127px;
  }
}

@media screen and (max-width: 768px) {
  .Concept-Img-Logo {
    width: 78px;
  }
}

@media screen and (max-width: 480px) {
  .Concept-Img-Logo {
    width: 48px;
  }
}

#circle {
  position: relative;
  border-radius: 9999px;
  margin-left: auto;
  margin-right: auto;
  width: 578px;
  height: 578px;
  background: conic-gradient(#3CA9C1, #0A238D, #3CA9C1);
  animation: spin 6s linear infinite;
}

#circle::before{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #FFFFFF 280px, transparent 240px);
  box-sizing: content-box;
  border: solid 20px transparent !important;
}

@media screen and (max-width: 1024px) {
  #circle {
    width: 400px;
    height: 400px;
  }
  #circle::before{
    background: radial-gradient(circle, #FFFFFF 190px, transparent 50px);
  }
}

@media screen and (max-width: 768px) {
  #circle {
    width: 320px;
    height: 320px;
  }
  #circle::before{
    background: radial-gradient(circle, #FFFFFF 150px, transparent 50px);
  }
}

@media screen and (max-width: 480px) {
  #circle {
    width: 160px;
    height: 160px;
  }
  #circle::before{
    background: radial-gradient(circle, #FFFFFF 70px, transparent 50px);
  }
}

@keyframes spin {
  0% {
          transform: rotate(0deg);
  }

  100% {
          transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

#child1 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
  width: 578px;
  height: 578px;
  transform: rotate(-120deg);
  transform-origin: center;
}
#child2 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
  width: 578px;
  height: 578px;
  transform: rotate(-240deg);
  transform-origin: center;
}
#child3 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
  width: 578px;
  height: 578px;
  transform: rotate(-360deg);
  transform-origin: center;
}

@media screen and (max-width: 1024px) {
  #child1 {
    width: 400px;
    height: 400px;
  }
  #child2 {
    width: 400px;
    height: 400px;
  }
  #child3 {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  #child1 {
    width: 320px;
    height: 320px;
  }
  #child2 {
    width: 320px;
    height: 320px;
  }
  #child3 {
    width: 320px;
    height: 320px;
  }
}

@media screen and (max-width: 480px) {
  #child1 {
    width: 160px;
    height: 160px;
  }
  #child2 {
    width: 160px;
    height: 160px;
  }
  #child3 {
    width: 160px;
    height: 160px;
  }
}

.childBox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
#nomuCircle {
  border-radius: 9999px;
  width: 380px;
  height: 380px;
  transform-origin: center;
  animation: spin2 6s linear infinite -4s;
}

#neruCircle {
  border-radius: 9999px;
  width: 380px;
  height: 380px;
  transform-origin: center;
  animation: spin2 6s linear infinite -2s;
}

#haruCircle {
  border-radius: 9999px;
  width: 380px;
  height: 380px;
  transform-origin: center;
  animation: spin2 6s linear infinite -6s;
}

@media screen and (max-width: 1024px) {
  #nomuCircle {
    width: 280px;
    height: 280px;
  }

  #neruCircle {
    width: 280px;
    height: 280px;
  }

  #haruCircle {
    width: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  #nomuCircle {
    width: 240px;
    height: 240px;
  }

  #neruCircle {
    width: 240px;
    height: 240px;
  }

  #haruCircle {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 480px) {
  #nomuCircle {
    width: 100px;
    height: 100px;
  }

  #neruCircle {
    width: 100px;
    height: 100px;
  }

  #haruCircle {
    width: 100px;
    height: 100px;
  }
}

.Concept-Link {
  position: relative;
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
  width: 419px;
  height: 95px;
  border-radius: 9999px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .Concept-Link {
    margin-top: 148px;
    width: 175px;
    height: 50px;
    font-size: 12px;
    line-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .Concept-Link {
    margin-top: 72px;
  }
}

.Concept-Link-Decoration {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 39px;
  height: 39px;
}

@media screen and (max-width: 768px) {
  .Concept-Link-Decoration {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}

.Flow {
  position: relative;
}

.Flow__Wrapper {
  padding-right: 50px;
  padding-left: 50px;
  background-color: #1F1F1F;
}

@media screen and (max-width: 768px) {
  .Flow__Wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.Flow__Inner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  max-width: 1136px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Flow__Inner {
    padding-top: 22px;
  }
}

.Flow__Left {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .Flow__Left {
    width: 100%;
  }
}

.Flow-List-Item {
  position: relative;
  width: 100%;
  min-height: 221px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .Flow-List-Item {
    min-height: initial;
  }
}

.Flow-List-Item:last-of-type {
  padding-bottom: 59px;
  min-height: auto;
}

@media screen and (max-width: 768px) {
  .Flow-List-Item:last-of-type {
    padding-bottom: 38px;
  }
}

.Flow-List-Item__Left {
  position: relative;
  flex-shrink: 0;
}

.Flow-List-Item-Border {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0px;
  margin: auto;
  width: 2px;
  height: calc(100% - 80px);
  transform: scaleY(0);
  transition: all .65s;
  transition-timing-function: linear;
  transform-origin: top;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .Flow-List-Item-Border {
    top: 50px;
    height: calc(100% - 50px);
    transition: all .5s;
  }
}

.isExtended.Flow-List-Item-Border {
  transform: scaleY(1);
}

.Flow-List-Item-Num {
  width: 80px;
  opacity: 0;
  transition-timing-function: cubic-bezier(.1, .57, .1, .57);
  transition: all .8s;
  transition-delay: .7s;
}

@media screen and (max-width: 768px) {
  .Flow-List-Item-Num {
    width: 50px;
    transition: all .65s;
    transition-delay: .55s;
  }
}

.isActive .Flow-List-Item-Num {
  opacity: 1;
}

.Flow-List-Item__Right {
  opacity: 0;
  transform: translateY(10%);
  width: 87.67%;
  display: flex;
  transition-timing-function: cubic-bezier(.1, .57, .1, .57);
  transition: all .8s;
  transition-delay: .7s;
}

@media screen and (max-width: 768px) {
  .Flow-List-Item__Right {
    margin-left: 24px;
    width: 100%;
    display: block;
    transition: all .65s;
    transition-delay: .55s;
  }
}

.isActive .Flow-List-Item__Right {
  opacity: 1;
  transform: translateY(0%);
}

.Flow-List-Item__Container {
  margin-left: 60px;
  padding-bottom: 40px;
  flex: auto;
}

@media screen and (max-width: 768px) {
  .Flow-List-Item__Container {
    margin-bottom: 12px;
    margin-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
}

.Flow-List-Item-Headline {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .Flow-List-Item-Headline {
    font-size: 18px;
  }
}

.Flow-List-Item-Text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.Flow-List-Item-Text-Marker {
  padding-left: 5px;
  background-color: rgba(0, 181, 221, 0.9);
  ;
  font-weight: 700;
}

.Flow-List-Item-Picture {
  margin-left: 5px;
  display: flex;
  align-items: end;
  width: 100%;
  max-width: 232px;
}

@media screen and (max-width: 768px) {
  .Flow-List-Item-Picture {
    margin-bottom: 31px;
    margin-left: 0;
    display: block;
    width: 100%;
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .Flow__Right {
    display: flex;
    justify-content: end;
    width: 100%;
  }
}

.Flow-Headline svg {
  display: block;
}

.Flow-Headline-Text {
  height: 0;
  color: transparent;
}

.Flow-Headline__Main {
  position: relative;
  margin-bottom: 34px;
  width: 184px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .Flow-Headline__Main {
    margin-bottom: 11px;
    width: 110px;
  }
}

.Flow-Headline__Main::before {
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
}

.isActive .Flow-Headline__Main {
  animation: passing-txt-white 0s cubic-bezier(.1, .57, .1, .57) .5s 1 normal forwards;
}

.isActive .Flow-Headline__Main::before {
  animation: passing-bar 1s cubic-bezier(.1, .57, .1, .57) 0s 1 normal forwards;
}

.Flow-Headline__Sub {
  position: relative;
  width: 79px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .Flow-Headline__Sub {
    width: 59px;
  }
}

.Flow-Headline__Sub::before {
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
}

.isActive .Flow-Headline__Sub {
  animation: passing-txt-white 0s cubic-bezier(.1, .57, .1, .57) .5s 1 normal forwards;
}

.isActive .Flow-Headline__Sub::before {
  animation: passing-bar 1s cubic-bezier(.1, .57, .1, .57) 0s 1 normal forwards;
}

@keyframes passing-txt-white {
  0% {
    fill: transparent;
  }

  50% {
    fill: transparent;
  }

  100% {
    fill: #FFF;
  }
}

.Flow-BottomBg {
  display: block;
}

.Faq {
  padding-right: 50px;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .Faq {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.Faq__Inner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 66px;
  padding-bottom: 149px;
  max-width: 1024px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Faq__Inner {
    padding-top: 38px;
    padding-bottom: 54px;
  }
}

.Faq-Headline {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .Faq-Headline {
    margin-bottom: 31px;
  }
}

.Faq-Headline svg {
  display: block;
}

.Faq-Headline-Text {
  height: 0;
  color: transparent;
}

.Faq-Headline__Main {
  position: relative;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  width: 120px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .Faq-Headline__Main {
    margin-bottom: 11px;
    width: 74px;
  }
}

.Faq-Headline__Main::before {
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1F1F1F;
}

.isActive .Faq-Headline__Main {
  animation: passing-txt-black 0s cubic-bezier(.1, .57, .1, .57) .5s 1 normal forwards;
}

.isActive .Faq-Headline__Main::before {
  animation: passing-bar 1s cubic-bezier(.1, .57, .1, .57) 0s 1 normal forwards;
}

.Faq-Headline__Sub {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 93px;
  fill: transparent;
}

@media screen and (max-width: 768px) {
  .Faq-Headline__Sub {
    width: 70px;
  }
}

.Faq-Headline__Sub::before {
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1F1F1F;
}

.isActive .Faq-Headline__Sub {
  animation: passing-txt-black 0s cubic-bezier(.1, .57, .1, .57) .5s 1 normal forwards;
}

.isActive .Faq-Headline__Sub::before {
  animation: passing-bar 1s cubic-bezier(.1, .57, .1, .57) 0s 1 normal forwards;
}

.Faq-List>*+* {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .Faq-List>*+* {
    margin-top: 21px;
  }
}

.Faq-List-Item-Question {
  margin-bottom: 20px;
  gap: 57px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .Faq-List-Item-Question {
    margin-bottom: 14px;
    gap: 24px;
  }
}

.Faq-List-Item-Question-Mark {
  flex-shrink: 0;
  padding-top: 12px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #000;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 49px;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .Faq-List-Item-Question-Mark {
    padding-top: 12px;
    width: 50px;
    height: 50px;
    font-size: 29px;
    line-height: 100%;
  }
}

.Faq-List-Item-Question-Text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 180%;
  color: #2B2F33;
}

@media screen and (max-width: 768px) {
  .Faq-List-Item-Question-Text {
    font-size: 12px;
    line-height: 125%;
  }
}

.Faq-List-Item-Answer {
  gap: 57px;
  display: flex;
  align-items: start;
}

@media screen and (max-width: 768px) {
  .Faq-List-Item-Answer {
    gap: 24px;
  }
}

.Faq-List-Item-Answer-Mark {
  flex-shrink: 0;
  border: 1px solid #000;
  padding-top: 12px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 49px;
  text-align: center;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .Faq-List-Item-Answer-Mark {
    padding-top: 10px;
    width: 50px;
    height: 50px;
    font-size: 29px;
    line-height: 100%;
  }
}

.Faq-List-Item-Answer-Text {
  line-height: 180%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #2B2F33;
}

@media screen and (max-width: 768px) {
  .Faq-List-Item-Answer-Text {
    font-size: 12px;
  }
}

.Faq-List-Item-Answer-List>*+* {
  margin-top: 15px;
}

.Faq-List-Item-Answer-List-Item {
  line-height: 180%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #2B2F33;
}

@media screen and (max-width: 768px) {
  .Faq-List-Item-Answer-List-Item {
    font-size: 12px;
  }
}

.Wrapper {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .Wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.Wrapper-Bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.Wrapper-Bg__White {
  width: 100%;
  height: 50%;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .Wrapper-Bg__White {
    height: 9%;
  }
}

.Wrapper-Bg__Black {
  width: 100%;
  height: 50%;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .Wrapper-Bg__Black {
    height: 91%;
  }
}

.Wrapper__Inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 70px;
  max-width: 1113px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .Wrapper__Inner {
    padding-bottom: 35px;
    gap: 35px;
  }
}

.Wrapper-Cource {
  max-width: 530px;
  width: 100%;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .Wrapper-Cource {
    max-width: initial;
  }
}

.Wrapper-Cource-Image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .Wrapper-Cource-Image {
    height: 0;
    padding-top: 35%;
  }
}

.Wrapper-Cource__Container {
  padding: 40px 35px;
}

@media screen and (max-width: 768px) {
  .Wrapper-Cource__Container {
    padding: 14px 12px;
  }
}

.Wrapper-Cource-Headline {
  margin-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 25px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Wrapper-Cource-Headline {
    margin-bottom: 0;
    gap: 9px;
    font-size: 36px;
  }
}

.Wrapper-Cource-Headline-Sub {
  display: block;
  line-height: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Wrapper-Cource-Headline-Sub {
    font-size: 12px;
    line-height: 100%;
  }
}

.Wrapper-Cource-Text {
  margin-bottom: 48px;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Wrapper-Cource-Text {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 125%;
  }
}

.Wrapper-Cource-Link {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-right: 20px;
  padding-bottom: 19px;
  border-radius: 9999px;
  width: 240px;
  display: block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #0B248E;
}

@media screen and (max-width: 768px) {
  .Wrapper-Cource-Link {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    width: 175px;
    font-size: 12px;
    line-height: 100%;
  }
}

.Wrapper-Cource-Link-Decoration {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .Wrapper-Cource-Link-Decoration {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}

.Wrapper-Staff {
  max-width: 530px;
  width: 100%;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .Wrapper-Staff {
    max-width: initial;
  }
}

.Wrapper-Staff-Image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .Wrapper-Staff-Image {
    height: 0;
    padding-top: 35%;
  }
}

.Wrapper-Staff__Container {
  padding: 40px 35px;
}

@media screen and (max-width: 768px) {
  .Wrapper-Staff__Container {
    padding: 14px 12px;
  }
}

.Wrapper-Staff-Headline {
  margin-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 25px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Wrapper-Staff-Headline {
    margin-bottom: 0;
    gap: 9px;
    font-size: 36px;
  }
}

.Wrapper-Staff-Headline-Sub {
  display: block;
  line-height: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Wrapper-Staff-Headline-Sub {
    font-size: 12px;
    line-height: 100%;
  }
}

.Wrapper-Staff-Text {
  margin-bottom: 48px;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Wrapper-Staff-Text {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 125%;
  }
}

.Wrapper-Staff-Link {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  border-radius: 9999px;
  width: 240px;
  display: block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #0B248E;
}

@media screen and (max-width: 768px) {
  .Wrapper-Staff-Link {
    padding-top: 19px;
    padding-right: 10px;
    padding-bottom: 19px;
    width: 175px;
    font-size: 12px;
    line-height: 100%;
  }
}

.Wrapper-Staff-Link-Decoration {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .Wrapper-Staff-Link-Decoration {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}

.Access {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .Access {
    padding-right: 0;
    padding-left: 0;
  }
}

.Access-Bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.Access-Bg__Black {
  width: 100%;
  height: 50%;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .Access-Bg__Black {
    height: 100%;
  }
}

.Access-Bg__White {
  width: 100%;
  height: 50%;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .Access-Bg__White {
    display: none;
  }
}

.Access__Inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 94px;
  max-width: 1113px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Access__Inner {
    padding-bottom: 0;
  }
}

.Access__Container {
  position: relative;
  padding: 35px;
}

@media screen and (max-width: 768px) {
  .Access__Container {
    padding-top: 22px;
    padding-right: 24px;
    padding-bottom: 25px;
    padding-left: 24px;
  }
}

.Access-Map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.Access__Content {
  position: relative;
  margin-right: auto;
  margin-left: 0;
  padding: 50px 28px 30px 28px;
  width: 420px;
  background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 768px) {
  .Access__Content {
    width: 100%;
    padding: 15px 10px 12px 10px;
  }
}

.Access-Headline {
  display: flex;
  align-items: baseline;
  gap: 25px;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 55px;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Access-Headline {
    gap: 6px;
    font-size: 36px;
  }
}

.Access-Headline-Sub {
  display: block;
  line-height: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Access-Headline-Sub {
    font-size: 12px;
    line-height: 100%;
  }
}

.Access-Post {
  margin-bottom: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .Access-Post {
    margin-bottom: 15px;
    line-height: 125%;
  }
}

.Access-Train {
  margin-bottom: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #111111;
}

.Access-Link {
  position: relative;
  margin-right: auto;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  border-radius: 9999px;
  width: 240px;
  display: block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #0B248E;
}

@media screen and (max-width: 768px) {
  .Access-Link {
    margin-right: auto;
    margin-left: auto;
    padding-top: 19px;
    padding-right: 12px;
    padding-bottom: 19px;
    width: 175px;
    font-size: 12px;
    line-height: 100%;
  }
}

.Access-Link-Decoration {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .Access-Link-Decoration {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}

.Instagram {
  margin-bottom: 79px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Instagram {
    display: none;
  }
}

.Instagram .swiper-wrapper {
  transition-timing-function: linear;
}
