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


@font-face {
    font-family: 'GenJyuuGothic-m';
    /* お好きな名前に */
    src: url(/import/tenant_1/160.16.230.198/html/font/GenJyuuGothic-m.eot);
    /* IE9以上用 */
    src: url(/import/tenant_1/160.16.230.198/html/font/GenJyuuGothic-m.eot) format('embedded-opentype'), /* IE8以前用 */
    url(/import/tenant_1/160.16.230.198/html/font/GenJyuuGothic-m.woff) format('woff'), /* モダンブラウザ用 */
    url(/upload/tenant_1/52beb98a306038c3791084441893f362.ttf) format('truetype');
    /* iOS, Android用 */
    font-weight: normal;
    font-style: normal;
}


.yumin {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

html {
    -webkit-text-size-adjust: 100%;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    /*    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
    font-family: 'GenJyuuGothic-m', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    /*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
    line-height: 160%;
    color: #735a42;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    letter-spacing: 1px;
}


/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 450px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

a[href*="tel"] {
    pointer-events: none;
}

[data-element-id] h1 {
    position: static;
    text-indent: initial;
}

h1 {
    position: static;
    text-indent: initial;
}

/*アラート系*/

a[data-href="#"] {
    border: solid red 5px !important;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px !important;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

span {
    line-height: 160%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

/*フォント系*/

h2 {
    font-size: 40px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

.st110 {
    font-size: 110%;
}

.st120 {
    font-size: 120%;
}

.st130 {
    font-size: 130%;
}

.st140 {
    font-size: 140%;
}

.st150 {
    font-size: 150%;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs46 {
    font-size: 46px;
}

.red {
    color: #da1b0c;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

.orange {
    color: #f9930e;
}

.green {
    color: #ff9600;
}

.egreen {
    color: #33bd98;
}

.lgreen {
    color: #ff9600;
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    a[href*="tel"] {
        pointer-events: initial !important;
    }
}

@media only screen and (max-width: 599px) {

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 24px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 26px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 28px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }
}

/*altlist*/

.altlist01 .alt01 {
    display: none;
}

/*トランスフォーム親*/

.tfmp {
    position: relative;
    overflow: hidden;
}

/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming40 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming50 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming60 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming70 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming75 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming80 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming90 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming110 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming120 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming130 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming140 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming150 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming160 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimmingInner {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*ofiImg*/

.ofiImg {
    overflow: hidden;
}

.ofiImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.ofiImg.tc {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: 100%;
}

.ofiImg.t130 {
    position: relative;
    padding-top: 130%;
    display: block;
}

.ofiImg.t130 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t120 {
    position: relative;
    padding-top: 120%;
    display: block;
}

.ofiImg.t120 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t110 {
    position: relative;
    padding-top: 110%;
    display: block;
}

.ofiImg.t110 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t100 {
    position: relative;
    padding-top: 100%;
    display: block;
}

.ofiImg.t100 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t90 {
    position: relative;
    padding-top: 90%;
    display: block;
}

.ofiImg.t90 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t80 {
    position: relative;
    padding-top: 80%;
    display: block;
}

.ofiImg.t80 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t70 {
    position: relative;
    padding-top: 70%;
    display: block;
}

.ofiImg.t70 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t60 {
    position: relative;
    padding-top: 60%;
    display: block;
}

.ofiImg.t60 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t50 {
    position: relative;
    padding-top: 50%;
    display: block;
}

.ofiImg.t50 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}

.ofiImg.t35 {
    position: relative;
    padding-top: 35%;
    display: block;
}

.ofiImg.t35 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
}



/*フレックス*/

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

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

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

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

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

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

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

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

.flex > div[data-collection-list-content],
.flexc > div[data-collection-list-content],
.flexb > div[data-collection-list-content],
.flexsb > div[data-collection-list-content],
.flexs > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flexc > div[data-recommend-collection-list-content],
.flexb > div[data-recommend-collection-list-content],
.flexsb > div[data-recommend-collection-list-content],
.flexs > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexsb > div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexb > div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.asc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.ase {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.spa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.spb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width:1024px) {
    .flexn1024 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width:599px) {
    .flexn599 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*wrap*/

#wrapper {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
}

/*common*/

.odd > *:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.even > *:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ol > li {
    padding-left: 1.5em;
    position: relative;
}

.ol > li:before {
    content: "・";
    position: absolute;
    left: 0;
}

.z1 {
    position: relative;
    z-index: 1;
}

.z2 {
    position: relative;
    z-index: 2;
}

.memh {
    margin: 0.5em 0;
}

.mem1 {
    margin: 1em 0;
}

.mem2 {
    margin: 2em 0;
}

.mbemh {
    margin-bottom: 0.5em;
}

.mbem1 {
    margin-bottom: 1em;
}

.mbem2 {
    margin-bottom: 2em;
}

.mbem3 {
    margin-bottom: 3em;
}

.mlem1 {
    margin-left: 1em;
}

.mlem2_7 {
    margin-left: 2.7em;
}

.mlem3 {
    margin-left: 3em;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.row2 {
    width: 48%;
    margin: 1%;
}

.row3 {
    width: 31.333%;
    margin: 1%;
}

.row4 {
    width: 23%;
    margin: 1%;
}

.row5 {
    width: 18%;
    margin: 1%;
}

.w100 {
    width: 100%;
    display: block;
}

.w20 {
    width: 20%;
    margin: 1% 0;
}

.w25 {
    width: 25%;
    margin: 1% 0;
}

.w26 {
    width: 26%;
    margin: 1% 0;
}

.w30 {
    width: 30%;
    margin: 1% 0;
}

.w36 {
    width: 36%;
    margin: 1% 0;
}

.w40 {
    width: 40%;
    margin: 1% 0;
}

.w46 {
    width: 46%;
    margin: 1% 0;
}

.w48 {
    width: 48%;
    margin: 1% 0;
}

.w50 {
    width: 50%;
    margin: 1% 0;
}

.w56 {
    width: 56%;
    margin: 1% 0;
}

.w60 {
    width: 60%;
    margin: 1% 0;
}

.w66 {
    width: 66%;
    margin: 1% 0;
}

.w70 {
    width: 70%;
    margin: 1% 0;
}

.w76 {
    width: 76%;
    margin: 1% 0;
}

.w80 {
    width: 80%;
    margin: 1% 0;
}

.w86 {
    width: 86%;
    margin: 1% 0;
}

.m600 {
    max-width: 600px;
    margin: auto;
}

.m700 {
    max-width: 700px;
    margin: auto;
}

.m800 {
    max-width: 800px;
    margin: auto;
}

.m900 {
    max-width: 900px;
    margin: auto;
}

.m960 {
    max-width: 960px;
    margin: auto;
}

.m1000 {
    max-width: 1020px;
    margin: auto;
    width: 98%;
}

.m1200 {
    max-width: 1250px;
    width: 96%;
    margin: auto;
}

.harea {
    padding: 60px 0;
}

.area {
    padding: 80px 0;
}

.area60 {
    padding: 60px 0;
}

.area40 {
    padding: 40px 0;
}

.area20 {
    padding: 20px 0;
}

.m80 {
    margin: 80px 0;
}

.m60 {
    margin: 60px 0;
}

.m40 {
    margin: 40px 0;
}

.m20 {
    margin: 20px 0;
}

.mt80 {
    margin-top: 80px;
}

.mt60 {
    margin-top: 60px;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.pic {
    text-align: center;
}

.pix {
    text-align: center;
}

.pic img {
    width: 100%;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac599 {
    text-align: center;
}

.tar599 {
    text-align: right;
}

.tarc599 {
    text-align: right;
}

.txt {
    line-height: 200%;
}

.lh160 {
    line-height: 160%;
}

.lh200 {
    line-height: 200%;
}

.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    cursor: pointer;
    opacity: 0.6;
}

.bgimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

.bgimg.b:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
}

.bgimg.w:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0;
}

.bgimg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg1024 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.bkimg1024 img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg599 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.bkimg599 img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width:1024px) {
    .m600 {
        width: 96%;
    }

    .m700 {
        width: 96%;
    }

    .m800 {
        width: 96%;
    }

    .m900 {
        width: 96%;
    }

    .m960 {
        width: 96%;
    }

    .m1000 {
        width: 96%;
    }

    .harea {
        padding: 50px 0;
    }

    .area {
        padding: 60px 0;
    }

    .area60 {
        padding: 50px 0;
    }

    .area40 {
        padding: 30px 0;
    }

    .row4 {
        width: 31.333%;
    }

    .row5 {
        width: 23%;
    }

    .mt80 {
        margin-top: 60px;
    }

    .mt60 {
        margin-top: 50px;
    }

    .mt40 {
        margin-top: 30px;
    }

    .mb80 {
        margin-bottom: 60px;
    }

    .mb60 {
        margin-bottom: 50px;
    }

    .mb40 {
        margin-bottom: 30px;
    }

    .bkimg1024 {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .bkimg1024 img {
        min-width: auto !important;
    }
}

@media only screen and (max-width:599px) {
    .w20 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w20 {
        max-width: 400px;
    }

    .w26 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w26 {
        max-width: 400px;
    }

    .w30 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w30 {
        max-width: 400px;
    }

    .w36 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w36 {
        max-width: 400px;
    }

    .w40 {
        width: 100%;
        margin: 2% auto;
    }

    .pic.w40 {
        max-width: 400px;
    }

    .w46 {
        width: 100%;
        margin: 2% auto;
    }

    .w48 {
        width: 100%;
        margin: 2% auto;
    }

    .w50 {
        width: 100%;
        margin: 2% auto;
    }

    .w56 {
        width: 100%;
        margin: 2% auto;
    }

    .w60 {
        width: 100%;
        margin: 2% auto;
    }

    .w66 {
        width: 100%;
        margin: 2% auto;
    }

    .w70 {
        width: 100%;
        margin: 2% auto;
    }

    .w76 {
        width: 100%;
        margin: 2% auto;
    }

    .w80 {
        width: 100%;
        margin: 2% auto;
    }

    .w86 {
        width: 100%;
        margin: 2% auto;
    }

    .m600 {
        width: 94%;
    }

    .m700 {
        width: 94%;
    }

    .m800 {
        width: 94%;
    }

    .m900 {
        width: 94%;
    }

    .m960 {
        width: 94%;
    }

    .m1000 {
        width: 94%;
    }

    .m1200 {
        width: 94%;
    }

    .harea {
        padding: 40px 0;
    }

    .area {
        padding: 40px 0;
    }

    .area60 {
        padding: 40px 0;
    }

    .area40 {
        padding: 20px 0;
    }

    .row2 {
        width: 98%;
    }

    .row3 {
        width: 48%;
    }

    .row4 {
        width: 48%;
    }

    .row5 {
        width: 31.333%;
    }

    .mt80 {
        margin-top: 40px;
    }

    .mt60 {
        margin-top: 40px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .mb60 {
        margin-bottom: 40px;
    }

    .mb40 {
        margin-bottom: 20px;
    }

    .bkimg599 {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .bkimg599 img {
        min-width: auto !important;
    }

    .tac599 {
        text-align: left;
    }

    .tar599 {
        text-align: left;
    }

    .tarc599 {
        text-align: center;
    }

    .br599 br {
        display: none;
    }
}

/*fead*/

[data-element-id] .fead-mv {
    opacity: 1;
}

.fead-mv {
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
}

.mv {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*iframe*/

.embed {
    position: relative;
    overflow: hidden;
}

.embed:after {
    display: block;
    content: "";
    padding-top: 50%;
}

.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    width: 100%;
    height: 100%;
}

/*map*/

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 40%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1024px) {
    .map:after {
        padding-top: 45%;
    }
}

@media only screen and (max-width:599px) {
    .map:after {
        padding-top: 50%;
    }
}

/*header*/

.head {
    position: relative;
    z-index: 5;
}

@media only screen and (max-width:1024px) {
    .head {
        position: static;
        margin-top: 0;
    }
}

/*gnav*/

#gnav p.toggle span.n {
    display: none;
}

#gnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
    width: 100%;
}


#gnav li {
    width: 11.111%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

#gnav li.pcnone {
    display: none;
}

#gnav li a {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    opacity: 1;
    position: relative;
}

#gnav li a:hover {
    color: rgba(115, 90, 66, 0.6);
}

#gnav li a:hover span:after {
    color: #735a42;
    text-shadow: 10px 0 #735a42, -10px 0 #735a42;
}

