@charset "UTF-8";
/* ========================================
   Responsive Styles (max-width: 1024px)
   - Large Tablets / Small Laptops
======================================== */
@media (max-width: 1024px) {
    body{
        padding-top: 100px;
    }
    .section_h3{
        font-size: min(30px,3.4vw);
    }
    .site-header{
        height: 100px;
    }
    .header-logo{
        height: 48px;
    }
    .nav-menu a{
        font-size: 15px;
    }
    .nav-menu .nav-en {
        font-size: 17px;
    }
    .mv-icon{
        width: 13vw;
    }
    .scroll_base::after{
        bottom: 5vw;
        left: 5vw;
        width: max(7vw,30px);
    }

    
    /* Activities */
    .activities-inner,
    .mission-inner{
        gap: 40px;
        padding-top: 0;

    }
    .activities-content,
    .activities-visual{
        width: calc(50% - 40px * 1 / 2);
    }
    .activities-list {
        gap: 20px;
    }
    /* Mission */
    .idea-inner{
        gap: 40px;
    }
    /* Mission-page */
    .mission-section-top{
        padding-top: 5vw;
    }
    .mission-section-item.item01{
        margin-bottom: 10vw;
    }
    .mission-content-wrapper,
    .mission-content-wrapper.reverse,
    .mission-content-wrapper.reverse02{
        column-gap: 4vw;
    }
    .mission-content-wrapper.reverse{
        padding: 5vw;
    }
    .mission-section-title{
        font-size: min(30px,3.4vw);
    }
    .mission-section-sub-title{
        font-size: min(24px,2.8vw);
    }
    .mission-section-box{
        padding: 0;
    }
    /* idea-page */
    .idea-section-title{
        margin-bottom: 5vw;
    }
    /* Footer */
   .site-footer {
       padding: 40px 0;
   }
   .footer-inner {
       flex-direction: column;
       gap: 30px;
       padding: 0 20px;
   }
   .footer-center {
       flex-direction: column;
       gap: 20px;
   }
   .footer-nav ul {
       flex-direction: column;
       align-items: center;
       gap: 15px;
   }
   .footer-left,
   .footer-right {
       text-align: center;
   }

}
