@charset "utf-8";
/* html {
    scroll-behavior: smooth;
} */
body {

    overflow-x: hidden;
    margin: 0;
}

#pagebody {
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    margin: 0px auto 0;
}

#contents {
    float: unset;
    width: calc(100% - 312px);
    max-width: 1450px;
    padding-top: 0px;
}

.pageBody_main {
    display: flex;
    justify-content: flex-end;
}

.mainNavigation {
    position: static;
    float: unset;
    line-height: 1.7;
    width: 312px;
    margin: 0;
    font-family: 'YakuHanMP_Noto', 'Noto Serif Japanese', serif;
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
    /* background: #fff; */
}

.headerRecruit {
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'YakuHanMP_Noto', 'Noto Serif Japanese', serif;
}

.headerRecruit .headerWrapper {
    max-width: 962px;
    margin: 20px auto;
    padding-left: 22%;
}

.headerRecruit .headerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.headerRecruit .headerButtons a {
    display: flex;
    width: 145px;
    height: 46px;
    color: #21538e;
    font-size: 14px;
    background: #f1f5f8;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.headerRecruit .headerButtons {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.headerRecruit .bgBlue {
    background: url(../img/bgBlue.jpg)right top / cover no-repeat;
    height: 60px;
    margin: 0;
    width: 100%;
    max-width: 665px;
    justify-content: flex-start;
}

.headerRecruit .bgGreen {
    height: 60px;
    width: 100%;
    max-width: 665px;
}
.headerRecruit .bgGreen:before {
    content: '';
    background: url(../img/bgGreen.jpg) left top / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 52vw;
    min-width: 715px;
    height: 60px;
    z-index: 1;
}
.headerRecruit .headernavWrapper {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    justify-content: flex-start;
}


.headerRecruit .navWrapper {
    display: flex;
    background: url(../img/bgBlue.jpg) right top / 100% 60px no-repeat;
}
.headerRecruit .navInner {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}
.headerRecruit .navInner .innerWrapper{
    display: flex;
    width: calc(100% - 40px);
    max-width: 1360px;
    margin: 0 auto;
}

.headerRecruit .navList {
    display: flex;
    align-items: center;
    max-width: 665px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}
.headerRecruit .bgGreen .navList .navItem {
    width: calc(100% / 4);
}

.headerRecruit .bgBlue .txtUnderMenu {
    position: absolute;
    height: 40px;
    bottom: -40px;
    right: 0;
    max-width: 665px;
    width: 100%;
    text-align: center;
    background: #f3efe4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerRecruit .bgBlue .txtUnderMenu .txtSpan {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    max-width: 665px;
    display: inline;
    width: auto;
    justify-content: center;
}

.headerRecruit .bgBlue .txtUnderMenu .txtSpan:before {
    content: "";
    width: 12px;
    height: 12px;
    right: -20px;
    position: absolute;
    top: calc(50% - 6px);
    background: url(../img/iconLink.png) center top / cover no-repeat;
}

.headerRecruit .bgGreen .txtUnderMenu .txtSpan {
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    max-width: 500px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.headerRecruit .bgGreen .txtUnderMenu {
    position: absolute;
    height: 40px;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    background: #f1f5f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerRecruit .navList .navItem {
    width: calc(100% / 4);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100%;
}

.headerRecruit .navList .navItem:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    left: 0;
    top: calc(50% - 17.5px);
    background: #fff;
}

.headerRecruit .navList .navItem.borderNone:before {
    display: none;
}

.headerRecruit .navItem .linkTxt {
    position: relative;
}

.headerRecruit .bgBlue .navList .navItem .linkTxt::after {
    content: "";
    width: 12px;
    height: 12px;
    right: -20px;
    position: absolute;
    top: calc(50% - 6px);
    background: url(../img/iconLink02.png) center top / cover no-repeat;
}

.headerRecruit .navList .navItem a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 1.42;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerRecruit .navList .navItem a:hover {
    filter: brightness(1.1);
}


/* -------　サイドメニュー　------ */
#main.pageBody_main {
    background: none;
    padding-bottom: 0;
}

.recruitSection {
    border-left: 1px solid #eceaea;
    padding: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1); */
    font-weight: bold;
}

