:root {
    --sub: #141b79;
    --sub1: #306ca9;
    --sub2: #5B3A50;
    --sub3: #44703E;
    --black: #332B30;
    --white: #f9f9f8;
    --white2: #fefefe;
}
.section.section_1{
    height: 100lvh;
}
.section_1_asset{
    position: absolute;
    z-index: -1;
    max-width: 900px;
    top: 20px;
    left: -20px;
    opacity: 0.65;
    img{
        width: 100%;
        height: auto;
    }
}
.section_1_container{
    height: 100%;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(max-content, max-content);
}
.section_1_content_box{
    &.type_1{
        justify-content: center;
        align-items: center;
        padding-top: 120px;
    }
    &.type_2{
        align-items: center;
        background: url(/assets/img/s_2.webp);
        background-size: cover;
        background-position: center;
    }
}
.section_1_title_box{
    padding: 20px;
    align-items: flex-start;
    gap: 60px;
    transform: translateX(30%);
    z-index: 1;
}
.section_1_title{
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
    strong{
        font-size: 4.8rem;
        font-weight: bold;
        color: var(--sub);
    }
    span{
        font-size: 1.6rem;
        font-weight: 500;
    }
}
.section_1_text_box{
    align-items: flex-start;
    gap: 20px;
    padding: 40px;
    background: var(--white2);
    &::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid var(--white2);
        z-index: -1;
        bottom: -10px;
        right: -10px;
    }
}
.section_1_text{
    &.type_1{
        font-size: 2rem;
        font-weight: 600;
        color: var(--sub1);
    }
    &.type_2{
        font-size: 1.6rem;
    }
}
.section.section_2{
    padding-top: 160px;
    align-items: flex-end;
}

