@charset "UTF-8";
/* ***************************************************************************** */

/* c_supervisorBlc01 */
.c_supervisorBlc01 {
  background: #fff;
  border: 2px solid #191f6c;
  border-radius: 25px;
  margin: var(--margin-m-sp) 0 0;
  padding: 36px 20px;
  position: relative;
}
.c_supervisorBlc01::before, .c_supervisorBlc01::after {
  content: "";
  display: block;
  width: 4px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.c_supervisorBlc01::before {
  left: 28px;
  top: -2px;
}
.c_supervisorBlc01::after {
  right: 28px;
  bottom: -2px;
}
.c_supervisor-label {
  margin-bottom: 8px;
}
.c_supervisor-label__txt {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  text-align: center;
}
.fit-img-cover {
  border-radius: 20px;
}
.c_supervisor-info__img {
  max-width: 160px;
  display: block;
  margin: 0 auto 16px;
}
.c_supervisor-info__department {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.c_supervisor-info__name {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 16px;
}
.c_supervisor-txt {
  margin-bottom: 1em;
}
.c_supervisor-txt__emphasis {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c_supervisorBlc01 {
    margin: var(--margin-m-pc) 0 0;
    border-width: 3px;
    border-radius: 40px;
    padding: 40px 80px;
  }
  .c_supervisorBlc01::before {
    left: 57px;
    top: -3px;
  }
  .c_supervisorBlc01::after {
    right: 57px;
    bottom: -3px;
  }
  .c_supervisorInner {
    display: flex;
    justify-content: space-between;
    gap: 0 60px;
  }
  .c_supervisor-infoBlc {
    flex: 1;
  }
  .c_supervisor-txtBlc {
    flex: 3;
    margin-top: var(--margin-s-pc);
  }
  .c_supervisor-label__txt {
    font-size: 2.4rem;
  }
  .c_supervisorBlc01::before, .c_supervisorBlc01::after {
    width: 6px;
    height: 3px;
  }
}
.c_entry02__column01 {
  margin: var(--margin-s-sp) 0;
}
@media print, screen and (min-width: 768px) {
  .c_entry02__column01 {
    margin: var(--margin-m-pc) 0;
  }
}
.c_entry02__column01__img01 img {
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

.c_table01 table thead th:first-child {
  text-align: center;
}
.c_table01 table thead th.w_30 {
  width: 30%;
}
.c_table01 table td.t_left {
  text-align: left;
  padding-left: 8px;
}
@media print, screen and (min-width: 768px) {
  .c_table01 table td.t_left {
    padding-left: 20px;
  }
}
