/*既存CSSリセット*/

#Wrapper{
    background: #EDEEEF !important;
    
}

body:not(.template-slider) #Header_wrapper {
    background-image: none;

}

button{
  background-color: inherit !important;
  box-shadow: none !important;
  
}

h2:before{
  display: none;
}


/* MV --------------------*/

/* slick初期化前に隠す */
.slick-slider {
  visibility: hidden;
  opacity: 0;
}

/* slick初期化後に表示 */
.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-slide{
	height: auto!important;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	height: auto;
}

.slick-initialized .slick-slide{
    display: inline !important;
}

.slider div.mv_txtwrap{
    position: absolute;
    left: 10%;
    top: 20%;
}


.slider #mv2 div.mv_txtwrap{
    top: 13%;
}

@media(max-width: 1240px){
    .slider div.mv_txtwrap{
        position: inherit;
        /* top: 45.2%; */
    }
}

.mv-pc{
    display: block !important;
}   
.mv-sp{
    display: none !important;
}

.slick-dots{
    height: 20px;
}
  
@media(max-width: 1240px){
    .mv-pc{
        display: none !important;
    }
    .mv-sp{
        display: block !important;
    }

    .slider div.mv_txtwrap{
        left: 0%;
        padding: 0 40px 20px 40px;
        background: url(../images/top/mv_bg_sp.png) no-repeat top center;
        background-size: cover;
    }

    .slick-prev, .slick-next{
        top: 30vw;
    }
    
    .slick-dots{
        top: 56vw;
    }

    .slick-dots li button:before{
        font-size: 14px;
    }
    
}

@media(max-width: 768px){
    .slick-dots{
        top: 54vw;
    }
}
@media(max-width: 550px){
    .slick-dots{
        top: 51vw;
    }
}


@media(max-width: 768px){
    .slider div.mv_txtwrap{
        padding: 0 20px 20px 20px;
    }
}



.mv_txtwrap p:first-child{
    color: #005CB9;
    font-weight: bold;
    font-size: 2em;
    position: relative;
    padding-top: 0.5em;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    line-height: 1.5;
    /* text-shadow: 0px 0px 8px rgba(255, 255, 255, 1); */
}

.mv_txtwrap p:first-child:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 3px;
    background-color: #EA1D23;
}

.mv_txtwrap p:nth-child(2){
    color: #404040;
    line-height: 2;
    margin-bottom: 2rem;
    /* text-shadow: 0px 0px 8px rgba(255, 255, 255, 1); */
}

.mv_txtwrap p:nth-child(3) a{
    display: inline-block;
    color: #FFF;
    text-align: center;
    background-color: #EA1D23;
    width: auto;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 10px 1rem 12px 1rem;
    box-sizing: border-box;
    border-radius: 3px;
    line-height: initial;
    font-size: 1.2rem;
}

.mv_txtwrap p:nth-child(3) a:hover{
    opacity: 0.7;
}



/* #mv1{
    background: url(../images/top/mv_01.png) no-repeat top center;
    background-size: cover;
}

#mv2{
    background: url(../images/top/mv_02.png) no-repeat top center;
    background-size: cover;
}

#mv3{
    background: url(../images/top/mv_03.png) no-repeat top center;
    background-size: cover;
} */




#mv3 .mv_txtwrap p:first-child{
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 92, 185, 0.1);
    text-shadow: 0px 0px 8px rgba(1, 50, 100, 1);
}

#mv3 .mv_txtwrap p:nth-child(2){
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 92, 185, 0.1);
    text-shadow: 0px 0px 8px rgba(1, 50, 100, 1);
}

@media(max-width: 1240px){
    .mv-spNone{
        display: none;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 0;
    }

    #mv3 .mv_txtwrap p:first-child{
        color: #005CB9;
        padding-top: 1.5rem;
        margin-bottom: 1rem;
        text-shadow: none;

    }
    
    #mv3 .mv_txtwrap p:nth-child(2){
        color: #404040;
        line-height: 2;
        margin-bottom: 2rem;
        text-shadow: none;

    }
}


@media(max-width: 768px){

    .slick-prev, .slick-next{
        width: 32px;
        height: 47px;
    }

    .mv_txtwrap p:first-child{
        font-size: 1.8rem;
    }

    .mv_txtwrap p:nth-child(2){
        font-size: 1rem;
    }

}
@media(max-width: 450px){
    #mv2 .mv_txtwrap p:first-child br,
    #mv3 .mv_txtwrap p:first-child br{
        display: none;
    }
}






