@charset "utf-8";

/* 固定ページ共通 */

.hel {
    font-family: 'helvetica bold',sans-serif;
}

.common_main {
    padding: 250px 0 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/penguin/resources/image/bestrent/home/common_main_back.jpg);
}

.common_main h1 {
    position: relative;
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.03em;
}

.common_main h1:before {
    position: absolute;
    bottom: -36px;
    left: -30px;
    font-size: 150px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    z-index: 1;
    font-family: 'North Avellion';
    opacity: 0.5;
}

.common_page {
    padding: 120px 0;
    position: relative;
}

.common_page .wrap {
    position: relative;
}

.common_h2 {
    text-align: center;
    position: relative;
    font-size: 30px;
    letter-spacing: 0.05em;
}

.common_h2:before {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 63px;
    font-weight: 300;
    line-height: 1;
    color: #015BAC;
    z-index: 1;
    font-family: 'helvetica bold';
    opacity: 0.2;
    font-style: italic;
}

.common_h2::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: #015BAC;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: rotate(30deg) translateX(-50%);
    -webkit-transform: rotate(30deg) translateX(-50%);
    -ms-transform: rotate(30deg) translateX(-50%);
}

/* 当社の強み */

.common_main.merit_main h1:before {
    content: "Merit";
}

#pageMerit .common_h2:before {
    content: "MERIT";
}

#pageMerit .common_h2 {
    margin-bottom: 70px;
}

#pageMerit .top_text {
    text-align: center;
    margin-bottom: 110px;
}

#pageMerit .top_text .ttl {
    font-family: 'noto sans jp black';
    font-size: 26px;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
}

#pageMerit .top_text .text {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.18em;
}

.merit_list li {
    margin-bottom: 60px;
}

.merit_list li h3 {
    position: relative;
    display: inline-block;
    padding: 0 20px 5px 23px;
    border-bottom: 1px solid #015BAC;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.merit_list li h3:before {
    position: absolute;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0.03em;
    opacity: 0.3;
    color: #015BAC;
    left: 0;
    bottom: 7px;
    font-family: 'helvetica bold';
}

.merit_list li:first-child h3:before {
    content: "01";
}

.merit_list li:nth-child(2) h3:before {
    content: "02";
}

.merit_list li:nth-child(3) h3:before {
    content: "03";
}

.merit_box .left {
    width: 30%;
    text-align: center;
    border-right: 3px dotted #000000;
    padding: 125px 0 0;
    background-color: #fff;
    z-index: 2;
}

.merit_box .left .label {
    font-size: 18px;
    margin-bottom: 50px;
    letter-spacing: 0.03em;
    font-weight: bold;
}

.merit_box .left .img {
    width: 30%;
    line-height: 1;
    margin: 0 auto 40px;
}

.merit_box .left .img img {
    width: 100%;
}

.merit_box .left .text {
    font-size: 15px;
    letter-spacing: 0.03em;
}

.merit_box .right {
    width: 70%;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    z-index: 1;
}

.merit_box .right .label {
    font-size: 27px;
    color: #015BAC;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.merit_box .right .img {
    width: 80%;
    margin: 0 auto 20px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.merit_list li:first-child .merit_box .right .img {
    background-image: url(/penguin/resources/image/bestrent/home/merit1_back.jpg);
}

.merit_list li:nth-child(2) .merit_box .right .img {
    background-image: url(/penguin/resources/image/bestrent/home/merit2_back.jpg);
}

.merit_list li:nth-child(3) .merit_box .right .img {
    background-image: url(/penguin/resources/image/bestrent/home/merit3_back.jpg);
}

.merit_box .right .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

/* その他事業 */

.common_main.business_main h1:before {
    content: "Business";
}

#pageBusiness .common_h2:before {
    content: "Business";
}

#pageBusiness .common_h2 {
    margin-bottom: 100px;
}

.business_list li {
    align-items: center;
    margin-right: calc(-1 * (50vw - 570px));
}

