.content-width,
.footer__ul,
.footer .ul-border,
.grobal {
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
}

.footer {
  width: 92.5%;
  margin: 0 auto;
  max-width: 450px;
}

html,
body {
  margin: 0;
}

::-moz-selection {
  color: #00e777;
}

::selection {
  color: #00e777;
}

.mt-ssm {
  margin-top: 9px;
}

.mt-sm,
.mobile-menu__link {
  margin-top: 32px;
}

.pt-ssm {
  padding-top: 9px;
}

.pt-sm {
  padding-top: 32px;
}

.mt-md {
  margin-top: 64px;
}

.pt-md {
  padding-top: 64px;
}

.mt-msd {
  margin-top: 80px;
}

.pt-msd {
  padding-top: 80px;
}

.mt-llr {
  margin-top: 96px;
}

.pt-llr {
  padding-top: 96px;
}

.mt-lllr {
  margin-top: 113px;
}

.pt-lllr {
  padding-top: 113px;
}

.mt-llllr {
  margin-top: 132px;
}

.pt-llllr {
  padding-top: 132px;
}

.mt-lg {
  margin-top: 160px;
}

.pt-lg {
  padding-top: 160px;
}

.mb-ssm {
  margin-bottom: 9px;
}

.mb-sssm {
  margin-bottom: 12px;
}

.mb-ssssm {
  margin-bottom: 13px;
}

.mb-sm {
  margin-bottom: 32px;
}

.pb-ssm {
  padding-bottom: 9px;
}

.pb-sssm {
  padding-bottom: 13px;
}

.pb-sssm {
  padding-bottom: 16px;
}

.pb-sm {
  padding-bottom: 32px;
}

.mb-md,
.footer .logo {
  margin-bottom: 64px;
}

.pb-md,
.footer .logo {
  padding-bottom: 64px;
}

.mb-mdl {
  margin-bottom: 72px;
}

.pb-mdl {
  padding-bottom: 72px;
}

.mb-ler {
  margin-bottom: 96px;
}

.mb-lr {
  margin-bottom: 104px;
}

.pb-ler {
  padding-bottom: 96px;
}

.pb-lr {
  padding-bottom: 104px;
}

.mb-lg {
  margin-bottom: 160px;
}

.pb-lg {
  padding-bottom: 160px;
}

.font-ss,
p,
h6 {
  font-size: 8px;
}

.font-sm,
.footer__li > a,
.sub-title,
h5 {
  font-size: 16px;
}

.font-msd,
h4 {
  font-size: 16px;
}

.font-md,
h3 {
  font-size: 32px;
}

