/*ロード画面*/
#logo_loader
{
    position: fixed;
    z-index: 100000000000;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100vh;

    text-align: center;

    background-color: white;
}

#logo_loader.open
{
    animation-name: slideOut;
    animation-duration: 1.8s;
    animation-delay: 1.8s;

    animation-fill-mode: forwards;
}

@keyframes slideOut
{
    0%
    {
        transform: translateX(0%);
    }
    50%
    {
        transform: translateX(0%);
    }
    100%
    {
        transform: translateX(100%);
    }
}

#logo_loader
img
{
    width: 220px;
    height: auto;
    margin: auto;
    margin-top: 30vh;
}


/*ファーストビュー
------------------------------------------------------------------------------------------------------------------------*/
header
{
    height: 100vh;
}


#slogan
{
    position: relative;
    z-index: 100;
    margin: 23% 0 0;
}

#slogan h1
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5em;

    margin-bottom: 20px;

    text-align: left;
    letter-spacing: 5px;

    color: white;
    text-shadow: 0 0 8px rgb(51 51 51 / 34%)
}

#slogan h2
{
    font-size: 20px;
    font-weight: bold;

    text-align: right;
    letter-spacing: 2px;

    color: white;
    text-shadow: 0 0 8px rgb(51 51 51 / 34%)
}

img.mission{

    width:40%;
    position: relative;
    left: -8%;
}

@media screen and (max-width: 768px)
{
    img.mission
    {
      width: 65%;
      position: relative;
      left: -8%;
    }
    
}

.title-border
{
    display: flex;
    align-items: center;
}
.title-border:before
{
    flex-grow: 1;

    content: '';

    border-top: 1px solid #ccc;
}
.title-border:before
{
    margin-right: 1rem;
    margin-left: 30%;
}

#video
{
    position: fixed;z-index: -100;top: 0;right: 0;bottom: 0;width: auto;min-width: 100%;height: auto;min-height: 100%;
    transform: translateY(-15%);
}


@media screen and (max-width: 768px)
{
    #video
    {
        position: fixed;z-index: -100;top: 0;bottom: 0;left: -150%;width: auto;min-width: 100%;height: auto;min-height: 100%;
        transform: translateX(-2%) translateY(-12%);
    }
    
}

/*ファーストビュー
------------------------------------------------------------------------------------------------------------------------*/

/*セクション１
------------------------------------------------------------------------------------------------------------------------*/
#sec01
{
    padding: 0 0 80px;

    background-image: url(../images/bg-sec01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#sec01 .en-tit
{
    padding-top: 50px;
    letter-spacing: 3px;
    color: #b3b3b3;
}

#sec01 h3
{
    font-size: 32px;
    line-height: 1.4;
}

#sec01 h3 span
{
    font-size: 48px;
    letter-spacing: 6px;
}

#sec01 h4
{
    margin: 30px 0 20px;
    line-height: 1.8em;
}

.vision-cont
{
    width: 60%;
}

.ano-font
{
    font-family: serif;
    font-size: 16px;
    font-weight: 600;
}

.ano-font-box
{
    margin-bottom: 30px;
}
/*セクション1
------------------------------------------------------------------------------------------------------------------------*/

/*セクション2
------------------------------------------------------------------------------------------------------------------------*/
#sec02
{
    padding: 50px 0;

    background: #f8f8f8;
}

#sec02 h3
{
    line-height: 1.4;
    font-size: 32px;
    text-align: center;
}

.problem-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-top: 20px;
}

.problem-box .kakeru
{
    position: relative;

    width: 10%;

    text-align: center;
}
.problem-box .kakeru div
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 3.2rem;
    margin: auto;
}
.problem-box .kakeru div p
{
    font-size: 70px;
}


.problem-box .problem-1
{
    position: relative;

    width: 45%;
    padding-bottom: 120px;

    text-align: center;
}


.problem-box .problem-2
{
    position: relative;

    width: 45%;

    text-align: center;
}

