@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*Googleフォント*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*英語フォント*/
.en{
    font-family: "Playfair Display", serif!important;
  font-optical-sizing: auto!important;
}

@media (max-width:599px){
.onpc{display: none!important;}
}
@media (min-width:600px){
.onsp{display: none!important;}
}

/*ヘッダーの上の帯を非表示*/
.l-header__bar{
    display: none;
}
     
/***ヘッダーメニューをカスタマイズ ここから***/
/*ヘッダー上部の帯を白にして非表示のようにする*/
.l-header__bar{background: #fff!important;}

/***グローバルメニュー ここから***/
#gnav .c-gnav {
    font-weight: 700;
    background: #fff;
    border-radius: 10px;
    padding: 1em 2em !important;
    margin: 1em;
    height: 50%;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
}
/*ヘッダーメニューのマウスオーバー時の下線の位置を調整*/
.c-gnav>.menu-item>a:after{bottom:-40%;}
.l-fixHeader__gnav .c-gnav>.menu-item>a:after{bottom:20%;}
/*ヘッダーメニューのマウスオーバー時の下線の色を調整*/
.l-header .c-gnav>li>a:after{background: #1c893b!important;}
/*ヘッダーメニューの余白を調整*/
.c-gnav>.menu-item>a{padding: 0 20px!important;}
/*PCのサブメニューの幅を広げる*/
@media (min-width:600px){
    .c-gnav .sub-menu{
        width: 18em!important;
    }
    /*PCのグローバルナビのサブメニューの位置を調整（追従メニューを除く）*/
    #gnav .sub-menu {
    margin-top: 1rem;
}
}

/***グローバルメニュー ここまで***/
    
/*下層ページのヘッダーメニューの下線調整*/
.c-gnav > .-current > a::after {
        transform: scaleX(1);
        width: 70%!important;
        left: 15%!important;
        background: #fff!important;
}

/*ヘッダーメニューの下線
.l-header{
    border-bottom: 4px solid #5fa6b7;
}*/

/*追従ヘッダーメニューの影
.l-fixHeader{
    border-bottom: 4px solid #5fa6b7;
}*/

/*ヘッダーメニューを太字に変更*/
.c-gnav {
        font-weight: 700;
}
.p-spMenu__nav {
    font-weight: 700;
}

/**ヘッダーメニューのお問い合せ ここから**/
.header-mail{
    background:#437e8c;
    padding:1rem;
    color:#fff;
    }
/**ヘッダーメニューのお問い合せ ここまで**/

/**ヘッダーメニューの電話 ここから**/
.header-tel-main {
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}
.header-tel-main i {
    font-size: 1.1rem;
    color: #5fa6b7;
}
/**ヘッダーメニューの電話 ここまで**/

/**スマホのハンバーガーメニューのデザイン ここから**/
.l-header__menuBtn.sp_ {
    background-color: #1c893b;
    margin: 0.5em !important;
    border-radius: 50%;
}
/**スマホのハンバーガーメニューのデザイン ここまで**/
/**スマホの追従ヘッダーの背景を透過 ここから**/
@media (max-width:599px){
    .l-header{
        background: rgba(0,0,0,0)!important;
    }
}
@media not all and (min-width: 960px) {
    [data-scrolled=true] [data-spfix="1"] .l-header__inner {
        color: var(--color_header_text);
        background-color: rgba(255,255,255,0.9)!important;
    }
}
/**スマホの追従ヘッダーの背景を透過 ここまで**/
/***ヘッダーメニューをカスタマイズ ここまで***/

/***文字サイズ ここから***/
/*PC*/
@media screen and (min-width: 600px){
.pc-fs-0_5rem{font-size: 0.5rem!important;}
.pc-fs-0_6rem{font-size: 0.6rem!important;}
.pc-fs-0_7rem{font-size: 0.7rem!important;}
.pc-fs-0_8rem{font-size: 0.8rem!important;}
.pc-fs-0_9rem{font-size: 0.9rem!important;}
.pc-fs-1rem{font-size: 1rem!important;}
.pc-fs-1_2rem{font-size: 1.2rem!important;}
.pc-fs-1_3rem{font-size: 1.3rem!important;}
.pc-fs-1_5rem{font-size: 1.5rem!important;}
.pc-fs-2rem{font-size: 2rem!important;}
.pc-fs-2_5rem{font-size: 2.5rem!important;}
.pc-fs-3rem{font-size: 3rem!important;}
.pc-fs-3_5rem{font-size: 3.5rem!important;}
.pc-fs-4rem{font-size: 4rem!important;}
.pc-fs-4_5rem{font-size: 4.5rem!important;}
.pc-fs-5rem{font-size: 5rem!important;}
.pc-fs-5_5rem{font-size: 5.5rem!important;}
.pc-fs-6rem{font-size: 6rem!important;}
.pc-fs-6_5rem{font-size: 6.5rem!important;}
.pc-fs-7rem{font-size: 7rem!important;}
.pc-fs-10rem{font-size: 10rem!important;}
}
/*SP*/
@media screen and (max-width: 599px){
.sp-fs-0_5rem{font-size: 0.5rem!important;}
.sp-fs-0_5rem{font-size: 0.5rem!important;}
.sp-fs-0_6rem{font-size: 0.6rem!important;}
.sp-fs-0_7rem{font-size: 0.7rem!important;}
.sp-fs-0_8rem{font-size: 0.8rem!important;}
.sp-fs-0_9rem{font-size: 0.9rem!important;}
.sp-fs-1rem{font-size: 1rem!important;}
.sp-fs-1_2rem{font-size: 1.2rem!important;}
.sp-fs-1_3rem{font-size: 1.3rem!important;}
.sp-fs-1_5rem{font-size: 1.5rem!important;}
.sp-fs-2rem{font-size: 2rem!important;}
.sp-fs-2_5rem{font-size: 2.5rem!important;}
.sp-fs-3rem{font-size: 3rem!important;}
.sp-fs-3_5rem{font-size: 3.5rem!important;}
.sp-fs-4rem{font-size: 4rem!important;}
.sp-fs-4_5rem{font-size: 4.5rem!important;}
.sp-fs-5rem{font-size: 5rem!important;}
.sp-fs-5_5rem{font-size: 5.5rem!important;}
.sp-fs-6rem{font-size: 6rem!important;}
.sp-fs-6_5rem{font-size: 6.5rem!important;}
.sp-fs-7rem{font-size: 7rem!important;}
}

