/******************************************************************
サイトコンテンツスタイルシート（スマホ版）
Author: T.Sugiyama
Author URI: http://fromdime.com
******************************************************************/

/*-------------------------------------------
ヘッダーバー
-------------------------------------------*/
#head-bar-sp {
    background-color: #5bc1d8;
}

/*
メニューボタン
*/
.menu-btn a,
.menu-btn a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-btn a {
    position: relative;
    width: 40px;
    height: 30px;
    color: #ffffff;
}
.menu-btn a:after {
    content: "メニュー";
    display: inline-block;
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: -16px;
    left: 0px;
    right: 0px;
}
.menu-btn a.btn-close:after {
    content: "閉じる";
    left: 0px;
}
.menu-btn a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
}
.menu-btn a span:nth-of-type(1) {
    top: 5px;
}
.menu-btn a span:nth-of-type(2) {
    top: 13px;
}
.menu-btn a span:nth-of-type(3) {
    bottom: 5px;
}

.menu-btn a.btn-close span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
.menu-btn a.btn-close span:nth-of-type(2) {
    opacity: 0;
}
.menu-btn a.btn-close span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

/*
メニュー
*/
.overlay {
    position: fixed;
    z-index: 100;
    background-color: #f1f1f1;
    border-top: 1px solid #6f6067;
    border-bottom: 1px solid #6f6067;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.5rem 1.2rem;
    height: calc(100% - 75px);
}
/* スクロールバーのカスタマイズ */
.overlay::-webkit-scrollbar{
    /*    width: 10px;*/
    width: 5px;
}
.overlay::-webkit-scrollbar-track{
    background: #ffffff;
    border-left: solid 1px #ececec;
}
.overlay::-webkit-scrollbar-thumb{
    background: #bbbbbb;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #ffffff;
}
.overlay_inner {
    /*        overflow-y: scroll;*/
}

.wrap-globalnavi-sp {
    margin-bottom: 1.5rem;
}
.wrap-globalnavi-sp .globalnavi {
    background-color: #ffffff;
}
.wrap-globalnavi-sp .globalnavi > ul {
    flex-flow: wrap;
}
.wrap-globalnavi-sp .globalnavi > ul > li {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}
.wrap-globalnavi-sp .globalnavi ul li a {
    /*    font-size: 0.9rem;*/
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #dddddd;
}
.wrap-globalnavi-sp .globalnavi ul li a:hover {
    background-color: #cde4eb;
    color: #000000;
    opacity: 1;
}
.overlay .btn-go-form {
    display: flex;
    justify-content: center;
}
.overlay .btn-go-form > li {
    margin: 0.5rem;
}
.overlay .btn-go-form > li a {
    padding: 1rem;
}
.overlay .wrap-utilitynavi {
    margin-bottom: 1rem;
}

/* アコーディオン装飾 */
.globalnavi-sp ul li .dropdown li a {
    padding: 0.8rem 0.5rem 0.8rem 2.5rem;
}
.globalnavi-sp ul li a {
    position: relative;
}
.globalnavi-sp ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    color: inherit;
    font-weight: normal;
    position: absolute;
    right: 15px;
}
.globalnavi-sp ul li.menu-item-has-children > a:after {
    content: "\f196";
}
.globalnavi-sp ul li.menu-item-has-children.dropdown_open > a:after {
    content: "\f147";
}

.overlay .go-business {
    text-align: center;
}
.overlay .go-business a {
    display: block;
}
.overlay .go-business img {
    max-width: 120px;
}


/******************************************************************
*******************************************************************

メディアクエリー

*******************************************************************
******************************************************************/
/* 1281px ~ : PC Large screens -> Default */

/* ~ 1280px : PC screens */
@media only screen and (max-width: 80em) {


}

/* ~ 1180px : PC screens */
@media only screen and (max-width: 73.75em) {

}

