@charset "UTF-8";

#assessment_method_section {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    container-type: inline-size;
    container-name: assessment-wrapper;
}

#assessment_method_section .title-wrap {
    padding: 0 0 4cqw;
    margin-bottom: 5.3cqw;
    border-bottom: 2px solid var(--color-red);
    text-align: center;
}

#assessment_method_section .title-wrap .title {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    display: inline-block;
}

#assessment_method_section .method-cards-container {
    display: flex;
    flex-direction: column;
    gap: 2.7cqw;
    padding: 0 5.3cqw;
}

#assessment_method_section .method-card {
    background: var(--color-white);
    border: var(--border-thick) solid var(--color-gray-dark);
    border-radius: var(--border-radius-l);
    
    overflow: hidden;
    margin-bottom: 0;
    box-sizing: border-box;
}

#assessment_method_section .card-header {
    background-color: transparent;
    padding: 4cqw 4cqw 2.7cqw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#assessment_method_section .method-title-box {
    width: 100%;
    height: 11.7cqw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3cqw;
}

#assessment_method_section .card-body-inner {
    padding: 0 4cqw 4.5cqw;
}

#assessment_method_section .card-upper-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.7cqw;
}

#assessment_method_section .card-img-col {
    width: 49%;
}

#assessment_method_section .card-img-col img {
    width: 100%;
    height: auto;
    border: none; /* 修正箇所: 枠線を削除 */
    border-radius: var(--border-radius-s);
    display: block;
    box-sizing: border-box; 
}

#assessment_method_section .card-info-col {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#assessment_method_section .badge-wrapper .custom-bubble {
    width: fit-content;
    min-width: calc(100cqw * 101 / 375); 
    height: calc(100cqw * 26 / 375);
    padding: 0 4cqw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(100cqw * 20 / 375);
    margin: 0 auto 2.7cqw;
    max-width: 100%;
}

#assessment_method_section .badge-wrapper .custom-bubble p {
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

#assessment_method_section .badge-catch {
    line-height: 1.6;
}

#assessment_method_section .card-lower-row {
    margin-bottom: 2.7cqw;
}

#assessment_method_section .method-desc {
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

#assessment_method_section .method-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#assessment_method_section .method-feature-list li {
    line-height: 1.6;
    margin-bottom: 0.5cqw;
    padding-left: 1em;
    text-indent: -1em;
}

#assessment_method_section .card-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.7cqw;
    width: 100%;
}

#assessment_method_section .action-btn.main-btn {
    width: 100%;
    height: 12.3cqw;
    background-color: var(--color-white);
    border: var(--border-thick) solid var(--color-gray-dark);
    border-radius: var(--border-radius-m);
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.7cqw 4cqw 3.2cqw;
    text-decoration: none;
    position: relative;
    transition: background-color 0.3s;
    box-sizing: border-box;
}

#assessment_method_section .action-btn.main-btn:hover {
    background-color: var(--color-gray-light);
}

#assessment_method_section .action-btn.main-btn::after {
    content: "";
    display: block;
    width: 6.4cqw;
    height: 6.4cqw;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 7L14 12L9.5 17' stroke='%23D00000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: static;
    margin-left: auto;
}

#assessment_method_section .action-btn.close-btn,
#assessment_method_section .custom-trigger-btn {
    width: 25.3cqw;
    height: 9.3cqw;
    background-color: var(--color-gray-light);
    border: var(--border-thick) solid var(--color-gray-dark);
    border-radius: var(--border-radius-m);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-black);
    transition: background-color 0.3s;
    box-shadow: none;
    box-sizing: border-box;
}

#assessment_method_section .action-btn.close-btn {
    margin-top: 0;
}

#assessment_method_section .action-btn.close-btn:hover,
#assessment_method_section .custom-trigger-btn:hover {
    background-color: #e0e0e0;
    box-shadow: none;
    transform: none;
}

#assessment_method_section .speach-bubble::after {
    left: 50%;
}

#assessment_method_section .common-view-limit-wrap.is-opened .limit-btn-area {
    display: none !important;
}

@media (min-width: 768px) {
    #assessment_method_section .method-cards-container {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 20px;
    }

    #assessment_method_section .method-card {
        width: 100%;
    }

    #assessment_method_section .title-wrap {
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    #assessment_method_section .title-wrap .title {
        padding-bottom: 0 !important;
    }
}