/*文字色*/
.chairo{color:#937f74!important;}
.black{color: #000!important;}
.main-color{color:#1c893b!important;}

/*太字*/
.futoji{font-weight: 700;}

/*ノーマル*/
.normal{font-weight: normal!important;}

/***マージン ここから***/
/**PC ここから**/
@media (min-width:600px){
    .pc-mar-top-0{margin-top:0!important;}
    .pc-mar-top-0_5rem{margin-top:0.5rem!important;}
    .pc-mar-top-1rem{margin-top:1rem!important;}
    .pc-mar-top-1_5rem{margin-top:1.5rem!important;}
    .pc-mar-top-2rem{margin-top:2rem!important;}
    .pc-mar-top-2_5rem{margin-top:2.5rem!important;}
    .pc-mar-top-3rem{margin-top:3rem!important;}
    .pc-mar-top-3_5rem{margin-top:3.5rem!important;}
    .pc-mar-top-4rem{margin-top:4rem!important;}
    .pc-mar-top-5rem{margin-top:5rem!important;}
    .pc-mar-top-5_5rem{margin-top:5.5rem!important;}
    .pc-mar-top-6rem{margin-top:6rem!important;}
    .pc-mar-top-6_5rem{margin-top:6.5rem!important;}
    .pc-mar-top-7rem{margin-top:7rem!important;}
    .pc-mar-top-7_5rem{margin-top:7.5rem!important;}
    .pc-mar-top-8rem{margin-top:8rem!important;}
    .pc-mar-top-8_5rem{margin-top:8.5rem!important;}
    .pc-mar-top-9rem{margin-top:9rem!important;}
    .pc-mar-top-9_5rem{margin-top:9.5rem!important;}
    .pc-mar-top-10rem{margin-top:10rem!important;}
    .pc-mar-top-m0_5rem{margin-top:-0.5rem!important;}
    .pc-mar-top-m1rem{margin-top:-1rem!important;}
    .pc-mar-top-m1_5rem{margin-top:-1.5rem!important;}
    .pc-mar-top-m2rem{margin-top:-2rem!important;}
    .pc-mar-top-m2_5rem{margin-top:-2.5rem!important;}
    .pc-mar-top-m3rem{margin-top:-3rem!important;}
    .pc-mar-top-m3_5rem{margin-top:-3.5rem!important;}
    .pc-mar-top-m4rem{margin-top:-4rem!important;}
    .pc-mar-top-m5rem{margin-top:-5rem!important;}
    .pc-mar-top-m5_5rem{margin-top:-5.5rem!important;}
    .pc-mar-top-m6rem{margin-top:-6rem!important;}
    .pc-mar-top-m6_5rem{margin-top:-6.5rem!important;}
    .pc-mar-top-m7rem{margin-top:-7rem!important;}
    .pc-mar-top-m7_5rem{margin-top:-7.5rem!important;}
    .pc-mar-top-m8rem{margin-top:-8rem!important;}
    .pc-mar-top-m8_5rem{margin-top:-8.5rem!important;}
    .pc-mar-top-m9rem{margin-top:-9rem!important;}
    .pc-mar-top-m9_5rem{margin-top:-9.5rem!important;}
    .pc-mar-top-m10rem{margin-top:-10rem!important;}

    .pc-mar-top-m5_5vw{margin-top: -5.5vw !important;}

    .pc-mar-bt-0{margin-bottom:0!important;}
    .pc-mar-bt-0_5rem{margin-bottom:0.5rem!important;}
    .pc-mar-bt-1rem{margin-bottom:1rem!important;}
    .pc-mar-bt-1_5rem{margin-bottom:1.5rem!important;}
    .pc-mar-bt-2rem{margin-bottom:2rem!important;}
    .pc-mar-bt-2_5rem{margin-bottom:2.5rem!important;}
    .pc-mar-bt-3rem{margin-bottom:3rem!important;}
    .pc-mar-bt-3_5rem{margin-bottom:3.5rem!important;}
    .pc-mar-bt-4rem{margin-bottom:4rem!important;}
    .pc-mar-bt-5rem{margin-bottom:5rem!important;}
    .pc-mar-bt-5_5rem{margin-bottom:5.5rem!important;}
    .pc-mar-bt-6rem{margin-bottom:6rem!important;}
    .pc-mar-bt-6_5rem{margin-bottom:6.5rem!important;}
    .pc-mar-bt-7rem{margin-bottom:7rem!important;}
    .pc-mar-bt-7_5rem{margin-bottom:7.5rem!important;}
    .pc-mar-bt-8rem{margin-bottom:8rem!important;}
    .pc-mar-bt-8_5rem{margin-bottom:8.5rem!important;}
    .pc-mar-bt-9rem{margin-bottom:9rem!important;}
    .pc-mar-bt-9_5rem{margin-bottom:9.5rem!important;}
    .pc-mar-bt-10rem{margin-bottom:10rem!important;}
    .pc-mar-bt-m0_5rem{margin-bottom:-0.5rem!important;}
    .pc-mar-bt-m1rem{margin-bottom:-1rem!important;}
    .pc-mar-bt-m1_5rem{margin-bottom:-1.5rem!important;}
    .pc-mar-bt-m2rem{margin-bottom:-2rem!important;}
    .pc-mar-bt-m2_5rem{margin-bottom:-2.5rem!important;}
    .pc-mar-bt-m3rem{margin-bottom:-3rem!important;}
    .pc-mar-bt-m3_5rem{margin-bottom:-3.5rem!important;}
    .pc-mar-bt-m4rem{margin-bottom:-4rem!important;}
    .pc-mar-bt-m5rem{margin-bottom:-5rem!important;}
    .pc-mar-bt-m5_5rem{margin-bottom:-5.5rem!important;}
    .pc-mar-bt-m6rem{margin-bottom:-6rem!important;}
    .pc-mar-bt-m6_5rem{margin-bottom:-6.5rem!important;}
    .pc-mar-bt-m7rem{margin-bottom:-7rem!important;}
    .pc-mar-bt-m7_5rem{margin-bottom:-7.5rem!important;}
    .pc-mar-bt-m8rem{margin-bottom:-8rem!important;}
    .pc-mar-bt-m8_5rem{margin-bottom:-8.5rem!important;}
    .pc-mar-bt-m9rem{margin-bottom:-9rem!important;}
    .pc-mar-bt-m9_5rem{margin-bottom:-9.5rem!important;}
    .pc-mar-bt-m10rem{margin-bottom:-10rem!important;}

    .pc-mar-left-auto{margin-left: auto!important;}    
    .pc-mar-left-2rem{margin-left: 2rem!important;}
    .pc-mar-left-8rem{margin-left: 8rem!important;}
    .pc-mar-left-m1rem{margin-left: -1rem!important;}
    .pc-mar-right-auto{margin-right: auto!important;}   
    .pc-mar-right-2rem{margin-right: 2rem!important;}
    .pc-mar-right-m1rem{margin-right: -1rem!important;}
    }
/**PC ここまで**/
/**SP ここから**/
@media screen and (max-width: 599px){
    .sp-mar-top-0{margin-top:0!important;}
    .sp-mar-top-0_5rem{margin-top:0.5rem!important;}
    .sp-mar-top-1rem{margin-top:1rem!important;}
    .sp-mar-top-1_5rem{margin-top:1.5rem!important;}
    .sp-mar-top-2rem{margin-top:2rem!important;}
    .sp-mar-top-2_5rem{margin-top:2.5rem!important;}
    .sp-mar-top-3rem{margin-top:3rem!important;}
    .sp-mar-top-3_5rem{margin-top:3.5rem!important;}
    .sp-mar-top-4rem{margin-top:4rem!important;}
    .sp-mar-top-5rem{margin-top:5rem!important;}
    .sp-mar-top-5_5rem{margin-top:5.5rem!important;}
    .sp-mar-top-6rem{margin-top:6rem!important;}
    .sp-mar-top-6_5rem{margin-top:6.5rem!important;}
    .sp-mar-top-7rem{margin-top:7rem!important;}
    .sp-mar-top-7_5rem{margin-top:7.5rem!important;}
    .sp-mar-top-8rem{margin-top:8rem!important;}
    .sp-mar-top-8_5rem{margin-top:8.5rem!important;}
    .sp-mar-top-9rem{margin-top:9rem!important;}
    .sp-mar-top-9_5rem{margin-top:9.5rem!important;}
    .sp-mar-top-10rem{margin-top:10rem!important;}
    .sp-mar-top-m0_5rem{margin-top:-0.5rem!important;}
    .sp-mar-top-m1rem{margin-top:-1rem!important;}
    .sp-mar-top-m1_5rem{margin-top:-1.5rem!important;}
    .sp-mar-top-m2rem{margin-top:-2rem!important;}
    .sp-mar-top-m2_5rem{margin-top:-2.5rem!important;}
    .sp-mar-top-m3rem{margin-top:-3rem!important;}
    .sp-mar-top-m3_5rem{margin-top:-3.5rem!important;}
    .sp-mar-top-m4rem{margin-top:-4rem!important;}
    .sp-mar-top-m5rem{margin-top:-5rem!important;}
    .sp-mar-top-m5_5rem{margin-top:-5.5rem!important;}
    .sp-mar-top-m6rem{margin-top:-6rem!important;}
    .sp-mar-top-m6_5rem{margin-top:-6.5rem!important;}
    .sp-mar-top-m7rem{margin-top:-7rem!important;}
    .sp-mar-top-m7_5rem{margin-top:-7.5rem!important;}
    .sp-mar-top-m8rem{margin-top:-8rem!important;}
    .sp-mar-top-m8_5rem{margin-top:-8.5rem!important;}
    .sp-mar-top-m9rem{margin-top:-9rem!important;}
    .sp-mar-top-m9_5rem{margin-top:-9.5rem!important;}
    .sp-mar-top-m10rem{margin-top:-10rem!important;}

    .sp-mar-bt-0{margin-bottom:0!important;}
    .sp-mar-bt-0_5rem{margin-bottom:0.5rem!important;}
    .sp-mar-bt-1rem{margin-bottom:1rem!important;}
    .sp-mar-bt-1_5rem{margin-bottom:1.5rem!important;}
    .sp-mar-bt-2rem{margin-bottom:2rem!important;}
    .sp-mar-bt-2_5rem{margin-bottom:2.5rem!important;}
    .sp-mar-bt-3rem{margin-bottom:3rem!important;}
    .sp-mar-bt-3_5rem{margin-bottom:3.5rem!important;}
    .sp-mar-bt-4rem{margin-bottom:4rem!important;}
    .sp-mar-bt-5rem{margin-bottom:5rem!important;}
    .sp-mar-bt-5_5rem{margin-bottom:5.5rem!important;}
    .sp-mar-bt-6rem{margin-bottom:6rem!important;}
    .sp-mar-bt-6_5rem{margin-bottom:6.5rem!important;}
    .sp-mar-bt-7rem{margin-bottom:7rem!important;}
    .sp-mar-bt-7_5rem{margin-bottom:7.5rem!important;}
    .sp-mar-bt-8rem{margin-bottom:8rem!important;}
    .sp-mar-bt-8_5rem{margin-bottom:8.5rem!important;}
    .sp-mar-bt-9rem{margin-bottom:9rem!important;}
    .sp-mar-bt-9_5rem{margin-bottom:9.5rem!important;}
    .sp-mar-bt-10rem{margin-bottom:10rem!important;}
    .sp-mar-bt-m0_5rem{margin-bottom:-0.5rem!important;}
    .sp-mar-bt-m1rem{margin-bottom:-1rem!important;}
    .sp-mar-bt-m1_5rem{margin-bottom:-1.5rem!important;}
    .sp-mar-bt-m2rem{margin-bottom:-2rem!important;}
    .sp-mar-bt-m2_5rem{margin-bottom:-2.5rem!important;}
    .sp-mar-bt-m3rem{margin-bottom:-3rem!important;}
    .sp-mar-bt-m3_5rem{margin-bottom:-3.5rem!important;}
    .sp-mar-bt-m4rem{margin-bottom:-4rem!important;}
    .sp-mar-bt-m5rem{margin-bottom:-5rem!important;}
    .sp-mar-bt-m5_5rem{margin-bottom:-5.5rem!important;}
    .sp-mar-bt-m6rem{margin-bottom:-6rem!important;}
    .sp-mar-bt-m6_5rem{margin-bottom:-6.5rem!important;}
    .sp-mar-bt-m7rem{margin-bottom:-7rem!important;}
    .sp-mar-bt-m7_5rem{margin-bottom:-7.5rem!important;}
    .sp-mar-bt-m8rem{margin-bottom:-8rem!important;}
    .sp-mar-bt-m8_5rem{margin-bottom:-8.5rem!important;}
    .sp-mar-bt-m9rem{margin-bottom:-9rem!important;}
    .sp-mar-bt-m9_5rem{margin-bottom:-9.5rem!important;}
    .sp-mar-bt-m10rem{margin-bottom:-10rem!important;}

    .sp-mar-left-m0_5rem{margin-left:-0.5rem!important;}
    .sp-mar-right-m0_5rem{margin-right:-0.5rem!important;}
    .sp-mar-left-m1rem{margin-left:-1rem!important;}
    .sp-mar-right-m1rem{margin-right:-1rem!important;}
}
/**SP ここまで**/
/***マージン ここまで***/

/***パディング ここから***/
/*共通*/
.pad-1rem{padding: 1rem!important;}
/**PC ここから**/
@media (min-width:600px){
    .pc-pad-top-0{padding-top:0!important;}
    .pc-pad-top-0_5rem{padding-top:0.5rem!important;}
    .pc-pad-top-1rem{padding-top:1rem!important;}
    .pc-pad-top-1_5rem{padding-top:1.5rem!important;}
    .pc-pad-top-2rem{padding-top:2rem!important;}
    .pc-pad-top-2_5rem{padding-top:2.5rem!important;}
    .pc-pad-top-3rem{padding-top:3rem!important;}
    .pc-pad-top-3_5rem{padding-top:3.5rem!important;}
    .pc-pad-top-4rem{padding-top:4rem!important;}
    .pc-pad-top-4_5rem{padding-top:4.5rem!important;}
    .pc-pad-top-5rem{padding-top:5rem!important;}
    .pc-pad-top-5_5rem{padding-top:5.5rem!important;}
    .pc-pad-top-6rem{padding-top:6rem!important;}
    .pc-pad-top-6_5rem{padding-top:6.5rem!important;}
    .pc-pad-top-7rem{padding-top:7rem!important;}
    .pc-pad-top-7_5rem{padding-top:7.5rem!important;}
    .pc-pad-top-8rem{padding-top:8rem!important;}
    .pc-pad-top-8_5rem{padding-top:8.5rem!important;}
    .pc-pad-top-9rem{padding-top:9rem!important;}
    .pc-pad-top-9_5rem{padding-top:9.5rem!important;}
    .pc-pad-top-10rem{padding-top:10rem!important;}
    .pc-pad-top-15rem{padding-top:15rem!important;}
    .pc-pad-top-20rem{padding-top:20rem!important;}
    .pc-pad-top-m0_5rem{padding-top:-0.5rem!important;}
    .pc-pad-top-m1rem{padding-top:-1rem!important;}
    .pc-pad-top-m1_5rem{padding-top:-1.5rem!important;}
    .pc-pad-top-m2rem{padding-top:-2rem!important;}
    .pc-pad-top-m2_5rem{padding-top:-2.5rem!important;}
    .pc-pad-top-m3rem{padding-top:-3rem!important;}
    .pc-pad-top-m3_5rem{padding-top:-3.5rem!important;}
    .pc-pad-top-m4rem{padding-top:-4rem!important;}
    .pc-pad-top-m4_5rem{padding-top:-4.5rem!important;}
    .pc-pad-top-m5rem{padding-top:-5rem!important;}
    .pc-pad-top-m5_5rem{padding-top:-5.5rem!important;}
    .pc-pad-top-m6rem{padding-top:-6rem!important;}
    .pc-pad-top-m6_5rem{padding-top:-6.5rem!important;}
    .pc-pad-top-m7rem{padding-top:-7rem!important;}
    .pc-pad-top-m7_5rem{padding-top:-7.5rem!important;}
    .pc-pad-top-m8rem{padding-top:-8rem!important;}
    .pc-pad-top-m8_5rem{padding-top:-8.5rem!important;}
    .pc-pad-top-m9rem{padding-top:-9rem!important;}
    .pc-pad-top-m9_5rem{padding-top:-9.5rem!important;}
    .pc-pad-top-m10rem{padding-top:-10rem!important;}

    .pc-pad-bt-0{padding-bottom:0!important;}
    .pc-pad-bt-0_5rem{padding-bottom:0.5rem!important;}
    .pc-pad-bt-1rem{padding-bottom:1rem!important;}
    .pc-pad-bt-1_5rem{padding-bottom:1.5rem!important;}
    .pc-pad-bt-2rem, .pc-pad-bt-2em{padding-bottom:2rem!important;}
    .pc-pad-bt-2_5rem{padding-bottom:2.5rem!important;}
    .pc-pad-bt-3rem{padding-bottom:3rem!important;}
    .pc-pad-bt-3_5rem{padding-bottom:3.5rem!important;}
    .pc-pad-bt-4rem{padding-bottom:4rem!important;}
    .pc-pad-bt-4_5rem{padding-bottom:4.5rem!important;}
    .pc-pad-bt-5rem{padding-bottom:5rem!important;}
    .pc-pad-bt-5_5rem{padding-bottom:5.5rem!important;}
    .pc-pad-bt-6rem{padding-bottom:6rem!important;}
    .pc-pad-bt-6_5rem{padding-bottom:6.5rem!important;}
    .pc-pad-bt-7rem{padding-bottom:7rem!important;}
    .pc-pad-bt-7_5rem{padding-bottom:7.5rem!important;}
    .pc-pad-bt-8rem{padding-bottom:8rem!important;}
    .pc-pad-bt-8_5rem{padding-bottom:8.5rem!important;}
    .pc-pad-bt-9rem{padding-bottom:9rem!important;}
    .pc-pad-bt-9_5rem{padding-bottom:9.5rem!important;}
    .pc-pad-bt-10rem{padding-bottom:10rem!important;}
    .pc-pad-bt-m0_5rem{padding-bottom:-0.5rem!important;}
    .pc-pad-bt-m1rem{padding-bottom:-1rem!important;}
    .pc-pad-bt-m1_5rem{padding-bottom:-1.5rem!important;}
    .pc-pad-bt-m2rem{padding-bottom:-2rem!important;}
    .pc-pad-bt-m2_5rem{padding-bottom:-2.5rem!important;}
    .pc-pad-bt-m3rem{padding-bottom:-3rem!important;}
    .pc-pad-bt-m3_5rem{padding-bottom:-3.5rem!important;}
    .pc-pad-bt-m4rem{padding-bottom:-4rem!important;}
    .pc-pad-bt-m4_5rem{padding-bottom:-4.5rem!important;}
    .pc-pad-bt-m5rem{padding-bottom:-5rem!important;}
    .pc-pad-bt-m5_5rem{padding-bottom:-5.5rem!important;}
    .pc-pad-bt-m6rem{padding-bottom:-6rem!important;}
    .pc-pad-bt-m6_5rem{padding-bottom:-6.5rem!important;}
    .pc-pad-bt-m7rem{padding-bottom:-7rem!important;}
    .pc-pad-bt-m7_5rem{padding-bottom:-7.5rem!important;}
    .pc-pad-bt-m8rem{padding-bottom:-8rem!important;}
    .pc-pad-bt-m8_5rem{padding-bottom:-8.5rem!important;}
    .pc-pad-bt-m9rem{padding-bottom:-9rem!important;}
    .pc-pad-bt-m9_5rem{padding-bottom:-9.5rem!important;}
    .pc-pad-bt-m10rem{padding-bottom:-10rem!important;}

    .pc-pad-2rem{padding:2rem!important;}
    .pc-pad-3rem{padding:3rem!important;}
    .pc-rentacar-yoyaku-tel-pad{padding:1em 0!important;}
    .pc-pad-left-1rem {padding-left: 1rem!important;}    
    .pc-pad-left-4rem {padding-left: 4rem!important;}
    .pc-pad-left-5rem {padding-left: 5rem!important;}
    .pc-pad-left-8rem {padding-left: 8rem!important;}
    .pc-pad-right-2rem {padding-right: 2rem!important;}
    .pc-pad-right-5rem {padding-right: 5rem!important;}
}
/**PC ここまで**/
/**SP ここから**/
@media screen and (max-width: 599px){
    .sp-pad-top-0{padding-top:0!important;}
    .sp-pad-top-0_5rem{padding-top:0.5rem!important;}
    .sp-pad-top-1rem{padding-top:1rem!important;}
    .sp-pad-top-1_5rem{padding-top:1.5rem!important;}
    .sp-pad-top-2rem{padding-top:2rem!important;}
    .sp-pad-top-2_5rem{padding-top:2.5rem!important;}
    .sp-pad-top-3rem{padding-top:3rem!important;}
    .sp-pad-top-3_5rem{padding-top:3.5rem!important;}
    .sp-pad-top-4rem{padding-top:4rem!important;}
    .sp-pad-top-4_5rem{padding-top:4.5rem!important;}
    .sp-pad-top-5rem{padding-top:5rem!important;}
    .sp-pad-top-5_5rem{padding-top:5.5rem!important;}
    .sp-pad-top-6rem{padding-top:6rem!important;}
    .sp-pad-top-6_5rem{padding-top:6.5rem!important;}
    .sp-pad-top-7rem{padding-top:7rem!important;}
    .sp-pad-top-7_5rem{padding-top:7.5rem!important;}
    .sp-pad-top-8rem{padding-top:8rem!important;}
    .sp-pad-top-8_5rem{padding-top:8.5rem!important;}
    .sp-pad-top-9rem{padding-top:9rem!important;}
    .sp-pad-top-9_5rem{padding-top:9.5rem!important;}
    .sp-pad-top-10rem{padding-top:10rem!important;}
    .sp-pad-top-m0_5rem{padding-top:-0.5rem!important;}
    .sp-pad-top-m1rem{padding-top:-1rem!important;}
    .sp-pad-top-m1_5rem{padding-top:-1.5rem!important;}
    .sp-pad-top-m2rem{padding-top:-2rem!important;}
    .sp-pad-top-m2_5rem{padding-top:-2.5rem!important;}
    .sp-pad-top-m3rem{padding-top:-3rem!important;}
    .sp-pad-top-m3_5rem{padding-top:-3.5rem!important;}
    .sp-pad-top-m4rem{padding-top:-4rem!important;}
    .sp-pad-top-m4_5rem{padding-top:-4.5rem!important;}
    .sp-pad-top-m5rem{padding-top:-5rem!important;}
    .sp-pad-top-m5_5rem{padding-top:-5.5rem!important;}
    .sp-pad-top-m6rem{padding-top:-6rem!important;}
    .sp-pad-top-m6_5rem{padding-top:-6.5rem!important;}
    .sp-pad-top-m7rem{padding-top:-7rem!important;}
    .sp-pad-top-m7_5rem{padding-top:-7.5rem!important;}
    .sp-pad-top-m8rem{padding-top:-8rem!important;}
    .sp-pad-top-m8_5rem{padding-top:-8.5rem!important;}
    .sp-pad-top-m9rem{padding-top:-9rem!important;}
    .sp-pad-top-m9_5rem{padding-top:-9.5rem!important;}
    .sp-pad-top-m10rem{padding-top:-10rem!important;}

    .sp-pad-bt-0{padding-bottom:0!important;}
    .sp-pad-bt-0_5rem{padding-bottom:0.5rem!important;}
    .sp-pad-bt-1rem{padding-bottom:1rem!important;}
    .sp-pad-bt-1_5rem{padding-bottom:1.5rem!important;}
    .sp-pad-bt-2rem, .sp-pad-bt-2em{padding-bottom:2rem!important;}
    .sp-pad-bt-2_5rem{padding-bottom:2.5rem!important;}
    .sp-pad-bt-3rem{padding-bottom:3rem!important;}
    .sp-pad-bt-3_5rem{padding-bottom:3.5rem!important;}
    .sp-pad-bt-4rem{padding-bottom:4rem!important;}
    .sp-pad-bt-4_5rem{padding-bottom:4.5rem!important;}
    .sp-pad-bt-5rem{padding-bottom:5rem!important;}
    .sp-pad-bt-5_5rem{padding-bottom:5.5rem!important;}
    .sp-pad-bt-6rem{padding-bottom:6rem!important;}
    .sp-pad-bt-6_5rem{padding-bottom:6.5rem!important;}
    .sp-pad-bt-7rem{padding-bottom:7rem!important;}
    .sp-pad-bt-7_5rem{padding-bottom:7.5rem!important;}
    .sp-pad-bt-8rem{padding-bottom:8rem!important;}
    .sp-pad-bt-8_5rem{padding-bottom:8.5rem!important;}
    .sp-pad-bt-9rem{padding-bottom:9rem!important;}
    .sp-pad-bt-9_5rem{padding-bottom:9.5rem!important;}
    .sp-pad-bt-10rem{padding-bottom:10rem!important;}
    .sp-pad-bt-m0_5rem{padding-bottom:-0.5rem!important;}
    .sp-pad-bt-m1rem{padding-bottom:-1rem!important;}
    .sp-pad-bt-m1_5rem{padding-bottom:-1.5rem!important;}
    .sp-pad-bt-m2rem{padding-bottom:-2rem!important;}
    .sp-pad-bt-m2_5rem{padding-bottom:-2.5rem!important;}
    .sp-pad-bt-m3rem{padding-bottom:-3rem!important;}
    .sp-pad-bt-m3_5rem{padding-bottom:-3.5rem!important;}
    .sp-pad-bt-m4rem{padding-bottom:-4rem!important;}
    .sp-pad-bt-m4_5rem{padding-bottom:-4.5rem!important;}
    .sp-pad-bt-m5rem{padding-bottom:-5rem!important;}
    .sp-pad-bt-m5_5rem{padding-bottom:-5.5rem!important;}
    .sp-pad-bt-m6rem{padding-bottom:-6rem!important;}
    .sp-pad-bt-m6_5rem{padding-bottom:-6.5rem!important;}
    .sp-pad-bt-m7rem{padding-bottom:-7rem!important;}
    .sp-pad-bt-m7_5rem{padding-bottom:-7.5rem!important;}
    .sp-pad-bt-m8rem{padding-bottom:-8rem!important;}
    .sp-pad-bt-m8_5rem{padding-bottom:-8.5rem!important;}
    .sp-pad-bt-m9rem{padding-bottom:-9rem!important;}
    .sp-pad-bt-m9_5rem{padding-bottom:-9.5rem!important;}
    .sp-pad-bt-m10rem{padding-bottom:-10rem!important;}

    .sp-pad-2rem{padding:2rem!important;}
    .sp-pad-3rem{padding:3rem!important;}
    .sp-pad-side-0_5rem{padding-left: 0.5rem!important;padding-right: 0.5rem!important;}
    .sp-pad-left-1rem{padding-left:1rem!important;}
}
/**SP ここまで**/
/***パディング ここまで***/

/**中央ぞろえ ここから**/
/*共通*/
.center{text-align: center!important;}
/*PC*/
@media (min-width:600px){
    .pc-center{text-align: center!important;}
    .pc-right{text-align: right!important;}
    .pc-left{text-align: left!important;}
}
/*SP*/
@media (max-width:599px){
    .sp-center{text-align: center!important;}
    .sp-right{text-align: right!important;}
    .sp-left{text-align: left!important;}
}
/**中央ぞろえ ここまで**/

/*角丸*/
.kadomaru{border-radius: 10px!important;}
.kadomaru .swell-block-column.swl-has-mb--s {
    border-radius: 10px;
}

/*h2の下線を無くす*/
h2.is-style-section_ttl.no-kasen::after{content:none!important;}

/***フォーム（snowmonkeyforms） ここから***/
/**共通 ここから**/
/*入力→完了までのステップの位置調整*/
ol.smf-progress-tracker {
    padding-left: 0!important;
  }
  /*質問タイトルの背景色を変更*/
  .form-title .smf-item__col.smf-item__col--label {
    background-color: #F8F4EB;
  }
  /*ラジオボタンの選択肢の間隔を空ける*/
  .smf-label {
    margin-top: 1rem;
  }
  
  /*google recaptchaのアイコン（バッジ）を非表示*/
  .grecaptcha-badge { visibility: hidden; }

  /*snow monkey formの確認画面で非表示*/
[data-screen="confirm"] .input {
    display:none;
  }
  /*snow monkey formの戻るボタンと送信ボタンの間を調整*/
  /*SP*/
  @media screen and (max-width: 599px){
    button.smf-button-control__control {
      margin: 1rem;
  }
  }
/***フォーム（snowmonkeyforms） ここまで***/
@media screen and (min-width: 600px){
.page-id-213 .l-mainContent__inner>.post_content, .page-id-55 .l-mainContent__inner>.post_content, .page-id-1013 .l-mainContent__inner>.post_content{
    margin: -2em 0 !important;
}
.page-id-665 .l-mainContent__inner>.post_content{
margin-top: -1rem!important;
}
}
@media screen and (max-width: 599px){
.page-id-213 .l-mainContent__inner>.post_content, .page-id-55 .l-mainContent__inner>.post_content, .page-id-1013 .l-mainContent__inner>.post_content{
    margin: 0 0 !important;
}
.page-id-665 .l-mainContent__inner>.post_content{
margin-top: 1rem!important;
}
}

.relative{
position:relative!important;
}

/***FV下のテキスト ここから***/
@media (min-width:600px){
.fv-shita-text-01 {
    font-family: "Kosugi", sans-serif!important;
    position: absolute;
    display: inline-block;
    font-size: 3vw;
    background: #f5ffec;
    z-index: 100;
    bottom: 10%;
    padding: 0.5rem 1rem 0.5rem 2rem;
    border-radius: 0px 20px 0px 0px;
}
.fv-shita-text-02 {
    font-family: "Kosugi", sans-serif!important;
    position: absolute;
    display: inline-block;
    font-size: 3vw;
    background: #f5ffec;
    z-index: 100;
    bottom: -2%;
    padding: 0.5rem 1rem 0.5rem 2rem;
    border-radius: 0px 20px 0px 0px;
}
}
@media (max-width:599px){
.fv-shita-text-01 {
    font-family: "Kosugi", sans-serif!important;
    position: absolute;
    display: inline-block;
    font-size: 1.5rem;
    background: #f5ffec;
    z-index: 100;
    bottom: 6.5%;
    padding: 0.5rem 1rem;
    border-radius: 0px 20px 0px 0px;
}
.fv-shita-text-02 {
    font-family: "Kosugi", sans-serif!important;
    position: absolute;
    display: inline-block;
    font-size: 1.5rem;
    background: #f5ffec;
    z-index: 100;
    bottom: -1%;
    padding: 0.5rem 1rem;
    border-radius: 0px 20px 0px 0px;
}
}
/***FV下のテキスト ここまで***/

/****TOPページのAbout USの箇所 ここから****/
.top-about-us-fullwide{
    z-index: 10;
}
.top-about-us-rich-culumn {
    width: 90% !important;
    margin: 0 auto;
}
@media (min-width:600px){
.post_content h2.top-about-us-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 5rem 0 0;
    color: #000 !important;
    font-size: 3.5vw;
    margin-left: 4.5vw;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin-bottom: 1vw;
}
h2.top-about-us-midashi-main span{
    font-size: 1vw;
}
.top-about-us-text-01 {
    font-size: 1.5vw;
    font-weight: 700;
}
.top-about-us-text-01 span{
    color:#1c893b;
}

.top-about-us-text-02 {
    font-size: 1.5vw;
    font-weight: 700;
    margin-left: 4.5vw;
}
.top-about-us-text-02 span{
    color:#1c893b;
}
}
@media (max-width:599px){
.post_content h2.top-about-us-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 2rem 0 0;
    color: #000 !important;
    font-size: 1.7rem;
    margin-left: 4.5vw;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin-bottom: 0.5em;
}
h2.top-about-us-midashi-main span{
    font-size: 1rem;
}
.top-about-us-text-01 {
    font-size: 1rem;
    font-weight: 700;
}
.top-about-us-text-01 span{
    font-size: 1.2rem;
    color:#1c893b;
}
.top-about-us-text-02 {
    font-size: 1rem;
    font-weight: 700;
    padding: 0 1em;
}
.top-about-us-text-02 span{
    font-size: 1.2rem;
    color:#1c893b;
}
.top-costpro-logo img {
    width: 80%;
}
}

.post_content h2.top-about-us-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
content:none!important;
}

