@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,500;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  width: 100%;
  font-size: 62.5%;
  min-width: 320px;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  color: #1E1E1E;
}

.font_robot, .button, .top-section h2, .line-btns__flex p, #top-links-section .flex .link_btn a p, #top-data-section .data-analysis, .text_wrap .title, #top-company-section .top-company-text .btn, #top-company-section .top-company-text .title, .copy h1 {
  font-family: "Roboto", sans-serif;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #1E1E1E;
  cursor: pointer;
}

a:hover {
  cursor: pointer;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pos_center, #top-data-section .follow-total .graph .value, .copy h1, .copy, #top-main-visual .top-main_logo #top_logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .w1280 {
    width: 95%;
  }
}

#splash {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: white;
  text-align: center;
  color: #313131;
}
#splash .splash_inside {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  max-width: 150px;
  height: auto;
}
#splash .splash_inside img {
  width: 100%;
}
#splash .splash_inside #splash_text {
  position: absolute;
  bottom: -10px;
  max-width: 150px;
  height: 50px;
}

#luxy {
  padding-bottom: 100vh;
  z-index: 2;
}

/* TOP  */
#top-main-visual {
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#top-main-visual .top-main-visual_content {
  width: 100%;
  height: 100%;
}
#top-main-visual .top-main-visual_slider {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  #top-main-visual .top-main-visual_slider {
    width: 70%;
  }
}
#top-main-visual .top-main-visual_slider .top-slick {
  width: 100%;
  height: auto;
}
#top-main-visual .top-main-visual_slider li {
  width: 100%;
}
#top-main-visual .top-main-visual_slider li img {
  width: 100%;
  height: auto;
}
#top-main-visual .top-main-visual_slider .slide-animation {
  animation: indexSlide 6.4s linear 1 normal forwards;
}
#top-main-visual .top-main_logo_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 510px;
  z-index: 0;
}
@media screen and (max-width: 760px) {
  #top-main-visual .top-main_logo_wrap {
    width: 80%;
  }
}
#top-main-visual .top-main_logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 510px;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  #top-main-visual .top-main_logo {
    width: 70%;
  }
}
#top-main-visual .top-main_logo #top_logo {
  position: absolute;
  width: 100%;
  z-index: 0;
}
#top-main-visual .top-main_logo .top_logo_path {
  fill: #FFF;
}
#top-main-visual .num-container {
  position: absolute;
  background-color: transparent !important;
  z-index: 4;
}

#logo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  mix-blend-mode: screen;
}

.copy {
  position: absolute;
  z-index: 999;
  mix-blend-mode: difference;
}
@media screen and (max-width: 760px) {
  .copy {
    top: 45%;
  }
}
.copy h1 {
  position: absolute;
  font-size: 10rem;
  font-weight: 900;
  font-style: italic;
  padding: 0;
  margin: 0;
  color: #FFF;
  z-index: 999;
  white-space: nowrap;
}
@media screen and (max-width: 760px) {
  .copy h1 {
    font-size: 12vw;
  }
}

/*数字降ってくるアニメーション  */
.num-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 1;
}

.no0, .no2, .no4, .no6, .no8 {
  animation: num-rotateR-animation 30s linear infinite;
}

.no1, .no3, .no5, .no7, .no9 {
  animation: num-rotateL-animation 30s linear infinite;
}

.scroll-down {
  position: absolute;
  z-index: 4;
  right: 30px;
  bottom: 300px;
}
.scroll-down span {
  position: absolute;
  left: -20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.scroll-down::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 10px;
  width: 0.5px;
  height: 200px;
  background: #000000;
  animation: scrolldown-animation 3s ease-in-out infinite;
}

