/* btn-follow-basic */
.btn-follow-basic {
    background: #db7400;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 30px;
    border-radius: 5px;
    display: block;
}
.btn-follow-basic:not(.followed):hover {
    background: #ff7600;
    text-decoration: none;
}
.btn-follow-basic.followed{
    background: #ababab;
    pointer-events: none;
}

/* header */
.header-basic-margin {
    height: 63px;
}
.header-basic {
    font-size: 13px;
    color: #53565A;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    padding: 15px 0;
    background: #fff;
    z-index: 110;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.header-basic > div {
    padding: 0;
}
.header-basic__nav {
    float: right;
}
.header-basic .header-basic__container {
    width: 1062px;
    padding: 0 15px;
    margin: auto;
}
.header-basic__site-logo img {
    max-height: 80px;
    max-width: 200px;
}
.header-basic #top-head {
    display: inline-block;
    margin-left: 50px;
}
.header-basic #top-head .myLink .linkBtn img {
    border: 1px solid #f3f3f3;
}
.header-basic #top-head .myLink a {
    color: #53565A;
}
.header-basic__links {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}
.header-basic__links a {
    color: #53565A;
}
.header-basic__links a:hover {
    color: #db7400;
    text-decoration: underline;
}
.header-basic__links ul {
    display: inline-block;
}
.header-basic__links ul + ul {
    margin-left: 50px;
}
.header-basic__links ul li {
    display: inline-block;
}
.header-basic__links ul li+li {
    margin-left: 20px;
}
.header-basic__links__system-register a {
    color: #db7400;
}
.header-basic__links__login a {
    border: #db7400 solid 1px;
    border-radius: 5px;
    color: #db7400;
    padding: 5px 10px;
}
.header-basic__links__login a:hover {
    background: #ffeebb;
    text-decoration: none;
}
.header-basic__links__join a {
    border-radius: 5px;
    border: #db7400 solid 1px;
    background: #db7400;
    color: #fff;
    padding: 5px 10px;
}
.header-basic__links__join a:hover {
    border: #ff7600 solid 1px;
    background: #ff7600;
    color: #fff;
    text-decoration: none;
}
.header-basic.unauthed #top-head {
    display: none;
}
.frontend-basic #flashMessage {
    top: 64px;
    z-index: 109;
}
.header-basic-nav-sp {
    display: none;
}
@media screen and (max-width: 980px) {
    .header-basic {
        position: relative;
    }
    .header-basic  #top-head {
        display: block;
    }
    .header-basic-margin {
        display: none;
    }
    .header-basic .header-basic__container {
        width: 100%;
    }
    .header-basic__nav {
        width: 0;
    }
    .header-basic.unauthed #top-head {
        display: block;
    }
    .header-basic__links {
        display: none;
    }
    .header-basic .spMenu {
        top: 63px;
        z-index: 112;
    }
    .header-basic .spMenu ul li + li {
        border-top: solid #444 1px;
    }
    .header-basic #nav-toggle {
        right: 5px;
        top: 5px;
        border-radius: 5px;
        background: #fff;
    }
    .header-basic #nav-toggle span {
        background: #555;
    }
    .header-basic.authed #nav-toggle {
        padding: 5px;
    }
    .header-basic.authed #nav-toggle img {
        width: 100%;
        height: 100%;
    }
    .header-basic #top-head .notice {
        position: absolute;
        background: #fff;
        margin: 0;
        top: 0;
        left: 62px;
        width: calc(100% - 120px);
        padding: 21px 0 17px;
    }
    .header-basic-nav-sp {
        display: block;
        padding: 16px 0;
        border-bottom: 1px solid rgba(0,0,0,0.04);
    }
    .header-basic-nav-sp ul {
        text-align: center;
    }
    .header-basic-nav-sp ul li {
        display: inline-block;
        margin: 0 5px;
    }
    .header-basic-nav-sp ul li a {
        font-size: 12px;
        color: #53565A;
    }
}

/* footer */
.footer-basic {
    background: #252525;
    color: #ccc;
    font-size: 14px;
}
.footer-basic > div {
    padding: 0;
}
.footer-basic .footer-basic__container {
    width: 1062px;
    padding: 0 15px;
    margin: auto;
}