#gnav li.logo a {
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    margin: 0 auto;
    max-width: 100%;
}

#gnav.fix li.logo a {
    max-width: 60px;
}

#gnav li.logo a:hover {
    opacity: 0.6;
}

#gnav li.logo a:after {
    display: none;
}

#gnav li a span {
    position: relative;
}

#gnav li a span:after {
    color: transparent;
    content: "•";
    text-shadow: transparent 0px 0px;
    font-size: 1.2em;
    pointer-events: none;
    -webkit-transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
    transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#gnav.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
}

.fix .accordion-toggle {
    opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
    #gnav .gnavinn {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;

    }

    #gnav ul li {
        display: block !important;
        width: 100%;
        text-align: center;
        text-align: left;
        position: static;
    }

    #gnav p.toggle {
        display: block !important;
        position: fixed;
        width: 38px;
        height: 38px;
        top: 6px;
        right: 10px;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        z-index: 251;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    #gnav li {
        float: none;
        width: auto;
        padding: 0;
        margin-top: 0;
        display: block !important;
    }

    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav p.toggle span.n {
        display: block;
        background: #323232;
        height: 2px;
        width: 26px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #gnav p.toggle span.n:before {
        display: block;
        content: "";
        background: #323232;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p.toggle span.n:after {
        display: block;
        content: "";
        background: #323232;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #gnav.action p.toggle span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }

    #gnav.action p.toggle span.n:after,
    #gnav.action p.toggle span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .gnavinn > ul {
        width: 100%;
        padding: 60px 3% 80px;
    }

    #gnav .gnavinn > ul a {
        height: auto;
        display: inline-block;
        text-align: left;
        padding: 10px 10px 10px 20px;
        border: none !important;
        width: auto;
    }

    #gnav.fix {
        padding: 0;
    }

    .overlay {
        height: 100%;
        overflow: hidden;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 100;
    }

    #gnav li.logo a {
        max-width: 90px !important;
        margin: 0;
    }
}

@media only screen and (max-width:599px) {
    #gnav .gnavinn > ul {
        padding: 60px 3% 33%;
    }
}

/*スライドショー mainImg*/

.homeSlide {
    text-align: center;
    position: relative;
    margin-bottom: -60px;
}