#top-company-section {
  position: relative;
  height: 550px;
}
#top-company-section .top-company-bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 70%;
  height: 500px;
  z-index: 0;
}
#top-company-section .top-company-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 640px;
  background: rgb(19, 42, 89);
  background: linear-gradient(90deg, rgb(49, 49, 49) 0%, rgb(0, 74, 210) 100%);
  color: #FFFFFF;
  padding: 40px;
}
#top-company-section .top-company-text .title {
  position: relative;
  font-weight: 700;
  font-style: italic;
  margin: 0;
  overflow: hidden;
}
#top-company-section .top-company-text .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translateY(-50%);
  width: 75%;
  height: 1px;
  background: #FFFFFF;
}
#top-company-section .top-company-text .sub-title {
  font-size: 3rem;
  font-weight: 500;
  margin: 20px 0;
}
#top-company-section .top-company-text .text {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 38px;
}
#top-company-section .top-company-text .btn {
  position: absolute;
  right: 40px;
  bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  padding: 0px 30px;
  line-height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
}
@media screen and (max-width: 760px) {
  #top-company-section {
    height: 350px;
  }
  #top-company-section .top-company-bg {
    width: 90%;
    height: 300px;
    border-radius: 0 20px 20px 0;
  }
  #top-company-section .top-company-text {
    width: 90%;
    left: auto;
    right: 0;
    padding: 30px;
  }
  #top-company-section .top-company-text .title {
    font-size: 1.2rem;
  }
  #top-company-section .top-company-text .title::after {
    width: 90%;
    left: 100px;
  }
  #top-company-section .top-company-text .sub-title {
    font-size: 2rem;
  }
  #top-company-section .top-company-text .text {
    font-size: 1rem;
    margin: 0 0 35px 0;
    line-height: 24px;
  }
}

#video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#video-area #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 760px) {
  #video-area #video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0; /* 左端に寄せるために left: 0; に修正 */
    transform: translate(0, -50%); /* transform の left 値を修正 */
    /* 縦横幅指定 */
    width: 100vw;
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
}

#top-service-section h2::after {
  content: "サービス";
}
#top-service-section a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}
#top-service-section a:hover .bg-image {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition-duration: 0.3s;
}

.text_wrap {
  position: relative;
  padding: 10.8333333333vw 10px 7.9166666667vw 10px;
  height: 100%;
  z-index: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 760px) {
  .text_wrap {
    padding: 30px 0 260px 0;
  }
  .text_wrap .button {
    display: none;
  }
}
.text_wrap .title {
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  margin: 0;
}
@media screen and (max-width: 760px) {
  .text_wrap .title {
    font-size: 3rem;
    width: 90%;
    margin: 0 auto 15px auto;
  }
}
.text_wrap .text {
  width: 50%;
  font-size: 1.4rem;
  line-height: 30px;
  margin: 20px 0 30px 0;
}
@media screen and (max-width: 760px) {
  .text_wrap .text {
    font-size: 1.2rem;
    line-height: 18px;
    width: 90%;
    margin: 0 auto;
  }
}

#tiktok {
  text-align: right;
}
#tiktok .bg-image {
  background-image: url("../img/TikTok_back-image_pc.webp");
}
#tiktok .text_wrap {
  padding: 10.8333333333vw 10px 7.9166666667vw 50%;
}
#tiktok .text_wrap .text {
  width: 100%;
}
#tiktok .text_wrap .button {
  margin-left: calc(100% - 132px);
}
@media (min-width: 1400px) {
  #tiktok .text_wrap {
    padding: 10.8333333333vw 0 7.9166666667vw 0;
    width: 1200px;
  }
  #tiktok .text_wrap .text {
    width: 600px;
    margin: 20px 0 30px auto;
  }
}
@media screen and (max-width: 760px) {
  #tiktok {
    text-align: left;
  }
  #tiktok .bg-image {
    background-image: url("../img/TikTok_back-image_sp.webp");
  }
  #tiktok .text_wrap {
    padding: 30px 0 260px 0;
  }
  #tiktok .text_wrap .text {
    width: 90%;
  }
}

#advertising .bg-image {
  background-image: url("../img/Advertising_back-image_pc.webp");
}
@media screen and (max-width: 760px) {
  #advertising .bg-image {
    background-image: url("../img//Advertising_back-image_sp.webp");
  }
}

#video {
  text-align: right;
}
#video .bg-image {
  background-image: url("../img/Video-Creation-_-Marketing_back-image_pc.webp");
}
#video .text_wrap {
  padding: 10.8333333333vw 10px 7.9166666667vw 50%;
}
#video .text_wrap .text {
  width: 100%;
}
#video .text_wrap .button {
  margin-left: calc(100% - 132px);
}
@media (min-width: 1400px) {
  #video .text_wrap {
    padding: 10.8333333333vw 0 7.9166666667vw 0;
    width: 1200px;
  }
  #video .text_wrap .text {
    width: 600px;
    margin: 20px 0 30px auto;
  }
}
@media screen and (max-width: 760px) {
  #video {
    text-align: left;
  }
  #video .bg-image {
    background-image: url("../img/Video-Creation-_-Marketing_back-image_sp.webp");
  }
  #video .text_wrap {
    padding: 30px 0 260px 0;
  }
  #video .text_wrap .text {
    width: 90%;
  }
}