/****TOPページのAbout USの箇所 ここまで****/

/****TOPページのServiceの箇所 ここから****/
.top-service-rich-culumn {
    width: 90% !important;
    margin: 0 auto;
}
@media (min-width:600px){
.post_content h2.top-service-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 5rem 0 0;
    color: #000 !important;
    font-size: 3.5vw;
    margin-left: 4.5vw;
    border-bottom: 2px solid #000;
    display: inline-block;
}
h2.top-service-midashi-main span{
    font-size: 1vw;
}
.swell-block-fullWide.top-service-fullwide {
    padding-top: 6rem !important;
    padding-bottom: 4rem !important;
    margin-bottom: 4rem !important;
}
}
@media (max-width:599px){
.post_content h2.top-service-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 5rem 0 0;
    color: #000 !important;
    font-size: 1.7rem;
    margin-left: 4.5vw;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin-bottom: 0.8em;
}
h2.top-service-midashi-main span{
    font-size: 1rem;
}
.swell-block-fullWide.top-service-fullwide {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    margin-bottom: 4rem !important;
}
}

.post_content h2.top-service-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
content:none!important;
}

/****TOPページのServiceの箇所 ここまで****/

/****TOPページのWorksの箇所 ここから****/
.top-works-us-rich-culumn {
    width: 90% !important;
    margin: 0 auto;
}
@media (min-width:600px){
    .top-works-slider {
    width: 90% !important;
    margin: 0 auto -3rem;
    padding: 2rem 0!important;
}
.post_content h2.top-works-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 5rem 0 0;
    color: #000 !important;
    font-size: 3.5vw;
    margin-left: 2vw;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin-bottom: 0;
}
h2.top-works-midashi-main span{
    font-size: 1vw;
}
.post_content h2.top-news-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 5rem 0 0;
    color: #000 !important;
    font-size: 3.5vw;
    margin-left: 0;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin-bottom: 0;
}
h2.top-news-midashi-main span{
    font-size: 1vw;
}
.swell-block-fullWide.top-works-fullwide {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    margin-bottom: 4rem !important;
}
}
@media (max-width:599px){
    .top-works-slider {
    width: 90% !important;
    margin: 0 auto -2.5rem;
    padding: 2rem 0!important;
}
.post_content h2.top-works-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 5rem 0 0;
    color: #000 !important;
    font-size: 1.7rem;
    margin-left: 0;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin-bottom: 0em;
}
h2.top-works-midashi-main span{
    font-size: 1rem;
}
.post_content h2.top-news-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    background: rgba(0, 0, 0, 0) !important;
    padding: 0 5rem 0 0;
    color: #000 !important;
    font-size: 1.7rem;
    margin-left: 0;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin-bottom: 0em;
}
h2.top-news-midashi-main span{
    font-size: 1rem;
}
.swell-block-fullWide.top-works-fullwide {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    margin-bottom: 4rem !important;
}
}

