@import url("/common/css/sp/keyvisual.css");

/* -------------------------------  */
.index {
    padding-bottom: 6vw;
}

/*.garage {
    align-items: flex-start;
    display: flex;
    min-width: 100%;
    height: 55vw;
    overflow: hidden;
}
*/
/* -------------------------------  */

.index .news_box {
    background-color: var(--gallery-2);
    width: 100%;
    overflow-x: hidden;
    margin-top: 3vw;
    position: relative;
}

.index .news_box_left {
    align-items: flex-start;
    display: flex;
    gap: 1cqw;
    padding: 3vw 6vw 6vw 6vw;
    width: 100%;
}

.index .index_news_list {
    display: block;
    gap: 1cqw;
    overflow: hidden;
    padding: 0 6vw;
    padding-bottom: 0vw;
}

.index .index_news_item {
    background-color: #fff;
    box-shadow: 0px 0px 1cqw #00000012;
    width: 100%;
    display: block;
    margin-bottom: 6vw;
}

.index .index_news_item:hover {
    opacity: 1;
    background-color: #f0f0f0;
}

.index .index_news_item .news_txtbox {
    gap: 0.5cqw;
    min-height: auto;
    width: 12cqw;
}

.news_slide_wrap {
    padding: 2vw 3vw;
    position: relative;
}

.index .index_news_item .img {
    height: 50vw;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
    display: none;
}

.index .index_news_item:hover .img {
    background-size: auto 110%;
}

.index .index_news_item .news_date {
    font-size: 2.5vw;
    margin-bottom: 1vw;
    font-weight: 500;
}

.index .index_news_item:hover .news_date {
    opacity: 0.5;
}

.index .index_news_item .news_txt {
    width: 100%;
    font-size: 3vw;
    line-height: 1.4;
    margin-bottom: 0vw;
    font-weight: 500;
}

.index .index_news_item:hover .news_txt {
    opacity: 0.5;
}

.index .index_news_item .news_arrow {
    background-image: url(../img/index/btn_arrow_white2.svg);
    background-size: 100% 100%;
    background-color: #000;
    mask-image: url(../img/index/btn_arrow_white2.svg);
    height: 10px;
    width: 12px;
    transition: all 1s;
}

.index .index_news_item:hover .news_arrow {
    background-image: unset;
}

.index .index_news_item .news_arrow_box {
    background-image: url(../img/index/btn_arrow_white2.svg);
    background-size: 100% 100%;
    background-color: #000;
    mask-image: url(../img/index/btn_arrow_white2.svg);
    height: 10px;
    width: 12px;
    transition: all 1s;
    position: absolute;
    bottom: 0.4cqw;
    right: 0.2cqw;
    background-repeat: no-repeat;
}

.index .index_news_item:hover .news_arrow_box {
    background-image: unset;
}

.index .news_box_ttl {
    color: #343434;
    font-size: 3vw;
    font-weight: 600;
    left: 0;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
}

.index .news_box_ttl_en {
    color: #343434;
    font-size: 6vw;
    font-weight: 600;
    letter-spacing: 0.5vw;
    line-height: normal;
}

.index .news_box_left a {
    font-size: 3vw;
    margin-left: auto;
    margin-top: 9vw;
}

.index .news_box_left_txt {
    height: auto;
    margin-top: 1.5vw;
}

.index .news_box_left_btn span {
    font-weight: 600;
    font-size: 3vw;
}

.index .news_box_left_btn span:before {
    content: "＿";
}

.garuxgarage_logo,
.facility_construction_logo {
    width: 60vw;
    display: block;
    margin: 4vw auto 3vw 0;
}

.garuxgarage_logo img,
.facility_construction_logo img {
    width: 100%;
}

.index .news_box {
    background-color: #f7f8f8;
}

.index .index_news_item {
    margin-bottom: 0vw;
}

.index .index_news_list {
    padding-bottom: 6vw;
}