/* ~ 1024px : Medium screens */
@media only screen and (max-width: 64em) {

    .head-bar-inner .wrap-globalnavi-pc .globalnavi-ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 0 3.0%;
    }

    /*-------------------------------------------
    アシンメトリーコンテンツ：共通
    -------------------------------------------*/
    .home .asymmetry-content .icon-square-box {
        width: 40px;
        height: 40px;
    }
    .home .asymmetry-content .section_title {
        font-size: 1.7rem;
        margin-bottom: 0;
    }
    .home .asymmetry-content .section_main {
        margin-top: -3%;
    }
    .home .asymmetry-content .section_inner_title {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }
    .home .asymmetry-content .section_inner .description {
        margin-bottom: 1rem;
        padding-left: 0;
    }

    /*-------------------------------------------
    アシンメトリーコンテンツ：odd
    -------------------------------------------*/
    .home .asymmetry-content.odd .section_inner_text {
        padding: 4% 1% 1% 3%;
    }

    /*-------------------------------------------
    アシンメトリーコンテンツ：even
    -------------------------------------------*/
    .home .asymmetry-content.even .section_inner_text {
        padding: 4% 1% 1% 0;
    }

}

/* ~ 960px : Tablet screens */
@media only screen and (max-width: 60em) {

    /*-------------------------------------------
    アシンメトリーコンテンツ：共通
    -------------------------------------------*/
    .home .asymmetry-content .section_thumb_wrapper {
        max-width: 60%;
        flex-basis: 60%;
    }
    .home .asymmetry-content .section_main {
        margin-top: 0;
    }
    .home .asymmetry-content .section_inner_text {
        flex-basis: 60%;
        max-width: 60%;
        padding: 1% 1% 1% 3%;
    }
    .home .asymmetry-content.odd .section_inner_text {
        padding: 1% 1% 1% 3%;
    }
    .home .asymmetry-content.even .section_inner_text {
        padding: 1% 1% 1% 0;
    }

}

/* ~ 896px : スマホ横 */
@media only screen and (max-width: 56em) {

    /*-------------------------------------------
    フッターナビ
    -------------------------------------------*/
    .footernavi-ul {
        justify-content: flex-start;
    }
    .footernavi-ul > li {
        flex-basis: calc(96% / 3);
        max-width: calc(96% / 3);
        margin-right: calc(4% / 2);
    }
    .footernavi-ul > li:last-child,
    .footernavi-ul > li:nth-child(6n+6) {
        margin-right: 2%;
    }
    .footernavi-ul > li:nth-child(3n+3) {
        margin-right: 0;
    }

    .page-company .company-head .thumb {
        flex-basis: 42%;
        max-width: 42%;
    }
    .page-company .company-head .text {
        flex-basis: 54%;
        max-width: 54%;
    }

    .category .postlist > li .date-wrapper {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .category .postlist > li .text-thumb {
        flex-basis: 100%;
        max-width: 100%;
    }


    /*-------------------------------------------
    アシンメトリーコンテンツ
    -------------------------------------------*/
    .home .asymmetry-content .icon-square-box {
        width: 30px;
        height: 30px;
    }
    .home .asymmetry-content .section_title {
        font-size: 1.5rem;
    }

}

/* ~ 812px : iphone X screens */
@media only screen and (max-width: 50.750em) {

    .home #lead-area .section_title_text {
        font-size: 1.7rem;
    }
    .home #lead-area .lead_text {
        font-size: 1.1rem;
    }

    .home #main section.asymmetry-content {
        margin-bottom: 2rem;
    }
    .home .asymmetry-content .section_inner_title {
        display: none;
    }
    .home .asymmetry-content .section_inner_thumb {
        display: none;
    }
    .home .asymmetry-content .section_inner_text {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 !important;
    }
    .home .asymmetry-content .section_inner .description {
        margin-bottom: 2rem !important;
    }
    .home .asymmetry-content .section_inner_text_box {
        padding: 5% 0% 3% 0%;
    }
    .home .asymmetry-content.odd .section_inner_text_box {
        color: #ffffff;
        padding: 5% 0% 7% 0%;
    }
    .home .asymmetry-content.even .icon-square-box {
        order: inherit;
    }
    .home .asymmetry-content.even .section_title_text {
        order: inherit;
    }
    .home .asymmetry-content.even .section_inner_thumb {
        order: inherit;
    }
    .home .asymmetry-content.even .section_title {
        justify-content: inherit;
    }


    /*-------------------------------------------
    私たちについて
    -------------------------------------------*/
    .page-aboutus #main #page-lead .section_header_text {
        max-width: 340px;
        padding: 0 0 0 6%;
    }
    .page-aboutus #main #page-lead .section_header_text > p {
        font-size: 1.6rem;
    }


    /*-------------------------------------------
    採用情報
    -------------------------------------------*/
    .page-recruit #main #page-lead .section_header_text {
        max-width: 340px;
        padding: 0 0 0 6%;
    }
    .page-recruit #main #page-lead .section_header_text > p {
        font-size: 1.6rem;
    }
    .page-recruit #main #page-lead .section_header_text .button-wrapper {
        position: relative;
        bottom: inherit;
    }
    .page-recruit #main #page-lead .section_inner {
        text-align: left;
    }

}

