@charset "UTF-8";

/*******************************
 
CorporateCss
一覧で利用するCSS
 
*******************************/
.corpolate-list #main-img{
    background: #c6e8ed url(../img/main_img.jpg) no-repeat center top;
    background-position: center top;
    background-size: contain;
    padding: 8% 0;
}
.corpolate-list p{
    margin: 80px auto;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2.2;
}
.corpolate-list .mod-pagelink .btn.back-list{
    display: none;
}
@media screen and (max-width: 767px){
    .corpolate-list p{
        text-align: left;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 2;
        margin: 40px auto 10px;
    }
}


/*******************************
 
CommonCss
会社情報で利用するCSS
 
*******************************/

/*------mod-pagelink------*/
.mod-pagelink{
    margin-bottom: 80px;
}
.mod-pagelink .link{
    margin: 60px auto 30px;
}
.mod-pagelink .link li{
    display: inline-block;
    width: 210px;
    height: 210px;
    vertical-align: top;
    margin: 0 20px;
}
.mod-pagelink .link li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.mod-pagelink .link li a .img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.mod-pagelink .link li a .img img{
    -webkit-transition: transform .4s ease 0s;
    transition: transform .4s ease 0s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mod-pagelink .link li a:hover .img img{
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.mod-pagelink .link li a .ttl{
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 40px;
    padding: 5px 20px;
}
.mod-pagelink .link li a .ttl:before{
    content: "";
    display: block;
    width: 10%;
    height: 100%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    background: #fff;
    position: absolute;
    top: 0;
    right: -6px;
}
.mod-pagelink .link li a .ttl:after{
    color: #00b7ee;
}
.mod-pagelink .btn.back-list {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 320px;
    margin: auto;
    padding: 8px 10px;
    border: solid 1px #d9d8d8;
    color: #000;
    background: #fff;
}
.mod-pagelink .btn.back-list:after{
    color: #00b7ee;
}
.mod-pagelink .btn.back-list:hover{
    color: #fff;
    background: rgba(0,183,238,1.00);
    border-color: rgba(255,255,255,0);
    box-shadow:0px 2px 5px 0px rgba(0,0,0,0.5);
}
.mod-pagelink .btn.back-list:hover:after{
    color: #fff;
}

@media screen and (max-width: 767px){
    .mod-pagelink .link {
        margin: 30px 15px;
    }
    .mod-pagelink .link li {
        display: block;
        width: 100%;
        height: 96px;
        border: solid 1px #dadada;
        margin: 0 0 6px;
    }
    .mod-pagelink .link li a{
        border-radius: 0;
    }
    .mod-pagelink .link li a .img{
        max-width: none;
        width: auto;
        width: 94px;
        height: 100%;
        overflow: hidden;
    }
    .mod-pagelink .link li a .img img{
        height: 100%;
    }
    .mod-pagelink .link li a .ttl{
        background: none;
        width: 100%;
        bottom: 28px;
        right: 0;
        overflow: hidden;
    }
    .mod-pagelink .link li a .ttl:before{
        display: none;
    }
    .mod-pagelink .link li a .ttl:after{
        float: right;
    }
}