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


@media screen and (max-width: 767px) {

}
@media screen and (min-width: 1026px) {

}
@media screen and (max-width: 1025px) {

}
/* ----------------------------------------------------------------
page_top_tl
---------------------------------------------------------------- */
body.pages .page_top_tl{
        width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
}
body.pages .page_top_tl .page_h3_tl_area{
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
body.pages .page_top_tl .recruit_page_main{
    position: relative;
    background: url("../img/tl_bg_pc.jpg") center center no-repeat;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background-size: cover;
}
body.pages .page_top_tl .recruit_page_main div {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    height: 100%;
}
body.pages .page_top_tl .recruit_page_main div p{
    width: 490px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}
body.pages .page_top_tl.is-show .recruit_page_main div p {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
    body.pages .page_top_tl{
        margin-bottom: 40px;
    }
body.pages .page_top_tl .recruit_page_main{
    background: url("../img/tl_bg_sp.jpg") center center no-repeat;
    height: 115px;
        background-size: cover;
}
body.pages .page_top_tl .recruit_page_main div p{
    width: 200px;
}
}
/* ----------------------------------------------------------------
member_area
---------------------------------------------------------------- */
#member_area{
    max-width: 1070px;
    margin: 0 auto 80px;
    width: 90%;
}
#member_area .tl {
    padding-left: 35px;
    font-weight: 800;
    font-size: 1.7rem;
    margin-bottom: 10px;
}
#member_area ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#member_area ul li {
    padding: 15px 35px;
}
#member_area ul li:nth-child(2) {
    border-left: dashed 2px #ccc;
    border-right: dashed 2px #ccc;
}
#member_area ul li img{
    margin-bottom: 20px;
}
#member_area ul li .txt_area .name{
    margin-bottom: 10px;
}
#member_area ul li .txt_area .name span {
    font-size: 1.5rem;
    font-weight: 600;
}
#member_area ul li .txt_area div{
    display: flex;
    align-items: center;
}
#member_area ul li .txt_area div .busyo {
    padding: 5px 8px;
    border-radius: 5px;
    text-align: center;
    background: #989898;
    color: #fff;
}
#member_area ul li .txt_area div .nen{
    padding-left: 10px;
}
@media screen and (max-width: 767px) {
#member_area {
    margin: 0 auto 40px;
}
#member_area .tl {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
}
#member_area ul {
    display: block;
}
#member_area ul li {
    padding: 20px 0;
            display: flex;
    justify-content: space-between;
            align-items: center;
}
    #member_area ul li img{
                width: 42%;
        margin-bottom: 0;
    }
        #member_area ul li .txt_area{
            width: 52%;
        
    }
#member_area ul li:nth-child(2) {
    border: none;
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
}
#member_area ul li .txt_area .name span {
    font-size: 1.2rem;
}
#member_area ul li .txt_area .name {
    font-size: 0.8rem;
}
#member_area ul li .txt_area div .busyo {
    padding: 5px 5px;
    font-size: 0.7rem;
}
#member_area ul li .txt_area div .nen {
    font-size: 0.9rem;
}
}
/* ----------------------------------------------------------------
talk_area
---------------------------------------------------------------- */
#talk_area{
    max-width: 1000px;
    margin: 0 auto 80px;
    width: 90%;
}
#talk_area .box{
    margin-bottom: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap:40px;
}#talk_area .box > div{
    width: calc(50% - 20px);
}
#talk_area .box.right .txt_box{
    order: 2;
}
#talk_area .box .txt_box .tl{
 display: flex;
    height: 80px;
    margin-bottom: 20px;
    align-items: center;
    overflow: hidden;
    background: #ccc;
}
#talk_area .box .txt_box .tl .qp {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 15px 12px 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
}
#talk_area .box .txt_box .tl .txt{
    padding: 15px;
    font-size: 1.4rem;
    font-weight: 500;
}
#talk_area .box .txt_box dl{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
#talk_area .box .txt_box dl dt {
    padding-right: 10px;
    text-align: right;
    width: 65px;
        font-weight: 500;
}
#talk_area .box .txt_box dl dd{
    width: calc(100% - 65px);
}
#talk_area .box .img_box img{
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    
    #talk_area .box {
    margin-bottom: 40px;
    display: block;
}
#talk_area .box > div {
    width: 100%;
}
#talk_area .box .txt_box .tl {
    height: 60px;
}
#talk_area .box .txt_box .tl .qp {
    font-size: 1.5rem;
}
#talk_area .box .txt_box .tl .txt {
    font-size: 1.1rem;
}
#talk_area .box .txt_box dl {
    margin-bottom: 20px;
    font-size: 0.9rem;
}
#talk_area .box .txt_box dl dt {
    padding-right: 0px;
    width: 45px;
    font-weight: 700;
}
#talk_area .box .txt_box dl dd {
    width: calc(100% - 45px);
}
    #talk_area .box .txt_box img{
        margin-bottom: 20px;
    }
}