.first_wrap {
    max-width: 1120px;
    margin: 0 auto;
}

.policy_lead {
    max-width: 800px;
    margin: 0 auto 0;
    text-align: left;
}

.policy_lead p {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--premium-black);
}

.policy_section_custom {
    margin-top: 88px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.policy_sub_title {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: var(--premium-black);
    margin-bottom: 21px;
    position: relative;
    padding-left: 12px;
}

.policy_sub_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 22px;
    background-color: #C50018;
}

.policy_desc {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #32373E;
    margin-bottom: 0;
}

.policy_note {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #6B6F75;
    margin:16px 0 17px;
}

.policy_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.policy_list li {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--premium-black);
}

.policy_section_margin {
    margin-top: 88px;
}

.policy_desc_common {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--premium-black);
}

.policy_group_title,
.policy_group_desc,
.policy_group_list li {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--premium-black);
}

.policy_group_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy_link_blue {
    color: #0356CB;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.policy_link_blue:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* Individual Gap classes to adjust gaps independently */
.policy_gap_01 {
    margin-bottom: 30px;
}

.policy_gap_02 {
    margin-bottom: 30px;
}

.policy_gap_03 {
    margin-bottom: 30px;
}

.policy_gap_04 {
    margin-bottom: 30px;
}

.policy_gap_05 {
    margin-bottom: 30px;
}




/*-------------------- pc-spの間 --------------------*/
/*---------- base > width:1440px ----------*/
@media(max-width:1439px) and (min-width:769px){
    .first_wrap {
        /* max-width: 77.778vw; */
        margin: 0 auto;
        padding: 0 1.389vw;
    }
    
    .policy_lead {
        /* max-width: 55.556vw; */
        margin: 0 auto 0;
        text-align: left;
    }
    
    .policy_lead p {
        font-family: "IBM Plex Sans JP", sans-serif;
        font-weight: 500;
        font-size: 1.111vw;
        line-height: 1.944vw;
        color: var(--premium-black);
    }
    
    .policy_section_custom {
        margin-top: 6.111vw;
        /* max-width: 55.556vw; */
        margin-left: auto;
        margin-right: auto;
    }
    
    .policy_sub_title {
        font-family: "IBM Plex Sans JP", sans-serif;
        font-size: 1.528vw;
        font-weight: 600;
        line-height: 2.292vw;
        color: var(--premium-black);
        margin-bottom: 1.458vw;
        position: relative;
        padding-left: 0.833vw;
    }
    
    .policy_sub_title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.139vw;
        width: 0.278vw;
        height: 1.528vw;
        background-color: #C50018;
    }
    
    .policy_desc {
        font-family: "IBM Plex Sans JP", sans-serif;
        font-size: 1.111vw;
        font-weight: 500;
        line-height: 1.944vw;
        color: #32373E;
        margin-bottom: 0;
    }
    
    .policy_note {
        font-family: "IBM Plex Sans JP", sans-serif;
        font-size: 0.972vw;
        font-weight: 500;
        line-height: 1.389vw;
        color: #6B6F75;
        margin:1.111vw 0 1.181vw;
    }
    
    .policy_list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .policy_list li {
        font-family: "IBM Plex Sans JP", sans-serif;
        font-size: 1.111vw;
        font-weight: 500;
        line-height: 1.944vw;
        color: var(--premium-black);
    }
    
    .policy_section_margin {
        margin-top: 6.111vw;
    }
    
    .policy_desc_common {
        font-family: "IBM Plex Sans JP", sans-serif;
        font-size: 1.111vw;
        font-weight: 500;
        line-height: 1.944vw;
        color: var(--premium-black);
    }
    
    .policy_group_title,
    .policy_group_desc,
    .policy_group_list li {
        font-family: "IBM Plex Sans JP", sans-serif;
        font-size: 1.111vw;
        font-weight: 500;
        line-height: 1.944vw;
        color: var(--premium-black);
    }
    
    .policy_group_list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .policy_link_blue {
        color: #0356CB;
        text-decoration: underline;
        transition: opacity 0.3s;
    }
    
    .policy_link_blue:hover {
        opacity: 0.7;
        text-decoration: underline;
    }
    
    /* Individual Gap classes to adjust gaps independently */
    .policy_gap_01 {
        margin-bottom: 2.083vw;
    }
    
    .policy_gap_02 {
        margin-bottom: 2.083vw;
    }
    
    .policy_gap_03 {
        margin-bottom: 2.083vw;
    }
    
    .policy_gap_04 {
        margin-bottom: 2.083vw;
    }
    
    .policy_gap_05 {
        margin-bottom: 2.083vw;
    }
}





/*-------------------- sp --------------------*/
/*---------- デザインベースはwidth:375px ----------*/
@media(max-width:768px) {
    .first_wrap {
        padding: 0 4.267vw;
    }
    
    .policy_lead {
        margin-top: 8.533vw;
        margin-bottom: 15.2vw;
    }
    
    .policy_lead p {
        font-size: 3.733vw;
        font-weight: 500;
        line-height: 6.4vw;
        text-align: left;
    }
    
    .policy_section_custom {
        margin-top: 15.2vw;
    }
    
    .policy_sub_title {
        font-size: 4.8vw;
        font-weight: 600;
        line-height: 7.467vw;
        margin-bottom: 4vw;
        padding-left: 2.667vw;
    }
    
    .policy_sub_title::before {
        width: 1.067vw;
        height: 4.8vw;
        top: 0.8vw;
    }
    
    .policy_title_tall::before {
        height: 12.267vw;
        top: 0.8vw;
    }
    
    .policy_desc {
        font-size: 3.733vw;
        font-weight: 500;
        line-height: 6.4vw;
        margin-bottom: 0;
    }
    
    .policy_note {
        font-size: 3.2vw;
        font-weight: 500;
        line-height: 4.8vw;
        margin-bottom: 3.733vw;
    }
    
    .policy_list {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .policy_list li {
        font-size: 3.733vw;
        font-weight: 500;
        line-height: 6.4vw;
    }
    
    .policy_section_margin {
        margin-top: 15.2vw;
    }
    
    .policy_desc_common,
    .policy_group_title,
    .policy_group_desc,
    .policy_group_list li {
        font-size: 3.733vw;
        font-weight: 500;
        line-height: 6.4vw;
    }
    
    .policy_gap_01 {
        margin-bottom: 8vw;
    }
    
    .policy_gap_02 {
        margin-bottom: 8vw;
    }
    
    .policy_gap_03 {
        margin-bottom: 8vw;
    }
    
    .policy_gap_04 {
        margin-bottom: 8vw;
    }
    
    .policy_gap_05 {
        margin-bottom: 8vw;
    }
}