@font-face {
    src: url(../font/FuturaMedium.ttf);
    font-family: "futura";
}

body {
    font-family: zen-maru-gothic, sans-serif;
}

body {
    font-weight: 500;
}

.u-desktop {
    display: none;
}

html.is-fixed {
    overflow: hidden;
}

.p-staff {
    background-color: #FFE7BB;
    overflow: hidden;
    padding-bottom: 44px;
    padding-bottom: 2.75rem;
    padding-top: 44px;
    padding-top: 2.75rem;
}

.p-staff__lists {
    gap: 30px;
    gap: 1.875rem;
    display: grid;
}

.p-staff__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #000000;
    border: 0.0625rem solid #000000;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 157px;
    min-height: 9.8125rem;
    padding-right: 16px;
    padding-right: 1rem;
    position: relative;
}

.p-staff__img {
    bottom: 0;
    left: -15px;
    position: absolute;
    width: 163px;
    width: 10.1875rem;
}

.p-staff__img img {
    -o-object-fit: contain;
    -o-object-position: top center;
    height: 100%;
    object-fit: contain;
    object-position: top center;
    width: 100%;
}

.p-staff__comment {
    height: 27px;
    height: 1.6875rem;
    min-width: 206px;
    min-width: 12.875rem;
    position: absolute;
    right: 5px;
    right: 0.3125rem;
    top: -13px;
    top: -0.8125rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.p-staff__comment .c-comment {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    word-break: keep-all;
    letter-spacing: 0;
}

.p-staff__comment .c-comment::before {
    height: 14px;
    height: 0.875rem;
    left: -6px;
    left: -0.375rem;
    width: 6px;
    width: 0.375rem;
}

.p-staff__content {
    margin-left: auto;
    width: calc(100% - 10.1875rem + 15px);
}

.p-staff__name {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.p-staff__position {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 17px;
    line-height: 1.0625rem;
}

.p-staff__text {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: normal;
    margin-top: 10px;
    margin-top: 0.625rem;
}

.p-staff__btn {
    margin-left: auto;
    margin-top: 5px;
    margin-top: 0.3125rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.p-staff__note {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
    margin-top: 5px;
    margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
    .u-desktop {
        display: block;
    }
    .u-mobile {
        display: none;
    }
    .p-staff {
        padding-bottom: 5.875rem;
        padding-top: 17.875rem;
    }
    .p-staff__inner.l-inner {
        max-width: 1470px;
        padding: 0 15px;
    }
    .p-staff__lists {
        gap: 8.9375rem 2.75rem;
        grid-template-columns: repeat(3, 1fr);
    }
    .p-staff__list {
        border-width: 0.125rem;
        display: block;
        padding: 0;
        padding-bottom: 1.875rem;
    }
    .p-staff__img {
        height: 25.8125rem;
        left: 0;
        overflow: hidden;
        top: -8.125rem;
        width: 100%;
    }
    .p-staff__comment {
        height: max(2.1875rem, 25px);
        margin: 0 auto;
        margin-top: 16.25rem;
        position: relative;
        right: auto;
        right: initial;
        top: auto;
        top: initial;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
    }
    .p-staff__comment .c-comment {
        border-radius: 0.625rem;
        /*border-width: 0.0625rem;*/
        font-size: max(0.9375rem, 14px);
    }
    .p-staff__comment .c-comment::before {
        bottom: 0.125rem;
        height: 1.25rem;
        left: -0.5rem;
        width: 0.5rem;
    }
    .p-staff__content {
        margin: 0;
        margin: initial;
        margin-top: 1.0625rem;
        width: 100%;
    }
    .p-staff__name {
        font-size: 1.625rem;
        line-height: 2.375rem;
        text-align: center;
    }
    .p-staff__position {
        font-size: 0.75rem;
        line-height: 1.3125rem;
        margin-top: 0.0625rem;
        text-align: center;
    }
    .p-staff__text {
        font-size: max(0.9375rem, 14px);
        margin: 0 auto;
        margin-top: 1.3125rem;
        max-width: 200px;
    }
    .p-staff__btn {
        margin-left: 0;
        margin-left: initial;
        margin-top: 1.875rem;
        width: 100%;
    }
    .p-staff__note {
        font-size: max(0.9375rem, 14px);
        margin-top: 0.625rem;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .p-staff__inner.l-inner {
        padding-left: 85px;
        padding-right: 85px;
    }
    .p-staff__text {
        max-width: max(18.75rem, 240px);
    }
}