.topics  {
    margin-top:10px;
    margin-bottom:50px;
    }
    
    .topics dl {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    }
    
    .topics dt {
    padding-bottom: 5px;
    width: 10em;
    }
    .topics dd {
    padding-bottom: 5px;
    font-size:1.1em;
    font-weight:bold;
    }
    
    .topics a:hover {
    color:#c00; 	/*リンクにマウスが乗ったら背景色を変更する*/
    }
    
    @media screen and (min-width: 900px) {
    .topics dt {
    clear: left;
    float: left;
    width: 10%;
    }
    .topics dd {
    margin-left: 11%;
    }
    
    .osirase { /*おしらせ*/
        position: relative;
        margin: 2em 0;
        padding: 0.5em 1em;
        border: solid 3px #0a8c49;
        border-radius: 0 10px 10px 10px;
    }
    .osirase .osirase-title {
        position: absolute;
        display: inline-block;
        top: -27px;
        left: -3px;
        padding: 3px 9px;
        height: 25px;
        line-height: 25px;
        font-size: 17px;
        background: #0a8c49;
        color: #ffffff;
        border-radius: 5px 5px 0 0;
    }
    .osirase p {
        margin: 0; 
        padding: 0;
    }
    
    .underline {
    text-decoration:underline;/*下線を引く*/
    }
    }


/*===========================
** 採用TOP追記
===========================*/
.rec-wrap-inner{
    justify-content: center!important;
}
.rec-contents{
    margin: 4em 1em;
    position: relative;
}
.rec-contents h2{
    font-size:1.2em;
}
.rcrumbs{
    margin: 1em auto 0.5em;
}
.c-bread{
    display: flex;
}
.rec-common{
    padding: 2em 0;
}
.rec-common .rec-about{
    margin-top: 5em;
}
.rec-top{
    position: relative;
}
.rec-top img{
    min-height: 300px;
    object-fit: cover;
    object-position: 50% 50%;
}
.rec-top h1{
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
    text-align: center;
}
.rec-top h1 span{
    font-size: 0.8em;
}
.rec-mes{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.rec-mes h2,
.rec-mes p{
    writing-mode: tb;
    z-index: 1;
    line-height: 1.8em;
}
.rec-mes h2{
    font-size: 2em;
    margin-right: 2em;
    font-weight: 600;
}
.rec-mes h2 span:last-child{
    padding-top: 3%;
}
.rec-mes-p{
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 220px;
}
.rec-news{
    background-color: #f3f3f3;
    padding: 2em 3em;
    border-radius: 22px;
}
.rec-news h2{
    text-align: center;
    letter-spacing: 0.7em;
}
.rec-news ul{
    margin-top: 1em;
    line-height: 1.8em;
}
.rec-news ul li span{
    margin-right: 1em;
}
.h2-title{
    position: relative;
}
.rec-link h2{
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
}
.rec-about{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: auto;
    margin: auto;
}
.rec-about a{
    width: 29%;
    margin: 0.8em;
}
.rec-about a p{
    text-align: center;
    font-weight: 600;
    margin: 0.5em auto;
}
.rec-about a img{
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}

.rec-intern-p01{
    position: absolute;
    width: 60px;
    left: 0;
}
.rec-intern-p02{
    position: absolute;
    width: 60px;
    right: 0;
}
.rec-intern h2{
    text-align: center;
}

.rec-com{
    display: flex;
    justify-content: space-evenly;
    margin: 4em auto;
    flex-wrap: wrap;
}
.rec-com a{
    position: relative;
}
.rec-com a img{
    width: 250px;
}
.rec-com a p{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.3em;
}
.rec-add > p{
    margin: 2em auto;
}
.rec-leaf h2{
    display: flex;
    align-items: center;
    padding: 2em 0;
}
.rec-leaf h2:before {
    background: url(img/recruit_p06.png) no-repeat;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    margin-right: 23px;
}
.rec-link a.entry{
    height: 4em;
    width: 90%;
    background-image: linear-gradient(rgb(249, 232, 241), rgb(255, 188, 188));
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 56px;
    font-size: 1.2em;
    margin: 2em auto;
}
@media screen and (width < 1024px) {
    #side-bar {
        width: 100%;
        margin: 3em auto; 
    }
}
@media screen and (width < 1200px) {
    #side-bar {
        width: 100%;
        margin: 3em auto; 
    }
    .rec-mes h2{
        font-size: 1.2em;
        font-weight: 600;
        margin-right: 10em;
    }
    .rec-mes{
        justify-content: center;
    }
    .rec-mes-p{
        left: auto;
        right: 0;
        width: 21vw;
        bottom: -20%;
        z-index: 1;
    }
    .rec-top h2{

        line-height: 1.5em;
    }
}
@media screen and (width < 764px) {
    .rec-contents{
        margin: 3em auto;
    }
    .rec-top h1{
        letter-spacing: inherit;
        font-size: 1.3em;
    }
    .rec-mes{
        display: block;
    }
    .rec-mes-p{
        left: 0;
        right: 0;
        width: 40vw;
        bottom: 0;
        margin: 3em auto;
        position: relative;
    }
    .rec-mes h2, .rec-mes p{
        writing-mode: inherit;
        text-align: center;
    }
    .rec-mes h2{
        margin: 0 auto 1em 0;
    }
    .rec-mes h2 br{
        display: none;
    }
    .rec-news ul li{
        margin: 0.5em auto;
    }
    .rec-news ul li a{
        display: inline-grid;
    }
    .rec-link h2{
        left: 40px;
    }
    .rec-about{
        margin-top: 1em;
    }
    .rec-about a{
        width: 40%;
    }
    .rec-about a img{
        max-height: 30vw;
        min-height: 30vw;
    }
    .rec-intern{
        margin: 6em auto;
    }
    .rec-intern-p01{
        top: 10vw;
        width: 12vw;
        transform: rotate(-25deg);
    }
    .rec-intern-p02{
        top: -10vw;
        width: 12vw;
        transform: rotate(48deg);
    }
    .rec-leaf h2{
        padding: 1em 0;
    }
}



    