@charset "UTF-8";
/* ------------------------------------------
 *  _color.scss
 *  色変数設定
 * ------------------------------------------ */
/*--- 共通カラー ---*/
/*--- biobankカラー ---*/
/*--- brainbankカラー ---*/
/*--- トビラページカラー ---*/
/* ------------------------------------------
 *  _breakpoint.scss
 *  ブレークポイント設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _z-index.scss
 *  z-index設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _func.scss
 *  関数設定
 * ------------------------------------------ */
/**********************************************************/
/**********************************************************/
/* ------------------------------------------
 *  _hover.scss
 *  mixin - ホバー定義
 * ------------------------------------------ */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* ------------------------------------------
 *  _set.scss
 *  mixin - CSS簡易設定定義
 * ------------------------------------------ */
/* flexセット */
/* ------------------------------------------ */
/* inline-flexセット */
/* ------------------------------------------ */
/* gridセット */
/* ------------------------------------------ */
/* background-imageセット */
/* ------------------------------------------ */
/* 疑似クラスセット */
/* ------------------------------------------ */
/* position:absoluteセット */
/* ------------------------------------------ */
/* font-sizeセット */
/* ------------------------------------------ */
/* ------------------------------------------
*  _parts.scss
 *  mixin - パーツ定義
 * ------------------------------------------ */
