@charset "UTF-8";
html {
    font-size: 16px;
}

#recruit_c{
    padding: 60px 0;
}
.rmain_txt{
    margin: 30px 0;
    padding: 0 25px;
}
.rrttl{
    padding-bottom: 20px;
}

.rr-item_bx{
    padding: 0 15px;
}

.bx_content{
    background-color: #ffffff;
    padding: 10px 15px;
}
.rr-item_ttl{
    margin-bottom: 20px;
}

.rr-item_con{
    text-align: center;
    background-color: #ddfadea3;
    padding: 15px 0;
    border-radius: 15px;
}

.rr-item_con img{
    width: 120px;
}
.rr-item_con p{
    margin-top: 10px;
}
.rr-item_tx{
    margin-bottom: 25px;
    padding: 10px 20px;
}

.recruit-ditle{
    margin-top: 40px;
}
.ttl_center4 {
    font-weight: bold;
    padding: 0 3em;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
}
.ttl_center4::before, .ttl_center4::after {
    content: '';
    background: #4C965C;
    width: 2em;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.ttl_center4::before {
    left: 0;
}
.ttl_center4::after {
    right: 0;
}

.r-ditle_itembx{
    margin-top: 20px;
}
.dittl_n {
    position: relative;
    overflow: hidden;
    padding: 0.9rem 0.9rem 0.9rem 130px;
    border: 2px solid #4C965C;
}

.dittl_n:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #4C965C;
}

.dittl_n span {
    font-size: 40px;
    font-size: 1.8rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 5px;
    padding-left: 30px;
    color: #fff;
}
.dditem_txt{
    margin: 30px 0;
    text-align: center;
}

/*------------------------------
PCのスタイル（幅1024px以上）
-------------------------------*/
@media (min-width: 1024px) {
    .__pc{
        display: block;
    }
    .heading06{
        font-size: 2rem;
    }
}