#mv-btm{
    padding: 1rem 0 6rem 0;
}

#mv-btm ul{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}



#mv-btm ul li{
    font-size: 0;
    position: relative;
    padding: 0;
    margin: 0;
    width: 31%;
    max-width: 370px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

#mv-btm ul li a{
    display: block;
    color: #005CB9;
}

#mv-btm ul li a:hover{
    color: #EA1D23;
    text-decoration: underline;
}
#mv-btm ul li img:hover{
    opacity: 0.7;
}

#mv-btm ul li img{
    width: 100%;
    margin: 0;
    padding: 0;
}


#mv-btm ul li p{
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    bottom: -0px;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 0;
}

@media(max-width: 1100px){
    #mv-btm ul li p{
        font-size: 1.0rem;
    }
}

#mv-btm ul li p span{
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -20px;
}

#mv-btm ul li p br{
    display: none;
}

#mv-btm ul li p::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 27px;
    background: url(../images/top/arrow_right.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
    right: 10px;
    position: absolute;
}

#mv-btm ul li p span::before{
    display: inline-block;
    margin-right: 10px;
}

#mv-btm ul li:nth-child(1) p span::before{
    content: "";
    width: 40px;
    height: 37px;
    background: url(../images/top/ico_1.png) no-repeat;
    background-size: contain;
}

#mv-btm ul li:nth-child(2) p span::before{
    content: "";
    width: 31px;
    height: 38px;
    background: url(../images/top/ico_2.png) no-repeat;
    background-size: contain;
}

#mv-btm ul li:nth-child(3) p span::before{
    content: "";
    width: 42px;
    height: 45px;
    background: url(../images/top/ico_3.png) no-repeat;
    background-size: contain;
}

#mv-btm p{
    background: #005CB9;
    text-align: center;
    border-radius: 3px;
    position: relative;
    line-height: 1.4;
}

#mv-btm p a br{
    display: none;
}

@media(max-width: 550px){
    #mv-btm p a br{
        display: block;
    }
}


#mv-btm p a{
    text-decoration: none;
    color: #FFF;
    display: block;
    padding: 1.4rem 1.2rem 1.2rem 1.2rem;
    font-size: 1.3rem;
    position: relative;
}


#mv-btm p a:hover{
    opacity: 0.7;
}

#mv-btm p a::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #EA1D23;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#mv-btm p a::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 27px;
    background: url(../images/top/arrow_right_white.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#mv-btm p a span{
  font-size: 1.0rem;
}


@media(max-width: 760px){
  #mv-btm p a span{
    display: block;
  }
}


@media(max-width: 420px){
    #mv-btm p a{
        padding: 1.2rem;
        font-size: 1.0rem;

    }
    #mv-btm p a::after{
        right: 5px;
    }
}

@media(max-width: 1240px){

    #mv-btm ul li span{
        display: flex;
        flex-direction: column;
        line-height: 1.4;
        left: 0;
    }

    #mv-btm ul li span::before{
        margin: 0 0 10px 0;
    }

    #mv-btm ul li span::after{
        display: none;
    }
}

@media(max-width: 970px){

    #mv-btm ul li span br{
        display: block;
    }

    #mv-btm ul{
        display: flex;
        flex-direction: column;
    }

    #mv-btm ul li{
        margin-bottom: 1rem;
        width: 100%;
        height: 100%;
        max-width: inherit;
    }

    #mv-btm ul li p{
        height: auto;
        font-size: 1.2rem;
    }

    #mv-btm ul li a{
        display: flex;

    }

    #mv-btm ul li img{
        width: 40%;
    }

    #mv-btm ul li p span{
        height: auto;
    }

    #mv-btm ul li p span::before{
        display: block;
        margin: auto;
        margin-bottom: 10px;
        position: relative;
    }

    #mv-btm ul li p::after{
        margin-right: 5px;
    }

}





#bg01{
    background: url(../images/top/bg01.png) no-repeat left top;
    background-size: cover; 
}
#bg02{
    background: url(../images/top/bg02.png) no-repeat right top;
    background-size: cover; 
}
#bg03{
    background: url(../images/top/bg03.png) no-repeat left top;
    background-size: cover; 
}

