/* ===== 採用トップページ (recruit/index) ===== */
body#recruitment-page-body .main__cont p,
body#recruitment-page-body .main__cont td,
body#recruitment-page-body .main__cont label {
    color: #505050;
    font-size: 20px;
    line-height: 1.8;
}

body#recruitment-page-body h1.main__headline,
body#recruitment-page-body h2.main__title {
    color: #001b44;
    line-height: 1.4;
    margin-bottom: 40px;
    font-size: 22px;
}
@media only screen and (min-width: 767.98px) {
    body#recruitment-page-body h1.main__headline {
        font-size: 46px;
    }
    body#recruitment-page-body h2.main__title {
        font-size: 40px;
    }
    body#recruitment-page-body h1,
    body#recruitment-page-body h2,
    body#recruitment-page-body h3 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    body#recruitment-page-body {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body#recruitment-page-body .main__cont {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body#recruitment-page-body h1,
    body#recruitment-page-body h2,
    body#recruitment-page-body h3 {
        margin-bottom: 20px;
    }

    body#recruitment-page-body .main__cont p,
    body#recruitment-page-body .main__cont td,
    body#recruitment-page-body .main__cont label {
        font-size: 14px;
        line-height: 1.6;
    }
    body#recruitment-page-body .main__cont li {
        font-size: 14px !important;
        line-height: 1.6;
    }

    body#recruitment-page-body h1.main__headline,
    body#recruitment-page-body h2.main__title {
        font-size: 22px;
    }
}

body#recruitment-page-body img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== 弁護士採用・スタッフ採用 (recruit/lawyer, recruit/staff) ===== */
#recruitment-page-body .main__cont p,
#recruitment-page-body .main__cont td,
#recruitment-page-body .main__cont label {
    color: #505050;
    font-size: 20px;
    line-height: 1.8;
}

#recruitment-page-body h1.main__headline,
#recruitment-page-body h2.main__title {
    color: #001b44;
    line-height: 1.4;
    margin-bottom: 40px;
    font-size: 22px;
}
@media only screen and (min-width: 767.98px) {
    #recruitment-page-body h1.main__headline {
        font-size: 46px;
    }
    #recruitment-page-body h2.main__title {
        font-size: 40px;
    }
    #recruitment-page-body h1,
    #recruitment-page-body h2,
    #recruitment-page-body h3 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    #recruitment-page-body {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #recruitment-page-body .main__cont {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #recruitment-page-body h1,
    #recruitment-page-body h2,
    #recruitment-page-body h3 {
        margin-bottom: 20px;
    }

    #recruitment-page-body .main__cont p,
    #recruitment-page-body .main__cont td,
    #recruitment-page-body .main__cont label {
        font-size: 14px;
        line-height: 1.6;
    }
    #recruitment-page-body .main__cont li {
        font-size: 14px !important;
        line-height: 1.6;
    }

    #recruitment-page-body h1.main__headline,
    #recruitment-page-body h2.main__title {
        font-size: 22px;
    }
}

#recruitment-page-body img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== 採用共通 ===== */
.p-recruitment__inner section {
    margin-bottom: 80px;
}
@media only screen and (min-width: 767.98px) {
    .p-recruitment__inner section {
        margin-bottom: 120px;
    }
}
.p-recruitment__inner section:last-child {
    margin-bottom: 0;
}

#recruitmentRequirements {
    margin-bottom: 120px;
}
@media only screen and (min-width: 767.98px) {
    #recruitmentRequirements {
        margin-bottom: 180px;
    }
}

@media (max-width: 767.98px) {
    .p-recruitment__inner section {
        margin-bottom: 40px;
    }
    #recruitmentRequirements {
        margin-bottom: 80px;
    }
}

#recruitmentEntry h2.main__headline {
    color: #001b44;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 12px;
    border-bottom: 1.5px solid #001b44;
    padding-left: 80px;
    position: relative;
    font-size: 22px;
}
#recruitmentEntry h2.main__headline::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: conic-gradient(from 45deg, #cbb67f 0% 25%, #4f5970 25% 50%, #121f3e 50% 75%, #b99d52 75% 100%) center/cover no-repeat;
}
@media only screen and (min-width: 767.98px) {
    #recruitmentEntry h2.main__headline {
        font-size: 40px;
        padding-left: 80px;
    }
    #recruitmentEntry h2.main__headline::before {
        top: 5px;
    }
}
@media (max-width: 767.98px) {
    #recruitmentEntry h2.main__headline {
        padding-left: 40px;
        padding-bottom: 8px;
    }
    #recruitmentEntry h2.main__headline::before {
        width: 25px;
        height: 25px;
        top: calc(50% - 4px);
        transform: translateY(-50%);
    }
}

