section {
    margin: 40px 0 0;
}

.content h2 {
    font-size: 20px;
    line-height: 1.5;

    padding: .4em 0;

    letter-spacing: 1.5px;

    border-bottom: solid 1px #ffa54c;
}


.content h2 .tit-span1 {
    padding: .4em 0;

    letter-spacing: 1.5px;

    border-bottom: #ffa54c 3px solid;
}


.info-cont-box {
    display: flex;
    justify-content: space-between;

    margin-top: 50px;
}

.info-cont-left {
    width: 55%;
}

.info-cont-right {
    width: 45%;
}


/*ファーストビュー
------------------------------------------------------------------------------------------------------------------------*/
header {
    padding-bottom: 150px;

    background: rgba(0, 0, 0, .3) url(../images/bg-child-rec.png) no-repeat;
    background-position: center;
    background-position-y: 0;
    background-size: cover;

    background-blend-mode: overlay;
}

header h1 {
    font-size: 40px;
    font-weight: bold;

    margin-top: 150px;

    text-align: center;

    color: white;
    text-shadow: 0 0 15px #333;
}

header h2 {
    font-size: 20px;

    text-align: center;

    color: white;
    text-shadow: 0 0 15px #333;
}

#slogan h1, h2 {
    letter-spacing: 0.1em;
}

.rec-message {
    font-size: 20px;
}

/*採用メッセージ
------------------------------------------------------------------------------------------------------------------------*/
#rec_mess {
    font-weight: bold;

    padding: 50px 0 0;

    background: #ffa54c;
}

#rec_mess .wrapper {
    width: 65%;
}


#rec_mess h2 {
    font-size: 60px;
    line-height: .7;

    text-align: right;

    color: white;
}

/*メンバー紹介
------------------------------------------------------------------------------------------------------------------------*/

#member .en-tit {
    padding-top: 50px;

    letter-spacing: 4px;

    color: #b3b3b3;
}


.member-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    margin: 10px 0 50px;
}

.member-list li {
    width: 19%;
}

.member-list li img {
    object-fit: cover;
    max-width: 190px;
    width: 100%;
    max-height: 190px;
    border-radius: 50%;
}

.position-ti {
    font-size: 1.3em !important;
    line-height: 1.3em !important;
    margin-top: 10px;
}

.member-list li p {
    font-size: 1em;
    font-weight: bold;

    text-align: center;
}

.txt-s {
    font-size: 0.9em !important;
}

/*インタビュー
------------------------------------------------------------------------------------------------------------------------*/
#inte .wrapper {
    position: relative;
}

#inte .en-tit {
    padding-top: 50px;

    letter-spacing: 4px;

    color: #b3b3b3;
}


.one-qa {
    width: 70%;
    margin-top: 30px;
}


.one-qa .inte-q {
    font-size: 20px;
    font-weight: bold;
}

.one-qa .inte-a {
    margin: 20px;
    padding: 0 50px 0 20px;

    border-left: 1px solid #ffa54c;
}

#inte .img01 {
    position: absolute;
    top: 0px;
    right: 0;
    width: 250px;
    box-shadow: -40px 30px 0 #ffa54c;
}

#inte .img-st01 {
    position: absolute;
    top: 0px;
    right: -300px;
    width: 250px;
    height: 300px;
    object-fit: cover;
    box-shadow: -40px 30px 0 #ffa54c;
}

#inte .img-st02 {
    position: absolute;
    top: 0px;
    right: -300px;
    width: 250px;
    height: 300px;
    object-fit: cover;
    box-shadow: -40px 30px 0 #ffa54c;
}

#inte .img-st03 {
    position: absolute;
    top: 0px;
    right: -300px;
    width: 250px;
    height: 300px;
    object-fit: cover;
    box-shadow: -40px 30px 0 #ffa54c;
}


/*募集要項
------------------------------------------------------------------------------------------------------------------------*/
#join .en-tit {
    padding-top: 50px;

    letter-spacing: 4px;

    color: #b3b3b3;
}

#join .join-tit {
    display: flex;
}

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

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

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

.btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn-list a {
    padding: 10px 50px;

    color: white;
    border: 4px double white;
    background: #ffa54c;
}

.btn-list a::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    position: absolute;
    top: 8px;
    right: 15px;

    content: '\f0dd';
}

.rec-box {
    display: flex;
    flex-wrap: wrap;

    padding: 40px 0;
}

.rec-box .rec-left {
    width: 30%;
}

.rec-box .rec-right {
    width: 70%;
}

