:root{
    --main: #04325f;
    --sub1: #cee7d7;
    --sub2: #626343;
    --sub3: #94d0c9;
}
.section.section_1{
    height: 80svh;
    padding-top: 100px;
    align-items: center;
}
.section_1_content_box.box_1{
    padding: 60px 20px 80px;
    align-items: center;
}
.section_1_content_box.box_1::before{
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    max-width: 1200px;
    height: 2px;
    background: var(--sub2);
    opacity: 0.25;
    left: 0;
    bottom: 10px;
}
.section_1_content_box.box_2{
    flex: 1;
}
.section_1_content_box.box_2::before,.section_1_content_box.box_2::after{
    content: "";
    position: absolute;
    background: white;
}
.section_1_content_box.box_2::before{
    width: calc(100% - 100px);
    max-width: 1200px;
    height: 2px;
    bottom: 10%;
    right: 0;
}
.section_1_content_box.box_2::after{
    width: 2px;
    height: 70%;
    bottom: 0;
    right: 100px;
}
.section_1_title_box{
    width: calc(100% - 80px);
    max-width: 1400px;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 30px;
}
.section_1_title_box::before,.section_1_title_box::after{
    content: "";
    position: absolute;
    background: var(--main);
}
.section_1_title_box::before{
    width: 1px;
    height: 50px;
    top: -20px;
    left: 0;
}
.section_1_title_box::after{
    width: 100px;
    height: 1px;
    top: 0;
    left: -10px;
}
.section_1_title_sub{
    font-size: 3.6rem;
    font-weight: 700;
}
.section_1_title_sub::first-letter{
    color: var(--main);
}
.section_1_title{
    font-size: 1.8rem;
    font-weight: 500;
}
.section.section_2{
    padding-top: 80px;
}
.section.section_2::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    right: 100px;
    top: 0;
    background: var(--sub2);
    opacity: 0.25;
}
@media all and (max-width:1280px){

}
@media all and (max-width:960px){
    .section_1_content_box.box_2::after,.section.section_2::before{
        right: 60px;
    }
}
@media all and (max-width:768px){
    .section_1_content_box.box_2::after,.section.section_2::before{
        right: 30px;
    }
    .section_1_title_box{
        width: calc(100% - 40px);
    }
}
@media all and (max-width:450px){
    .section.section_1{
        height: 70svh;
    }
    .section_1_content_box.box_2::after,.section.section_2::before{
        right: 15px;
    }
    .section_1_content_box.box_1{
        padding: 20px 10px 40px;
    }
    .section_1_title_sub{
        font-size: 2.8rem;
    }
    .section_1_title{
        font-size: 1.4rem;
    }
    .section_1_title_box{
        width: calc(100% - 20px);
    }
}
@media (any-hover: hover){

}