.business_list li+li {
    padding-top: 130px;
}

.business_list li:last-child {
    margin-bottom: 0;
}

.business_list li:nth-child(even) {
    margin-right: 0;
    margin-left: calc(-1 * (50vw - 570px));
}

.business_list li .textBox {
    width: 470px;
    z-index: 2;
}

.business_list li .textBox .num {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'helvetica regular';
}

.business_list li .textBox .num:before {
    border-top: 3px solid;
    content: "";
    width: 80px;
    margin-right: 20px;
}

.business_list li .textBox h2 {
    font-size: 42px;
    color: #015BAC;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 0.11em;
}

.business_list li .textBox .en {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'helvetica regular';
}

.business_list li .textBox .text {
    font-size: 16px;
    margin-bottom: 23px;
    line-height: 2;
    letter-spacing: 0.08em;
}

.business_list li .img {
    width: calc(570px + (50vw - 570px));
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.business_list li.lease .img {
    background-image: url(/penguin/resources/image/bestrent/home/business1.jpg);
}

.business_list li.sales .img {
    background-image: url(/penguin/resources/image/bestrent/home/business2.jpg);
}

.business_list li.management .img {
    background-image: url(/penguin/resources/image/bestrent/home/business3.jpg);
}

.business_list li.renovation .img {
    background-image: url(/penguin/resources/image/bestrent/home/business4.jpg);
}

/*  個人情報保護方針　　PC------------------------------------------------------------------------------*/


div#pagePrivacy .common_h2::before {
    content: "PrivacyPolicy";
}

.page_privacy_box {
    margin-top: 80px;
}

.page_privacy_box p {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 10px;
    padding-bottom: 16px;
    border-bottom: solid 1px #eee;
}

.page_privacy_box h4 {
    font-size: 18px;
    margin-top: 30px;
    position: relative;
    display: inline-block;
}

.page_privacy_box h4::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    background-color: #005bab;
    width: 2px;
    height: 20px;
    transform: rotate(24deg);
    bottom: 0;
    margin: auto;
}

.page_privacy_box {
    margin-top: 80px;
}

.page_privacy_box p {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 10px;
    padding-bottom: 16px;
    border-bottom: solid 1px #eee;
}

.page_privacy_box h4 {
    font-size: 18px;
    margin-top: 30px;
    position: relative;
    display: inline-block;
}

.page_privacy_box h4::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    background-color: #005bab;
    width: 2px;
    height: 20px;
    transform: rotate(24deg);
    bottom: 0;
    margin: auto;
}

.common_main.staff_main h1:before {
    content: "Staff";
}

.page_staff_flame {
    margin-top: 50px;
    position: relative;
}

.page_staff_flame .wrap {
    position: relative;
    padding: 300px 0;
}

.page_staff_flame .text_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 450px;
    background-color: #005baa;
    border-radius: 6px;
    margin: auto;
    right: 50px;
    color: #fff;
    padding: 20px;
}

.page_staff_flame::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 90%;
    z-index: 100;
}

.page_staff_flame.inoue::before {
    background-image: url(/penguin/resources/image/bestrent/home/staff_inoue.jpg);
}

.page_staff_flame.yagi::before {
    background-image: url(/penguin/resources/image/bestrent/home/staff_yagi.jpg);
}

.page_staff_flame.sugawara::before {
    background-image: url(/penguin/resources/image/bestrent/home/staff_sugawara.jpg);
}
.page_staff_flame.kaimasu::before {
    background-image: url(/penguin/resources/image/bestrent/home/staff_kaimasu.jpg);
}
.page_staff_flame.watanabe::before {
    background-image: url(/penguin/resources/image/bestrent/home/staff_watanabe.jpg);
}

.page_staff_flame .text_box .name {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    margin-top: 10px;
    padding-bottom: 15px;
}

.page_staff_flame .text_box .year {
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-top: 15px;
}

.page_staff_flame .text_box .message {
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
    letter-spacing: 0.05em;
    padding-top: 20px;
    border-top: 1px solid;
    line-height: 1.8;
}

