@charset "utf-8";

.header-pc {
    background-color: #fff;
}

.site-main {
    position: relative;
    padding-top: 140px;
    background-color: #eee9e2;
}

.column-contents {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 33px 0 75px;
    letter-spacing: 0;
}

.archive-contents {
    position: relative;
    width: 1000px;
    margin: 0 auto 115px;
    padding: 59px 0 346px;
    letter-spacing: 0;
}

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

　column-content

-------------------------------------------------------------*/
.column-content {
    width: 100%;
    margin-bottom: 45px;
    padding: 45px 55px 139px;
    background-color: #fff;
    border-radius: 10px;
}

.column-title {
    margin-bottom: 27px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: 0.05em;
}

.single-post .meta-time {
    display: inline-block;
    margin-bottom: 47px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #c3c3c3;
}

.single-post h2 {
    margin: 70px 0  50px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.single-post h3 {
    margin: 50px 0 40px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.single-post h4 {
    margin: 40px 0 30px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.6rem 1.5rem;
    border-left: 4px solid #000;
}

.single-post h5 {
    margin: 10px 0 30px;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: bold;
}

.single-post h5:before {
  content: "●";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #cccccc; 
  font-weight: 900;
}

.single-post #primary p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.25;
    letter-spacing: 0.1em;
}

.column_image {
    width: 700px;
    height: 400px;
    margin: 0 auto 66px;
}

.column_image img {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

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

　column
　category-list

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

.single-post .category-list {
    display: flex;
    margin-bottom: 46px;
}

.single-post .category-list li {
    font-size: 1.6rem;
    font-size: 700;
}

.single-post .category-list li:not(:last-child) {
    margin-right: 22px;
}

.single-post .category-list li:before {
    display: inline-block;
    content: "#";
    width: 1em;
    height: 1em;
}

.single-post .category-list a {
    cursor: pointer;
}

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

　social-share(この記事をシェアする)

-------------------------------------------------------------*/
p.social-share_headline {
    margin-bottom: 19px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.social-share_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.social-share_button li {
    width: 38px;
    height: 38px;
    background-color: #333;
    border-radius: 100%;
}

.social-share_button li:not(:last-child) {
    margin-right: 20px;
}

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

　single_index(目次)

-------------------------------------------------------------*/
.single_index {
    margin-bottom: 104px;
    padding: 41px 0 41px 48px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.index_title {
    margin-bottom: 29px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.index_list {
    padding-left: 1em;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
}

.index_item:not(:last-child) {
    margin-bottom: 18px;
}

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

　all-column_more-button

-------------------------------------------------------------*/
.all-column_more-button {
    position: absolute;
    left: 50px;
}

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

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

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

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

　archive

-------------------------------------------------------------*/
.archive-head h1 {
    margin-bottom: 43px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0;
}

.blog-list_list-item:not(:last-child) {
    margin-bottom: 15px;
}

.column-archive .meta-time {
    display: inline-block;
    margin-right: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.03em;
}

.blog-item_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 58px;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
}

.blog-item_content:hover {
    transform: translateY(-5px);
}

.blog-item_meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 42%;
}

.blog-categories li {
    padding: 12px;
    background-color: #efefef;
    border-radius: 10px;
}

.blog-categories li:not(:last-child) {
    margin-bottom: 10px;
}

.blog-categories li::before {
    display: inline-block;
    content: "#";
    width: 0.8em;
    height: 1em;
}

.blog-item_text {
    width: 58%;
}

.blog-item_title {
    margin-bottom: 20px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.615;
}

.blog-item_read {
    font-size: 1.6rem;
    line-height: 2;
    color: #aaaaaa;
}

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

　archive
　category-list

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

.column-archive .category-list {
    display: flex;
    margin-bottom: 82px;
}

.column-archive .category-list li {
    width: calc(100% / 6);
    min-width: 128px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
}

.column-archive .category-list li:not(:last-child) {
    margin-right: 22px;
}

.column-archive .category-list a::before {
    display: inline-block;
    content: "#";
    width: 1em;
    height: 1em;
}

.column-archive .all-cat a::before {
    content: none;
}

.column-archive .category-list a {
    display: inline-block;
    width: 100%;
    padding: 15px 13px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.3s;
}

.column-archive .category-list a:hover,
.column-archive .category-list a:active {
    background-color: #efefef;
}

.column-archive .category-list .cat-item.current-cat a {
    background-color: #efefef;
}

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

　pagination

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

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span,
.pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #333;
    border-radius: 10px;
    text-align: center;
    line-height: 16px;
    transition: 0.2s;
    cursor: pointer;
}

/* ページ番号 */
.pagination .pager {
    width: 32px;
    height: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}

/* 次へ */
.pagination a.next {
    margin-left: 16px;
}

/* 最初へ */
/* .pagination a.first {} */

/* 最後へ */
/* .pagination a.last {} */

/* Page x / y */
.pagination span.page_num {
    display: none;
}


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

　related-articles

-------------------------------------------------------------*/
.related-articles {
    max-width: 1000px;
    margin: auto;
}

.related-article_title {
    font-size: 2.2rem;
    font-weight: 700;
}

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

　top-button

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

.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);
}

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

    .site-main {
        padding-top: 92px;
    }

    .job-contents {
        max-width: 100%;
        padding: 0 6.666666666666667vw;
    }

    .column-contents {
        max-width: 100%;
        padding: 0 6.666666666666667vw 55px;
    }

    .visualImg-box {
        flex-direction: column;
    }

    .visualImg-img {
        order: 0;
        margin-bottom: 20px;
    }

    .visualImg-text {
        order: 1;
    }

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

