/* ==============================
General
============================== */
.inner{
    /* margin: 0 10%; */
    margin: auto;
    width: 1000px;
}
.header1{
    text-align: center;
    line-height: 1.5;
}
.micro{
    display: block;
    font-size: 2rem;
}
.image{
    width: 100%;
    height: auto;
}
.header2{}
.header3{
    font-size: 2rem;
    font-weight: 700;
}
.header2 .micro{
    font-size: 1.2rem;
}
.header4{
    font-size: 1.2rem;
    font-weight: 700;
}
.paragraph{}
.flexArea{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width:900px) {
    .flexArea{
        display: block;
    }
    .inner{
        width: 100%;
    }
    .header1{
        font-size: 1.5rem;
    }
    .header1 .micro{
        font-size: 1.2rem;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .splide__pagination{
        display: flex;
        top: auto;
        bottom: 2%;
        width: 100%;
    }
    .splide__pagination li{
        margin: 0 10px;
    }
    .splide__pagination__page{
        background: #ccc;
        width: 10px;
        height: 10px;
    }
    .splide__pagination__page.is-active{
        background: var(--key-color-1);
    }
    .splide-03 img {
        width: 100%;
        height: auto;
    }

    .splide__slide {
        width: 100%;
    }
}
@media screen and (max-width:430px) {}
/* ==============================
Footer
============================== */
.site-footer {
    height: auto;
}
footer .footerMedia{
    margin-top: 40px;
}
footer .pmark{
    width: 75px;
    height: 100%;
}
footer .pmarkList{
    margin-left: auto;
    margin-right: 0;
}
.footer-content-inner {
    align-items: end;
}
/* ==============================
Service
============================== */
#service .header2 .micro{
    margin-top: 0;
    color: #ffffff;
}
#service .mainVisual{
    position: relative;
    text-align: center;
    background-image: url("https://hr-team.co.jp/wp-content/themes/reastage/img/service/serviceBack01.jpg");
    background-size: cover;
    padding: 20em 0;
    color: #ffffff;
}
#service .mainVisual:before{
    content: ""; /* 必須。内容がないと表示されません */
    position: absolute; /* 親要素に対して絶対位置 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 69, 131, 0.5); /* 黒色に半透明度を指定 */
    z-index: 1; /* 要素の上に来るように */
}
#service .mainVisual > *{
    position: relative;
    z-index: 2;
}
#service .serviceArea{
    margin-bottom: 10em;
}
#service .serviceArea .imgArea{
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 20em 0;
    color: #ffffff;
    width: 50%;
    transition: background-size 0.5s ease-in-out;
}
#service .serviceArea .imgArea:hover{
    background-size: 150%;
}
#service .serviceArea .imgArea.personal{
    background-image: url("https://hr-team.co.jp/wp-content/themes/reastage/img/service/serviceBack02.jpg");
}
#service .serviceArea .imgArea.business{
    background-image: url("https://hr-team.co.jp/wp-content/themes/reastage/img/service/serviceBack03.jpg");
}
#service .serviceArea .imgArea:before{
    content: ""; /* 必須。内容がないと表示されません */
    position: absolute; /* 親要素に対して絶対位置 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 69, 131, 0.5); /* 黒色に半透明度を指定 */
    z-index: 1; /* 要素の上に来るように */
}
#service .serviceArea .imgArea > *{
    position: relative;
    z-index: 2;
}
@media screen and (max-width:900px) {
    #service .mainVisual {
        padding: 5em 0;
    }
    #service .serviceArea{
        margin-bottom: 5em;
    }
    #service .serviceArea .imgArea{
        width: 100%;
        display: block;
        padding: 3em 0;
    }
    #service .mainVisual p{
        width: 90%;
        margin: 0 auto;
        font-size: .8rem;
    }
}
@media screen and (max-width:430px) {}
/* ==============================
Personal
============================== */
#personal .mainVisual{
    position: relative;
    text-align: center;
    background-image: url("https://hr-team.co.jp/wp-content/themes/reastage/img/service/serviceBack02.jpg");
    background-size: cover;
    padding: 20em 0;
    color: #ffffff;
}
#personal .mainVisual:before{
    content: ""; /* 必須。内容がないと表示されません */
    position: absolute; /* 親要素に対して絶対位置 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 69, 131, 0.5); /* 黒色に半透明度を指定 */
    z-index: 1; /* 要素の上に来るように */
}
#personal .mainVisual > *{
    position: relative;
    z-index: 2;
}
#personal .serviceArea .inner{
    padding: 10em 0;
}
#personal .serviceDetail{
    margin-bottom: 5em;
}
#personal .serviceDetail:last-child{
    margin-bottom: 0;
}
#personal .flexArea{
    align-items: center;
}
#personal .imgArea{
    width: 30%;
    border: 3px solid #004280;
}
#personal .descriptionArea{
    width: 65%;
    position: relative;
}
#personal .descriptionArea .paragraph{
    margin-top: 1em;
}
#personal .descriptionArea .icon{
    position: absolute;
    top: 0;
    right: 0;
    padding: .5em 1em;
    background: #aaaaaa;
    color: #ffffff;
}
#personal .descriptionArea .icon.newGrade{
    background: #034583;
}
#personal .descriptionArea .icon.jobChange{
    background: #fc0047;
}
#personal .descriptionArea .icon.proShare{
    background: #00c684;
}
@media screen and (max-width:900px) {
    #personal .header2{
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 700;
    }
    #personal .serviceLink{
        font-size: .7rem;
    }
    #personal .descriptionArea .paragraph{
        font-size: .8rem;
    }
    #personal .mainVisual {
        padding: 5em 0;
    }
    #personal .serviceArea .inner{
        width: 90%;
        margin: 0 auto;
        padding: 5em 0;
    }
    #personal .imgArea,
    #personal .descriptionArea{
        width: 100%;
    }
    #personal .imgArea{
        margin-bottom: 1em;
        border: 1px solid #004280;
    }
    #personal .descriptionArea .icon{
        font-size: .8rem;
    }
}
@media screen and (max-width:430px) {}
/* ==============================
Business
============================== */
#business .mainVisual{
    position: relative;
    text-align: center;
    background-image: url("https://hr-team.co.jp/wp-content/themes/reastage/img/service/serviceBack03.jpg");
    background-size: cover;
    padding: 20em 0;
    color: #ffffff;
}
#business .mainVisual:before{
    content: ""; /* 必須。内容がないと表示されません */
    position: absolute; /* 親要素に対して絶対位置 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 69, 131, 0.5); /* 黒色に半透明度を指定 */
    z-index: 1; /* 要素の上に来るように */
}
#business .mainVisual > *{
    position: relative;
    z-index: 2;
}
#business #overView{
    padding: 10em 0;
}
#business .detailArea{
    background: #EFEFEF;
    padding: 10em 0;
}
#business .detailArea .serviceDetail{
    background: #ffffff;
    margin-bottom: 5em;
}
#business .detailArea .serviceDetail .textArea{
    background: #034583;
    color: #ffffff;
    width: 60%;
    padding: 2em;
}
#business .detailArea .serviceDetail .imgArea{
    width: 40%;
}
#business .detailArea .serviceDetail .descriptionArea{
    padding: 2em;
}
#business .detailArea .serviceDetail:last-child{
    margin-bottom: 0;
}
@media screen and (max-width:900px) {
    #business .inner {
        width: 90%;
        margin: 0 auto;
    }
    #business .mainVisual {
        padding: 5em 0;
    }
    #business #overView{
        padding: 5em 0;
    }
    #business .detailArea{
        padding: 5em 0;
    }
    #business .detailArea .serviceDetail .flexArea{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    #business .detailArea .serviceDetail .textArea{
        width: 100%;
        padding: 2em 5%;
    }
    #business .detailArea .serviceDetail .imgArea{
        width: 100%;
    }
    #business .detailArea .serviceDetail .descriptionArea{
        padding: 2em 5%;
    }
    #business .header3{
        font-size: 1.2rem;
    }
    #business .header4{
        font-size: 1rem;
        color: #034583;
        margin-bottom: .5em;
    }
    #business .header4 .underLine{
        border-bottom: 1px solid #034583;
    }
    #business .paragraph{
        font-size: .8rem;
    }
}
@media screen and (max-width:430px) {}