main#main {
    max-width: 100%;
    margin: auto;

}

.top_bk {
    top: 0 !important;
    right: 0 !important;
    height: 120%;
}

.overlay_text {
    position: relative;
    /*min-height: 760px;*/
    min-height:39.583vw;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 5s ease, background-size 5s ease;
    overflow: hidden;
}

.overlay_text::after {

    background: linear-gradient(179.76deg, #F0F9EC 3.37%, rgba(240, 249, 236, 0) 54.99%);
    position: absolute;
    inset: 0;
    content: '';
    z-index: 1;
    pointer-events: none;
}

/* hover 時背景放大 */
.overlay_text:hover {
    background-size: 110%;
    /* 可依需求調整放大比例 */
}

.overlay_text::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 8s ease;
    z-index: 0;
}

.overlay_text:hover::before {
    transform: scale(1.1);
}

.branch_content {
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*max-width: 1220px;*/
    max-width: 63.542vw;
    /* padding: 20px;*/
    padding: 1.042vw;
    align-items: center;
    margin: auto;
    height: 100%;
}

.branch_box {
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 50px 0px #00000033;
    border-radius: 40px;
      /*border-radius: 2.083vw;*/
     /*padding: 30px 50px 50px 50px;*/
    padding: 1.563vw 2.604vw 2.604vw 2.604vw;
}

.branch_box h2 {
    font-weight: 500;
    /* font-size: 26px;*/
    font-size: 1.354vw;
    line-height: 140%;
    letter-spacing: 0;
    color: #00321D;
}

hr.style_line_01 {
    background-color: #C5DDD3;
    border: 0;
    height: 1px;
    border-radius: 2px;
    /* margin: 20px 0;*/
    margin: 1.042vw 0;
    position: relative;
}

hr.style_line_01:after {
    width: 133%;
    position: absolute;
    content: '';
    top: 0;

    height: 1px;
    z-index: 1;
    background-color: #C5DDD3;
}

.branch_box li a,
.branch_box p,
.accordion p {
    /* font-size: 18px;*/
    font-size: 0.938vw;
    line-height: 180%;
    margin-bottom: 0px;
}

.branch_box p {
    text-align: justify;
}

.branch_box ul {
    /*margin-bottom: 24px;*/
    margin-bottom: 1.250vw;
}

/*section_01-04*/

section#section_01,
section#section_02,
section#section_03,
section#section_04 {

    display: flex;
}

section#section_02 hr.style_line_01:after,
section#section_04 hr.style_line_01:after {
    left: 0;
}

section#section_01 hr.style_line_01:after,
section#section_03 hr.style_line_01:after {
    right: 0;
}

@media screen and (max-width:1024px) {
    section#section_01,
section#section_02,
section#section_03,
section#section_04 {

    display: block;
}
    .branch_content {
        padding: 68px 20px 75px 20px;
            max-width: 100%;
    }
section#section_01 .branch_content,section#section_03 .branch_content {
      grid-template-columns: auto 230px;
}
section#section_02 .branch_content,section#section_04 .branch_content {
      grid-template-columns: 230px auto;
}
    .branch_box {
        border-radius: 16px;
        padding: 16px;
    }

    .branch_box h2{
        font-size: 18px;
    }

    hr.style_line_01 {
        margin: 10px 0;
    }

    .branch_box li a,
    .branch_box p {
        font-size: 14px;
        line-height: 140%;
    }

    .overlay_text {
        min-height: auto;
        padding: 68px 0 75px 0;
    }

    .overlay_text::after {
        height: 149px;
    }
}

/*section_00*/
section#section_00 {
    position: relative;
    background: #F0F9EC;
    /*padding: 127px 0;*/
    padding: 6.615vw 0;
}
.ay_about_video {
    /*max-width: 1440px;*/
    max-width: 75.000vw;
    margin: auto;
    /* padding: 0 20px;*/
    padding: 0 1.042vw;
    display: grid;
    grid-auto-rows: auto;
    /*grid-template-columns: 400px auto;*/
    grid-template-columns: 20.833vw auto;
    /*grid-column-gap: 100px;*/
        grid-column-gap: 5.208vw; 

}
section#section_00 .branch_box {
    background: unset;
    backdrop-filter: unset;
    box-shadow: unset;
    padding: unset;
    border-radius: unset;
}
section#section_00 hr.style_line_01:after {
    /* max-width: 450px;*/
    max-width: 23.438vw;
}
img.bk_img_01,img.bk_img_02{
    position: absolute;
/*max-width: 178px;*/
    max-width: 9.271vw;
 animation: slideInFromBottom 20s 
ease-out forwards;
}
.branch_box img.logo{
    /*  max-width: 142px;*/
    max-width: 7.396vw;
}
   img.bk_img_01{
    /*left: 114px;*/
    left: 5.938vw;
    /*bottom: 167px;*/
    bottom: 8.698vw;
   }
      img.bk_img_02{
        /* left: 234px;*/
    left: 12.188vw;
    /* bottom: 99px;*/
    bottom: 5.156vw;
   }
   @media screen and (max-width:1024px) {
    section#section_00 {
    padding: 30px 0 60px 0;
}
.branch_box img.logo {
    max-width: 60px;
}
.ay_about_video {
        max-width: 100%;
        padding: 0 20px;
    grid-template-columns: 1fr;
        grid-column-gap: 20px;
}
section#section_00 .branch_box {
   margin-bottom: 20px;
}
section#section_00 p {
        font-size: 16px!important;
        line-height: 160%!important;
    }
   }