#recruitingService .pc-only {
  display: block;
}
@media screen and (max-width: 760px) {
  #recruitingService .pc-only {
    display: none;
  }
}
#recruitingService p {
  max-width: 470px;
}
@media screen and (max-width: 760px) {
  #recruitingService p {
    width: 82%;
    min-width: 309px;
  }
}
#recruitingService .bg-image {
  background-image: url("../img/recruit_service/recruiting-service_back-image_pc.webp");
}
@media screen and (max-width: 760px) {
  #recruitingService .bg-image {
    background-image: url("../img/recruit_service/recruiting-service_back-image_sp.webp");
  }
}

#top-data-section {
  margin: 15px 0 0 0;
  padding-bottom: 80px;
  background-image: url("../img/Data-Analysis_back_pc.webp");
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  #top-data-section {
    padding-bottom: 50px;
    background-image: url("../img/Data-Analysis_back_sp.webp");
  }
}
#top-data-section h2::after {
  content: "BEEMの実績データ";
}
#top-data-section .point-time {
  font-size: 1.4rem;
  color: #8D8D8D;
  padding: 0 10px;
}
@media screen and (max-width: 760px) {
  #top-data-section .point-time {
    font-size: 1rem;
  }
}
#top-data-section .data-analysis {
  display: flex;
  width: 80%;
  margin: 50px auto;
  font-weight: 500;
  font-style: italic;
  color: #8D8D8D;
}
@media screen and (max-width: 760px) {
  #top-data-section .data-analysis {
    display: block;
    width: 100%;
    padding: 40px 10px;
    margin: 0;
  }
}
#top-data-section .follow-each {
  width: 40%;
  border-right: 1px solid #8D8D8D;
}
#top-data-section .follow-each .item {
  padding-top: 20px;
}
#top-data-section .follow-each .ttl {
  position: relative;
  font-size: 1.6rem;
  margin: 0;
  padding-left: 20px;
}
#top-data-section .follow-each .ttl::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
}
#top-data-section .follow-each .tt::after {
  background-image: url("../img/tiktok_logo.svg");
}
#top-data-section .follow-each .is::after {
  background-image: url("../img/instagram_logo.svg");
}
#top-data-section .follow-each .yt::after {
  background-image: url("../img/youtube_logo.svg");
}
#top-data-section .follow-each .num {
  display: inline-block;
  height: 60px;
  font-size: 6rem;
  margin: 10px 0;
  font-weight: 700;
  background: #1E1E1E;
  background: #1E1E1E;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 760px) {
  #top-data-section .follow-each {
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-right: none;
    text-align: center;
  }
  #top-data-section .follow-each .item {
    padding: 0 5px;
  }
  #top-data-section .follow-each .num {
    font-size: 3.5rem;
  }
}
#top-data-section .follow-total {
  width: 60%;
  padding: 0 0 0 40px;
  color: #505050;
}
#top-data-section .follow-total .ttl {
  font-size: 2.4rem;
}
#top-data-section .follow-total .graph {
  display: flex;
  width: 100%;
  height: 80px;
}
#top-data-section .follow-total .graph.show {
  animation: graph-animation 1.5s ease forwards;
}
#top-data-section .follow-total .graph .block {
  position: relative;
  display: block;
  height: 100%;
}
#top-data-section .follow-total .graph .block:first-child {
  background: rgb(44, 185, 202);
  background: linear-gradient(90deg, rgb(32, 177, 230) 0%, rgb(20, 141, 237) 100%, rgb(255, 255, 255) 100%);
}
#top-data-section .follow-total .graph .block:nth-child(2) {
  background: rgb(0, 62, 172);
  background: linear-gradient(90deg, rgb(0, 62, 172) 0%, rgb(0, 32, 83) 100%, rgb(255, 255, 255) 100%);
}
#top-data-section .follow-total .graph .block:last-child {
  background: rgb(161, 228, 90);
  background: linear-gradient(90deg, rgb(161, 228, 90) 0%, rgb(142, 227, 88) 100%, rgb(255, 255, 255) 100%);
}
#top-data-section .follow-total .graph .value {
  position: absolute;
  display: block;
  color: #FFFFFF;
}
#top-data-section .follow-total .legend {
  padding: 20px 0;
}
#top-data-section .follow-total .legend li {
  position: relative;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px 0 18px;
}
#top-data-section .follow-total .legend li::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}
#top-data-section .follow-total .legend li:first-child::before {
  background-color: #1DB0E7;
}
#top-data-section .follow-total .legend li:nth-child(2)::before {
  background-color: #00338D;
}
#top-data-section .follow-total .legend li:last-child::before {
  background-color: #91E458;
}
#top-data-section .follow-total .t-title {
  font-size: 3rem;
  font-weight: 900;
  margin: 15px 0;
}
#top-data-section .follow-total .t-num {
  font-size: 8rem;
  font-weight: 900;
  margin: 0;
  background: #1E1E1E;
  background: #1E1E1E;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 760px) {
  #top-data-section .follow-total {
    width: 100%;
    padding: 0 20px;
  }
  #top-data-section .follow-total .ttl {
    margin: 30px 0 10px 0;
  }
  #top-data-section .follow-total .t-title {
    font-size: 2.6rem;
  }
  #top-data-section .follow-total .t-num {
    font-size: 5rem;
    text-align: center;
  }
}

