@charset "utf-8";

/* -------------------------------------------------
    会社情報　共通
----------------------------------------------------*/
.list-num {
    position: relative;
    margin-left: 1em;
}

.list-num-1::before {
    content: '1.';
    position: absolute;
    top: 0;
    left: -1em;
}

.list-num-2::before {
    content: '2.';
    position: absolute;
    top: 0;
    left: -1em;
}

.list-num-3::before {
    content: '3.';
    position: absolute;
    top: 0;
    left: -1em;
}

.list-num-4::before {
    content: '4.';
    position: absolute;
    top: 0;
    left: -1em;
}

.list-num-5::before {
    content: '5.';
    position: absolute;
    top: 0;
    left: -1em;
}

.list-num-6::before {
    content: '6.';
    position: absolute;
    top: 0;
    left: -1em;
}

.list-num-circle::before {
    content: '● ';
    position: absolute;
    top: 0;
    left: -1em;
}

/* ----- タイトルエリア（背景画像含む） ----- */
.profile__title,
.group__title,
.csr__title,
.message__title {
    padding-top: 100px;
    padding-bottom: 10px;
    background-image: url('../img/group/slider_1-1500x500.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}


.profile__title {
    padding-top: 100px;
    padding-bottom: 10px;
    background-image: url('../img/corporate/headimg_kanda.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}



.group__title {
    padding-top: 100px;
    padding-bottom: 10px;
    background-image: url('../img/group/headimg_group.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}



.message__title {
    padding-top: 100px;
    padding-bottom: 10px;
    background-image: url('../img/corporate/headimg_message.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}


.message__title .container {
    position: relative;
}

.group-ring {
    position: absolute;
    right: 3%;
    top: -2rem;
    width: 250px;

}


.sbt__title {
    padding-top: 100px;
    padding-bottom: 10px;
    background-image: url('../img/corporate/headimg_sbt.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}






/* -------------------------------------------------
    会社情報一覧
----------------------------------------------------*/

/* ---------- 会社情報一覧 ヘッダーイメージエリア ----------*/
.corporate-head {
    background: linear-gradient(-45deg, rgba(42, 135, 211, .5), rgba(149, 155, 211, .9)),
        url('../img/corporate/corporate_head_img_bg.jpg');
}

.copo-img-box {
    margin: 0 15px 30px 15px !important;
}

.sub-title {
    padding: 15px 0 20px 0;
}

.sub-title h2 {
    margin: 0;
    line-height: 0.8;
}

.sub-title__jpn {
    font-weight: normal;
    font-size: 0.9em;
    margin-bottom: -25px;
    letter-spacing: 2px;
}

.sub-title__cap {
    font-weight: normal;
    font-size: 0.5em;
}

/* ---------- CSR 導入エリア ---------- */
#csr-area {
    margin-top: 80px;
}

/* 大見出し 罫線 */
#csr-area .title__cap:before {
    background-color: #fff !important;
}

#csr-area .title__eng:first-letter {
    color: #fff;
}

#csr-area {
    background-image: url('../img/CSR/csr-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: contain;
    background-color: #2591d1;
    padding: 90px 0 150px 0;
}

.page-circle-wrap {
    margin-bottom: 70px;
}

.page-circle {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.page-circle__box {
    display: block;
    width: 180px;
    min-width: 180px;
    height: 180px;
    margin: 0 45px;
    vertical-align: middle;
    border: solid 2px #fff;
    border-radius: 180px;
    -webkit-border-radius: 50%;
    /* 50%でもOK */
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-circle__box:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-circle__title {
    -webkit-box-align: center;
    /* safari, Chrome対応 */
    -moz-box-align: center;
    /* Firefox対応 */
    -o-box-align: center;
    /* Opera対応 */
    -ms-box-align: center;
    /* IE対応 */
    box-align: center;
    /* ベンダープレフィックス無しも併記する */
    margin: 0 !important;
    font-size: 19px !important;
    font-weight: normal;
}

.page-circle__title__last {
    margin: 8px 0 0 0 !important;
    font-size: 19px !important;
    font-weight: normal;
}

/* -------------------------------------------------
    詳しくはコチラ CSR ボタン
----------------------------------------------------*/
.CSR-kuwashiku__btn {
    display: block;
    text-align: center;
    border: none;
}

.CSR-kuwashiku__btn a {
    font-size: 1.2em;
    display: inline-block;
    margin: auto;
    padding: 10px 45px 10px 70px;
    border: solid 1px #fff;
    color: #2a87d3 !important;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.CSR-kuwashiku__btn a:hover {
    background-position: -100% 0;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
}

.CSR-kuwashiku__btn a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #2a87d3;
    border-right: 1px solid #2a87d3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.CSR-kuwashiku__btn a:hover::before {
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* -------------------------------------------------
    会社概要 PROFILE
----------------------------------------------------*/
/* ----- dl dt 設定リセット ----- */
dl dt::before {
    position: absolute;
    width: 0 !important;
    height: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.profile__list dt,
.profile__list dd {
    margin-bottom: 0 !important;
}

/* ----- コンテンツ幅　最大値 ----- */
#Profile .page-contents-wrap {
    max-width: 760px;
}

/* ----- 会社概要 リスト ----- */
#setsubi,
#enkaku {
    margin-top: 50px !important;
}

.profile__list {
    margin-bottom: 0;
    line-height: 2;
    padding: 12px 0 20px 0;
}

.profile__list dt {
    padding: 7pt 0 0 0;
    float: left;
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    width: 250px;
}

.profile__list dd {
    margin-top: 8px !important;
    font-size: 1.2em;
    margin-left: 250px;
}

@media (min-width: 768px) {
    .profile__list--first {
        border-top: solid 1px #ddd;
    }

    .profile__list {
        border-bottom: solid 1px #ddd;
    }

    .profile__list--last {
        border: none !important;
    }
	
	
	
}

.profile__factory__name{
	font-size:2.2rem;
	color: #2a87d3;
	font-family: "Shippori Mincho", "HiraKakuProN-W3", "Meiryo", serif;
    font-weight: 500;
}



/* -------------------------------------------------
    グループ GROUP
----------------------------------------------------*/
#group__kpw,
#group__cando {
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
}

.group-logo__img {
    max-width: 280px;
}

.group-logo__img-alpha {
    max-width: 380px;
}

@media (max-width: 575px) {
    .group-logo__img {
        max-width: 200px;
    }

    .group-logo__img-alpha {
        max-width: 250px;
    }
}

/* -------------------------------------------------
    メッセージ MESSAGE
----------------------------------------------------*/
.message__img {
    margin: 40px 0;
}

.message-contents {
    padding-bottom: 50px;
}

.message__name {
    max-width: 180px;
    margin-left: 20px;
    padding-bottom: 10px;
}

#Message .title__lead {
    line-height: 2;
}

/* -------------------------------------------------
    プライバシーポリシー PRIVACY POLICY
----------------------------------------------------*/
#Privacy-policy ol {
    padding-left: 0 !important;
}

#pp {
    position: relative;
}

.pp__iso-logo {
    position: absolute;
    bottom: 0;
    right: 0;
}

.pp-change {
    margin: auto;
    margin-top: 80px;
}

.pp-change ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.pp-change ul li {
    padding: 15px 25px;
    border: 1px solid #ccc;
}

.pp-change--act {
    color: #888;
}

.pp-change ul li:first-child {
    border-right: none;
}

.sub-header__pp {
    font-size: 1.6em !important;
    margin-bottom: -10px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

.sub-header__pp-h3 {
    font-weight: bold;
    font-size: 1.4em;
}

.sub-header__pp-h4 {
    font-size: 0.8em;
    font-weight: 600;
}

/* -------------------------------------------------
    プライバシーポリシー リンクホバー
----------------------------------------------------*/
.pp-change--blue-overlay {
    margin: 0;
    position: relative;
}

.pp-change--blue-overlay a {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.pp-change--blue-overlay a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s ease;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.pp-change--blue-overlay a:hover::after {
    background: rgba(53, 166, 240, 0.5);
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pp-change--blue-overlay a:hover::before {
    display: block;
    opacity: 1;
}

/* -------------------------------------------------
    お問い合せ 導入
----------------------------------------------------*/
.contact__btn {
    margin: auto 20px;
}

/* -------------------------------------------------
    お問い合せ フォーム
----------------------------------------------------*/
.contact__btn {
    margin: auto 20px;
}

.page-id-363 .page-breadcrumbs {
    margin-top: 75px !important;
}

/* -------------------------------------------------
    CSR
----------------------------------------------------*/
/* ----- CSR アイキャッチエリア背景画像 ----- */
.CSR__EyeCatch-area {
    margin: 40px 0;
    width: 100%;
    height: 300px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.CSR__EyeCatch-1 {
    background-image: url('../img/CSR/CSR-img-01.jpg');
}

.CSR__EyeCatch-2 {
    background-image: url('../img/CSR/CSR-img-02.jpg');
}

.CSR__EyeCatch-3 {
    background-image: url('../img/CSR/CSR-img-03.jpg');
}

/* ----- ドレンデストロイヤーシステム 
.offrin-system__left,
offrin-system__right{
    max-width: 450px;
}----- */
.offrin-system__right__img {
    margin-bottom: 5px;
    margin-left: 5px;
}

/* -------------------------------------------------
    グローバルフォルダー
----------------------------------------------------*/
.sub-header__gf {
    padding: 5px 8px;
    margin-left: 10px;
    border: solid 1px #2a87d3;
    font-size: 0.8em;
}

/* ----- グローバルフォルダ　説明図 ----- */
.gf-img-area {
    padding: 25px;
    background-color: #dcf5f5;
}

/* -------------------------------------------------
    @メディアクエリ 992px以上
----------------------------------------------------*/
@media (min-width: 992px) {
    .corporate-head {
        background-position: center 25% !important;
    }

}




/* -------------------------------------------------
    @メディアクエリ 991px以下
----------------------------------------------------*/
@media (max-width: 991px) {

    .group-ring {
        position: absolute;
        right: 1%;
        top: 2rem;
        width: 150px;

    }



}







/* -------------------------------------------------
    @メディアクエリ 767px以下
----------------------------------------------------*/
@media (max-width: 767px) {

    /* ---------- 会社情報一覧 ヘッダーイメージエリア ----------*/
    .corporate-head__text {
        width: 100%;
        padding: 40px 0 20px 0;
    }

    .corporate-head__text__lead {
        line-height: 1.7;
        font-size: 1em;
        margin-top: 40px;
        text-align: justify;
        /* 両端揃え */
        text-justify: inter-ideograph;
        /* 両端揃えの種類を定義 */
    }

    .copo-img-box {
        margin: 8px 0 !important;
    }

    .sub-title {
        padding: 15px 0 20px 0;
    }

    .sub-title h2 {
        margin: 0;
    }

    /* ---------- CSR 導入エリア ---------- */
    .page-circle__title {
        margin: 0 !important;
        padding: 20px;
        font-size: 20px !important;
    }

    .page-circle__title__last {
        margin: 0 !important;
        padding: 20px;
        font-size: 20px !important;
    }

    #csr-area {
        margin-top: 50px;
    }

    #csr-area {
        background-image: url('../img/CSR/csr-bg.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center bottom;
        background-size: cover;
        background-color: #2591d1;
        padding: 50px 0 180px 0;
    }

    .page-circle-wrap {
        margin-bottom: 40px;
    }

    .page-circle {
        display: block;
    }

    .page-circle__box {
        display: block;
        width: 100%;
        height: auto;
        margin: 10px 0;
        vertical-align: middle;
        border: solid 1px #fff;
        border-radius: 0;
    }

    /* ----- CSR アイキャッチエリア背景画像 ----- */
    .CSR__EyeCatch-area {
        margin: 30px 0;
    }

    /* -------------------------------------------------
        会社概要 PROFILE
    ----------------------------------------------------*/
    /* ----- 会社概要 リスト ----- */
    .profile__list {
        line-height: 2;
        padding: 0;
    }

    .profile__list dt {
        background-color: #f2f2f2;
        padding: 5px 8px !important;
        float: none;
        font-size: 1.1em;
        width: 100%;
        margin: 15px 0;
    }

    .profile__list dd {
        font-size: 1.05em;
        margin-left: 0;
        padding: 0 5px;
    }

    /* -------------------------------------------------
    プライバシーポリシー PRIVACY POLICY
    ----------------------------------------------------*/
    .pp-change {
        margin: auto;
        margin-top: 40px;
    }

    .pp-change ul {
        display: block;
    }

    .pp-change ul li {
        padding: 10px 0;
    }

    .pp-change--act {
        color: #888;
    }

    .pp-change ul li:first-child {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .pp-change ul li:last-child {
        border-top: none;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .sub-header__pp {
        font-size: 1.7em !important;
        margin-bottom: -10px;
        font-feature-settings: "palt";
        letter-spacing: 1px;
    }

    .sub-header__pp-h3 {
        font-weight: bold;
        font-size: 1.2em;
    }

    .sub-header__pp-h4 {
        font-size: 1em;
        font-weight: 600;
    }

    .pp__iso-logo {
        position: relative;
    }

    /* -------------------------------------------------
    グループ GROUP
    ----------------------------------------------------*/
    #group__kpw #group__cando,
        {
        border-bottom: 1px solid #ccc;
        padding-bottom: 50px;
    }

    .group-logo__img {
        max-width: 220px;
    }

    .group-map {
        margin-top: 40px;
    }

    .group-info h3 {
        font-size: 1.4em;
        font-weight: 600;
        margin: 10px 0 !important;
    }

    /* -------------------------------------------------
    メッセージ MESSAGE
    ----------------------------------------------------*/
    .message__img {
        margin: 0 0 30px 0;
    }

    .message-contents {
        padding-bottom: 20px;
    }

    .message__name {
        max-width: 140px;
        margin-left: 20px;
        padding-bottom: 10px;
    }

    #Message .title__lead {
        line-height: 1.7;
    }

    /* -------------------------------------------------
    お問い合せ CONTACT
    ----------------------------------------------------*/
    /* ---------- お問い合せ 同意ボタン ----------*/
    .contact__btn {
        margin: 0 !important;
        display: block;
        width: 100%;
        padding: 0;
    }

    .contact__btn .kuwashiku__btn a {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 1.3em;
        padding: 1em 0;
    }
}








/* -------------------------------------------------
    メディアクエリ　575px 以下
----------------------------------------------------*/
@media (max-width: 575px) {

    .header-img-area__text {
        max-width: 70% !important;
        padding: 80px 0 50px 0 !important;
    }


    .group-ring {
        top: 5rem;
        right: 10px;
        width: 120px;

    }


}