@charset "utf-8";
/* CSS Document */

/* =========================================================
 #visual
========================================================= */   
#visual{
    max-width: 1920px;
    margin: 0 auto;
}

#visual .top_mv{
    background-image: url(../img/top/top_mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 0px;
    padding-top: 46.875%;
    position: relative;
}

#visual .top_mv .catchFadeIn{
    animation: fadeIn 3.4s ease 1 normal;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#visual .top_mv a.bnr{
    position: absolute;
    bottom:2rem;
    right:2rem;
    transition: 0.8s ease;
}
#visual .top_mv a.bnr:hover{
    opacity: 0.5;
}
#visual .top_mv a.bnr img{
    width: 30vw;
    max-width: 450px;
    height: auto;
}

@keyframes fadeIn{
    0%{opacity: 0}
    100%{opacity: 1}
}

#visual .top_mv .sp_catch{
    display: none;
}

/* =========================================================
 #secPhilosophy
========================================================= */
#secPhilosophy .flexwrap{
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

#secPhilosophy .flexwrap .desc{
    margin: 80px 120px 0 0;
    font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#secPhilosophy .flexwrap figure figcaption{
    margin-top: 20px;
    width: 370px;
    line-height: 1.7;
}

#secPhilosophy .flexwrap figure figcaption span{
    font-weight: bold;
    display:block;
    margin-bottom: 5px;
}

/* =========================================================
 #secLink
========================================================= */
#secLink ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#secLink ul li a{
    width: 580px;
    height: 300px;
	background-color: #fff;
    display: flex;
    position: relative;
}

#secLink ul li a:after{
    content: "";
    background-image: url(../img/common/arrow_navy.svg);
    background-repeat: no-repeat;
    background-size: 22px 5px;
    width:22px;
    height: 5px;
    position: absolute;
    top:50%;
    right: 15px;
    margin-top: -3px;
    transition: all .3s;
}

#secLink ul li a:hover:after{
    right: 0px;
}

#secLink ul li a .link_title{
    display: flex;
    align-items: center;
    margin-left: 40px;
    color: #1b3766;
    font-size: 28px;
}






@media screen and (max-width: 768px) {
/* =========================================================
 #visual
========================================================= */    
#visual{
    max-width: auto;
}

#visual .top_mv{
    background-image: url(../img/top/sp_mv.jpg);
    padding-top: 74.6875%;
}

#visual .top_mv .sp_catch{
    display: block;
}    

#visual .top_mv .pc_catch{
    display: none;
}

#visual .top_mv .catchFadeIn{
    max-width: 80%;
    }
#visual .top_mv .bnr{
    bottom:1rem;
    right:1em;
}
#visual .top_mv a.bnr img{
    width: 50vw;
}

/* =========================================================
 #secPhilosophy
========================================================= */
#secPhilosophy{
}
    
#secPhilosophy .flexwrap{
    width: auto;
    display: block
}

#secPhilosophy .flexwrap .desc{
    margin: 0 auto 30px auto;
    font-size: 3.75vw;
}

#secPhilosophy .flexwrap figure figcaption{
    width: auto;
}
    
/* =========================================================
 #secLink
========================================================= */
#secLink ul{
    width: auto;
    margin: 0 auto;
    display: block;
}
    
#secLink ul li:first-of-type{
    margin-bottom: 20px;
    }    
    
#secLink ul li a{
    width: auto;
    height: auto;
}
    
#secLink ul li a:after{
    right: 10px;
}
    
#secLink ul li a img{
    width: 60%;
}
    
#secLink ul li a .link_title{
    font-size: 16px;
    font-weight: bold;
}      
    
    
    
    
    
    
    
    
    
    
    
}