@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 - パーツ定義
 * ------------------------------------------ */
/*--- 矢印 ---*/
/*--- 丸ボーダー ---*/
/*--- ボーダー ---*/
.activity__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4rem 2rem;
}
.activity__block__text {
  width: 60%;
}
.activity__block__text .text {
  line-height: 1.8;
}
.activity__block__text > a {
  margin-top: 2rem;
}
.activity__block__image {
  width: calc(100% - 4rem - 60%);
}
@media screen and (max-width: 767.9px) {
  .activity__block {
    flex-direction: column;
  }
  .activity__block__text {
    width: 100%;
  }
  .activity__block__image {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
}
.activity__course__text {
  margin-bottom: 5.6rem;
}
.activity__course__content:not(:last-child) {
  margin-bottom: 6.4rem;
}
.activity__course__content .course {
  margin-top: 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem 4rem;
}
.activity__course__content .course__information {
  width: 17.5em;
  padding: 3.2rem 2.4rem;
  background-color: #F5F5F5;
  flex-shrink: 0;
}
.activity__course__content .course__information .heading {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #CACACA;
}
.activity__course__content .course__information .date, .activity__course__content .course__information .place {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.activity__course__content .course__information .date .text, .activity__course__content .course__information .place .text {
  line-height: 1.5;
}
.activity__course__content .course__information .date .text:first-child, .activity__course__content .course__information .place .text:first-child {
  flex-shrink: 0;
}
.activity__course__content .course__information .date {
  margin-bottom: 0.8rem;
}
.activity__course__content .course__information .overview {
  margin-top: 2.4rem;
}
.activity__course__content .course__information .overview .text {
  line-height: 1.5;
}
.activity__course__content .course__information .overview .text:first-child {
  margin-bottom: 0.8rem;
}
.activity__course__content .course__information .overview .c-radiusBtn {
  width: 100%;
  justify-content: space-between;
}
.activity__course__content .course__information .anno {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.activity__course__content .course__lesson {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
  width: calc(100% - 17.5em - 4rem);
}
.activity__course__content .course__lesson__pdf {
  width: 24%;
  max-width: 15.3rem;
}
.activity__course__content .course__lesson__pdf > a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 767.9px) {
  .activity__course__content .course__lesson__pdf > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .activity__course__content .course__lesson__pdf > a:active {
    opacity: 0.6;
  }
}
.activity__course__content .course__lesson__movie, .activity__course__content .course__lesson__image {
  width: calc(76% - 2rem);
  max-width: 48rem;
  position: relative;
}
.activity__course__content .course__lesson__movie {
  aspect-ratio: 16/9;
  height: auto;
}
.activity__course__content .course__lesson__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 767.9px) {
  .activity__course__text {
    margin-bottom: 4rem;
  }
  .activity__course__content:not(:last-child) {
    margin-bottom: 5rem;
  }
  .activity__course__content .course {
    flex-direction: column;
  }
  .activity__course__content .course__information {
    width: 100%;
    padding: 2rem;
  }
  .activity__course__content .course__information .heading {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .activity__course__content .course__information .overview {
    margin-top: 2rem;
  }
  .activity__course__content .course__information .anno {
    margin-top: 2rem;
  }
  .activity__course__content .course__lesson {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    width: 100%;
  }
  .activity__course__content .course__lesson__pdf {
    width: 24%;
  }
  .activity__course__content .course__lesson__movie, .activity__course__content .course__lesson__image {
    width: calc(76% - 2rem);
  }
}
.activity__results__content:not(:last-child) {
  margin-bottom: 6.4rem;
}
.activity__results__content .c-headSub {
  margin-bottom: 2.4rem;
}
.activity__results__content .text {
  line-height: 1.8;
}
.activity__results__content .c-nomalBtn {
  margin-top: 2.4rem;
}
.activity__results__content ul {
  margin-top: 1.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
