.profile-board-member {
    display: grid;

    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 80px;
}
@media print, screen and (max-width: 768px) {
    .profile-board-member {
        row-gap: 8px;
    }
}
.profile-board-member .label {
    font-weight: bold;
}
.profile-board-member .item {
    display: grid;

    grid-template-columns: subgrid;
    grid-column: span 2;
}
@media print, screen and (max-width: 768px) {
    .profile-board-member .item {
        display: flex;
        flex-direction: column;
    }
}

.profile-address {
    display: grid;

    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}
@media print, screen and (max-width: 768px) {
    .profile-address {
        row-gap: 20px;
    }
}
.profile-address .label {
    font-weight: bold;
    color: #03004c;
}
.profile-address .item {
    display: flex;
    flex-direction: column;

    gap: 12px;
}
@media print, screen and (max-width: 768px) {
    .profile-address .item {
        gap: 10px;
    }
}

.profile-list-certification {
    display: flex;

    flex-flow: row wrap;
    gap: 40px;
}
@media print, screen and (max-width: 768px) {
    .profile-list-certification {
        display: grid;

        grid-template-columns: auto minmax(0, 1fr);
        row-gap: 20px;
        padding-block: 20px;
    }
}
.profile-list-certification .content {
    font-size: 1.2rem;

    grid-area: content;
}
.profile-list-certification .content > :first-child {
    margin-top: 0;
}
.profile-list-certification .image {
    flex-shrink: 0;

    grid-area: logo;
}
@media print, screen and (max-width: 768px) {
    .profile-list-certification .media > :first-child {
        display: grid;

        place-content: center;
    }
}
.profile-list-certification .item {
    display: flex;
    justify-content: start;
    align-items: center;

    flex-flow: row-reverse nowrap;
    gap: 24px;
}
@media print, screen and (max-width: 768px) {
    .profile-list-certification .item {
        display: grid;

        grid-template-columns: subgrid;
        grid-column: span 2;
        grid-template-areas: "logo content";
    }
}
.profile-list-certification :where(p + p) {
    margin-top: 10px;
}

.profile-list-link {
    display: flex;
    flex-direction: column;

    gap: 10px;
}
.profile-list-link .icon-window {
    margin-inline: 5px;
}
.profile-list-link .link {
    padding-left: 12px;
}
.profile-list-link .link::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: -3px 6px 0 -12px;
    vertical-align: middle;
    border-top: 1px solid #96a0b0;
    border-right: 1px solid #96a0b0;
    content: "";
    transform: rotate(45deg);
}

.profile-layout {
    display: grid;

    --col-num: 2;
    grid-template-columns: repeat(var(--col-num), minmax(0, 1fr));
    gap: 0 20px;
}
@media print, screen and (max-width: 768px) {
    .profile-layout {
        --col-num: 1;
    }
}