.font-lr,
.main-title,
h2 {
  font-size: 40px;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.HD {
  font-size: 16px;
}

ul {
  padding: 0;
}

a {
  text-decoration: none !important;
}

.flex,
.header__nav {
  display: flex;
  flex-direction: column;
}

.content-width,
.footer__ul,
.footer .ul-border,
.footer,
.grobal {
  width: 92.5%;
  margin: 0 auto;
  max-width: 480px;
}

::-moz-selection {
  color: #00e777;
}

::selection {
  color: #00e777;
}

html {
  font-family: "General Sans", "hiragino-kaku-gothic-pron", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

.grobal-container {
  padding-bottom: 128px;
}

#container {
  margin-top: 58px;
  position: relative;
  transition: transform 1.2s, opacity 0.7s;
  opacity: 1;
  z-index: 2;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 57px;
  background-color: transparent;
  display: flex;
  align-items: center;
  z-index: 100;
  background-color: #00e777;
}
.header.triggerd {
  transition: all 0.7s;
  background-color: rgba(255, 255, 255, 0.95);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
}
.header .img {
  width: 80%;
}
.header .logo {
  display: flex;
  align-items: center;
  font-family: "obviously-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header__nav {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  display: none;
}
.header__ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.header__li {
  margin: 8px;
}
.header__li > a {
  color: black;
}
.header__li > a:hover {
  color: #00e777;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin: 58px auto;
  background-color: white;
  transition: transform 1.2s, opacity 1s;
  transform: translateX(700px);
  z-index: 100;
}
.mobile-menu__main {
  margin: 0 auto;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.mobile-menu__item {
  list-style: none;
  display: block;
  opacity: 0;
  transition: transform 1s, opacity 0.7s;
  padding: 0 100px;
  transform: scale(0.7);
}
.mobile-menu__item:nth-child(1) {
  padding-top: 100px;
  transition-delay: 0.15s;
}
.mobile-menu__item:nth-child(2) {
  transition-delay: 0.3s;
}
.mobile-menu__item:nth-child(3) {
  transition-delay: 0.45s;
}
.mobile-menu__item:nth-child(4) {
  transition-delay: 0.6s;
}
.mobile-menu__link {
  display: block;
  text-decoration: none;
  text-align: center;
}

.main-title {
  color: black;
}
.main-title:hover {
  color: #00e777;
}

.sub-title {
  font-weight: 400;
  display: block;
  color: black;
}

.menu-button {
  position: fixed;
  right: 0;
  top: 0;
  height: var(
    --header-height
  ); /* カスタムプロパティを使用してヘッダーの高さを適用 */
}

.mobile-menu-btn {
  background-color: transparent;
  border: none;
  background-color: black;
  padding: 1px 11px;
  height: 100%;
}
.mobile-menu-btn > span {
  background-color: white;
  width: 36px;
  height: 1px;
  display: block;
  transition: transform 1s, background-color, 1s;
  transform: translateX(0);
  margin: 0;
  padding: 0;
}
.mobile-menu-btn > span:nth-child(1) {
  margin-top: 10px;
}
.mobile-menu-btn > span:nth-child(2) {
  margin-top: 10px;
}
.mobile-menu-btn > span:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-open #container {
  opacity: 0;
  transform: translateX(-600px);
}
.menu-open .footer {
  opacity: 0;
  transform: translateX(-400px);
}
.menu-open .mobile-menu {
  transform: none;
}
.menu-open .mobile-menu-btn > span {
  background-color: #00e777;
}
.menu-open .mobile-menu-btn > span:nth-child(1) {
  transform: translateY(11px) rotate(135deg);
}
.menu-open .mobile-menu-btn > span:nth-child(2) {
  transform: translateY(-18px) scaleX(0);
}
.menu-open .mobile-menu-btn > span:nth-child(3) {
  transform: translateY(-11px) rotate(-135deg);
}
.menu-open .mobile-menu__item {
  transform: scale(1);
  opacity: 1;
}
.menu-open .mobile-menu__link > a:hover {
  color: #00e777;
}

.footer-section {
  background-color: #00e777;
  width: 100%;
}

.footer {
  padding: 60px 0 40px 0;
  transition: transform 1.2s, opacity 0.7s;
}
.footer .ul-border {
  border-bottom: 1px solid black;
  width: 100%;
  height: 3px;
}
.footer .dekikata {
  display: flex;
  justify-content: center;
}
.footer .img-footer {
  width: 90%;
  max-width: 280px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.footer__ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
}
.footer__ul-graduation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.footer__ul-copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
}
.footer__ul-no {
  list-style: none;
  margin: 0;
  font-size: 8px;
}
.footer__li-graduate {
  margin-bottom: 0;
}
.footer__li {
  margin: 40px 8px;
}
.footer__li > a {
  color: black;
}
.footer__li > a:hover {
  color: white;
}
.footer__li-link {
  margin: 40px 8px 0px 8px;
}

.link-link {
  width: 92.5%;
  margin: 0 auto;
  max-width: 480px;
}

img {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.about {
  background-image: url(../img/grid.svg);
  background-repeat: no-repeat;
  background-size: 60em;
  padding-bottom: 10%;
}
.about__main {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.about__main h3 {
  font-size: 2em;
}
.about__main h5 {
  text-align: center;
  font-size: 1em;
}
.about__sub p {
  margin-top: 8%;
  text-align: center;
  line-height: 3;
}

.about__top {
  font-family: "obviously", sans-serif;
  padding-bottom: 1em;
  padding-top: 3.5em;
  font-size: 1.6em;
  color: #00e777;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.time-container {
  display: flex;
  flex-direction: row;
}

.time {
  padding: 8px;
}

.time #day {
  font-size: 32px;
}
.time #hour {
  font-size: 32px;
}
.time #min {
  font-size: 32px;
}
.time #sec {
  font-size: 32px;
}

@media (max-width: 959px) {
  .about__sub2 {
    display: none;
  }
}
@media (min-width: 960px) {
  .about__sub {
    display: none;
  }
}
@media (max-width: 959px) {
  .button {
    display: none;
  }
}
.concept__title {
  padding-top: 10%;
  align-items: center;
}
.concept__title img {
  width: 70%;
  margin: 0 auto;
  align-items: center;
  max-width: 100%;
  height: auto;
}
.concept__content {
  align-items: center;
}
.concept__text {
  padding-top: 2%;
}
.concept__text h4 {
  text-align: center;
  font-size: 1.2em;
}
.concept__subtext {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  line-height: 6.5;
}
.concept__subtext p {
  font-size: 1.1em;
}
.concept__logo {
  text-align: center;
  padding-bottom: 5%;
}
.concept__logo img {
  padding-top: 10%;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
.concept__ex {
  padding-top: 10%;
  text-align: left;
  width: 70%;
  margin: 0 auto;
}
.concept__ex p {
  font-size: 1.1em;
  line-height: 2;
}
.concept__ex2 {
  padding-top: 10%;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  line-height: 2;
}
.concept__ex2 p {
  font-size: 2em;
}

#lottie {
  position: absolute;
  top: 480px;
  left: 0;
  z-index: -3;
}