.homeSlide .tbox {
    width: 90%;
    margin: auto;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.homeSlide .tbox * {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    text-align: center;
}

.homeSlide .tbox dt {
    margin-bottom: 0.5em;
}

.homeSlide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 850px;
}

.homeSlide .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
}

.homeSlide:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 4%;
    background: url(/import/tenant_1/160.16.230.198/html/images/namiwhitetop.png) bottom center /100% 100% no-repeat;
}

.homeSlide .slideNav {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.homeSlide .slideNav li {
    text-align: center;
    font-weight: 700;
    width: 31.333%;
}

.homeSlide .slideNav li a {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: url(/import/tenant_1/160.16.230.198/html/images/frame01.png) center center /100% 100% no-repeat;
    padding: 30px 20px;
    min-height: 220px;
}

.mainImg {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.mainImg h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    margin: auto;
    z-index: 1;
}

.mainImg h2 span {
    display: inline-block;
    text-align: center;
    width: 700px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-shadow: rgba(255, 255, 255, 0.4) 2px 0px, rgba(255, 255, 255, 0.4) -2px 0px, rgba(255, 255, 255, 0.4) 0px -2px, rgba(255, 255, 255, 0.4) 0px 2px, rgba(255, 255, 255, 0.4) 2px 2px, rgba(255, 255, 255, 0.4) -2px 2px, rgba(255, 255, 255, 0.4) 2px -2px, rgba(255, 255, 255, 0.4) -2px -2px, rgba(255, 255, 255, 0.4) 1px 2px, rgba(255, 255, 255, 0.4) -1px 2px, rgba(255, 255, 255, 0.4) 1px -2px, rgba(255, 255, 255, 0.4) -1px -2px, rgba(255, 255, 255, 0.4) 2px 1px, rgba(255, 255, 255, 0.4) -2px 1px, rgba(255, 255, 255, 0.4) 2px -1px, rgba(255, 255, 255, 0.4) -2px -1px;
}

.mainImg .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mainImg .pic img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.mainImg .pic:before {
    content: "";
    display: block;
    padding-top: 24%;
}

@media only screen and (max-width:1024px) {
    .homeSlide {
        margin-bottom: 0;
    }
    
    .homeSlide .uk-slidenav-position {
      height: 350px;
    }

    .homeSlide .slideNav {
        -webkit-transform: scale(0.75) translate(-50%, -50%);
        -ms-transform: scale(0.75) translate(-50%, -50%);
        transform: scale(0.75) translate(-50%, -50%);
        width: 150%;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .homeSlide .slideNav li a {
        min-height: 160px;
        padding: 15px;
    }

    .homeSlide .tbox {
        top: 4%;
        -webkit-transform: translate(-50%, 0) scale(0.9);
        -ms-transform: translate(-50%, 0) scale(0.9);
        transform: translate(-50%, 0) scale(0.9);
    }

    .mainImg h2 span {
        padding: 15px;
        width: 400px;
    }

    .mainImg .pic:before {
        padding-top: 250px;
    }
}

@media only screen and (max-width:599px) {
    .homeSlide .tbox {
        -webkit-transform: translate(-50%, 0) scale(0.75);
        -ms-transform: translate(-50%, 0) scale(0.75);
        transform: translate(-50%, 0) scale(0.75);
        width: 150%;
    }

    .homeSlide .slideNav {
        display: none;
    }

    .mainImg h2 span {
        padding: 10px;
        width: 300px;
    }

    .mainImg .pic:before {
        padding-top: 200px;
    }
}


/*footer*/

.foot:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    padding-top: 4%;
    background: url(/import/tenant_1/160.16.230.198/html/images/namiwhitetop.png) bottom center /100% 100% no-repeat;
    content: "";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
}

.foot:after {
    background: url(/import/tenant_1/160.16.230.198/html/images/wood01.png) right 10% top 5% /100% 100% no-repeat;
    position: absolute;
    top: 0;
    right: 10%;
    content: "";
    z-index: 1;
    width: 300px;
    height: 130px;
}

.foot {
    background: url(/upload/tenant_1/fd3631d8debdddca2bbe178d50538228.webp) center center /100% 100% no-repeat;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.flogo a {
    display: block;
    max-width: 100px;
}

.fcontactlist li {
    margin-bottom: 10px;
}

.fcontactlist li a {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid;

}

.fcontactlist li a span {
    display: inline-block;
    position: relative;
    padding-left: 2em;
}

.fcontactlist li.mail a span {
    background: url(/import/tenant_1/160.16.230.198/html/images/mail01.png) left center /26px 20px no-repeat;
}

.fcontactlist li.tel a span {
    background: url(/import/tenant_1/160.16.230.198/html/images/tel01.png) left center /26px 29px no-repeat;
}

.fnav {
    text-align: center;
}

.fnav ul {
    display: inline;
    text-align: center;
}

.fnav li {
    width: auto;
    display: inline;
    text-align: center;
}

.fnav li a {
    display: inline-block;
    position: relative;
    padding: 0 2.5%;
    border-right: 1px solid;
    margin: 1% 0;
}

.fnav li:last-of-type a {
    border-right: none;
}

.copy {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    color: rgba(115, 90, 66, 255);
}

.footfix {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.footfix.fix {
    visibility: visible;
    opacity: 1;
}

.scroll .footfix {
    opacity: 0;
    visibility: hidden;
}

.footfix li a {
    width: 140px;
    height: 80px;
    background-color: #F6A454;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.footfix li.tel a {
    background-image: url(/import/tenant_1/160.16.230.198/html/images/tel02.png);
    background-position: top 5px left 5px;
    background-repeat: no-repeat;
    background-size: 30px;
}

.footfix li.web a {
    background-image: url(/import/tenant_1/160.16.230.198/html/images/mail02.png);
   /*  background-position: top 5px left 5px; */
    background-position: top center; 
    background-repeat: no-repeat;
    background-size: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
}

@media only screen and (max-width:1024px) {
    .flogo a {
        max-width: 90px;
    }

    .fcontact {
        width: 100%;
    }

    .foot:after {
        width: 250px;
        height: 100px;
    }

    .fnav li {
        width: 23%;
    }

    .fnav li:last-of-type a {
        border-right: 1px solid;
    }

    .fnav li:nth-of-type(4n+4) a {
        border-right: none;
    }
}

@media only screen and (max-width:599px) {
    .flogo a {
        max-width: 80px;
        margin-top: 30px;
    }

    .ftlist li {
        width: 100%;
        margin: 2% 0;
    }

    .foot:after {
        width: 200px;
        height: 70px;
    }

    .fnav li {
        width: 33.333%;
    }

    .fnav li:nth-of-type(4n+4) a {
        border-right: 1px solid;
    }

    .fnav li:nth-of-type(3n+3) a {
        border-right: none;
    }

    .scroll .footfix {
        opacity: 1;
        visibility: visible;
    }

    .footfix {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        bottom: 0;
        top: auto;
        -webkit-box-shadow: 0px 0px 5px 1px #ddd;
        box-shadow: 0px 0px 5px 1px #ddd;
    }

    .footfix li {
        width: 50%;
    }

    .footfix li a {
        width: 100%;
        margin-bottom: 0;
        padding: 30px 5px 0 !important;
        height: 100%;
        font-size: 14px;
    }

    .footfix li a span br {
        display: none;
    }

    .footfix li.tel a {
        background-size: 25px;
        background-position: top 5px center;
    }

    .footfix li.web a {
        background-size: 20px;
        background-position: top 7.5px center;
    }

    footer {
        padding-bottom: 52px;
    }
}


/*totop*/

#totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    text-align: center;
}

#totop a:before {
    content: "\f0d8";
    font-family: FontAwesome;
    display: block;
    margin: 0 auto;
    font-size: 30px;
}

#totop a {
    background: #ff9600;
    display: block;
    color: #fff;
    width: 70px;
    font-size: 12px;
    padding: 10px 0;
    line-height: 140%;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width:1024px) {
    #totop a:before {
        font-size: 28px;
    }

    #totop {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
    }
}