/* ~ 767px : Tablet screens */
@media only screen and (max-width: 47.938em) {

    #link-area {
        display: none;
    }
    .home .section_title {
        font-size: 2.0rem;
    }
    .categorynavlist {
        grid-template-columns: repeat(2, 1fr);
        /* gap: 0 1.8%; */
    }
    .anchor-list,
    .page-company .anchor-list {
        grid-template-columns: repeat(2, 1fr);
        /* gap: 0 1.8%; */
    }


    .page-business .business-content .rental-product-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-business .business-content .rental-product-list > li .list-title {
        font-size: 0.9rem;
    }
    .page-business .business-content .purchase-product-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-business .business-content .purchase-product-list > li .list-title {
        font-size: 0.9rem;
    }


    /*
    募集要項
    */
    .page-recruit #job-openings .requirementslist > li .requirement-title {
        height: unset;
    }
    .page-recruit #job-openings .requirementslist > li .li-inner {
        gap: unset;
    }
    .page-recruit #job-openings .requirementslist > li .li-inner-left {
        flex-basis: 100%;
        max-width: 100%;
    }
    .page-recruit #job-openings .requirementslist > li .li-inner-right {
        flex-basis: 100%;
        max-width: 100%;
    }


    /*
    事業所
    */
    .page-company #offices .officeslist > li .li-flexbox-left {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .page-company #offices .officeslist > li .li-flexbox-right {
        flex-basis: 100%;
        max-width: 500px;
        margin-bottom: 1.5rem;
    }
    .page-company #offices .office-map iframe {
        height: 300px;
    }


    /*-------------------------------------------
    投稿
    -------------------------------------------*/
    .single-post #main {
        flex: unset;
        margin-right: 0;
        flex-basis: 100%;
        max-width: 100%;
    }
    .single-post #sidebar {
        flex-basis: 100%;
        max-width: 100%;
    }

}

/* 641px ~ */
@media only screen and (min-width: 40.0625em) {

    #head-bar-sp-sticky-wrapper {
        display: none !important;
    }

}

