@charset "UTF-8";
[data-animation] {
    opacity: 0;
    transition-delay: .15s;
    transition-duration: 1.5s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
[data-animation="after"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.gHeaderWrap {
    height: 156px;
}
.gHeader {
    position: fixed;
    z-index: 1001;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.gHeader_inner {}
.gHeader_title {
    position: absolute;
    z-index: 1;
    width: 142px;
    left: 0;
    right: 0;
    margin: auto;
}
.gHeader_title > a {
    height: 156px;
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    transition-property: height, -webkit-transform;
    transition-property: height, transform;
    transition-property: height, transform, -webkit-transform;
}
.isFixed .gHeader_title > a {
    height: 120px;
}
.isFixed .gHeader_title > a > img {
    width: 130px;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title_img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    transition-duration: .3s;
    transition-property: width;
}
.gNav {}
.gNav_list {
    list-style: none;
    display: flex;
}
.gNav_list > li {
    flex-grow: 1;
    width: calc((100% - 142px) / 4);
}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2) {
    margin-right: 71px;
}
.gNav_list > li:nth-child(3) {
    margin-left: 71px;
}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    height: 156px;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: height;
}
.isFixed .gNav_list > li > a {
    height: 120px;
}
.gNav_list > li > a::before {
    content: "";
}
.gNav_list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #8f0526;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: 28px;
    transition-duration: .3s;
    transition-property: width;
    width: 0;
}
.gNav_list > li > a > b {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    color: #8f0526;
    font-size: 18px;
    font-weight: 300;
}
.gNav_list > li > a > small {
    display: block;
    color: #999;
    font-size: 11px;
    margin-top: 3px;
    font-family: "M PLUS 1p";
}
.sns-nav {
    background-color: #0c0c0e;
    border-radius: 6px 0 0 6px;
    height: 100px;
    opacity: 1;
    position: fixed;
    right: -34px;
    top: calc(50vh - 50px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    transition-delay: 1s;
    transition-duration: .5s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 34px;
    z-index: 1000;
}
.sns-nav[data-animation="after"] {
    -webkit-transform: translateX(-34px);
            transform: translateX(-34px);
}
.sns-nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: inherit;
    -webkit-justify-content: center;
            justify-content: center;
}
.sns-nav li {
    list-style-type: none;
    margin: 6px 0;
}
.sns-nav li a {
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    -webkit-align-items: center;
            align-items: center;
    transition: all .3s;
}
.sns-nav li a:hover {
    opacity: .6;
}
.sns-nav li:nth-child(1) img,
.sns-nav li:nth-child(2) img {
    height: 20px;
    width: 100%;
}
.sns-nav li:nth-child(3) img {
    height: 16px;
    width: 100%;
}
.gMenuBtn {
    display: block;
}
.gMenuBtn::before {
    content: "";
}
.gMenuBtn::after {
    content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gPageNav {
    border-top: 1px solid #e6e6e6;
    background: #fff;
    top: 156px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1002;
    transition-duration: .3s;
    transition-property: top;
}
.gPageNav.isFixed {
    top: 120px;
}
.gPageNav_inner {}
.gPageNav_list {
    list-style: none;
    display: flex;
    justify-content: center;
}
.gPageNav_list > li {}
.gPageNav_list > li:first-child {}
.gPageNav_list > li:last-child {}
.gPageNav_list > li:nth-child(2n+1) {}
.gPageNav_list > li:nth-child(n+3) {}
.gPageNav_list > li > a {
    display: flex;
    text-decoration: none;
    color: #a38435;
    font-family: "M PLUS 1p";
    height: 47px;
    justify-content: center;
    align-items: center;
    padding: 0 36px;
    transition-duration: .3s;
    transition-property: background-color, color;
    line-height: 1;
    text-align: center;
}
.gPageNav_list > li > a::before {
    content: "";
}
.gPageNav_list > li > a::after {
    content: "";
}
.gVisual {
    background-image: url(/assets/img/common/pt-main-news.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 85px;
    position: relative;
    z-index: 1;
}
.gVisual-company {
    background-image: url(/assets/img/common/pt-main-company.jpg);
}
.gVisual-unique {
    background-image: url(/assets/img/common/pt-main-unique.jpg);
}
.gVisual-interview {
    background-image: url(/assets/img/common/pt-main-interview.jpg);
    background-position: center top;
    text-shadow: 0 0 2px #f2f2f2, 0 0 2px #f2f2f2, 0 0 2px #f2f2f2, 0 0 2px #f2f2f2;
}
.gVisual-interview .gVisual_title > small {
    color: #808080;
}
.gVisual::after {
    content: "";
    background-image: url(/assets/img/common/bg-mask@2x.png);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 10px 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gVisual-interview::after {
    display: none;
}
.gVisual-styleguie {}
.gVisual_inner {
    height: 490px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding-bottom: 62px;
}
.gVisual_title {
    line-height: 1;
}
.gVisual_title > b {
    display: block;
    color: #d8063d;
    font-size: 66px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}
.gVisual_title > small {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
}
.gInfo {
    padding: 100px 0 100px;
}
.gInfo_inner {}
.gInfo_title {}
.gInfo_title > b {}
.gInfo_title > small {}
.gInfo_cols {
    display: flex;
}
.gInfo_col {
    color: #fff;
    width: 50%;
    box-sizing: border-box;
    padding: 55px 30px;
}
.gInfo_col-no1 {
    background: #d8063d;
}
.gInfo_headline {
    font-family: "M PLUS 1p";
    font-size: 17px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}
.gInfo_text {
    word-wrap: break-word;
}
.gInfo_col-no2 {
    background: #808285;
}
.gFooter {
    background: #1c2025;
    color: #fff;
}
.gFooter_inner {}
.gFooter_cols {
    display: flex;
    justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-no1 {}
.gFooter_title {}
.gFooter_title > a {
    display: block;
    text-decoration: none;
    line-height: 48px;
    color: #b3b3b3;
    font-size: 13px;
    font-family: "M PLUS 1p";
    padding: 0 10px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter_title > a::before {
    content: "";
}
.gFooter_title > a::after {
    content: "";
}
.gFooter_col-no2 {}
.gFooter_list {
    list-style: none;
    display: flex;
}
.gFooter_list > li {}
.gFooter_list > li:first-child {
    margin-left: 0;
}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
    display: block;
    text-decoration: none;
    line-height: 48px;
    color: #b3b3b3;
    font-size: 13px;
    transition-duration: .3s;
    transition-property: background-color, color;
    padding: 0 10px;
}
.gFooter_list > li > a::before {
    content: "";
}
.gFooter_list > li > a::after {
    content: "";
}
.gFooter_list > li > a > .icon {
    margin-left: 6px;
}
.gBody {
    overflow: hidden;
    background-color: #f8f8f8;
    padding-bottom: 150px;
}
.gPageTop {
    display: none;
}
.gPageTop_button {
    display: block;
}
.gPageTop_button::before {
    content: "";
}
.gPageTop_button::after {
    content: "";
}
.wp-pagenavi {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
    display: flex;
    height: 44px;
    width: 44px;
    box-sizing: border-box;
    border: 1px solid #dddede;
    background: #fff;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    margin: 2px 4px;
    transition-duration: .3s;
    transition-property: background-color, color, border-color;
}
.wp-pagenavi > .previouspostslink {}
.wp-pagenavi > .current {
    background-color: #8f0526;
    color: #fff;
    border-color: #8f0526;
}
.wp-pagenavi > .extend {}
.wp-pagenavi > .nextpostslink {}
.gInfo_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.gInfo_list > li {
    width: 49%;
}
.gInfo_list > li:first-child {}
.gInfo_list > li:last-child {}
.gInfo_list > li:nth-child(2n+1) {}
.gInfo_list > li:nth-child(n+3) {}
.gInfo_list > li > a {
    display: flex;
    text-decoration: none;
    background: #d8063d;
    height: 88px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    border: 1px solid #d8063d;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gInfo_list > li:last-child > a {
    border-color: #808285;
    background-color: #808285;
}
.gInfo_list > li > a::before {
    content: "";
}
.gInfo_list > li > a::after {
    content: "";
}
.gInfo_list > li > a > .icon {
    display: block;
    font-size: 30px;
    margin-right: 14px;
}
.gRecruitNav {
    background-color: #f8f8f8;
    padding: 48px 0;
}
.gRecruitNav_list {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.gRecruitNav_list > li {
    width: 32%;
}
.gRecruitNav_list > li > a {
    display: block;
    transition-duration: .3s;
    transition-property: opacity;
}
.gRecruitNav_list > li > a > img {
    height: auto;
    width: 100%;
}
.gHeader_corptitle {
    height: 156px;
    left: 0;
    position: fixed;
    top: 0;
    width: 200px;
}
.gHeader_corptitle a {
    background-color: #000;
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    opacity: 1;
    transition-duration: .3s;
    transition-property: opacity;
    width: inherit;
}
.gHeader_corptitle a:hover {
    opacity: .6;
}
.gHeader_corptitle img {
    height: 94px;
    width: 200px;
    transform: translateY(0);
    transition-duration: .3s,.3s;
    transition-property: width,transform;
}
.isFixed .gHeader_corptitle  img {
    transform: translateY(-12px);
}

@media screen and (max-width:1399px) {
.gHeader_corptitle {
    background-color: #000;
    display: flex;
    height: 54px;
    justify-content: center;
    left: 0;
    padding: 5px 0;
    position: relative;
    top: 0;
    width: 100%;
}
.gHeader_corptitle a {
    display: block;
    width: 114px;
}
.gHeader_corptitle a img {
    height: auto;
    width: 100%;
}
.gHeaderWrap {
    height: 220px;
}
.gPageNav {
    top: 220px;
}
.isFixed .gHeader_corptitle img {
    transform: translateY(0);
}
.gPageNav.isFixed {
    top: 184px;
}
}


@media screen and (min-width:1000px) {
    .gInfo_list > li > a:hover {
        background: #fff;
        color: #d8063d;
    }
    .gInfo_list > li:last-child > a:hover {
        color: #808285;
    }
    .gPageTop_button:hover {}
    .wp-pagenavi > a:hover {
        background-color: #8f0526;
        color: #fff;
        border-color: #8f0526;
    }
    .gHeader_title > a:hover {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    .gNav_list > li > a:hover {}
    .gNav_list > li > a:hover::after {
        width: 60px;
    }
    .gMenuBtn:hover {}
    .gPageNav_list > li > a:hover {
        background: #a38435;
        color: #fff;
    }
    .gFooter_title > a:hover {
        background: #3c4045;
    }
    .gFooter_list > li > a:hover {
        background: #3c4045;
    }
    .gRecruitNav_list > li > a:hover {
        opacity: .6
    }
}
@media screen and (max-width:999px) {
    .gHeaderWrap {
        height: 120px;
    }
    .gHeader {}
    .gHeader_inner {
        padding: 0;
    }
    .gHeader_title {
        width: 130px;
    }
    .gHeader_title > a {
        height: 120px;
    }
    .isFixed .gHeader_title > a {}
    .isFixed .gHeader_title > a > img {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gNav {}
    .gNav_list {}
    .gNav_list > li {
        width: calc((100% - 130px) / 4);
    }
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2) {
        margin-right: 80px;
    }
    .gNav_list > li:nth-child(3) {
        margin-left: 80px;
    }
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        height: 120px;
    }
    .isFixed .gNav_list > li > a {}
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_list > li > a > b {}
    .gNav_list > li > a > small {}
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gPageNav {
        top: 120px;
    }
    .gPageNav.isFixed {}
    .gPageNav_inner {}
    .gPageNav_list {}
    .gPageNav_list > li {}
    .gPageNav_list > li:first-child {}
    .gPageNav_list > li:last-child {}
    .gPageNav_list > li:nth-child(2n+1) {}
    .gPageNav_list > li:nth-child(n+3) {}
    .gPageNav_list > li > a {
        padding: 0 20px;
    }
    .gPageNav_list > li > a::before {}
    .gPageNav_list > li > a::after {}
    .gVisual {
        margin-bottom: 35px;
    }
    .gVisual::after {}
    .gVisual-styleguie {}
    .gVisual_inner {
        height: 300px;
    }
    .gVisual_title {}
    .gVisual_title > b {
        font-size: 46px;
    }
    .gVisual_title > small {
        font-size: 15px;
        margin-top: 7px;
    }
    .gInfo {
        padding: 60px 0;
    }
    .gInfo_inner {}
    .gInfo_title {}
    .gInfo_title > b {}
    .gInfo_title > small {}
    .gInfo_cols {}
    .gInfo_col {}
    .gInfo_col-no1 {}
    .gInfo_headline {}
    .gInfo_text {}
    .gInfo_col-no2 {}
    .gFooter {}
    .gFooter_inner {}
    .gFooter_cols {}
    .gFooter_col {}
    .gFooter_col-no1 {}
    .gFooter_title {}
    .gFooter_title > a {}
    .gFooter_title > a::before {}
    .gFooter_title > a::after {}
    .gFooter_col-no2 {}
    .gFooter_list {}
    .gFooter_list > li {}
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {}
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFooter_list > li > a > .icon {}
    .gBody {
        padding-bottom: 100px;
    }
    .wp-pagenavi {}
    .wp-pagenavi > a,
    .wp-pagenavi > span {}
    .wp-pagenavi > .previouspostslink {}
    .wp-pagenavi > .current {}
    .wp-pagenavi > .extend {}
    .wp-pagenavi > .nextpostslink {}
    .gInfo_list {}
    .gInfo_list > li {}
    .gInfo_list > li:first-child {}
    .gInfo_list > li:last-child {}
    .gInfo_list > li:nth-child(2n+1) {}
    .gInfo_list > li:nth-child(n+3) {}
    .gInfo_list > li > a {}
    .gInfo_list > li:last-child > a {}
    .gInfo_list > li > a::before {}
    .gInfo_list > li > a::after {}
    .gInfo_list > li > a > .icon {}

.gPageNav {
    top: 184px;
}
}
@media screen and (max-width:767px) {
    .gHeaderWrap {
        height: 50px;
    }
    .gHeader {}
    .gHeader_inner {}
    .gHeader_title {
        max-width: 50px;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 15px;
        position: static;
    }
    .gHeader_title > a {
        height: 50px;
    }
    .isFixed .gHeader_title > a {
        height: 50px;
    }
    .isFixed .gHeader_title > a > img {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gNav {
        position: absolute;
        z-index: 1;
        top: 50px;
        width: 100%;
        left: 0;
        background: #fff;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: .5s, 0s, 0s;
        transition-delay: 0s, .5s, .5s;
        max-height: calc(100vh - 50px);
        overflow: auto;
    }
    .gNav.isShow {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gNav_list {
        display: block;
    }
    .gNav_list > li {
        width: auto;
    }
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2) {
        margin-right: 0;
    }
    .gNav_list > li:nth-child(3) {
        margin-left: 0;
    }
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        height: 50px;
        border-top: 1px solid rgba(143, 5, 38, 0.5);
    }
    .isFixed .gNav_list > li > a {
        height: 50px;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_list > li > a > b {
        font-size: 14px;
    }
    .gNav_list > li > a > small {
        font-size: 10px;
        margin-top: 1px;
    }
    .gMenuBtn {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: block;
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {
        width: 24px;
        height: 1px;
        background: #8f0526;
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        top: 0;
        transition-duration: .3s;
        transition-property: top, -webkit-transform;
        transition-property: transform, top;
        transition-property: transform, top, -webkit-transform;
    }
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {
        margin: 5px auto;
    }
    .gMenuBtn_bar-no3 {}
    .isShow .gMenuBtn_bar-no1 {
        top: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .isShow .gMenuBtn_bar-no2 {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    .isShow .gMenuBtn_bar-no3 {
        top: -6px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .gPageNav {
        position: static;
    }
    .gPageNav.isFixed {}
    .gPageNav_inner {
        padding: 0;
    }
    .gPageNav_list {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .gPageNav_list > li {
        flex-grow: 1;
    }
    .gPageNav_list > li:first-child {}
    .gPageNav_list > li:last-child {}
    .gPageNav_list > li:nth-child(2n+1) {}
    .gPageNav_list > li:nth-child(n+3) {}
    .gPageNav_list > li > a {
        font-size: 12px;
        padding: 0 5px;
        height: 50px;
    }
    .gPageNav_list > li > a::before {}
    .gPageNav_list > li > a::after {}
    .gVisual {
        margin-bottom: 25px;
    }
    .gVisual::after {}
    .gVisual-styleguie {}
    .gVisual_inner {
        height: 180px;
    }
    .gVisual_title {}
    .gVisual_title > b {
        font-size: 30px;
    }
    .gVisual_title > small {
        font-size: 12px;
    }
    .gInfo {
        padding: 35px 0;
    }
    .gInfo_inner {}
    .gInfo_title {}
    .gInfo_title > b {}
    .gInfo_title > small {}
    .gInfo_cols {
        display: block;
    }
    .gInfo_col {
        width: auto;
        padding: 15px 15px;
    }
    .gInfo_col-no1 {}
    .gInfo_headline {
        font-size: 15px;
    }
    .gInfo_text {}
    .gInfo_col-no2 {}
    .gFooter {
        padding: 10px 0;
    }
    .gFooter_inner {}
    .gFooter_cols {
        display: block;
    }
    .gFooter_col {}
    .gFooter_col-no1 {}
    .gFooter_title {
        text-align: center;
    }
    .gFooter_title > a {
        line-height: 32px;
    }
    .gFooter_title > a::before {}
    .gFooter_title > a::after {}
    .gFooter_col-no2 {}
    .gFooter_list {
        justify-content: center;
    }
    .gFooter_list > li {
        margin-left: 10px;
    }
    .gFooter_list > li:first-child {
        margin-left: 0;
    }
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {
        line-height: 32px;
        font-size: 11px;
        padding: 0;
    }
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFooter_list > li > a > .icon {}
    .gBody {
        padding-bottom: 45px;
    }
    .wp-pagenavi {
        margin-top: 15px;
    }
    .wp-pagenavi > a,
    .wp-pagenavi > span {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }
    .wp-pagenavi > .previouspostslink {}
    .wp-pagenavi > .current {}
    .wp-pagenavi > .extend {}
    .wp-pagenavi > .nextpostslink {}
    .gInfo_list {
        display: block;
    }
    .gInfo_list > li {
        width: auto;
        margin: 10px auto 0;
    }
    .gInfo_list > li:first-child {}
    .gInfo_list > li:last-child {}
    .gInfo_list > li:nth-child(2n+1) {}
    .gInfo_list > li:nth-child(n+3) {}
    .gInfo_list > li > a {
        height: 60px;
        font-size: 14px;
    }
    .gInfo_list > li:last-child > a {}
    .gInfo_list > li > a::before {}
    .gInfo_list > li > a::after {}
    .gInfo_list > li > a > .icon {
        font-size: 20px;
        margin-right: 10px;
    }
    .gRecruitNav_list {
        flex-direction: column;
        margin: 0 auto;
        max-width: 100%;
        width: 322px;
    }
    .gRecruitNav_list > li {
        width: 100%;
    }
    .gRecruitNav_list > li + li {
        margin-top: 10px;
    }
    .gHeader_corptitle a {
        width: 84px;
    }
    .gHeader_corptitle {
        height: 42px;
    }
    .sns-nav {
        display: none;
    }
}