　all-column_more-button

-------------------------------------------------------------*/
    .all-column_more-button {
        position: absolute;
        left: 120px;
    }
}

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

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

    column-content

    -------------------------------------------------------------*/
    .column-content {
        margin-bottom: 55px;
        padding: 30px 21px 50px;
        border-radius: 5px;
    }

    .column-title {
        margin-bottom: 12px;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }

    .single-post .meta-time {
        display: inline-block;
        font-size: 10px;
        transform: scale(0.8);
        transform-origin: left top;
        margin-bottom: 26px;
    }

    .single-post h2 {
        margin-bottom: 27px;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .single-post h3 {
        margin-bottom: 28px;
        font-size: 1.4rem;
        line-height: 1.846;
    }

    .single-post h4 {
        margin-bottom: 23px;
        font-size: 1.1rem;
        line-height: 2.18;
    }

.single-post #primary p {
        margin-bottom: 20px;
        font-size: 1.1rem;
        line-height: 2;
        letter-spacing: 0;
    }

    .column_image {
        width: 280px;
        height: 160px;
        margin: 0 auto 47px;
    }

    .column_image img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

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

    column
    category-list

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

    .single-post .category-list {
        margin-bottom: 23px;
    }

    .single-post .category-list li {
        font-size: 1.1rem;
    }

    .single-post .category-list li:not(:last-child) {
        margin-right: 18px;
    }

    .single-post .category-list li:before {
        display: inline-block;
        content: "#";
        width: 1em;
        height: 1em;
    }

    .single-post .category-list a {
        cursor: pointer;
    }

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

    single_index(目次)

    -------------------------------------------------------------*/
    .single_index {
        margin-bottom: 51px;
        padding: 25px 0 22px 24px;
        border-radius: 5px;
    }

    .index_title {
        margin-bottom: 18px;
        font-size: 1.2rem;
    }

    .index_list {
        padding-left: 0;
        font-size: 10px;
        transform: scale(0.9);
        transform-origin: left top;
        letter-spacing: 0.01em;
    }

    .index_item:not(:last-child) {
        margin-bottom: 18px;
    }

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

    social-share(この記事をシェアする)

    -------------------------------------------------------------*/
    p.social-share_headline {
        margin-bottom: 23px;
        font-size: 1.1rem;
    }

    .social-share_button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .social-share_button li {
        width: 35px;
        height: 35px;
    }

    .social-share_button li:not(:last-child) {
        margin-right: 12px;
    }

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

    all-column_more-button

    -------------------------------------------------------------*/
    .all-column_more-button {
        left: 60px;
    }

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

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

    .all-column_more-button .more-arrow-button::after {
        width: 10px;
        transform-origin: right center;
        transform: translate(45px, 0px) rotate(140deg);
    }

    .job-content {
        padding: 20px 15px 26px;
    }

    .company_name {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 1.2rem;
    }

    .job-point {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .job-lead {
        font-size: 1.1rem;
    }

    .job-headline {
        margin-bottom: 20px;
        font-size: 1.1rem;
    }

    .job-title {
        width: 100%;
        margin-bottom: 16px;
        font-size: 1.1rem;
    }

    .job-title::before {
        width: 15px;
        height: 15px;
        margin-right: 8px;
    }

    .job-content-label {
        padding: 7px 0 7px 14px;
        font-size: 1.1rem;
    }

    .job-content-label .en-label {
        margin-left: 10px;
    }

    .visualImg-text {
        order: 1;
        font-size: 1.1rem;
    }

    .job-box {
        flex-direction: column;
        margin-bottom: 35px;
    }

    .job-box .job-text {
        width: 100%;
        font-size: 1.1rem;
    }

    .job-info-table th,
    .job-info-table td {
        padding-top: 14px;
        padding-left: 13px;
        padding-bottom: 13px;
        font-size: 1.1rem;
    }

    .job-content.application .job-info-table th,
    .job-content.application .job-info-table td {
        padding: 0;
        border-bottom: none;
        display: block;
        width: 100%;
    }

    .job-content.application .job-info-table th {
        margin-bottom: 14px;
        background-color: #fff;
    }

    .job-content.application .job-info-table td {
        margin-bottom: 35px;
    }

    .job-content.application .job-info-table tr:last-child td {
        margin-bottom: 0;
    }

    .job-buttons .more-arrow-button::before,
    .job-buttons .more-arrow-button::after {
        left: -85px;
    }

    .job-buttons .more-arrow-button::before {
        width: 22px;
    }

    .job-buttons .more-arrow-button::after {
        width: 10px;
        transform: translate(45px, 0px) rotate(140deg);
    }

    .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;
    }

    .job-buttons {
        display: inline-block;
        margin-left: 35px;
    }

    .all-job_more-button-bottom {
        width: 100%;
    }

    .job-favorite-button,
    .job-form-button {
        position: fixed;
        bottom: 0;
        width: 150px;
    }

    .job-favorite-button {
        left: 6.666666666666667vw;
        background-color: #333;
        border-radius: 100vh;
    }

    .job-favorite-button .frame-button {
        color: #fff;
    }

    .job-favorite-button .frame-button::before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 13px;
        background-image: url(../img/common/header/favorite_white.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

    .job-form-button {
        right: 6.666666666666667vw;
        background-color: #909f39;
    }

    .job-favorite-button .frame-button {
        padding: 9px 0;
        font-size: 1.2rem;
    }

    .job-form-button.blackButton {
        padding: 9px 0;
    }

    .job-form-button::before {
        content: none;
    }
}