.section.section_1{
    min-height: 100svh;
    align-items: center;
    justify-content: center;
}
.section_main_title{
    color: rgb(180, 25, 25);
}
.section_main_title.for_sub{
    font-size: 16px;
    font-weight: bold;
}
.section_title_box.for_sec1{
    align-items: center;
}
.section_1_image{
    width: 50px;
    padding: 10px 0;
    align-items: center;
}
.image_mouth{
    line-height: 1;
    margin-bottom: -5px;
}
.section_1_image img{
    width: 100%;
    height: auto;
}

.section.section_2{
    min-height: 100vh;
}
.section_back_image{
    position: absolute;
    z-index: -1;
}
.section_back_image img{
    width: auto;
    height: 100%;
}
.section_back_image.for_sec3{
    bottom: 50%;
    left: 46px;
    height: 100px;
}
.section_back_text{
    position: absolute;
    top: -10px;
    right: -30px;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    border-top: 1px solid rgb(38, 18, 0);
    border-bottom: 1px solid rgb(38, 18, 0);
    transform: perspective(100px) rotateX(20deg) rotateY(-40deg);
}

.section_content_row{
    width: 100%;
    gap: 10px;
    margin-top: -20px;
}
.section_content_row.row_1{
    padding: 0 100px;
}
.section_content_row.row_2{
    flex-wrap: wrap;
}
.section_content_row.row_3{
    align-self: flex-start;
    width: calc(100% - 100px);
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(max-content, max-content);
    border-top: 2px solid rgb(180, 25, 25);
    border-right: 2px solid rgb(180, 25, 25);
}
.section_content_row.row_4{
    align-items: center;
}
.section_content_box{
    width: 100%;
    max-width: 800px;
    padding: 35px 30px;
    gap: 15px;
    position: relative;
}
.section_content_box.type_1{
    border: 2px solid rgb(180, 25, 25);
}
.section_content_box.type_1.box_2{
    align-self: center;
}
.section_content_box.type_1.box_3{
    align-items: center;
    flex: 1;
    flex-basis: 350px;
}
.section_content_box.box_4{
    align-items: center;
}
.section_content_box.type_1.box_4{
    background: white;
    transition: background ease 0.25s;
}
.section_content_box.type_1.box_4:hover{
    background: rgb(180, 25, 25, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.section_content_box.dec_1::before,.section_content_box.dec_1::after,.section_content_box.dec_2::before{
    content: "";
    position: absolute;
    width: 50px;
    aspect-ratio: 1;
    border: 5px solid rgb(180, 25, 25);
}
.section_content_box.dec_1::before{
    top: -37.5px;
    right: -37.5px;
}
.section_content_box.dec_1::after,.section_content_box.dec_2::before{
    bottom: -37.5px;
    left: -37.5px;
}
.section_content_text.for_main{
    font-size: 20px;
    font-weight: bold;
    color: rgb(180, 25, 25);
}
.section_content_text.text_1{
    font-size: 18px;
}
.section_content_text.text_2{
    font-size: 18px;
    font-weight: bold;
}
.section_content_text.text_3{
    font-size: 14px;
}
.section_content_text.text_2.for_link{
    white-space: nowrap;
}
.section_content_text .for_strong{
    font-weight: bold;
}
.content_box_border{
    width: 20px;
    height: 3px;
    background: linear-gradient(to left, rgb(38, 18, 0) 50%, rgb(180, 25, 25) 50%);
    margin-bottom: 5px;
}
.section_content_text_row{
    width: 100%;
    align-items: flex-start;
}
.content_row_box{
    flex: 1;
    padding: 20px;
}
.content_row_box.box_1{
    align-items: center;
    gap: 40px;
}
.content_row_box.box_2{
    align-items: flex-start;
    justify-content: center;
}
.content_row_divider{
    flex: 1;
    height: 1px;
    background: rgb(180, 25, 25);
}

.service_image{
    height: 150px;
    padding: 10px;
}
.service_image img{
    height: 100%;
    width: auto;
}
.service_title_box{
    align-items: center;
}
.service_title{
    font-size: 28px;
    font-weight: bold;
}
.service_text_box{
    padding: 10px 15px;
    position: relative;
}
.section_title_box.for_work{
    padding: 50px 15px;
    gap: 0;
}
.section_title.for_work{
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
}
.work_image{
    width: 100%;
    position: relative;
    border: 1px solid rgb(38, 18, 0);
}
.work_image::before{
    content: "";
    position: absolute;
    inset: 10px;
    border: 3px solid rgb(180, 25, 25);
    bottom: -10px;
    right: -10px;
}
.work_image img{
    width: 100%;
    height: auto;
    z-index: 1;
}
.work_image_icon{
    position: absolute;
    width: 50px;
    top: -15px;
    left: calc(50% - 25px);
    transition: transform ease 0.35s;
}
.work_image:hover .work_image_icon{
    transform: translateX(50px);
}
.work_link_box{
    border: 5px solid rgb(180, 25, 25);
    padding: 20px 25px;
    overflow: hidden;
    position: relative;
    background: white;
    transition: background ease 0.25s;
    align-items: center;
    gap: 10px;
}
.link_arrow{
    width: 15px;
    aspect-ratio: 1;
    border-top: 5px double rgb(38, 18, 0);
    border-right: 5px double rgb(38, 18, 0);
    transform: rotate(45deg);
}
.work_link_box.box_1{
    align-self: flex-end;
}
.work_link_box.box_2{
    align-self: flex-end;
    margin-top: 10px;
}
.work_link_text{
    font-size: 28px;
}
.work_link_icon{
    position: absolute;
    width: 50px;
    bottom: 0;
    right: 0;
    transform: translateY(50px);
    transition: transform ease 0.35s;
}
.work_link_icon img{
    width: 100%;
    height: auto;
}
.work_link_box:hover{
    background: rgb(180, 25, 25, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.work_link_box:hover .work_link_icon{
    transform: translateY(0);
}
.loading_inside{
    width: 80px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
}
.loading_border{
    position: absolute;
    background: white;
}
.loading_border.border_1{
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
}
.loading_border.border_2{
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}
.loading_border.border_3{
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
}
.loading_border.border_4{
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
}
.loading_image{
    width: 40px;
    height: auto;
}
@media all and (max-width:1200px){
    .section_content_text.text_1,.section_content_text.text_2{
        font-size: 16px;
    }
    .work_link_text{
        font-size: 24px;
    }
    .section_content_row.row_1{
        padding: 0 25px;
    }
    .section_back_image.for_sec3{
        bottom: 100%;
        left: 36px;
        height: 100px;
    }
}
@media all and (max-width:850px){
    .section_content_row.row_2,.section_content_row.row_4{
        padding: 0 25px;
    }
    .section_content_box.box_4.type_2:last-of-type{
        display: none;
    }
    .section_content_row.row_3{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width:500px){
    .section_back_image.for_sec3{
        left: 8px;
        height: 80px;
    }
    .section_content_row.row_1,.section_content_row.row_2,.section_content_row.row_4{
        padding: 0 10px;
    }

    .section_content_box.dec_1::before,.section_content_box.dec_1::after,.section_content_box.dec_2::before{
        width: 30px;
        border: 3px solid rgb(180, 25, 25);
    }
    .section_content_box.dec_1::before{
        top: -25px;
        right: -25px;
    }
    .section_content_box.dec_1::after,.section_content_box.dec_2::before{
        bottom: -25px;
        left: -25px;
    }
    .section_content_text.text_1,.section_content_text.text_2{
        font-size: 14px;
    }
    .section_content_text_row{
        flex-wrap: wrap;
        gap: 10px;
    }
    .content_row_box{
        padding: 5px 10px;
    }
    .content_row_box.box_2{
        flex-basis: 300px;
        align-items: flex-end;
    }
    .work_link_box{
        padding: 15px 25px;
    }
    .work_link_text{
        font-size: 20px;
    }
    .link_arrow{
        width: 10px;
    }
    .work_link_icon{
        width: 35px;
    }
    .service_image{
        height: 100px;
    }
    .service_text_box{
        padding: 0px;
    }
    .section_content_row.row_3{
        width: calc(100% - 70px);
        grid-template-columns: repeat(1, 1fr);
    }
}
