@charset "UTF-8";
/* CSS Document */

.layout-whitebox:not(:last-child) {
    margin-bottom: 110px;
}

.layout-whitebox > div:not(:last-child) {
    margin-bottom: 60px;
}

.lw01::before {
    content: "人材育成制度";
}

.lw02::before {
    content: "出産・育児サポート制度";
}

.lw03::before {
    content: "その他（主な制度）";
}

/* contents02 */

.contents02 {
    padding-top: 50px;
}


/* layout01 */

.layout01 ul li a {
    font-weight: var(--base-weight2);
    font-size: 22px;
    line-height: 1.2;
    padding: 30px 35px;
    background-color: #FFF;
    display: block;
    position: relative;
}

.layout01 ul li a::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/link-arrow02.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 32px;
    width: 33px;
    height: 100%;
    transition: .5s;
    transform: rotate(90deg);
}

.layout01 ul li a:hover::before {
    top: 5px;
}

.layout01 ul li:not(:last-child) {
    margin-bottom: 20px;
}

/* layout02 */

.layout02 {
    text-align: center;
}

.layout02 p {
    color: var(--color-sub2);
    font-size: 14px;
}

/* layout03 */

.layout03 {
    width: 820px;
}

.lw02 .layout03,
.layout05 {
    width: 670px;
}

/* layout04 */

.layout04 {
    width: 630px;
}

.layout04 .box:not(:last-child) {
    margin-bottom: 40px;
}

.layout04 h5,
.layout04 h6 {
    font-weight: var(--base-weight2);
    color: var(--color-sub3);
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0em;
}

.layout04 h6 {
    margin-top: 25px;
    font-size: var(--base-font-size);
}

.layout04 p {
    font-size: 14px;
    line-height: 1.8;
}

/* layout05 */

.layout05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.layout05 .box-detail {
    flex: 1;
}

.layout05 .box-img {
    width: 110px;
}

.layout05 h6 {
    font-weight: var(--base-weight2);
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}


.sp-view {
    display: none;
}
