:root{
    --main: #04325f;
    --sub1: #cee7d7;
    --sub2: #626343;
    --sub3: #94d0c9;
}
.section_1_content_box.box_2{
    background-image: url(/assets/img/under_v_c.webp);
    background-size: cover;
    background-position: top;
}
.section_container.container_1{
    width: calc(100% - 200px);
    max-width: 1200px;
    align-self: center;
    align-items: flex-start;
}
.section_text_box.type_1{
    padding: 40px;
    align-items: flex-start;
    gap: 20px;
}
.section_text_box.type_1::before,.section_text_box.type_1::after{
    content: "";
    position: absolute;
    background: var(--sub2);
    opacity: 0.25;
}
.section_text_box.type_1::before{
    width: 2px;
    height: 100px;
    left: 0;
    top: -20px;
}
.section_text_box.type_1::after{
    width: 200px;
    height: 2px;
    top: 0;
    left: -10px;
}
.section_text.text_1{
    font-size: 2rem;
    font-weight: 500;
}
.section_text.text_2{
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--main);
}
.section_content_column.column_1{
    padding: 0 40px 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: repeat(max-content, max-content);
    gap: 40px;
}
.section_content_column.column_1::before,.section_content_column.column_1::after{
    content: "";
    position: absolute;
    background: var(--sub2);
    opacity: 0.25;
}
.section_content_column.column_1::before{
    width: 2px;
    height: 100px;
    left: 0;
    bottom: -20px;
}
.section_content_column.column_1::after{
    width: 200px;
    height: 2px;
    bottom: 0;
    left: -10px;
}
.section_content_box.type_1{
    align-items: flex-start;
    gap: 20px;
}
.section_content_title{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8em;
}
.section_content_title.title_1{
    color: var(--main);
}
.content_column_border{
    width: 50px;
    height: 4px;
}
.content_column_border.border_1{
    background: var(--sub2);
}
.section_text.text_3{
    font-size: 1.6rem;
}
.section_border{
    height: 2px;
    opacity: 0.25;
}
.section_border.border_1{
    width: calc(100% - 100px);
    max-width: 600px;
    background: var(--sub2);
    align-self: flex-end;
}

.section.section_3::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    right: 100px;
    top: 0;
    background: var(--sub2);
    opacity: 0.25;
}
.section_text_box.type_2{
    padding: 40px;
    align-items: center;
    margin-bottom: 40px;
}
.section_text_box.type_2::before,.section_text_box.type_2::after{
    content: "";
    position: absolute;
    opacity: 0.25;
}
.section_text_box.type_2::before{
    width: 200px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--sub2);
}
.section_text_box.type_2::after{
    width: 10px;
    height: 50px;
    left: 10px;
    bottom: -15px;
    border-left: 2px solid var(--sub2);
    border-right: 2px solid var(--sub2);
    transform: skewY(50deg);
}
.section_content_row{
    align-items: stretch;
}
.section_content_box.type_2{
    flex: 1;
    padding: 20px 40px;
}
.section_content_box.type_2.box_1{
    max-width: 400px;
    align-items: center;
    background: rgb(4, 50, 95, 0.15);
    border-bottom: 2px solid white;
}
.section_content_box.type_2.box_1::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background: rgb(4, 50, 95, 0.15);
    border-right: 2px solid white;
    top: 0;
    left: 0;
}
.section_content_box.type_2.box_2{
    align-items: flex-start;
    gap: 10px;
    border-bottom: 2px solid rgb(4, 50, 95, 0.15);
}
.section_text.text_4{
    font-size: 1.6rem;
    font-weight: 500;
}
.section_text.text_4.for_label{
    color: var(--main);
}
.section_text.text_4 .for_anchor{
    font-weight: 500;
    color: var(--main);
    text-decoration: underline;
}

.section_text.text_5{
    font-size: 1.4rem;
    font-weight: 600;
}
.section_text_column{
    align-items: flex-start;
    gap: 5px;
}

@media all and (max-width:1280px){

}
@media all and (max-width:960px){
    .section.section_3::before{
        right: 60px;
    }
    .section_container.container_1{
        width: calc(100% - 120px);
    }
    .section_text.text_1,.section_content_title{
        font-size: 1.8rem;
    }
    .section_text.text_2{
        font-size: 2.4rem;
    }
    .section_text.text_3,.section_text.text_4{
        font-size: 1.4rem;
    }
    .section_content_box.type_2.box_1{
        max-width: 300px;
    }
}
@media all and (max-width:768px){
    .section.section_3::before{
        right: 30px;
    }
    .section_container.container_1{
        width: calc(100% - 60px);
    }
    .section_content_column.column_1{
        gap: 20px;
    }
    .section_text_box.type_1{
        padding-bottom: 0;
    }
}
@media all and (max-width:450px){
    .section.section_3::before{
        right: 15px;
    }
    .section_container.container_1{
        width: calc(100% - 30px);
    }
    .section_text_box.type_1{
        padding: 40px 20px;
        padding-bottom: 0;
        gap: 10px;
    }
    .section_text.text_1{
        font-size: 1.4rem;
    }
    .section_text.text_2{
        font-size: 1.8rem;
    }
    .section_content_column.column_1{
        padding: 0 20px 40px;
    }
    .section_content_row{
        flex-direction: column;
    }
    .section_content_box.type_2.box_1{
        max-width: none;
        align-items: flex-start;
        border-bottom: none;
    }
    .section_content_box.type_2.box_2{
        border-left: 2px solid rgb(4, 50, 95, 0.15);
        border-bottom: none;
    }
    .section_content_box.type_2{
        flex: none;
        width: 100%;
    }
}
@media (any-hover: hover){

}
