.sec05 {
    margin-top: 120px;
}

@media (min-width: 681px) {
    .message .titleEn {
        font-size: 72px;
    }
}

.tab__list {
    gap: 16px;
}

.tab__item {
    flex: 0 0 100%;
    margin: 0 !important;
}

@media (min-width: 681px) {
    .tab__item {
        flex: 0 0 calc(20% - 12.8px);
    }
}

@media (min-width: 681px) {
    .tab__section {
        font-size: 12px;
        padding: 12px 16px 13px 12px;
    }
}

.tab__section:after {
    background-color: #fff;
    border: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    height: 9px;
    right: 4px;
    top: 16px;
    width: 18px;
}

@media (min-width: 681px) {
    .tab__section:after {
        height: 8px;
        top: 20px;
        width: 12px;
    }
}

.sas .sec__title {
    margin: 0 0 20px;
}

.sas__health {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    justify-content: flex-start;
    margin: 20px 0 0;
}

.sas__health__item {
    align-items: stretch;
    display: flex;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    gap: 20px;
    justify-content: space-between;
    min-width: 0px;
}

@media (min-width: 681px) {
    .sas__health__item {
        flex: 0 0 calc(50% - 20px);
        gap: 30px;
    }
}

.sas__health__item__head__content {
    margin: 0 0 20px;
}

.sas__health__item__fig a {
    display: block;
    margin: 0 auto;
    position: relative;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 120px;
}

@media (min-width: 681px) {
    .sas__health__item__fig a {
        width: 170px;
    }
}

.sas__health__item__fig a:before {
    background-image: url(../img/sustainability/icon-scale.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 2vw;
    content: "";
    display: block;
    height: 6vw;
    position: absolute;
    right: 2vw;
    width: 6vw;
}

@media (min-width: 681px) {
    .sas__health__item__fig a:before {
        bottom: 4px;
        height: 36px;
        right: 4px;
        width: 36px;
    }
}

.sas__health__item__fig a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .sas__health__item__fig a:hover {
        opacity: 0.65;
    }
}

.about__imageListItem {
    position: relative;
}