#recruitmentEntry .btn.btn-primary,
#recruitmentEntry .contact-form__submit button {
    background-color: #b99d52 !important;
    border-color: #b99d52 !important;
    color: #fff !important;
}
#recruitmentEntry .btn.btn-primary:hover,
#recruitmentEntry .contact-form__submit button:hover {
    background-color: #a38c4a !important;
    border-color: #a38c4a !important;
    opacity: 1 !important;
}
#recruitmentEntry .contact-form__submit.--active:not(.--back) button {
    background-color: #b99d52 !important;
}

.c-block01__box03-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 681 / 907;
}
.c-block01__box03-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.1);
    opacity: 1;
}
.c-block01__box03-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    transition: background-color 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-block01__box03-img[data-aos="custom-zoom"].aos-animate img {
    transform: scale(1);
    transition: transform 2s ease-out;
}
.c-block01__box03-img[data-aos="custom-zoom"].aos-animate::before {
    background-color: rgba(255, 255, 255, 0);
}

.checkbox-wrapper label {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1rem;
}
.checkbox-wrapper input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.menuHidden__item-link a {
    transition: none !important;
    transform: none !important;
    font-size: 16px !important;
}
.menuHidden__item-link a:hover {
    transform: none !important;
    font-size: 16px !important;
}

/* ===== 弁護士採用: インタビュー ===== */
.interview-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.interview-card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
}
.interview-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.interview-card__img {
    width: 240px;
    flex-shrink: 0;
    text-align: center;
}
.interview-card__img img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.interview-card__name {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: bold;
    color: #001b44;
    margin-top: 10px;
}
.interview-card__name span {
    display: block;
    font-size: 14px;
    color: #b99d52;
    margin-bottom: 5px;
}
.interview-card__body {
    flex: 1;
}
.interview-card__body dl {
    margin: 0;
}
.interview-card__body dt {
    color: #b99d52;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 24px;
    border-left: 4px solid #001b44;
    padding-left: 12px;
    line-height: 1.4;
}
.interview-card__body dt:first-child {
    margin-top: 0;
}
.interview-card__body dd {
    font-size: 16px;
    line-height: 1.8;
    color: #505050;
    margin-bottom: 0;
    margin-left: 0;
}
@media (max-width: 767.98px) {
    .interview-list {
        gap: 40px;
    }
    .interview-card {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 40px;
    }
    .interview-card__img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    .interview-card__body dt {
        font-size: 16px;
        margin-top: 20px;
    }
    .interview-card__body dd {
        font-size: 14px;
    }
}

/* ===== エントリー完了ページ (web/entry) ===== */
.main__cont {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.p-entry-complete {
    padding: 60px 0;
    text-align: center;
}
@media only screen and (min-width: 767.98px) {
    .p-entry-complete {
        padding: 100px 0;
    }
}

.p-entry-complete__message {
    margin-bottom: 30px;
    font-size: 16px;
}
@media only screen and (min-width: 767.98px) {
    .p-entry-complete__message {
        font-size: 18px;
    }
}

.p-entry-complete__contact-info {
    margin-top: 30px;
    margin-bottom: 40px;
}
.p-entry-complete__contact-info p {
    margin: 5px 0;
}

.p-entry-complete__links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.p-entry-complete__links .btnSty__primary {
    display: inline-block;
    padding: 12px 32px;
    background-color: #b99d52;
    border: 1px solid #b99d52;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.p-entry-complete__links .btnSty__primary:hover {
    background-color: #a38c4a;
    border-color: #a38c4a;
    color: #fff;
}
@media only screen and (min-width: 767.98px) {
    .p-entry-complete__links .btnSty__primary {
        font-size: 18px;
        padding: 15px 40px;
    }
}