/*--- 矢印 ---*/
/*--- 丸ボーダー ---*/
/*--- ボーダー ---*/
.top__kv {
  position: relative;
  background-color: #E1F0F9;
  overflow: hidden;
  padding-bottom: 19.5rem;
}
.top__kv__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem 7rem;
  position: relative;
  z-index: 1;
  padding: 5.2rem 2rem 6.8rem;
}
.top__kv__block .heading {
  max-width: 60rem;
}
.top__kv__block .image {
  max-width: 40rem;
}
.top__kv .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  height: auto;
  z-index: 0;
}
.top__kv .bg--01 {
  left: min(67vw, 124.8rem);
  top: -22.6rem;
  background-image: url(../../img/top/bg_kv_01.png);
  aspect-ratio: 1/1;
  width: 86rem;
}
.top__kv .bg--02 {
  right: min(70vw, 135rem);
  top: -6.2rem;
  background-image: url(../../img/top/bg_kv_02.png);
  aspect-ratio: 1/1;
  width: 68.8rem;
}
.top__kv .bg--03 {
  right: min(50vw, 100.6rem);
  top: -22.2rem;
  background-image: url(../../img/top/bg_kv_03.png);
  aspect-ratio: 1/1;
  width: 41.3rem;
}
@media screen and (max-width: 767.9px) {
  .top__kv {
    height: calc(100vh - var(--tmghignav-height));
    height: calc(100svh - var(--tmghignav-height));
    max-height: 57.5rem;
    padding-bottom: 0;
  }
  .top__kv__block {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10rem 0 4rem;
  }
  .top__kv__block .heading {
    max-width: 50rem;
    width: calc(100% - 7rem);
  }
  .top__kv__block .image {
    max-width: 40rem;
  }
  .top__kv .bg--01 {
    left: initial;
    right: max(-40vw, -10rem);
    top: 3.6rem;
    width: 31.5rem;
    transform: rotate(15deg);
  }
  .top__kv .bg--02 {
    right: min(40vw, 143rem);
    top: -14.1rem;
    width: 28.1rem;
  }
  .top__kv .bg--03 {
    right: initial;
    left: min(2vw, -2rem);
    top: initial;
    bottom: 16rem;
    background-image: url(../../img/top/bg_kv_04.png);
    aspect-ratio: 203/223;
    width: 18.1rem;
  }
}
.top__news {
  position: relative;
  z-index: 2;
  margin-top: -19.5rem;
}
.top__news__block {
  background-color: #FFFFFF;
  padding: 4rem;
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.top__news__block__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1rem;
}
@media screen and (max-width: 395px) {
  .top__news__block__heading {
    display: block;
    text-align: center;
  }
  .top__news__block__heading .c-opacityLink{
    display: flex;
    justify-content: end;
  }
}
.top__news__block__heading > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1rem;
}
.top__news .newsTopics {
  margin-top: 2rem;
  position: relative;
}
.top__news .newsTopics .carousel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  min-height: 3.2rem;
  background-color: #3A78B8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: initial;
  bottom: 0;
  left: initial;
  margin: auto 0;
  cursor: pointer;
  z-index: 3;
}
.top__news .newsTopics .carousel__btn::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/en/biobank/assets/img/common/icon_arrow.svg);
  width: 37.5%;
  height: auto;
  aspect-ratio: 1/1;
}
.top__news .newsTopics .carousel__btn[disabled] {
  background-color: #F8F8F8;
  pointer-events: none;
}
.top__news .newsTopics .carousel__btn[disabled]::after {
  filter: brightness(0) saturate(100%) invert(6%) sepia(5%) saturate(288%) hue-rotate(336deg) brightness(106%) contrast(84%);
}
.top__news .newsTopics .carousel__btn.--back {
  left: -5.7rem;
}
.top__news .newsTopics .carousel__btn.--back::after {
  transform: rotate(180deg);
}
.top__news .newsTopics .carousel__btn.--next {
  right: -5.7rem;
}
.top__news .newsTopics__article {
  position: relative;
  overflow: hidden;
}
.top__news .newsTopics__article__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem 4rem;
  position: relative;
}
.top__news .newsTopics__article__list > li {
  min-width: 28rem;
  width: 28rem;
  position: relative;
  box-sizing: content-box;
}
.top__news .newsTopics__article__list > li:not(:last-child) {
  padding-right: 4rem;
}
.top__news .newsTopics__article__list > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 100%;
  background-color: #D8DEE3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: initial;
  margin: auto 0;
}
.top__news .newsTopics__article__list > li > time {
  line-height: 2;
  margin-bottom: 0.4rem;
}
.top__news .newsTopics__article__list > li > div {
  display: flex;
  gap: 0 0.8rem;
  margin-bottom: 0.8rem;
}
.top__news .newsTopics__article__list > li > div > p {
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #DBEFEA;
  border-radius: 0.4rem;
  padding: 0.65rem 0.8rem;
}
.top__news .newsTopics__article__list > li > div.is-new::after {
  content: "NEW!";
  font-size: 1.6rem;
  line-height: 1.2;
  color: #FFFFFF;
  background-color: #DB1D13;
  padding: 0.65rem 0.8rem;
}
.top__news .newsTopics__article__list > li > p, .top__news .newsTopics__article__list > li > a {
  line-height: 2;
}
.top__news .newsTopics__article__list > li > a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 767.9px) {
  .top__news .newsTopics__article__list > li > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .top__news .newsTopics__article__list > li > a:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .top__news {
    margin-top: 4rem;
  }
  .top__news__block {
    padding: 0;
    width: 100%;
  }
  .top__news .newsTopics .carousel__btn {
    display: none;
  }
  .top__news .newsTopics__article__list {
    width: 100% !important;
    flex-direction: column;
  }
  .top__news .newsTopics__article__list::before, .top__news .newsTopics__article__list::after {
    content: none;
  }
  .top__news .newsTopics__article__list > li {
    width: 100%;
    padding-bottom: 2rem;
  }
  .top__news .newsTopics__article__list > li:not(:last-child) {
    padding-right: 0;
    position: relative;
  }
  .top__news .newsTopics__article__list > li:not(:last-child)::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.1rem;
    width: 100%;
    background-color: #D8DEE3;
    bottom: 0;
    top: initial;
    right: 0;
    left: 0;
  }
  .top__news .newsTopics__article__list > li:first-child {
    padding-top: 2rem;
    border-top: 0.1rem solid #D8DEE3;
  }
  .top__news .newsTopics__article__list > li:last-child {
    position: relative;
  }
  .top__news .newsTopics__article__list > li:last-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.1rem;
    width: 100%;
    background-color: #D8DEE3;
    bottom: 0;
    top: initial;
    right: 0;
    left: 0;
  }
  .top__news .newsTopics__article__list > li .time {
    line-height: 2;
    margin-bottom: 0.4rem;
  }
  .top__news .newsTopics__article__list > li .cate {
    display: flex;
    gap: 0 0.8rem;
    margin-bottom: 0.8rem;
  }
  .top__news .newsTopics__article__list > li .cate > .text {
    font-size: 1.6rem;
    line-height: 1.2;
    background-color: #DBEFEA;
    border-radius: 0.4rem;
    padding: 0.65rem 0.8rem;
  }
  .top__news .newsTopics__article__list > li .cate.is-new::after {
    content: "NEW!";
    font-size: 1.6rem;
    line-height: 1.2;
    color: #FFFFFF;
    background-color: #DB1D13;
    padding: 0.65rem 0.8rem;
  }
}
.top__contact {
  margin-top: 3.3rem;
  position: relative;
}
.top__contact .c-headingTop {
  text-align: center;
}
.top__contact__block {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top__contact {
    margin-top: 6rem;
  }
}
