@charset "UTF-8";
/* CSS Document */


/*A-OTF Ryumin Pr6N L-KL

font-family: a-otf-ryumin-pr6n, serif;
font-weight: 300;
font-style: normal;*/


html {
    /*font表示最適化*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /*font表示最適化 ON*/
    /*  -webkit-font-smoothing: subpixel-antialiased;
 -moz-osx-font-smoothing: auto;*/


    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

body {
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #0c0c0c;
    background-color: #fff;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /*100%だとモーダルに影響*/
}

@media (max-width: 768px) {
    body {
        /*  font-size: 0.96rem;*/
        font-size: 0.96rem;
    }
}

@media all and (-ms-high-contrast:none) {

    /*IE11*/
    body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

a {
    color: #524632;
    text-decoration: none;
}

a:hover {
    color: #524632;
}

.underLine a {
    padding: 0 0 0.1em 0;
    border-bottom: 1px dotted #524632;
}

.underLine a:hover {
    text-decoration: none;
}

.vhCenter {
    /*for child*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    width: 100%;
}

.marginCenter {
    margin: auto;
}

.onCursor {

    cursor: pointer;
}



.fImg {
    line-height: 0;
}

.fImg img {
    width: 100%;
    height: auto;
}

.fImg2 {
    line-height: 0;
}

.fImg2 img {
    height: 100%;
    width: auto;
}

.trim {
    overflow: hidden;
    width: 300px;
    /* トリミングしたい枠の幅 */
    height: 300px;
    /* トリミングしたい枠の高さ */
    position: relative;
}

.trim img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.blog-icatch {
    width: 100%;
    max-width: 100px;
}


.blackBase {
    padding: 2rem 0 3rem;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.6);
}


.border-area {
    border: 1px solid hsla(0, 0%, 74%, 1.00);
    padding: 1rem 2rem;
}

@media (max-width: 768px) {

    .border-area {
        border: 1px solid hsla(0, 0%, 74%, 1.00);
        padding: 0.5rem 1rem;
    }

}



.fadeZero {
    opacity: 0;
}

.fadeOut {
    opacity: 0;
}

.fadeIn {
    opacity: 1 !important;
}

.trans02 {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.trans03 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trans05 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.trans075 {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}



.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mt-05 {
    margin-top: 0.5rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.mtb-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.mtb-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mtb-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}


.mrl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mrl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}


.mr-1 {
    margin-right: 1rem !important;
}


.pl-1-noSP {
    padding-left: 1rem !important;
}

.pr-1-noSP {
    padding-right: 1rem;
}

.pl-2-noSP {
    padding-left: 2rem !important;
}

.pr-2-noSP {
    padding-right: 2rem;
}

.pt-0 {
    padding-top: 0 !important;
}


.ts-reset {
    font-size: 1rem !important;
}


.small-90 {
    font-size: 90% !important;
}

.small-85 {
    font-size: 85%;
}

.small-80 {
    font-size: 80% !important;
}

.small-70 {
    font-size: 70% !important;
}

.large-150 {
    font-size: 150%;
}

.text-smallGray {
    font-size: 0.8rem;
    color: hsla(0, 0%, 38%, 1.00);
}




.pl-2 {
    padding-left: 2rem !important;
}

.width-80 {
    position: relative;
    width: 80%;
    margin: auto;
}


.ls-reset {
    letter-spacing: 0 !important;
}

.mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pd-1 {

    padding: 1rem !important;


}




@media (max-width: 768px) {
    p img {
        width: 100%;
        height: auto;
    }

    .mb-1 {
        margin-bottom: 0.5rem !important;
    }

    .mb-2 {
        margin-bottom: 1rem !important;
    }

    .mb-3 {
        margin-bottom: 1.5rem !important;
    }

    .mb-4 {
        margin-bottom: 2rem !important;
    }

    .mb-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-6 {
        margin-bottom: 3rem !important;
    }

    .mb-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-8 {
        margin-bottom: 4rem !important;
    }

    .mt-1 {
        margin-top: 0.5rem !important;
    }

    .mt-2 {
        margin-top: 1rem !important;
    }

    .mt-3 {
        margin-top: 1.5rem !important;
    }

    .mt-4 {
        margin-top: 2rem !important;
    }

    .mt-5 {
        margin-top: 2.5rem !important;
    }

    .mb-1-sp {
        margin-bottom: 1rem !important;
    }

    .mt-4-sp {
        margin-top: 4rem !important;
    }

    .mtb-2 {
        margin: 1rem auto !important;
    }

    .pl-1-noSP {
        padding-left: 0rem !important;
    }

    .pr-1-noSP {
        padding-right: 0rem !important;
    }

    .pl-2-noSP {
        padding-left: 0rem !important;
    }

    .pr-2-noSP {
        padding-right: 0rem;
    }

    .plr-noSp {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }



    .mrl-05-sp {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mrl-1-sp {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mrl-0-sp {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }


    .ml-1 {
        margin-left: 0.5rem !important;
    }

    .mr-1 {
        margin-right: 0.5rem !important;
    }

    .pl-1 {
        padding-left: 0.5rem !important;
    }

    .pr-1 {
        padding-right: 0.5rem !important;
    }

    .pl-2 {
        padding-left: 1rem !important;
    }

    .pr-2 {
        padding-right: 1rem !important;
    }

    .pd-1 {

        padding: 0.2rem !important;


    }


}






/*youtube*/
.youtube {
    position: relative;
    /* padding-bottom: 56.25%;
    padding-top: 30px;*/
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}


.youtube-Area {
    margin: 0;
    padding: 2rem !important;
    position: relative;
    background-color: hsla(0, 0%, 94%, 1.00);
}

@media (max-width: 768px) {
    .youtube-Area {
        padding: 1rem 0 0 0 !important;
    }

}




/*______________text*/

h1 {
    margin: 0;
}

h2 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    margin: 60px auto 60px;
    line-height: 1em;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.5rem;
}

h2.underLine {
    margin: 60px auto 60px;
    line-height: 1.3em;
    font-size: 2rem;
    text-align: center;
    /* display: inline-block;*/
    position: relative;
    letter-spacing: 0.5rem;
}


h2.underLine:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 60px;
    /*下線の幅*/
    height: 2px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #ab957d;
    /*下線の色*/
}



h2.underLine.thin:before {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background-color: #676767;
}

.title-underLine {
    margin: 60px auto 60px;
    line-height: 1.3em;
    text-align: center;
    /* display: inline-block;*/
    position: relative;
}

.title-underLine:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 60px;
    /*下線の幅*/
    height: 2px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #ab957d;
    /*下線の色*/
}





h2.largeText {
    font-size: 2.3rem;
}

h2.text {
    margin: 60px auto 10px;
}

.h2Text {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
}


.h2sub {
    line-height: 1.5em;
    color: #39813E !important;
    margin-bottom: 1.5em;
    text-align: center;
}

.afterH2 {
    margin-top: 5rem !important;
}

h3 {
    font-size: 1.5rem;
    margin: 4rem 0 1rem;
    line-height: 2rem;
}

h3.newsTitle {
    margin: 2rem 0 1.5rem 0;
    /* font-size: 1.5rem;
     line-height: 2rem;*/
}

h4 {
    font-size: 1.1rem;
    line-height: 1.5em;
    color: #524632;
    border-left: 2px solid #524632;
    /*    text-indent:-2em;*/
    padding-left: 1em;
    margin: 3rem 0 1.2rem;
}

h5 {
    font-size: 1.1rem;
    line-height: 1.5em;
    margin: 3rem 0 1rem;
}

h4.after {
    margin: 1.2rem 0 1.2rem;
}

.nc-full {
    width: 100%;
}

.textCenter,
.text-center {
    text-align: center !important;
}

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

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

.more {}

.text-red {
    color: #EB0003;
}

.normalText {
    font-size: 80%;
    color: #000;
    font-weight: normal;
    line-height: 1.5;
}

.text-normal {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}



.boldText {
    font-weight: bold;
}

.grayLine {
    margin: 2em 0;
    height: 1px;
    border-bottom: 1px dotted #C9C9C9;
}

.text-bold {
    font-weight: bold !important;
}

.text-100 {
    font-size: 100%;
}

.text-110 {
    font-size: 110%;
}

.text-120 {
    font-size: 120%;
}


ul.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list li {
    padding-left: 1rem;
    text-indent: -1.2rem;
    line-height: 1.5rem;
}

ul.list li:before {
    font-size: 1rem;
    content: "・ ";
    color: #524632;
    line-height: 1.5rem;
}