@media only screen and (max-width:599px) {
    #totop a:before {
        font-size: 26px;
    }

    #totop {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        bottom: 50px;
    }
}


/*common*/

h3 {
    letter-spacing: 5px;
}

.bb3:after {
    display: block;
    width: 1em;
    height: 3px;
    content: "";
    background: #735a42;
    margin-bottom: 0.5em;
}

.more.tf01 span {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.more.tf01 a {
    opacity: 1;
}

.more span {
    display: inline-block;
    padding: 10px 40px 10px 30px;
    border: 1px solid;
    width: 190px;
    max-width: 100%;
    text-align: center;
    position: relative;
}

.more.tf01 span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.more span:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: "\f0da";
    border: 1px solid;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -3px;
}

.more.tf01 span:hover {
    color: #fff;
}

.more.tf01 span:hover:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.more.tf01 span {
    color: #ff9600;
    background: #ff9600;
}

.back a {
    display: inline-block;
    padding: 10px 40px 10px 30px;
    border: 1px solid;
    width: 190px;
    max-width: 100%;
    text-align: center;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    color: #ff9600;
    background: #ff9600;
    opacity: 1;
}

.back a:hover {
    color: #fff;
}

.back a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.back a:after {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: "\f0d9";
    border: 1px solid;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
}

.back a:hover:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.dot:after {
    content: "・・・・・";
    display: block;
    color: #89be11;
    letter-spacing: 10px;
    font-size: 80%;
    line-height: 160%;
    margin: 0 0 1em;
}

.dot.w:after {
    color: #fff;
}

.gpoint {
    position: relative;
    padding-left: 1em;
}

.gpoint:before {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0.5em;
    content: "";
    background: url(/import/tenant_1/160.16.230.198/html/images/point01.png) center center no-repeat;
}

.hd01 {
    color: #fff;
    padding: 0 80px;
    background: url(/import/tenant_1/160.16.230.198/html/images/grass01l.png) left center /80px no-repeat, url(/import/tenant_1/160.16.230.198/html/images/grass01r.png) right center /80px no-repeat;
    position: relative;
}

.hd01 span {
    display: inline-block;
    /*    padding: 10px 40px 40px;*/
    /*    background: url(#) center center /100% 100% no-repeat;*/
    padding: 10px 70px;
    background: #ff9600;
    border-radius: 40px;
    position: relative;
}

.hd01 .triangle {
    color: #ff9600;
    width: 0;
    height: 0;
    background: none;
    border-top: solid 20px;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}

.hd02 {
    color: #fff;
    background-color: #ff9600;
    width: 600px;
    max-width: 100%;
    padding: 1em 80px;
    font-size: 16px;
    background-image: url(/import/tenant_1/160.16.230.198/html/images/wood04.png);
    background-position: left 2px bottom 2px;
    background-repeat: no-repeat;
    position: relative;
}

.hd02:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
    height: 100%;
    width: 40px;
}

.hd03 {
    background: url(/import/tenant_1/160.16.230.198/html/images/wood02.png) center left /60px no-repeat;
    padding: 1em 0 1em 70px;
    margin-bottom: 1em;
}

@media only screen and (max-width:1024px) {
    .hd01 {
        padding: 0 50px;
        background-size: 50px;
    }
}

@media only screen and (max-width:599px) {
    .hd01 {
        padding: 0;
        background: none;
    }

    .hd01 span {
        padding: 10px 15px 10px;
        font-size: 16px;
    }

    .more span {
        padding: 5px 40px 5px 30px;
        width: 170px;
    }

    .hd02 {
        background-size: 35px;
        padding: 0.8em 50px;
    }
}

/*home*/

.hnewsbox .titbox {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #edd3bf;
    margin-bottom: 1.5em;
}

.hnewslist li {
    margin: 1em 0;
}

.hnewslist a {
    display: block;
}

.hnewslist dt {
    width: 18%;
}

.hnewslist dd {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.haboutbox .pic a {
    display: block;
    position: relative;
    overflow: hidden;
}

.haboutbox .pic a .btl {
    position: absolute;
    top: -25px;
    left: -45px;
    width: 105px;
    height: 145px;
    overflow: hidden;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    background: #fff;
}

.haboutbox .pic a .btl:before {
    position: absolute;
    top: 20px;
    left: 60px;
    height: 100%;
    width: 110%;
    background: url(/import/tenant_1/160.16.230.198/html/images/border01.png) center top 0px;
    content: "";
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
}

.haboutbox .pic a .moreD {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 140px;
    height: 140px;
    color: #ff9600;
    background: url(/import/tenant_1/160.16.230.198/html/images/moreD.png) right bottom /100% 100% no-repeat;
    text-align: right;
    padding: 10px 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.haboutbox .pic a:hover .moreD {
    color: #fff;
    background: url(/import/tenant_1/160.16.230.198/html/images/moreD02.png) right bottom /100% 100% no-repeat;
}

.haboutbox .pic a .moreD:after {
    font-family: FontAwesome;
    content: "\f0da";
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 1px solid;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -3px;
    position: absolute;
    bottom: 10px;
    right: 25%;
}

.htroubleitem a {
    display: block;
    height: 100%;
}

.htroubleitem {
    border: 1px solid #edd3bf;
}

.htroubleitem dd {
    padding: 1.5em 1em 1.5em 2.5em;
    position: relative;

}

.htroubleitem dd:before {
    position: absolute;
    left: 0.5em;
    top: 32px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: "\f0da";
    border: 1px solid;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -3px;
    color: #ff9600;
}

.hfirstitem dt {
    position: relative;
    overflow: hidden;
}

.hfirstitem dt .moreD {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 140px;
    height: 140px;
    color: #ff9600;
    background: url(/import/tenant_1/160.16.230.198/html/images/moreD01.png) left top /100% 100% no-repeat;
    text-align: right;
    padding: 10px 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 26px;
    text-align: left;
}

.hfirstitem dd {
    margin: 0.5em 0;
}

.hstaffbox {
    padding: 15px;
    background: url(/import/tenant_1/160.16.230.198/html/images/bg01.png) center center /100% 100% no-repeat;
    position: relative;
}

.hstaffboxinn:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 120px;
    background: url(/import/tenant_1/160.16.230.198/html/images/wood02.png) bottom center /100% 100% no-repeat;
    width: 100px;
    height: 120px;
}

.hstaffboxinn {
    padding: 40px 22%;
    border: 3px solid #fff;
}

.hstaffbox .pic {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 20%;
}

.hstaffbox .moreD a {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 140px;
    height: 140px;
    color: #ff9600;
    background: url(/import/tenant_1/160.16.230.198/html/images/moreD.png) right bottom /100% 100% no-repeat;
    text-align: right;
    padding: 10px 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
    opacity: 1;
}

.hstaffbox .moreD a:after {
    font-family: FontAwesome;
    content: "\f0da";
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 1px solid;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -3px;
    position: absolute;
    bottom: 10px;
    right: 25%;
}

.hstaffbox .moreD a:hover {
    color: #fff;
    background: url(/import/tenant_1/160.16.230.198/html/images/moreD02.png) right bottom /100% 100% no-repeat;
}

.hblogitem a {
    display: block;
}

.hblogitem dt {
    position: relative;
}

.hblogitem dt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
    z-index: 1;
}