.recruitSection .sectionTitle,
.recruitSection .menuTitle {
    font-size: 15px;
    border-bottom: 1px dashed #c3e7fe;
    margin-bottom: 15px;
    color: #21538e;
    font-weight: bold;
    padding: 4px 0 14px 0;
    letter-spacing: 1px;
}

.recruitSection .sectionTitle .en,
.recruitSection .menuTitle .en {
    color: #af8a00;
    font-size: 12px;
    margin-left: 5px;
}

.recruitSection .category {
    margin-bottom: 0;
}

.recruitSection .categoryHeader {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    display: flex;
    line-height: normal;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    letter-spacing: 0.1em;
    min-height: 26px;
}

.recruitSection .txtLink {
    font-size: 13px;
    position: relative;
}

.recruitSection .txtLink::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #21538e;
    border-right: 2px solid #21538e;
    transform: rotate(45deg);
    margin-left: 8px;
    left: 3px;
    position: absolute;
    top: calc(50% - 3px);
}

.recruitSection .headerExpert {
    background-color: #8b735b;
}

.recruitSection .headerChildcare {
    background-color: #836085;
}

.recruitSection .headerTaxsupport {
    background-color: #b4c9a3;
}

.recruitSection .categoryRow {
    display: flex;
    border: 1px solid #ccc;
    border-top: none;
}

.recruitSection .categoryItem {
    flex: 1;
    border-left: 1px solid #ccc;
}

.recruitSection .categoryItem:first-child {
    border-left: none;
}

.recruitSection .categoryItem a {
    color: #002d5c;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 8px;
    padding-left: 25px;
    display: block;
}

/* 採用メニュー */
.recruitMenu {
    margin-top: 15px;
}

.recruitMenu .recruitLinks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.recruitMenu .recruitLinkItem {
    flex: 1;
    text-align: center;
    font-size: 13px;
    color: #002d5c;
    text-decoration: none;
    width: 96px;
    height: 76px;
    display: flex;
    gap: 5px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f1f5f8;
    border-right: 1px solid #fff;
}

.recruitMenu .recruitLinkItem:last-child {
    border-right: none;
}

.recruitMenu .recruitLinkItem:visited {
    color: #002d5c;
    text-decoration: none;
}

.recruitMenu .recruitLinkItem img {
    display: block;
    margin: 0 auto 5px;
}

.recruitMenu .recruitLinkItem.top img {
    width: 19px;
}

.recruitMenu .recruitLinkItem.feature img {
    width: 17px;
}

.recruitMenu .recruitLinkItem.qualification img {
    width: 19px;
}

.recruitMenu .recruitBanners {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.recruitMenu .recruitBanners .imgBnr {
    width: 140px;
}

.recruitMenu .recruitBanners img {
    width: 100%;
    height: auto;
    display: block;
}

.recruitMenu .recruitActions {
    display: flex;
    justify-content: space-between;
    gap: 1px;
}

.recruitMenu .recruitActions a {
    flex: 1;
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #f1f5f8;
    color: #002d5c;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 14px;
}

.btnEntry {}

.btnContact {}

/* 働く環境 */
.recruitEnvironment {
    margin-top: 15px;
}

.recruitEnvironment .workCategory {
    margin-bottom: 0;
}

.recruitEnvironment .workCategoryTitle {
    background-color: #dda932;
    color: #fff;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 1px;
}

.recruitEnvironment .workCategoryList {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
}

.recruitEnvironment .workCategoryList .Inner {
    border-top: 1px solid #ccc;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.recruitEnvironment .workCategoryList .linkFlex {
    padding: 0;
    display: flex;
}

.recruitEnvironment .workCategoryList .linkFlex .flexInner {
    width: 50%;
    border-right: 1px solid #ccc;
}

.recruitEnvironment .workCategoryList .linkFlex .flexInner:nth-child(2n) {
    border-right: none;
}

.recruitEnvironment .recruitEnvironment .workCategoryList .linkFlex .flexInner+.flexInner {
    border-left: 1px solid #ccc;
}

.recruitEnvironment .workCategoryList .Inner a {
    display: block;
    color: #002d5c;
    text-decoration: none;
    padding: 10px;
    padding-left: 25px;
    min-height: 18px;
}

/* -------フッター------ */


.siteMenu .secFooterMenu {
    overflow: hidden;
    font-family: 'YakuHanMP_Noto', 'Noto Serif Japanese', serif;
}

.siteMenu .secFooterMenu {
    display: flex;
    justify-content: center;
    min-height: 673px;
    min-width: 1400px;
    font-weight: bold;
}

.secFooterMenu .corporateSiteMenu {
    width: 290px;
    padding-right: 54px;
    border-right: 1px solid #bfbfbf;
    height: 100%;
    position: relative;
    margin-top: 60px;
}

.secFooterMenu .recruitSiteMenu {
    position: relative;
    margin-top: 60px;
    padding-left: 54px;
}

.secFooterMenu .corporateSiteMenu:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 100vw;
    background: #21538e;
    top: -60px;
    right: -1px;
}

