:root{
    --main: #04325f;
    --sub1: #cee7d7;
    --sub2: #626343;
    --sub3: #94d0c9;
}
.section_1_content_box.box_2{
    background-image: url(/assets/img/under_v_d.webp);
    background-size: cover;
    background-position: center;
}
.section_container.container_1{
    width: calc(100% - 200px);
    max-width: 1200px;
    align-self: center;
    align-items: flex-start;
}
.section_text_column{
    align-items: flex-start;
    gap: 20px;
}
.section_text.text_1{
    font-size: 2rem;
    font-weight: 500;
    color: var(--main);
    padding-right: 10px;
}
.section_text_box.type_1{
    padding:0 20px 20px;
    gap: 10px;
}
.section_text.text_2{
    font-size: 1.6rem;
}
.section_text.text_3{
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 10px;
}
.section_text.text_2 .for_link{
    font-weight: 500;
    color: var(--main);
    text-decoration: underline;
}
.text_box_border{
    position: absolute;
    background: var(--sub2);
    opacity: 0.25;
}
.text_box_border.type_1{
    width: 2px;
    height: calc(100% + 20px);
    top: -10px;
    left: 0;
}
.text_box_border.type_2{
    width: 50px;
    height: 2px;
    left: -5px;
    bottom: 0;
}

@media all and (max-width:1280px){

}
@media all and (max-width:960px){
    .section_container.container_1{
        width: calc(100% - 120px);
    }
}
@media all and (max-width:768px){
    .section_container.container_1{
        width: calc(100% - 60px);
    }
}
@media all and (max-width:450px){
    .section_container.container_1{
        width: calc(100% - 30px);
    }
    .section_text.text_1{
        font-size: 1.8rem;
    }
    .section_text.text_2{
        font-size: 1.4rem;
    }
    .section_text.text_3{
        font-size: 1.2rem;
    }
}
@media (any-hover: hover){

}