@media(max-width: 1240px){

    #bg01,
    #bg02,
    #bg03{
        padding-top: 53%;
    }

    #bg01{
        background: url(../images/top/bg01_sp.png) no-repeat center top;
        background-size: 100%; 
    }
    #bg02{
        background: url(../images/top/bg02_sp.png) no-repeat center top;
        background-size: 100%; 
    }
    #bg03{
        background: url(../images/top/bg03_sp.png) no-repeat center top;
        background-size: 100%; 
    }
}

@media(max-width: 570px){
    #bg01,
    #bg02,
    #bg03{
        padding-top: 50%;
    }
}



.txt-box{
    background: #FFF;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.14);;
    padding: 40px 50px;
    max-width: 570px;
    position: relative;
    top: 55px;
}

.txt-box h2{
    color: #005CB9;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    line-height: 1.5;
}

.txt-box::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 3px;
    background-color: #EA1D23;
}

.txt-box h2 + p{
    margin-bottom: 1.5rem;
}

.txt-link{
    margin-bottom: 0;
}

.txt-link a{
    display: inline-block;
    color: #FFF;
    text-align: center;
    background-color: #EA1D23;
    text-decoration: none;
    padding: 10px 2rem;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: bold;
    line-height: initial;
}

.txt-link a:hover{
    opacity: 0.7;
}


.wrap-right,
.wrap-left{
    position: relative;
    margin-bottom: 110px;
}

.wrap-right .wrap{
    display: flex;
    justify-content: flex-end;  
}

@media(max-width: 1240px){
    .wrap-right,
    .wrap-left{
        position: relative;
    }

    .wrap-right .wrap{
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    .txt-box{
        width: 100%;
        max-width: inherit;
        /* top: 450px; */
        z-index: 2;
        padding: 40px 25px 25px 25px;
    }
}

.wrap-half .wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.news,
.linkedIn{
    width: 48%;
}

@media(max-width: 768px){
    .wrap-half .wrap{
        display: flex;
        justify-content: normal;
        margin-bottom: 5rem;
        flex-direction: column;
    }

    .news,
    .linkedIn{
        width: 100%;
    }

    .news{
        margin-bottom: 4rem;
    }
}


.news h2{
    color: #005CB9;
    font-weight: 100;
    position: relative;
    font-family: Hiragino Kaku Gothic ProN !important;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news h2::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 4rem;
    height: 3px;
    background-color: #EA1D23;
}

@media(max-width: 768px){
    .news h2{
        margin-bottom: 0;
    }
}


.news-listSP{
    display: none !important;
}

.news h2 + p{
    border-bottom: solid 1px #404040;
    text-align: right;
    padding-bottom: 0.5rem;
}
@media(max-width: 768px){
    .news h2 + p{
        display: none;
    }
}


.news h2 + p a{
    color: #404040;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.news h2 + p a:hover{
    opacity: 0.7;
}

.news h2 + p a:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/top/arrow_right_black.png) no-repeat center center;
    background-size: cover;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

@media(max-width: 768px){
    .news-listSP{
        text-align: right;
        padding-bottom: 0.5rem;
        position: relative;
        padding: 1rem 0 0 0;
        display: block !important;
    }

    .news-listSP::after{
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/top/arrow_right_black.png) no-repeat center center;
        background-size: cover;
        position: relative;
        top: 3px;
        margin-left: 5px;
    }

    .news-listSP a{
        color: #2b2c2c !important;
    }
    .news-listSP a:hover{
        color: #EA1D23;
        text-decoration: underline;
    }
    
}




.news-area{

    padding-right: 1rem;
}


.news-area div{
    padding: 1rem 0 0.5rem 0;
    border-bottom: solid 1px #d3d4d5;

}

.news data{
    color: #7C868C;
    font-size: 0.8rem;
}

.news p{
    line-height: 1.5;
    margin-bottom: 1rem;
    width: 100%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 表示する行数 */
    overflow: hidden;

}

.news p a{
    color: #005CB9;
    text-decoration: none;
    text-align: right;
    display: inline-block;
}

.news p a:hover{
    color: #EA1D23;
    text-decoration: underline;
}

.news p:last-child{
    text-align: right;
    margin-bottom: 0;
}

.linkedIn{
    height: 600px;
    overflow: auto;
    padding-right: 1rem;
}