.post_content h2.top-works-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before, .post_content h2.top-news-midashi-main:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
content:none!important;
}

/**スライダー ここから**/
@media (min-width:600px){
    .top-works-slider h2.p-postList__title{
     margin-top: 1rem !important;
    font-size: 1rem !important;
    }
    .swiper-button-next, .swiper-button-prev{
top: 40%!important;
}
}
@media (max-width:599px){
.top-works-slider h2.p-postList__title {
    font-size: 1rem!important;
    margin-top: 1rem !important;
}
.swiper-button-next, .swiper-button-prev{
top: 35%!important;
}
}
.top-works-slider time.c-postTimes__posted.icon-posted {
    display: none;
}
/**スライダー ここまで**/
.category-works small.c-pageTitle__subTitle.u-fz-14, .category-news small.c-pageTitle__subTitle.u-fz-14, .tag-rent-optimization-consulting small.c-pageTitle__subTitle.u-fz-14, .tag-costpro small.c-pageTitle__subTitle.u-fz-14, .tag-restoration-consulting small.c-pageTitle__subTitle.u-fz-14, .tag-gx-consulting small.c-pageTitle__subTitle.u-fz-14, .page-id-665 h1.c-pageTitle{
    display: none;
}
.category-works h1.c-pageTitle, .category-news h1.c-pageTitle, .tag-rent-optimization-consulting h1.c-pageTitle, .tag-costpro  h1.c-pageTitle, .tag-restoration-consulting h1.c-pageTitle, .tag-gx-consulting h1.c-pageTitle{
    margin-bottom: -3rem !important;
}
/****TOPページのWorksの箇所 ここまで****/