.secFooterMenu .recruitSiteMenu:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 100vw;
    background: url(../img/imgFooterTop.png)left top / cover no-repeat;
    top: -60px;
    left: 0px;
}

.secFooterMenu .menuTitleEn {
    font-size: 1.5em;
    font-weight: bold;
    color: #2a4473;
}

.secFooterMenu .menuTitleJp {
    font-size: 14px;
    margin-bottom: 20px;
}

.secFooterMenu .groupTitle {
    font-size: 15px;
    border-bottom: 1px dashed #c3e7fe;
    margin-bottom: 25px;
    color: #21538e;
    font-weight: bold;
    padding: 14px 0;
    letter-spacing: 1px;
}

.secFooterMenu .innerLeft .groupTitle {
    margin-bottom: 20px;
}

.secFooterMenu .menuGroup .groupTitle {
    margin-bottom: 0px;
}

.secFooterMenu .groupTitleEn {
    color: #af8a00;
    font-size: 12px;
    margin-left: 5px;
}

.secFooterMenu .linkList {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.secFooterMenu .linkList .menuItem {
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.secFooterMenu .linkList .menuLink {
    display: block;
    color: #21538e;
    text-decoration: none;
    padding: 15px 10px;
    padding-left: 38px;
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
}

.secFooterMenu .linkList .menuLink:before {
    content: "";
    width: 12px;
    height: 12px;
    right: 0;
    position: absolute;
    top: calc(50% - 6px);
    background: url(../img/iconLink.png)center top / cover no-repeat;
}

.secFooterMenu .linkList .menuLink::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #21538e;
    border-right: 2px solid #21538e;
    transform: rotate(45deg);
    margin-left: 5px;
    left: 15px;
    position: absolute;
    top: calc(50% - 3px);
}

.secFooterMenu .boxTit {
    text-align: center;
    border-bottom: 22px;
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 10px;
}

.secFooterMenu .boxTit:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 25px);
}

.secFooterMenu .corporateSiteMenu .boxTit:before {
    background: #21538e;
}

.secFooterMenu .recruitSiteMenu .boxTit:before {
    background: #61cac6;
}

.secFooterMenu .bannerGroup {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.secFooterMenu .bannerGroup .imgBnr {
    width: 140px;
}

.secFooterMenu .bannerGroup img {
    width: 100%;
    height: auto;
}

.secFooterMenu .bannerGroup img {
    width: 100%;
    height: auto;
}

.secFooterMenu .siteLogo img {
    width: 290px;
    display: block;
    margin: 30px auto 0;
}

.secFooterMenu .rightWrapper {
    display: flex;
}

.secFooterMenu .innerLeft {
    width: 290px;
    margin-right: 54px;
    padding-right: 54px;
    position: relative;
}

.secFooterMenu .innerLeft:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 526px;
    bottom: 0;
    right: 0;
    background: #bfbfbf;
}

.secFooterMenu .innerRight {
    width: 724px;
}

.secFooterMenu .infoCategory {
    display: flex;
    margin-bottom: 14px;
}

.secFooterMenu .categoryTitle {
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 20px;
    background-color: #907967;
    color: #fff;
    line-height: 1.33;
    justify-content: space-between;
    height: 56px;
    border-radius: 5px;
    letter-spacing: 0.1em;
}

.secFooterMenu .categoryChildcare {
    background-color: #86637b;
}

.secFooterMenu .categoryExamSupport {
    background-color: #a3c290;
}

.secFooterMenu .infoCategory .infoBox {
    width: 200px;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.secFooterMenu .infoCategory .infoBox:last-child {
    margin-right: 0;
    padding-right: 0;
}

.secFooterMenu .infoCategory .infoBox:last-child::before {
    display: none;
}

.secFooterMenu .infoCategory .infoBox::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background: #bfbfbf;
}

