/* ================================================
    福利厚生
================================================*/
/* ドロワー */
/* .drawer-box {
overflow: hidden;
max-height: 0;
transform-origin: top;
transform: scaleY(0);
font-size: 18px;
transition: max-height 0.6s ease, opacity 0.5s ease, padding 0.5s ease;
}

.drawer-box.active {
transform: scaleY(1);
max-height: max-content !important;
} */
a.btn09__container {
    text-decoration: none;
}
a.btn01__container {
    text-decoration: none;
}
a.btn10__container {
    text-decoration: none;
    display: block;
}