@charset "utf-8";

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

　base

-------------------------------------------------------------*/
html {
    height: -webkit-fill-available;
    position: relative;
    font-size: 62.5%;
    font-weight: 500;
}

body {
    position: relative;
    min-height: 100%;
    min-width: 100%;
    min-height: -webkit-fill-available;
    color: #333;
    background-color: #fff;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
    -webkit-overflow-scrolling: touch;
}

img {
    image-rendering: -webkit-optimize-contrast;
    display: inline-block;
    width: 100%;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.wrap {
    width: 100%;
}

.content {
    width: 1000px;
    margin: auto;
}

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

　header

-------------------------------------------------------------*/
.header-sp {
    display: none;
}

.header-pc {
    /* position: fixed; */
    position: absolute;
    width: 100%;
    z-index: 5;
}

.header_inner-pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-top: 20px;
}

body:not(.home) .header_inner-pc {
    padding-top: 0;
    height: 140px;
}

.page-template-page-contact .header-pc {
    border-bottom: 1px solid #e7e1dd;
}

.gNavi-pc {
    width: auto
}

.gNavi-pc ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 10px;
}

.gNavi-pc li:not(:last-child) {
    margin-right: 4.5rem;
}

.gNavi-item-pc {
    position: relative;
    display: inline-block;
    padding: 1rem 0;
    color: #fff;
}

.header-title {
    display: inline-flex;
}

.header-title img{
    width: 40px;
}

.header-title h1{
    font-size: 0.8em;
    font-family: math;
    color: #fff;
    margin: auto 20px auto;
    vertical-align: middle;
}

body:not(.home) .gNavi-item-pc {
    color: #333;
}

body:not(.home) .header-title h1 {
    color: #333;
}

body:not(.home) .header_w {
    display:none;
}

body:not(.home) .header_b {
    display:block;
}

.header_w {
    display:block;
}

.header_b {
    display:none;
}

.gNavi-item-pc::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: sub;
}

.gNavi-item-pc.icon-search::before {
    background-image: url(../img/common/header/search_white.png);
}

.gNavi-item-pc.icon-urgent-recruit::before {
    background-image: url(../img/top/mv_logo.png);
}

.gNavi-item-pc.icon-login::before {
    background-image: url(../img/common/header/login_white.png);
}

.gNavi-item-pc.icon-favorite::before {
    background-image: url(../img/common/header/favorite_white.png);
}

.gNavi-item-pc.icon-column::before {
    background-image: url(../img/common/header/column_white.png);
}

body:not(.home) .gNavi-item-pc.icon-search::before {
    background-image: url(../img/common/header/search_black.png);
}

body:not(.home) .gNavi-item-pc.icon-urgent-recruit::before {
    background-image: url(../img/common/header/time_black.png);
}

body:not(.home) .gNavi-item-pc.icon-login::before {
    background-image: url(../img/common/header/login_black.png);
}

body:not(.home) .gNavi-item-pc.icon-favorite::before {
    background-image: url(../img/common/header/favorite_black.png);
}

body:not(.home) .gNavi-item-pc.icon-column::before {
    background-image: url(../img/common/header/column_black.png);
}

.menu-pc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-pc li:first-child {
    margin-right: 23px;
}

.menu-item-pc {
    display: inline-block;
    padding: 2.2rem 2.51rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s;
}

body:not(.home) .menu-item-pc {
    color: #333;
}

.menu-item-pc.registry {
    border: 1px solid #fff;
}

body:not(.home) .menu-item-pc.registry {
    border: 1px solid #888;
}

.menu-item-pc.registry:hover {
    color: #333;
    background-color: #fff;
}

.menu-item-pc.ad {
    background-color: rgba(238, 238, 238, 0.2);
}

body:not(.home) .menu-item-pc.ad {
    background-color: rgb(238 233 226);
}

.menu-item-pc.ad:hover {
    color: #5b390b;
    background-color: #fff;
}

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

　footer

-------------------------------------------------------------*/
.footer {
    width: 100%;
    max-height: 572px;
}

.footer-inner {
    width: 100%;
    max-width: 1280px;
    max-height: 100%;
    margin: auto;
    padding-top: 75px;
    padding-bottom: 75px;
}

.page-template-page-contact .footer {
    border-top: 1px solid #e7e1dd;
}

.footer_main-contents {
    display: flex;
}

.footer-logo {
    max-width: 147px;
    margin-right: 8%;
    margin-bottom: 23px;
}

.footer-links {
    display: flex;
}

.footer-link:first-child {
    margin-right: 72px;
}

.footer-link-item {
    font-size: 1.4rem;
    line-height: 2.142;
    letter-spacing: 0;
}

.footer-sns {
    margin-left: auto;
}