@media (min-width: 769px) {
    .sp {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .pc {
        display: none !important;
    }

    h1 {}

    h2 {
        font-size: 1.5rem;
        margin: 30px auto 30px;
        letter-spacing: 0.1rem;
        line-height: 1.3em;
    }

    h2.largeText {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .h2sub {
        line-height: 1.5em;
        color: #39813E !important;
        margin-bottom: 1.5em;
        text-align: center;
    }

    .afterH2 {
        margin-top: 3rem !important;
    }

    h2.underLine {
        margin: 30px auto 60px;
        line-height: 1.3em;
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }




    h2.text {
        margin: 1rem auto 0;
        font-size: 34px;
        line-height: 1.2em;
        letter-spacing: 0.05em;
    }
    .h2Text {
        font-size: 0.8rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    h3.newsTitle {
        margin: 2rem 0 1rem 0;
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    h3 {
        margin: 2rem 0 1rem 0;
        font-size: 1.2rem;
        line-height: 1.6rem;
    }


    h4 {

        font-size: 1rem;
        line-height: 1.4em;
        color: #524632;
        border-left: 2px solid #524632;
        /*    text-indent:-2em;*/
        padding-left: 0.5em;
        margin: 3rem 0 1.2rem;
    }

    h5 {
        font-size: 1rem;
        line-height: 1.5em;
        margin: 2rem 0 0.5rem;
    }

    .text-small-sp {
        font-size: 80% !important;
        line-height: 1.1rem !important;
    }
}

/*____________icon*/

.newsIcon {
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
    vertical-align: middle;
    margin: 0 0.2rem;
    color: #fff;
    min-width: 70px;
    /* height:1.2rem;*/
    /*  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    background-color: #847a71;
    font-weight: 600;
    text-align: center;
    line-height: 1.1rem;
    display: inline-block;
    height: 1.1rem;
}

.newsIcon.top {
    margin: 0 0.1rem;
    font-size: 0.6rem;
    padding: 0rem 0.1rem;
    vertical-align: middle;
    margin: 0 0.1rem;
    color: #fff;
    background-color: #847a71;
    font-weight: 600;
    text-align: center;
    line-height: 1rem;
    height: 1rem;
    display: inline-block;
}

.newsIcon.housing {
    background-color: #B72633;
}

.newsIcon.housing-2 {
    background-color: #B72633;
}

.newsIcon.housing-3 {
    background-color: #B72633;
}

.newsIcon.housing-4 {
    background-color: #B72633;
}

.newsIcon.renovation {
    background-color: #517b0d;
}

.newsIcon.real-estate {
    background-color: #8c6b0a;
}

.newsIcon.other {
    background-color: #8B8B8B;
}

.newsIcon.recruit {
    background-color: #418FAD;
}

.reqIcon {
    font-size: 0.7rem;
    padding: 0.1rem 0.5rem;
    vertical-align: middle;
    color: #fff;
    background-color: #C40000;
    font-weight: bold;
    text-align: center;
    line-height: 1.1rem;
    display: inline-block;
    float: right;
    margin: 0 1.5rem 0 0;
}

.textLink {
    padding-left: 1.3rem;
    line-height: 1.5rem;
    position: relative;
    text-indent: -0.5em;
}

.text-right .textLink {
    padding-left: 2rem;
}

.textLink:before {
    font-family: 'fontello';
    content: '\E801';
    position: absolute;
    margin-left: -0.2rem;
    font-size: 0.7rem;
    /* left: 0em;
    width: 1em;
    margin-top: -.8em;*/
    color: #574530;
}

.textLink.bottom:before {
    font-family: 'fontello';
    content: '\E804';
    position: absolute;
    top: 0.1em;
    left: 1.5em;
    font-size: 0.8rem;
    /* left: 0em;
    width: 1em;
    margin-top: -.8em;*/
    color: #574530;
    margin-left: -0.5rem;
}

.outLink:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    background-image: url(../img/common/outlink.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0 0 0.5em;
}



.check:before {
    font-family: 'fontello';
    content: '\E806';
    /* position: absolute;*/
    margin-right: 0.5rem;

    font-size: 1.2rem;
    color: #4DA7A5;
}

.outLinkIcon {
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    background-image: url(../img/common/outlink.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0 0 1em;
}

.pdfIcon:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 22px;
    background-image: url("../img/common/pdf_icon.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0 0 0.3em;
}

.lookIcon:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../img/common/look_icon.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 1rem 0 0;
}

.lookIcon:hover:before {
    background-image: url("../img/common/look_icon_on.png");
}

.gradeupIcon:after {
    content: '';
    display: inline-block;
    width: 102px;
    height: 29px;
    background-image: url("../img/common/gradeup.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0.3em 0 0.3em;
}

@media (max-width: 768px) {
    .gradeupIcon:after {
        width: 70px;
        height: 20px;
    }
}


.hoverBt a:hover {
    opacity: 0.8;
}

.zoomImgBox {
    overflow: hidden;
    /*拡大時にはみ出た部分を隠す*/
    cursor: pointer;
}

.zoomImgBox img {
    display: block;
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
}

.zoomImgBox img:hover {
    transform: scale(1.07);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
}

.avoid-clicks {
    pointer-events: none;
}

/*
.loadingicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 250px;
    z-index: 999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
*/






.wrapper {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.contents {
    position: relative;
    width: 100%;
    z-index: 0;
    /*padding-bottom: 80px;*/
    margin-top: 110px;
}

/*text-base-area*/
.nc {
    position: relative;
    width: 100%;
    max-width: 1100px;
    padding: 0 1rem;
    margin: auto;
    /* background-color: hsla(0,0%,97%,1.00);*/

    overflow-x: hidden;
    overflow-y: hidden;
}

.nc-wide {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 0rem;
    margin: auto;

    overflow-x: hidden;
    overflow-y: hidden;
}

.wic {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 0;
    margin: auto;
}

@media (max-width: 1100px) {
    /*.nc {
width:90%;
        margin:0 auto 0rem;
    }*/
}

@media (max-width: 768px) {
    .contents {
        /* padding-top: 80px;*/
        margin-top: 0;
        padding-top: 45px;
        padding-bottom: 50px;
    }

    .nc {
        padding: 0 0.8rem;
    }
}

@media (max-width: 620px) {
    /*.contents {
    padding-top: 70px;
    padding-bottom: 50px;
}*/
}

@media (max-width: 450px) {
    .contents {
        padding-top: 45px;
    }
}

/*____________________________________________header*/

header {
    position: fixed;
    width: 100%;
    /*max-width: 1400px;*/
    margin: auto;
    z-index: 99;
    top: 0;
    height: 110px;
    background-color: hsla(0, 0%, 100%, 1.00);
}

.gmenu {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.gmenuLogoArea {
    width: 29%;
    height: 110px;
    padding: 0 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gMenu-RightArea {
    width: 71%;
}

/*gMenu modal area*/

.gMenu-modalArea {
    position: relative;
    margin: 0 0 2rem 0;
}

@media (max-width: 768px) {
    header {
        height: 60px;
    }

    .gmenuLogoArea {
        width: 100%;
        height: 60px;
        position: absolute;
        z-index: 2;
        background-color: hsla(0, 0%, 100%, 1.00);
    }

    .gMenu-RightArea {
        width: 30%;
    }
}

.gMenu-R-up {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gMenu-snsSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gMenu-snsBt {
    width: 100%;
    max-width: 34px;
    margin: 0 4px;
    line-height: 0;
}

.gMenu-tel {
    max-width: 200px;
    line-height: 0;
    margin: 0 2%;
}

.gMenu-tel img {}

.gMenu-bt {
    line-height: 0;
    padding: 0;
    height: 40px;
}

.icon-mail:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 15px;
    background-image: url(../img/common/icon_mail.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
    text-align: right;
}

.icon-book:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/icon_book.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
}

.gMenu-bt a {
    color: #FFFFFF;
}

.gMenu-bt.sub {
    background-color: #524532;
}

.gMenu-R-bottom {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gMenu-GBt {
    border-bottom: 4px solid #fff;
}

.gMenu-GBt a {
    font-size: 0.95rem;
    height: 100%;
    padding: 0 1rem;
    line-height: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 0%, 1.00);
    /* font-weight: 400;*/
}

.gMenu-GBt a:hover {
    text-decoration: none;
}

.gMenu-GBt:hover {
    border-bottom: 4px solid hsla(31, 21%, 58%, 0.50);
}

.gMenu-GBt.current {
    border-bottom: 4px solid #ab957d;
}

.current {
    cursor: default;
}

.gmenuLogo {
    line-height: 0;
    padding: 0%;
    max-width: 350px;
}

.gmenuLogo img {
    line-height: 0;
    width: 100%;
}

.gmenuLogo h1 {
    line-height: 0;
}

.gmenuBtArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: hsla(0, 0%, 100%, 1.00);
}

.gmenuLine {}

.gmenuBt {}

.gmenuBt:hover {}

.gmenuLine img,
.gmenuBt img {
    width: 100%;
}

.gmenuBt a:link,
.gmenuBt a:visited,
.gmenuBt a:active {
    /*	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;*/
    opacity: 1;
}

.gmenuBt a:hover {
    opacity: 0.7;
}

.gMenu-sp {
    display: none;
    position: absolute;
    background-color: hsla(0, 0%, 100%, 1.00);
    line-height: 0;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    left: -100%;
    z-index: 1;
    padding: 60px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1100px) {
    .gMenu-GBt a {
        font-size: 0.9rem;
    }
}

@media (max-width: 1000px) {
    .gMenu-GBt a {
        font-size: 0.8rem;
    }

    .gmenuLogo {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
    .gmenu {
        position: fixed;
        height: 60px;
        background-color: hsla(0, 0%, 100%, 1.00);
        /*    border-bottom: 1px solid hsla(0,0%,0%,0.1);*/
    }

    .gMenu-sp {
        display: block;
    }

    .gMenu-sp.collapse {
        left: 0%;
    }

    .gmenuBtArea {
        position: absolute;
        z-index: 0;
        opacity: 1;
        margin-top: -50px;
        top: -150px;
    }

    .gmenuBtArea.collapse {
        opacity: 1;
        margin-top: 0px;
        top: 70px;
    }

    .gMenuModalBtArea {
        width: 100%;
        padding: 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .gMenu-bt {
        width: 50%;
        line-height: 0;
        padding: 0 5px;
        height: auto;
        margin: 0.5rem auto;
    }

    .gMenu-bt-full {
        width: 80%;
        padding: 0 10px;
        margin: 0.5rem auto;
    }

    .gMenu-snsSet {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gMenu-snsBt {
        width: 100%;
        max-width: 50px;
        margin: 1rem 8px;
        line-height: 0;
    }
}

/*______________sp burger menu*/


.nav-toggle {
    display: none;
}

@media (max-width: 768px) {
    .nav-toggle {
        display: block;
        border-radius: 0px;
        height: 100%;
        width: 48px;
        cursor: pointer;
        padding: 8px 8px;
        position: absolute;
        z-index: 9;
        right: 5px;
    }

    .nav-toggle.open span:first-child {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .nav-toggle.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-toggle.open span:last-child {
        transform: rotate(-45deg) translate(8px, -8px);
    }

    .nav-toggle span {
        position: relative;
        display: block;
        height: 3px;
        width: 100%;
        margin-top: 8px;
        background-color: #000;
        transition: all .25s;
    }
}

/*____________________________________________footer*/

footer {
    width: 100%;
    position: relative;
    margin-top: 5em;
}

.footerContactArea {

    margin: 0 0 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;


}

.footerContact {
    width: 49%;
}

.footerUpArea {
    padding: 0;
    position: relative;
}

.footerUp {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 2%;
    bottom: 2%;
    background-color: hsla(359, 38%, 30%, 1.00);
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footerUp.fadeInButton {
    opacity: 1;
    display: block;
}

@media (max-width: 1000px) {
    footer {
        margin-top: 2.5em;
    }

    .footerUp {}
}

@media (max-width: 768px) {
    .footerContactArea {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footerContact {
        width: 95%;
        margin-bottom: 0.5rem;
    }

    .footerUp {}
}

.footerUp img {
    width: 100%;
}

.footerBnrArea {
    padding: 3rem 0 0 0;
    /* background-color: #E1E1E1;*/
    margin-bottom: 3rem;
    border-top: 1px solid hsla(0, 0%, 80%, 1.00);
}

.footerBnrArea.noBorder {
    border-top: 0px solid hsla(0, 0%, 80%, 1.00);
}

.footerBnrSlide {
    width: 100%;
}

.footerBnr {
    margin: 0 7px;
}

.footerBnr img {
    width: 100%;
}

.footerSupportArea {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.supportInner {
    max-width: 1100px;
    margin: auto;
}

.supportMapBox {
  margin-bottom: 1rem;
}

.supportMap {
  width: 35%;
  margin: 0 auto;
}
.supportMap img {
  width: 100%;
  height: auto;
}

.supportListBox {
    padding: 0 40px;
}

.supportList {
    display: flex;
    flex-wrap: wrap;
}
.supportList li::after {
    content: "/";
    padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .supportMap {
    width: 65%;
    margin: 0 auto;
  }
  
  .supportListBox {
      font-size: 0.8rem;
  }
}

/*slick*/

.footerBnrContainer {
    padding: 0 40px;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
    color: #B3B3B3;
}

.prev-arrow {
    left: -25px;
    width: 0;
    height: 0;
}

.next-arrow {
    right: 0px;
    width: 0;
    height: 0;
}

/*.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-next {
    right: -30px;
    z-index: 99;
    

}

.slick-next:before{
     font-family: 'Font Awesome 5 Free';  
    content: '\f054'; 
    font-size: 18px;
}


.slick-prev {
     left: -30px;
    z-index: 100;
}

.slick-prev:before{
     font-family: 'Font Awesome 5 Free';  
    content: '\f053'; 
     font-size: 18px;
}
*/
/*dot color*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

/*画像の横幅可変*/
/*img {
    max-width: 100%;
     height: auto;
}*/

@media (max-width: 1000px) {}

@media (max-width: 768px) {
    .slide-arrow {
        position: absolute;
        top: 50%;
        font-size: 1rem;
        margin-top: -10px;
        color: #B3B3B3;
    }

    .footerBnrArea {
        padding: 10px 0;
    }

    .footerBnrContainer {
        padding: 0 24px;
        /* width: 90%;*/
    }

    /*    .slick-next {
  right: -15px;
         width: 15px;
	height: 15px;
}
    
    .slick-prev {
   left: -20px;
         width: 30px;
	height: 30px;

}
    
   
    
        .slick-next:before,
     .slick-prev:before
    {
    font-size:13px;
}
*/


    .footerBnr {
        margin: 0 3px;
    }
}




.footerLogoArea {
    width: 100%;
    padding: 1.5rem 0 1rem;
}

.footerLogo {
    max-width: 340px;
    margin: 0 25px 0 0;
    float: left;
}

.footerAdress {
    width: 100%;
    line-height: 1rem;
    font-size: 0.8rem;
    text-align: left;
    margin: 0.3rem 0 0.8rem;
}

.footerLogoRight {
    line-height: 1.3rem;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

.footerCopyright {
    font-size: 0.7rem;
    margin: 0 0 0.5rem 0;
    line-height: 2em;
}


@media (max-width: 1000px) {
    .footerImg img {
        width: 140%;
        margin-left: -20%;
    }
}

@media (max-width: 768px) {
    .footerLogoArea {
        width: 90%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 80px !important;
    }

    .footerLogo {
        width: 75%;
        margin-left: 0%;
        float: none;
    }

    .footerCopyright {
        font-size: 0.5rem;
    }

    .footerLogoRight span {
        display: inline-block;
        margin-top: 0.3rem;
    }
}

@media (max-width: 450px) {
    .footerImg img {
        width: 220%;
        margin-left: -100%;
    }
}


/*accordion*/

.footerMenuArea {
    position: relative;
    background-color: #ECECEC;
    padding: 30px 0;
}

.footerMenuArea a {
    color: #000;
}

.footerMenuArea a:hover {
    color: #000;
    opacity: 0.7;
}

.acArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1100px;
    padding: 0 1rem;
    margin: auto;
}

.acMenu {
    width: 100%;
}

.ac {
    line-height: 2.1em;
    position: relative;
    margin: 0 0 1.5em 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.ac-trigger {
    font-size: 95%;
    font-weight: 600;
    line-height: 1.2rem;
    padding-bottom: 0.5rem;
}

.ac-noTrigger {
    font-size: 100%;
    font-weight: 600;
}

.ac-target {
    position: relative;
    /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;*/
}

.ac-sub {
    font-size: 80%;
    width: 100%;
    line-height: 1rem;
    padding: 0.4rem 0
}

.ac .ac-trigger:after {
    content: '';
}

.ac.is-active .ac-trigger:after {
    content: '';
}

@media (max-width: 1000px) {
    .ac {
        padding: 0 0px;
    }

    .ac-trigger,
    .ac-noTrigger {
        margin: 0 0px;
        padding: 0 10px;
    }

    .ac-sub a {
        display: block;
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .footerMenuArea {
        padding: 0px 0;
    }

    .acArea {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ac {
        line-height: 4.1em;
        position: relative;
        /* background-color: #fff;*/
        margin: 0 0 0em 0;
        /* border-top: 1px solid #d9d9d9;*/
        border-bottom: 1px solid #d9d9d9;
    }

    .ac.first {
        border-top: 1px solid #d9d9d9;
    }

    .ac-trigger {
        font-size: 95%;
        font-weight: 600;
        line-height: 4rem;
        padding-bottom: 0rem;
        background-color: hsla(0, 0%, 100%, 1.00);
    }

    .ac .ac-trigger:before {
        /*   font-family: 'Font Awesome 5 Free';
    content: '\f067';*/
        font-family: 'fontello';
        content: '\e804';
        position: absolute;
        /*  top: 0;*/
        right: 12px;
        color: #ACACAC;
        font-size: 0.9rem;
    }

    .ac .ac-noTrigger:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f054';
        position: absolute;
        /*  top: 0;*/
        right: 14px;
        color: #387F42;
        font-weight: 900;
        font-size: 11px;
    }

    .ac .ac-noTrigger {
        border-top: 1px solid #F6F3F3;
        border-bottom: 1px solid #F6F3F3;
    }

    .ac .ac-noTrigger a {
        display: block;
    }

    .ac .ac-target {
        display: none;
    }

    .ac.is-active .ac-trigger:before {
        /*   font-family: 'Font Awesome 5 Free';
    content: '\f068';*/
        font-family: 'fontello';
        content: '\e803';
        right: 14px;
        color: #ACACAC;
        font-size: 0.9rem;
    }

    .ac.is-active .ac-target {
        display: block;
    }

    .ac-sub {
        border-top: 1px solid #d9d9d9;
        /* border-bottom: 1px solid #d9d9d9;*/
        font-size: 90%;
        line-height: 2rem;
        background-color: hsla(0, 0%, 95%, 1.00);
    }

    .ac-sub a {
        margin: 0 20px;
        color: #000;
    }

    .awesome {
        /*    font-family: 'Font Awesome 5 Free';*/
        font-family: 'fontello';
    }

    .ac .ac-sub:before {
        /*  content: '\f054';*/
        font-family: 'fontello';
        content: '\E801';
        /*content: '>';*/
        position: absolute;
        right: 14px;
        color: #ACACAC;
        font-weight: 900;
        font-size: 13px;
    }
}

/*button bt*/

.bt-normal {
    margin: 0.5rem 1rem;
    display: inline-block;
}

.bt-normal a.current {
    color: #fff !important;
    background-color: #524532 !important;
}

.bt-normal a {
    min-width: 300px;
    border: 1px solid #524532;
    border-radius: 100px;
    /*  line-height: 2rem;*/
    text-align: center;
    display: block;
    color: #524532;
    /* background-color: hsla(0,0%,100%,1.00);*/
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
    line-height: 1.4rem;
}

.bt-normal.autoW a {
    min-width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.bt-normal a:hover {
    color: #fff;
    background-color: #524532;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.bt-normal.top a {
    border: 1px solid #fff;
    border-radius: 100px;
    /* padding: 1rem;*/
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0);
}

.bt-normal.top a:hover {
    color: #524532;
    background-color: #fff;
}

.bt-normal.redcol a {
    border: 1px solid hsla(0, 0%, 100%, 0.00);
    color: #fff;
    background-color: #cb5235;
}

.bt-normal.redcol a:hover {
    border: 1px solid #cb5235;
    color: #cb5235;
    background-color: #fff;
}

.bt-normal.look a {}

.bt-normal.recruit-a,
.bt-normal.recruit-b {
    margin: 0.3rem 0.3rem;
}

.bt-normal.recruit-a a,
.bt-normal.recruit-b a {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 0.7rem 1.5rem;
    line-height: 1.9rem;
    min-width: 250px;
}

.bt-normal.recruit-a a {
    border: 1px solid #EE8727;
    background-color: #EE8727;
}

.bt-normal.recruit-a a:hover {
    border: 1px solid #EE8727;
    color: #EE8727;
    background-color: #fff;
}

.bt-normal.recruit-b a {
    border: 1px solid #D02540;
    background-color: #D02540;
}

.bt-normal.recruit-b a:hover {
    border: 1px solid #D02540;
    color: #D02540;
    background-color: #fff;
}

.recruitBt-textS {
    font-size: 0.9rem;
    line-height: 1.4rem;
}

/*category*/

.bt-normal.category {
    margin: 0.4rem 0.2rem;
}

.bt-normal.category a {
    min-width: 150px;
    color: #524532;
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
}

.bt-normal.category a:hover {
    color: #fff;
}

.bt-normal.single {
    width: 70%;
}


.bt-normal.inside {
    position: relative;
    max-width: 250px;
    width: 100%;
    margin: 0;
}

.bt-normal.inside a {
    /* padding:0;*/
    min-width: auto;

}


.bt-normal.smallBt {
    margin: 0 0.5rem;
    display: inline-block;
}

.bt-normal.smallBt a {
    min-width: 160px;
    font-size: 1.1rem;
    padding: 0.7rem 1.5rem;
    line-height: 1.1rem;
}

.bt-normal.topics {
    margin: 0.5rem 0.2rem;
    display: inline-block;
}

.bt-normal.topics a {
    min-width: auto;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
    padding: 0.7rem 1.5rem;
    line-height: 1.1rem;
}

.bt-normal.next {}

.bt-normal .next:after {
    font-family: 'fontello';
    content: '\E801';
    position: relative;
    right: -1.5rem;
    font-size: 0.7rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem 0 0;
}

.bt-normal .prev:before {
    font-family: 'fontello';
    content: '\E800';
    position: relative;
    left: -0.5rem;
    font-size: 0.7rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem 0 0;
}


@media (max-width: 768px) {
    .bt-normal {
        margin: auto;
        width: 90%;
    }

    .bt-normal a {
        font-size: 1rem;
        margin: 0.5rem auto;
        min-width: 100px;
        padding: 0.7rem 1rem;
    }

    .bt-normal.category {
        margin: 0.4rem 0.1rem;
        width: auto;
    }

    .bt-normal.category a {
        min-width: 60px;
        color: #524532;
        font-size: 0.8rem;
        padding: 0.6rem 0.5rem;
        margin: 0rem;
    }

    .bt-normal.recruit-a,
    .bt-normal.recruit-b {
        margin: 0rem 0rem;
    }

    .bt-normal.recruit-a a,
    .bt-normal.recruit-b a {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
        padding: 0.7rem 1.5rem;
        line-height: 1.9rem;
        max-width: 300px;
    }

    .bt-normal.single {
        width: 100%;
    }

    .bt-normal.inside {
        position: relative;
        /*  width: 100%;
        max-width:100px;*/
        margin: 1rem 0;
    }

    .bt-normal.smallBt {
        min-width: 0px;
        width: 45% !important;
        margin: 0 0.2rem;
    }

    .bt-normal.smallBt a {
        min-width: 0px;
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
        line-height: 0.9rem;
    }

}

/*_________________________________________contents*/

/*Flex layout*/

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}


.flex-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.flex-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

}

.flex-nowrapCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.flex-beforeAfter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}










.flex-item-2 {
    position: relative;
    width: 48%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.flex-item-2.textBox {
    width: 50%;
}


.flex-item-3 {
    position: relative;
    width: 32%;
}

.flex-item-3-fix {
    position: relative;
    width: 32%;
}

.flex-item-4 {
    position: relative;
    width: 24%;
}

.flex-item-4-fix {
    position: relative;
    width: 24%;
}

.flex-item-nm1 {
    position: relative;
    width: 100%;
}

.flex-item-nm2 {
    position: relative;
    width: 50%;
}

.flex-item-nm3 {
    position: relative;
    width: 33.33333%;
}

.flex-item-nm4 {
    position: relative;
    width: 25%;
}



.flex-item-nm40 {
    position: relative;
    width: 40%;
}

.flex-item-nm30 {
    position: relative;
    width: 30%;
}

.flex-item-nm60 {
    position: relative;
    width: 60%;
}

.flex-item-nm70 {
    position: relative;
    width: 70%;
}

.flex-item-ba1 {
    width: 45%;
    position: relative;
}











.of-hidden {
    overflow-x: hidden;
    overflow-y: hidden;
}

.fullCenter {
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fullCenter img {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}



@media (max-width: 768px) {
    .flex-item-2 {
        width: 100%;
    }

    .flex-item-2.textBox {
        width: 100%;
    }

    .flex-item-3 {
        width: 100%;
    }

    .flex-item-4 {
        position: relative;
        width: 49%;
    }

    .flex-item-nm2 {
        width: 100%;
    }

    .flex-item-nm3,
    .flex-item-nm4 {
        width: 50%;
    }

    .flex-item-nm40,
    .flex-item-nm30,
    .flex-item-nm70 {

        width: 100%;
    }

    .flex-item-nm60 {

        width: 100%;
    }

    .flex-item-ba1 {
        width: 100%;

    }

    .flex-item-ba2 {
        position: relative;
    }


    .flex-beforeAfter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;


    }



    .flex-item-ba1 {}

    .flex-item-ba1 {}

    .flex-item-ba2 .fullCenter {
        top: 0%;
        left: 0;
        transform: translate(0%, 0%);
        margin: auto;
        width: 100%;
    }

    .flex-item-ba2 .fullCenter img {
        text-align: center;
        margin: auto;
        display: block;
    }


}

/*h1 header*/

.h1-header {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 200px;
    margin: auto;
    padding: 2rem 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1-header.company {
    background-image: url(../img/common/header/head_company.jpg);
}

.h1-header.topics {
    background-image: url(../img/common/header/head_topics.jpg);
}

.h1-header.recruit {
    background-image: url(../img/common/header/head_recruit.jpg);
}

.h1-header.other {
    background-image: url(../img/common/header/head_other.jpg);
}

.h1-header.staff {
    background-image: url(../img/common/header/head_staff.jpg);
}


.h1-header.housing_3 {
    background-image: url(../img/common/header/head_2_3.jpg);
}

.h1-header.housing_4 {
    background-image: url(../img/common/header/head_2_4.jpg);
}

.h1-header.housing_5 {
    background-image: url(../img/common/header/head_2_5.jpg);
}

.h1-header.housing_8 {
    background-image: url(../img/common/header/head_2_8.jpg);
}

.h1-header.housing_6 {
    background-image: url(../img/common/header/head_2_6.jpg);
}

.h1-header.housing_7 {
    background-image: url(../img/common/header/head_2_7.jpg);
}

.h1-header.renovation_5 {
    background-image: url(../img/common/header/head_3_5.jpg);
}

.h1-header.renovation_6 {
    background-image: url(../img/common/header/head_3_6.jpg);
}

.h1-header.renovation_7 {
    background-image: url(../img/common/header/head_3_7.jpg);
}

.h1-header.real_1 {
    background-image: url(../img/common/header/head_4_1.jpg);
}

.h1-header.real_2 {
    background-image: url(../img/common/header/head_4_2.jpg);
}

.h1-header.real_3 {
    background-image: url(../img/common/header/head_4_3.jpg);
}

.h1-header.real_4 {
    background-image: url(../img/common/header/head_4_4.jpg);
}

.h1-header.real_5 {
    background-image: url(../img/common/header/head_4_5.jpg);
}



.h1Set {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0rem auto 1.5rem;
    text-shadow: 0rem 0rem 0.5rem hsla(0, 0%, 0%, 0.5);
    overflow-x: 0;
}

.h1Set.center {
    margin: 0rem auto 0rem;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.h1Set h1 {
    text-align: center;
    color: hsla(0, 0%, 100%, 1.00);
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    margin: auto auto 0.9rem;
    line-height: 1em;
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 0.5rem;
}

.h1Icon {
    width: 60px;
    margin: 0 auto 0.9rem;
}

.h1Text {
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    color: hsla(0, 0%, 100%, 1.00);
    margin: 0;
    line-height: 1.2em;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.2rem;
}

@media (max-width: 768px) {
    .h1Set h1 {
        margin: auto auto 0.9rem;
        line-height: 1em;
        font-size: 1.6rem;
        letter-spacing: 0.2rem;
    }
}

/*____________breadcrumb*/

.breadcrumb {
    /*min-height: 40px;*/
    background-color: hsla(0, 0%, 93%, 1.00);
    position: relative;
    padding: 0.7rem 0;
}

.breadcrumb ul {
    line-height: 0rem;
    /*margin-left:20px;*/
    margin: 0;
    padding-left: 1rem;
}

.breadcrumb li {
    display: inline;
    list-style: none;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.breadcrumb li:after {
    /* >を表示*/
    /*  content: '>';
  padding: 0 3px;*/
    position: relative;
    font-family: 'fontello';
    content: '\E801';
    /*content: '>';*/
    /* 
    right: 14px;*/
    color: #000;
    font-weight: 900;
    font-size: 10px;
    padding: 0 0.4rem 0 0.4rem;
    bottom: 0.1rem;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li:first-child:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 6px;
    background-image: url("../img/common/icon_home.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

/*.breadcrumb li:first-child:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f015';
    position: absolute;
    margin-left: -1.4em;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}*/

.breadcrumb li a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {}

/*table*/

table {
    border-collapse: collapse;
    width: 100%;

}

table th,
table td {
    padding: 1rem;
    border: 1px solid #d2d2d2;
}

table th {
    background-color: #ECECEC;
    text-align: center;
    /*width: 30%;*/
}

@media screen and (max-width: 768px) {
    table {
        /*border-top: 1px solid #d2d2d2;*/
    }

    table td {
        padding: 0.5rem;
        display: block;
        text-align: center;
    }

    table th {
        padding: 0.5rem;
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }
}

/*table.type-a*/


table.type-a th,
table.type-a td {
    line-height: 1.5rem;
    border-left: 0px solid #d2d2d2;
    border-right: 0px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-top: 0px solid #d2d2d2;
}

/*table.type-a th:nth-child(1){
border-top: 0px solid #d2d2d2;
}

table.type-a td:nth-child(1){
border-top: 0px solid #d2d2d2;
}*/


table.type-a th {
    vertical-align: top;
    background-color: transparent;
    text-align: left;
    width: 25%;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    table.type-a {
        font-size: 0.9rem;
    }

    table.type-a th,
    table.type-a td {
        line-height: 1.5rem;
        border-left: 0px solid #d2d2d2;
        border-right: 0px solid #d2d2d2;
        border-bottom: 0px solid #d2d2d2;
        border-top: 0px solid #d2d2d2;
    }

    table.type-a th {
        vertical-align: middle;
        /* background-color: #ECECEC;*/
        text-align: left;
        width: 100%;
        padding-top: 2rem;
        border-bottom: 1px solid #d2d2d2;
        font-weight: bold;
    }

    table.type-a td {
        padding: 0.5rem;
        text-align: left;
    }
}

/*table type-b*/

.tableFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

table.type-b {
    border-collapse: collapse;
    width: 50%;
    border-bottom: 1px solid #d2d2d2;
}

table.type-b th,
table.type-b td {
    padding: 1rem;
    line-height: 1.2rem;
}

table.type-b th {
    text-align: left;
    background-color: #ECECEC;
    font-weight: normal;
}

table.type-b td {}

table.type-b td:nth-child(1) {
    width: 80%;
}

table.type-b td:nth-child(2) {
    text-align: center;
    width: 80%;
}

table.type-b th:nth-child(2) {
    text-align: center;
}

.type-b-first {
    /* width:80%;*/
}

@media screen and (max-width: 768px) {
    table.type-b {
        border-top: 1px solid #d2d2d2;

    }

    table.type-b tr:nth-child(1) {
        /* border-top: 0px solid #d2d2d2;*/
    }

    table.type-b {
        width: 100%;
        font-size: 0.8rem;
    }

    table.type-b.noBorder {
        border-top: 0px solid #d2d2d2;
    }

    table.type-b.noBorder td {
        border-top: 0px solid #d2d2d2;
    }

    table.type-b td {
        padding: 0.8rem 0.5rem;
        display: table-cell;
        text-align: left;
    }

    table.type-b th {
        padding: 0.8rem 0.5rem;
        display: table-cell;
        border-top: none;
        border-bottom: none;
        width: 80%;
    }
}



/*table.type-c*/


table.type-c th,
table.type-c td {
    line-height: 1.5rem;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}

/*table.type-a th:nth-child(1){
border-top: 0px solid #d2d2d2;
}

table.type-a td:nth-child(1){
border-top: 0px solid #d2d2d2;
}*/


table.type-c th {
    vertical-align: top;
    background-color: hsla(0, 0%, 92%, 1.00);
    text-align: left;
    width: 25%;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    table.type-c {
        font-size: 0.9rem;
    }

    table.type-c th,
    table.type-c td {
        line-height: 1.5rem;
        border-left: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        border-bottom: 0px solid #d2d2d2;
        border-top: 0px solid #d2d2d2;
    }

    table.type-c th {
        vertical-align: middle;
        /*  background-color:#fff;*/
        text-align: left;
        width: 100%;
        /* padding-top: 2rem;*/
        border-bottom: 1px solid #d2d2d2;
        font-weight: bold;
    }

    table.type-c th:first-child {
        border-top: 1px solid #d2d2d2;
    }


    table.type-c td {
        padding: 0.5rem;
        text-align: left;
    }

    table.type-c tr:last-child {
        border-bottom: 1px solid #d2d2d2;
    }

}




/*table.type-f*/

table.type-f th,
table.type-f td {
    line-height: 1.5rem;
    border-left: 0px solid #d2d2d2;
    border-right: 0px solid #d2d2d2;
    border-bottom: 0px solid #d2d2d2;
    border-top: 0px solid #d2d2d2;
    padding: 1rem 0;
}

/*table.type-a th:nth-child(1){
border-top: 0px solid #d2d2d2;
}

table.type-a td:nth-child(1){
border-top: 0px solid #d2d2d2;
}*/


table.type-f th {
    vertical-align: top;
    background-color: transparent;
    text-align: left;
    width: 25%;
    font-weight: bold;
}

table.type-f th .reqIcon {}

@media screen and (max-width: 768px) {
    table.type-f {
        font-size: 0.9rem;
    }

    table.type-f th,
    table.type-f td {
        line-height: 1.5rem;
        border-left: 0px solid #d2d2d2;
        border-right: 0px solid #d2d2d2;
        border-bottom: 0px solid #d2d2d2;
        border-top: 0px solid #d2d2d2;
    }

    table.type-f th {
        vertical-align: middle;
        /* background-color: #ECECEC;*/
        text-align: left;
        width: 100%;
        padding-top: 2rem;
        border-bottom: 0px solid #d2d2d2;
        font-weight: bold;
    }

    table.type-f td {
        padding: 0.5rem;
        text-align: left;
    }
}

/*topics*/
.topicsList .data {
    margin: 0 0 0.5rem 0;
}

ul.topicsList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topicsList li:first-child {
    border-top: 1px solid #d9d9d9;
}

.topicsList li {
    position: relative;
}

.topicsList li:before {
    font-family: 'fontello';
    content: '\E801';
    position: absolute;
    top: 50%;
    right: 0em;
    width: 1em;
    margin-top: -.8em;
    color: #ACACAC;
}

.topicsList li a {
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 1.5rem 2rem 1rem 1rem;
    line-height: 1.5rem;
}

.topicsList li:hover {
    background-color: hsla(0, 0%, 0%, 0.03);
}

@media screen and (max-width: 768px) {
    .topicsList li:before {
        right: -0.5em;
    }

    .topicsList li a {
        padding: 1.5rem 1rem 1rem 0rem;
        line-height: 1.5rem;
    }
}

/*pagenation*/

ul.pagenation {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

ul.pagenation li {
    display: inline;
}

ul.pagenation li a {
    color: black;
    float: left;
    padding: 0.5rem 1rem;
    text-decoration: none;
    margin: 0 0.3rem;
}

ul.pagenation li a.number {
    border: 1px solid #564530;
}

ul.pagenation li a.active {
    background-color: #564530;
    border: 1px solid #564530;
    color: white;
}

ul.pagenation li a:hover:not(.active) {
    background-color: #ddd;
}

@media screen and (max-width: 768px) {
    ul.pagenation li {
        font-size: 0.7rem;
    }

    ul.pagenation li a {
        padding: 0.4rem 0.7rem;
        margin: 0 0.1rem;
    }
}

/*map*/


.mapFrame-a {
    width: 100%;
}

.mapFrame-b {
    width: 48%;
}

.ggmap {
    position: relative;
    padding-bottom: 60%;
    /* padding-bottom: 36.25%;*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 768px) {
    .mapFrame-b {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.stampText {
    margin-right: 1rem;
    /* width:70%;*/
}

.stampImg {
    width: 59px;
}

.stampArea {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*form*/

input[type="text"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
}

label.radio {
    margin-right: 2rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[name="zipcode"] {
    padding: 1rem;
    width: 100%;
    background-color: hsla(0, 0%, 92%, 1.00);
    border: solid 0px #ccc;
}

.your-zipcode input[type="text"] {
    width: auto;
}



.mailnumber {
    width: auto !important;
}

textarea {
    padding: 1rem;
    width: 100%;
    background-color: hsla(0, 0%, 92%, 1.00);
    border: solid 0px #ccc;
    min-height: 150px;
}

textarea.bikou {
    min-height: 30px;
    height: 5rem;
}


input[type="radio"] {
    margin-right: 0.2rem;
}

.form-textSmall {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin: 1rem 0 0;
}

.hiddenText {
    padding: 1rem 1rem;
    font-size: 0.8rem;
    position: relative;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid hsla(0, 0%, 78%, 1.00);
}

.hiddenText h5 {
    font-size: 0.9rem;
}

.submitBtn,
.wpcf7-confirm,
.wpcf7-back,
.wpcf7-submit {
    min-width: 150px;
    border: 1px solid #524532;
    border-radius: 100px;
    /*  line-height: 2rem;*/
    text-align: center;
    display: inline-block;
    color: #524532;
    background-color: hsla(0, 0%, 100%, 1.00);
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    margin: 0 0.2rem;
    white-space: pre-line;
    word-break: break-all;
}


.submitBtn:hover,
.wpcf7-confirm:hover .wpcf7-back:hover,
.wpcf7-submit:hover {
    color: #fff;
    background-color: #524532;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.submitBtn a:hover {
    color: #fff;
    text-decoration: none;
}

.submitBtn.send,
.wpcf7-confirm,
.wpcf7-submit {
    min-width: 300px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #cb5235;
}

.submitBtn.send:hover,
.wpcf7-confirm:hover,
.wpcf7-submit:hover {
    border: 1px solid #cb5235;
    color: #cb5235;
    background-color: #fff;
}

.midCareer {
    display: none;
}

.underBorder {
    border-bottom: 1px solid #d2d2d2 !important;
}

.wpcf7 .ajax-loader {
    display: none !important;
}


@media screen and (max-width: 768px) {
    label.radio {
        margin-right: 2rem;
        display: block;
        width: 100%;
    }

    .submitBtn {
        min-width: 30%;
        font-size: 1rem;
        padding: 0.7rem 1rem;
    }

    .submitBtn.send {
        min-width: 55%;
    }
}

@media screen and (min-width: 769px) {

    input[type="tel"],
    input[type="email"],
    input[name="zipcode"] {
        width: auto;
    }
}




/*index-bottom-area*/

.index-bottom-area {
    text-align: center;
    width: 100%;
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding: 2rem 0;
    z-index: 10;
}

.index-bottom-area.gray {
    padding: 1rem 0;
    background-color: hsla(0, 0%, 94%, 1.00);

}

.index-bottom-area.yellow {
    padding: 1rem 0;
    background-color: hsla(46, 63%, 95%, 1.00);
}

.index-bottom-area.yellow2 {
    padding: 1rem 0;
    background-color: hsla(40, 57%, 91%, 1.00);
}

.index-bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index-bottom-flex.justify-center {
    position: relative;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




.index-bottom-item {
    width: 48%;

}

.companyArea {
    width: calc(100% - 30px);
    max-width: 600px;
    margin: auto;
}

.company-left {
    /* width:38%;*/
    width: 100%;
    /*  max-width:500px;*/
    margin-bottom: 0rem;
}

.company-right {
    /* width:60%;*/
    width: 100%;
    /*  max-width:500px;*/
}

.index-bottom-photo {position: relative;}

.index-bottom-title {
    text-align: center;
    font-size: 1.4rem;
    margin: 2.5rem 0 1rem;
    line-height: 1.2rem;
    font-weight: bold;
}

.index-bottom-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4rem;
    text-align: center;
    margin: 1rem 0 2rem;
}

.index-bottom-map {
    width: 100%;
    height: 384px;
}

.index-bottom-item.triple {
    width: 32%;
    position: relative;
}

.index-bottom-item.triple2 {
    width: 30%;
    position: relative;

}

.index-bottom-text.min {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0rem;
}


.staffDate {
    color: hsla(0, 0%, 60%, 1.00);
    text-align: left;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .companyArea {
        max-width: 100%;
        margin: 0 auto 1rem;
    }

    .index-bottom-item {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .company-right,
    .company-left {
        width: 100%;
        max-width: 100%;
    }

    .index-bottom-item.triple,
    .index-bottom-item.triple2 {
        width: 100%;
        /*   margin:0 auto 1rem ;*/
    }

    .index-bottom-title {
        font-size: 1rem;
        margin: 1rem 0 0.5rem;
        line-height: 1.2rem;
        font-weight: bold;
    }

    .index-bottom-text {
        line-height: 1.2rem;
        font-size: 0.8rem;
        margin: 0.5rem 0 0rem 0;
    }

    .index-bottom-map {
        height: 300px;
        margin-top: 1em;
    }

    .staffDate {
        line-height: 1.2rem;
        margin-bottom: 0rem;
    }

    .index-bottom-flex {
        margin-bottom: 1rem;
    }
}


.komeList {
    text-indent: -1em;
    margin-left: 1em;
}

.komeList:before {
    content: '※';
}




/*タブ*/

.ChangeElem_Panel {
    display: none;
}

.icon-works {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsla(0, 0%, 0%, 1.00);
    color: #fff;
    line-height: 1;
    padding: 0.5rem;
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
}

.icon-before {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 0%, 1.00);
    color: #fff;
    line-height: 1;
    padding: 0.5rem;
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
}

.icon-before.after {
    left: auto;
    right: 0;
}

.blog-left {
    width: 80%;
    margin: 0 auto;
    padding-right: 1rem;
    min-height: 50vh;
}

.blog-right {
    width: 30%;
    padding: 1rem 1rem 1rem 2rem;
    border-left: 1px dotted hsla(0, 0%, 77%, 1.00);
    /*    background-color: hsla(210,9%,96%,1.00);*/
}


.min-height50-area {
    min-height: 50vh;
}

.your-zipcode {}



@media (max-width: 768px) {
    .icon-works {
        padding: 0.2rem;
        font-size: 0.8rem;
    }

    .blog-left {
        width: 100%;
        padding: 0.5rem;
        min-height: auto;
    }

    .blog-right {
        margin-top: 2rem;
        width: 100%;
        padding: 2rem 0.5rem 0.5rem 0.5rem;
        border-top: 1px dotted hsla(0, 0%, 77%, 1.00);
        border-left: 0px dotted hsla(0, 0%, 77%, 1.00);
    }

    .min-height50-area {
        min-height: auto;
    }


}


input.wpcf7c-conf,
textarea.wpcf7c-conf {
    background-color: #EBEBEB;
}


/*wp-pagenavi*/

.wp-pagenavi {
    clear: both;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #000;
    background-color: #FFF;
    border: 1px solid #564530;
    padding: 0.4rem 0.8rem;
    margin: 1px 4px;
    white-space: nowrap;
    /*-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;*/
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {

    color: #FFF;
    background-color: #564530;
    /* font-weight: bold;*/
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #564530;
    font-weight: bold;
}

.wp-pagenavi .pages {
    border: 0px solid #564530;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    border: 0px solid #564530;
}


@media (max-width: 768px) {
    .wp-pagenavi .pages {
        width: 100%;
    }

}

/*flow content*/

.flow--wrapper {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}

.flow--content {
    position: relative;
    margin: auto;
    width: 1080px;
}

.flow--free {
    position: absolute;
    left: 60px;
    bottom: 0px;
    text-align: center;
    width: 360px;
    padding: 10px;
    background-color: #90710c;
    color: #fff;
    z-index: 100;
    border-top: 1px solid #1f657a;
    font-family: 'Noto Serif JP', serif;
}

.flow--content ol {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flow--content ol li {
    position: relative;
    writing-mode: vertical-rl;
    text-align: initial;
    padding: 15px 12px 0;
    border-right: 1px solid #1f657a;
    border-top: 1px solid #1f657a;
    border-bottom: 1px solid #1f657a;
    max-height: 280px;
    height: 100%;
    width: 60px;
    line-height: 35px;
    font-family: 'Noto Serif JP', serif;
}

.flow--content ol li:first-child {
    border-left: 1px solid #1f657a;
}

.flow--content ol li:before {
    content: "";
    position: absolute;
    top: 40%;
    right: -36px;
    border: 18px solid transparent;
    border-top: 18px solid #1f657a;
    transform: rotate(270deg);
    z-index: 99;
}

.flow--content ol li:after {
    content: "";
    position: absolute;
    top: 40%;
    right: -35px;
    border: 18px solid transparent;
    border-top: 18px solid #fff;
    transform: rotate(270deg);
    z-index: 99;
}

.flow--content ol li:last-child::before,
.flow--content ol li:last-child::after {
    display: none;
}

.flow--content ol .bk-gr {
    background-color: #1f657a;
    color: #fff;
}

.flow--content ol .bk-og {
    background-color: #ed6d1f;
    color: #fff;
}

.flow--content ol .bk-gr::before {
    display: none;
}

.flow--content ol .bk-gr::after {
    border-top: 18px solid #1f657a;
}

.flow--content ol .bk-og::after {
    border-top: 18px solid #ed6d1f;
}

.flow--desc {
    text-align: start;
    margin: 20px auto 40px;
}

@media screen and (max-width:1024px) {
    .flow--content {
        width: 900px;
    }

    .flow--free {
        left: 50px;
        width: 300px;
    }

    .flow--content ol li {
        width: 50px;
        line-height: 30px;
    }

    @media screen and (max-width:768px) {
        .flow--content {
            width: 90%;
            margin: auto;
        }

        .flow--content ol {
            display: block;
        }

        .flow--content ol li {
            width: 100%;
            writing-mode: lr;
            border-left: 1px solid #1f657a;
            line-height: normal;
            padding-bottom: 10px;
        }

        .flow--content ol li:before {
            top: 100%;
            right: 50%;
            transform: rotate(360deg);
        }

        .flow--content ol li:after {
            top: 94.2%;
            right: 50%;
            transform: rotate(360deg);
        }

        .flow--free {
            left: 93%;
            width: auto;
            bottom: 61%;
            height: 33.5%;
        }

        .flow--free p {
            writing-mode: vertical-rl;
            margin: 0;
        }

        .flow--desc {
            width: 90%;
            margin: auto;
            margin-top: 20px;
        }
    }

    @media screen and (max-width:480px) {
        .flow--free {
            left: 86%;
            max-width: 14%;
            width: 100%;
        }

        .flow--content ol li:after {
            top: 94.5%;
        }
    }
}


.colorBaseTitle {
    background-color: hsla(191, 43%, 41%, 1.00);
    color: #fff;
    position: relative;
    padding: 1rem 0;
}

.colorBaseTitle.second {
    background-color: hsla(8, 70%, 60%, 1.00);
}

.colorBaseTitle.third {
    background-color: hsla(33, 39%, 49%, 1.00);
}

.colorBaseTitle.forth {
    background-color: hsla(88, 40%, 41%, 1.00);
}

.colorBaseTitle.fifth {
    background-color: hsla(33, 39%, 49%, 1.00);
}

.colorBaseTitle.sixth {
    background-color: hsla(178, 27%, 53%, 1.00);
}

.reason-wrapper {
    max-width: 1080px;
    margin: auto;
}

.reasonBox {
    border: 1px solid hsla(0, 0%, 100%, 1.00);
    padding: 0.3rem 1rem;
    text-align: center;
    width: 74px;
    display: block;
}


.reasonTitle {
    vertical-align: top;
    font-family: a-otf-ryumin-pr6n, serif;
    line-height: 1.3em;
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
    margin-left: 2rem;
    padding: 0 0 0.3rem 0;

}


.normalBox-area {
    width: 100%;
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding: 5rem 0;
}

h5.reason {
    margin-top: 1rem;
    font-size: 1.20rem;
    text-align: start;
}

p.reason-p {
    text-align: start;
}

.keyImg {
    position: relative;
    max-width: 130px;
    margin: auto;
}

.keyImg2 {
    position: relative;
    max-width: 221px;
    margin: auto;
}

.reason-reverse {
    /* -ms-flex-wrap: wrap-reverse ;
      flex-wrap: wrap-reverse ;*/

}




@media (max-width: 768px) {

    .colorBaseTitle {

        padding: 1rem 0;
    }

    .reasonBox {
        font-size: 0.7rem;
        padding: 0.2rem 0.3rem;
        width: 52px;

    }


    .reasonTitle {
        line-height: 1.3em;
        font-size: 1.23rem;
        letter-spacing: 0.1rem;
        margin-left: 0.7rem;
        padding: 0 0 0.3rem 0;
    }

    .normalBox-area {
        padding: 2rem 0;
    }

    .keyImg {
        max-width: 100px;
    }

    h5.reason {
        font-size: 1rem;
    }

    .reason-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;

    }


}


/*footer sub menu*/

.footerSubMenu-area {
    border: 3px solid hsla(0, 0%, 90%, 1.00);
    padding: 1rem;
}

.footerSubMenu-full {
    width: 100%;
}


.footerSubBt {
    margin: 0.5rem 0;
}

.footerSubBt.top a {
    font-weight: bold;
}

.footerSubBt.current a {
    font-weight: bold;
    color: #A4886A;
}


@media (max-width: 768px) {
    .footerSubBt {
        margin: 0.2rem 0;
        width: 100%;
    }

}


.sectionNaviArea {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid hsla(0, 0%, 90%, 1.00);
}

.naviBt {
    position: relative;
    display: block;
    margin: 0.3rem 0;
}


.flex-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



@media (max-width: 768px) {

    .sectionNaviArea {
        padding: 1rem 0.5rem;
    }


    .naviBt {
        font-size: 0.9rem;
        width: 100%;
    }
}

.headerSlideImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

    width: 50%;
    max-width: 400px;
}

@media (max-width: 467px) {
    .headerSlideImg {
        width: 70%;
    }
}

.acIcon {
    line-height: 0;
    position: relative;
    max-width: 150px;
}

@media (max-width: 768px) {
    .acIcon {
        max-width: 115px;
    }

}

/*gallery*/

.gallerySlide {
    position: relative;
}

.gallerySlide-thumb {
    position: relative;
}

.gallerySlide-thumb img {
    cursor: pointer;
}



.gallerySlide-thumb .slick-slide {
    margin-right: 12px;
    /* ガター */
}

.gallerySlide-thumb .slick-list {
    margin-right: -12px;
    /* ガター分ネガティブマージン */
}

@media (max-width: 768px) {

    .gallerySlide-thumb .slick-slide {
        margin-right: 6px;
        /* ガター */
    }

    .gallerySlide-thumb .slick-list {
        margin-right: -6px;
        /* ガター分ネガティブマージン */
    }
}


h2.round {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    border: 1px solid hsla(31, 89%, 37%, 1.00);
    border-radius: 4rem;
    padding: 1rem;
    color: hsla(31, 89%, 37%, 1.00);
    margin-bottom: 2rem;
    position: relative;

}

h2.brownColor {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;

    color: hsla(31, 89%, 37%, 1.00);
    margin: 2rem 0;
}

h4.brownColor {
    color: hsla(31, 89%, 37%, 1.00);
    border-left: 4px solid hsla(31, 89%, 37%, 1.00);
}

.caption {
    position: relative;
    line-height: 1.3rem;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    /* text-align: center;*/
}

.captionCenter {
    width: 100%;
    position: relative;
    line-height: 1.3rem;
    font-size: 1rem;
    margin-top: 0.5rem;
    text-align: center;
}

@media (max-width: 768px) {

    h2.round {
        font-size: 1rem;
        letter-spacing: 0rem;
        padding: 0.5rem;
    }

    h2.brownColor {
        font-size: 1.3rem;
        letter-spacing: 0rem;
        margin: 2rem 0;
    }


}



.singleImg-80 {
    position: relative;
    width: 80%;
    max-width: 900px;
    margin: auto;
}

.singleImg-60 {
    position: relative;
    width: 60%;
    max-width: 700px;
    margin: auto;
}

.singleImg-40 {
    position: relative;
    width: 40%;
    max-width: 600px;
    margin: auto;
}

.singleImg-50 {
    position: relative;
    width: 50%;
    max-width: 650px;
    margin: auto;
}

@media (max-width: 768px) {

    .singleImg-80,
    .singleImg-60,
    .singleImg-50,
    .singleImg-40 {
        width: 100%;
    }



}



.pglink-bt-area {
    display: inline-block;
    width: 100%;
    position: relative;
}

.pglink-bt-area a {
    background-color: hsla(0, 0%, 93%, 1.00);
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 1.5rem 1.5rem;
    line-height: 1.4rem;
}

.pglink-bt-area a:hover {


    background-color: hsla(0, 0%, 85%, 1.00);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pglink-bt-area:before {
    font-family: 'fontello';
    content: '\E804';
    position: absolute;
    padding: 1.5rem 0rem;
    right: 1.5em;
    font-size: 0.8rem;
    vertical-align: middle;
    color: #574530;
    display: inline-block;
}

.grayBaseTitle-area {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: hsla(0, 0%, 93%, 1.00);

    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.grayBaseTitle-area.select-a {
    background-image: url(../img/housing/lineup/select/img_about_01s.jpg);
}

.grayBaseTitle-area.select-b {
    background-image: url(../img/housing/lineup/select/img_about_02s.jpg);
}

.grayBaseTitle-area.select-c {
    background-image: url(../img/housing/lineup/select/img_about_03s.jpg);
}

.grayBaseTitle-area.select-d {
    background-image: url(../img/housing/lineup/select/img_about_04s.jpg);
}

.grayBaseTitle-area.lifebox-a {
    background-image: url(../img/housing/lineup/lifebox/img_about_01s.jpg);
}

.grayBaseTitle-area.lifebox-b {
    background-image: url("../img/housing/lineup/lifebox/img_about_02s.jpg");
}

.grayBaseTitle-area.lifebox-c {
    background-image: url(../img/housing/lineup/lifebox/img_about_03s.jpg);
}



.minTitle {
    /*   position: absolute;
    width:100%;
    top:50%;*/

    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 800;
    font-style: normal;

    line-height: 2em;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.4rem;
}


@media (max-width: 768px) {

    .grayBaseTitle-area {
        min-height: 100px;
        background-position: center 0%;
        /* padding-right:1rem;*/

    }


    .minTitle {
        padding: 0.3rem;
        line-height: 1.2em;
        font-size: 1.1rem;
        letter-spacing: 0rem;
        text-align: center;
        background-color: hsla(0, 0%, 100%, 0.8);
    }

}


/* timeline */
.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
}

.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #718ca1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.cd-nugget-info a:hover {
    opacity: .8;
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}

.cd-nugget-info span svg {
    display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #718ca1;
}


.voice-name {
    background-color: hsla(0, 0%, 0%, 1.00);
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 1.5rem 1rem;
    color: hsla(0, 0%, 100%, 1.00);
}



.mHTextBox {
    padding: 3rem 3rem;
    background-color: hsla(0, 0%, 88%, 0.80);
    margin-left: -10%;
}

.mHTextBox.reverse {
    margin-left: auto;
    margin-right: -10%;
}

.grayBase-area {
    background-color: hsla(0, 0%, 93%, 1.00);
    padding: 2rem 5rem;
}

.grayBase-area.yellow {
    background-color: #F7EEDA;
    padding: 4rem 5rem;
}

.yellow-base {
    background-color: #F7EEDA;
}


@media (max-width: 768px) {

    .mHTextBox,
    .mHTextBox.reverse {
        padding: 1rem 1rem;
        background-color: hsla(0, 0%, 88%, 0.90);
        margin-left: 0%;
        margin-right: 0%;
        margin: 0rem 0 0rem 0 !important;
    }

    .grayBase-area {
        padding: 1rem 1rem;
    }

    .grayBase-area.yellow {
        background-color: #F7EEDA;
        padding: 2rem 0 4rem;
    }


}



/*bt-normal.infoBt*/

.bt-normal.infoBt {
    width: 45%;
    margin: 1rem 1rem;
}

.bt-normal.infoBt a {
    font-size: 1rem;
    background-color: hsla(0, 0%, 90%, 1.00);
    border-color: hsla(0, 0%, 90%, 1.00);
}

.bt-normal.infoBt a:hover {
    background-color: hsla(38, 25%, 25%, 1.00);
    border-color: hsla(0, 0%, 90%, 1.00);
}

@media (max-width: 768px) {
    .reason-wrapper {
        padding: 0 10px;
    }

    .bt-normal.infoBt {
        width: 100%;
        margin: 0rem 0rem;
    }

}



/*tab*/

.ChangeElem_Panel {
    display: none;
}


/*renovation about*/

.maxImg {
    max-width: 500px;
}

.aboutTextArea {
    padding: 3rem;
}

@media (max-width: 768px) {
    .aboutTextArea {
        padding: 1rem;
    }

}

.reform-content-wrap {
    display: none;
}

.reform-content-wrap .flex-item-nm2 img {
    object-fit: cover;
    height: 100%;
}

.nc-narrow {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tem_cert table.type-b th, table.type-b td {
    padding: 0.7rem 1rem;
}

/* 20231017 renovation_apartment.html エリア情報 */
.footerAreaInfo {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 60px auto;
}
.ex-url {
    display: flex;
}
.footerAreaInfo a {
    display: inline;
    word-break: break-all;
}
.footerAreaInfo span {
    white-space: nowrap;
}


/* 20240124 */
.cmn-index-bottom-item-inner {
    position: relative;
}

.cmn_reform_problem_txt {
    text-align: left;
    margin: 10px 0px;
    font-size: 12px;
    line-height: 2;
}

@media(min-width:769px) {
    .cmn_reform_problem_txt {
        font-size: 16px;
        margin: 5px 0px;
    }
}

/* 20240513 */
.cmn-index-wrap {
    min-height: 250px;
}

@media(max-width:768px) {
    .cmn-index-wrap {
        min-height: auto;
    }
}

.cmn-back-link a {
    color:#0000ee;
}

/* 20241017 */
.cmnFooterSnsBnrContainer.footerBnrContainer {
    margin-top: 100px;
    padding: 40px;
    box-sizing: border-box;
}

.cmn-h2-text {
    font-size: 2rem;
    position: relative;
    margin: 0px auto 60px;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    font-weight: 400;
}

.cmn-text {
    text-align: center;
    margin: -40px auto 60px;
}

@media(max-width:767px) {

    .cmnFooterSnsBnrContainer.footerBnrContainer {
        margin-top: 45px;
        padding: 40px 24px;
        box-sizing: border-box;
    }

    .cmn-h2-text {
        font-size:1.5rem;
        margin-bottom: 1.5rem;
    }

    .cmn-text {
        font-size:12.8px;
        text-align: center;
        margin: 0px auto 1.5rem;
    }
}

.cmnFooterBnrContainer {
    box-sizing: border-box;
    padding: 40px 0px;
    width: 100%;
    margin: auto;
    background-color: #f0f0f0;
}

.cmnFooterBnr {
    max-width: 1100px;
    margin: auto;
    padding: 0px 40px;
    box-sizing: border-box;
}

.cmnFooterBnrSlide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem auto;
}

.cmnFooterBnrSlideItem {
    width: calc(100% / 3 - 15px);
    text-align: center;
    margin-bottom: 20px;
}

.cmnFooterBnrSlide::after {
    content: '';
    width: calc(100% / 3 - 15px);
}

.cmnFooterBnrSlideItem img {
}

.cmnFooterBnrSlideItem p {
    font-size: 0.8rem;
    line-height: 1rem;
}

@media(max-width:767px) {

    .cmnFooterBnrContainer {
        box-sizing: border-box;
        padding: 40px 0px;
        width: 100%;
        margin: auto;
        background-color: #f0f0f0;
    }

    .cmnFooterBnr {
        padding: 0px 24px;
    }

    .cmnFooterBnrSlide {
        display: block;
        margin: 0 auto 0;
    }

    .cmnFooterBnrSlideItem {
        margin: 0px 3px;
        width: auto;
    }

    .cmnFooterBnrSlide::after {
        content: none;
    }

    .cmnFooterBnrSlideItem img {
        margin-bottom: 5px;
    }

    .cmnFooterBnrSlideItem p {
    }

    .cmnFooterBnrContainer .slide-arrow{
        top:30%;
    }
}

/* 20250324 */
.cmn-beforeAfter-text {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.cmn-reform-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cmn-reform-box {
    width: 23%;
    margin-bottom: 20px;
}

.cmn-reform-box p {
    text-align: center;
}

.cmn-beforeAfter .flex-item-ba1 img {
    aspect-ratio: 1 / 1;
}

@media(max-width:768px) {
    .cmn-reform-box {
        width: 49%;
    }
}

.cmn-showroom-area {
    display: flex;
    justify-content: center;
}

.cmn-showroom-box {
    width: 40%;
    margin: 0 2.5%;
}

.cmn-showroom-box h3 {
    font-size: 18px;
    margin: 10px 0px;
}

@media(max-width:768px) {
    .cmn-showroom-area {
        padding: 0px 20px;
        box-sizing: border-box;
        display: block;
    }

    .cmn-showroom-box {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .cmn-br {
        display:none;
    }
}

/* 20251009 【リフォーム】対策キーワード含めた導入文の追加 */
.lead-container {
    text-align: center;
    margin-top: 50px;
}

.lead-container .ttl {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.lead-container .txt {
    max-width: 790px;
    margin: 0 auto;
}

.pc-none {
    display: none;
}

@media (max-width: 768px) {
    .pc-none {
        display: block;
    }
}

/* 20260402 ページトップへ戻る追従ボタンについて */
.footer_fixBtns2 .ToTop {
    width: 60px;
    right: 10px;
    bottom: 82px;
    position: fixed;
}