@charset "utf-8";

/******************************************************************

正社員CLP一覧ページ (PC)用レイアウト

*****************************************************************/
body {
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    min-width: 980px;
}

@media screen and (max-width:980px) {
    body {
        font-size: 14px;
    }
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

.none {
    display: none;
}

@media screen and (min-width:981px) {
    .pcNone {
        display: none;
    }
}

/* google fonts
******************************/
.gFont {
    font-family: 'BIZ UDPGothic', sans-serif;
}

/* リンク
******************************/
a {
    text-decoration: underline;
    word-break: break-all;
    color: #093196;
}

#bread a {
    color: #000;
}

a:hover, #bread a:hover {
    color: #00a0e9;
}

/*-----------------------
#header
-----------------------*/
#header {
    position: relative;
    width: 980px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media screen and (max-width:980px) {

    #header,
    #bread {
        padding: 0 10px;
    }

    #header ul#subNavi {
        right: 10px !important;
    }
}

h1 {
    color: #000;
    margin: 0 0 5px;
    font-size: 14px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
    line-height: 1.3;
}

.logoArea {
    display: flex;
    align-items: center;
}

.logo {
    margin-bottom: 5px;
}

#bread {
    width: 980px;
    font-size: 12px;
    margin: 0 auto;
}

/*-----------------------
 pageTitle
-----------------------*/
#pageTitle {
    background: #e4f3fa;
    margin-top: 10px;
}

@media screen and (max-width:980px) {
    #pageTitle {
        width: 980px;
    }
}

#pageTitle .pageTitleInner {
    position: relative;
    width: 980px;
    height: 150px;
    margin: auto;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#pageTitle .pageTitleInner:before, #pageTitle .pageTitleInner:after {
    content: "";
    display: block;
    width: calc(256px / 2);
    height: calc(300px / 2);
    position: absolute;
    bottom: 0;
}

#pageTitle .pageTitleInner:before {
    background: url(/clp/s_top/img/pic-kv-man.png) center center / contain no-repeat;
    left: 60px;
}

#pageTitle .pageTitleInner:after {
    background: url(/clp/s_top/img/pic-kv-woman.png) center center / contain no-repeat;
    right: 60px;
}

#pageTitle h2+p {
    font-size: 18px;
}

/*-----------------------
 contents
-----------------------*/
#contents {
    width: 980px;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    #contents {
        width: 940px;
    }
}

/*-----------------------
 btn-group
-----------------------*/
.btn-group {
    margin: 50px auto;
    display: flex;
}

.btn-group>a {
    display: block;
    width: 48.469%;
    padding: 10px 20px 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    border-radius: 10px;
    text-decoration: none;
    transition: .2s;
}

.btn-group>a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 16px solid #fff;
    border-bottom: 0;
    margin: 0 10px 3px 0;
    vertical-align: middle;
}

.btn-feature {
    background: #f05e68;
    box-shadow: 0 4px 0 #b93a43;

}

.btn-occupation {
    margin-left: 3.062%;
    background: #4ab25b;
    box-shadow: 0 4px 0 #358242;
}

@media (hover: hover) {
    .btn-group>a:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
}

/*-----------------------
 feature
-----------------------*/
#feature {
    margin-bottom: 120px;
}

#feature h3 {
    background: #e4f3fa;
    border-left: 10px solid #f05e68;
    padding: 5px 5px 5px 20px;
    margin-bottom: 40px;
}

.cont-feature {
    display: flex;
    flex-wrap: wrap;
}

.cont-feature>article {
    width: 31.5%;
    margin: 2.75% 2.75% 0 0;
    display: flex;
}

.cont-feature>article>a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 0 20px 20px 0;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    opacity: 0;
    transition: .2s;
}

.cont-feature>article>a.slideIn {
    animation: slideIn 1s forwards;
}

.cont-feature>article:nth-child(-n+3) {
    margin-top: 0;
}

.cont-feature>article:nth-child(3n) {
    margin-right: 0;
}

.cont-feature>article .img-feature{
    overflow: hidden;
    border: 1px solid #b4b4b4;
}

.cont-feature>article .img-feature img {
    width: 100%;
    transition: transform .6s ease;
}

.cont-feature>article h4 {
    margin-top: 15px;
    color: #093196;
}

.cont-feature>article .subCopy {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 3px;
    font-weight: bold;
    color: #000;
}

.cont-feature>article .icon-link{
    margin: auto 0 0 auto;
    padding-top: 10px;
}

.cont-feature>article .icon-link::before {
    content: "";
    background: url(/clp/s_top/img/icon-link.svg) center center / contain no-repeat;
    display: block;
    width: 38px;
    height: 38px;
}

@media (hover :hover) {
    .cont-feature>article>a:hover h4 {
        color: #00a0e9;
    }
    .cont-feature>article>a:hover .img-feature img {
        transform: scale(1.1);
        opacity: 0.7;
    }
    .cont-feature>article>a:hover .icon-link::before{
        background-image: url(/clp/s_top/img/icon-link-hover.svg);
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(120px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
    }

    40%, 100% {
        opacity: 1;
    }
}

/*-----------------------
 occupation
-----------------------*/
#occupation {
    margin-bottom: 120px;
}

#occupation h3 {
    background: #e4f3fa;
    border-left: 10px solid #4ab25b;
    padding: 5px 5px 5px 20px;
    margin-bottom: 40px;
}

.cont-occupation {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}

.cont-occupation li {
    width: 31.5%;
    margin: 2.75% 2.75% 0 0;
}

.cont-occupation li:nth-child(-n+3) {
    margin-top: 0;
}

.cont-occupation li:nth-child(3n) {
    margin-right: 0;
}

.cont-occupation .btn-work {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    align-items: center;
    overflow: hidden;
    height: 100%;
    min-height: 110px;
    border-radius: 10px;
    border: 2px solid #b4b4b4;
    box-shadow: 0 4px 0 #d4d4d4;
    opacity: 0;
    transition: .2s;
}

.cont-occupation .btn-work.fadeIn {
    animation: fadeIn .8s forwards;
}

@keyframes fadeIn {
    0% {
        transform: scale(.6);
        opacity: 1;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.cont-occupation .btn-work img {
    width: 28%;
    height: 100%;
    min-height: 110px;
    background: #f9f4ed;
    object-fit: cover;
    object-position: center top;
    overflow: hidden;
}

.cont-occupation .btn-work h4 {
    margin: 3% 4% 2% 4%;
    width: 64%;
}

@media (hover: hover) {
    .cont-occupation .btn-work:hover {
        transform: translateY(4px) !important;
        box-shadow: none;
        color: #093196;
        background: #e4f3fa;
    }
}

@media screen and (max-width:980px) {
    .cont-occupation .btn-work h4 {
        font-size: 22px;
    }
}