/****フッター ここから****/
.l-footer__foot{
   background: #1c893b!important; 
}
/*.home .l-footer{
   padding-top: 0!important; 
}*/
@media (min-width:600px){
img.footer-logo {
    width: 15%;
}
}
@media (max-width:599px){
img.footer-logo {
    width: 30%;
}
}
/****フッター ここまで****/

/*　モノクロからカラーへ&画像をふわっとさせる ここから*/
.top-service-text {
    padding: 0 1em;
    color: #000 !important;
}
@media (min-width:600px){
.grayscale{
	filter: grayscale(100%);/*モノクロ具合を変更したい場合はこの数値を変更*/
	transition: .6s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
    padding: 2em 0.5em;
}
.grayscale:hover{/*hoverした時の変化*/
	filter:grayscale(0);/*カラーに変化させる*/
    box-shadow: 4px 4px 5px 0px rgba(150, 150, 150, 0.5);/*画像をふわっとさせる影1*/
	transform: translateY(-4px);/*画像をふわっとさせる影2*/
    background: #fff;
}
.top-service-btn {
    font-size: 1vw;
    background: #1c893b;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
}
.top-service-btn a {
    color: #fff;
}
}
@media (max-width:599px){
.grayscale {
        background: #fff;
        padding: 2em 1em 5rem;
        box-shadow: 4px 4px 5px 0px rgba(150, 150, 150, 0.5);
    }
    .top-service-btn {
        font-size: 1.2rem;
        background: #1c893b;
        display: inline-block;
        padding: 0.2rem 0.5rem;
        border-radius: 5px;
        color: #fff;
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    }
.top-service-btn a {
    color: #fff;
}
}
/*　モノクロからカラーへ&画像をふわっとさせる ここまで*/



