.main__content--single {
    max-width: 960px;
    width: 80%;
    padding: 36px 24px;
    line-height: normal;
    font-size: 14px;
}
.main__content--single h1,
.main__content--single h2 {
    background: var(--heading-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main__content--single h2 a:hover {
    opacity: 1;
}
.main__content--single p {
    line-height: 160%;
}
.main__content--single p a {
    text-decoration: underline;
}
/*
.main__content--single figure {
    margin: 24px 0;
}
*/
.main__content--single img {
    width: 100%;
    height: auto;
}
.main__content--single .title {
    margin-top: 0;
    margin-bottom: 1em;
}
.main__content--single .date {
    margin-top: 1em;
    margin-bottom: 0;
}
.employment_type {
    display: flex;
    width: fit-content;
    padding: 0.1em 1em;
    margin-bottom: 0.4em;
    border-radius: 1.5em;
    color: #fff;
    background: var(--button-color);
}
.main__content--single .button--common {
    width: fit-content;
    margin: auto;
}
/*
.main__content--single figure + :not(figure):not(.wp-block-heading) {
    margin-top: 2em;
}
*/
.main__content--single figure + .wp-block-buttons {
    margin-top: 0 !important;
}
/*
.main__content--single :not(figure) + figure {
    margin-top: 2em;
}
*/
.main__content--single div :not(p) {
    margin: 0;
}
/*
.main__content--single div + div:not(.wp-block-buttons) {
    margin-top: 1em;
}
*/
.main__content--single *:not(figure) :not(img) + .wp-block-heading {
    margin-top: 2em;
}
.main__content--single .wp-block-preformatted.has-background + :not(.wp-block-preformatted.has-background) {
    margin-top: 2em;
}

.single__navigation {
    display: flex;
    gap: 12px;
    margin-top: 72px;
}
.post-navigation {
    display: flex;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex: 1 0 0;
    border-radius: 6px;
    background: #f7f7f7;
}
.prev__arrow,
.next__arrow {
    font-size: 20px; /* 矢印のサイズ */
    color: #333; /* 矢印の色 */
}
.next__arrow {
    order: 1;
}
.post__info {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 15px;
    line-height: 150%;
}
/*-----レスポンシブ-----*/
@media screen and (max-width: 1023px) {
    .main__content--single .date {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .main__content--single {
        width: 100%;
        padding: 32px;
    }
    .main__content--recruit th,
    .main__content--recruit td {
        font-size: 14px;
        line-height: 200%;
    }
    .single__navigation {
        margin-top: 2em;
        flex-direction: column;
    }
}
@media screen and (max-width: 430px) {
    .main__content--single p {
        font-size: 14px;
        line-height: 160%;
    }
    .main__content--recruit th,
    .main__content--recruit td {
        font-size: 12px;
        line-height: 200%;
    }
    .single__navigation {
        margin-top: 2em;
    }
}
