@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

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

/*============================================================
 ページ内共通
*============================================================*/
#page-top #main-contents {
    padding-bottom: 0;
}
#page-top .section {
    padding: 140px 0 0;
    margin-bottom: 0;
}
#page-top .parts-btn {
    margin: 0 auto;
}
#page-top .sec-title {
    text-align: left;
    border-left: 6px solid #000;
    margin-bottom: 68px;
    padding-left: 10px;
    margin-top: 50px;
    line-height: 1.5;
}
#page-top .sec-title > * {
    display: block;
    font-weight: 700;
}
#page-top .sec-title > strong {
    font-size: 40px;
}
#page-top .sec-title > span {
    font-size: 18px;
    color: #a6a6a4;
}
#page-top .sec-heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 18px;
}
#page-top .sec-lead {
    line-height: 35px;
}
#page-top strong {
    font-weight: 700;
}
#page-top ol {
    margin-left: 1.5em;
}
#page-top ol li {
    list-style: decimal;
    margin-bottom: 40px;
}
/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual .inner {
    position: relative;
}
#page-top #mainvisual .hero {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
#page-top #mainvisual .hero img {
    height: 240px;
}
#page-top #mainvisual .arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

    animation: move 1.2s ease-in 1s infinite alternate forwards running;
    cursor: pointer;
}

@-webkit-keyframes move {
    0% {
        transform: translate(-50%)
    }
    to {
        transform: translate(-50%,10px)
    }
}

@keyframes move {
    0% {
        transform: translate(-50%)
    }
    to {
        transform: translate(-50%,10px)
    }
}
/*============================================================
 メンバー
*============================================================*/
#page-top #sec-members .members-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#page-top #sec-members .members-card {
    width: calc(33.3333% - 25px);
    max-width: 240px;
    margin-bottom: 48px;
}
#page-top #sec-members .members-card:not(:nth-child(3n)) {
    margin-right: 40px;
}
#page-top #sec-members .members-img-wrapper img {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: auto;
}
#page-top #sec-members .members-card-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
}
#page-top #sec-members .members-card-name {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}
#page-top #sec-members .members-card-job-title {
    font-size: 15px;
    font-weight: 500;
    font-family: "Avenir Next";
}
#page-top #sec-members .members-card-desc {
    font-size: 14px;
    line-height: 1.75;
}
#page-top #sec-members .members-card-img-wrapper img {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: auto;
}

/*============================================================
 採用情報
*============================================================*/
#page-top #sec-recruit .recruit-link {
    border: 2px solid #000;
    display: block;
    text-align: center;
    padding: 24px 5px;
    transition: all .3s;
}
#page-top #sec-recruit .recruit-link:hover {
    opacity: .6;
}
#page-top #sec-recruit .recruit-link * {
    font-weight: 700;
}
#page-top #sec-recruit .recruit-link-heading {
    font-size: 24px;
    margin-bottom: 16px;
}
#page-top #sec-recruit .recruit-link-lead {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: normal;
}
#page-top #sec-recruit .recruit-link-careers {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#page-top #sec-recruit .recruit-link-careers::after {
    width: 13px;
    height: 9px;
    content: "";
    background: url(../images/common/arrow_right.svg) 100% no-repeat;
    background-size: cover;
    margin-left: 8px;
    transition: all .3s;
}
#page-top #sec-recruit .recruit-link:hover .recruit-link-careers::after {
    transform: translateX(3px);
}
/*============================================================
 ニュース
*============================================================*/
#page-top #sec-news .block-card .item {
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    overflow: auto;
    border-bottom: 1px solid #dcdcdc;
}
#page-top #sec-news .info .posted-date {
    /* margin-bottom: 48px; */
    font-size: 14px;
}
#page-top #sec-news .info .title {
    margin-top: 32px;
    font-size: 15px;
}
#page-top #sec-news .info .title::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_target.svg) 50% no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    transform: translateY(1px);
}
#page-top #sec-news .parts-btn {
    margin: 0 auto 0 20px;
    width: 100px;
}
/*============================================================
 企業情報
*============================================================*/
#page-top #sec-company .company-info {
    text-align: left;
}
#page-top #sec-company .company-info tr {
    border-top: 1px solid #d9d9d6;
}
#page-top #sec-company .company-info tr:last-child {
    border-bottom: 1px solid #d9d9d6;
}
#page-top #sec-company .company-info th {
    width: 170px;
}
#page-top #sec-company .company-info th ,
#page-top #sec-company .company-info td {
    font-weight: 700;
    padding: 22px 0;
}
#page-top #sec-company .company-info td strong {
    line-height: 2.5;
}
#page-top #sec-company .company-info li {
    margin-bottom: 18px;
}

#page-top #sec-company .company-info li strong {
    line-height: 1.5;
}
#page-top #sec-company .company-info li span {
    line-height: 2;
}
#page-top #sec-company .company-info a {
    text-decoration: underline;
    font-weight: 700;
}

/*============================================================
 お問い合わせ
*============================================================*/
#page-top #sec-contact .privacy-link {
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 799px) {
    #page-top .inner {
        padding: 0 2rem;
    }
    #page-top #sec-members .members-grid {
        justify-content: space-between;
    }
    #page-top #sec-members .members-card {
        width: calc(50% - 25px);
        margin-right: 0;
        max-width: 100%;
    }
    #page-top #sec-members .members-card:not(:nth-child(3n)) {
        margin-right: 0;
    }
    
}
@media screen and (max-width: 641px) {
    /*============================================================
     ページ内共通
    *============================================================*/
    #page-top .sec-title {
        /* margin-left: 10px; */
    }
    
    /*============================================================
     メインビジュアル
    *============================================================*/
    

    /*============================================================
     メンバー
    *============================================================*/
    #page-top #sec-members .members-grid {
        justify-content: space-between;
    }
    #page-top #sec-members .members-card {
        width: calc(50% - 25px);
    }
    #page-top #sec-members .members-card:not(:nth-child(3n)) {
        margin-right: 0;
    }
    /*============================================================
     採用情報
    *============================================================*/
    #page-top #sec-recruit .recruit-link-heading {
        font-size: 20px;
    }
    #page-top #sec-recruit .recruit-link-lead {
        font-size: 12px;
    }
    #page-top #sec-recruit .recruit-link-careers {
        font-size: 12px;
    }
    /*============================================================
     ニュース
    *============================================================*/
    .block-card .item .info {
        padding-left: 0;
        padding-right: 0;
    }
    /*============================================================
     企業情報
    *============================================================*/
    #page-top #sec-company .company-info th {
        width: 80px;
    }
    #page-top #sec-company .company-info th,
    #page-top #sec-company .company-info td {
        font-size: 16px;
    }
}
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 640px) {
    /*============================================================
     ページ内共通
    *============================================================*/
    #page-top .sec-title > strong {
        font-size: 32px;
    }
    #page-top .sec-title > span {
        /* font-size: 18px;
        color: #a6a6a4; */
    }    
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual .hero img {
        height: 144px;
    }

    #page-top #sec-members .members-card {
        width: 100%;
    }

    
    

}
