:root{
    --main: #04325f;
    --sub1: #cee7d7;
    --sub2: #626343;
    --sub3: #94d0c9;
}
.section_1_content_box.box_2{
    background-image: url(/assets/img/main_v_b.webp);
    background-size: cover;
    background-position: center;
}
.section_container.container_1{
    padding-right: 102px;
    padding-left: 20px;
    align-items: flex-end;
}
.section_content_column.column_1{
    max-width: 1400px;
    align-items: flex-start;
    gap: 40px;
}
.section_text_box.box_1{
    max-width: 800px;
    padding: 40px;
    gap: 10px;
}
.section_text_box.box_1.type_1{
    border: 2px solid var(--main);
}
.section_text_box.box_1.type_2{
    border: 2px solid var(--sub3);
}
.section_text_box.box_1::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    left: 15px;
    background-image: radial-gradient(rgb(255, 255, 255, 0.5) 30%, transparent 30%);
    background-size: 5px 5px;
    z-index: -1;
}
.section_text_box.box_1.type_1::before{
    background-color:rgba(206, 231, 215, 0.2);
}
.section_text_box.box_1.type_2::before{
    background-color:rgba(4, 50, 95, 0.05);
}
.section_text.text_1{
    font-weight: bold;
    font-size: 1.6rem;
}
.section_content_row.row_1{
    width: calc(100% - 40px);
    max-width: 1000px;
    align-self: flex-end;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(max-content, max-content);
    gap: 2px;
    padding-bottom: 2px;
    background: rgba(98, 99, 67, 0.25);
}
.section_content_box.type_1{
    padding: 40px 40px 40px 0;
    align-items: flex-start;
    gap: 20px;
    background: white;
}
.section_content_title{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8em;
}
.section_content_title.title_1{
    color: #283446;
}
.content_column_border{
    width: 50px;
    height: 4px;
}
.content_column_border.border_1{
    background: var(--main);
}
.section_text.text_2 .strong{
    font-weight: bold;
}
.section_text.text_2 .strong.type_1{
    background: linear-gradient(to top, var(--sub1) 20%, transparent 20%);
}
.section_text.text_2 .strong.type_2{
    background: linear-gradient(to top, var(--sub3) 20%, transparent 20%);
}
.section_text.text_2 .strong.type_3{
    font-size: 2.4rem;
    line-height: 1.8em;
}
.facility_anchor{
    align-items: flex-start;
    gap: 20px;
}
.facility_anchor_image{
    flex: 1;
    max-width: 300px;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.facility_anchor_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.facility_anchor_text_box{
    flex: 1;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    gap: 10px;
}
.facility_anchor_text_column{
    flex: 1;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}
.facility_anchor_arrow_box{
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid var(--main);
    align-items: center;
    justify-content: center;
}
.facility_anchor_arrow{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: var(--main);
    padding-bottom: 4px;
}
.section_border{
    height: 2px;
    opacity: 0.25;
}
.section_border.border_1{
    width: calc(100% - 100px);
    max-width: 1400px;
    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;
}
@media all and (max-width:1280px){

}
@media all and (max-width:960px){
    .section_container.container_1{
        padding-right: 62px;
    }
    .section.section_3::before{
        right: 60px;
    }
}
@media all and (max-width:768px){
    .section_container.container_1{
        padding-right: 32px;
    }
    .section.section_3::before{
        right: 30px;
    }
    .section_text_box.box_1{
        width: calc(100% - 20px);
        padding: 40px 20px;
    }
    .section_text_box.box_1::before{
        top: 10px;
        left: 10px;
    }
    .section_content_box.type_1{
        padding: 40px 20px 40px 0;
    }
    .facility_anchor_image{
        max-width: 250px;
        aspect-ratio: 3 / 2;
    }
    .section_content_row.row_1{
        width: calc(100% - 20px);
    }
}
@media all and (max-width:450px){
    .section_container.container_1{
        padding-right: 17px;
        padding-left: 10px;
    }
    .section_text.text_1{
        font-size: 1.4rem;
    }
    .section_text_box.box_1{
        width: calc(100% - 15px);
        padding: 30px 15px;
    }
    .section_content_box.type_1{
        padding: 30px 15px 30px 0;
    }
    .section_content_row.row_1{
        width: calc(100% - 15px);
    }
    .facility_anchor{
        flex-direction: column;
    }
    .facility_anchor_image{
        flex: none;
        width: 100%;
        max-width: none;
        aspect-ratio: 2 / 1;
    }
    .section.section_3::before{
        right: 15px;
    }
    .section_content_title{
        font-size: 1.8rem;
    }
}
@media (any-hover: hover){
    .facility_anchor_arrow_box{
        transition: background ease 0.15s, box-shadow ease 0.15s;
    }
    .facility_anchor_arrow{
        transition: color ease 0.15s;
        transition-delay: 0.1s;
    }
    .facility_anchor:hover .facility_anchor_arrow_box{
        background: var(--main);
        box-shadow: 0 0 5px var(--main);
    }
    .facility_anchor:hover .facility_anchor_arrow{
        color: white;
    }
}
