.l-career_member {
    margin-bottom: 150px;
}

div.member {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.title-l__tit_m {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 'light';
    font-weight: 400;
    font-size: 1.5rem;
    /* color: #009d80; */
    color: #000;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.85;
    letter-spacing: 0.1em;
    padding: 0;
}

.title-l__tit_b {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 'light';
    font-weight: 400;
    font-size: 1.5rem;
    /* color: #009d80; */
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.85;
    letter-spacing: 0.1em;
    padding: 0;
}

div.member_img{
margin-bottom: 45px;
}

.l-contact {
    margin-bottom: 150px;
}

.recruit_contact {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    /* background: #009d80; */
    background: #000;
    text-align: center;
    padding: 40px;
    color: #fff;
}

.contact__text {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
}

.recruit_contact__btn a {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 'bold';
    font-weight: 700;
    /* color: #009d80; */
    color: #000;
    font-size: 1.3rem;
    line-height: 42px;
    height: 42px;
    background: #fff;
    padding: 0 40px;
}

.recruit_contact__btn a:hover {
background-color: #42B049;
color: #fff;
}

div.member_title_sub {
    font-size: 1.8rem;
    line-height: 2.45;
    letter-spacing: 0.05em;
    font-weight: 600;
}

div.member_text {
    font-size: 1.6rem;
    line-height: 2.45;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

a.member_title_link{
color: #000;
text-decoration: underline;
}

a.member_title_link:hover{
color: #42B049;
text-decoration: unset;
}


@media screen and (max-width: 1120px){
div.member {
    width: 92vw;
}
}

@media screen and (max-width: 768px) {
  .l-career_member {
    margin-bottom: 70px;
  }
}