.wrap_03_box_content {
    transition: all .2s ease;
    border-radius: 4px;
}
.wrap_03_box_content:hover {
    transform: scale(1.05);
    box-shadow: 2px 10px 30px 2px rgb(65 115 178 / 30%);
}
.index__major-item:hover {
    transform: scale(1.05);
    box-shadow: 2px 10px 30px 2px rgb(65 115 178 / 30%);
}
.webnav_item {
    padding: 20px;
    border-radius: 6px;
}
.webnav_item:hover {
    transform: scale(1.05);
    box-shadow: 2px 10px 30px 2px rgb(65 115 178 / 30%);
}