.secFooterMenu .infoCategory .categoryItem {
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.secFooterMenu .infoCategory .categoryLink {
    display: block;
    color: #21538e;
    text-decoration: none;
    padding: 15px;
    padding-left: 25px;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}

.secFooterMenu .infoCategory .categoryLink:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    left: 0;
    top: calc(50% - 7.5px);
    background: #907967;
    border-radius: 50%;
}

.secFooterMenu .childcare .categoryLink:before {
    background: #86637b;
}

.secFooterMenu .examSupport .categoryLink:before {
    background: #a3c290;
}

.secFooterMenu .infoCategory .categoryLink::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    top: calc(50% - 2.5px);
    background: url(../img/iconArrow.png)center top / cover no-repeat;
    left: 6px;
}

.secFooterMenu .btnEntry,
.secFooterMenu .btnContact {
    flex: 1;
    padding: 10px;
    background-color: #e4e9f1;
    text-align: center;
    text-decoration: none;
    color: #2a4473;
    border-radius: 4px;
    font-weight: bold;
}

.secFooterMenu .workColumns {
    display: flex;
}

.secFooterMenu .workColumns .workBox {
    padding-right: 30px;
    position: relative;
    width: 50%;
}

.secFooterMenu .workColumns .workBox:last-child {
    padding-left: 30px;
    padding-right: 0;
}

.secFooterMenu .workColumns .workBox:last-child:before {
    display: none;
}

.secFooterMenu .workColumns .workBox::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background: #bfbfbf;
}

.secFooterMenu .categoryItem {
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.secFooterMenu .categoryLink {
    display: block;
    color: #21538e;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
    min-height: 20px;
}

.secFooterMenu .categoryLink:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    left: 0;
    top: calc(50% - 7.5px);
    background: #dda932;
    border-radius: 50%;
}
.secFooterMenu  .categoryLink.bg02:before{
    background: #38A7A2;
}

.secFooterMenu .categoryLink::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    top: calc(50% - 2.5px);
    background: url(../img/iconArrow.png)center top / cover no-repeat;
    left: 6px;
}

.secFooterMenu .workTitle {
    background-color: #dda932;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 5px;
}
.secFooterMenu .workTitle.bg02{
    background: #38A7A2;
}
.secFooterMenu .flexWrapper {
    display: flex;
    gap: 10px;
}

.secFooterMenu .boxCategoryLink {
    width: 200px;
}

.secFooterMenu .workBox .boxCategoryLink {
    margin-top: 10px;
}

.secFooterMenu .flexWrapper .boxCategoryLink {
    width: calc(50% - 5px);
}

.secFooterMenu .recruitLinks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 20px;
}

.secFooterMenu .recruitLinkItem {
    flex: 1;
    text-align: center;
    font-size: 13px;
    color: #002d5c;
    text-decoration: none;
    width: 96px;
    height: 85px;
    display: flex;
    gap: 7px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f1f5f8;
    border-right: 1px solid #fff;
}

.secFooterMenu .recruitLinkItem:last-child {
    border-right: none;
}

.secFooterMenu .recruitLinkItem:visited {
    color: #002d5c;
    text-decoration: none;
}
.secFooterMenu .recruitLinkItem.top{
    background: #f1f5f8;
}
.secFooterMenu .recruitLinkItem.feature{
    background: #fef8e2;
    color: #6f531a;
}
.secFooterMenu .recruitLinkItem.qualification{
    background: #e8f7f2;
    color: #166456;
    line-height: 1.33;
}

.secFooterMenu .recruitLinkItem img {
    display: block;
    margin: 0 auto 5px;
}

.secFooterMenu .recruitLinkItem.top img {
    width: 16px;
}

.secFooterMenu .recruitLinkItem.feature img {
    width: 12px;
}

.secFooterMenu .recruitLinkItem.qualification img {
    width: 13px;
    position: relative;
    bottom: -4px;
    margin-bottom: 3px;
}

.secFooterMenu .btnEntry,
.secFooterMenu .btnContact {
    flex: 1;
    text-align: center;
    padding: 0;
    background-color: #f1f5f8;
    color: #21538e;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    min-height: 46px;
}

.siteMenu .bgCopy {
    background: #f2f2f2;
    margin-top: 40px;
    min-width: 1400px;
}

