@charset "utf-8";

/* ============================================
   歯科医師ページ dentist.css
   Figma: 採用サイト｜歯科医師募集 (2213:60)
   PC_歯科医師ページ 2179:832 (1920) / SP_歯科医師ページ 2179:973 (390)
============================================ */

#dentist__page {
    --den-gold: #ae8d5e;
    --den-badge-gold: #9b844c;
    --den-navy: #02193c;
    --den-text: #333;
    --den-body: #44474e;
}

#dentist__page main {
    overflow: hidden;
}

/* --------------------------------------------
   MV
-------------------------------------------- */
.den_mv {
    position: relative;
    background-image: url("/recruit/assets/img/dentist/bg-texture.jpg");
    background-size: 12px 12px;
    background-repeat: repeat;
}

.den_mv_photo img {
    width: 100%;
    height: clamp(380px, 30.9vw, 594px);
    object-fit: cover;
    object-position: center 64%;
}

.den_mv_box {
    position: absolute;
    left: 11.875%;
    top: 61.8%;
    transform: translateY(-50%);
    width: min(696px, 50%);
    padding: 56px 40px 56px 66px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0));
}

.den_mv_en {
    color: var(--den-gold);
    font-family: var(--sans);
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 24px;
}

.den_mv_title {
    color: var(--den-text);
    font-family: var(--sans);
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #999;
}

.den_mv_lead {
    color: var(--den-text);
    font-family: var(--sans);
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
}

/* MV下の飾り罫線（PC） */
.den_mv::after {
    content: "";
    position: absolute;
    left: 14.9%;
    bottom: 8px;
    width: 35%;
    height: 1px;
    background-color: #bbb;
}

@media (max-width: 1279px) {
    .den_mv_box {
        left: 6%;
        width: min(560px, 60%);
        padding: 40px 32px 40px 40px;
    }

    .den_mv_title {
        font-size: 38px;
    }

    .den_mv_lead {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .den_mv {
        background-image: none;
    }

    .den_mv_photo img {
        height: auto;
        aspect-ratio: 390 / 331;
        object-position: 76% center;
    }

    .den_mv_box {
        position: relative;
        left: 0;
        top: auto;
        transform: none;
        width: 88%;
        margin-top: -93px;
        padding: 20px 0 0 24px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.55));
    }

    .den_mv_en {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .den_mv_title {
        font-size: 24px;
        padding-bottom: 14px;
        margin-bottom: 14px;
        width: 202px;
    }

    .den_mv_lead {
        font-size: 14px;
        padding-bottom: 16px;
    }

    .den_mv::after {
        content: none;
    }
}

/* --------------------------------------------
   EDUCATION POLICY ＋ 求める人物像
-------------------------------------------- */
.den_policy {
    background-image: url("/recruit/assets/img/dentist/bg-texture.jpg");
    background-size: 12px 12px;
    background-repeat: repeat;
    background-color: #f4f3f1;
    padding: 130px 0 145px;
}

.den_policy_inner {
    max-width: 1200px;
    width: calc(100% - 80px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(559px, 46%);
    gap: 64px;
    align-items: start;
}

.den_policy_label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--den-gold);
    font-family: "Inter", var(--sans), sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 40px;
}

.den_policy_label::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: var(--den-gold);
}

.den_policy_title {
    color: var(--den-text);
    font-family: var(--serif);
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: 48px;
    white-space: nowrap;
}

.den_policy_title_lg {
    font-size: clamp(28px, 2.08vw, 40px);
}

.den_policy_title_sm {
    font-size: clamp(24px, 1.875vw, 36px);
}

.den_policy_body {
    color: var(--den-text);
    font-family: var(--sans);
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    max-width: 500px;
}

.den_policy_text {
    margin-top: 46px;
}

.den_policy_photo {
    position: relative;
    margin-top: -7px;
}

.den_policy_photo::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translate(33px, 35px);
    background-color: #e4e2d9;
}

.den_policy_photo img {
    position: relative;
    aspect-ratio: 559 / 410;
    object-fit: cover;
    object-position: left center;
}

/* 求める人物像 */
.den_person_inner {
    max-width: 1140px;
    width: calc(100% - 80px);
    margin: 90px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 502px) 1fr;
    gap: 96px;
    align-items: start;
}

.den_person_photo img {
    aspect-ratio: 502 / 272;
    object-fit: cover;
}

.den_person_title {
    color: var(--den-text);
    font-family: var(--serif);
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.125em;
    line-height: 1;
    padding-bottom: 22px;
    margin-bottom: 14px;
    border-bottom: 1px solid #aaa;
}

.den_person_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-top: 18px;
}

.den_person_check {
    position: relative;
    flex: 0 0 32px;
    height: 32px;
    margin-top: 2px;
}

