:root{
    --main: #04325f;
    --sub1: #cee7d7;
    --sub2: #626343;
    --sub3: #94d0c9;
}
.section_1_content_box.box_2{
    background-image: url(/assets/img/under_v_g.webp);
    background-size: cover;
    background-position: center;
}

.section_container.container_1{
    width: calc(100% - 180px);
    max-width: 1200px;
    align-self: center;
    align-items: center;
    gap: 0;
}
.section_content_column.column_1{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, max-content);
    grid-template-areas: 
    "grid1 grid2"
    "grid3 grid3";
}
.section_content_box.box_1{
    grid-area: grid1;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.section_content_box.box_1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_content_box.box_2{
    grid-area: grid2;
    padding: 20px 40px;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
}
.section_content_box.box_3{
    grid-area: grid3;
    padding: 20px 0;
    gap: 20px;
}
.section_content_box.box_3::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: var(--sub2);
    left: 10px;
    bottom: 0;
    opacity: 0.25;
}
.section_content_title_box{
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.section_content_title_sub{
    font-size: 1.8rem;
}
.section_content_title{
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--main);
}
.section_text.text_1{
    font-size: 1.6rem;
    font-weight: 500;
}
.section_text.for_map{
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--sub3);
}
.content_column_border{
    height: 2px;
    background: var(--sub2);
    opacity: 0.25;
}
.section_content_container{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(max-content, max-content);
}
.section_content_box.type_1{
    padding: 0 40px;
    align-items: flex-start;
}
.content_box_row{
    align-items: stretch;
    gap: 20px;
}
.content_box{
    flex: 1;
    padding: 10px 0;
    align-items: flex-start;
}
.content_box.box_1{
    max-width: 150px;
    border-bottom: 1px dotted rgb(4, 50, 95, 0.25);
}
.content_box.box_2{
    border-bottom: 1px dotted rgb(98, 99, 67, 0.25);
}
.section_text.text_1.for_label{
    color: var(--main);
}

.content_gallery_container{
    padding: 0 40px;
    padding-bottom: 42px;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    grid-template-rows: repeat(max-content, max-content);
    gap: 20px;
}
.gallery_box{
    aspect-ratio: 1 / 1.2;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gallery_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_gallery_container::before,.content_gallery_container::after{
    content: "";
    position: absolute;
    background: var(--sub2);
    opacity: 0.25;
}
.content_gallery_container::before{
    width: 2px;
    height: 100%;
    left: 10px;
    bottom: 0;
}
.content_gallery_container::after{
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 20px;
}
@media all and (max-width:1280px){

}
@media all and (max-width:960px){
    .section_container.container_1{
        width: calc(100% - 120px);
        gap: 0;
    }
    .section_text.text_1{
        font-size: 1.4rem;
    }
    .content_box.box_1{
        max-width: 120px;
    }
    .facility_logo_box{
        width: 70px;
    }
    .section_content_box.type_1,.content_gallery_container{
        padding: 0 20px;
    }
    .content_gallery_container{
        padding-bottom: 32px;
        gap: 10px;
    }
}
@media all and (max-width:768px){
    .section_1_content_box.box_2{
        background-image: url(/assets/img/under_v_g_sp.webp);
        background-size: cover;
        background-position: center;
    }
    .section_container.container_1{
        width: calc(100% - 60px);
        gap: 0;
    }
    .section_content_container{
        grid-template-columns: 1fr;
    }
    .content_box.box_1{
        max-width: 150px;
    }
    .section_content_title_sub{
        font-size: 1.4rem;
    }
    .section_content_title{
        font-size: 2.4rem;
    }
    .section_content_box.box_2{
        padding: 20px;
    }
    .facility_logo_box{
        width: 50px;
    }
    .section_content_title_box{
        gap: 5px;
    }
}
@media all and (max-width:450px){
    .section_container.container_1{
        width: calc(100% - 30px);
    }
    .section_content_column.column_1{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, max-content);
        grid-template-areas: 
        "grid1"
        "grid2"
        "grid3";
    }
    .section_content_box.box_2{
        border-bottom: 2px solid rgb(98, 99, 67, 0.25);
    }
    .section_content_box.box_3::before,.content_gallery_container::before{
        display: none;
    }
    .content_box.box_1{
        max-width: 120px;
    }
    .section_content_title{
        font-size: 2rem;
    }
    .content_gallery_container{
        grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
        padding-bottom: 42px;
    }
}
@media (any-hover: hover){

}