.page_staff_flame .text_box .name::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-color: #ece306;
}

.page_staff_flame+.page_staff_flame {
    margin-top: 0;
}

.cmn_page_text_box {
    text-align: center;
    margin-top: 60px;
}

.cmn_page_text_box p.ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.cmn_page_text_box p.sub_ttl {
    font-size: 17px;
    margin-top: 10px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.page_sitemap_box {
    margin-top: 80px;
}

.page_sitemap_box table {
    width: 100%;
}

.page_sitemap_box th {
    text-align: left;
}

.page_sitemap_box th a {
    font-size: 16px;
    color: #1A1A1A;
    letter-spacing: 0.08em;
    padding: 16px 16px 16px 35px;
    display: block;
    transition: 0.3s;
    position: relative;
}

.page_sitemap_box th, .page_sitemap_box td {
    border-bottom: solid 1px #eee;

}

.page_sitemap_box th {
    width: 100%;
}

.page_sitemap_box th a:hover {
    color: #005baa;
}

.page_sitemap_box tr.commitment th {
    width: 20%;
}

.page_sitemap_box tr.commitment td {
    width: 80%;
}


.page_sitemap_box tr.commitment th, .page_sitemap_box tr.commitment td {
    padding: 16px 16px 16px 35px;
    font-size: 15px;
    letter-spacing: 0.08em;
    justify-content: space-between;
    position: relative;
}

.page_sitemap_box tr.commitment {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
}

.page_sitemap_box tr.commitment td a {
    font-size: 16px;
    transition: 0.3s;
    color: #000;
    display: block;
    width: 30%;
    transition: 0.3s;
    letter-spacing: 0.05em;
}

.page_sitemap_box tr.commitment td a:nth-child(n + 4) {
    margin-top: 20px;
}

.page_sitemap_box tr.commitment td a:hover {
    color: #005baa;
}

.page_sitemap_box th a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #0016ba;
    position: absolute;
    left: 0;
}

.page_sitemap_box tr.commitment th::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #0016ba;
    position: absolute;
    left: 0;
}






/* 会社概要 PC


  -------------------------------------------------------------------


  */


div#pageCompany section.top_parallax {
    margin-top: 50px;
}

section.page_company_table {
    margin-top: 50px;
}

section.page_company_table table {
    width: 71%;
    margin: auto;
}

section.page_company_table th, section.page_company_table td {
    font-size: 16px;
    letter-spacing: 0.08em;
    padding: 20px;
    border-bottom: 1px #eee solid;
}

section.page_company_table th {
    width: 30%;
    text-align: left;
}

section.page_company_table td {
    width: 70%;
    position: relative;
    padding-left: 60px;
}

section.page_company_map {
    margin-top: 100px;
}

.common_main.post_main h1:before {
    content: "Information";
}

.common_main.property_main h1:before {
    content: "Property";
}

/* コロナ対策オンラインサービス */

div#pageOnline .common_h2::before {
    content: "Online";
}

.page_online_title_box {}

.page_online_title_box .text {
    margin: 60px 200px 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
}

.page_online_service {
    background-color: #fafafa;
    padding: 40px;
    border-radius: 10px;
    grid-template-columns: 30% 1fr;
    display: grid;
    column-gap: 25px;
    align-items: flex-start;
}

.page_online_service_box {
    margin-top: 50px;
}

.page_online_service .text_box h3 {
    font-size: 27px;
    letter-spacing: 0.04em;
    border-left: 4px solid currentColor;
    padding-left: 16px;
    margin-bottom: 20px;
    color: #005bac;
}

.page_online_service .text_box .flow_list ul li {
    font-size: 17px;
    letter-spacing: 0.03em;
    padding: 20px 30px;
    background-color: #f3f3f3;
    line-height: 1.8;
}

.page_online_service .text_box .flow_list ul li:nth-child(even) {
    background-color: #fff;
}