/*ミッション・ビジョン・バリューの見出し ここから*/
.heading08 span {
	display: flex;
	align-items: center;
	color: #1c893b;
	font-size: 18px!important;
	text-transform: uppercase;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #1c893b;
}

@media (min-width:600px){
.value-list{
font-size: 1.5rem;
}
}
@media (max-width:599px){
.value-list{
    font-size: 1.3rem;
        margin-right: auto !important;
        margin-left: auto !important;
        display: table;
}
}
/*ミッション・ビジョン・バリューの見出し ここまで*/

/***会社概要のテーブル ここから***/
.company-table table td {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #ccc;
    padding: 2em 0 2em 1em;
}
.executive-table table td {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #ccc;
    padding: 2em 0 2em 1em;
}
.access-table-1 table td {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #ccc!important;
    padding: 2em 0 2em 1em;
}
.access-table-2 table td {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
    padding: 2em 0 2em 1em;
}
.access-sp-midashi {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1em !important;
    border-bottom: 1px solid #000;
    display: inline-block;
}
@media (min-width:600px){
.company-table table th {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #1c893b;
    background: rgba(0, 0, 0, 0) !important;
    padding: 2em 0 2em 1em;
    width: 15%!important;
}
.executive-table table th {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #1c893b;
    background: rgba(0, 0, 0, 0) !important;
    padding: 2em 0 2em 1em;
    width: 15%!important;
}
.access-table-1 table th {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #ccc!important;
    background: rgba(0, 0, 0, 0) !important;
    padding: 2em 0 2em 1em;
    width: 15%!important;
}
.access-table-2 table th {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    padding: 2em 0 2em 1em;
    width: 15%!important;
}
}
@media (max-width:599px){
.company-table table th {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #1c893b;
    background: rgba(0, 0, 0, 0) !important;
    padding: 2em 0 2em 0.5em;
    width: 30% !important;
}
.executive-table table th {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #1c893b;
    background: rgba(0, 0, 0, 0) !important;
    padding: 2em 0 2em 0.5em;
    width: 30% !important;
}
.access-table-1 table th {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #ccc!important;
    background: rgba(0, 0, 0, 0) !important;
    padding: 2em 0 2em 0.5em;
    width: 30% !important;
}
.access-table-2 table th {
    border-top: rgba(0, 0, 0, 0) !important;
    border-left: rgba(0, 0, 0, 0) !important;
    border-right: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    padding: 2em 0 2em 0.5em;
    width: 30% !important;
}
}
/***会社概要のテーブル ここまで***/