.profile-media-organization {
    margin-top: 30px;
}
@media print, screen and (max-width: 768px) {
    .profile-media-organization {
        margin-top: 40px;
    }
}
.profile-media-organization .image {
    display: inline;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.profile-media-organization .media {
    text-align: center;
}

.profile-general {
    /*
  * .profile-tbl-a
  ** ------------------------------------------------------ */
}
.profile-general .hide-on-general {
    display: none;
}
.profile-general .profile-tbl-a {
    table-layout: fixed;
}
.profile-general .profile-tbl-a-wrap {
    margin-top: 40px;
}

.profile-general .profile-tbl-a.profile-tbl-a-auto thead tr:first-child > *:first-child {
    width: 23%;
}
.profile-general .profile-tbl-a thead th, .profile-general .profile-tbl-a thead td {
    padding: 7px 0;
    color: #fff;
    background-color: #004da0;
    border-spacing: 5px;
    border-bottom: 9px solid #fff;
}
.profile-general .profile-tbl-a thead th span, .profile-general .profile-tbl-a thead td span {
    display: block;
    padding: 0 23px;
    border-right: 1px solid #fff;
}
.profile-general .profile-tbl-a thead tr > :last-child > span {
    border-right: none;
}
.profile-general .profile-tbl-a._border tbody > tr td {
    border-left: 1px solid #c6ccd6;
}
.profile-general .profile-tbl-a._border tbody > tr td:first-child {
    border-left: none;
}
@media print, screen and (max-width: 768px) {
    .profile-general .profile-tbl-a._border tbody > tr td {
        border-left: none;
    }
}
.profile-general .profile-tbl-a th {
    vertical-align: top;
    background: #f3f4f6;
}
.profile-general .profile-tbl-a th, .profile-general .profile-tbl-a td {
    padding: 26px 16px;
    text-align: left;
    word-break: break-all;
    border-top: 1px solid #c6ccd6;
}
.profile-general .profile-tbl-a tr:first-child th, .profile-general .profile-tbl-a tr:first-child td {
    border-top: none;
}
.profile-general .profile-tbl-a .profile-tbl-b {
    border: none;
}
.profile-general .profile-tbl-a .profile-tbl-b th {
    padding-left: 0;
    font-weight: normal;
    background: none;
}
.profile-general .profile-tbl-a .profile-tbl-b tr:first-child th, .profile-general .profile-tbl-a .profile-tbl-b tr:first-child td {
    padding-top: 4px;
}
.profile-general .profile-tbl-a .profile-tbl-b tr:last-child th, .profile-general .profile-tbl-a .profile-tbl-b tr:last-child td {
    padding-bottom: 4px;
    border-bottom: none;
}
@media print, screen and (max-width: 768px) {
    .profile-general .profile-tbl-a:not(.profile-tbl-a-auto) {
        border: none;
        table-layout: auto;
    }
    .profile-general .profile-tbl-a:not(.profile-tbl-a-auto) tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .profile-general .profile-tbl-a:not(.profile-tbl-a-auto) tr:first-child th {
        margin-top: 0;
    }
    .profile-general .profile-tbl-a:not(.profile-tbl-a-auto) th, .profile-general .profile-tbl-a:not(.profile-tbl-a-auto) td {
        width: 100%;
        padding: 8px 15px 7px;
        border: none;
    }
    .profile-general .profile-tbl-a:not(.profile-tbl-a-auto) th {
        margin: 16px 0 11px;
    }
    .profile-general .profile-tbl-a:not(.profile-tbl-a-auto) td {
        padding: 0;
    }
    .profile-general .profile-tbl-a.profile-tbl-a-auto thead tr:first-child > *:first-child {
        width: 90px;
    }
    .profile-general .profile-tbl-a .profile-tbl-b {
        border: none;
    }
    .profile-general .profile-tbl-a .profile-tbl-b tr {
        padding: 15px 0;
    }
    .profile-general .profile-tbl-a .profile-tbl-b th, .profile-general .profile-tbl-a .profile-tbl-b td {
        margin: 0;
        padding: 0;
    }
    .profile-general .profile-tbl-a .profile-tbl-b th {
        margin-bottom: 5px;
    }
    .profile-general .profile-tbl-a .profile-tbl-b tr:first-child {
        padding-top: 0;
    }
    .profile-general .profile-tbl-a .profile-tbl-b tr:first-child th, .profile-general .profile-tbl-a .profile-tbl-b tr:first-child td {
        padding: 0;
    }
    .profile-general .profile-tbl-a .profile-tbl-b tr:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .profile-general .profile-tbl-a .profile-tbl-b tr:last-child th, .profile-general .profile-tbl-a .profile-tbl-b tr:last-child td {
        padding: 0;
    }
}

.profile-recruit {
    /*
  * .profile-tbl-a
  ** ------------------------------------------------------ */
}
.profile-recruit .hide-on-recruit {
    display: none;
}
.profile-recruit .profile-tbl-a {
    table-layout: fixed;
}
.profile-recruit .profile-tbl-a-wrap {
    margin-top: 40px;
}
.profile-recruit .profile-tbl-a tr th {
    padding: 26px 16px;
    vertical-align: top;
    text-align: left;
    word-break: break-all;
    background-color: #ebf1f7;
    border-top: 1px solid #c6ccd6;
}
.profile-recruit .profile-tbl-a tr th:last-of-type {
    border-bottom: 1px solid #c6ccd6;
}
.profile-recruit .profile-tbl-a tr td {
    padding: 26px 16px;
    text-align: left;
    word-break: break-all;
    border-top: 1px solid #c6ccd6;
}
.profile-recruit .profile-tbl-a tr td:empty {
    display: none;
    padding: 0;
}
.profile-recruit .profile-tbl-a tr td:last-of-type {
    border-bottom: 1px solid #c6ccd6;
}
.profile-recruit .profile-tbl-a tr td > :first-child {
    margin-top: 0;
}
.profile-recruit .profile-tbl-a tr td > :last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
    .profile-recruit .profile-tbl-a {
        border: none;
        table-layout: auto;
    }
    .profile-recruit .profile-tbl-a tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .profile-recruit .profile-tbl-a tr th {
        width: 100%;
        padding: 12px;
        border-top: none;
    }
    .profile-recruit .profile-tbl-a tr th:last-of-type {
        border-bottom: none;
    }
    .profile-recruit .profile-tbl-a tr td {
        padding: 10px 0;
        border-top: none;
    }
    .profile-recruit .profile-tbl-a tr td:only-child {
        border-top: 1px solid #c6ccd6;
    }
    .profile-recruit .profile-tbl-a tr td:last-of-type {
        border-bottom: none;
    }
}

.hide-on-all {
    display: none !important;
}
