@font-face {
    font-family: "GFS Didot";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/gfsdidot/v18/Jqzh5TybZ9vZMWFssvwiFw.ttf") format("truetype");
}

.page-title-graphic {
    width: 180px;
    height: 58px;
    min-height: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/page-title-background.svg") center / 100% 100% no-repeat;
}

.page-title-graphic h1 {
    margin: 0;
    color: #404040;
    font-family: "GFS Didot", "Times New Roman", serif;
    font-size: 23px;
    font-weight: normal;
    -webkit-text-stroke: 0.2px currentColor;
    letter-spacing: var(--page-title-letter-spacing, 1.5px);
    line-height: 1;
    /* letter-spacing の余白が文字列の右端にも付くため、その半分だけ右へ補正する。 */
    transform: translate(var(--page-title-offset-x, 0.75px), 2.25px);
}

.page-content {
    margin-top: 11px;
}

.page-content > p {
    margin: 1em 0;
}

hr.wp-block-separator.border-long {
    height: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    background: none;
    opacity: 1;
}

.form7 {
    width: 70%;
    margin: 80px auto 23px;
}

.recruit-work-width {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.recruit-work-width > .wp-block-column {
    display: flex;
}

.recruit-work-width > .wp-block-column > .wp-block-group {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

@media (max-width: 720px) {
    .recruit-work-width {
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr;
    }

    .page-title-graphic {
        width: 180px;
        height: 58px;
    }

    .page-title-graphic h1 {
        font-size: 24px;
    }

}