.siteMenu .txtCopy {
    font-size: 12px;
    padding: 17px;
    text-align: right;
    letter-spacing: 1px;
    font-weight: bold;
}

@media only screen and (max-width:1620px) {
    .secFooterMenu .innerLeft {
        margin-right: 20px;
        padding-right: 20px;
    }

    .secFooterMenu .recruitSiteMenu {
        padding-left: 20px;
    }

    .secFooterMenu .corporateSiteMenu {
        padding-right: 20px;
    }
}

@media only screen and (max-width:1215px) {
    #contents {
        width: 100%;
        max-width: unset;
        padding-top: 88px;
        height: auto;
        min-height: unset;
    }

    .pageBody_main {
        display: block;
    }

    #contents .page-asset {
        width: 100%;
        margin: -20px auto;
    }

    .headerRecruit {
        min-width: unset;
        width: 100%;
        height: 88px;
        background: #fff;
        position: fixed;
        z-index: 1005;
    }

    .headerRecruit .navWrapper {
        display: none;
    }

    .headerRecruit .headerButtons {
        display: none;
    }

    .headerRecruit .headerLogo {
        width: 271px;
        margin: 0 auto;
    }

    .headerRecruit .headerLogo img {
        width: 100%;
        height: auto;
    }

    .headerRecruit .headerTop {
        display: flex;
    }

    .headerRecruit .headerWrapper {
        max-width: unset;
        margin: 0 auto;
        padding-left: 0;
        height: 88px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* padding-left: 35px; */
        position: absolute;
        z-index: 1001;
        left: calc(50% - 166px);
    }

    .siteMenu .bgCopy {
        min-width: unset;
    }

    .mainNavigation .recruitSection {
        display: none;
    }

    .siteMenu {
        display: none;
    }
}

