@import url("/common/css/keyvisual.css?20250108");

html {
    margin-bottom: 6.5vw;
}

.kv_wrap_bg {
    background-image: url(/common/img/facility_construction/kv_facility_construction_bg.jpg) !important;
}

.kv_wrap2 {
    margin-bottom: 1vw;
}

.kv_wrap2 .shisetsu .text_box{
    top: 4vw;
}

.facility_construction_logo {
    width: 16vw;
    margin: 8vw 0px 0.5vw 0;
}

.facility_construction_logo img {
    width: 100%;
}

.facility_construction .gray {
    background-color: #f7f8f8;
    margin-bottom: 1vw;
    width: 98.5vw;
    overflow: hidden;
    padding: 2vw 0;
}

.facility_construction .overlap-group-container {
    align-items: flex-start;
    background-image: url(../img/other/--------98.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
    min-height: 500px;
    width: 100%;
}

.facility_construction .flex-row {
    background-color: var(--white);
    margin-top: 44px;
    padding: 40px;
}

.facility_construction .left {
    margin-bottom: 37.0px;
    width: 300px;
}

.facility_construction .box {
    align-items: flex-start;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--sonic-silver);
    height: 60px;
    min-width: 300px;
    padding: 17px;
    text-align: center;
}

.facility_construction .arrow {
    height: 8px;
    margin-top: 34px;
    width: 26px;
}

.facility_construction .right {
    padding-left: 30px;
}

.facility_construction .contents {
    display: block;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 100vw;
    height: 11vw;
    margin-right: unset;
    /*    overflow: hidden;*/
    position: fixed;
    bottom: 0vw;
    left: 0;
    margin-bottom: 0;
    /*    box-shadow: 0 0 10px rgba(0, 0, 0, .1);*/
    padding-left: 0.5vw;
    background-color: rgba(255, 255, 255, .5);
    /*    backdrop-filter: saturate(180%) blur(20px);*/
    opacity: 1;
    transform: translateY(6.5vw);
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
}

.facility_construction .contents * {
    transition: transform 0.8s ease, opacity 0.3s ease;
    transition: all 0.5s;
}

.facility_construction .content {
    height: 9vw;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 15vw !important;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0.4vw;
    opacity: 0.5 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.facility_construction .content:hover {
    background-size: 110% 110%;
    opacity: 1 !important;
    transform: translateY(-6.5vw);
}

.facility_construction .content_label {
    background-color: var(--log-cabin);
    padding: 0.1vw 0.5vw;
    position: absolute;
    left: 0;
    top: 0;
}

.facility_construction .content:hover .content_label {
    background-color: #fff;
}

.facility_construction .content:hover .content_label h3 {
    color: #343434;
}

.facility_construction .content_label h3 {
    margin: 0;
    font-size: 1vw;
    color: #fff;
}

.facility_construction .link_arrow_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/common/arrow_box.svg);
    background-size: 100% 100%;
    height: 2.6vw;
    min-width: 2.6vw;
    padding: 1vw 1vw;
}

.facility_construction .content:hover .link_arrow_wrap {
    filter: invert(100%) brightness(100%);
}

.facility_construction .link_arrow {
    background-image: url(../img/index/btn_arrow_white2.svg);
    background-size: 100% 100%;
    height: 0.6vw;
    width: 0.6vw;
    position: absolute;
    right: 0.5vw;
    bottom: 0.5vw;
}

.facility_construction .content:hover .link_arrow {
    filter: invert(0%) brightness(0%);
}

.facility_construction .cont {
    margin-top: 4vw;
    padding: 4vw;
    padding: 4vw 2vw;
    width: calc(100% - 16vw);
    position: fixed;
    top: 5vh;
    left: 8vw;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0.5vw;
    z-index: 1000;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.cont .container {
    width: 100%;
}

.close_btn {
    top: calc(5vh + 1vw);
}

.facility_construction_box {
    width: 100%;
    padding: 0vw;
    margin-bottom: 5vw;
    position: relative;
    display: flex;
    gap: 10%;

    background-color: #f7f8f8;
    margin-bottom: 1vw;
    overflow: hidden;
    padding: 2vw;
}

.facility_construction_img {
    width: 50%;
    height: fit-content;
}

.facility_construction_img img {
    width: 100%;
}

.facility_construction_img div {
    width: 100%;
    padding: 0vw;
    position: relative;
    display: flex;
    gap: 2%;
}

.facility_construction_img div img {
    width: 49%;
}

.facility_construction_txtbox {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}