.den_person_check img {
    position: absolute;
    left: 0;
    top: 6px;
    width: 29px;
    height: 29px;
}

.den_person_check img.den_person_check_in {
    left: 4px;
    top: 0;
    width: 32px;
    height: 30px;
}

.den_person_item p {
    color: var(--den-text);
    font-family: var(--sans);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.055em;
    line-height: 2;
}

@media (max-width: 1279px) {
    .den_policy {
        padding: 88px 0 100px;
    }

    .den_policy_title {
        margin-bottom: 32px;
    }

    .den_policy_body {
        font-size: 16px;
    }

    .den_person_inner {
        gap: 48px;
        margin-top: 72px;
    }

    .den_person_title {
        font-size: 26px;
    }

    .den_person_item p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .den_policy {
        padding: 28px 0 84px;
    }

    .den_policy_inner {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .den_policy_label {
        margin-bottom: 16px;
    }

    .den_policy_title {
        line-height: 1.35;
        margin-bottom: 0;
    }

    .den_policy_title_lg {
        font-size: 30px;
    }

    .den_policy_title_sm {
        font-size: 26px;
    }

    /* SP: 写真 → 本文 の順 */
    .den_policy_text {
        display: contents;
    }

    .den_policy_label,
    .den_policy_title {
        order: 1;
    }

    .den_policy_photo {
        order: 2;
        margin-top: 0;
    }

    .den_policy_inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .den_policy_body {
        order: 3;
        font-size: 16px;
        max-width: none;
        text-align: justify;
        padding-inline: 8px;
    }

    .den_policy_photo::before {
        transform: translate(20px, 17px);
    }

    .den_policy_photo img {
        aspect-ratio: 342 / 223;
    }

    .den_person_inner {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 56px;
    }

    .den_person_photo img {
        aspect-ratio: 325 / 182;
    }

    .den_person_title {
        font-size: 24px;
        padding-bottom: 16px;
        margin-bottom: 4px;
    }

    .den_person_item {
        gap: 12px;
        padding-top: 28px;
    }

    .den_person_check {
        flex-basis: 25px;
        height: 25px;
        margin-top: 4px;
    }

    .den_person_check img {
        width: 23px;
        height: 23px;
        top: 4px;
    }

    .den_person_check img.den_person_check_in {
        left: 3px;
        top: 0;
        width: 25px;
        height: 24px;
    }

    .den_person_item p {
        font-size: 17px;
        line-height: 1.6;
    }
}

/* --------------------------------------------
   3つの理由
-------------------------------------------- */
.den_reasons {
    background-image: url("/recruit/assets/img/dentist/reason-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 116px 0;
}

.den_reasons_inner {
    max-width: 1140px;
    width: calc(100% - 80px);
    margin-inline: auto;
}

.den_reasons_title {
    text-align: center;
    font-family: var(--serif);
    font-weight: 300;
    color: var(--den-text);
    margin-bottom: 145px;
}

.den_reasons_title_top {
    display: block;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 18px;
}

.den_reasons_title_bottom {
    display: block;
    font-size: 40px;
    line-height: 1;
}

.den_reasons_title_num {
    color: var(--den-gold);
    font-size: 96px;
    line-height: 0.8;
    vertical-align: -0.12em;
    margin-right: 4px;
}

.den_reason_item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 56px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 146px;
}

.den_reason_item:last-child {
    margin-bottom: 0;
}

.den_reason_item-reverse {
    flex-direction: row-reverse;
}

.den_reason_photo {
    flex: 0 0 53.5%;
    margin-top: -50px;
    padding-left: 36px;
}

.den_reason_item-reverse .den_reason_photo {
    padding-left: 0;
    padding-right: 28px;
}

.den_reason_photo img {
    aspect-ratio: 610 / 430;
    object-fit: cover;
    border-radius: 16px;
}

.den_reason_body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px 56px;
}

.den_reason_badge {
    position: relative;
    width: 165px;
    height: 165px;
    margin-top: -82px;
    margin-bottom: 39px;
    border: 3px solid var(--den-badge-gold);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.den_reason_badge::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background-color: var(--den-badge-gold);
    opacity: 0.7;
    z-index: 0;
}

.den_reason_badge_num {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: var(--serif);
    font-weight: 300;
    font-size: 50px;
    line-height: 1;
}

.den_reason_badge_en {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: var(--serif);
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    margin-top: 6px;
}

.den_reason_heading {
    color: #444;
    font-family: var(--serif);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 28px;
}

.den_reason_text {
    color: var(--den-body);
    font-family: var(--sans);
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    max-width: 360px;
    text-align: left;
}

