/* MV */
.un_info_mv {
    position: relative;
}
.un_info_mv_txt {
    position: absolute;
    color: #fff;  
    z-index: 1;  
    top: 50%;  
    transform: translateY(-50%);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .15em;
    text-shadow: #07254A 0 0 20px;   
    padding-left: 3.5vw;
    font-size: 4vw;
}
@media screen and (min-width: 769px){
    .un_info_mv_txt {    
        font-size: 2.625rem;
        line-height: 2;    
        padding-left: 6%;
    }
    
}

/* ataglanceNumber */
.ly_cont__bgWh .un_ataglanceNumber_unit {
    border: 1px solid #CCCCCC;
}
.un_ataglanceAbout {
    position: relative;
} 
.un_ataglanceAbout::after {
    z-index: -1;
}   
@media screen and (min-width: 769px){        
    .un_ataglanceAbout::after {
        position: absolute;
        right: 0;
        left: 0;
        top: 41%;
    }        
}

/* un_connectionBox */
.un_connectionBox {
    background: #fff;
    border-radius: 5px;
    padding: 35px 25px 25px;
    position: relative;
}
.un_connectionBox_ttl {
    position: absolute;
    top: -15px;
}
.un_connectionBox_btns {
    margin-top: 0;
}
@media screen and (min-width: 769px){   
    .un_connectionBox {
        padding: 64px 60px;
    }
    .un_connectionBox_ttl {
        top: -25px;
    }
    .un_connectionBox_btns {
        justify-content: center;
    }
    .un_connectionBox_btns > * {
        flex: 1;
        max-width: 368px;
    }
    .un_connectionBox_btns .el_linkBtn_item {
        width: 100%;
    }
}

/* un_decowave */
.un_decowave {
    position: relative;
}
.un_decowave::before {
    position: absolute;
    content: "";
    background: url(/common/images/deco_map_dash.svg) no-repeat;
    background-size: auto;
    background-size: cover;
    display: none;
}
.un_vision_decowave_inner::before {
    right: auto;
    left: 10px;
}
@media screen and (min-width: 769px) {
.un_decowave::before {
    width: 270px;
    height: 146px;
    top: -70px;
    left: 928px;
    display: block;
}
.un_vision_decowave_inner::before {
    right: auto;
    left: 0;
}
}
  
/* un_scrollHistory */
.un_scrollHistory_unit {
    position: relative;
}
.un_scrollHistory {
    background: #7D9CD6;
    padding: 30px 0 10px;
    margin-top: 40px;
    border-radius: 20px 0 0 20px;
    margin-right: calc(50% - 50vw);
}
.un_scrollHistory::before {
    content: "スクロールできます";
    box-sizing: border-box;
    padding-top: 51px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    width: 154px;
    height: 76px;
    display: block;
    background-color: rgba(0,0,0,0.4);
    background-image: url(/images/ataglance/icon_scroll.png);
    background-repeat: no-repeat;
    background-position: center top 14px;
    border-radius: 40px;
    color: #fff;
    pointer-events: none;    
    position: absolute;
    left: calc(50% - 79px);
    top: calc(50% - 38px);
    z-index: 80;
    transition: opacity .2s;
}
.un_scrollHistory.is-scroll::before {
    opacity: 0;
}
.un_scrollHistory_inner {
    padding: 0 30px;
    overflow-x: scroll;

    scrollbar-color: rgba(2, 50, 140, .22) transparent;
    scrollbar-width: thin;
}
.un_scrollHistory_inner::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
    height: 6px;
} 
.un_scrollHistory_inner::-webkit-scrollbar-thumb {
    background-color: rgba(2, 50, 140, .22);
    border-radius: 5px;
    width: 6px;
    height: 6px;
}
.un_scrollHistory_list {
    display: grid;
    grid-template-rows: repeat(2, 1fr); 
    grid-auto-flow: column;
    position: relative;
    width: fit-content;
    gap: 45px 60px;
    margin-left: 140px;
}
.un_scrollHistory_list::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 25px);  
    left: -122px;
    width: calc(100% + 140px);
    height: 60px;
    background: url(/images/ataglance/line_history.png) repeat-x left center;
}
.un_scrollHistory_list::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 23px);  
    right: -153px;
    width: 220px;
    height: 60px;
    background: url(/images/ataglance/line_history_arrow.png) no-repeat right center;
}
.un_scrollHistory_list_item {
    width: 210px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.un_scrollHistory_list_item::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -3px;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    border: 3px solid #02328D;
    background: #fff;
    box-sizing: border-box;
    z-index: 1;
}
.un_scrollHistory_list_item:nth-child(odd) {
    flex-direction: column-reverse;  
    margin-left: -132px;
}
.un_scrollHistory_list_item:nth-child(odd)::before {
    top: auto;
    bottom: -12px;
}
.un_scrollHistory_list_item:nth-child(odd) .un_scrollHistory_main {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;    
    padding-bottom: 20px;
}
.un_scrollHistory_main {
    position: relative;
    padding-left: 25px;
    padding-top: 20px;
}
.un_scrollHistory_main::before {
    content: "";
    height: calc(100% - 7px);
    width: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.un_scrollHistory_year {
    color: #02328D;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding: 10px 0;
}
.un_scrollHistory_year > em {
    font-size: 30px;
    letter-spacing: 0;;
    font-weight: 500;
    display: block;
}
.un_scrollHistory_text {
    color: #fff;
    font-weight: 400;
    letter-spacing: .08em;
    max-width: 185px;
    margin: 0;
    font-size: .89rem;
}
.un_scrollHistory_img {
    margin-left: 25px;
    border-radius: 3px;
    background: #EDF1F7;
    padding: 4px;
    width: fit-content;
}
.un_scrollHistory_img img {
    border-radius: 1px;
}

@media screen and (min-width: 769px) {
    .un_scrollHistory {
        padding: 43px 10px 10px;
        margin-top: 50px;
    }
    .un_scrollHistory_unit {
        max-width: 1200px;
        width: 100%;
    }
    .un_scrollHistory_list {  
        margin-left: 211px;
    }
    .un_scrollHistory_text {
        font-size: 1rem;
    }
}

/* vision */
.un_secVision {
    position: relative;
}
.un_secVision::before {
    content: "";
    width: 100%;
    height: 39%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(/images/ataglance/bg_vision_wave.png) repeat center top;
}
@media screen and (min-width: 769px) {
    .un_secVision::before {
        height: 47.3%;
    }
}