.hblogitem dt:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 50px solid #fff;
    border-left: 50px solid transparent;
    z-index: 1;
}

.hblogitem dd {
    margin: 0.5em 0;
}

.hrecruitbox {
    position: relative;
    overflow: hidden;
}

.hrecruitbox * {
    color: #fff;
}

.hrecruitboxinn {
    padding: 60px 20%;
}

.hrecruitbox .moreD a {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 140px;
    height: 140px;
    color: #ff9600;
    background: url(/import/tenant_1/160.16.230.198/html/images/moreD.png) right bottom /100% 100% no-repeat;
    text-align: right;
    padding: 10px 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
}

.hrecruitbox .moreD a:hover {
    color: #fff;
    background: url(/import/tenant_1/160.16.230.198/html/images/moreD02.png) right bottom /100% 100% no-repeat;
}

.hrecruitbox .moreD a:after {
    font-family: FontAwesome;
    content: "\f0da";
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 1px solid;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -3px;
    position: absolute;
    bottom: 10px;
    right: 25%;
}

@media only screen and (max-width:1024px) {
    .htroubleitem dd {
        padding: 1em 1em 1em 2.5em;
    }

    .htroubleitem dd:before {
        top: 24px;
    }
    .htroubleitem{
      width: 48%;
    }

    .hfirstitem dt .moreD {
        width: 130px;
        height: 130px;
        font-size: 22px;
    }

    .hstaffboxinn:before {
        width: 70px;
        height: 80px;
    }

    .hblogitem dt:before {
        border-width: 45px;
    }

    .hblogitem dt:after {
        border-width: 45px;
    }

    .hrecruitboxinn {
        padding: 40px 20%;
    }
}

@media only screen and (max-width:599px) {
    .hnewslist dt {
        width: 100%;
        margin-bottom: 0.3em;
    }

    .hnewslist dd {
        width: 100%;
    }

    .hfirstitem dt .moreD {
        width: 100px;
        height: 100px;
        font-size: 16px;
    }

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

    .hstaffbox .pic {
        position: static;
        width: 30%;
    }

    .hstaffbox .txt {
        width: 66%;
    }

    .hstaffbox {
        padding: 10px;
    }

    .hstaffboxinn:before {
        right: auto;
        left: 20px;
    }

    .hstaffboxinn {
        padding: 20px 20px 80px;
    }

    .hblogitem dt:before {
        border-width: 40px;
    }

    .hblogitem dt:after {
        border-width: 40px;
    }

    .hrecruitboxinn {
        padding: 40px 40px 80px;
    }
}

/*under*/

/*breadcrumbs*/

.breadcrumbs {
    padding: 2.5px 0;
    margin-top: 10px;
}

.breadcrumbs ul li:first-of-type:before {
    display: none;
}

.breadcrumbs ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 10px;
}

/*about*/

.about01box {
    padding: 15px;
    background: url(/import/tenant_1/160.16.230.198/html/images/bg01.png) center center /100% 100% no-repeat;
    position: relative;
    overflow: hidden;
}

.about01box .btr {
    position: absolute;
    bottom: -25px;
    right: -45px;
    width: 105px;
    height: 145px;
    overflow: hidden;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    background: #fff;
}

.about01box .btr:before {
    position: absolute;
    top: 20px;
    right: 10px;
    height: 100%;
    width: 110%;
    background: url(/import/tenant_1/160.16.230.198/html/images/border01.png) center top 0px;
    content: "";
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
}


.about01boxinn {
    padding: 40px 160px 40px 40px;
    border: 3px solid #fff;
}

.about01boxinn:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 80px;
    background: url(/import/tenant_1/160.16.230.198/html/images/wood02.png) bottom center /100% 100% no-repeat;
    width: 100px;
    height: 120px;
}

.about01boxinn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/import/tenant_1/160.16.230.198/html/images/grass01l.png) right top /100% 100% no-repeat;
    width: 80px;
    height: 70px;
}

.about02list {
    counter-reset: number;
}

.about02list .about02item:last-of-type:after {
    display: none;
}

.about02item {
    padding: 15px 0 15px 100px;
    position: relative;
    margin: 40px 0;
}

.about02item:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #fff;
    background: #84bb01;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #84bb01;
    box-shadow: 0 0 0 4px #84bb01;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about02item:after {
    position: absolute;
    bottom: 0;
    left: -50%;
    height: 100px;
    width: 200%;
    content: "";
    background: url(/import/tenant_1/160.16.230.198/html/images/nami01.png) bottom center /100% 100% no-repeat;
}

.about02item dt {
    margin-bottom: 2em;
}

.about02item .txt {
    padding-bottom: 80px;
}

@media only screen and (max-width:1024px) {
    .about01boxinn {
        padding: 40px;
    }

    .about01boxinn:before {
        width: 70px;
        height: 80px;
    }

    .about02item .txt {
        padding-bottom: 60px;
    }

    .about02item:after {
        height: 80px;
    }

    .about02item:before {
        font-size: 30px;
        width: 50px;
        height: 50px;
    }

    .about02item {
        padding: 15px 0 15px 80px;
    }

    .about02item dt {
        margin-bottom: 1.5em;
    }
}

@media only screen and (max-width:599px) {
    .about01box {
        padding: 10px;
    }

    .about01boxinn {
        padding: 20px 20px 60px;
    }

    .about02item .txt {
        padding-bottom: 40px;
    }

    .about02item:after {
        height: 60px;
    }

    .about02item:before {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .about02item {
        padding: 0px 0 15px;
    }

    .about02item dt {
        margin-bottom: 1em;
        padding-left: 50px;
    }
}

/*staff*/

.staff01box {
    margin-bottom: 40px;
}

.staff01box .tit {
    padding: 1em 2em;
    border-bottom: 4px double #84bb01;
    margin-bottom: 2em;
}

.staff01boxinn .pic span {
    position: relative;
    display: inline-block;
}

.staff01boxinn .tbox dt {
    margin: 1em 0;
    padding-left: 1.5em;
    background: url(/import/tenant_1/160.16.230.198/html/images/point01.png) left top 9px /10px no-repeat;
}

.staff01boxinn .tbox dd {
    margin: 1em 0;
    padding-left: 1.5em;
}

.staff01boxinn .pic span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/import/tenant_1/160.16.230.198/html/images/wood02.png) bottom center /100% 100% no-repeat;
    width: 100px;
    height: 120px;
}

.staff01boxinn .tbox li {
    margin-bottom: 2em;
}

.staff01boxinn .tbox .bg {
    background: url(/import/tenant_1/160.16.230.198/html/images/bg01.png) center center /100% 100% no-repeat;
    padding: 15px;
    position: relative;
}

.staff01boxinn .tbox .bg:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 48px;
    background: url(/import/tenant_1/160.16.230.198/html/images/wood03.png) center center /100% 100% no-repeat;
}

.staff01boxinn .tbox .bg dl {
    border: 2px solid #fff;
    padding: 10px;
}

.staff01boxinn .tbox .bg dt {
    margin: 0;
}

