@import url("/common/css/sp/keyvisual.css");

html {
    margin-bottom: 6.5vw;
}

.kv_wrap_bg {
    background-image: url(/common/img/facility_construction/kv_facility_construction_bg.jpg) !important;
}

.facility_construction {}

.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 .logo {
    width: 100%;
    margin: 5vw auto 10vw auto;
    display: block;
}

.facility_construction .gray {
    background-color: var(--gallery-2);
    margin-top: 6vw;
    padding: 6vw 0;
    width: 100%;
}

.facility_construction .flex {
    display: block;
}

.facility_construction .flex-row {
    background-color: var(--white);
    margin-top: 6vw;
    padding: 6vw;
}

.facility_construction .left {
    margin-bottom: 2vw;
    width: 100%;
}

.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: 2vw;
    margin-top: 4vw;
    width: 6vw;
}

.facility_construction .right {
    padding-left: 0;
    margin-bottom: 6vw;
}

.facility_construction .contents {
    display: block;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 100vw;
    height: auto;
    margin-right: unset;
    overflow: hidden;
    bottom: 0vw;
    left: 0;
    margin-top: 4vw;
    margin-bottom: 0vw;
    padding-left: 4vw;
}

.facility_construction .contents * {
    transition: all 0.5s;
}

.facility_construction .content {
    height: 24vw;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 42vw !important;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 2vw;
    margin-bottom: 3vw;
}

.facility_construction .content:hover {
    background-size: 110% 110%;
}

.facility_construction .content_label {
    background-color: var(--log-cabin);
    padding: 0.5vw 1.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: 3vw;
    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;
    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 + -4vw);
}

.facility_construction_box {
    width: 100%;
    padding: 0vw;
    margin-bottom: 5vw;
    position: relative;
    display: block;
    gap: 10%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 3vw;
}

.facility_construction_img {
    width: 100%;
    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: 100%;
}

.facility_construction_txtbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}