.section-banner {
    position: relative;
}

.banner-background {
    height: 22.9vw;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E36F1CCC;
    width: 28.125vw;
    height: 10.42vw;
    border-radius: 1.042vw;
    text-align: center;
}

.banner-sub {
    margin-top: 1.5625vw;
    color: #3B3B3B;
    font-size: 1.667vw;
    font-weight: 700;
}

.banner-title {
    font-size: 2.5vw;
    line-height: 4.1667vw;
    color: #ffffff;
    font-weight: 600;
}

.block-content-subtitle {
    font-size: 1.46vw;
    line-height: 1.5vw;
    display: inline-block;
    border-bottom: 5px solid #E36F1C;
    padding-bottom: 6px;
    font-weight: 700;
    margin-bottom: 1.5625vw;
}

.block-content-desc {
    white-space: pre-line;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.875vw;
    letter-spacing: 0.075vw;
    margin-bottom: 2.6vw;
}

.recruit-list-image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 11.72vw;
    gap: 5px;
}
.recruit-image {
    width: 100%;
    object-fit: cover;
    border-radius: 0.52vw;
}

.recruit-list-image .recruit-image:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
}

.recruit-list-image .recruit-image:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.essentials-block .block-container {
    width: 100vw;
}

.product-page .list-tab-button {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.0625vw;
    gap: 1px;
    background-color: #B1B5C3;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.product-page .tab-button {
    width: 100%;
    height: 2.92vw;
    box-sizing: border-box;
    border: none;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    border-radius: 0;
}

.tab-button:hover {
    background: #FFE3B7;
}

.tab-button-span {
    font-weight: 700;
    font-size: 0.9375vw;
    letter-spacing: 0.1vw;
    display: flex;
    margin: auto 0;
    position: relative;
}

.tab-button.button-active {
    background: #E36F1C;
    cursor: default;
}

.tab-button.button-active .tab-button-span {
    color: #ffffff;
}

.food-block {
    background: #F8EAE1;
}

.tab-button .icon-active {
    display: none;
}

.tab-button .icon-inactive {
    display: block;
}

.button-active .icon-active {
    display: block;
}

.button-active .icon-inactive {
    display: none;
}

.tab-button img {
    width: 1.042vw;
    height: 1.042vw;
    margin: auto 0;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(0, -50%);
}

.food-tab-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6vw 1.5625vw;
}

.food-tab {
    display: none;
}

.food-tab.tab-active {
    display: block;
}

.food-item {
    display: flex;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0.52vw;
    position: relative;
}

.food-item-image {
    width: 45.5%;
}

.food-item-detail {
    width: 54.5%;
    padding-left: 1.3vw;
    padding: 0.9375vw 1.3vw 0.83vw;
    box-sizing: border-box;
}

.food-item-title {
    font-size: 1.042vw;
    line-height: 1.3vw;
    margin-bottom: 0.52vw;
}

.food-item-desc {
    font-size: 0.83vw;
    line-height: 1.3vw;
}

.food-item-link {
    position: absolute;
    width: 0.9375vw;
    height: 1.042vw;
    right: 2.1875vw;
    bottom: 0.9375vw;
}

.food-item:hover {
    overflow: hidden;
}
.food-item:hover .food-item-image {
    transform: scale(1.1);
    transition: transform .5s ease;
}

@media only screen and (min-width: 600px) and (max-width: 820px) {
 
    .tab-button-span {
        font-size: 1.5vw;
        line-height: 3vw;
    }

    .tab-button img {
        width: 2vw;
        height: 2vw;
        margin-right: 0.5vw;
    }

    .tab-button {
        height: 4vw;
    }

    .food-item-title {
        font-size: 1.5vw;
        line-height: 2.4vw;
    }

    .food-item-desc {
        font-size: 1.2vw;
        line-height: 2.4vw;
    }

    .food-item-link  {
        width: 1.3vw;
        height: 1.5vw;
    }
}

@media only screen and (max-width: 600px) {

    .link-more {
        border-radius: 25.44vw;
    }

    .link-more span::after {
        right: 5.09vw;
        width: 5.09vw;
        height: 5.09vw;
    }

    .section-banner {
        height: 45.8vw;
    }

    .banner-background {
        height: 100%;
    }

    .banner-content {
        width: 81.42vw;;
        height: 31.3vw;
        border-radius: 5.089vw;
    }

    .banner-sub {
        font-size: 6.1vw;
        margin-top: 6.87vw;
    }

    .banner-title {
        line-height: 10.2vw;
        font-size: 7.1vw;
    }

    .block-title {
        margin-bottom: 4vw;
    }

    .block-content-subtitle {
        font-size: 5vw;
        text-align: center;
        width: 100%;
        letter-spacing: 0.5089vw;
        padding-bottom: 2.6vw;
        margin-bottom: 7.634vw;
    }

    .block-content-desc {
        font-size: 4.07125vw;
        line-height: 7.634vw;
        letter-spacing: 0.285vw;
        margin-bottom: 12.723vw;
    }


    .list-tab-button {
        display: grid;
        gap: 0.5vw;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 17.22vw;
    }

    .tab-button {
        height: 10.17vw;
        border-radius: 0;
    }

    .tab-button-span {
        font-size: 4.58vw;
    }

    .product-page .block-container {
        width: 89vw;
    }

    .tab-button img {
        width: 3.65vw;
        height: 3.65vw;
        position: relative;
        margin: auto 0;
        left: -2vw;
        top: 2vw;
    }

    .food-tab-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 7.634vw;
    }

    .food-item {
        height: 53.44vw;
        border-radius: 2.55vw;
        overflow: hidden;
    }

    .food-item-image {
        object-fit: cover;
    }

    .food-item-detail {
        padding: 4.8vw 3.82vw;
    }

    .food-item-title {
        font-size: 4.07125vw;
        line-height: 6.6vw;
        margin-bottom: 3.05vw;
    }

    .food-item-desc {
        font-size: 3.56vw;
        line-height: 5.6vw;
    }

    .food-item-link {
        width: 3.56vw;
        height: 3.56vw;
        right: 6.36vw;
        bottom: 7vw;
    }

    .block-food-tab {
        padding: 18.5vw 0;
    }

}