.staff01boxinn .tbox .bg dd {
    margin: 0;
}

@media only screen and (max-width:1024px) {
    .staff01boxinn .pic span:after {
        width: 70px;
        height: 80px;
    }
}

@media only screen and (max-width:599px) {
    .staff01box .tit {
        padding: 0.5em;
        margin-bottom: 1em;
        font-size: 18px;
    }

    .staff01boxinn .tbox li {
        margin-bottom: 1em;
    }

    .staff01boxinn .tbox li:not(.bg) dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .staff01boxinn .tbox li:not(.bg) dt {
        width: 42%;
        margin: 0.5em 0;
        font-size: 14px;
        background-position: left top 7px;
    }

    .staff01boxinn .tbox li:not(.bg) dd {
        width: 58%;
        margin: 0.5em 0;
        font-size: 14px;
    }

    .staff01boxinn .tbox .bg {
        padding: 10px;
    }
}

/*menu*/

.menu01box01 .tbox {
    background: #eed2ba;
    padding: 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu01box01 .tbox:after {
    content: "";
    height: 100%;
    width: 60px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #eed2ba)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #eed2ba 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #eed2ba 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
}

.menu01box01 .tbox dt {
    padding-left: 1em;
    background: url(/import/tenant_1/160.16.230.198/html/images/point01.png) left top 36px /10px no-repeat;
}

.menu01box01 .tbox dd {
    padding-left: 120px;
}

.menu01box01 .tbox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    background: url(/import/tenant_1/160.16.230.198/html/images/wood02.png) bottom center /100% 100% no-repeat;
    width: 100px;
    height: 120px;
}

.menu01box01 .tbox dd span {
    display: inline-block;
    border-bottom: 3px solid;
}

.menu01box01 .pic {
    position: relative;
    overflow: hidden;
}

.menu01box01 .pic .yumin {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.menu01box01 .pic .yumin:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/import/tenant_1/160.16.230.198/html/images/grass01l.png);
    background-position: left bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 80px;
    height: 70px;
    content: "";
    -webkit-transform: translate(-25%, 25%);
    -ms-transform: translate(-25%, 25%);
    transform: translate(-25%, 25%);
}

.menu01box01 .pic .yumin .ruby {
    position: relative;
}

.menu01box01 .pic .yumin .ruby:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(/import/tenant_1/160.16.230.198/html/images/point01.png) left top /6px no-repeat;
    width: 6px;
    height: 6px;
}

.menu01box01 .pic .ofiImg {
    height: 100%;
}

.menu01box02 {
    padding-bottom: 40px;
    border-bottom: 4px double #84bb01;
}

.menu01box02 dt {
    position: relative;
    padding-left: 100px;
    margin-bottom: 40px;
}

