main {
  font-family: Noto Sans JP;
}

.mv {
  height: 90rem;
}

.mv p {
  font-size: 5rem;
  font-weight: bold;
  color: white;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
  padding-top: 38.2rem;
}

/* スクロール表示 */
.scroll_wrapper {
  position: absolute;
  top: 82.7rem;
  left: 93.5rem;
}

.scroll {
  display: inline-block;
  padding-top: 0rem;
  position: relative;
}

.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid white;
  border-width: 0 0 4px 4px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: -8rem;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 3.535rem;
  height: 3.535rem;
}

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(1, -1);
  }

  80% {
    transform: rotate(-45deg) translate(-2rem, 2rem);
  }

  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.scroll_text {
  color: white;
  font-family: Noto Sans JP;
  font-size: 1.4rem;
}

.company {
  background-color: #ffffffcc;
  height: 192rem;
  color: #484848;
  position: relative;
  overflow-x: hidden;
}

/* ハチ */
.top_bee_img {
  display: block;
  position: absolute;
  top: 6.983rem;
  left: 0;
  width: 9.664rem;
  height: 8.922rem;
  transition: linear;
  overflow-x: hidden;
}

.top_bee_img_sp {
  display: none;
}

/* 企業理念 */
.top_philosophy {
  display: flex;
  padding-left: 28.8rem;
  overflow-x: hidden;
}

.top_philosophy_left {
  width: 85rem;
  margin-right: 3.2rem
}

.top_philosophy_left h2 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 24.9rem;
  margin-bottom: 1.5rem;
}

.top_philosophy_img_wrap {
  overflow-x: hidden;
  width: 100%;
  max-width: 41rem;
  margin: 0;
  position: relative;
}

.top_philosophy_img {
  display: block;
  width: 40.8rem;
  height: 14.4rem;
  margin-bottom: 2.8rem;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s ease-out;
}

.top_philosophy_content {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.22222em;
  letter-spacing: 0.05em;
  opacity: 0;
  width: 85rem;
}

.top_philosophy_content.is-animated {
  animation: fadeUp 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeUp {
  0% {
    transform: translateY(15rem);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* GIFアニメーション */
.top_philosophy_right {
  position: relative;
  width: 65rem;
}

.top_philosophy_gif_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64rem;
  height: auto;
}

/* 蝶 */
.top_butterfly_img {
  display: block;
  position: absolute;
  top: 84.2rem;
  left: 0;
  width: 9.8rem;
  height: 8.712rem;
  transition: linear;
  overflow-x: hidden;
}

.top_butterfly_img_sp {
  display: none;
}


/* 私たちについて */
.top_about {
  display: flex;
  padding-right: 25rem;
  padding-left: 10rem;
}

/* 花、草GIFアニメーション */
.top_about_left {
  position: relative;
  width: 65rem;
  margin-right: 5.8rem;
}

.top_about_gifL_img,
.top_about_gifR_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64rem;
  height: 36rem;
}

/* 内容 */
.top_about_right {
  width: 86.2rem;
}

.top_about_right h2 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 25.5rem;
  margin-bottom: 1.5rem;
}

.top_about_img_wrap {
  overflow-x: hidden;
  width: 100%;
  max-width: 41rem;
  margin: 0;
  position: relative;
}

.top_about_img {
  display: block;
  width: 40.7rem;
  height: 13.5rem;
  margin-bottom: 2.8rem;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s ease-out;
}

.top_about_img_sp {
  display: none;
}

.top_about_content {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.22222em;
  letter-spacing: 0.05em;
}

.top_about_content.is-animated {
  animation: fadeUp 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@media screen and (max-width: 699.98px) {
  .mv {
    height: 65rem;
  }

  .mv p {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    padding-top: 29.6rem;
    padding-left: 0.4rem;
  }

  /* スクロール表示 */
  .scroll_wrapper {
    top: 61.2rem;
    left: 16.7rem;
  }

  /* TOPページ内容 */
  .company {
    height: 203.1rem;
  }

  /* ハチ */
  .top_bee_img {
    display: none;
  }

  .top_bee_img_sp {
    display: block;
    position: absolute;
    top: 3.5rem;
    left: 0;
    width: 3.252rem;
    height: 3.002rem;
    transition: linear;
    overflow-x: hidden;
  }

  /* 企業理念 */
  .top_philosophy {
    flex-direction: column;
    padding-left: 6rem;
    scroll-margin-top: -2rem;
  }

  /* Safari 対応 （ページ内リンクの位置調整）*/
  _::-webkit-full-page-media,
  _:future,
  :root .top_philosophy {
    scroll-margin-top: -20px;
  }

  .top_philosophy_left {
    width: 25.5rem;
  }

  .top_philosophy_left h2 {
    font-size: 1.4rem;
    margin-top: 10rem;
    margin-bottom: 0;
  }

  .top_philosophy_img_wrap {
    max-width: 25.5rem;
  }


  .top_philosophy_img {
    display: block;
    width: 24.5rem;
    height: 8.8rem;
    margin-bottom: 2.6rem;
  }

  .top_philosophy_content {
    font-size: 1.4rem;
    line-height: 2.14286em;
    width: 25.5rem;
  }

  .top_philosophy_content.is-animated {
    animation: fadeUp 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }

  /* ひまわりGIFアニメーション */
  .top_philosophy_right {
    width: 25.5rem;
    height: 15.3rem;
    margin-bottom: 12.5rem;
    margin-top: 3.5rem;
  }

  .top_philosophy_gif_img {
    top: 0;
    width: 25.5rem;
    height: auto;
  }

  /* 蝶 */
  .top_butterfly_img {
    display: none;
  }

  .top_butterfly_img_sp {
    display: block;
    position: absolute;
    top: 89.209rem;
    left: 0;
    width: 3.26rem;
    height: 2.898rem;
    transition: linear;
    overflow-x: hidden;
  }

  /* 私たちについて */
  .top_about {
    flex-direction: column-reverse;
    padding-right: 6rem;
    padding-left: 6rem;
    scroll-margin-top: 8rem;
    padding-bottom: 7.44rem;
  }

  /* 左側（花と草のGIFアニメーション） */
  .top_about_left {
    width: 25.5rem;
    height: 16.06rem;
    margin-right: 0;
    margin-top: 4rem;
  }


  .top_about_gifL_img,
  .top_about_gifR_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 25.5rem;
    height: auto;
  }

  /* 右側（内容） */
  .top_about_right {
    width: 25.5rem;
  }

  .top_about_right h2 {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0rem;
  }

  .top_about_img_wrap {
    max-width: 25.5rem;
  }

  .top_about_img {
    display: none;
  }

  .top_about_img_sp {
    display: block;
    width: 24.5rem;
    height: auto;
    margin-bottom: 2.8rem;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.2s ease-out;
  }

  .top_about_content {
    font-size: 1.4rem;
    line-height: 2.14286em;
  }
}