.footer-snsIcon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: #333;
    border-radius: 100%;
}

.footer-snsIcon:not(:last-child) {
    margin-right: 17px;
}

.footer-subLink-item {
    font-size: 1.4rem;
    line-height: 2.142;
    letter-spacing: 0;
    color: #888;
}

.footer-subLink-item::before {
    display: inline-block;
    content: '-';
    padding-right: .3em;
}

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

　button

-------------------------------------------------------------*/
.blackButton {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #333;
    border-radius: 100vh;
    text-align: center;
}

.more-arrow-button {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 1.4rem;
}

.more-arrow-button:before,
.more-arrow-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    background: #000;
}

.more-arrow-button:before {
    width: 40px;
    transform: translate(55px, 0px);
}

.more-arrow-button:after {
    width: 15px;
    transform-origin: right center;
    transform: translate(55px, 0px) rotate(40deg);
}

.frame-button {
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #333;
    border: 1px solid #333;
    border-radius: 100vh;
    text-align: center;
}

.frame-button.job-favorite-button {
    padding: 0;
}

.favorite-button {
    display: block;
    text-align: center;
}

.favorite-button_in {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #333;
    border: 1px solid #333;
    border-radius: 100vh;
    text-align: center;
    transition: all .2s linear;
}

.favorite-button_in p {
    display: inline-block;
    margin: 0;
}

.favorite-button_in::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 13px;
    background-image: url(../img/common/header/favorite_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: sub;
}

.favorite-button_in:hover {
    background: #333;
}

.favorite-button_in:hover p {
    color: #fff;
}

.favorite-button_in:hover::before {
    background-image: url(../img/common/header/favorite_white.png);
}

.is-choosen .favorite-button.select .favorite-button_in {
    background: #333;
}

.is-choosen .favorite-button_in.select p {
    color: #fff;
}

.is-choosen .favorite-button_in.select::before {
    background-image: url(../img/common/header/favorite_white.png);
}

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

　top-button

-------------------------------------------------------------*/
.top-button-wrap {
    position: absolute;
    top: 80%;
    right: 30px;
    cursor: pointer;
}

.top-button {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 1.4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.top-button::before,
.top-button::after {
    content: '';
    display: block;
    position: absolute;
    top: -70%;
    right: 65px;
    height: 1px;
    background: #000;
}

.top-button::before {
    width: 1px;
    height: 40px;
    transform: translate(55px, 0px);
}

.top-button::after {
    width: 15px;
    transform-origin: right center;
    transform: translate(55px, 0px) rotate(230deg);
}

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

　breadcrumb

-------------------------------------------------------------*/
.breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
}

.breadcrumb li {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}

.breadcrumb li::after {
    content: '>';
    margin: 0 .5em;
}

.breadcrumb li:last-child::after {
    content: '';
}