#top-links-section {
  margin: 15px 0 0 0;
  padding: 115px 130px;
  background-image: url("../img/top-sns-back_pc.webp");
  background-position: center center;
  background-size: cover;
}
#top-links-section .flex {
  display: flex;
  justify-content: center;
  max-width: 1020px;
  width: 100%;
  flex-wrap: wrap;
  gap: 50px 60px;
  margin: 0 auto;
}
#top-links-section .flex .link_btn {
  width: 480px;
  height: 185px;
  border: solid 1px #FFFFFF;
}
#top-links-section .flex .link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#top-links-section .flex .link_btn a img {
  width: 60px;
}
#top-links-section .flex .link_btn a p {
  margin-left: 15px;
  font-size: 6rem;
  color: #FFFFFF;
  font-weight: 700;
  font-style: italic;
}
#top-links-section .flex .link_btn:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#top-links-section .flex .link_btn:hover a p {
  color: #1E1E1E;
}
@media screen and (max-width: 760px) {
  #top-links-section {
    padding: 44px 31px;
    background-image: url("../img/top-sns-back_sp.webp");
  }
  #top-links-section .flex {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  #top-links-section .flex .link_btn {
    width: 309px;
    height: 60px;
  }
  #top-links-section .flex .link_btn a img {
    width: 30px;
  }
  #top-links-section .flex .link_btn a p {
    margin-left: 10px;
    font-size: 3rem;
  }
}

.line-btns {
  display: block;
  position: relative;
}
.line-btns__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.line-btns__flex img {
  width: 60px;
}
.line-btns__flex p {
  margin-left: 15px;
  font-size: 6rem;
  color: #FFFFFF;
  font-weight: 700;
  font-style: italic;
}
.line-btns .line-links {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.line-btns .line-links a {
  font-size: 3rem;
  font-weight: bold;
  color: #1E1E1E;
  text-align: center;
}
.line-btns .line-links .mt20 {
  margin-top: 20px;
}
.line-btns:hover .line-btns__flex {
  display: none;
}
.line-btns:hover .line-links {
  display: block;
}
@media screen and (max-width: 760px) {
  .line-btns .line-btns__flex img {
    width: 30px;
  }
  .line-btns .line-btns__flex p {
    margin-left: 10px;
    font-size: 3rem;
  }
  .line-btns .line-links a {
    font-size: 1.6rem;
  }
  .line-btns .line-links .mt20 {
    margin-top: 5px;
  }
}

#top-news-section {
  background-color: rgba(237, 237, 237, 0.3);
  padding-bottom: 80px;
}
@media screen and (max-width: 760px) {
  #top-news-section {
    padding-bottom: 30px;
  }
}
#top-news-section h2::after {
  content: "ニュース";
}
#top-news-section .top-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}
@media screen and (max-width: 760px) {
  #top-news-section .top-news {
    padding: 0;
  }
}
#top-news-section .top-news-link {
  display: flex;
  flex-direction: column;
  width: 24%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3019607843);
}
#top-news-section .top-news-link.hide {
  box-shadow: none;
}
@media screen and (max-width: 760px) {
  #top-news-section .top-news-link {
    width: 49%;
    margin: 5px 0;
  }
}
#top-news-section p.top-news-link {
  background-color: transparent;
}
#top-news-section p {
  margin: 0;
}
#top-news-section .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  overflow-wrap: break-word;
}
#top-news-section .image {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
#top-news-section .image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#top-news-section .cat-tag {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(90deg, rgb(0, 74, 210) 0%, rgb(49, 49, 49) 100%);
  padding: 2px 15px;
}
#top-news-section .date {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #D0D0D0;
}
#top-news-section .title {
  width: 100%;
  height: auto;
  margin: 5px 0;
}
#top-news-section .no-post {
  height: 150px;
  text-align: center;
  line-height: 100%;
}
#top-news-section .button_wrap {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  #top-news-section .button_wrap {
    margin-top: 30px;
    text-align: center;
  }
}
#top-news-section .button_wrap a {
  display: block;
  margin-left: calc(100% - 133px);
  width: fit-content;
}
@media screen and (max-width: 760px) {
  #top-news-section .button_wrap a {
    margin: 0 auto;
  }
}
#top-news-section .button_wrap .button {
  display: inline-block;
  border: 1px solid #313131;
}
@media screen and (max-width: 760px) {
  #top-news-section .button_wrap .button {
    margin: 0 auto;
  }
}