.page_online_service .text_box .flow_list {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.page_online_service_box>*+* {
    margin-top: 40px;
}

.page_online_service .img_box {
    overflow: hidden;
    border-radius: 8px;
}

/* 採用情報 */

#pageRecruit .recruit_intro_block {
    margin-bottom: 120px;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block + .common_recruit_text_block {
    margin-top: 70px;
}

#pageRecruit .recruit_btn {
    display: block;
    width: 350px;
    line-height: 60px;
    background-color: #005CA9;
    border: 1px solid #005CA9;
    color: #fff;
    letter-spacing: 0.08em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: .3s;
    border-radius: 6px;
    margin: 40px auto 0;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block .recruit_btn:hover {
    color: #005CA9;
    background-color: #fff;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block .text_box {
    width: 80%;
    margin-inline: auto;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block.img_block {
    display: flex;
    margin-top: 90px;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block.img_block .text_box {
    width: 100%;
    margin-inline: 0;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block.img_block .img_box {
    flex-shrink: 0;
    width: calc(40% + (50vw - 570px));
    margin-left: calc(-1 * (50vw - 570px));
    margin-right: 10%;
    line-height: 1;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block.img_block .img_box img {
    width: 100%;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .top_designs_box {
    margin-bottom: 35px;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .top_designs_box .text {
    flex-wrap: nowrap;
    margin-left: -50px;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #005CA9;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .top_designs_box .text::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #005CA9;
    flex-shrink: 0;
    margin-right: 15px;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .text_cont .ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #005CA9;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .text_cont .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

#pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .text_cont .text + .text {
    margin-top: 20px;
}

#pageRecruit .recruit_info_sec + .recruit_info_sec {
    margin-top: 100px;
}

#pageRecruit .recruit_info_sec .common_h2 {
    margin-bottom: 80px;
}

#pageRecruit .recruit_info_sec .info_list .info_cont {
    flex-wrap: nowrap;
    align-items: baseline;
}

#pageRecruit .recruit_info_sec .info_list .info_cont + .info_cont {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #ccc;
}

#pageRecruit .recruit_info_sec .info_list .info_cont .ttl_box {
    width: 27%;
    flex-shrink: 0;
    margin-right: 5%;
}

#pageRecruit .recruit_info_sec .info_list .info_cont .ttl_box .ttl {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

#pageRecruit .recruit_info_sec .info_list .info_cont .info_box {
    width: 100%;
}

#pageRecruit .recruit_info_sec .info_list .info_cont .info_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}


@media (max-width: 750px) {

    /* 共通 */

    .common_main {
        padding: 160px 0 25px;
    }

    .common_main h1 {
        font-size: 7vw;
    }

    .common_main h1:before {
        bottom: -27px;
        left: -3vw;
        font-size: 30vw;
    }

    .common_page {
        padding: 70px 0;
        position: relative;
    }

    .common_h2 {
        font-size: 6vw;
    }

    .common_h2:before {
        bottom: 4px;
        font-size: 13vw;
    }

    .common_h2::after {
        width: 2px;
        height: 22px;
        bottom: -30px;
    }

    /* 当社の強み */

    #pageMerit .common_h2 {
        margin-bottom: 50px;
    }

    #pageMerit .top_text {
        margin-bottom: 70px;
    }

    #pageMerit .top_text .ttl {
        font-size: 5vw;
    }

    #pageMerit .top_text .text {
        font-size: 4vw;
    }

    .merit_list li h3 {
        padding: 0 3vw 5px 6vw;
        font-size: 5vw;
        margin-bottom: 25px;
    }

    .merit_list li h3:before {
        font-size: 10vw;
        bottom: 5px;
    }

    .merit_box {
        display: block;
    }

    .merit_box .left {
        width: 100%;
        border-right: none;
        padding: 0;
        margin-bottom: 30px;
    }

    .merit_box .left .label {
        font-size: 4vw;
        margin-bottom: 20px;
    }

    .merit_box .left .img {
        width: 23%;
        margin: 0 auto 28px;
    }

    .merit_box .left .text {
        font-size: 3.4vw;
        letter-spacing: 0.03em;
    }

    .merit_box .right {
        width: 100%;
        padding: 0;
    }

    .merit_box .right .label {
        font-size: 4.5vw;
        margin-bottom: 20px;
    }

    .merit_box .right .img {
        width: 100%;
        margin: 0 auto 15px;
        height: 200px;
    }

    .merit_box .right .text {
        font-size: 4vw;
    }

    .merit_list li {
        margin-bottom: 55px;
    }

    /* その他事業 */

    #pageBusiness .common_h2 {
        margin-bottom: 70px;
    }

    .business_list li {
        margin-right: 0;
        margin-bottom: 50px;
        flex-direction: column-reverse;
    }

    .business_list li:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
        display: block !important;
    }

    .business_list li .textBox {
        width: 100%;
    }

    .business_list li .textBox .num {
        font-size: 3.2vw;
        margin-bottom: 8px;
    }

    .business_list li .textBox .num:before {
        width: 10vw;
        margin-right: 10px;
        border-top: 1px solid;
    }

    .business_list li .textBox h2 {
        font-size: 5vw;
        margin-bottom: 5px;
    }

    .business_list li .textBox .en {
        font-size: 3vw;
        margin-bottom: 15px;
    }

    .business_list li .textBox .text {
        font-size: 3.5vw;
        margin-bottom: 8px;
        line-height: 2;
        letter-spacing: 0.08em;
    }

    .business_list li .img {
        width: 100%;
        height: 220px;
        margin-bottom: 20px;
    }

    .page_privacy_box p {
        font-size: 4vw;
        letter-spacing: 0.05em;
        padding-bottom: 10px;
    }

    .page_privacy_box {
        margin-top: 50px;
    }

    .page_privacy_box h4 {
        font-size: 4.6vw;
        letter-spacing: 0.02em;
        margin-top: 20px;
    }

    .page_privacy_box h4::before {
        height: 5vw;
        right: -10px;
    }





    /*　　スタッフ紹介　SP





*/



    .cmn_page_text_box p.ttl {
        font-size: 4.2vw;
        letter-spacing: 0.02em;
    }

    .cmn_page_text_box {
        padding: 0 4vw;
    }

    .cmn_page_text_box p.sub_ttl {
        font-size: 4vw;
        letter-spacing: 0.02em;
    }

    .page_staff_flame::before {
        position: relative;
        left: 0;
        display: block;
        top: 0;
        width: 100%;
        height: 65vw;
    }

    .page_staff_flame .wrap {
        padding: 0;
    }

    .page_staff_flame .text_box {
        position: relative;
        width: 100vw;
        right: 0;
        left: -6vw;
        top: 0px;
        padding: 3vw 6vw;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        z-index: 2;
        border-radius: 0;
    }

    .page_staff_flame+.page_staff_flame {
        margin-top: 12vw;
    }

    .page_staff_flame .text_box .name {
        padding-bottom: 8px;
        font-size: 4.5vw;
        margin-top: 0;
    }

    .page_staff_flame .text_box .name::before {
        width: 26px;
    }

    .page_staff_flame .text_box .year {
        font-size: 4vw;
        margin-top: 9px;
    }

    .page_staff_flame .text_box .message {
        margin-top: 15px;
        padding-top: 9px;
        font-size: 3.5vw;
        line-height: 1.6;
        letter-spacing: 0.02em;
    }

    .page_staff_flame .text_box::before {
        content: none;
    }

    .page_sitemap_box th a {
        font-size: 4.5vw;
        letter-spacing: 0.02em;
        padding: 3vw 5vw;
    }

    .page_sitemap_box th a::before {
        border-width: 5px 0 5px 9px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .page_sitemap_box tr.commitment th {
        width: 100%;
        display: block;
    }

    .page_sitemap_box tr.commitment td {
        width: 100%;
    }

    .page_sitemap_box tr.commitment {
        display: block;
    }

    .page_sitemap_box tr.commitment th,
    .page_sitemap_box tr.commitment td {
        padding: 3vw 5vw;
        font-size: 4.2vw;
        letter-spacing: 0.02em;
    }

    .page_sitemap_box tr.commitment td a {
        width: 100%;
        font-size: 4vw;
    }

    .page_sitemap_box tr.commitment td a:nth-child(n + 4) {
        margin-top: 5px;
    }

    .page_sitemap_box tr.commitment td a+a {
        margin-top: 5px;
    }

    .page_sitemap_box tr.commitment th::before {
        border-width: 5px 0 5px 9px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .page_sitemap_box tr.commitment td a:hover {
        color: #000;
    }

    .page_sitemap_box th a:hover {
        color: #000;
    }




    /* 会社概要　　SP





*/


    div#pageCompany .cmn_page_text_box {
        padding: 0;
    }

    section.page_company_table table {
        width: 100%;
    }

    section.page_company_table th {
        width: 100%;
        background-color: #005bab;
        color: #fff;
        padding: 2vw !important;
    }

    section.page_company_table td {
        width: 100%;
    }

    section.page_company_table tr {
        display: block;
    }

    section.page_company_table th, section.page_company_table td {
        display: block;
        padding: 3vw;
        font-size: 4vw;
        border: none;
    }

    section.page_company_map {
        margin-top: 30px;
    }

    section.page_company_map iframe {
        height: 200px;
    }

    section.top_parallax .img .parallax_img {
        display: none;
        background-color: #fff;
    }

    section.page_company_table {
        margin-top: 30px;
    }

    .business_list li+li {
        padding-top: 80px;
    }

    .page_online_title_box .text {
        margin: 50px 0 0;
    }

    .page_online_title_box .text {
        font-size: 15px;
    }

    .page_online_service {
        padding: 16px;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .page_online_service .text_box h3 {
        font-size: 22px;
    }

    .page_online_service .text_box .flow_list ul li {
        padding: 18px 16px;
        font-size: 15px;
    }

    /* 採用情報 */

    #pageRecruit .recruit_intro_block {
        margin-bottom: 15vw;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block + .common_recruit_text_block {
        margin-top: 10vw;
    }

    #pageRecruit .recruit_btn {
        width: 100%;
        line-height: 12vw;
        font-size: 3.8vw;
        margin: 8vw auto 0;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block .recruit_btn:hover {
        color: #fff;
        background-color: #005CA9;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block .text_box {
        width: 100%;
        margin-inline: 0;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block.img_block {
        display: block;
        margin-top: 13vw;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block.img_block .img_box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5vw;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .top_designs_box {
        margin-bottom: 3.5vw;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .top_designs_box .text {
        margin-left: -5vw;
        font-size: 3.4vw;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .top_designs_box .text::before {
        width: 15vw;
        margin-right: 3vw;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .text_cont .ttl {
        font-size: 4.5vw;
        margin-bottom: 4vw;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .text_cont .text {
        font-size: 3.6vw;
    }

    #pageRecruit .recruit_intro_block .common_recruit_text_block .text_box .text_cont .text + .text {
        margin-top: 3vw;
    }

    #pageRecruit .recruit_info_sec + .recruit_info_sec {
        margin-top: 15vw;
    }

    #pageRecruit .recruit_info_sec .common_h2 {
        margin-bottom: 10vw;
    }

    #pageRecruit .recruit_info_sec .info_list .info_cont {
        display: block;
    }

    #pageRecruit .recruit_info_sec .info_list .info_cont + .info_cont {
        margin-top: 6vw;
        padding-top: 6vw;
    }

    #pageRecruit .recruit_info_sec .info_list .info_cont .ttl_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3vw;
    }

    #pageRecruit .recruit_info_sec .info_list .info_cont .ttl_box .ttl {
        font-size: 4vw;
    }

    #pageRecruit .recruit_info_sec .info_list .info_cont .info_box .text {
        font-size: 3.5vw;
    }


}