.section_content_container{
    &.type_1{
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        grid-template-rows: repeat(max-content, max-content);
        align-items: flex-start;
    }
    &.type_2{
        padding-top: 40px;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-template-rows: repeat(max-content, max-content);
        gap: 20px;
    }
    &.type_3{
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(max-content, max-content);
        gap: 40px;
        align-self: flex-end;
    }
    &.type_4{
        max-width: 1000px;
        align-items: flex-start;
        gap: 20px;
    }
    &.type_5{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(max-content, max-content);
        gap: 40px;
    }
    &.type_6{
        max-width: 1000px;
        padding: 40px;
        align-items: flex-start;
        gap: 20px;
        &::before{
            content: "";
            position: absolute;
            width: 100vw;
            height: 100%;
            top: 0;
            left: 0;
            background: var(--sub3);
            border-radius: 10px 0 0 10px;
            z-index: -1;
        }
    }
}
.section_content_box{
    &.type_1{
        align-items: flex-start;
        &.box_1{
            padding: 40px;
            gap: 20px;
        }
    }
    &.type_2{
        min-height: 100px;
        align-items: center;
        justify-content: center;
        padding: 20px;
        &::before{
            content: "";
            position: absolute;
            inset: 10px;
            background: url(/assets/img/b_7_3.svg);
            background-size: 100% 100%;
            background-position: center;
            z-index: -1;
            opacity: 0.5;
        }
    }
    &.type_3{
        align-items: center;
    }
    &.type_4{
        padding: 20px;
        &.box_1{
            align-items: center;
            justify-content: center;
            background: url(/assets/img/b_11_3.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
        &.box_2{
            align-items: flex-start;
            gap: 10px;
            background: var(--white2);
            border-radius: 10px;
            &.b_1{
                background: rgb(242, 132, 115);
            }
        }
    }
    &.type_5{
        align-items: flex-start;
        gap: 20px;
    }
}
.section_image{
    overflow: hidden;
    &.type_1{
        max-width: 500px;
        aspect-ratio: 1;
        mask-image: url(/assets/img/o_1.svg);
        mask-size: contain;
        mask-repeat: no-repeat;
    }
    &.type_2{
        max-width: calc(100% - 60px);
        aspect-ratio: 3 / 2;
        border-radius: 10px;
    }
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.section_asset{
    z-index: -1;
    &.type_1{
        bottom: -60px;
        left: -10%;
        max-width: 600px;
        opacity: 0.6;
        img{
            width: 100%;
            height: auto;
        }
    }
    &.type_2{
        height: 60%;
        &.a_1{
            top: -10px;
            left: -10px;
        }
        &.a_2{
            bottom: -10px;
            right: -10px;
        }
        img{
            height: 100%;
            width: auto;
        }
    }
    &.type_3{
        width: calc(100% + 160px);
        height: calc(100% - 100px);
        bottom: -10px;
        left: 5%;
        background: url(/assets/img/b_8.webp);
        background-size: 100% 100%;
        background-position: center;
    }
    &.type_4{
        height: 100%;
        top: 0;
        &.a_1{
            left: 0;
        }
        &.a_2{
            right: 0;
        }
        img{
            height: 100%;
            width: auto;
        }
    }
    &.type_5{
        inset: 0;
        background: url(/assets/img/b_10_2.svg);
        background-size: auto 100%;
        background-position: top left;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    &.type_6{
        width: 100px;
        top: -60px;
        left: -60px;
        img{
            width: 100%;
            height: auto;
        }
    }
}
.section_text_box{
    &.type_1{
        gap: 10px;
        align-items: flex-start;
        justify-content: center;
    }
    &.type_2{
        padding: 40px;
        min-height: 200px;
        align-items: center;
        gap: 10px;
        margin-top: -20px;
        z-index: 1;
    }
    &.type_3{
        padding: 15px 10px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #332b301e;
        border-radius: 10px;
    }
}
.section_text_asset{
    &.type_1{
        width: 30px;
        aspect-ratio: 1;
        border: 3px solid var(--black);
        border-radius: 5px;
        position: relative;
        &::before{
            content: "";
            position: absolute;
            width: 10px;
            height: 28px;
            bottom: 2px;
            left: -3px;
            border-bottom: 4px solid var(--sub3);
            border-right: 4px solid var(--sub3);
            transform-origin: bottom right;
            transform: rotate(40deg);
        }
    }
    &.type_2{
        max-width: 120px;
        height: 2px;
        background: var(--white2);
    }
}
.section_text{
    &.type_2{
        font-size: 1.8rem;
        font-weight: bold;
        color: var(--sub);
    }
    &.type_3{
        font-size: 1.6rem;
        &.text_1{
            color: var(--white2);
        }
    }
    &.type_4{
        font-size: 2rem;
        font-weight: 500;
        color: var(--sub1);
    }
    &.type_5{
        font-size: 2.4rem;
        font-weight: bold;
    }
    &.type_6{
        font-size: 2rem;
        font-weight: bold;
        color: var(--sub3);
        &.text_1{
            color: var(--sub1);
        }
        &.text_2{
            color: var(--white2);
        }
    }
    &.type_7{
        font-size: 1.6rem;
        &.text_1{
            font-weight: bold;
        }
        strong{
            font-weight: bold;
        }
    }
}

.section.section_4{
    align-items: flex-end;
}
.section_content_row{
    &.type_1{
        grid-template-columns: 200px 1fr;
        grid-template-rows: repeat(max-content, max-content);
        gap: 20px;
        align-items: flex-start;
    }
    &.type_2{
        grid-template-columns: 200px 1fr;
        grid-template-rows: repeat(max-content, max-content);
        align-items: stretch;
    }
    &.type_3{
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-template-rows: repeat(max-content, max-content);
        gap: 40px;
    }
}
.section_content_column{
    align-items: flex-start;
    gap: 20px;
}
.content_title_box{
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    &::before{
        content: "";
        position: absolute;
        width: 120px;
        height: 2px;
        background: var(--black);
        border-radius: 100vh;
        bottom: 0;
        left: 60px;
    }
}
.content_title_asset{
    width: 50px;
    img{
        width: 100%;
        height: auto;
    }
}
.content_title{
    font-size: 2.8rem;
    font-weight: bold;
    &.type_2{
        color: var(--white2);
    }
}
.content_box{
    padding: 15px 10px;
    align-items: flex-start;
    &.type_1{
        &::before{
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: var(--sub);
            border-radius: 100vh;
            bottom: 0;
            left: 0;
        }
    }
    &.type_2{
        border-bottom: 1px solid var(--sub1);
    }
    &.type_3{
        &::before{
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: #ef7e51;
            border-radius: 100vh;
            bottom: 0;
            left: 0;
        }
    }
    &.type_4{
        border-bottom: 1px solid #ef7e51;
    }
}
.access_map_container{
    height: 400px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
    .access_map{
        width: 100%;
        height: 100%;
        border: none;
    }
}
@media all and (max-width: 1280px){
    .section_1_container{
        grid-template-columns: 150px 1fr;
    }
    .section_1_title_box{
        width: max-content;
        position: absolute;
        transform: translateX(0);
        left: 40px;
    }
    .section_1_title{
        white-space: nowrap;
    }
}
@media all and (max-width: 960px){
    .section_1_title_box{
        bottom: 40px;
        gap: 40px;
    }
    .section_1_title{
        font-size: 2.4rem;
        span{
            font-size: 1.4rem;
        }
        strong{
            font-size: 3.6rem;
        }
    }
    .section_content_box{
        &.type_1{
            &.box_1{
                padding-left: 0;
            }
        }
    }
    .section_content_container{
        &.type_3{
            grid-template-columns: repeat(2, 1fr);
        }
    }
    .section_text{
        &.type_7{
            font-size: 1.4rem;
        }
    }
    .section_content_row{
        &.type_2{
            grid-template-columns: 150px 1fr;
        }
    }
}
@media all and (max-width: 768px){
    .section.section_1{
        height: 80lvh;
    }
    .section_1_container{
        grid-template-columns: 0 1fr;
    }
    .section_1_title_box{
        left: 20px;
        bottom: 20px;
        gap: 20px;
    }
    .section_1_text_box{
        padding: 20px 40px;
    }
    .section_1_text{
        &.type_1{
            font-size: 1.8rem;
        }
        &.type_2{
            font-size: 1.4rem;
        }
    }
    .section_content_box{
        &.type_1{
            &.box_1{
                padding: 20px 0 0;
                max-width: 500px;
                gap: 10px;
            }
            &.box_2{
                align-items: flex-end;
            }
        }
    }
    .section_image{
        &.type_1{
            max-width: 300px;
        }
    }
    .content_title{
        font-size: 2.4rem;
        font-weight: 500;
    }
    .section_text{
        &.type_3{
            font-size: 1.4rem;
        }
        &.type_4{
            font-size: 1.6rem;
        }
        &.type_5{
            font-size: 2rem;
        }
        &.type_6{
            font-size: 1.6rem;
        }
    }
    .section_text_asset{
        &.type_2{
            margin: 10px 0;
        }
    }
    .section_content_container{
        &.type_3{
            gap: 20px;
        }
        &.type_5{
            grid-template-columns: 1fr;
        }
        &.type_6{
            gap: 10px;
        }
    }
    .section_content_row{
        &.type_1{
            grid-template-columns: 150px 1fr;
        }
        &.type_3{
            grid-template-columns: 1fr;
            gap: 20px;
        }
    }
    .section.section_2{
        padding-top: 120px;
    }
}
@media all and (max-width: 450px){
    .section_1_title_box{
        left: 0;
        bottom: 0;
        width: 100vw;
    }
    .section_1_title{
        font-size: 2rem;
        span{
            font-size: 1.2rem;
        }
        strong{
            font-size: 2.8rem;
        }
    }
    .section_1_text_box{
        padding: 20px;
    }
    .section_1_text{
        &.type_1{
            font-size: 1.6rem;
        }
        &.type_2{
            font-size: 1.2rem;
        }
    }
    .section.section_2{
        padding-top: 80px;
    }
    .content_title{
        font-size: 2rem;
    }
    .section_content_container{
        &.type_3{
            grid-template-columns: 1fr;
        }
        &.type_4{
            gap: 0;
        }
        &.type_6{
            padding: 40px 20px 20px;
            padding-right: 0;
        }
    }
    .section_asset{
        &.type_4{
            &.a_1{
                left: -20px;
            }
            &.a_2{
                right: -20px;
            }
        }
        &.type_6{
            top: -70px;
            left: -40px;
        }
    }
    .section_text{
        &.type_2{
            font-size: 1.6rem;
        }
        &.type_4{
            font-size: 2rem;
        }
    }
    .section_text_box{
        &.type_2{
            padding: 40px 20px;
        }
    }
    .section_text_asset{
        &.type_1{
            width: 24px;
            &::before{
                width: 8px;
                height: 24px;
            }
        }
    }
    .section_content_box{
        &.type_2{
            min-height: 80px;
        }
        &.type_4{
            &.box_1{
                max-width: 100px;
                padding: 5px 20px;
            }
            &.box_2{
                padding: 10px 20px;
            }
        }
    }
    .section_content_row{
        &.type_1{
            grid-template-columns: 1fr;
            gap: 0;
        }
        &.type_2{
            grid-template-columns: 1fr;
        }
    }
    .content_box{
        &.type_1,&.type_3{
            max-width: 150px;
        }
    }
    .section_image{
        &.type_2{
            max-width: none;
        }
    }
    .access_map_container{
        height: 300px;
    }
}
