@charset "utf-8";
/* CSS Document */
.wrapContainer {
  text-align: justify;
}
.hE {
  font-weight: bold;
  color: var(--c-blue);
  font-size: 2rem;
  margin-bottom: 1rem;
}
/*-------------------------
first
--------------------------*/
.imgWrap {
  position: relative;
  display: inline-block; /* 画像にフィット */
}
.imgWrap img {
  display: block;
}
.imgWrap .num {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10rem;
  font-weight: 800;
  line-height: 1;
  color: #8E8E8E;
  mix-blend-mode: color-burn;
}
.fstList {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.fstList li {
  background-color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
}
/*-------------------------
about
--------------------------*/
.policyBox {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policyNum {
  font-size: 10rem;
  font-weight: 800;
  color: rgba(219, 234, 240, 0.5);
  line-height: 1;
  width: 15%;
}
.policyTxt {
  width: 80%;
}
.galleryGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 基本は2カラム */
  grid-auto-rows: 400px;
  gap: 15px;
}
.gridItem {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gridItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
/* キャプション */
.gridItem p {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 6px 30px;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  color: #333;
  border-top-right-radius: 10px;
}
/* 横長 */
.gridItem.wide {
  grid-column: span 2;
}
/* 縦長 */
.gridItem.tall {
  grid-row: span 2;
}
/*-------------------------
news
--------------------------*/
.newsList dt {
  font-weight: bold;
  color: var(--c-blue);
  margin-top: 20px;
}
/*-------------------------
menu
--------------------------*/
.menuList li {
  background-color: #f9f9f9;
  padding: 20px 20px 20px 2vw !important;
  font-weight: bold;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-radius: 5px;
  text-indent: inherit !important;
}
.menuList li::before {
  margin-right: 20px !important;
}
.menuList li.long {
  width: 100%;
}
.kikiList div strong {
  color: var(--c-blue);
}
.hd_num {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.hd_num span {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.qaBlock {
  border-bottom: 1px dashed var(--c-blue);
  margin-bottom: 20px;
  padding: 15px 0 30px;
}
.qaBlock:last-of-type {
  border: none;
}
.qaQ {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.qaQ::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #c33;
}
.qaA {
  line-height: 1.8;
  color: #555;
  position: relative;
  padding-left: 30px;
}
.qaA::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #36c;
}
.seq {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seqBox {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.seqHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.seqNum {
  display: inline-block;
  background: var(--c-blue);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 50%;
  min-width: 36px;
  text-align: center;
}
.seqBox h3 {
  font-size: 20px;
  margin: 0;
  color: var(--c-blue);
  font-weight: bold;
}
.seqImg img {
  width: 100%;
  border-radius: 8px;
}
.flowChart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 20px 0;
}
.flowItem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  font-weight: bold;
}
.flowNum {
  background: var(--c-blue);
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.flowText {
  flex: 1;
}
.flowItem:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--c-yellow);
}
.pdf_hB {
  line-height: 1.5;
}
.pdf_hB span {
  display: block;
  font-size: 2rem;
}
.pdf_flow .flowText {
  line-height: 1.5;
}
.pdf_flow .flowText span {
  font-weight: normal !important;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
ul.Keireki li {
  padding: 1rem;
  border-bottom: 1px dashed #ccc;
}
ul.Keireki li dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  .mt50_pc {
    margin-top: 50px !important;
  }
  .mt30_pc {
    margin-top: 30px !important;
  }
  .pc_center {
    text-align: center;
  }
  /*-------------------------
menu(PC)
--------------------------*/
  .pdf_flow .flowItem {
    height: 100px;
    width: 24%;
  }
  .exosome .flowItem {
    width: 35%;
  }
  /*------------------------
staff(PC)
--------------------------*/
  ul.Keireki li dl dt {
    width: 30%;
  }
  ul.Keireki li dl dd {
    width: 80%;
  }
  .Keireki_fstdt {
    display: none;
  }
  /*-------------------------
about(PC)
--------------------------*/
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  .sp_list_col2 {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .sp_list_col2 li {
    width: 48%;
  }
  .sp_list_col2 li:nth-child(2) {
    margin-top: 0 !important;
  }
  li.sp_long {
    width: 100%;
  }
  .hd_num span {
    width: 18%;
  }
  /*-------------------------
first(SP)
--------------------------*/
  .fstList {
    flex-wrap: wrap;
  }
  .fstList li {
    font-size: 3vw;
    padding: 5px 20px;
  }
  /*-------------------------
menu(SP)
--------------------------*/
  .menuList li {
    padding-left: 5vw !important;
    font-size: 3.6vw;
  }
  .flowChart {
    flex-direction: column;
    align-items: flex-start;
  }
  .flowItem {
    width: 100%;
  }
  .flowItem:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 48%;
    bottom: -30px;
    top: inherit;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid var(--c-yellow);
    right: inherit;
  }
  .seq {
    display: block;
  }
  .seqBox {
    margin-bottom: 15px;
  }
  /*------------------------
staff(SP)
--------------------------*/
  ul.Keireki li dl {
    display: block;
  }
  /*-------------------------
about(SP)
--------------------------*/
  .galleryGrid {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }
  .gridItem.wide, .gridItem.tall {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gridItem p {
    font-size: 4vw;
  }
  .policyBox {
    flex-direction: column;
  }
  .policyNum {
    width: 100%;
    text-align: center;
    font-size: 16vw;
  }
  .policyTxt {
    width: 100%;
  }
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
}