.wrapper1600 {
    width: 1600px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

@media only screen and (max-width:1215px) {

    .wrapper1080,
    .wrapper1240,
    .wrapper1250,
    .wrapper1300,
    .wrapper1600 {
        width: 100%;
        max-width: none;
    }

    .wrapperSp {
        width: 92%;
        margin: 0 auto;
    }
}

.spNavigation {
    display: none;
    font-family: 'YakuHanMP_Noto', 'Noto Serif Japanese', serif;
}

@media only screen and (max-width:1215px) {
    #pagebody {
        min-height: unset;
        margin: 0 auto;
    }

    #main.pageBody_main {
        min-height: unset;
    }

    .spNavigation {
        width: 94.67%;
        margin: 10px auto 0;
        display: block;
        font-weight: bold;
    }

    .secInformation .menuTit {
        text-align: center;
        margin-top: 20px;
    }

    .spNavigation .menuTit .titMenu {
        font-size: 18px;
    }

    .spNavigation .menuTit .imgSpLogo {
        text-align: center;
    }

    .spNavigation .imgSpLogo {
        text-align: center;
    }

    .spNavigation .recruitLinks {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .spNavigation .recruitLinkItem {
        flex: 1;
        text-align: center;
        font-size: 13px;
        color: #002d5c;
        text-decoration: none;
        width: 88px;
        height: 81px;
        gap: 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background: #f1f5f8;
        border-right: 1px solid #fff;
        justify-content: center;
        box-sizing: border-box;
    }

    .spNavigation .recruitLinkItem:last-child {
        border-right: none;
        gap: 15px;
    }

    .spNavigation .menuSection .recruitLinkItem:last-child {
        border-right: none;
        gap: 6px;
        justify-content: flex-start;
        padding-top: 14px;
    }


    .spNavigation .infoCategory {
        margin-top: 25px;
    }

    .spNavigation .categoryTitle {
        font-weight: bold;
        display: flex;
        align-items: center;
        padding: 0;
        padding-left: 15px;
        background-color: #907967;
        color: #fff;
        line-height: 1.33;
        justify-content: space-between;
        height: 40px;
        border-radius: 5px 5px 0 0;
        letter-spacing: 1px;
    }

    .spNavigation .categoryChildcare {
        background-color: #86637b;
    }

    .spNavigation .categoryExamSupport {
        background-color: #a3c290;
    }

    .spNavigation .infoCategory .infoBox {
        width: 100%;
        position: relative;
    }

    .spNavigation .infoCategory .boxCategoryLink {
        display: flex;
    }

    .spNavigation .infoCategory .infoBox:nth-child(n+2) {
        margin-top: 15px;
    }

    .spNavigation .infoCategory .infoBox:last-child::before {
        display: none;
    }

    .spNavigation .infoCategory .categoryItem {
        border-right: 1px solid rgba(0, 0, 0, 0.149);
        border-bottom: 1px solid rgba(0, 0, 0, 0.149);
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        width: 50%;
    }

    .spNavigation .infoCategory .categoryItem:first-child {
        border-left: 1px solid rgba(0, 0, 0, 0.149);
        border-radius: 0 0 0 5px;
    }

    .spNavigation .infoCategory .categoryItem:nth-child(2) {
        border-radius: 0 0 5px 0;
    }

    .spNavigation .infoCategory .categoryLink {
        display: block;
        color: #21538e;
        text-decoration: none;
        padding: 15px 10px;
        padding-left: 30px;
        font-size: 14px;
        letter-spacing: 1px;
        position: relative;
    }

    .spNavigation .infoCategory .categoryLink:before {
        content: '';
        position: absolute;
        height: 12px;
        width: 12px;
        left: 12px;
        top: calc(50% - 6px);
        background: #907967;
        border-radius: 50%;
    }

    .spNavigation .childcare .categoryLink:before {
        background: #86637b;
    }

    .spNavigation .examSupport .categoryLink:before {
        background: #a3c290;
    }

    .spNavigation .infoCategory .categoryLink::after {
        content: '';
        position: absolute;
        height: 4px;
        width: 4px;
        top: calc(50% - 2px);
        background: url(../img/iconArrow.png) center top / cover no-repeat;
        left: 16px;
    }

    .spNavigation .recruitActions {
        display: flex;
        justify-content: space-between;
        gap: 1px;
        font-size: 14px;
        margin-top: 20px;
    }

    .spNavigation .recruitActions .btnEntry {
        flex: 1;
        display: block;
        text-align: center;
        background-color: #f1f5f8;
        color: #21538e;
        font-weight: bold;
        text-decoration: none;
        display: flex;
        gap: 9px;
        align-items: center;
        min-height: 56px;
        justify-content: center;
    }

    .spNavigation .recruitActions .btnContact {
        flex: 1;
        display: block;
        text-align: center;
        background-color: #f1f5f8;
        color: #21538e;
        font-weight: bold;
        text-decoration: none;
        display: flex;
        gap: 9px;
        align-items: center;
        min-height: 56px;
        justify-content: center;
    }

    .spNavigation .secEnviroment {
        margin-top: 30px;
    }

    .spNavigation .secEnviroment .menuTit {
        text-align: center;
    }

    .spNavigation .secEnviroment .bannerGroup {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        margin-top: 20px;
    }

    .spNavigation .secEnviroment .bannerGroup img {
        width: 100%;
        height: auto;
    }

    .spNavigation .workColumns {}

    .spNavigation .workColumns .workBox {
        position: relative;
        margin-top: 20px;
    }

    .spNavigation .workColumns .workBox:nth-child(n+2) {
        margin-top: 15px;
    }

    .spNavigation .workTitle {
        background-color: #dda932;
        color: #fff;
        font-size: 15px;
        padding: 8px 10px;
        border-radius: 5px;
        text-align: center;
    }

    .spNavigation .categoryItem {
        border-bottom: 1px solid #ccc;
        margin: 0;
        width: calc((100% - 15px) / 2);
        box-sizing: border-box;
        margin-right: 15px;
    }

    .spNavigation .categoryItem:nth-child(2n) {
        margin-right: 0;
    }

    .spNavigation .categoryLink {
        display: block;
        color: #21538e;
        text-decoration: none;
        padding: 15px;
        padding-left: 15px;
        font-size: 14px;
        position: relative;
        min-height: 20px;
    }

    .spNavigation .categoryLink:before {
        content: '';
        position: absolute;
        height: 12px;
        width: 12px;
        left: 0;
        top: calc(50% - 6px);
        background: #dda932;
        border-radius: 50%;
    }

    .spNavigation .categoryLink::after {
        content: '';
        position: absolute;
        height: 4px;
        width: 4px;
        top: calc(50% - 2px);
        background: url(../img/iconArrow.png) center top / cover no-repeat;
        left: 4px;
    }

    .spNavigation .boxCategoryLink {
        display: flex;
        flex-wrap: wrap;
    }

    .spNavigation .linkCorporate {
        margin-top: 30px;
    }

    .spNavigation .menuTit {
        text-align: center;
    }

    .spNavigation .recruitLinks {
        margin-top: 20px;
    }

    .spNavigation .underLink .recruitLinkItem {
        color: #1d1a14;
        background: #f3efe4;
        gap: 10px;
        position: relative;
    }

    .spNavigation .underLink .recruitLinkItem:before {
        content: "";
        width: 12px;
        height: 12px;
        right: 5px;
        position: absolute;
        top: 5px;
        background: url(../img/iconLink.png) center top / cover no-repeat;
    }

    .spNavigation .bgCopy .txtCopy {
        font-size: 10px;
        margin: 0px;
        line-height: 1;
        padding: 25px 0 22px;
        text-align: center;
        letter-spacing: 0.3px;
        padding-bottom: 60px;
    }

    .sp-menu .spNavigation {
        margin: 88px auto 0;
    }
}

