/* Document Request Page Styles */
/* @media ((min-width: 1600px) and (max-width: 1600px)) {
    body {
        background-image: url('../images/bg/bg_document_request.png');
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        height: 100000px;
    }
} */

/* @media ((min-width: 400px) and (max-width: 400px)) {
    body {
        background-image: url('../images/bg/bg_document_request_sp.png');
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        height: 100000px;
    }
} */

#document-request {
    min-height: 100vh;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

/* 共通スタイルはcontact-form.cssに移動しました */
/* このページ独自のスタイルのみを記述 */

/* Main Text Section - Document Request固有の調整 */
#document-request .document-request-main-text-section {
    padding: 84px 0 170px;
}

#document-request .document-request-main-text .section-title {
    margin-bottom: 74px;
}

#document-request .document-request-main-text .section-title-en {
    letter-spacing: 3.5px;
    margin-bottom: 14px;
}

#document-request .document-request-main-text .section-title-jp {
    letter-spacing: 2px;
}

#document-request .document-request-content {
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

#document-request .document-request-content-title {
    text-align: center;
    margin-bottom: 80px;
}

#document-request .document-request-content-main-image {
    text-align: center;
}

#document-request .document-request-content-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

#document-request .image-wrapper {
    width: 45%;
    aspect-ratio: 1.5;
    overflow: hidden;
}

#document-request .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-width: 0;
    min-height: 0;
}

#document-request .document-request-image-text {
    flex: 1;
}

#document-request .document-request-content-archives-images {
    width: 88.9%;
    margin: 141px auto 0;
}

#document-request .document-request-image-text {
    width: 48%;
}

#document-request .image-text-description {
    width: 100%;
    font-size: 14px;
    font-weight: 200;
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--color-third);
    margin: 0;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

#document-request .archive-image-item {
    display: flex;
    align-items: center;
    gap: 7%;
    margin-bottom: 98px;
}

#document-request .main-description p {
    font-size: 28px;
    font-weight: 400;
    color: var(--color-primary);
    margin: 0;
    line-height: 2.4;
    letter-spacing: 2px;
}

/* Content Section */
#document-request .document-request-content-section {
    padding: 188px 0 177px;
}

#document-request .contact-form-section {
    padding: 205px 0 80px;
}

#document-request .document-request-content-title {
    font-family: var(--font-tt-commons);
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 22px;
}

#document-request .contact-form-section .section-title-en {
    font-size: 34px;
    letter-spacing: 5px;
    margin-bottom: 9px;
}

#document-request .contact-form-section .section-title {
    margin-bottom: 96px;
}

#document-request .document-request-image-text .image-text-title {
    font-family: var(--font-tt-commons);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
}

#document-request .document-request-content-inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 120px;
}

/* Section Subtitle */
#document-request .section-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 70px;
    text-align: center;
}

/* Section Styles */
#document-request .document-request-section {
    text-align: center;
    width: 100%;
}

/* 共通のVoice Linkスタイルはcontact-form.cssに移動 */
#document-request .document-request-voice-link {
    margin: 40px 0;
    max-width: 300px;
}

#document-request .voice-anchor {
    gap: 100px;
}

#document-request .voice-text {
    font-weight: 500;
}

#document-request .voice-anchor:hover {
    color: #007cba;
}

/* Section Divider - Document Request固有の調整 */
#document-request .section-divider {
    width: 100%;
    margin: 0;
}

#document-request .document-request-contact-form-description {
    text-align: center;
}

#document-request .document-request-contact-form-description p {
    font-size: 0.8rem;
    color: var(--color-accent);
}

/* 共通フォームスタイルはcontact-form.cssに移動 */
#document-request .contact-form-description {
    color: var(--color-accent);
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.4px;
    font-weight: 400;
}

#document-request .contact-form-header {
    margin-bottom: 160px;
}

#document-request .form-col label {
    letter-spacing: 4px;
}

/* 入力フィールドのスタイリング - Document Request固有 */
#document-request .form-col .wpcf7-form-control {
    background: #ededef;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    width: 432px;
    width: 100%;
    gap: 34px 10px;
    box-sizing: border-box;
}

#document-request .form-row {
    display: flex;
    margin-bottom: 43px;
}

#document-request .address-section .form-row:first-of-type {
    margin-bottom: 27px;
}

#document-request .form-col .wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    width: 432px;
    grid-template-columns: 1fr 1fr;
    row-gap: 26px;
    background: transparent;
    padding: 0;
    margin: 0;
}

#document-request .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 4px;
}

#document-request .survey-section {
    margin: 40px 0 111px;
}

/* Responsive Design */
@media (max-width: 768px) {

    #document-request .document-request-main-text-section {
        padding: 53px 0 132px;
    }

    #document-request .document-request-main-text {
        text-align: left;
    }

    #document-request .document-request-main-text .section-title-en {
        font-size: 18px;
        letter-spacing: 3px;
        margin-bottom: 4px;
    }

    #document-request .main-description p {
        font-size: 16px;
        line-height: 2.6;
        margin-top: 93px;
    }

    #document-request .document-request-content-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #document-request .document-request-content-left {
        padding-right: 0;
    }

    #document-request .document-request-content-right {
        padding: 30px 20px;
    }

    #document-request .consultation-features {
        padding: 20px;
    }

    #document-request .section-intro,
    #document-request .section-description {
        text-align: left;
        font-size: 0.9rem !important;
        font-weight: 100;
    }

    #document-request .document-request-content-section {
        padding: 100px 0 64px;
    }

    #document-request .recommended-container {
        background-color: #f0f3f5;
        padding: 20px;
        margin: 20px 0;
    }

    #document-request .document-request-voice-link {
        max-width: 200px !important;
        margin: 20px 0;
    }

    #document-request .voice-anchor {
        gap: 30px !important;
        font-size: 0.9rem !important;
    }

    #document-request .voice-arrow {
        width: 13px;
        height: 13px;
    }

    #document-request .document-request-content-title {
        font-size: 22px;
        letter-spacing: 3px;
        font-weight: 500;
        margin-bottom: 55px;
    }

    #document-request .archive-image-item {
        flex-direction: column;
        margin-bottom: 80px;
        gap: 15px;
    }

    #document-request .document-request-content-main-image {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
        height: auto;
        aspect-ratio: 10 / 7;
        box-sizing: border-box;
    }

    #document-request .document-request-content-archives-images {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
        box-sizing: border-box;
    }

    #document-request .document-request-image-text {
        width: 85%;
    }

    #document-request .image-wrapper {
        width: 85%;
        height: auto;
        aspect-ratio: 17 / 11;
        transform: translateX(calc(-50vw + 50%));
    }

    #document-request .document-request-image-text .image-text-title {
        font-size: 18px;
        letter-spacing: 0.8px;
        margin-top: 6px;
        margin-bottom: 9px;
    }

    /* 共通のフォームレスポンシブスタイルはcontact-form.cssに移動 */
    #document-request .contact-form-description {
        font-size: 12px;
        text-align: left;
        letter-spacing: 2px;
        line-height: 1.8;
        padding: 0 10px;
    }

    #document-request .survey-section .form-col .wpcf7-form-control {
        width: 100%;
    }

    #document-request .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 13px;
        letter-spacing: 2px;
    }
}