.breadcrumb a {
    cursor: pointer;
}

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

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

    base

    -------------------------------------------------------------*/
    body.is-fixed {
        position: fixed;
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 0 6.666666666666667vw;
    }

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

    header

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

    .header-pc {
        display: none;
    }

    .header-sp {
        display: block;
        /* position: fixed; */
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 18px;
    }

    body:not(.home) .header-sp {
        height: 70px;
        margin-top: 0;
        background-color: #fff;
    }

    .hamburger-button {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 42px;
        height: 42px;
        border-radius: 5px;
        background-color: #fff;
        cursor: pointer;
    }

    body:not(.home) .hamburger-button {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 1px solid #333333;
    }

    .hamburger-button::after {
        content: "MENU";
        position: absolute;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 42px;
        color: #333;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

    .hamburger-button span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 11px;
        height: 5.96%;
        border-radius: 3px;
        background: #333;
    }

    .hamburger-button span:nth-of-type(1) {
        top: 10px;
        width: 47.06%;
    }

    .hamburger-button span:nth-of-type(2) {
        top: 16px;
        width: 47.06%;
    }

    .hamburger-button span:nth-of-type(3) {
        top: 22px;
        width: 23.84%;
    }

    .hamburger-button.is-active span:nth-of-type(1) {
        top: 9px;
        left: 11px;
        transform: translateY(6px) rotate(-135deg);
        width: 44.6%;
    }

    .hamburger-button.is-active span:nth-of-type(2) {
        opacity: 0;
    }

    .hamburger-button.is-active span:nth-of-type(3) {
        top: 21px;
        left: 11px;
        transform: translateY(-6px) rotate(135deg);
        width: 44.6%;
    }

    .header_inner-sp {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100vw;
        padding: 5.47% 6.67% 7.47%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #dfd8ce;
    }

    .header_inner-sp {
        transform: translateY(-110%);
        transition: all .3s linear;
    }

    .header_inner-sp.is-active {
        transform: translateY(74px);
    }

    .menu-sp,
    .gNavi-sp,
    .gNavi-sp ul {
        width: 100%;
        font-size: 1.1rem;
    }

    .menu-sp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5.99%;
    }

    .menu-sp li {
        width: 48%;
        font-weight: 700;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .menu-item-sp {
        display: inline-block;
        width: 100%;
        padding: 11.16% 0;
        text-align: center;
        border-radius: 5px;
    }

    .menu-item-sp.registry {
        background-color: #fff;
    }

    .menu-item-sp.ad {
        background-color: rgba(238, 238, 238, 0.48);
    }

    .gNavi-sp ul {
        background-color: #fff;
        border-radius: 5px;
    }

    .gNavi-sp li:not(:last-child) {
        border-bottom: 1px solid #dfd8ce;
    }

    .gNavi-item-sp {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 4.62% 0 3.33% 9.86%;
        line-height: 1.29;
        background-color: transparent;
    }

    .gNavi-item-sp::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        position: absolute;
        top: 50%;
        right: 5%;
        margin-top: -4px;
        transform: rotate(45deg);
    }

    .gNavi-item-sp::before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 13px;
        margin-right: 7px;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: sub;
    }
	
    .gNavi-item-sp.icon-top::before {
        background-image: url(../img/common/header/top.png);
    }

    .gNavi-item-sp.icon-search::before {
        background-image: url(../img/common/header/search_black.png);
    }

    .gNavi-item-sp.icon-urgent-recruit::before {
        background-image: url(../img/common/header/time_black.png);
    }

    .gNavi-item-sp.icon-login::before {
        background-image: url(../img/common/header/login_black.png);
    }

    .gNavi-item-sp.icon-favorite::before {
        background-image: url(../img/common/header/favorite_black.png);
    }

    .gNavi-item-sp.icon-column::before {
        background-image: url(../img/common/header/column_black.png);
    }
}

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

    .sp-none {
        display: none;
    }

    .top-button-wrap {
        right: 20px;
    }

    .top-button {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .top-button::before,
    .top-button::after {
        top: -40%;
        right: 63px;
    }

    .top-button::before {
        height: 22px;
    }

    .top-button::after {
        width: 10px;
    }


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

    footer

    -------------------------------------------------------------*/
    .footer-inner {
        padding: 50px 15.3% 45px;
    }

    body:not(.home) .footer-inner {
        padding-bottom: 144px;
    }

    .footer_main-contents {
        flex-wrap: wrap;
    }

    .footer-logo {
        max-width: 98px;
        margin-right: 0;
        order: 0;
    }

    .footer-sns {
        order: 1;
    }

    .footer-snsIcon:not(:last-child) {
        margin-right: 15px;
    }

    .footer-snsIcon {
        width: 35px;
        height: 35px;
    }

    .footer-links {
        width: 100%;
        order: 2;
    }

    .footer-link:first-child {
        margin-right: auto;
    }

    .footer-link-item {
        font-size: 1.1rem;
    }

    .footer-subLink {
        margin-top: -25px;
    }

    .footer-subLink-item {
        display: inline-block;
        font-size: 1rem;
    }

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

　  button

    -------------------------------------------------------------*/
    .blackButton {
        font-size: 1.2rem;
    }

    .more-arrow-button {
        font-size: 1.2rem;
    }

    .more-arrow-button:before {
        width: 20px;
        transform: translate(28px, 0px);
    }

    .more-arrow-button:after {
        width: 10px;
        transform: translate(28px, 0px) rotate(40deg);
    }
}

@media only screen and (max-width: 900px) {
    .breadcrumb {
        display: none;
    }
}

/*----------------------------------
* Search & Filter
---------------------------------*/
.search-words {
    font-size: 90%;
    color: #666;
    border-bottom: 3px solid #75bf61;
}

#st-page #search-filter-results-12345 dd h3 {
    /*id+idで指定しないと適用されない*/
    margin: 0 0 3px 0 !important;
    padding: 0 !important;
    line-height: 20px !important;
}

.search-filter-results dd h3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.search-filter-results dd h3 i {
    display: none;
}

.search-filter-results .fa-check-circle {
    margin: 0;
}

.search-filter-results dd h3 {
    border-bottom-width: 0 !important;
}

.search-filter-results dd h3::after {
    content: none !important;
}

.search-filter-results .st-catgroup.itiran-category {
    padding: 0;
}

/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC(絞り込み検索)
    ---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
    #st-page .clearfix dd p {
        font-size: 12px;
        color: #666;
        line-height: 24px;
        margin: 0px;
        padding: 0px;
    }
}



legend{
margin-bottom: 30px;
}