.secTtl {
  margin-bottom: 1.3333em;
}

.table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0px 4px;
}
.table th, .table td {
  border: 0;
}
.table th {
  background-color: var(--main);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.table td {
  padding: 0.5rem 1rem;
  background-color: #fff;
}
.table--bgWhite td {
  background-color: var(--bg2);
}
@media screen and (min-width: 768px) {
  .table {
    max-width: 820px;
    margin: 0 auto;
  }
  .table th, .table td {
    font-size: 100%;
  }
}
@media screen and (min-width: 992px) {
  .table {
    font-size: 112.5%;
  }
}

.mvImg {
  width: 100%;
  margin-top: 60px;
}

.secMsg__msgWrap {
  width: 100%;
  --lh: 2;
}
.secMsg__msgWrap p + p {
  margin-top: 1.8em;
}
.secMsg__msgWrap p.sign {
  text-align: right;
}
.secMsg__msgWrap p.sign img {
  width: 15em;
}
@media screen and (min-width: 768px) {
  .secMsg__msgWrap {
    max-width: 820px;
    margin: 0 auto;
  }
  .secMsg__msgWrap p.sign img {
    width: 20em;
  }
}
@media screen and (min-width: 992px) {
  .secMsg__msgWrap {
    font-size: 112.5%;
  }
}

@media screen and (min-width: 768px) {
  .secAccess__container {
    max-width: 820px;
  }
}
.secAccess__mapWrap {
  height: 300px;
  margin-top: 40px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .secAccess__mapWrap {
    height: 500px;
  }
}

.secStaff__ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .secStaff__ttl {
    margin-bottom: 60px;
  }
}
.secStaff__list {
  width: 100%;
  max-width: 350px;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 576px) {
  .secStaff__list {
    max-width: 600px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .secStaff__list {
    max-width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .secStaff__list {
    grid-gap: 40px;
  }
}
.secStaff__list .listItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.secStaff__list .listItem__img {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.secStaff__list .listItem__txtWrap {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.secStaff__list .listItem__txtWrap::before {
  content: "";
  width: 90%;
  padding-top: 90%;
  background-color: #E8F0E8;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.secStaff__list .listItem__name {
  --ls: 0.1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 5px;
  position: relative;
  z-index: 1;
}
.secStaff__list .listItem__name_jp {
  font-size: 20px;
  font-weight: 700;
}
.secStaff__list .listItem__name_en {
  font-size: 14px;
}
.secStaff__list .listItem__msg {
  font-size: 14px;
}
.secStaff__list .listItem__msg p + p {
  margin-top: 1em;
}
@media screen and (min-width: 1200px) {
  .secStaff__list .listItem__txtWrap::before {
    width: 80%;
    padding-top: 80%;
  }
}

@media screen and (min-width: 768px) {
  .secRecruit__txt {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .secRecruit__txt {
    font-size: 112.5%;
  }
}
.secRecruit__table {
  margin-top: 30px;
}