@charset "utf-8";
/* CSS Document */
/* head img--------------------------------------------------------------*/
h2.hd-top > .title {
  background: #DDF8F2;
}
.hd-top {
	background: #DDF8F2;
}

@media (max-width: 1024px) {
	h2.hd-top > .title {
        background: none;
    }
}

/* area --------------------------------------------------------------*/
.career-area{
	background-color: #f4f4f4;
}

.career-area p.note {
    width: 80%;
    margin: 0 auto;
    @media (max-width: 1024px) {
        width: 100%;
        padding: 1rem;
    }
}
.career-area p.desc{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    @media (max-width: 1024px) {
        width: 100%;
    }
}

/* --------------------------------------------------------------*/

h3{
    text-align: left;
    font-size: 2rem;
    padding-bottom: 3rem;
    background-color: #FFF;
    @media (max-width: 1024px) {
        text-align: center;
        font-size: 1
    }
}
.career-area .recruit dl {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    @media (max-width: 1024px) {
        width: 100%;
    }
}

.career-area .recruit dl .item{
    display: flex;
    padding: 1rem;
    @media (max-width: 1024px) {
        flex-direction: column;
    }
}
.career-area .recruit dt {
    font-weight: bold;
    color: var(--main-color);
    width: 14em;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    font-size: 1.5rem;

    @media (max-width: 1024px) {
        width: 100%;
        border-bottom: 0;
    }
}

.career-area .recruit dd {
    width: calc(100% - 14em);
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    @media (max-width: 1024px) {
        width: 100%;
    }
}