.footer-basic__links a {
    color: #ccc;
}
.footer-basic__links a:hover {
    text-decoration: underline;
}
.footer-basic__links ul {
    padding: 12px 0;
}
.footer-basic__links ul li {
    display: inline-block;
    margin-right: 30px;
}
.footer-basic__links ul li:last-child {
    margin-right: 0;
}

.footer-basic__links ul:first-child {
    padding: 20px 0;
    border-bottom: #ccc solid 1px;
}
.footer-basic__links ul.footer-basic__links__company {
    margin-right: 0;
}
.footer-basic__links ul.footer-basic__links__company + li:before {
    display: inline-block;
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

.footer-basic .footer-basic__copyright {
    font-size: 13px;
    padding: 30px 0 20px;
}
.footer-basic__nav-sp {
    display: none;
}
@media screen and (max-width: 980px) {
    .footer-basic #pageTop {
        display: none!important;
    }
    .footer-basic .footer-basic__container {
        width: 100%;
    }
    .footer-basic.authed .footer-basic__container {
        padding-bottom: 52px;
    }
    .footer-basic__links ul li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer-basic__nav-sp {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        background: #fff;
        border-top: 1px solid #cecece;
        box-shadow: 0 3px 14px 2px rgba(0,0,0,0.12);
        user-select: none;
        z-index: 1000;
    }
    .footer-basic__nav-sp ul {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    .footer-basic__nav-sp ul li {
        flex-basis: calc(100% / 6);
    }
    .footer-basic__nav-sp ul li a {
        display: block;
        text-align: center;
        color: #666;
        text-decoration: none;
    }
    .footer-basic__nav-sp ul li.active a {
        color: #F1871D;
    }
    .footer-basic__nav-sp ul li a > i {
        font-size: 20px;
        line-height: 100%;
        padding-top: 8px;
        padding-bottom: 6px;
        display: block;
    }
    .footer-basic__nav-sp ul li a > span {
        font-size: 10px;
        line-height: 100%;
        padding-bottom: 8px;
        display: block;
        white-space: nowrap;
    }
}


/* top-index */
body.profPage.top-index .header-basic-margin {
    margin-bottom: 0;
}
/*.top-index {
    background: #efefef;
}*/
.top-index__text-shadow {
    text-shadow: 1px 1px 5px #222;
}
.top-index__box-shadow {
    box-shadow: 1px 1px 3px #333;
}
.top-index__cover {
    height: 500px;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-index__cover__overlay {
    background-color: #0a0000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.top-index__cover__info {
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.top-index__cover__info__name {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    padding: 0 20px;
}
.top-index__cover__info__subname {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-index__cover__info__register {
    display: inline-block;
    background: #db7400;
    color: #fff;
    font-size: 16px;
    padding: 15px 40px;
    margin-top: 40px;
    border-radius: 5px;
}
.top-index__cover__info__register:hover {
    background: #ff7600;
    text-decoration: none;
}

.top-index__content {
    margin-top: 40px;
    margin-bottom: 50px;
}
.top-index h4 {
    font-size: 30px;
    color: #2B3C4D;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.top-index h4:after {
    position: absolute;
    content: '';
    width: 50px;
    bottom: -20px;
    left: 50%;
    border-bottom: 2px solid;
    margin-left: -25px;
}

.top-index__articles {
    overflow: scroll;
    white-space: nowrap;
    text-align: center;
    padding-bottom: 10px;
    margin: auto;
    user-select: none;
    /*-ms-overflow-style: none;*/
}
/*
.top-index__articles::-webkit-scrollbar{
    display:none;
}
*/
.top-index__articles-container {
    position: relative;
    word-break: break-all;
    max-width: 1000px;
}
.top-index__articles-more {
    position: absolute;
    top: -26px;
    right: 0;
}
.top-index__articles-more a {
    color: #53565A;
    font-size: 14px;
}
.top-index__articles-more a:hover {
    color: #db7400;
}
.top-index__articles-scroll {
    display: block;
    z-index: 1;
    width: 50px;
    height: 50px;
    opacity: 0.6;
    position: absolute;
    top: calc(50% - 30px);
    display: none;
}
.top-index__articles-container:not(.filled):hover .top-index__articles-scroll {
    display: block;
    cursor: pointer;
    display: block;
}
.top-index__articles-container:not(.filled):hover .top-index__articles-scroll:hover {
    opacity: 1;
}
.top-index__articles-scroll-left {
    left: 25px;
}
.top-index__articles-scroll-right {
    right: 25px;
}
.top-index__articles__item {
    width: 300px;
    border: solid 1px #eee;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    text-align: left;
    position: relative;
}
.top-index__articles__item__cover {
    position: relative;
    height: 190px;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    text-align: center;
}
.top-index__articles__item__cover:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}
.top-index__articles__item__title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: initial;
    word-break: break-all;
}
.top-index__articles__item__company-name {
    display: block;
    color: #4e4e4e;
    padding: 9px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    height: 80px;
    white-space: initial;
    position: relative;
}
.top-index__articles__item__company-name.with-icon {
    padding-left: 40px;
}
.top-index__articles__item__company-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.top-index__articles__item__tags {
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding: 0 3px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}
.top-index__articles__item__tag {
    font-size: 12px;
    display: inline-block;
    color: #666;
    background: #fafafa;
    border: solid 1px #eee;
    padding: 3px 4px 2px;
    margin: 3px 1px;
}
.top-index__articles__item__tag.tag-type-prefecture {
    color: #fff;
    background: #999;
}
.top-index__events__item {
    width: 330px;
}
.top-index__events__item__cover {
    position: relative;
    height: 235px;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    text-align: center;
}
.top-index__events__item__cover:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}
.top-index__events__item__name {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: initial;
}
.top-index__events__item__date {
    margin: 5px 0 5px 5px;
    padding: 5px 5px;
    border: 1px solid #FF9800;
    background: #FF9800;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    float: left;
}
.top-index__events__item__info {
    position: relative;
}
.top-index__events__item__info .top-index__articles__item__company-name {
    width: calc(100% - 68px);
    height: 85px;
    margin-left: 68px;
}
.top-index__events__item__prefecture {
    position: absolute;
    top: 48px;
    left: 5px;
    width: 54px;
    text-align: center;
    color: #4e4e4e;
    font-size: 16px;
}

.article-search-form {
    padding: 30px 0;
    text-align: center;
    background: #fff;
    position: relative;
}
input.article-search-form__keyword {
    padding: 13px;
    color: #666;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    display: block;
    width: 908px;
    margin: auto;
    margin-top: 5px;
}
input.article-search-form__keyword::-moz-placeholde {
    color: #666;
}
input.article-search-form__keyword::-webkit-input-placeholder {
    color: #666;
}
input.article-search-form__keyword:-ms-input-placeholder {
    color: #666;
}
.article-search-form__submit {
    color: #db7400;
    border: solid 1px #db7400;
    border-radius: 3px;
    height: 50px;
    width: 144px;
    padding: 0;
    font-size: 14px;
    display: block;
    margin: 20px auto 0;
    background: #fff;
}
.article-search-form__submit:hover {
    color: #fff;
    background: #db7400;
}

.article-search-form__select {
    min-height: 50px;
    color: #666;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    position: relative;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    user-select: none;
    position: relative;
    background: #fff;
}
.article-search-form__select:hover {
    cursor: pointer;
}
.article-search-form__select:before {
    position: absolute;
    top: 6px;
    left: 14px;
    font-weight: bold;
    font-size: 10px;
    text-decoration: underline;
}
.article-search-form__select.empty:before {
    position: absolute;
    top: 14px;
    left: 14px;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}
.article-search-form__type:before {
    content: '記事の種類';
}
.article-search-form__type.empty:before {
    content: '記事の種類を選択';
}
.article-search-form__jobclass:before {
    content: '働き方';
}
.article-search-form__jobclass.empty:before {
    content: '働き方を選択';
}
.article-search-form__blog-category:before {
    content: 'カテゴリ';
}
.article-search-form__blog-category.empty:before {
    content: 'カテゴリを選択';
}
.article-search-form__industory:before {
    content: '業種';
}
.article-search-form__industory.empty:before {
    content: '業種を選択';
}
.article-search-form__kind:before {
    content: '職種';
}
.article-search-form__kind.empty:before {
    content: '職種を選択';
}
.article-search-form__prefecture:before {
    content: '都道府県';
}
.article-search-form__prefecture.empty:before {
    content: '都道府県を選択';
}
.article-search-form__select__text {
    padding-top: 20px;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}
.article-search-form__select__list {
    cursor: default;
    user-select: none;
    text-align: left;
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
    background: #fff;
    box-shadow: 1px 1px 3px #aaa;
    padding: 20px;
    z-index: 10;
    top: 50px;
    width: 605px;
}
.article-search-form__select.showed .article-search-form__select__list {
    display: block;
}


.article-search-form__select__list__items input[type="checkbox"] {
    display: none;
}
.article-search-form__select__list__items input[type="checkbox"] + label {
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ebebeb;
    margin: 0 5px 8px 0;
    cursor: pointer;
}
.article-search-form__select__list__items input[type="checkbox"]:checked + label {
    background: #db7400;
    color: #fff;
}

.article-search-form__select__list__group__title {
    display: block;
    width: 100%;
    border-bottom: 2px solid #db7400;
    color: #db7400;
    font-weight: bold;
    margin-bottom: 10px;
}
.article-search-form__select__list__group + .article-search-form__select__list__group {
    margin-top: 15px;
}

.article-search-form__type-list {
    width: 300px;
}
.article-search-form__industory-list,
.article-search-form__kind-list {
    right: -203px;
    left: initial;
}
.article-search-form__prefecture-list {
    right: 0;
    left: initial;
}

.top-index .article-search-form {
    padding: 40px 0;
}
.top-index .article-search-form .container {
    width: 1030px;
}
.top-index .article-search-form__buttons {
    display: inline-block;
}
.top-index .article-search-form__buttons button {
    margin: 0 10px;
}

.top-index__encounter {
    background: #f5f5f5;
    color: #2B3C4D;
    font-size: 14px;
}
.top-index__encounter__container {
    width: 1032px;
    margin: auto;
    padding-bottom: 50px;
}
.top-index__encounter__title {
    font-size: 26px;
    font-weight: normal;
    padding: 50px 0;
    text-align: center;
}
.top-index__encounter__sections {
    display: flex;
    justify-content: space-around;
}
.top-index__encounter__section {
    width: 430px;
    position: relative;
}
.top-index__encounter__section .follow-icon,
.top-index__encounter__section .follower-icon {
    position: absolute;
    display: block;
    top: -6px;
    left: -40px;
    font-size: 34px;
}
.top-index__encounter__section__title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.top-index__encounter__section__link {
    margin-top: 10px;
}
.top-index__encounter__section__link a {
    font-size: 13px;
    color: #FF6600;
    font-weight: bold;
}
.top-index__encounter__section__link.saas a {
    color: #2B3C4D;
}

.top-index__movie {
    text-align: center;
    margin-bottom: 50px;
}
.top-index__movie__title {
    font-size: 26px;
    padding: 30px 0;
}
.top-index__movie__subtitle {
    margin-bottom: 30px;
}
.top-index__movie__movie iframe {
    width: 560px;
    height: 315px;
}

@media screen and (max-width: 980px) {
    .top-index h4 {
        font-size: 24px;
    }
    .top-index__cover {
        height: 250px;
        background-attachment: initial;
        background-size: cover;
    }
    .top-index__cover__info__name {
        font-size: 25px;
        padding: 0;
    }
    .top-index__cover__info__subname {
        font-size: 14px;
        margin-bottom: 0;
    }
    .article-search-form {
        padding: 20px 15px;
    }
    .top-index .article-search-form {
        padding: 40px 15px;
    }
    .top-index .article-search-form .container {
        width: auto;
    }
    .top-index .article-search-form__buttons {
        margin-top: 25px;
    }
    .article-search-form__select {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .article-search-form__select__list {
        width: 100%;
        left: 0;
        right: 0;
    }
    input.article-search-form__keyword {
        display: block;
        width: 100%;
    }

    .top-index__articles-more {
        right: 10px;
    }
    .top-index__articles-container:not(.filled) .top-index__articles-scroll {
        display: block;
    }
    .top-index__articles-scroll-left {
        left: 15px;
    }
    .top-index__articles-scroll-right {
        right: 15px;
    }
    .top-index__events .top-index__articles__item {
        width: 230px;
    }
    .top-index__events__item__cover {
        height: 135px;
    }
    .top-index__events__item__name {
        font-size: 16px;
    }
    .top-index__events__item__date {
        padding: 0 5px;
        float: none;
        display: inline-block;
        margin-top: 5px;
    }
    .top-index__events__item__info .top-index__articles__item__company-name {
        width: auto;
        margin-left: 0;
    }

    .top-index__encounter__container {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
    .top-index__encounter__sections {
        display: block;
    }
    .top-index__encounter__section {
        width: auto;
        margin-top: 20px;
        margin-bottom: 50px;
        padding: 0 10px;
    }
    .top-index__encounter__section__title {
        width: calc(100% - 40px);
        margin-left: 40px;
    }
    .top-index__encounter__section .follow-icon,
    .top-index__encounter__section .follower-icon {
        left: 10px;
        top: 8px;
    }

    .top-index__movie__movie iframe {
        width: 98vw;
        height: calc((98vw / 560) * 315);
    }
}


/* frontend-basic */
#company header.header-basic {
    padding: 15px 0;
    position: relative;
}
#company .header-basic-margin {
    display: none;
}

.frontend-basic__text-shadow {
    text-shadow: 1px 1px 5px #222;
}
.frontend-basic__box-shadow {
    box-shadow: 1px 1px 3px #333;
}
.frontend-basic__company-header__cover {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.frontend-basic__company-header__cover__overlay {
    background-color: #0a0000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.frontend-basic__company-header__cover__info {
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 1;
    width: 100%;
}
.frontend-basic__company-header__cover__info__logo {
    display: inline-block;
    margin-bottom: 20px;
    background: #fff;
}
.frontend-basic__company-header__cover__info__logo img {
    height: 80px;
}
.frontend-basic__company-header__cover__info__name {
    display: block;
    color: #fff;
    font-size: 24px;
}
.frontend-basic__company-header__cover__info__follow {
    display: inline-block;
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 23px;
}
.frontend-basic__company-header__cover__info__url {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    word-break: break-all;
    padding: 0 5%;
}
.frontend-basic__company-header__cover__info__url:hover {
    text-decoration: underline;
}
.frontend-basic__company-header__cover__info__catchcopy {
    font-size: 24px;
    font-weight: normal;
    line-height: 100%;
    margin-top: 40px;
}
.frontend-basic__company-header__cover__info__catchcopy-sub {
    font-size: 18px;
    margin-top: 15px;
    line-height: 100%;
}

.frontend-basic__company-header.simple .frontend-basic__company-header__cover {
    height: 300px;
}
.frontend-basic__company-header.simple .frontend-basic__company-header__cover__info__catchcopy {
    display: none;
}
.frontend-basic__company-header.simple .frontend-basic__company-header__cover__info__catchcopy-sub {
    display: none;
}

nav.headerNav.frontend-basic__company-header__nav {
    max-width: initial;
    float: none!important;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    padding: 10px 0;
    background: #fff;
}

nav.frontend-basic__company-header__nav ul > li.menu01 a {
    color: #53565A;
    font-size: 13px;
    padding: 10px 0;
}
nav.frontend-basic__company-header__nav ul > li.menu01 a:hover {
    color: #db7400;
    text-decoration: underline;
}
nav.frontend-basic__company-header__nav ul > li.menu01.active a {
    color: #db7400;
}

.frontend-basic #main {
    margin-top: 0;
}
.frontend-basic #mainVisual {
    display: none;
}
.frontend-basic .register #mainVisual {
    display: block;
}