/* ハンバーガーメニュー */
.hamburger {
    display: none;
}

@media only screen and (max-width:1215px) {
    .hamburger {
        cursor: pointer;
        width: 26px;
        padding: 10px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 14px;
        right: 2%;
        z-index: 1002;
    }

    .hamburger span {
        display: block;
        height: 1px;
        width: 100%;
        background: #b8a745;
        margin: 3px 0;
        transition: all 0.3s ease;
    }

    .hamburger .txtHumburger {
        font-size: 10px;
        color: #1a1a1a;
        margin: 3px 0 0;
        text-align: center;
        white-space: nowrap;
    }

    /* ハンバーガーを×に変化 */
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 4px);
    }

    .hamburger.active span {
        height: 2px;
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .sp-menu {
        position: fixed;
        top: -120%;
        left: 0;
        width: 100%;
        height: 100vh;
        /* 画面全体の高さにする */
        background: #fff;
        z-index: 1001;
        transition: top 0.4s ease;
        overflow-y: auto;
        /* ← スクロールを有効にする */
        -webkit-overflow-scrolling: touch;
        /* ← iOS用スムーズスクロール */
        /* min-height: 100svh; */
    }

    .sp-menu.open {
        top: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .sp-menu.open .txtCopy{
        padding-bottom: 100px;
    }
}

@media only screen and (max-width:360px) {
    .spNavigation .categoryTitle .infoTit {
        line-height: 1.2;
        letter-spacing: 0;
        font-size: 12px;
    }

    .headerRecruit .headerLogo {
        width: 244px;
        margin: 0 auto;
    }

    .headerRecruit .headerWrapper {
        left: 4%;
    }
    .spNavigation .infoCategory .categoryLink {
        font-size: 12px;
        letter-spacing: 0px;
    }
}

/* ----------ウェブページのCSS---------- */
.pageBody_main_contents_pankuzu{
    max-width: 770px;
    padding-left: 40px;
}
.page-asset.pageRecruit{
    max-width: 770px;
    padding-left: 40px;
}


@media only screen and (max-width:1215px) {
    
    body.no-scroll {
        width: 100%;
        overflow: hidden;
    }

    #spMenu.open .spNavigation {
        height: 100dvh;
        -webkit-overflow-scrolling: touch;
        /* iOS用の慣性スクロール */
    }
}

/* 250512 */
body.recruitPage #main{
    background: none;
}
body.recruitPage #contents {
    width: auto;
    max-width: inherit;
}
body.recruitPage .txtUnderMenu a:visited {
    color: #8103E2;
    text-decoration: none !important;
}
body.recruitPage .txtUnderMenu a {
    text-decoration: none !important;
}
body.recruitPage .txtUnderMenu a:hover {
    text-decoration: underline !important;
}
body.recruitPage .headerRecruit a:hover {
    opacity: 0.8;
}
body.recruitPage .navWrapper a:hover {
    opacity: 1;
    filter: brightness(1.1);
}
body.recruitPage .siteMenu a:hover img {
    opacity: 0.8;
    filter: brightness(1.1);
}
body.recruitPage .recruitSection {
    display: none;
}

/* 追従 */
#pagebody{
    overflow: visible;
}
#pagebody .boxPcNav{
    position: sticky;
    top: 0;
}

@media only screen and (max-width:1215px) {
    #pagebody{
        overflow: hidden;
    }
    #pagebody .boxPcNav{
        position: static;
    }
}