.title-common-primary .is-english {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .title-common-primary {
    padding-top: 60px;
  }

  .title-common-primary .is-english {
    margin-bottom: -3px;
    font-size: 0.15rem;
  }

  .title-common-primary .is-japan {
    font-size: 0.38rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    padding-top: 0.48rem;
  }

  .title-common-primary .is-english {
    margin-bottom: 0;
  }

  .title-common-primary .is-japan {
    font-size: 0.28rem;
  }
}

@media print, (min-width: 768px) {
  .breadcrumb {
    padding: 7px 24px;
  }

  .breadcrumb-list > li:not(:last-child)::after {
    background: url("../img/common/sp/icn_breadcrumb.svg") center/contain no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.board-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.board-item {
  display: -ms-flexbox;
  display: flex;
}

.board-item-photo {
  -ms-flex: none;
  flex: none;
  overflow: hidden;
}

.board-item-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board-item-photo.is-placeholder {
  background: #e0e0e0;
}

.board-item-body {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.board-item-name {
  margin-bottom: 0;
  color: #212a2e;
}

.board-item-title {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

.board-item-history-row {
  display: -ms-flexbox;
  display: flex;
}

.board-item-bio p {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

@media print, (min-width: 768px) {
  .section-board-member {
    padding-bottom: 60px;
  }

  .section-board-member:last-child {
    padding-bottom: 234px;
  }

  .board-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }

  .board-item {
    gap: 60px;
  }

  .board-item-photo {
    width: 331px;
    height: 248px;
  }

  .board-item-head {
    margin-bottom: 12px;
  }

  .board-item-name {
    font-size: 0.25rem;
    line-height: 1.6;
  }

  .board-item-title {
    font-size: 0.16rem;
    line-height: 2;
  }

  .board-item-history-row {
    gap: 8px;
    font-size: 0.16rem;
    line-height: 2;
  }

  .board-item-history-row dt {
    -ms-flex: none;
    flex: none;
    width: 98px;
  }

  .board-item-history-row dd {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }

  .board-item-bio p {
    font-size: 0.16rem;
    line-height: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-board-member {
    padding-bottom: 0.6rem;
  }

  .section-board-member:last-child {
    padding-bottom: 1.15rem;
  }

  .board-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
  }

  .board-item {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.28rem;
  }

  .board-item-photo {
    width: 100%;
    height: 2.62rem;
  }

  .board-item-head {
    margin-bottom: 0.12rem;
  }

  .board-item-name {
    font-size: 0.22rem;
    line-height: 1.5454545455;
  }

  .board-item-title {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }

  .board-item-history-row {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.08rem;
    font-size: 0.15rem;
    line-height: 1.7333333333;
    gap: 0;
  }

  .board-item-history-row dt {
    width: auto;
  }

  .board-item-history-row dd {
    margin-bottom: 0;
  }

  .board-item-bio p {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
}