.problem-box .problem-1 h2,
.problem-box .problem-2 h2
{
    font-size: 24px;

    margin: 10px auto 0;
}
.problem-box .problem-1 img,
.problem-box .problem-2 img
{
    width: 200px;
}

.problem-box .problem-1 .pro-content,
.problem-box .problem-2 .pro-content
{
    text-align: left;
}

.sec02-btn
{
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 15px;
    color: #333;
    background: white;
}

.sec02-btn .fa-laptop:before,
.sec02-btn .fa-building:before
{
    margin-right: 15px;

    color: #ffa54c;
}

.link-btn
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}


/*メリット
------------------------------------------------------------------------------------------------------------------------*/
#merit
{
    position: relative;
    padding: 50px 0 150px;
    border-bottom: white 1px solid;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#merit .wrapper
{
    position: relative;
}
#merit .en-tit
{
    padding-top: 10px;
    letter-spacing: 3px;
    color: #b3b3b3;
}

#merit .merit-cont01
{
    position: absolute;
    top: 20px;
    left: 36%;
}
#merit .merit-cont01 h4
{
    display: inline-block;
    margin:2px;
    border-bottom: 2px solid #ffa54c;
}

#merit .merit-cont01 p
{
    padding-top: 10px;
    padding-left: 50px;
}

#merit .merit-cont02
{
    position: absolute;
    top: 230px;
    left: 45%;
}

#merit .merit-cont02 h4
{
    display: inline-block;
    margin:2px;
    border-bottom: 2px solid #ffa54c;
}

#merit .merit-cont02 p
{
    padding-top: 10px;
    padding-left: 50px;
}

#merit .merit-cont03
{
    position: absolute;
    top: 430px;
    left: 48%;
}

#merit .merit-cont03 h4
{
    display: inline-block;
    margin:2px;
    border-bottom: 2px solid #ffa54c;
}

#merit .merit-cont03 p
{
    padding-top: 10px;
    padding-left: 50px;
}

#merit h4
{
    font-size: 20px;
}

#merit img
{
    width: 200px;
    margin-top: 30px;
}

.merit-cont
{
    width: 30%;
}

.gradient1
{
    position: absolute;
    top: 44px;
    left: 25%;

    width: 100px;
    height: 100px;
    margin: 10px;

    background: linear-gradient(-40deg, transparent, transparent 49.5%, #ffa54c 49.5%, #ffa54c 50.5%, transparent 50.5%, transparent);
}

.gradient2
{
    position: absolute;
    top: 254px;
    left: 34%;

    width: 100px;
    height: 100px;
    margin: 10px;

    background: linear-gradient(-40deg, transparent, transparent 49.5%, #ffa54c 49.5%, #ffa54c 50.5%, transparent 50.5%, transparent);
}
.gradient3
{
    position: absolute;
    top: 454px;
    left: 37%;

    width: 100px;
    height: 100px;
    margin: 10px;

    background: linear-gradient(-40deg, transparent, transparent 49.5%, #ffa54c 49.5%, #ffa54c 50.5%, transparent 50.5%, transparent);
}

.merit-cont-tit
{
    position: relative;
    z-index: 10;
}



.circle
{
    position: absolute;

    border-radius: 50%;
}
.border-orange
{
    z-index: 1;

    border: 1px solid  #ffa54c;
}
.circle03
{
    top: 8%;
    right: 55%;

    width: 750px;
    height: 750px;

    transform-origin: center;
    animation: rotateBob 8s linear infinite;

    background: white;
}
.circle03:after
{
    position: absolute;
    z-index: 10;
    top: calc(0% - 1vw);
    left: calc(50% - 1vw);

    width: 1vw;
    padding-top: 1vw;

    content: '';

    border: #ffa54c 6px solid;
    border-radius: 50%;
    background: white;
}
/******************************************************/

@keyframes rotateBob
{
    0%
    {
        transform: translateY(0) rotateZ(0deg);
    }
    50%
    {
        transform: translateY(0) rotateZ(180deg);
    }
    100%
    {
        transform: translateY(0) rotateZ(360deg);
    }
}


/*COMPUSの強み
------------------------------------------------------------------------------------------------------------------------*/

#strength
{
    padding-top: 50px;
}
.st-01
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.st-01 .cont-box
{
    position: relative;
    width: 46%;
}

.st-01 .cont-box img
{
    position: absolute;
}


.st-01 .en-tit
{
    color: #b3b3b3;
    letter-spacing: 3px;
    padding-top: 20px;
}

.st-01 .cont-box p
{
    padding-bottom: 50px;
}

.st-02
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.st-02 .cont-box
{
    position: relative;

    width: 48%;
}

.st-02 .cont-box h4
{
    font-weight: bold;
    line-height: 1.5;

    position: relative;
    z-index: 1;

    margin-top: -50px;
    margin-bottom: 10px;
}

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

.st-num
{
    font-family: serif;
    font-size: 150px;
    line-height: .8;

    text-align: right;

    opacity: 50%;
    color: #ffe3c8;
}

#st-01-img
{
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    margin-top: -260px;
}
#white-tit
{
    font-size: 60px;
    font-weight: bold;
    line-height: 0.8;
    padding-bottom: 2px;
    color:rgb(255 255 255 / 90%);
}
/*ユーザーの声
------------------------------------------------------------------------------------------------------------------------*/
#voice
{
    padding: 50px 0 50px;
}

#voice .en-tit
{
    color: #b3b3b3;
}

.voice-tit
{
    display: flex;
    flex-wrap: wrap;
}

#voice .voice-tit h3
{
    display: inline-block;
}

#voice .voice-tit p
{
    display: inline-block;

    padding-top: 15px;
    padding-left: 40px;
}

.swiper-container
{
    margin-top: 50px;
}

.author
{
    font-size: 80%;

    margin-top: 20px;

    text-align: right;
}

/*取引先
------------------------------------------------------------------------------------------------------------------------*/
#user-com
{
    padding: 50px 0 100px;
}
#user-com h2
{
    font-size: 30px;

    margin-bottom: 50px;

    text-align: center;
}

.user-com-list
{
    display: flex;
    justify-content: space-between;
}


/*記事
------------------------------------------------------------------------------------------------------------------------*/
#article
{
    padding: 0 0 100px;
}
.article-tit-box
{
    padding-bottom: 300px;

    color: #fff;
    background-image: url(../images/bg-article.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.article-tit
{
    display: flex;
    flex-wrap: wrap;
}

#article .en-tit
{
    padding-top: 50px;
    letter-spacing: 3px;
    color: #b3b3b3;
}

#article .article-tit h3
{
    display: inline-block;
    letter-spacing: 3px;
}


#article .article-tit p
{
    display: inline-block;

    padding-top: 15px;
    padding-left: 40px;
}

.category
{
    margin-top: -250px;
    padding: 30px 50px;

    background: white;
}

.category .categury-list-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category .category-list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.category .categury-list-box p
{
    font-size: 30px;
    font-weight:bold;
}
.category .category-list li
{
    margin: 15px 5px 0;
    font-weight:bold;
}

.category .category-list li a:hover
{
    border-bottom: 2px solid #ffa54c;
}


.category .category-list li a:active
{
    border-bottom: 2px solid #ffa54c;
}

.one-article
{
    display: flex;
    justify-content: space-between;

    padding: 30px 0;

    border-bottom: 1px solid #dedede;
}
.one-article .img-box
{
    width: 30%;
}
.one-article img
{
    width: 200px;
    height: 150px;

    object-fit: cover;
}

.one-article .one-article-cont
{
    width: 70%;
}

.one-article .one-article-info
{
    display: flex;
}

.one-article .one-article-info p
{
    display: inline-block;
    color: #b5b6b6;
    font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}


.article-btn
{
    margin-top: 30px;

    text-align: center;
}

.article-btn p
{
    display: inline-block;
    padding: 10px 100px;
    color: white;
    border-radius: 100px;
    background-color: black;
}


.article-title
{
    font-size: 20px;
    font-weight: 600;
}

.article-contentText
{
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 7rem;
    line-height: 1.8;
    margin-bottom: 1em;
}


/*リクルート
------------------------------------------------------------------------------------------------------------------------*/
#recruit
{
    padding: 0 0 50px;

    color: #fff;
    background-image: url(../images/bg-recruit.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#recruit .en-tit
{
    padding-top: 50px;
    color: #b3b3b3;
}

#recruit h4
{
    font-size: 40px;
    letter-spacing: 3px;
}


.rec-cont
{
    font-size: 24px;
    margin-top: 30px;
}
.recruit-link
{
    text-align: right;
}

.recruit-link p
{
    display: inline-block;
    padding: 20px 40px;
    text-align: center;
    border-radius: 5px;
    background: white;
    font-weight: bold;
}


/*レスポンシブ　スマートフォンサイズ
------------------------------------------------------------------------------------------------------------------------*/
/*レスポンシブ　スマートフォンサイズ
------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px)
{
    #slogan
    {
        margin: 40% 0 0;
    }
    #slogan h1
    {
        font-size: 30px;
    }

    #slogan h2
    {
        font-size: 14px;
        padding-top: 40px;
    }

    .title-border:before
    {
        margin-right: 1rem;
        margin-left: 0;
    }

    .ano-font
    {
        font-size: 14px;
    }

    /*sec01-------------------------------------------------------------------*/
    #sec01
    {
        padding: 0 0 80px;

        background-image: none;
    }

    .vision-cont
    {
        width: 100%;
    }

    #sec01 h3
    {
        font-size: 20px;
    }

    #sec01 h3 span
    {
        font-size: 32px;
    }


    .problem-box .problem-1
    {
        width: 100%;

        text-align: center;
    }

    .problem-box .kakeru
    {
        position: relative;

        width: 100%;

        text-align: center;
    }
    .problem-box .kakeru div
    {
        position: static;

        width: 100%;
        height: auto;
    }
    .problem-box .problem-2
    {
        width: 100%;
        padding-bottom: 100px;
    }


    /*地方の課題-------------------------------------------------------------------*/
    .problem-box .problem-1 img,
    .problem-box .problem-2 img
    {
        width: 150px;
    }

    #sec02 h3
    {
        font-size: 28px;
    }


    /*COMPUSの強み-------------------------------------------------------------------*/
    .st-01 .cont-box
    {
        width: 100%;
    }
    .st-01 .cont-box img
    {
        position: static;
    }

    .st-02
    {
        padding-bottom: 40px;
    }

    .st-02 .cont-box
    {
        width: 100%;
    }

    .st-02 .cont-box
    {
        width: 100%;
    }
    #st01 .pc
    {
      display: none !important;
    }
    #st01 .sp
    {
      display: block !important;
    }

    #st01
    {
        order: 2;
    }

    #st01 img
    {
        position: static;
        margin: 0;
    }

    #st03
    {
        order: 2;
        margin-bottom: 40px;
    }

    #strength img
    {
        width: 100%;
        height: 200px;
        margin-top: 30px;

        object-fit: cover;
    }

    .st-num
    {
        font-size: 100px;
    }
    .bg-orange
    {
        padding: 50px 0 0;
    }

    #white-tit
    {
        font-size: 40px;
        font-weight: bold;
        line-height: 0.8;
        margin-top: -30px;
        margin-left: -10px;

        color: white;
    }
    /*メリット-------------------------------------------------------------------*/

    #merit
    {
        padding: 50px 0 30px;
    }
    #merit .merit-cont01
    {
        position: static;
    }
    #merit .merit-cont02
    {
        position: static;
    }
    #merit .merit-cont03
    {
        position: static;
    }

    #voice .voice-tit p
    {
        padding-top: 15px;
        padding-left: 0;
    }

    #merit  h4
    {
        font-size: 16px;

        display: inline-block;

        padding-top: 24px;

        border-bottom: 2px solid #ffa54c;
    }

    .gradient1
    {
        display: none;
    }

    .gradient2
    {
        display: none;
    }
    .gradient3
    {
        display: none;
    }

    #merit .wrapper
    {
        position: relative;
        z-index: 10;
    }

    .circle03
    {
        top: 5%;
        right: 45%;

        width: 400px;
        height: 400px;

        transform-origin: center;
        animation: rotateBob 8s linear infinite;

        opacity: 40%;
        background: white;
    }

    .circle03:after
    {
        position: absolute;
        z-index: 10;
        top: calc(0% - 2.5vw);
        left: calc(50% - 2.5vw);

        width: 2vw;
        padding-top: 2vw;

        content: '';

        border: #ffa54c 6px solid;
        border-radius: 50%;
        background: white;
    }

    #merit .merit-cont01 p
    {
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

    #merit .merit-cont02 p
    {
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

    #merit .merit-cont03 p
    {
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }



    /*ご利用企業様-------------------------------------------------------------------*/
    /*
    #user-com {
        padding: 50px 0 80px;
    }
    #user-com h2
    {
        font-size: 27px;
        margin-bottom: 50px;
        text-align: center;
    }

    .user-com-list li
    {
        margin: 5px;
    }
    */

    .user-com-white-space {
        background: white;
        height: 18px;
    }

    /*アーティクル-------------------------------------------------------------------*/
    #article .article-tit p
    {
        display: inline-block;

        padding-top: 15px;
        padding-left: 0;
    }

    #article .category-tit
    {
        padding: 1px 8px;
        font-size: 1em;
        color: white;
        border-radius: 100px;
        background: #ffa54c;
    }
    .category
    {
        margin-top: -250px;
        padding: 10px 10px 30px;
        border: 1px solid #dedede;
    }
    .category .categury-list-box p
    {
    font-size: 26px;
    font-weight: bold;
    padding-left: 10px;
    }
    .category .category-list li
    {
        width: 150px;
        margin: 5px 5px 0;
        padding: 5px 0;
        text-align: center;
        background: #eee;
        border-radius: 3px;
    }

    .category .category-list li:hover
    {
        background: #ffa54c;
    }

    .category .category-list li a
    {
        font-weight: bold;
        color:#000;
    }

    .category .category-list li:active
    {
        background: #ffa54c;
    }

    .one-article img
    {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }

    .one-article .img-box
    {
        width: 0;
    }
    .one-article .one-article-cont
    {
        width: 58%;
    }
    .one-article .one-article-info
    {
        font-size: 10px;
    }

    .article-title
    {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 1em;
    }
    .article-contentText
    {
        font-size: 12px;
        line-height: 1.7;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 64px;
    }
    /*採用情報-------------------------------------------------------------------*/
    .rec-cont
    {
        font-size: 16px;

        margin-top: 30px;
        margin-bottom: 30px;
    }

    #recruit h4
    {
        font-size: 24px;
        line-height: 1.7;
    }

    .recruit-link p
    {
        display: inline-block;
        padding: 20px 30px;
        margin-top: 40px

    }
}




body:after
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 100vh;

    content: '';
    pointer-events: none;

    opacity: .2;
    /*background: repeating-linear-gradient(0deg, rgb(67, 67, 67) 0px,  rgb(67, 67, 67) 1px, transparent 2px, transparent 5px);*/
    background-size: 100% 5px;

    mix-blend-mode: color-burn;
}


@media screen and (max-width: 768px)
{
    body:after
    {
        /*background: repeating-linear-gradient(0deg, rgb(144, 144, 144) 0px,  rgb(144, 144, 144) 1px, transparent 2px, transparent 5px);*/
    }
}