.frontend-basic #mainMember {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
.frontend-basic #mainMember .member {
    width: 14%;
}
.frontend-basic #mainMember .member .image {
    width: 100px;
    height: 100px;
}
.frontend-basic #mainMember .member .text .position {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 110%;
}
.frontend-basic #mainMember .member .text .name {
    font-size: 0.9em;
    font-weight: normal;
}
.frontend-basic #mainMember .more a {
    display: inline;
    background-color: transparent;
}
.frontend-basic #mainMember .hr {
    margin-top: 15px;
}

.frontend-basic h4 {
    font-weight: normal;
}
.frontend-basic .company-info-header {
    margin-top: 90px;
    margin-bottom: 20px;
    text-align: center;
}
.frontend-basic .company-info-header .item {
    display: inline-block;
    position: relative;
}
.frontend-basic .company-info-header .item + .item {
    margin-left: 30px;
}
.frontend-basic .company-info-header .item + .item:before {
    position: absolute;
    content: '/';
    top: 0;
    left: -20px;
}
.frontend-basic .company-info-header .item a {
    color: #709DBD;
}
.frontend-basic .company-info-header .item.active a {
    color: #db7400;
}
.frontend-basic .company-info-header h1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 29px;
    font-weight: normal;
    color: #1E2229;
    letter-spacing: 0px;
}
@media (min-width: 981px) {
    #company.fixed-company-header .header-basic-margin {
        display: block;
        height: 53px;
    }
    #company.fixed-company-header nav.frontend-basic__company-header__nav {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 1062px;
        width: 100%;
        height: 52px;
        background: #fff;
        z-index: 10;
    }
}
@media (max-width: 980px) {
    .frontend-basic #mainMember .member {
        min-width: 32%;
    }
    nav.headerNav.frontend-basic__company-header__nav .nav-wrapper ul > li {
        margin: 5px 10px;
    }
    .frontend-basic__company-header__cover {
        background-attachment: initial;
    }
}


