/*for /company/en/*/
header {
    opacity: 1;
    visibility: visible;
}

header .head_in .nav_box .nav .nav_list01 {
    flex-wrap: wrap;
    justify-content: flex-start;
}

footer .other02.type02 li:nth-of-type(1) {
    width: 100%;
    border-bottom: none;
}

footer .other02.type02 li .ttl+[class^=btn] {
    margin-top: 30px;
}

footer .ft_in {
    padding: 20px 60px;
}

footer .ft_in .copy {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    footer .other02.type02 li .ttl {
        text-align: center;
    }
    
    footer .other02.type02 li .ttl+[class^=btn] {
        margin-top: 20px;
    }
}