/* 640px以下:Small screens */
@media only screen and (max-width: 40em) {


    /******************************************************************

    共通

    ******************************************************************/
    html {
       font-size: 0.9375rem;
    }
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }
    h1 {
        font-size: 1.3rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1.15rem;
    }
    h5 {
        font-size: 1.1rem;
    }
    h6 {
        font-size: 1.05rem;
    }
    .button {
/*        padding: 0.4rem 1rem 0.35rem 1rem;*/
    }
    .button_wrapper {
        text-align: center;
    }
    img {
        width: 100%;
    }
    .home #main .button {
        font-size: 1.0rem;
    }


    /*-------------------------------------------
    テーブルの基本レイアウト
    -------------------------------------------*/
    table.base_table {
    }
    table.base_table tr {
    }
    table.base_table tr th,
    table.base_table tr td {
        display: block;
        width: 100%;
    }
    table.base_table tr th {
        padding: 1.2rem 0 0.2rem 0;
        border-bottom: none;
    }
    table.base_table tr td {
        padding: 0.2rem 0 1.2rem 0;
    }


    /******************************************************************

    構造調整タグ

    ******************************************************************/
    .base_width {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .base_width.base_width_sp {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .inner_width {
        width: 100% !important;
        margin: 0 auto !important;
    }
    main {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .home #main section {
        margin-bottom: 3rem;
    }
    br.br-pc {
        display: none;
    }
    br.br-sp {
        display: block;
    }


    /*-------------------------------------------
    テーブルの基本レイアウト
    -------------------------------------------*/



    /******************************************************************

    汎用パーツ

    ******************************************************************/
    /*
    横並びレイアウト
    */
    .flexbox {
        flex-flow: row wrap;
    }
    .flexbox-wrap {
    }
    .flexbox-center {
    }

    .intlink-wrapper {
        text-align: center;
        margin: 0 auto;
    }
    .headline_wrapper {
    }
    .headline {
        font-size: 1.4rem;
        padding: 1rem 0;
    }
    .headline.icon-title, .section_title.icon-title {
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
    .headline.icon-title:before, .section_title.icon-title:before {
        width: 40px;
        height: 40px;
    }


    .block-sp {
        margin-left: 0;
        display: block;
    }


    /******************************************************************

    プラグイン

    ******************************************************************/



    /******************************************************************

    ヘッダー

    ******************************************************************/
    #head-bar {
        display: none;
    }
    #head-bar-sp {
        display: block;
    }
    #head-bar-sticky-wrapper {
        display: none !important;
    }
    .wrap-globalnavi-pc {
        display: none;
    }
    #head-bar-sp .head-bar-inner {
        display: flex;
        flex-flow: wrap;
        align-items: center;
    }
    #head-bar-sp .head-bar-inner .head-bar-left {
        flex-basis: 20%;
        max-width: 20%;
        order: 1;
        padding: 1rem;
    }
    #head-bar-sp .head-bar-inner .head-bar-center {
        flex-basis: 60%;
        max-width: 60%;
        order: 2;
        padding: 1rem 0;
        text-align: center;
    }
    #head-bar-sp .head-bar-inner .head-bar-right {
        flex-basis: 20%;
        max-width: 20%;
        order: 3;
        padding: 1rem;
    }
    .head-bar-inner .logo img {
        max-width: 200px;
    }


    /******************************************************************

    サイドバー

    ******************************************************************/



    /******************************************************************

    ユーティリティナビゲーション

    ******************************************************************/



    /******************************************************************

    フッター

    ******************************************************************/
    .utilitynavi-ul {
        justify-content: center;
    }
    #before-footer .banner-list {
        grid-template-columns: repeat(2, 1fr);
    }
    #before-footer .banner-list > li {
        margin-bottom: 1rem;
    }

    /*-------------------------------------------
    フッターナビ
    -------------------------------------------*/
    .footernavi-ul > li {
        flex-basis: calc(96% / 2);
        max-width: calc(96% / 2);
        margin-right: calc(4% / 1);
    }
    .footernavi-ul > li:last-child,
    .footernavi-ul > li:nth-child(6n+6) {
        margin-right: 4%;
    }
    .footernavi-ul > li:nth-child(3n+3) {
        margin-right: 4%;
    }
    .footernavi-ul > li:nth-child(2n+2) {
        margin-right: 0;
    }

    /*-------------------------------------------
    ユーティリティーナビ
    -------------------------------------------*/
    .utilitynavi-ul > li {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .utilitynavi-ul > li:first-child {
        border-left: none;
        padding-left: 0;
    }
    .utilitynavi-ul > li:last-child {
        border-right: none;
        padding-right: 0;
    }


    /******************************************************************

    トップページ(toppage)

    ******************************************************************/
    .home #lead-area .section_header {
        flex-basis: 35%;
        max-width: 200px;
        padding: 0%;
        text-align: center;
        margin-bottom: 1rem;
    }
    .home #lead-area .section_main {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0%
    }

    .home .asymmetry-content .section_thumb_wrapper {
        max-width: 100%;
        flex-basis: 100%;
    }
    .home .asymmetry-content.even .section_title_text {
        padding: 1% 0% 4% 0;
    }

    /******************************************************************

    投稿（お知らせ）

    ******************************************************************/
    .postlist-wrapper .postlist {
        grid-template-columns: repeat(2, 1fr);
    }
    .home .postlist-wrapper .postlist {
        grid-template-columns: repeat(2, 1fr);
    }
    .category .postlist > li .text {
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    .category .postlist > li .thumb {
        flex-basis: 100%;
        max-width: 100%;
    }
    .postlist-wrapper .postlist > li .text .date {
        flex-basis: 100%;
        max-width: 100%;
    }
    .postlist-wrapper .postlist > li .text .icon_post_cat {
    }


    /******************************************************************

    固定ページ(page)

    ******************************************************************/
    /*-------------------------------------------
    私たちについて
    -------------------------------------------*/
    .page-aboutus #main #page-lead .section_header_thumb {
        flex: unset;
        flex-basis: 95%;
        max-width: 400px;
        margin-bottom: 2rem;
    }
    .page-aboutus #main #page-lead .section_header_text {
        max-width: 100%;
        padding: 0 0 0 0;
    }
    .page-aboutus #main #page-lead .bg-color {
        display: none;
    }
    .page-aboutus #main #page-lead .section_header {
        background-color: #64bab8;
        padding-bottom: 2rem;
    }
    .page-aboutus #main #vision #pamco-sucuderia .vision-goal p {
        font-size: 1.25rem;
    }


    /*-------------------------------------------
    事業内容
    -------------------------------------------*/
    .page-business .business-content .service-description-inner .thumb {
        flex: unset;
        flex-basis: 95%;
        min-width: unset;
        margin-right: auto;
    }
    .page-business .business-content .service-description-inner .text {
        padding: 0;
    }
    .page-business .business-content .service-description-inner .text .section_inner_text {
        font-size: 1.4rem;
    }
    .page-business .business-content .service-flow-inner .section_inner_title_wrapper {
        max-width: unset;
        min-width: unset;
        flex: unset;
        width: 100%;
        margin-right: 0;
        padding: 0.5rem;
    }
    .page-business .business-content .service-flow-inner .section_inner_title {
        font-size: 1.3rem;
    }
    .page-business .business-content .applicable-construction-inner .section_inner_title_wrapper {
        max-width: unset;
        min-width: unset;
        flex: unset;
        width: 100%;
        margin-right: 0;
        padding: 0.5rem;
    }
    .page-business .business-content .applicable-construction-inner .section_inner_title {
        font-size: 1.3rem;
    }
    .page-business .business-content .rental-product .section_inner_title {
        font-size: 1.15rem;
    }
    .page-business .business-content .purchase-product .section_inner_title {
        font-size: 1.15rem;
    }
    .page-business .business-content .construction-case .section_inner_title {
        font-size: 1.15rem;
    }
    .page-business #medical-equipment .section_footer {
        font-size: 1.3rem;
    }
    .page-business .business-content .construction-case-list {
        grid-template-columns: repeat(2, 1fr);
    }


    /*-------------------------------------------
    採用情報
    -------------------------------------------*/
    .page-recruit #main #page-lead .section_header_thumb {
        flex: unset;
        flex-basis: 95%;
        max-width: 400px;
        margin-bottom: 2rem;
    }
    .page-recruit #main #page-lead .section_header_text {
        max-width: 100%;
        padding: 0 0 0 0;
    }
    .page-recruit #main #page-lead .bg-color {
        display: none;
    }
    .page-recruit #main #page-lead .section_header {
        background-color: #64bab8;
        padding-bottom: 2rem;
    }
    .page-recruit #work-environment .work-environment-description-inner .description-list {
        grid-template-columns: repeat(1, 1fr);
        gap: unset;
    }
    .page-recruit #work-environment .work-environment-description-inner .description-list > li {
        margin-bottom: 1rem;
    }
    .page-recruit #work-environment .work-environment-description-inner .icon-square-box {
        width: 45px;
        height: 45px;
    }
    .page-recruit #work-environment .work-environment-description-inner .list-text-title {
        font-size: 1.2rem;
        margin: 0.5rem 0;
    }

    /*
    数字で見るパムコ
    */
    .page-recruit #percentage .percentage-list {
        grid-template-columns: repeat(1, 1fr);
        gap: initial;
        padding: 0;
        margin-bottom: 0;
    }
    .page-recruit #percentage .percentage-list.list-col-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-recruit #percentage .percentage-list > li {
        margin-bottom: 1rem;
    }


    /*-------------------------------------------
    介護サービスについて
    -------------------------------------------*/
    .page-service #service-flow .section_main .service-flow-list > li .li-flexbox .thumb {
        flex-basis: 100%;
        max-width: 230px;
        margin-bottom: 1.5rem;
    }
    .page-service #service-flow .section_main .service-flow-list > li .li-flexbox .text {
        flex-basis: 100%;
        max-width: 100%;
    }
    .page-service #service-flow .section_main .service-flow-list > li .li-flexbox .text-inner {
        font-size: 1.0rem;
    }
    .page-service #service-flow .section_main .service-flow-list > li .service-flow-title {
        font-size: 1.2rem;
        max-width: 100%;
    }
    .page-service #qa .qalist-wrapper .qalist > li .question_text {
        font-size: 1.1rem;
    }
    .page-service #qa .qalist-wrapper .qalist > li .question .question_text:after {
        font-size: 1.5rem;
    }
    .page-service #qa .qalist-wrapper .qalist > li .answer_text {
        font-size: 1.1rem;
    }
    .page-service #qa .qalist-wrapper .qalist > li .note_text {
        font-size: 0.9rem;
    }



    /******************************************************************

    カスタム投稿

    ******************************************************************/


    /******************************************************************

    404 Page Not Found

    ******************************************************************/


    /******************************************************************

    お問い合わせフォーム

    ******************************************************************/
    .form-wrapper .info-wrapper .info-box .th {
        font-size: 1.1rem;
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
        padding: 0;
    }
    .form-wrapper .info-wrapper .info-box .td {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
    .regulations-area .scroll-box {
        max-height: 300px;
    }
    select {
        min-width: unset;
        min-width: 200px;
    }


} /* 641以下end */

