@import url("/common/css/keyvisual.css?20250108");

/* -------------------------------  */
.index {
    padding-bottom: 0.5vw;
}

/*.garage {
    align-items: flex-start;
    display: flex;
    min-width: 100%;
    height: 55vw;
    overflow: hidden;
}
*/
/* -------------------------------  */
.kv_wrap2 .shisetsu .text_box {
    top: 3vw;
}

.facility_construction_logo {
    width: 16vw;
    margin: 4vw 0px 1.5vw 0;
}

.facility_construction_logo img {
    width: 100%;
}

.index .news_box {
    background-color: #f7f8f8;
    /*    height: 16vw;*/
    height: 19vw;
    width: 100%;
    overflow-x: hidden;
    margin-top: 0.5vw;
    position: relative;
}

.index .news_box_left {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding: 1.5vw 0 0 12vw;
    width: 28vw;
}

.index .index_news_list_wrap {
    left: 28vw;
    position: absolute;
    top: 1.5vw;
    overflow: hidden;
    height: 13vw;
    width: 72vw;
}

.index .index_news_list {
    position: absolute;
    left: 0;
    top: 0;
    align-items: flex-start;
    display: flex;
    gap: 1vw;
}

.index .index_news_item {
    /*    align-items: flex-end;*/
    background-color: var(--white);
    box-shadow: 0px 0px 1vw #00000012;
    width: 100%;
    width: 16vw;
    /*
    display: flex;
    gap: 1vw;
    */
}

.index .index_news_item:hover {
    opacity: 1;
    background-color: #fff;
}

.index .index_news_item .news_txtbox {
    gap: 0.5vw;
    min-height: auto;
    width: 12vw;
}

.news_slide_wrap {
    height: auto;
    padding: 0.5vw;
    position: relative;
}

.index .index_news_item .img {
    height: 9vw;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: 100% auto;
    transition: all 0.5s;
    background-repeat: no-repeat;
}

.index .index_news_item:hover .img {
    background-size: 110% auto;
}

.index .index_news_item .news_date {
    letter-spacing: 0;
    line-height: 1vw;
    min-height: 1vw;
    white-space: nowrap;
    font-size: 0.8vw;
    margin-bottom: 0.3vw;
    font-weight: 500;
}

.index .index_news_item:hover .news_date {
    opacity: 0.5;
}

.index .index_news_item .news_txt {
    line-height: 1.3vw;
    min-height: 1.4vw;
    width: 100%;
    font-size: 1vw;
    margin-bottom: 0.6vw;
    font-weight: 500;
    height: 1em;
    overflow-y: hidden;
}

.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.4vw;
    right: 0.2vw;
    background-repeat: no-repeat;
}

.index .index_news_item:hover .news_arrow_box {
    background-image: unset;
}

.index .news_box_ttl {
    color: #343434;
    font-size: 0.9vw;
    font-weight: 600;
    left: 0;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
}

.index .news_box_ttl_en {
    color: #343434;
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: 0.5vw;
    line-height: normal;
}

.index .news_box_left_txt {
    height: auto;
    margin-top: 2.5vw;
}

.index .news_box_left_btn span {
    font-weight: 600;
    font-size: 0.8vw;
}

.index .news_box_left_btn span:before {
    content: "＿";
}

.index .garuxgarage_logo {
    width: 16vw;
    margin: 4vw 0px 1.5vw 0;
}

.index .kv_wrap2 .garage .text_box {
    top: 4vw;
}

.news_box_control {
    position: absolute;
    right: 1.5vw;
    bottom: 1vw;
}

.news_box_control ul {
    display: flex;
    gap: 0.2vw;
}

.news_box_control ul li {
    background-color: #343434;
    width: 2.5vw;
    height: 2.5vw;
    padding: 0;
    min-height: unset;
    line-height: 2.5vw;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}

.news_box_control ul li:hover {
    opacity: 0.8;
}

.news_box_control ul li:nth-child(1):before,
.news_box_control ul li:nth-child(2):before {
    color: #fff;
    line-height: 2.5vw;
    font-size: 1vw;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.news_box_control ul li:nth-child(1):before {
    content: "\f104";
}

.news_box_control ul li:nth-child(2):before {
    content: "\f105";
}

.news_box_control ul li.off:nth-child(1):before,
.news_box_control ul li.off:nth-child(2):before {
    color: #666;
}