@charset "utf-8";
/* default PC */
#sitemap .flex {
    justify-content: flex-start;
}

a.sitemap-txt-link {
    display: block;
    color: #614a2e;
    font-size: 110%;
    font-weight: bold;
    width: fit-content;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
a.sitemap-txt-link::before {
    position: absolute;
    display: inline;
    content: "";
    background-image: url(../image/base/ico_arrow_brown.png);
    top: 0;
    bottom: 0;
    left: calc(100% + 20px);
    width: 8px;
    height: 12px;
    margin: auto;
}
.sitemap-box.txt-2box {
    margin-bottom: 40px;
}

.sitemap-link-box {
    display: block;
}

a.child-link-btn {
    display: block;
    line-height: 24px;
    width: fit-content;
    color: #f07f1b;
    margin-bottom: 14px;
    margin-left: 55px;
    padding-left: 18px;
    position: relative;
}
a.child-link-btn::before {
    position: absolute;
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #f07f1b;
    top: 12px;
    left: -20px;
}
a.child-link-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 160%;
    background-color: #f07f1b;
    top: 0;
    left: -20px;
}
a.child-link-btn:last-child::after {
    height: 56%;
}
.interview-link a.child-link-btn:last-child::after {
    display: none;
}
.interview-link a.child-link-btn:last-child::before {top: 13px;}

#sitemap .flex.sitemap-box {
    margin-bottom: 50px;
}




/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}

  /* view-559 Mobile */
@media screen and (max-width: 559px) {}

/* 559以下はRWD時に崩れがあれば任意で作成 */

@media screen and (max-width: 375px) {
a.child-link-btn {
    margin-left: 25px;
}
}

/*IE*/
@media all and (-ms-high-contrast: none) {}
