@charset "UTF-8";

/* ヘッダー　白背景の時
-------------------------------------*/
.header-nav li a
{
    color: #1F1F1F;
}

.toggle_btn span
{
    background-color: #1F1F1F;
}

/* 上部ボタン
-------------------------------------*/
.recruit-btn-area
{
    width: 85%;
    max-width: 90rem;
    margin: 4.5rem auto 2.5rem auto;
}

.recruit-btn-area ul
{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.recruit-btn-area li
{
    width: 230px;
    height: 35px;
    margin: 0 1rem 2rem 1rem;
}

.recruit-btn-area li a
{
    border: 1px solid #0071BE;
    color: #0071BE;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 35px;
    font-family: 'Go-normal';
}

.recruit-btn-area li a:hover
{
    color: #fff;
    background-color: #0071BE;
    opacity: 1;
    transition: 0.2s;
}

.recruit-btn-area li a.bl-bk
{
    color: #fff;
    background-color: #0071BE;
}

/*ボタングレーアウト用*/
/*
.recruit-btn-area li:last-child {
    background: #e0d9d9;
    color: #aaa;
    border-radius: 50px;
    line-height: 35px;
}

.recruit-btn-area-bt li:last-child {
    background: #676363;
    color: #aaa;
    border-radius: 50px;
    line-height: 35px;
}
*/
@media screen and (max-width: 780px)
{
    .recruit-btn-area
    {
        width: 85%;
        margin: 2.5rem auto;
    }

    .recruit-btn-area ul
    {
        justify-content: space-between;
    }

    .recruit-btn-area li
    {
        width: 49%;
        height: 23px;
        margin: 0 0 1rem 0;
    }

    .recruit-btn-area li a
    {
        font-size: 1.2rem;
        line-height: 23px;
    }

    /*ボタングレーアウト用*/
    /*
    .recruit-btn-area li:last-child
    {
        line-height: 23px;
    }

    .recruit-btn-area-bt li:last-child
    {
        line-height: 23px;
    }
*/
}

/* 下部ボタン
-------------------------------------*/
.recruit-btn-area-bt
{
    width: 85%;
    max-width: 90rem;
    margin: 0 auto;
}

.recruit-btn-area-bt ul
{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.recruit-btn-area-bt li
{
    width: 230px;
    height: 35px;
    margin: 0 1rem 2rem 1rem;
}

.recruit-btn-area-bt li a
{
    color: #0071BE;
    border: 1px solid #0071BE;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 35px;
    font-family: 'Go-normal';
}

.recruit-btn-area-bt li a:hover
{
    color: #fff;
    background-color: #0071BE;
    opacity: 1;
    transition: 0.2s;
}

.recruit-btn-area-bt li a.wh-bk
{
    color: #fff;
    background-color: #0071BE;
    border: 1px solid #0071BE;
}


@media screen and (max-width: 780px)
{
    .recruit-btn-area-bt
    {
        width: 85%;
        margin: 0 auto;
    }

    .recruit-btn-area-bt ul
    {
        justify-content: space-between;
    }

    .recruit-btn-area-bt li
    {
        width: 49%;
        height: 23px;
        margin: 0 0 1rem 0;
    }

    .recruit-btn-area-bt li a
    {
        font-size: 1.2rem;
        line-height: 23px;
    }
}





/*ページトップへ戻るボタン
-------------------------------------*/
.pagetop-btn
{
    background-color: #F4F4F4;
    ;
    opacity: 1;
    color: #1F1F1F;
}


/* アガサスを知る
-------------------------------------*/
h3
{
    color: #1F1F1F;
    padding-top: 10rem;
}

h4
{
    font-size: 3rem;
    font-family: 'Go-bold';
    border-bottom: #1F1F1F 2px solid;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
}

#know .cont-area
{
    margin-bottom: 7rem;
}

#know .cont-area h5
{
    font-size: 2.4rem;
    font-family: 'Go-bold';
    margin-bottom: 5rem;
}

#know .cont-area h5 span
{
    color: #0071BE;
}

#know .cont-area .txt-area
{
    margin-top: 6rem;
    padding: 2.5rem;
    background-color: #E6E6E6;
    border-radius: 20px;
}

#know .cont-area .txt-area p
{
    font-size: 1.4rem;
}

#know .cont-area .txt-area .others-top
{
    background-color: #fff;
    font-family: 'Go-bold';
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

#know .cont-area .txt-area .others-bottom
{
    margin: 2rem 0 1.5rem 0;
}

#know .cont-area .txt-area .others-bottom ul
{
    display: flex;
}

#know .cont-area .txt-area .others-bottom ul li
{
    font-family: 'Go-bold';
    padding-left: 1.5rem;
}

#know .cont-area .img-are
{
    width: 100%;
    text-align: center;
}

#know .cont-area .img-are img
{
    width: 500px;
}

#know .cont-area .img-are img.img-02
{
    width: 400px
}

#know .cont-area .comment-area .comment
{
    display: flex;
}

#know .cont-area .comment-area .comment .img-area
{
    width: 80px;
}

#know .cont-area .comment-area .comment .img-area img
{
    width: 80px;
}

#know .cont-area .comment-area .comment .txt
{
    margin-top: 35px;
    margin-left: 1.5rem;
    padding: 2rem;
    background-color: #0071BE;
    color: #fff;
    font-family: 'Go-normal';
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#know .cont-area .comment-area .comment-right
{
    justify-content: right;
}

#know .cont-area .comment-area .comment .txt-right
{
    margin-left: 0;
    margin-right: 1.5rem;
    background-color: #fff;
    color: #1F1F1F;
    border-top-right-radius: 0px;
    border-top-left-radius: 20px;
}

#know .cont-area .gap-txt
{
    display: inline-block;
    padding: 2rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
    font-family: 'Go-normal';
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#know .cont-area .gap-txt:last-child
{
    margin-bottom: 0;
}

#know .illust-area
{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 7rem;
    text-align: center;
}

#know .illust-area img
{
    width: 600px;
}


@media screen and (max-width: 780px)
{
    h3
    {
        padding-top: 5rem;
    }

    h4
    {
        font-size: 2.2rem;
        padding-bottom: 3.5rem;
        margin-bottom: 3.5rem;
        line-height: 1.8;
    }

    #know .cont-area
    {
        margin-bottom: 6rem;
    }

    #know .cont-area h5
    {
        font-size: 2rem;
        margin-bottom: 3.5rem;
    }

    #know .cont-area .txt-area
    {
        margin-top: 3.5rem;
        padding: 2rem;
    }

    #know .cont-area .img-are img.img-02
    {
        width: 250px
    }

    #know .cont-area .txt-area .others-bottom ul
    {
        flex-wrap: wrap;
    }

    #know .cont-area .txt-area .others-bottom ul li
    {
        width: 48%;
        padding: 0;
    }

    #know .cont-area .comment-area .comment .img-area
    {
        width: 60px;
    }

    #know .cont-area .comment-area .comment .img-area img
    {
        width: 60px;
        max-width: 60px;
    }

    #know .cont-area .comment-area .comment .txt
    {
        margin-top: 30px;
        padding: 2rem;
        background-color: #0071BE;
        color: #fff;
        font-family: 'Go-normal';
    }

    #know .cont-area .comment-area .comment .txt-right
    {
        margin-left: 0;
        margin-right: 1.5rem;
        background-color: #fff;
        color: #1F1F1F;
    }

    #know .cont-area .comment-area .comment
    {
        margin-bottom: 1.5rem;
    }

    #know .illust-area
    {
        margin-bottom: 5rem;
    }
}


/*アガサスを一言で表すと？　アニメーション部分*/
#know .cont-area .animation-area
{
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

#know .cont-area .animation-area .logo
{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    width: 230px;
}

#know .cont-area .animation-area .maru-01
{
    position: absolute;
    left: 90px;
    top: 0;
    width: 165px;
}

#know .cont-area .animation-area .maru-02
{
    position: absolute;
    right: 100px;
    top: 40px;
    width: 120px;
}

#know .cont-area .animation-area .maru-03
{
    position: absolute;
    right: 0;
    top: 150px;
    width: 120px;
}

#know .cont-area .animation-area .maru-04
{
    position: absolute;
    right: 10px;
    bottom: 60px;
    width: 123px;
}

#know .cont-area .animation-area .maru-05
{
    position: absolute;
    left: 10px;
    bottom: 70px;
    width: 120px;
}

#know .cont-area .animation-area .maru-06
{
    position: absolute;
    left: 170px;
    bottom: 0;
    width: 150px;
}

#know .cont-area .animation-area .maru-07
{
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 120px;
}

#know .cont-area .animation-area .maru-08
{
    position: absolute;
    left: 0;
    top: 160px;
    width: 120px;
}

@media screen and (max-width: 780px)
{
    #know .cont-area .animation-area
    {
        position: relative;
        width: 320px;
        height: 320px;
        margin: 0 auto;
    }

    #know .cont-area .animation-area .logo
    {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 45%;
        width: 150px;
    }

    #know .cont-area .animation-area .maru-01
    {
        position: absolute;
        left: 60px;
        top: 0;
        width: 110px;
    }

    #know .cont-area .animation-area .maru-02
    {
        position: absolute;
        right: 50px;
        top: 30px;
        width: 80px;
    }

    #know .cont-area .animation-area .maru-03
    {
        position: absolute;
        right: 0;
        top: 110px;
        width: 80px;
    }

    #know .cont-area .animation-area .maru-04
    {
        position: absolute;
        right: 10px;
        bottom: 30px;
        width: 80px;
    }

    #know .cont-area .animation-area .maru-05
    {
        position: absolute;
        right: 40px;
        bottom: 45px;
        width: 80px;
    }

    #know .cont-area .animation-area .maru-06
    {
        position: absolute;
        left: 100px;
        bottom: 0;
        width: 100px;
    }

    #know .cont-area .animation-area .maru-07
    {
        position: absolute;
        left: 0;
        bottom: 60px;
        width: 80px;
    }

    #know .cont-area .animation-area .maru-08
    {
        position: absolute;
        left: 0;
        top: 100px;
        width: 80px;
    }
}

@media screen and (max-width: 350px)
{
    #know .cont-area .animation-area
    {
        position: relative;
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }

    #know .cont-area .animation-area .logo
    {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 45%;
        width: 130px;
    }

    #know .cont-area .animation-area .maru-01
    {
        position: absolute;
        left: 45px;
        top: 0;
        width: 90px;
    }

    #know .cont-area .animation-area .maru-02
    {
        position: absolute;
        right: 55px;
        top: 10px;
        width: 70px;
    }

    #know .cont-area .animation-area .maru-03
    {
        position: absolute;
        right: 0;
        top: 75px;
        width: 70px;
    }

    #know .cont-area .animation-area .maru-04
    {
        position: absolute;
        right: 10px;
        bottom: 50px;
        width: 70px;
    }

    #know .cont-area .animation-area .maru-05
    {
        position: absolute;
        right: 30px;
        bottom: 30px;
        width: 70px;
    }

    #know .cont-area .animation-area .maru-06
    {
        position: absolute;
        left: 95px;
        bottom: 0;
        width: 90px;
    }

    #know .cont-area .animation-area .maru-07
    {
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 70px;
    }

    #know .cont-area .animation-area .maru-08
    {
        position: absolute;
        left: 0;
        top: 95px;
        width: 70px;
    }
}


/*アニメーションスタイル
-------------------------------------*/
/* スクロールで出現 */
.fadeIn
{
    animation-name: fadeInAnime;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger
{
    opacity: 0;
}