#lottie-sec {
  position: absolute;
  top: 4500px;
  left: 0;
  z-index: -3;
}

@media (max-width: 959px) {
  .concept__ex2 {
    display: none;
  }
}
@media (min-width: 960px) {
  .concept__ex {
    display: none;
  }
}
.bold {
  font-weight: bold;
}

.green {
  color: #00e777;
}

@media (max-width: 959px) {
  .process {
    width: 80%;
    margin: 0 auto;
  }
  .process__title {
    padding-top: 20%;
    align-items: center;
    margin-bottom: 2%;
  }
  .process__title img {
    width: 70%;
    margin: 0 auto;
    align-items: center;
    max-width: 100%;
    height: auto;
  }
  .process__stepber {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15%;
  }
  .process__stepnumber {
    width: 30px;
    height: 30px;
    border: #00e777 solid;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .process__stepnumber:hover {
    background-color: #00e777;
    scale: 1.1;
    transition: 1.3s;
  }
  .process__step {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
  }
  .process__content {
    margin-top: 10%;
    display: none;
    transition: opacity 1.3s ease-in-out;
  }
  .process__content img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    box-shadow: -10px 10px #00e777;
  }
  .process__flex {
    text-align: center;
  }
  .process__txs {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .process__txs h3 {
    margin-top: 5%;
  }
  .process__txs p {
    font-size: 0.9em;
    line-height: 4;
  }
}
@media (min-width: 960px) {
  .process {
    width: 80%;
    margin: 0 auto;
  }
  .process__title {
    padding-top: 20%;
    align-items: center;
  }
  .process__title img {
    width: 70%;
    margin: 0 auto;
    align-items: center;
  }
  .process__stepber {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5%;
  }
  .process__stepnumber {
    width: 30px;
    height: 30px;
    border: #00e777 solid;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .process__stepnumber:hover {
    background-color: #00e777;
    scale: 1.1;
    transition: 1.3s;
  }
  .process__step {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
  }
  .process__content {
    margin-top: 5%;
    display: none;
    transition: opacity 1.3s ease-in-out;
  }
  .process__content img {
    width: 25em;
    height: auto;
    box-shadow: -10px -10px #00e777;
  }
  .process__flex {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }
  .process__title {
    padding-top: 20%;
    margin-bottom: 2%;
  }
  .process__txs {
    text-align: left;
    padding-right: 5%;
  }
}
.step.active {
  background-color: #000;
  color: #fff;
}

.team {
  width: 80%;
  margin: 0 auto;
}
.team__title {
  padding-top: 20%;
  align-items: center;
}
.team__title img {
  width: 70%;
  margin: 0 auto;
  align-items: center;
  max-width: 100%;
  height: auto;
}
.team__wrap {
  padding-top: 10%;
}
.team__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5%;
}
.team__imgcover img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}
.team__text {
  padding-left: 5%;
  line-height: 1.8;
}
.team__text h4 {
  font-size: 1.1em;
}