/***沿革 ここから***/
.enkaku-step span.__label {
    font-size: 1.1rem !important;
    font-weight: 700;
}
.enkaku-step .swell-block-step__title.u-fz-m {
    font-size: 1.1rem!important;
    font-weight: normal;
}
/***沿革 ここまで***/

/*****賃料適正化コンサルティングページ ここから*****/
.roc-reason-bg {
    background: #fff;
    padding:2rem!important;
border-radius:10px;
 box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (min-width:600px){
.kasou-page-midashi-01 {
    font-size: 4rem;
    font-family: "Playfair Display", serif!important;
  font-optical-sizing: auto!important;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.roc-performance-image img {
    width: 60%;
}
.roc-performance-sub-midashi{
    font-size: 1.5rem;
    margin-bottom: 0rem;
    font-weight:700;
}
}
@media (max-width:599px){
.kasou-page-midashi-01 {
    font-size: 2.2rem;
    font-family: "Playfair Display", serif!important;
  font-optical-sizing: auto!important;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
.roc-performance-sub-midashi{
    font-size: 1rem;
    margin-bottom: -1rem;
    font-weight:700;
}
}
.roc-kankeisei-list-midashi {
    font-size: 1.2rem;
    font-weight: 700;
}
li.list-no-num::marker{
    content:none!important;
}
/*****賃料適正化コンサルティングページ ここまで*****/

@media (max-width:599px){
.sp-btn-100 a{
width: 100%!important;
}
}

/***コストプロ ここから***/
@media (min-width:600px){
.cp-our-servie-sub-midashi {
    font-size: 1.5rem;
    font-weight: 700;
}
.cp-region-chinryo-list {
    font-size: 1.2rem;
    width: 80%;
    margin: 0 auto;
}
.cp-region-zimu-list {
    font-size: 1.2rem;
    width: 80%;
    margin: 0 auto;
}
.cp-region-denryoku-list {
    font-size: 1.2rem;
    width: 80%;
    margin: 0 auto;
}
.cp-region-hosyu-list {
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto;
}
.region-cap{
    height: 100%!important;
}
.region-cap .cap_box_content{
    height: 95% !important;
        padding-bottom: 0 !important;
}
.cp-dounyuusuus {
    font-size: 2rem;
    font-weight: 700;
    text-align: right;
}
.cp-dounyuusuus span{
    font-size: 4rem;
}
.cp-works-image img {
    width: 50%;
}
.cp-works-suuzi {
    background: #dcdcdc;
    padding: 0.3rem 0;
    border-radius: 40px;
}
}
@media (max-width:599px){
.cp-our-servie-sub-midashi {
    font-size: 1.2rem;
    font-weight: 700;
}
.cp-region-chinryo-list {
    font-size: 1.2rem;
    width: 40%;
    margin: 0 auto;
}
.cp-region-zimu-list {
    font-size: 1.2rem;
    width: 45%;
    margin: 0 auto;
}
.cp-region-denryoku-list {
    font-size: 1.2rem;
    width: 40%;
    margin: 0 auto;
}
.cp-region-hosyu-list {
    font-size: 1.2rem;
    width: 65%;
    margin: 0 auto;
}
.region-cap img {
    width: 60%;
}
.cp-fee-table table th {
    width: 17% !important;
}
.cp-dounyuusuus {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 2em;
}
.cp-dounyuusuus span{
    font-size: 3rem;
}
.cp-works-image img {
    width: 25%;
}
.cp-works-suuzi {
    background: #dcdcdc;
    padding: 0.3rem 0;
    border-radius: 40px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.cp-works-submidashi{
   width: 60%;
    margin-left: auto;
    margin-right: auto;
}
}
.cp-our-servie-sub-midashi span {
    background: #000;
    color: #fff;
    padding: 0.2em 0.3em;
}

.region-cap .cap_box_ttl {
    font-size: 1.2rem;
    font-weight: 700;
}
.region-cap .cap_box_content {
    background: #fff;
}
.cp-fee-table {
    font-size: 1.2rem;
}

.cp-works-image img {
    width: 50%;
}
.cp-works-suuzi {
    background: #dcdcdc;
    padding: 0.3rem 0;
    border-radius: 40px;
}
.cp-works-bg {
    box-shadow: 3px 3px 9px 2px rgba(0, 0, 0, 0.1);
    padding: 2em 1em !important;
}
/***コストプロ ここまで***/

/***個人情報保護方針 ここから***/
.page-id-213 h1.c-pageTitle, .page-id-55 h1.c-pageTitle, .page-id-1013 h1.c-pageTitle{
    display: none;
}

@media screen and (min-width: 600px){
.pp-midashi {
    font-size: 4rem;
    text-align: center;
    margin-bottom: -0.5rem;
}
.pp-sub-midashi {
    text-align: center;
    font-size: 2rem;
}
.pi-midashi {
    font-size: 4rem;
    text-align: center;
    margin-bottom: -0.5rem;
}
.pi-sub-midashi {
    text-align: center;
    font-size: 2rem;
}
}
@media screen and (max-width: 599px){
.pp-midashi {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 0;
}
.pp-sub-midashi {
    text-align: center;
    font-size: 1.5rem;
}
.pi-midashi {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0;
}
.pi-sub-midashi {
    text-align: center;
    font-size: 1.5rem;
}
}

li.no-list::marker{
    content:none!important;
}
/***個人情報保護方針 ここまで***/

.chuou{
    margin: 0 auto!important;
}

/***お知らせのリストの一番上の線を非表示にする ここから***/
.news-list .p-postList.-type-simple, .category-news .p-postList.-type-simple {
border-top: 1px solid rgba(0,0,0,0)!important;
}
/***お知らせのリストの一番上の線を非表示にする ここまで***/

/***原状回復コンサルティング ここから***/
@media screen and (min-width: 600px){
    .rc-rate-wide {
    width: 80%;
    margin: 0 auto;
}
.rc-rate {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
.rc-rate span {
    font-size: 5.5rem;
}
.rc-rate-cap .cap_box_content {
    padding: 0 !important;
}
.rc-our-servie-sub-midashi {
    font-size: 1.5rem;
    font-weight: 700;
}
}
@media screen and (max-width: 599px){
    .rc-rate {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}
.rc-rate span {
    font-size: 4rem;
}
.rc-rate-cap .cap_box_content {
    padding: 0 !important;
}
.rc-our-servie-sub-midashi {
    font-size: 1.2rem;
    font-weight: 700;
}
}
.rc-rate-cap .cap_box_ttl {
    font-size: 1.2rem !important;
}
.rc-our-servie-sub-midashi span {
    background: #000;
    color: #fff;
    padding: 0.2em 0.3em;
}
.koujikubun-midashi {
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 1em;
}
.c-scrollHint.sp_ {
    margin-top: -1em !important;
}
/***原状回復コンサルティング ここまで***/

/***GXコンサルティング事業 ここから***/
@media (min-width:1303px){
    .gx-service-midashi-01 {
    background: #1c893b;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.2em 0.5em;
    position: absolute;
    right: 10%;
    bottom: 45%;
}
}
@media (max-width:1302px){
    .gx-service-midashi-01 {
    background: #1c893b;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.2em 0.5em;
    position: absolute;
    right: 10%;
    bottom: 50%;
}
}
@media (max-width:1169px){
    .gx-service-midashi-01 {
    background: #1c893b;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.2em 0.5em;
    position: absolute;
    right: 10%;
    bottom: 53%;
}
}
@media (max-width:959px){
    .gx-service-midashi-01 {
    background: #1c893b;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.2em 0.5em;
    position: absolute;
    right: 0%;
    bottom: 52%;
}
}
.gx-futai-servise-midashi {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 1em;
}
@media (min-width:600px){
.gx-our-servie-sub-midashi {
    font-size: 1.5rem;
    font-weight: 700;
}
.gx-sub-text::before {
    content: "脱炭素アドバイザーによる";
    font-size: 0.6em;
    position: absolute;
    padding-left: 4em;
    line-height: 0em;
}
}
@media (max-width:599px){
.gx-our-servie-sub-midashi {
    font-size: 1.2rem;
    font-weight: 700;
}
.gx-sub-text-sp.onsp {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0;
}
}
.gx-our-servie-sub-midashi span {
    background: #000;
    color: #fff;
    padding: 0.2em 0.3em;
}

/***GXコンサルティング事業 ここまで***/

/***代表メッセージ ここから***/
.daihyou-syomei {
    position: absolute;
    right: 4%;
}
/***代表メッセージ ここまで***/