#top-science-section {
  padding: 80px 10px;
}
#top-science-section .top-science {
  position: relative;
  text-align: center;
  /*padding: 0 10px 250px 10px;*/
  padding: 0 10px 40px 10px;
}
#top-science-section .title {
  font-size: 4rem;
  font-weight: 700;
}
#top-science-section .title::after {
  content: "|";
  font-weight: 400;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
#top-science-section .text {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 auto;
}
#top-science-section .text span {
  display: none;
  padding: 4px 20px;
  position: relative;
}
#top-science-section .text span, #top-science-section .text span::after {
  animation-delay: var(--animetion-delay, 0);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#top-science-section .text.scroll-in span {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  display: inline-block;
  animation-name: clip-text;
}
#top-science-section .text.scroll-in span::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #252525;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
#top-science-section .scroll-down {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
#top-science-section .top-science-video {
  width: 60%;
  max-width: 720px;
  margin: 0 auto;
}
#top-science-section .top-science-video video {
  width: 100%;
}
@media screen and (max-width: 760px) {
  #top-science-section {
    padding: 60px 0;
  }
  #top-science-section .title {
    font-size: 2.4rem;
    margin: 0 0 40px 0;
  }
  #top-science-section .text {
    font-size: 1.4rem;
  }
  #top-science-section .text .br {
    display: none;
  }
}

.top-section {
  position: relative;
  width: 100%;
  height: auto;
}
.top-section h2 {
  position: relative;
  font-size: 6rem;
  font-weight: 700;
  font-style: italic;
  padding: 80px 10px 40px 10px;
}
.top-section h2::after {
  position: absolute;
  top: 65px;
  left: 10px;
  color: #8D8D8D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: initial;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .top-section h2 {
    font-size: 3.5rem;
    padding: 40px 0 10px 10px;
  }
  .top-section h2::after {
    font-size: 1rem;
    left: 10px;
    top: 25px;
  }
}

.button {
  display: inline-block;
  margin-left: 0;
  height: 30px;
  padding: 0 25px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  font-weight: 400;
  font-style: italic;
  font-weight: 1.4rem;
  text-align: center;
  line-height: 30px;
}

.common-link {
  width: 100%;
  height: auto;
  display: flex;
}
.common-link a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  overflow: hidden;
  color: #FFFFFF;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(84, 84, 84, 0.5) 100%);
}
.common-link a:hover .bg-image {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.common-link .common-contact .bg-image {
  background-image: url("../img/contact_back_pc.webp");
}
.common-link .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition-duration: 0.3s;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.common-link .title-JP {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}
.common-link .title-EN {
  font-size: 5rem;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
}
@media screen and (max-width: 760px) {
  .common-link {
    flex-wrap: wrap;
  }
  .common-link a {
    width: 100%;
    padding: 60px 30px;
  }
  .common-link .title-JP {
    font-size: 1rem;
  }
  .common-link .title-EN {
    font-size: 3.5rem;
    padding: 10px 0 65px 0;
  }
  .common-link .button {
    margin: 0 0 90px 0;
  }
  .common-link .common-contact .bg-image {
    background-image: url("../img/contact_back_sp.webp");
  }
}

@keyframes num-rotateR-animation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes num-rotateL-animation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1080deg);
  }
}
@keyframes scrolldown-animation {
  0% {
    height: 0;
    opacity: 0;
  }
  30% {
    height: 120px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 250px;
    opacity: 0;
  }
}
@keyframes graph-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes menu-bar-top {
  0% {
    transform: translateY(5px) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-bottom {
  0% {
    transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar-top {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}
@keyframes active-menu-bar-bottom {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}
@keyframes indexSlide {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}/*# sourceMappingURL=index.css.map */