.menu01box02 dt span.pix {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 80px;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.menu01box02 dt span.strong {
    font-size: 150%;
}

.menu01box02 .tbox .ruby {
    position: relative;
}

.menu01box02 .tbox .ruby:before {
    content: "・";
    position: absolute;
    bottom: 100%;
    line-height: 0;
}

@media only screen and (max-width:1024px) {
    .menu01box01 .pic .yumin:before {
        width: 60px;
        height: 50px;
    }

    .menu01box01 .tbox {
        padding: 20px;
    }

    .menu01box01 .tbox dt {
        background-position: left top 10px;
    }

    .menu01box01 .tbox dt .mlem1 {
        margin-left: 0;
        display: block;
    }

    .menu01box01 .tbox:before {
        width: 70px;
        height: 80px;
        left: 5px;
    }

    .menu01box01 .tbox dd {
        padding-left: 60px;
    }

    .menu01box01 .pic .yumin {
        font-size: 16px;
    }

    .menu01box02 dt {
        padding-left: 80px;
    }

    .menu01box02 dt span.pix {
        max-width: 60px;
    }
}

@media only screen and (max-width:599px) {
    .menu01box01 .tbox {
        margin: 0;
    }

    .menu01box01 .pic {
        margin: 0;
    }

    .menu01box01 .tbox dt .mlem1 {
        margin-left: 1em;
        display: inline-block;
    }

    .menu01box01 .tbox {
        padding: 40px 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu01box01 .tbox dt {
        background-position: left top 20px;
    }

    .menu01box01 .tbox:after {
        display: none;
    }

    .menu01box01 .pic .yumin {
        font-size: 14px;
    }

    .menu01box02 dt {
        padding-left: 0;
    }

    .menu01box02 dt {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .menu01box02 dt span.pix {
        position: static;
        display: block;
    }
}

/*first*/

.first01list {
    counter-reset: number;
    overflow: hidden;
}

.first01list .first01item:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 40px;
    color: #fff;
    background: #84bb01;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #84bb01;
    box-shadow: 0 0 0 4px #84bb01;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.first01list .first01item:after {
    position: absolute;
    left: 0px;
    top: 30px;
    content: "";
    background-color: #eeeeee;
    width: 68px;
    height: 100%;
    background-image: url(/import/tenant_1/160.16.230.198/html/images/triangle03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 60%;
}

.first01list .first01item:last-of-type:after {
    display: none;
}

.first01list .first01item {
    padding: 15px 0 30px 100px;
    position: relative;
}

.first01list .first01item:nth-of-type(odd) .flexsb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.first01list .first01item .flexsb {
    padding-left: 10%;
}

.first01item .tit {
    margin-bottom: 2em;
}

.first01item .pic .trimmingInner {
    border-radius: 50%;
}

@media only screen and (max-width:1024px) {
    .first01list .first01item:before {
        font-size: 30px;
        width: 50px;
        height: 50px;
    }

    .first01list .first01item:after {
        width: 60px;
    }

    .first01list .first01item {
        padding: 15px 0 30px 80px;
    }
}

@media only screen and (max-width:599px) {
    .first01list .first01item:before {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    .first01list .first01item:after {
        width: 50px;
    }

    .first01list .first01item {
        padding: 10px 0 30px 70px;
    }

    .first01list .first01item .flexsb {
        padding-left: 0;
    }
}

/*nayami*/

.nayami01list .nayami01box {
    padding: 40px 0;
}

.nayami01list .nayami01box:nth-of-type(even) {
    background: url(/import/tenant_1/160.16.230.198/html/images/bg01.png) center center /100% 100% no-repeat;
}

.nayami01box .pic a {
    position: relative;
    display: block;
}

.nayami01box .pic .moreD {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 140px;
    height: 140px;
    color: #ff9600;
    background: url(/import/tenant_1/160.16.230.198/html/images/moreD.png) right bottom /100% 100% no-repeat;
    text-align: right;
    padding: 10px 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.nayami01box .pic a:hover .moreD {
    background: url(/import/tenant_1/160.16.230.198/html/images/moreD02.png) right bottom /100% 100% no-repeat;
    color: #fff;
}

.nayami01box .pic .moreD:after {
    font-family: FontAwesome;
    content: "\f0da";
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 1px solid;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -3px;
    position: absolute;
    bottom: 10px;
    right: 25%;
}

.nayami01box .tbox dt {
    position: relative;
    padding: 15px 0 30px 100px;
    margin-bottom: 2em;
}

.nayami01box .tbox dt .icon {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 18px;
    color: #fff;
    background: #84bb01;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #84bb01;
    box-shadow: 0 0 0 4px #84bb01;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

@media only screen and (max-width:1024px) {
    .nayami01box .tbox dt .icon {
        font-size: 16px;
        width: 60px;
        height: 60px;
    }

    .nayami01box .tbox dt {
        padding: 15px 0 30px 80px;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width:599px) {
    .nayami01box .tbox dt .icon {
        font-size: 14px;
        width: 55px;
        height: 55px;
    }

    .nayami01box .tbox dt {
        padding: 15px 0 30px 70px;
        margin-bottom: 0;
    }
}

/*case kubikata shisei tsukare youtsu kata hie personal recruit*/

.cmncasebox01 {
    padding: 15px;
    background: url(/import/tenant_1/160.16.230.198/html/images/bg01.png) center center /100% 100% no-repeat;
    position: relative;
    overflow: hidden;
}

.cmncasebox01 .btr {
    position: absolute;
    bottom: -25px;
    right: -45px;
    width: 105px;
    height: 145px;
    overflow: hidden;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    background: #fff;
}

.cmncasebox01 .btr:before {
    position: absolute;
    top: 20px;
    right: 10px;
    height: 100%;
    width: 110%;
    background: url(/import/tenant_1/160.16.230.198/html/images/border01.png) center top 0px;
    content: "";
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
}


.cmncaseboxinn01 {
    padding: 40px 40px 40px 40px;
    border: 3px solid #fff;
}

.cmncaseboxinn01:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 80px;
    background: url(/import/tenant_1/160.16.230.198/html/images/wood02.png) bottom center /100% 100% no-repeat;
    width: 100px;
    height: 120px;
}

.cmncaseboxinn01:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/import/tenant_1/160.16.230.198/html/images/grass01l.png) right top /100% 100% no-repeat;
    width: 80px;
    height: 70px;
}

.cmncaselist01 {
    counter-reset: number;
}

.cmncaseitem01 {
    padding: 15px 0 15px 100px;
    position: relative;
    margin: 40px 0;
}
.cmncaseitem01 .num-counter{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #fff;
    background: #ff9600;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #ff9600;
    box-shadow: 0 0 0 4px #ff9600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.cmncaseitem01:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #fff;
    background: #ff9600;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #ff9600;
    box-shadow: 0 0 0 4px #ff9600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.cmncaseitem01 .tit {
    margin-bottom: 1.3em;
}

.cmncaseitem02 {
    position: relative;
    border: 2px solid;
    border-radius: 10px;
    padding: 40px 22%;
    background: url(/import/tenant_1/160.16.230.198/html/images/wood02.png) right 5px bottom /100px 120px no-repeat;
    min-height: 150px;
}

.cmncaseitem02 .pic {
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 20%;
}

.cmncaselist02 li dt {
    margin-bottom: 2em;
}

.cmncaselist02 li dd {
    margin: 1em 0;
}

.cmncasebox02 {
    padding: 80px 0;
    border-top: 4px double #ff9600;
    border-bottom: 4px double #ff9600;
    position: relative;
}

.cmncasebox02 .icon {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    max-width: 160px;
}

.cmncaselist03 li {
    border: 2px solid;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cmncasebox03 {
    border: 2px solid;
    border-radius: 10px;
    padding: 40px;
}

.cmncaselist04 {
    counter-reset: number;
}

.cmncaselist04 li:before {
    position: absolute;
    top: 17px;
    left: 10px;
    counter-increment: number;
    content: counter(number);
    border: 1px solid;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
}

.cmncaselist04 li {
    border: 2px solid;
    border-radius: 10px;
    padding: 15px 15px 15px 3em;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}

.cmncaselist05 li {
    border: 2px solid;
    border-radius: 10px;
    padding: 15px 3em;
}

@media only screen and (max-width:1024px) {
    .cmncaseboxinn01:before {
        width: 70px;
        height: 80px;
    }

    .cmncaseboxinn01 {
        padding: 30px 30px 60px 30px;
    }

    .cmncaseitem01 {
        padding: 15px 0 15px 80px;
    }

    .cmncaseitem01:before {
        font-size: 30px;
        width: 50px;
        height: 50px;
    }
    .cmncaseitem01 .num-counter{
      font-size: 30px;
        width: 50px;
        height: 50px;
    }

    .cmncaseitem01 .tit {
        margin-bottom: 1.5em;
    }

    .cmncasebox02 {
        padding: 80px 0 60px;
    }

    .cmncasebox02 .icon {
        max-width: 150px;
    }

    .cmncaseitem02 {
        padding: 30px 80px 30px 30px;
        background-size: 70px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cmncaseitem02 .pic {
        position: static;
        width: 30%;
    }

    .cmncaseitem02 .txt {
        width: 66%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .cmncasebox03 {
        padding: 30px;
    }
}

@media only screen and (max-width:599px) {
    .cmncaseboxinn01 {
        padding: 20px 20px 60px 20px;
    }

    .cmncaseitem01 {
        padding: 0;
    }

    .cmncaseitem01:before {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    .cmncaseitem01 .num-counter{
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .cmncaseitem01 .tit {
        margin-bottom: 1em;
        padding-left: 50px;
    }

    .cmncasebox02 {
        padding: 80px 0 40px;
    }

    .cmncasebox02 .icon {
        max-width: 140px;
    }

    .cmncaselist03 li {
        padding: 10px;
        width: 100%;
    }

    .cmncaselist04 li {
        padding: 15px 15px 15px 2.5em;
    }

    .cmncaseitem02 {
        padding: 20px 40px 20px 20px;
        background-size: 40px;
    }

    .cmncasebox03 {
        padding: 20px;
    }
}

/*faq*/

.faq01item {
    margin: 0 0 40px;
}

.faq01item dt {
    position: relative;
    padding: 25px 0 25px 80px;
    font-size: 16px;
}

.faq01item dt.tit {
    margin-bottom: 1.5em;
}

.faq01item dt.subtit {
    font-weight: 700;
}

.faq01item dt:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq01item dt.tit:before {
    content: 'Q';
    background: #84bb01;
    -webkit-box-shadow: 0 0 0 4px #84bb01;
    box-shadow: 0 0 0 4px #84bb01;
}

.faq01item dt.subtit:before {
    content: 'A';
    background: #ff9600;
    -webkit-box-shadow: 0 0 0 4px #ff9600;
    box-shadow: 0 0 0 4px #ff9600;
}

.faq01box {
    padding: 30px;
    margin-left: 30px;
    background: url(/import/tenant_1/160.16.230.198/html/images/bg01.png) center center /100% 100% no-repeat;
}

.faq01box dd {
    padding-left: 80px;
}

@media only screen and (max-width:1024px) {
    .faq01item dt:before {
        font-size: 26px;
        width: 50px;
        height: 50px;
    }

    .faq01item dt {
        padding: 20px 0 20px 70px;
    }

    .faq01box dd {
        padding-left: 70px;
    }

    .faq01box {
        margin-left: 25px;
    }

    .faq01item dt.tit {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width:599px) {
    .faq01item dt:before {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    .faq01item dt {
        padding: 15px 0 15px 60px;
    }

    .faq01box dd {
        padding-left: 60px;
    }

    .faq01box {
        padding: 20px;
        margin-left: 20px;
    }

    .faq01item dt.tit {
        margin-bottom: 0.5em;
    }
}

/*blog news*/

.bitem {
    margin-bottom: 40px;
}

.bitem a {
    display: block;
}

.bitem dd {
    margin: 1em 0;
}
.bitem dd.tit{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dclist .date {
    margin-right: 1em;
    display: block;
    width: 100%;
}

.dclist .cat > span > span {
    padding: 0 1em;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    background: #ff9600;
}

.calist dt {
    text-align: center;
    color: #fff;
    background-color: #ff9600;
    width: 100%;
    padding: 1em 40px;
    font-size: 16px;
    background-image: url(/import/tenant_1/160.16.230.198/html/images/wood04.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.calist ul {
    margin: 2em;
}

.calist li {
    margin: 0;
}

.calist li a {
    margin: 0.5em 0;
    font-size: 18px;
    display: inline-block;
}

.calist li span {
    display: inline-block;
}

.pagenav ul {
    max-width: 300px;
    margin: 20px auto 80px;
}

.pagenav li {
    width: 14%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.pagenav li a {
    display: block;
}

.pagenav li.now span {
    border-bottom: 1px solid;
}

.singlebox .tit {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1em;
}

.singlebox .tit span {
    text-align: left;
    display: inline-block;
}

.single {
    padding: 80px 0;
    border-top: 2px solid #ff9600;
    border-bottom: 2px solid #ff9600;
}

.nitem a {
    display: block;

    opacity: 1;
}

.nitem .tbox {
    padding: 1.5em 0;
    margin-bottom: 1.5em;
    border-bottom: 2px solid #ff9600;
}

.nitem .tbox .moreD span {
    width: 180px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid;
    color: #ff9600;
    background: #ff9600;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.nitem .tbox .moreD span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nitem .tbox .moreD span:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: "\f0da";
    border: 1px solid;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -3px;
}

.nitem:hover .tbox .moreD span {
    color: #fff;
}

.nitem:hover .tbox .moreD span:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.nitem .tbox dt {
    width: calc(100% - 200px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1024px) {
    .calist ul {
        margin: 1em;
    }

    .dclist li {
        width: 100%;
    }

    .single {
        padding: 60px 0;
    }

    .news01cont .newspost {
        width: 100%;
    }

    .news01cont .calist {
        width: 100%;
    }
}

@media only screen and (max-width:599px) {
    .calist li a {
        font-size: 16px;
    }

    .single {
        padding: 40px 0;
    }

    .nitem .tbox dt {
        width: 100%;
        margin-bottom: 1em;
    }

    .nitem .tbox dd {
        width: 100%;
    }

    .nitem .tbox .moreD span {
        margin-left: auto;
        width: 160px;
    }
}

/*voice*/

.vitem .tit {
    padding: 1.5em 0;
    border-top: 2px solid #66cc00;
    border-bottom: 2px solid #66cc00;
}

.voice01box {
    padding: 40px;
}

@media only screen and (max-width:1024px) {
    .voice01box {
        padding: 30px;
    }
}

@media only screen and (max-width:599px) {
    .voice01box {
        padding: 20px;
    }

    .vitem .tit {
        padding: 1em 0;
    }
}

/*contact*/

.formlist {
    border: 1px solid #a9a9a9;
}

.formlist li {
    border-bottom: 1px solid #a9a9a9;
}

.formlist li:last-of-type {
    border-bottom: none;
}

.form dt {
    width: 30%;
    font-weight: 600;
    font-size: 16px;
    padding: 0.5em 3em;
    background: #66cc00;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form dt .reqw {
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
}

.form dd {
    width: 68%;
    padding: 0.5em;
}

.form dd input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.form dd select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.form dd input[type="radio"] {
    display: none;
}

.form dd input[type="radio"] + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    line-height: 200%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form dd input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
}

.form dd input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #303841;
    border-radius: 50%;
}

.form dd input[type="radio"]:checked + label {
    border-bottom: 1px solid;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form dd textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-size: 14px;
    font-family: 'GenJyuuGothic-m', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    height: 300px;
}

.formbtn li button {
    text-align: center;
    color: #fff;
    display: block;
    background: #66cc00;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    border: none;
    width: 100%;
    margin: 80px auto;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 30px;
}

.formbtn li button:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}
.formbtn li button.input-confirm-form-back-btn:after{
   left: 20px;
   right: auto;
   content: "\f104";
}

.formbtn2 li:nth-of-type(odd) button:after {
    right: auto;
    left: 20px;
    content: "\f104";
}

.formbtn li button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

@media only screen and (max-width:1024px) {
    .form dt {
        width: 100%;
    }

    .form dd {
        width: 100%;
        margin: 1em;
    }

    .formbtn li button {
        margin: 60px auto;
        padding: 15px 40px;
    }

    .formbtn2 li {
        max-width: 200px;
    }

}

@media only screen and (max-width:599px) {
    .formbtn li button {
        margin: 40px auto;
        max-width: 250px;
    }

    .formbtn2 li {
        max-width: 130px;
    }

    .form dd {
        width: 100%;
        margin: 0.5em;
    }
}

/*recruit*/

.recruit01list dt {
    background: url(/import/tenant_1/160.16.230.198/html/images/wood02.png) center left /50px no-repeat;
    padding: 1em 0 1em 70px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 1em;
}

.recruit01list li {
    margin-bottom: 40px;
}

.recruit01table {
    border: 1px solid #a9a9a9;
}

.recruit01table > li {
    border-bottom: 1px solid #a9a9a9;
}

.recruit01table > li:last-of-type {
    border-bottom: none;
}

.recruit01table dt {
    padding: 1em 3em;
    background: #ff9600;
    color: #fff;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruit01table dd {
    padding: 1em 3em;
    width: 60%;
}

.recruit01table .bgg {
    background: #66cc00;
    color: #fff;
}

.recruit01table .bgg a {
    display: block;
    padding: 1em;
}

.recruit01box04 {
    margin: 120px 0 60px;
}

.recruit01box04 .txt {
    max-width: 880px;
    margin: 0 auto;
}

.recruit01box05list {
    max-width: 880px;
    margin: 40px auto;
}

.recruit01box05list li {
    color: #fff;
    background-color: #66cc00;
    padding: 1em 80px;
    font-size: 16px;
    background-image: url(/import/tenant_1/160.16.230.198/html/images/wood04.png);
    background-position: left 2px bottom 2px;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 60px;
}

.recruit01box05list li:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 30px solid #bfbfbf;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.recruit01box05list li:last-of-type:after {
    display: none;
}

.recruit01box05 .tbox {
    max-width: 880px;
    margin: 40px auto;
    padding: 40px 120px 40px 40px;
    border: 2px solid;
    border-radius: 15px;
    background: url(/import/tenant_1/160.16.230.198/html/images/wood02.png) bottom right 20px /auto no-repeat;
}

.recruit01box05 .pix {
    margin-right: 2em;
}

@media only screen and (max-width:1024px) {
    .recruit01list li {
        width: 48%;
        margin-bottom: 40px;
    }

    .recruit01table dt {
        padding: 1em 2em;
    }

    .recruit01table dd {
        padding: 1em 2em;
    }

    .recruit01box05 .tbox {
        background-size: 60px;
        padding: 30px 80px 30px 30px;
    }

    .recruit01box05 .pix {
        margin-right: 1.5em;
    }
}

@media only screen and (max-width:599px) {
    .recruit01list li {
        width: 100%;
    }

    .recruit01table dt {
        width: 100%;
        padding: 1em;
    }

    .recruit01table dd {
        width: 100%;
        padding: 1em;
    }

    .recruit01box05 .tbox {
        background-size: 40px;
        padding: 20px 40px 20px 20px;
        background-position: bottom right 5px;
    }

    .recruit01box05 .pix {
        margin-right: 1em;
    }
}