/* 479px以下: SP screens */
@media only screen and (max-width: 29.938em) {

    .home #lead-area .section_title_text {
        font-size: 1.4rem;
    }
    .home #lead-area .lead_text {
        font-size: 1.0rem;
    }

    .page-business .business-content .rental-product-list > li .list-title {
        font-size: 0.8rem;
    }
    .page-business .business-content .purchase-product-list > li .list-title {
        font-size: 0.8rem;
    }


    .page-recruit #job-openings .requirementslist > li .table-label {
        font-size: 1.0rem;
    }
    .page-recruit #job-openings .requirements_table .td {
        font-size: 0.9rem;
    }
    .page-recruit #job-openings .requirements_table .td > p {
        line-height: 1.8;
    }
    .page-recruit #job-openings .section_footer .btn-entry {
        font-size: 1.6rem;
    }



    /*-------------------------------------------
    会社情報
    -------------------------------------------*/
    .page-company #greetings .section_inner_title {
        font-size: 1.4rem;
    }
    /* 会社概要テーブル */
    .page-company #company-profile .company-profile-table .table-label {
        font-size: 1.0rem;
    }
    .page-company #company-profile .company-profile-table .td > p {
        line-height: 1.8;
        font-size: 0.9rem;
    }


    /*-------------------------------------------
    会社情報
    -------------------------------------------*/
    .page-company .officeslist-nav > li {
        font-size: 1.1rem;
    }
    .page-company #offices .officeslist > li .li-flexbox {
        padding: 0;
    }
    .page-company #offices .officeslist > li .table-label {
        font-size: 1.0rem;
    }
    .page-company #offices .offices_table .td > p {
        font-size: 0.9rem;
        line-height: 1.8;
    }
    .page-company #offices .offices_table .td > a.website-link {
        line-height: 1.8;
    }


    /*-------------------------------------------
    サイトポリシー
    -------------------------------------------*/
    .page-website-policy .entry-content .section_inner_header h2,
    .page-website-policy .entry-content .section_main .section_inner_block h2 {
        font-size: 1.2rem;
    }

    .utilitynavi-ul > li a {
        font-size: 0.85rem;
    }
    .copyright {
        font-size: 0.8rem;
    }

}