/* blog */
.frontend-basic #main.blog {
    margin-top: 1px;
    padding-top: 30px;
}
.frontend-basic #main.blog #mainNews {
    color: #53565A;
    background: #fff;
}
.frontend-basic #main.blog #mainNews .bread {
    margin-bottom: 20px;
}
.frontend-basic #main.blog #mainNews .bread a,
.frontend-basic #main.blog #recent_posts article .recent_posts__item__title a {
    color: #ff7600;
}
.frontend-basic #mainNews .item {
    margin-bottom: 30px;
}
.frontend-basic #mainNews .item .number {
    z-index: 1;
}

/* mainRecruit */
.frontend-basic #mainRecruit .buttonWrap .btn-follow-basic {
    width: 250px;
    margin: auto;
}
.frontend-basic #mainRecruit .buttonWrap .talent {
    padding: 0;
    margin: 10px auto 0;
}

/* job */
.frontend-basic #pageVisualAbout {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.frontend-basic #pageVisualAbout:not(.noimage) {
    margin: auto;
    max-width: 80%;
}
.frontend-basic #pageVisualAbout h1.line-two {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 980px) {
    .frontend-basic #pageVisualAbout {
        height: 200px;
    }
    .frontend-basic #pageVisualAbout:not(.noimage) {
        max-width: initial;
    }
}

/* mypage */
.title-basic-sp {
    display: none;
}
@media screen and (max-width: 980px) {
    .frontend-basic #mainHeader {
        height: 250px;
    }
    .frontend-basic #userHeader .snsBlock {
        margin: 0;
        position: absolute;
        top: -250px;
        left: 0;
        right: 0;
        text-shadow: 1px 1px 3px #000;
    }
    .frontend-basic .mainVisual .menuBar ul {
        top: 160px;
    }
    .frontend-basic .mainHeader__menuBar__mypage-menu {
        display: none;
    }
    .frontend-basic.PageUser #mainContent {
        margin-top: 70px;
    }
    .title-basic-sp {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
}

/* 全体 */
@media screen and (max-width: 980px) {
    .main-container {
        padding: 0 10px;
    }
}