.rec-box .rec-left .rec-tit {
    line-height: 1;

    padding-left: 10px;

    border-left: 3px solid #ffa54c;
}

.rec-box .rec-left .rec-tit .rec-cate {
    font-size: 24px;
    font-weight: 600;
}

.rec-box .rec-left .rec-tit .rec-en {
    font-size: 15px;
    font-weight: 600;

    margin-top: 5px;
}

.rec-taget {
    margin-top: 25px;
    padding: 0 15px 20px 15px;

    border: 1px dotted #dedede;
    border-radius: 5px;
}


.rec-taget .target-tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;

    margin: 20px 0 15px 0;
    padding-left: 5px;

    border-left: 3px solid #ffa54c;
}

.rec-btn {
    width: 100%;
    margin-top: 30px;

    text-align: center;
}

.rec-btn p {
    display: inline-block;

    padding: 10px 100px;

    color: white;
    border-radius: 100px;
    background-color: black;
}

.page-btn {
    display: flex !important;
}

.page-btn li {
    display: inline-block;
}


#fight {
    font-size: 30px;
    font-weight: 600;

    color: #ffa54c;
}

/*レスポンシブ　タブレットサイズ
------------------------------------------------------------------------------------------------------------------------*/
/*レスポンシブ　タブレットサイズ
------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    header {
        padding-bottom: 40px;
    }

    header h1 {
        font-size: 24px;
        line-height: 1.4;

        margin-top: 10px;
    }

    #rec_mess .wrapper {
        width: 90%;
    }

    #rec_mess h2 {
        font-size: 50px;
        line-height: .7;

        margin-top: 10px;
        margin-right: -5%;
    }

    .rec-message {
        font-size: 15px;
        line-height: 1.7;
    }

    /*メンバー-------------------------------------------------------------------*/
    #member .en-tit {
        padding-top: 0;
        letter-spacing: 4px;
    }

    .member-list {
        margin: 0 0 0;
        justify-content: space-around;
    }

    .member-list li {
        width: 45%;
        margin-bottom: 24px;
    }

    /*インタビュー-------------------------------------------------------------------*/
    #inte .en-tit {
        padding-top: 0;
        letter-spacing: 4px;
    }

    #inte .img01 {
        position: static;
        max-width: 300px;
        margin-top: 40px;
        margin-left: 20%;
        box-shadow: -40px 40px 0 #ffa54c;
    }

    #inte .img-st01 {
        position: static;
        top: 0;
        right: 0;
        width: 100%;
        height: 200px;
        margin: 20px auto;
        object-fit: cover;
        box-shadow: none;
    }

    #inte .img-st02 {
        position: static;
        top: 0;
        right: 0;
        width: 100%;
        height: 200px;
        margin: 20px auto;
        object-fit: cover;
        box-shadow: none;
    }

    #inte .img-st03 {
        position: static;
        top: 0;
        right: 0;
        width: 100%;
        height: 200px;
        margin: 20px auto;
        object-fit: cover;
        box-shadow: none;
    }

    .one-qa {
        width: 100%;
    }

    .one-qa .inte-q {
        font-size: 16px;
    }

    .one-qa .inte-a {
        margin: 5px 5px 5px 0;
        padding: 0 0 0 10px;
    }

    /*募集要項-------------------------------------------------------------------*/
    #join .join-tit {
        display: block;
    }

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

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

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

        margin-top: 10px;
    }

    .btn-list a {
        width: 45%;
        margin: 2px 0;
        padding: 10px 0;

        text-align: center;

        color: white;
        border: 4px double white;
        background: #ffa54c;
    }

    .btn-list a::after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;

        position: absolute;
        top: 8px;
        right: 15px;

        content: '\f0dd';
    }

    .rec-box .rec-left {
        width: 100%;
    }

    .rec-box .rec-right {
        width: 100%;
    }

    .rec-btn p {
        width: 100%;
        padding: 10px 0;
    }

    .rec-box .rec-left .rec-tit .rec-cate {
        font-size: 20px;
    }

    .rec-box .rec-left .rec-tit .rec-en {
        font-size: 15px;
        font-weight: 600;

        margin-top: 0;
        margin-bottom: 20px;
    }

    .rec-taget .target-tit {
        font-size: 16px;
    }

    #fight {
        font-size: 18px;
        line-height: 1.7;

        color: #ffa54c;
    }
}

.inte-num-box {
    position: relative;

    margin-top: 100px !important;
}

.inte-number {
    font-family: serif;
    font-size: 500%;
    line-height: .3;

    position: absolute;
    top: 0;

    opacity: .3;
}
