.font_google {
  font-family: var(--GoogleSans);
}

.fv_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

.fv_imgs {
  position: relative;
  right: 20rem;
  width: 54rem !important;
}
.fv_imgs video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv_text_wrap {
  position: absolute;
  bottom: 9.5rem;
  left: 3rem;
  z-index: 1;
}
.fv_text_img {
  width: 27.2rem;
  height: 14rem;
  position: relative;
}
.fv_text {
  width: 30rem;
  font-size: 4rem;
  color: #FFFFFF;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: calc(50 / 40);
  position: absolute;
  top: 4rem;
  left: 5rem;
  padding-left: .75em;
  text-indent: -.75em;
}

/* company */
.front_comp_wrap {
  background-image: url(../img/top_fv_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.science_img_wrap {
  position: absolute;
  top: 9rem;
  left: 11rem;
}
.science_bottom_img {
  position: absolute;
  width: 14.268rem;
  height: 14.631rem;
  top: 16.5rem;
  right: -5.5rem;
  opacity: .8;
}

.top_img_female {
  background-image: url(../img/top_company3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 51.4rem;
  height: 48.748rem;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .8;
}

.science_top_img {
  opacity: .6;
}

.top_company_cont {
  width: 34.7rem;
  height: 100%;
  padding-bottom: 6rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.top_comp_titles {
  color: #F38200;
  margin-bottom: 4rem;
}
.top_tit {
  font-size: 7rem;
  font-weight: 600;
  line-height: calc(63/70);
}
.top_sab {
  font-size: 2rem;
  font-weight: 500;
}

.comp_text_cont {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(30/16);
  text-shadow: 0rem .3rem .6rem #FFFFFF;
  margin-bottom: 7rem;
}
/* リンクボタン */
.top_btn_wrap {
  width: 28.1rem;
  background-color: #F38200;
  border-radius: 10rem;
  margin: 0 auto;
}
.top_btn_wrap a {
  display: inline-block;
  font-size: 2rem;
  width: 100%;
  padding: 1.1rem 3rem 1rem 3.5rem;
  color: #FFFFFF;
  position: relative;
}
.top_btn_wrap a::before {
  content: '';
  width: 1.769rem;
  height: 2rem;
  background-image: url(../img/btn_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1.6rem;
  right: 3rem;
  transition: .3s;
}
.top_btn_wrap a:hover::before {
  transform: translateX(1rem);
}


/* BUSINESS */
.business_wrap {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top_busi_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  cursor: none;
}
.business_fillter {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
/* マウスストーカー */
.mouse_stalker {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background-color: #F38200;
  z-index: 5;
  transition: 0.2s;
  transition-timing-function: ease-out;
  pointer-events: none;
  opacity: 0;
}
.mouse_text {
  font-size: min(calc(25 / 1440 * 100vw),25px);
  text-align: center;
  font-weight: 600;
  line-height: calc(33/25);
  color: #FFFFFF;
}

.top_busi_titles {
  color: #FFFFFF;
  margin-bottom: 4.8rem;
}
.top_busi_tit {
  font-size: min(calc(70 / 1440 * 100vw),70px);
  font-weight: 600;
  line-height: calc(65/70);
  margin-bottom: 1rem;
}
.top_busi_sab {
  font-size: min(calc(20 / 1440 * 100vw),20px);
  font-weight: 500;
}

.top_busi_cont_wrap {
  display: flex;
  gap: 0 5.5rem;
}

.top_buzi_list {
  width: 35rem;
}
.top_buzi_list a {
  width: 100%;
  cursor: pointer;
}

.top_buzi_img {
  width: 100%;
  height: 20rem;
  margin-bottom: 1.5rem;
}
.top_buzi_img img {
  box-shadow: 0rem .3rem .6rem #00000029;
}

.top_busi_text_wrap {
  font-size: min(calc(16 / 1440 * 100vw),16px);
  text-shadow: 0 0 .5rem #FFFFFF;
  color: #050505;
}
.top_busi_num {
  margin-bottom: 1rem;
}
.top_busi_list_tit {
  font-size: min(calc(20 / 1440 * 100vw),20px);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

/* お知らせ */
.top_news_wrap {
  width: 130rem;
  display: flex;
  margin: 0 auto;
  padding: 17.9rem 0 7.9rem;
}

.top_news_tit_wrap {
  width: calc(130rem - 90rem);
}

.top_news_titles {
  color: #F38200;
  margin-bottom: 6rem;
}
.top_news_btn {
  margin: 0;
}

.top_news_btn a {
  font-size: min(calc(20 / 1440 * 100vw),20px);
}
.top_news_btn a::before {
  position: absolute;
  top: min(calc(16 / 1440 * 100vw),16px);
  right: 3rem;
}

.top_news_list {
  width: 90rem;
  border-top: .1rem solid;
  transition: .3s;
}
.top_news_list:nth-last-child(1) {
  border-bottom: .1rem solid;
}
.top_news_list a {
  height: 100%;
  padding: 3.5rem 0;
  display: flex;
  justify-content: space-between;
}
.top_news_list a .top_news_data,
.top_news_list a .top_news_li_tit {
  transition: .3s;
}
.top_news_list a:hover .top_news_data,
.top_news_list a:hover .top_news_li_tit {
  color: #F38200;
}

.top_news_list a,
.top_news_list a:visited {
  color: inherit;
}
.top_news_list a {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}

.top_news_li_titles {
  width: 80rem;
  font-size: 1.6rem;
  margin-bottom: .5rem;
}

.top_news_data {
  color: #707071;
}
.top_news_li_tit {
  font-weight: 500;
}

.top_news_btn_wrap {
  width: 4rem;
  height: 4rem;
  background-color: #F38200;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.news_btn_icon {
  width: 1.769rem;
  height: 2rem;
  transition: .3s;
}
.top_news_list:hover {
  background-color: #fdf5e5;
}

.fv_wrap > .swiper-wrapper{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important; }


@media screen and (max-width: 699.98px) {
  .fv_imgs {
    right: 0rem;
  }

  .fv_text_wrap {
    bottom: 4.7rem;
    left: 1rem;
  }
  .fv_text_img {
    width: 15.535rem;
    height: 8rem;
  }
  .fv_text {
    font-size: 2.5rem;
    line-height: calc(31 / 25);
    top: 2.3rem;
    left: 2.1rem;
    padding-left: .4em;
    text-indent: -.4em;
  }

  /* company */
  .front_comp_wrap {
    height: auto;
  }
  .science_img_wrap {
    top: 2rem;
    left: 0;
  }
  .science_top_img {
    width: 6.349rem;
    height: 6rem;
    position: relative;
    left: 2rem;
    margin-bottom: 2rem;
    opacity: 1;
  }
  .science_bottom_img {
    position: static;
    width: 5.251rem;
    height: 5.385rem;
  }

  .top_img_female {
    width: 23rem;
    height: 21.813rem;
    background-image: url(../img/top_besi_sp.png);
  }

  .top_company_cont {
    width: 28.1rem;
    padding: 7rem 0 10rem;
  }

  .top_comp_titles {
    width: 25.1rem;
    margin: 0 auto 4rem;
  }
  .top_tit {
    font-size: 5rem;
    font-weight: 600;
    line-height: calc(48/50);
  }
  /* .top_sab {
    font-size: 2rem;
    font-weight: 500;
  } */

  .comp_text_cont {
    width: 25.1rem;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 auto 5rem;
  }

  /* BUSINESS */
  .business_wrap {
    width: 100%;
    height: auto;
    background-image: url(../img/top_busi_bg.png);
  }
  .business_fillter {
    padding: 7rem 0;
  }
  /* マウスストーカー */
  .mouse_stalker {
    width: 7rem;
    height: 7rem;
  }
  .mouse_text {
    font-size: 2rem;
    line-height: calc(20/20);
  }

  .top_busi_titles {
    margin-bottom: 4rem;
  }
  .top_busi_tit {
    font-size: 5rem;
    line-height: calc(48/50);
    margin-bottom: .3rem;
  }
  .top_busi_sab {
    font-size: 2rem;
  }

  .top_busi_cont_wrap {
    flex-direction: column;
    gap: 3.4rem;
  }

  .top_buzi_list {
    width: 30rem;
  }

  .top_buzi_img {
    margin-bottom: 1rem;
  }

  .top_busi_text_wrap {
    font-size: 1.6rem;
  }
  .top_busi_list_tit {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  /* お知らせ */
  .top_news_wrap {
    width: 100%;
    flex-direction: column;
    padding: 5rem 0 10rem;
  }
  .top_news_list {
    width: 100%;
  }
  .top_news_tit_wrap {
    width: 100%;
    display: contents;
  }

  .top_news_titles {
    margin-bottom: 3rem;
    margin-left: 2rem;
    order: 1;
  }
  .top_news_btn {
    margin: 0 auto;
    order: 3;
  }

  .top_news_data {
    display: inline-block;
    margin-bottom: .4rem;
  }

  .top_news_btn a {
    font-size: 2rem;
  }
  .top_news_btn a::before {
    position: absolute;
    top: 1.6rem;
    right: 3rem;
  }

  .top_news_lists {
    order: 2;
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .top_news_list {
    width: 100%;
    border-top: .1rem solid;
  }
  .top_news_list:nth-last-child(1) {
    border-bottom: .1rem solid;
  }
  .top_news_list a {
    height: 100%;
    padding: 3.5rem 0;
    display: flex;
    justify-content: space-between;
  }

  .top_news_li_titles {
    width: 27rem;
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .top_btn_wrap {
    font-weight: 400;
  }

  .top_news_btn_wrap {
    margin-right: 0;
  }
}