/* ------------
body
--------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
    font-family: "Noto Sans JP", sans-serif;
}


/* ------------
共通
--------------*/

.color-orange {
    color: #ff633b;
}

.color-707070 {
    color: #707070;
}

.bold {
    font-weight: bold;
}

.txt16 {
    font-size: 16px;
    line-height: 1.5em;
}

.txt20 {
    font-size: 20px;
    line-height: 1.5em;
}

.txt26 {
    font-size: 26px;
    line-height: 1.5em;
}

.txt30 {
    font-size: 30px;
    line-height: 1.5em;
}

.p-center {
    text-align: center;
    margin: 20px auto;
}

.p-left {
    text-align: left;
    margin: 20px auto;
}

.box {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .box {
        display: block;
    }
}


/* ------------
共通　ヘッダー
--------------*/

.l-header__desc {
    text-align: right;
}

.l-header__desc .btn {
    border-radius: 30px;
    font-size: 1.2em;
    line-height: 2.8em;
    padding: 10px 10px;
    font-weight: bold;
    margin: 0 10px;
}

.l-header__desc .contact-btn {
    color: #ffffff;
    background: #ff633b;
}

.l-header__desc .siryou-btn {
    color: #ff633b;
    background: #ffffff;
    border: #ff633b 1px solid;
}


/* ------------
共通　グローバルメニュー
--------------*/

.p-global-nav>li>a {
    color: #000000;
    font-weight: bold;
}


/* ------------
トップページ
--------------*/

.p-header-content__inner {
    padding: 0 20px;
    text-align: left;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 100px;
}

.is-active .p-header-content__btn {
    text-align: left;
}

.p-header-slider__item--1 .p-btn a {
    text-align: center;
    border-radius: 30px;
    font-size: 1.2em;
    line-height: 2.8em;
    padding: 0 40px;
}

.p-index-content02 {
    display: none;
    /*トップのコンテンツ削除*/
}

@media screen and (max-width: 768px) {
    .p-header-content__inner {
        padding: 0 20px;
        text-align: left;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 10px;
    }
    .p-header-slider__item--1 .p-btn a {
        line-height: 2em;
    }
}


/* ------------
トップページ　事業案内
--------------*/

img.p-center {
    max-width: 100%;
}

.service-txt {
    margin: 0 auto 20px;
}

.p-cb__item-title {
    color: #ff633b;
    font-size: 30px !important;
    margin: 40px auto 10px !important;
}

.p-entry__body p {
    line-height: 1 !important;
}

.p-entry__body h1,
.p-entry__body h2,
.p-entry__body h3,
.p-entry__body h4,
.p-entry__body h5,
.p-entry__body h6 {
    line-height: 1;
}

.p-entry__body h3,
h3 {
    margin: 0 auto;
}

.p-entry__body h4,
h4 {
    margin: 0 auto;
    font-size: 18px;
}

.p-btn a {
    color: #ffffff;
    background: #ff633b;
    border-radius: 30px;
    font-size: 1.2em;
    line-height: 2.8em;
    padding: 0 40px;
}

@media screen and (max-width: 768px) {
    .service-txt {
        font-size: 20px;
    }
    .p-btn {
        margin: 0 auto 100px !important;
    }
    .p-btn a {
        line-height: 2em;
    }
}


/* ------------
トップページ　取引企業
--------------*/

.client-txt2 {
    line-height: 1.5em;
    margin: 40px 120px;
}


/* ------------
トップページ　バナー
--------------*/

.p-article11__title {
    font-size: 16px;
    font-weight: bold;
}

.p-index-content07 {
    margin-bottom: 0;
}


/* ------------
トップページ　お知らせ
--------------*/

.p-news-tab-list__tabs,
.p-news-tab-list__tabs2 {
    display: none;
}

.p-article04__cat {
    color: #ff633b !important;
}

.p-cat {
    border: 1px solid #ff633b !important;
}

.p-news-list__item {
    text-align: left;
}


/* ------------
トップページ　事例紹介
--------------*/

.p-hover-effect--type1 {
    text-align: center;
}

.p-hover-effect--type1 img {
    width: 70%;
}


/* ------------
事業案内ページ
--------------*/

.service-txt-wrap {
    text-align: center;
    margin: 40px auto 100px;
}

.service-txt-wrap2 {
    text-align: center;
    margin: 20px auto 40px;
}

.service-box {
    width: 30%;
    margin: 20px auto 0;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    padding: 30px 20px 10px;
}

.service-box h3 {
    margin: 20px auto;
}

.service-txt {
    text-align: left;
    line-height: 1.5em;
}


/* ------------
採用情報
--------------*/

.l-contents {
    text-align: center;
}


/* ------------
会社案内
--------------*/

.company-txt-wrap {
    text-align: center;
    margin: 40px auto 100px;
}

.p-article05__content {
    width: 500px;
    height: 400px;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 5.08475%;
}

.p-article05__desc {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.page-header {
    padding: 40px 0 0;
}

.message-txt {
    width: 70%;
    line-height: 1.6em;
    padding: 0 80px;
}

.message-img {
    width: 30%;
}

.message-img img {
    width: 240px;
    height: 240px;
}

@media screen and (max-width: 768px) {
    .message-txt {
        width: 90%;
        padding: 0 10px;
    }
    .message-txt {
        width: 90%;
    }
    .message-img {
        width: 90%;
    }
}


/* ------------
お知らせ
--------------*/

.p-article02__content {
    text-align: left;
}


/* ------------
事例紹介
--------------*/

.p-article06__content {
    border-left: 4px solid #ff633b;
    text-align: left;
}