.titles {
  color: #00e777;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

.subtitle {
  text-align: center;
}
.subtitle p {
  padding-top: 1%;
  font-size: 0.7em;
}

.span__animation {
  background: linear-gradient(to left, transparent 50%, #00e777 50%);
  background-size: 200% 100%;
  animation: slideBackground 0.8s linear forwards;
}

.scroll_up {
  transition: 1.2s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_up2 {
  transition: 0.8s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}

.scroll_up2.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_up3 {
  transition: 2s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}

.scroll_up3.on {
  transform: translateY(0);
  opacity: 1;
}

.fade__anime,
.about__main,
.about__sub p,
.concept__content,
.titles {
  animation: fade 1.6s;
}

#step1.active .process__stepnumber,
#step2.active .process__stepnumber,
#step3.active .process__stepnumber,
#step4.active .process__stepnumber {
  background-color: #00e777;
  color: #fff;
}

@keyframes fade {
  0% {
    opacity: 0.1;
    scale: 0.9;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes slideBackground {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.bizi {
  letter-spacing: 0.1em;
}

#lottie-container-load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* 他のコンテンツの背後に配置 */
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00e777;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.loader .txt {
  font-size: 45px;
  font-weight: bold;
  color: black;
  z-index: 100001;
  opacity: 0;
  animation: load;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  width: 50%;
}

@keyframes load {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  80% {
    transform: none;
  }
  100% {
    opacity: 1;
  }
}
.load-text {
  width: 100%;
  height: 100%;
}

.headericons {
  width: 0px;
  height: 0px;
}

img.svg {
  transform: none;
  width: 70%;
}

li.header__sns__li::marker {
  margin: 0;
  width: 0;
  height: 0;
  display: none;
}

marker {
  display: none;
  width: 0;
  height: 0;
}

@media (min-width: 320px) {
  .content-width,
  .grobal,
  .footer,
  .footer .ul-border,
  .footer__ul {
    margin: 0 auto;
    width: 100%;
    max-width: 390px;
  }
  .concept__ex {
    padding-top: 10%;
    text-align: left;
    width: 70%;
    margin: 0 auto;
  }
  .concept__ex p {
    font-size: 0.6em;
    line-height: 2;
  }
  #lottie {
    position: absolute;
    top: 490px;
    left: 0;
    z-index: -3;
  }
  #lottie-sec {
    position: absolute;
    top: 2300px;
    left: 0;
    z-index: -3;
  }
  .team__imgcover img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .team__text {
    padding-left: 5%;
    line-height: 1.8;
  }
  .team__text h4 {
    font-size: 1.1em;
  }
  .subtitle {
    text-align: center;
  }
  .subtitle p {
    font-size: 0.2em;
  }
}
@media (min-width: 390px) {
  .content-width,
  .grobal,
  .footer .ul-border,
  .footer__ul {
    margin: 0 auto;
    width: 100%;
    max-width: 390px;
  }

  .footer {
    max-width: 414px;
  }
  .about__main h3 {
    font-size: 2.2em;
  }
  .about__main h5 {
    text-align: center;
    font-size: 1em;
  }
  .about__sub {
    margin-top: 8%;
    padding-bottom: 10%;
    text-align: center;
    line-height: 3;
  }
  #lottie {
    top: 480px;
  }
  #lottie-sec {
    top: 2350px;
  }
}
@media (min-width: 414px) {
  .content-width,
  .grobal,
  .footer,
  .footer .ul-border,
  .footer__ul {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  #lottie {
    top: 470px;
  }
  #lottie-sec {
    top: 2400px;
  }
}
@media (min-width: 414px) and (min-width: 500px) {
  #lottie {
    top: 540px;
  }
  #lottie-sec {
    top: 2350px;
  }
}
@media (min-width: 414px) {
  .subtitle p {
    font-size: 0.5em;
  }
}
@media (min-width: 600px) {
  .content-width,
  .grobal,
  .footer,
  .footer .ul-border,
  .footer__ul {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
  }
  .font-ss,
  h6,
  p {
    font-size: 12px;
  }
  .font-sm,
  h5,
  .sub-title,
  .footer__li > a {
    font-size: 16px;
  }
  .font-msd,
  h4 {
    font-size: 16px;
  }
  .font-md,
  h3 {
    font-size: 32px;
  }
  .font-lr,
  h2,
  .main-title {
    font-size: 40px;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  h2 {
    margin: 0;
    padding: 0;
  }
  h3 {
    margin: 0;
    padding: 0;
  }
  h4 {
    margin: 0;
    padding: 0;
  }
  h5 {
    margin: 0;
    padding: 0;
  }
  h6 {
    margin: 0;
    padding: 0;
  }
  p {
    margin: 0;
    padding: 0;
  }
  .pb-ssm {
    padding-bottom: 18px;
  }
  .mb-ssm {
    margin-bottom: 18px;
  }
  .pb-sm {
    padding-bottom: 64px;
  }
  .mb-sm {
    margin-bottom: 64px;
  }
  .mb-md,
  .footer .logo {
    margin-bottom: 128px;
  }
  .pb-md,
  .footer .logo {
    padding-bottom: 128px;
  }
  .mb-mdl {
    margin-bottom: 144px;
  }
  .pb-mdl {
    padding-bottom: 144px;
  }
  .mt-md {
    margin-top: 128px;
  }
  .pt-md {
    padding-top: 128px;
  }
  .content-width,
  .grobal,
  .footer,
  .footer .ul-border,
  .footer__ul {
    max-width: 950px;
  }
  .flex,
  .header__nav {
    display: flex;
    flex-direction: row;
  }
  .mobile-menu {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    transition: transform 1.2s, opacity 1s;
    transform: translateX(400px);
    z-index: -100;
  }
  .mobile-menu-btn {
    display: none;
  }
  .mobile-menu__link {
    text-align: center;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120vh; /* ビューポートの幅に合わせる */
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer .img-footer {
    width: 80%;
    max-width: 480px;
  }
  .footer__li {
    margin: 40px 24px;
  }
  .footer__li:nth-child(1) {
    margin-left: 0;
  }
  .link-link {
    width: 92.5%;
    margin: 0 auto;
    max-width: 940px;
    margin-top: 64px;
  }
  .about {
    background-size: 100em;
    padding-bottom: 10%;
  }
  .about__main h5 {
    font-size: 1.2em;
  }
  .about__main h3 {
    font-size: 3em;
  }
  .about__sub p {
    font-size: 1.4em;
  }
  .concept__title {
    padding-top: 15%;
  }
  .concept__subtext {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    line-height: 6.5;
    font-size: 1.6em;
  }
  .concept__text h4 {
    font-size: 2em;
  }
  .concept__ex p {
    font-size: 1.2em;
  }
  .process__txs p {
    font-size: 1.2em;
    line-height: 3;
  }
  .team__imgcover img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
  }
  .team__title {
    padding-top: 20%;
  }
  .team__text h4 {
    font-size: 1.5em;
  }
  .team__text p {
    font-size: 1.1em;
  }
  #lottie {
    top: 870px;
  }
  #lottie-sec {
    position: absolute;
    top: 3850px;
  }

  .time-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .time #day {
    font-size: 64px;
  }
  .time #hour {
    font-size: 64px;
  }
  .time #min {
    font-size: 64px;
  }
  .time #sec {
    font-size: 64px;
  }
}
@media (min-width: 600px) and (min-width: 800px) {
  #lottie {
    top: 960px;
  }
  #lottie-sec {
    top: 3900px;
  }
}
@media (min-width: 600px) {
  .subtitle p {
    font-size: 0.9em;
  }
  .headericons {
    width: 0px;
    height: 0px;
  }
  .header__sns {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  img.svg {
    transform: none;
    width: 70%;
  }
  li.header__sns__li::marker {
    margin: 0;
    width: 0;
    height: 0;
    display: none;
  }
  marker {
    display: none;
    width: 0;
    height: 0;
  }
}
@media (min-width: 960px) {
  .content-width,
  .grobal,
  .footer,
  .footer .ul-border,
  .footer__ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1220px;
  }
  .font-ss,
  h6,
  p {
    font-size: 14px;
  }
  .pb-ssm {
    padding-bottom: 18px;
  }
  .mb-ssm {
    margin-bottom: 18px;
  }
  .pb-sm {
    padding-bottom: 64px;
  }
  .mb-sm {
    margin-bottom: 64px;
  }
  .mb-md,
  .footer .logo {
    margin-bottom: 128px;
  }
  .pb-md,
  .footer .logo {
    padding-bottom: 128px;
  }
  .mb-mdl {
    margin-bottom: 144px;
  }
  .pb-mdl {
    padding-bottom: 144px;
  }
  .mt-md {
    margin-top: 128px;
  }
  .pt-md {
    padding-top: 128px;
  }
  .content-width,
  .grobal,
  .footer,
  .footer .ul-border,
  .footer__ul {
    max-width: 1119px;
  }
  .draw-width,
  .footer .ul-border {
    max-width: 800px;
  }
  .flex,
  .header__nav {
    flex-direction: row;
  }
  .header {
    margin-left: calc(100vw - 65px);
    width: 100vh;
    position: fixed;
    border-bottom: 1px solid #00e777;
    top: 0;
    left: 0;
    right: 0; /* 画面の右端に配置 */
    height: 64px;
    background-color: transparent;
    z-index: 100;
    transform: rotate(90deg); /* 90度回転 */
    transform-origin: 33px 33px;
  }
  .header.triggerd {
    transition: all 0.7s;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vh; /* ビューポートの幅に合わせる */
    padding-left: 0;
    background-color: white;
  }
  .header .logo {
    top: 0;
    background-color: #00e777;
    padding: 19px 16px 19px 16px;
  }
  .header .img {
    width: 200px; /* 画像のスタイルを調整 */
    height: auto;
  }
  .header .header__ul {
    display: flex;
    flex-direction: row; /* テキストの方向を元に戻す */
  }
  .header .header__li {
    margin: 0 16px; /* マージンの調整 */
  }
  .header .header__li > a {
    color: black;
    font-size: 16px;
    transform: rotate(-90deg); /* テキストを反対向きに回転 */
  }
  .header .header__li > a:hover {
    color: #00e777;
  }
  .footer .dekikata {
    width: 100%;
  }
  .footer .img-footer {
    width: 70%;
    max-width: 760px;
  }
  .footer__nav {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .ul-border {
    border-bottom: 1px solid black;
    width: 100%;
    height: 3px;
  }
  .footer__li > a {
    font-size: 24px;
    padding: 0 16px;
  }
  .footer .copyright {
    font-size: 16px;
  }
  .about {
    background-size: 105em;
    padding-top: 2%;
  }
  .about__main h3 {
    font-size: 4.4em;
  }
  .about__main h5 {
    font-size: 2.7em;
  }
  .about__sub2 {
    margin-top: 8%;
    padding-bottom: 10%;
    text-align: center;
    line-height: 3;
  }
  .about__sub2 h5 {
    font-size: 1.3em;
  }
  .button {
    padding-bottom: 5%;
  }
  .button__flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    line-height: 1.8em;
  }
  .button__circle {
    width: 200px;
    height: auto;
    border: #000000 solid 1px;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    color: #00e777;
  }
  .button__circle :hover {
    transform: translateY(10px);
    transition: 1s;
  }
  .button h4 {
    font-size: 1.2em;
    padding: 10%;
  }
  a {
    text-decoration: none;
  }
  .concept__text h4 {
    padding-top: 3%;
    text-align: center;
    font-size: 3em;
  }
  .concept__subtext {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    line-height: 6.5;
  }
  .concept__subtext p {
    font-size: 1.2em;
  }
  .concept__logo {
    padding-top: 10%;
  }
  .concept__subtitle {
    padding-bottom: 10%;
  }
  .process__title {
    margin-top: 10%;
  }
  .process__subtitle {
    padding-bottom: 10%;
  }
  .process__text {
    padding-top: 5%;
  }
  .team__title {
    margin-top: 10%;
  }
  .team__subtitle {
    padding-bottom: 10%;
  }
  #lottie {
    top: 970px;
  }
  #lottie-sec {
    position: absolute;
    top: 4200px;
  }

  .countdown-container {
    width: 92.5%;
    margin: 0 auto;
    max-width: 1119px;
  }

  .time-container {
    flex-direction: row;
  }

  .time #day {
    font-size: 96px;
  }
  .time #hour {
    font-size: 96px;
  }
  .time #min {
    font-size: 96px;
  }
  .time #sec {
    font-size: 96px;
  }
}
@media (min-width: 960px) and (min-width: 1100px) {
  #lottie {
    top: 1100px;
  }
  #lottie-sec {
    top: 4300px;
  }
}
@media (min-width: 960px) {
  .about__wrap {
    padding-right: 3.4em;
  }
  .subtitle p {
    font-size: 1.2em;
  }
  .about__top {
    padding-bottom: 1em;
    padding-top: 1em;
    font-size: 2em;
    color: #00e777;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .headericons {
    width: 153px;
    height: 45.58px;
  }
  .header__nav {
    margin: 0 240px 0 0;
  }
  img.svg-sns {
    transform: rotate(-90deg);
    width: 50%;
  }
}
@media (min-width: 1220px) {
  h6,
  p {
    font-size: 12px;
  }
  .content-width,
  .grobal,
  .footer,
  .footer .ul-border,
  .footer__ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1919px;
  }
  .pb-ssm {
    padding-bottom: 18px;
  }
  .mb-ssm {
    margin-bottom: 18px;
  }
  .pb-sm {
    padding-bottom: 64px;
  }
  .mb-sm {
    margin-bottom: 64px;
  }
  .mb-md,
  .footer .logo {
    margin-bottom: 128px;
  }
  .pb-md,
  .footer .logo {
    padding-bottom: 128px;
  }
  .mb-mdl {
    margin-bottom: 144px;
  }
  .pb-mdl {
    padding-bottom: 144px;
  }
  .mt-md {
    margin-top: 128px;
  }
  .pt-md {
    padding-top: 128px;
  }
  .mt-llllr {
    margin-top: 144px;
  }
  .pt-llllr {
    padding-top: 144px;
  }
  .header {
    margin-left: calc(100vw - 65px);
  }
  .footer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 92.5%;
    margin: 0 auto;
  }
  .footer__nav {
    display: flex;
    justify-content: flex-start;
    text-align: right;
    padding-right: 32px;
  }
  .footer .logo {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer .img-footer {
    width: 100%;
    max-width: 342px;
  }
  .footer__ul {
    justify-content: flex-end;
  }
  .footer__ul-no {
    list-style: none;
    margin: 0;
    text-align: right;
  }
  .footer__li {
    margin: 0 2px;
  }
  .footer__li > a {
    font-size: 12px;
    padding: 0px 6px 0px 6px;
    margin: 0px 6px 0px 6px;
  }
  .footer__li-link {
    margin: 0 2px;
  }
  .footer__graduate,
  .footer__copyright {
    margin: 0 4px;
    text-align: left;
  }
  .footer .ul-border {
    width: 0;
    height: 0;
    display: none;
  }
  .footer .ul-border-sec {
    display: block;
    border-bottom: 1px solid black;
    width: 30px;
    height: 3px;
    transform: rotate(90deg);
  }
  .link {
    display: flex;
    flex-direction: row;
  }
  .link-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto;
    max-width: 1919px;
  }
  .footer__nav .link-link,
  .footer__nav .footer__ul-no {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .footer__nav .footer__li {
    margin: 0px 4px 0 4px; /* 余白の調整 */
  }
  .footer__nav .footer__li a {
    font-size: 12px; /* フォントサイズの調整 */
  }
  .footer__nav .footer__graduate,
  .footer__nav .footer__copyright {
    margin: 0 8px;
    white-space: nowrap;
  }
  .footer__nav .link-link,
  .footer__nav .footer__ul-no {
    text-align: right;
  }
  .footer__ul-no .footer__licopyright {
    font-size: 8px;
    width: 0%;
    height: 0%;
    display: none;
  }
  .mobile-menu {
    transform: translateX(2000px);
    z-index: -100;
  }
  .footer-imgs {
    width: 100%;
    max-width: 400px;
  }
  .about {
    background-size: 135em;
  }
  .about__main h3 {
    font-size: 6.3em;
  }
  .about__main h5 {
    font-size: 3.5em;
  }
  .about__sub2 h5 {
    font-size: 1.6em;
  }
  .button__circle {
    width: 19em;
    height: auto;
  }
  .button h4 {
    font-size: 1.5em;
    padding: 10%;
  }
  .logo__content {
    align-items: center;
  }
  .logo__img img {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
    text-align: center;
    transition: all 0.3s;
  }
  .titles {
    margin-top: 2%;
  }
  .concept__ex2 {
    padding-top: 15%;
  }
  .process {
    width: 70%;
    margin: 10% auto;
  }
  .process__content img {
    width: 400px;
    height: auto;
    box-shadow: 10px 10px #00e777;
  }
  .process__stepnumber {
    width: 3em;
    height: 3em;
  }
  .process__stepber {
    padding-top: 15%;
  }
  .process__title {
    margin-top: 5%;
    margin-bottom: 2%;
  }
  .process__txs h3 {
    font-size: 3em;
  }
  .process__txs p {
    font-size: 1.3em;
  }
  .understep {
    font-size: 1.2em;
  }
  .titles {
    font-size: 60px;
  }
  .team__text h4 {
    font-size: 2.3em;
  }
  .team__text p {
    font-size: 1.5em;
  }
  #lottie {
    top: 1300px;
  }
  #lottie-sec {
    position: absolute;
    top: 4400px;
  }
  .countdown-container {
    width: 92.5%;
    margin: 0 auto;
    margin-right: 18px;
    max-width: 1919px;
    padding-bottom: 48px;
  }

  .time-container {
    flex-direction: row;
    justify-content: flex-end;
  }

  .time {
    padding-top: 0;
  }

  .time #day {
    font-size: 64px;
  }
  .time #hour {
    font-size: 64px;
  }
  .time #min {
    font-size: 64px;
  }
  .time #sec {
    font-size: 64px;
  }
}
@media (min-width: 1220px) and (min-width: 1600px) {
  #lottie {
    top: 1500px;
  }
  #lottie-sec {
    top: 4600px;
  }
  .process__content img {
    width: 500px;
    height: auto;
    box-shadow: 10px 10px #00e777;
  }
  .process__txs h3 {
    font-size: 3.4em;
  }
  .process__txs p {
    font-size: 1.5em;
  }
}
@media (min-width: 1220px) {
  .subtitle p {
    font-size: 1.7em;
  }
}
@media (min-width: 1920px) {
  .content-width,
  .grobal,
  .footer,
  .footer .ul-border,
  .footer__ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
  }
  .footer {
    width: 92.5%;
    margin: 0 auto;
  }
  .mt-ssm {
    margin-top: 9px;
  }
  .mt-sm,
  .mobile-menu__link {
    margin-top: 32px;
  }
  .pt-sm {
    padding-top: 32px;
  }
  .mt-md {
    margin-top: 64px;
  }
  .pt-md {
    padding-top: 64px;
  }
  .mt-lr {
    margin-top: 104px;
  }
  .pt-lr {
    padding-top: 104px;
  }
  .mt-lg {
    margin-top: 160px;
  }
  .pt-lg {
    padding-top: 160px;
  }
  .mb-ssm {
    margin-bottom: 9px;
  }
  .mb-sm {
    margin-bottom: 32px;
  }
  .pb-sm {
    padding-bottom: 32px;
  }
  .mb-md,
  .footer .logo {
    margin-bottom: 64px;
  }
  .pb-md,
  .footer .logo {
    padding-bottom: 64px;
  }
  .mb-lr {
    margin-bottom: 104px;
  }
  .pb-lr {
    padding-bottom: 104px;
  }
  .mb-lg {
    margin-bottom: 160px;
  }
  .pb-lg {
    padding-bottom: 160px;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  h2 {
    margin: 0;
    padding: 0;
  }
  h3 {
    margin: 0;
    padding: 0;
  }
  h4 {
    margin: 0;
    padding: 0;
  }
  h5 {
    margin: 0;
    padding: 0;
  }
  h6 {
    margin: 0;
    padding: 0;
  }
  p {
    margin: 0;
    padding: 0;
  }
  .content-width,
  .grobal,
  .footer,
  .footer .ul-border,
  .footer__ul {
    max-width: 2400px;
  }
  .header {
    margin-left: calc(100vw - 69px);
  }
  .footer {
    padding: 40px 0 40px 0;
  }
  .footer__nav {
    margin-left: 300px;
  }
  .footer .ul-border-sec {
    width: 60px;
  }
  .footer__nav .footer__li {
    margin: 0px 8px 0px 8px; /* 余白の調整 */
  }
  .footer__nav .footer__li a {
    font-size: 16px; /* フォントサイズの調整 */
  }
  .footer__nav .footer__graduate,
  .footer__nav .footer__copyright {
    margin: 0px 8px;
    white-space: nowrap;
  }
  .footer__nav .footer__li a {
    font-size: 16px;
    margin: 0px 8px 0px 8px;
  }
  .footer .logo {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer__ul-no .footer__licopyright {
    font-size: 10px;
    margin-left: calc(100vh - 20px);
  }

  .footer-imgs {
    width: 130%;
    max-width: 480px;
  }

  .countdown-container {
    width: 92.5%;
    margin: 0 auto;
    margin-right: 18px;
    max-width: 1919px;
    padding-bottom: 80px;
  }

  .time-container {
    flex-direction: row;
    justify-content: flex-end;
  }

  .time {
    padding: 18px;
  }

  .time #day {
    font-size: 80px;
  }
  .time #hour {
    font-size: 80px;
  }
  .time #min {
    font-size: 80px;
  }
  .time #sec {
    font-size: 80px;
  }

  .end-sec {
    padding-right: 0;
  }
  .about {
    background-size: 180em;
  }
  .about__main h3 {
    font-size: 8em;
  }
  .about__sub2 h5 {
    font-size: 2.1em;
  }
  .button__circle {
    width: 20em;
    height: auto;
  }
  .button h4 {
    font-size: 1.8em;
    padding: 10%;
  }
  .process {
    width: 70%;
    margin: 10% auto;
  }
  .process__content img {
    width: 600px;
    height: auto;
    box-shadow: 10px 10px #00e777;
  }
  .titles {
    font-size: 60px;
  }
  .team {
    width: 80%;
    margin: 0 auto;
  }
  .team__title {
    padding-top: 20%;
    align-items: center;
  }
  .team__title img {
    width: 70%;
    margin: 0 auto;
    align-items: center;
    max-width: 100%;
    height: auto;
  }
  .team__wrap {
    padding-top: 10%;
  }
  .team__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5%;
  }
  .team__imgcover img {
    width: 340px;
    height: 340px;
    border-radius: 50%;
  }
  .team__text {
    padding-left: 5%;
    line-height: 1.8;
  }
  .team__text h4 {
    font-size: 2.9em;
  }
  .team__text p {
    font-size: 2em;
  }
  #lottie {
    top: 1700px;
  }
  #lottie-sec {
    position: absolute;
    top: 4700px;
  }
  .subtitle p {
    font-size: 2em;
  }
} /*# sourceMappingURL=style.css.map */