@media (max-width: 1279px) {
    .den_reasons_title {
        margin-bottom: 110px;
    }

    .den_reason_item {
        gap: 32px;
        margin-bottom: 110px;
    }

    .den_reason_photo {
        flex-basis: 48%;
        padding-left: 24px;
    }

    .den_reason_item-reverse .den_reason_photo {
        padding-right: 20px;
    }

    .den_reason_heading {
        font-size: 26px;
    }

    .den_reason_badge {
        width: 130px;
        height: 130px;
        margin-top: -65px;
    }

    .den_reason_badge_num {
        font-size: 38px;
    }

    .den_reason_badge_en {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .den_reasons {
        padding: 76px 0 88px;
    }

    .den_reasons_inner {
        width: 100%;
    }

    .den_reasons_title {
        margin-bottom: 60px;
    }

    .den_reasons_title_top {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .den_reasons_title_bottom {
        font-size: 32px;
    }

    .den_reasons_title_num {
        font-size: 64px;
    }

    .den_reason_item,
    .den_reason_item-reverse {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 91.5%;
        margin-bottom: 88px;
        background-color: transparent;
    }

    .den_reason_item {
        margin-right: auto;
    }

    .den_reason_item-reverse {
        margin-left: auto;
    }

    .den_reason_photo {
        flex-basis: auto;
        margin-top: 0;
        padding: 0;
        transform: none;
    }

    .den_reason_photo img {
        aspect-ratio: 325 / 214;
    }

    .den_reason_item .den_reason_photo {
        padding-left: 8.2%;
    }

    .den_reason_item-reverse .den_reason_photo {
        padding-left: 0;
        padding-right: 8.2%;
    }

    .den_reason_body {
        position: relative;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: -18vw;
        padding: 0 24px 48px;
    }

    .den_reason_badge {
        width: 82px;
        height: 82px;
        margin-top: 7.3vw;
        margin-bottom: 27px;
        border-width: 2px;
        left: 4.25vw;
    }

    .den_reason_item-reverse .den_reason_badge {
        left: -4.25vw;
    }

    .den_reason_badge::before {
        inset: 3px;
    }

    .den_reason_badge_num {
        font-size: 30px;
    }

    .den_reason_badge_en {
        font-size: 10px;
        margin-top: 4px;
    }

    .den_reason_heading {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.45;
        margin-bottom: 20px;
    }

    .den_reason_text {
        font-size: 16px;
        max-width: none;
        text-align: justify;
    }
}

/* --------------------------------------------
   募集要項
-------------------------------------------- */
.den_requirements {
    background-image: url("/recruit/assets/img/dentist/bg-texture.jpg");
    background-size: 12px 12px;
    background-repeat: repeat;
    background-color: #f4f3f1;
    padding: 88px 0 112px;
}

.den_requirements_head {
    position: relative;
    text-align: center;
    margin-bottom: 56px;
}

.den_requirements_en {
    color: #e5dfdf;
    opacity: 0.7;
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(60px, 6.7vw, 128px);
    letter-spacing: 0.12em;
    line-height: 1;
}

.den_requirements_title {
    color: var(--den-text);
    font-family: var(--serif);
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    margin-top: -0.4em;
    position: relative;
}

.den_requirements_box {
    max-width: 1140px;
    width: calc(100% - 80px);
    margin-inline: auto;
    background-color: #fff;
}

.den_requirements_row {
    display: grid;
    grid-template-columns: 290px 1fr;
    align-items: center;
    border-top: 1px solid #d4d4d4;
    padding: 56px 0;
}

.den_requirements_row dt {
    color: var(--den-navy);
    font-family: var(--sans);
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

.den_requirements_row dd {
    color: #1b1c1c;
    font-family: var(--sans);
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    padding-right: 70px;
}

@media (max-width: 1279px) {
    .den_requirements_row {
        grid-template-columns: 180px 1fr;
        padding: 40px 0;
    }

    .den_requirements_row dd {
        padding-right: 32px;
        font-size: 16px;
    }

    .den_requirements_row dt {
        font-size: 16px;
    }

    .den_requirements_title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .den_requirements {
        padding: 56px 0 72px;
    }

    .den_requirements_en {
        font-size: 64px;
        letter-spacing: 0.12em;
    }

    .den_requirements_title {
        font-size: 32px;
        margin-top: -0.25em;
    }

    .den_requirements_head {
        margin-bottom: 48px;
    }

    .den_requirements_box {
        width: calc(100% - 33px);
        padding: 0 16px;
    }

    .den_requirements_row {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 48px 4px;
    }

    .den_requirements_row dt {
        font-size: 17px;
        line-height: 1;
    }

    .den_requirements_row dd {
        padding-right: 0;
        font-size: 16px;
        text-align: center;
    }

    .den_requirements_row-left dd {
        text-align: left;
    }
}

/* --------------------------------------------
   教育支援体制
-------------------------------------------- */
.den_edu {
    background-color: #f5f3f3;
    padding: 75px 0 0;
}

.den_edu_photos {
    max-width: 1328px;
    margin-inline: auto;
    display: flex;
}

.den_edu_photo {
    width: 50%;
}

.den_edu_photo-2 {
    transform: translateY(39px);
}

.den_edu_photo img {
    aspect-ratio: 663 / 378;
    object-fit: cover;
    border: 1px solid #c5c6cf;
}

.den_edu_box {
    position: relative;
    max-width: 1140px;
    width: calc(100% - 80px);
    margin: -64px auto 0;
    background-color: #fff;
    padding: 100px 40px 110px;
}

.den_edu_title {
    color: var(--den-navy);
    font-family: var(--serif);
    font-weight: 400;
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 44px;
}

.den_edu_list {
    max-width: 448px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.den_edu_item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.den_edu_num {
    flex: 0 0 23px;
    height: 25px;
    margin-top: 4px;
    background-color: var(--den-gold);
    color: #fff;
    font-family: var(--sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.den_edu_item p {
    color: var(--den-body);
    font-family: var(--sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 1279px) {
    .den_edu_box {
        padding: 80px 32px 80px;
    }

    .den_edu_title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .den_edu {
        padding: 64px 0 0;
    }

    .den_edu_photo img {
        aspect-ratio: 195 / 177;
        object-position: right center;
    }

    .den_edu_photo-2 img {
        object-position: left center;
    }

    .den_edu_photo-2 {
        transform: translateY(18px);
    }

    .den_edu_box {
        width: calc(100% - 66px);
        margin-top: -10px;
        padding: 64px 24px 56px;
    }

    .den_edu_title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .den_edu_num {
        flex-basis: 24px;
        height: 24px;
        line-height: 24px;
    }

    .den_edu_item p {
        line-height: 2;
    }
}

/* --------------------------------------------
   見学・お問い合わせCTA
-------------------------------------------- */
.den_cta {
    position: relative;
    background-color: #f5f3f3;
    padding: 100px 0 100px;
}

.den_cta_bg {
    position: absolute;
    inset: 0;
}

.den_cta_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 84%;
}

.den_cta_box {
    position: relative;
    max-width: 1137px;
    width: calc(100% - 80px);
    margin-inline: auto;
    background-color: rgba(255, 255, 255, 0.72);
    text-align: center;
    padding: 84px 40px 96px;
}

.den_cta_title {
    color: var(--den-navy);
    font-family: var(--serif);
    font-weight: 400;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.den_cta_text {
    color: #1b1c1c;
    font-family: var(--sans);
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    max-width: 612px;
    margin-inline: auto;
    margin-bottom: 72px;
}

.den_cta_buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 48px;
}

.den_cta_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 412px;
    min-height: 125px;
    background-color: #fff;
    box-shadow: 0 8px 0 0 #c5c5c5;
    padding: 18px 16px;
}

.den_cta_tel_label {
    color: var(--den-text);
    font-family: var(--sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}

.den_cta_tel_num {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444;
    font-family: var(--serif);
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0.06em;
    line-height: 1;
}

.den_cta_tel_num img {
    width: 24px;
    height: 27px;
}

.den_cta_entry {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 412px;
    min-height: 125px;
    background-color: #444;
    transition: opacity 0.3s;
}

.den_cta_entry:hover,
.den_cta_tel:hover {
    opacity: 0.8;
}

.den_cta_entry_label {
    color: #fff;
    font-family: var(--serif);
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
}

.den_cta_entry_arrow {
    width: 64px;
    height: 11px;
}

@media (max-width: 1279px) {
    .den_cta_box {
        padding: 64px 32px 72px;
    }

    .den_cta_title {
        font-size: 30px;
    }

    .den_cta_text {
        font-size: 16px;
        margin-bottom: 48px;
    }

    .den_cta_buttons {
        gap: 24px;
    }

    .den_cta_tel,
    .den_cta_entry {
        width: min(412px, 46%);
    }

    .den_cta_tel_num {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .den_cta {
        padding: 68px 0 88px;
    }

    .den_cta_box {
        width: calc(100% - 66px);
        padding: 44px 24px 52px;
    }

    .den_cta_title {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 32px;
    }

    .den_cta_text {
        font-size: 16px;
        text-align: justify;
        max-width: 252px;
        margin-bottom: 40px;
    }

    .den_cta_buttons {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-inline: -24px;
    }

    .den_cta_tel,
    .den_cta_entry {
        width: 100%;
        max-width: 412px;
        min-height: 96px;
    }

    .den_cta_tel_label {
        font-size: 14px;
    }

    .den_cta_tel_num {
        font-size: 26px;
    }

    .den_cta_tel_num img {
        width: 20px;
        height: 22px;
    }

    .den_cta_entry_label {
        font-size: 26px;
    }

    .den_cta_entry_arrow {
        width: 52px;
        height: 9px;
    }
}
