@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'anzu';
    src: url(/import/tenant_1/153.126.159.114/html/font/APJapanesefont.ttf);
}

/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    /*font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 160%;
    color: #3c3c3c;
}

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.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;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #3c3c3c;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    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;
}

.altlist01 .alt01 {
    display: none;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.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;
}

.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;
}


/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    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;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-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-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-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 .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    a[href="tel:"]{
      pointer-events: none !important;
    }
    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-size: 14px;
    }

}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}

[data-element-id] .fead-mv {
    opacity: 1;
}

.fead-mv {
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
}

.mv {
    opacity: 1;
}

#wrapper {
    max-width: 100%;
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
}

#header {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

#header h1 {
    height: 1px;
    margin-top: -1px;
    line-height: 1;
    text-indent: -9999px;
}

#header .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px 0;
    width: 95%;
}

#header .logo {
  margin-top: 15px;
  float: left;
}

#header #gnav {
    float: right;
    margin-top: 35px;
}

#header #gnav .sns {
  margin-bottom: 16px;
  text-align: right;
}

#header #gnav .sns li + li {
  padding: 0 0 0 10px;
}

#header #gnav li {
    font-weight: bold;
    display: inline-block !important;
    padding: 0 0 0 35px;
}

@media only screen and (max-width: 1024px) {
    #header #gnav {
        display: none;
    }
    #header .logo {
        float: none;
        text-align: center;
    }
    #header {
        position: relative;
        top: auto;
        left: auto;
    }
    #wrapper {
        padding-top: 0;
    }
}

@media only screen and (max-width: 599px) {
    #header .logo {
        max-width: 80%;
        margin: 45px auto 0 auto;
    }
}

.subtit {
    background: #7dbe46;
    position: relative;
}

.subtit .pic {
    text-align: right;
}

.subtit .pic .w {
    display: inline-block !important;
}
.mainImg .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mainImg .pic .w {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    min-width: 320px;
        width: 50%;
}
.mainImg .pic .w img{
  width: 100%;
}
.mainImg .pic:before {
    content: "";
    display: block;
    padding-top: 13%;
}
.subtit .pic .w:before {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -webkit-linear-gradient(left, rgba(125, 190, 70, 1) 0%, rgba(125, 190, 70, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(125, 190, 70, 1)), to(rgba(125, 190, 70, 0)));
    background: linear-gradient(to right, rgba(125, 190, 70, 1) 0%, rgba(125, 190, 70, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbe46', endColorstr='#007dbe46', GradientType=1);
}

.subtit h2 {
    position: absolute;
    width: 95%;
    max-width: 1000px;
    color: #fff;
    font-size: 48px;
    text-shadow: 0 0 5px #3e934b, 0 0 5px #3e934b, 0 0 5px #3e934b, 0 0 5px #3e934b;
    top: 50%;
    left: 50%;
    font-weight: normal;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    letter-spacing: 0.2em;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    max-width: 45px;
}

#footer {
    padding: 40px 2.5% 100px 2.5%;
    background: #7dbe46;
}

#footer .sns {
  margin-bottom: 20px;
}

#footer .sns li + li {
  margin-left: 15px;
}

#footer .sns li:before {
  content: none;
}

#footer li {
    color: #fff;
}

#footer li a {
    color: #fff;
}

#footer li + li:before {
    content: "|";
    display: inline-block !important;
    padding: 0 0.5em;
}

@media only screen and (max-width: 1024px) {
    .subtit h2 {
        font-size: 24px;
        line-height: 120%;
    }
    .totop {
    max-width: 40px;
}
}
@media only screen and (max-width: 599px) {
  .totop {
    max-width: 35px;
}
}
@media only screen and (max-width: 414px) {
  .mainImg .pic:before {
    padding-top: 20%;
}
}
#snav[data-element-id] {
    display: block;
}

.nb[data-element-id] {
    display: block;
}

.visible-xs[data-element-id] {
    display: block;
}
#snav {
    display: none;
}

.nb {
    display: none;
}
.nb .b{
  display: none;
}
.visible-xs {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #header {
        position: relative;
    }
    #wrapper {
        padding-top: 0;
    }
    #snav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
        background: none;
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding: 0;
        z-index: 101;
        border: none;
        padding-bottom: 0;
        opacity: 1;

    }
    .grass {
        opacity: 1;
    }


    #snav ul {
        float: none;
        width: auto;
        text-align: left;
        display: block !important;
        padding: 0;
    }


    .nb {
        display: block;
        position: fixed;
        top: 8px;
        right: 8px;
        z-index: 102;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 0 5px;
        cursor: pointer;
        letter-spacing: -1px;
        background-color: rgba(255, 255, 255, .5);
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    }
    .nb.action .n{
  display: none;
}
    .nb.action .b{
  display: block;
}
    #snav li {
        float: none;
        width: auto;

        padding: 0;
        margin-top: 0;
        display: block !important;
        font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, 'ＭＳ Ｐゴシック', sans-serif;
        font-weight: bold;
    }
    #snav li:first-child {
        padding-top: 60px;
    }
    #snav ul li a {
        height: auto;
        display: block !important;
        padding: 8px 0 8px 10px;
        font-size: 14px;
        line-height: 160%;
        color: #fff;
    }




    #snav.action {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }


    #snav .inner {
        width: auto;
        height: 100%;
        overflow-y: auto;
        background: #333;
        padding: 0;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 99;
    }
    .action.nb {
        background: rgba(51, 51, 51, 0.5);
        color: #fff;
    }
    #snav li.sns a {
        display: inline-block !important;
        padding: 0;
        margin: 8px 0 8px 10px;
    }
    #snav li.sns img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }


    #reserve {
        position: fixed;
        top: 8px;
        left: 66px;
        z-index: 101;
        font-size: 16px;
        text-align: center;
        line-height: 120%;
        padding-top: 8px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
        background-color: rgba(111, 158, 45, .5);
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #tel-reserve {
        position: fixed;
        top: 8px;
        left: 8px;
        z-index: 101;
        font-size: 16px;
        text-align: center;
        line-height: 120%;
        padding-top: 8px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
        background-color: rgba(255, 255, 255, .5);
        border: #ccc 1px solid;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #tel-reserve a{
      color: #3c3c3c;
    }
    .visible-xs {
        display: block !important;

    }
    #reserve a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }
}

/*下層共通*/

.w10 {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

.bgg {
    background-color: #e6f5d9;
}

.h3m {
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 30px;
    padding-bottom: 5px;
    width: 95%;
    max-width: 720px;
    margin: 0 auto;
    letter-spacing: 0.2em;
    border-bottom: 1px dashed #7dbe46;
}

.ac {
    display: block;
    position: relative;
    height: 1px;
    margin-top: -1px;
}

.ac a {
    position: absolute;
    top: -87px;
}

@media only screen and (max-width: 1024px) {
    .h3m {
        font-size: 24px;
    }
    .ac a {
        top: 0;
    }
}

@media only screen and (max-width: 599px) {
    .h3m {
        font-size: 18px;
    }
}

/*recruit*/

.recruit1 {
    padding: 60px 0 25px 0;
}

.recruit1 li {
    margin-right: 1.5%;
    margin-bottom: 15px;
        position: relative;
    overflow: hidden;
}
/* .recruit1 li:before {
    display: block;
    content: "";
    padding-top: 80%;
}
.recruit1 li img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: auto;
        height: 105% !important;
} */


.recruit1 li.ww275 .trimmingInner{
  padding-top: 85% !important;
}
.recruit1 li.ww240 .trimmingInner{
  padding-top: 97% !important;
}
.recruit1 li.ww239 .trimmingInner{
  padding-top: 92% !important;
}
.recruit1 li.ww220 .trimmingInner{
  padding-top: 105% !important;
}
.recruit1 li.ww215 .trimmingInner{
  padding-top: 107% !important;
} 
.recruit1 li.ww200 .trimmingInner{
  padding-top: 116% !important;
}

    
    
.recruit1 li:nth-of-type(4n) {
    margin-right: 0;
}

.recruit1 li.txt {
    background-color: #7dbe46;
    color: #fff;
    width: 32%;
    position: relative;
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.recruit1 li.txt .t {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.recruit1 li.txt:before {
    content: " ";
    display: block;
    width: 21.25%;
    min-width: 21.25px;
    min-height: 68.99px;
    background: url(/import/tenant_1/153.126.159.114/html/images/recruit/icon_l.gif) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 3%;
    left: 10px;
    z-index: 0;
}

.recruit1 li.txt:after {
    content: " ";
    display: block;
    width: 20.3%;
    min-width: 21.25px;
    min-height: 61px;
    background: url(/import/tenant_1/153.126.159.114/html/images/recruit/icon_r.gif) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 70%;
    right: 10px;
    z-index: 0;
}

.recruit1 li.ww275 {
    width: 27.5%;
}

.recruit1 li.ww240 {
    width: 24%;
}

.recruit1 li.ww200 {
    width: 20%;
}

.recruit1 li.ww220 {
    width: 22%;
}

.recruit1 li.ww215 {
    width: 21.5%;
}

.recruit1 li.ww239 {
    width: 23.8%;
}

.recruit2 {
    background: rgb(125, 190, 70);
    background: -webkit-linear-gradient(left, rgba(125, 190, 70, 1) 0%, rgba(125, 190, 70, 1) 30%, rgba(244, 241, 232, 1) 30%, rgba(244, 241, 232, 1) 30%, rgba(244, 241, 232, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(125, 190, 70, 1)), color-stop(30%, rgba(125, 190, 70, 1)), color-stop(30%, rgba(244, 241, 232, 1)), color-stop(30%, rgba(244, 241, 232, 1)), to(rgba(244, 241, 232, 1)));
    background: linear-gradient(to right, rgba(125, 190, 70, 1) 0%, rgba(125, 190, 70, 1) 30%, rgba(244, 241, 232, 1) 30%, rgba(244, 241, 232, 1) 30%, rgba(244, 241, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbe46', endColorstr='#f4f1e8', GradientType=1);
}

.recruit2 .left {
    width: 35%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 4.3% 20px 4.3%;
    background-color: #7dbe46;
}

.recruit2 .left h3 {
    font-size: 32px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #fff;
    padding-bottom: 24px;
    text-align: center;
    letter-spacing: 0.2em;
}

.recruit2 .left p {
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #fff;
    letter-spacing: 0.2em;
}

.recruit2 .right {
    width: 61%;
    float: right;
    padding: 30px 0 0 0;
}

.recruit2 .right .inn {
    padding-bottom: 40px;
}

.recruit2 .right .inn .pic {
    width: 38.26%;
    float: right;
}

.recruit2 .right .inn .pic img {
    width: 100%;
    height: auto;
}

.recruit2 .right .inn .txt {
    width: 58.23%;
    max-width: 350px;
    float: left;
}

.recruit2 .right .inn .txt:before {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    background: url(/import/tenant_1/153.126.159.114/html/images/recruit/recruit_leaf.png) repeat-x left top;
    margin-bottom: 20px;
}

.recruit2 .right .inn .txt:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    background: url(/import/tenant_1/153.126.159.114/html/images/recruit/recruit_leaf.png) repeat-x left top;
}

.recruit2 .right .inn .txt p {
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: bold;
    padding-bottom: 20px;
}

.recruit2 .right .inn2 {
    background-color: #fff;
    border: 1px dotted #b9b9b9;
    padding: 15px 15px 0 20px;
}

.recruit2 .right .inn2 dt img {
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.recruit2 .right .inn2 dt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}

.recruit2 .right .inn2 dd .tel {
    color: #ff0000;
    font-size: 36px;
    font-weight: bold;
    padding-right: 7px;
}

.recruit2 .right .inn2 dd .tel a {
    color: #ff0000;
}

.recruit2 .right .inn2 dl {
    width: 63.11%;
    float: left;
    padding-bottom: 15px;
}

.recruit2 .right .inn2 .btm {
    width: 27.7%;
    float: right;
    padding-bottom: 15px;
}

.recruit2 .right .inn2 .btm a {
    display: block;
    background-color: #7dbe46;
    text-align: center;
    padding: 10px 0;
}

.recruit2 .right .inn2 .btm a .t {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.recruit3 {
    padding: 60px 0 40px 0;
    background: #e6f5d9;
    position: relative;
}

.recruit3:before {
    content: "";
    width: 29.13%;
    height: 481px;
    display: block;
    background: url(/import/tenant_1/153.126.159.114/html/images/recruit/wood.png) no-repeat bottom left;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 3.33%;
    opacity: 0.3;
    z-index: 0;
}

.recruit3 .inn {
    position: relative;
    z-index: 1;
}

.recruit3 .inn dl {
    width: 23%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
}

.recruit3 .inn dl .pic {
    margin-bottom: 20px;
}

.recruit3 .inn dl dt {
    text-align: center;
    font-size: 16px;
        padding: 0 10px 0;
}

.recruit3 .inn dl dt .t {
    display: block;
    padding: 12px 0 0 0;
    font-weight: bold;
}

.recruit3 .inn dl.n1 dt {
    color: #7dbe46;
}

.recruit3 .inn dl.n2 dt {
    color: #ff4747;
}

.recruit3 .inn dl.n3 dt {
    color: #29abe2;
}

.recruit3 .inn dl.n4 dt {
    color: #009245;
}

.recruit3 .inn dl.n5 dt {
    color: #007190;
}

.recruit4 {
    position: relative;
    background-color: #c6d9b5;
    overflow: hidden;
}

.recruit4 .bgpic {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 0;
    background-color: #c6d9b5;
}

.recruit4 .w10 {
    position: relative;
    z-index: 1;
    padding: 150px 0 120px 0;
    text-shadow: 2px 0px 2px #fff, 2px 0px 2px #fff, 2px 0px 2px #fff, 2px 0px 2px #fff;
}

}

.recruit4 .bgpic img {
    width: 100%;
    height: auto;
    opacity: 0.7;
}

.recruit4 .w10 h3 {
    font-size: 30px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    padding-bottom: 35px;
}

.recruit4 .w10 p {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
  .recruit1 li{
    margin-bottom: 10px;
  }
    .recruit1 li.txt {
        font-size: 18px;
    }
    .recruit2 {
        background: none;
        padding-bottom: 50px;
    }
    .recruit2 .left {
        float: none;
        width: 100%;
    }
    .recruit2 .left h3 {
        font-size: 24px;
    }
    .recruit2 .right {
        width: 100%;
        float: none;
    }
    .recruit2 .right .inn .txt {
        max-width: 600px;
    }
    .recruit4 .w10 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .recruit4 .w10 h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
  .recruit1 li{
    margin-bottom: 5px;
  }
    .recruit1 li.txt .t {
        font-size: 10px;
        line-height: 120%;
    }
    .recruit1 li.txt:before {
        display: none;
    }
    .recruit1 li.txt:after {
        display: none;
    }
    .recruit2 .left h3 {
        font-size: 18px;
    }
    .recruit2 .left p {
        font-size: 16px;
    }
    .recruit2 .right .inn .pic {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .recruit2 .right .inn .txt {
        width: 100%;
        float: none;
    }
    .recruit2 .right .inn .txt p {
        font-size: 16px;
    }
    .recruit2 .right .inn2 dl {
        float: none;
        width: 100%;
    }
    .recruit2 .right .inn2 dt {
        font-size: 14px;
    }
    .recruit2 .right .inn2 dd {
        text-align: center;
    }
    .recruit2 .right .inn2 dd .tel {
        font-size: 18px;
        display: block;
        text-align: center;
    }
    .recruit2 .right .inn2 .btm {
        width: 100%;
        float: none;
    }
    .recruit3 .inn dl {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
        margin-top: 10px;
    }
    .recruit3 .inn dl:nth-of-type(3n) {
        margin-right: 1%;
    }
    .recruit3 .inn dl dt {
        font-size: 12px;
        padding: 0 1%;
    }
    .recruit3 .inn{
          display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    }
}

.recruit5 {
    padding: 77px 0 0 0;
}

.recruit5 h3 .t {
    font-size: 48px;
    color: #7dbe46;
}

.recruit5 h3 {
    margin-bottom: 50px;
}

.recruit5 .inn1 li {
    width: 30.4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 4.4%;
    font-family: 'anzu';
    color: #fff;
    background-color: #f1d076;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 20px 3% 30px 0;
    margin-bottom: 20px;
}

.recruit5 .inn1 li:nth-of-type(2) {
    background-color: #ff9393;
}

.recruit5 .inn1 li:nth-of-type(3) {
    background-color: #72c7eb;
}

.recruit5 .inn1 li:nth-of-type(3n) {
    margin-right: 0;
}

.recruit5 .inn1 li .num {
    font-size: 34px;
    display: block;
    width: 49px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    background: url(/import/tenant_1/153.126.159.114/html/images/recruit/icon_01.png) no-repeat top left;
    margin-left: 15px;
}

.recruit5 .inn1 li .t {
    display: block;
    font-size: 24px;
    padding: 0 0 0 16.4%;
    line-height: 160%;
    margin-top: -5px;
    letter-spacing: 0.1em;
}

.recruit5 .inn1 {
    padding-bottom: 40px;
    border-bottom: 2px dashed #c9c9c9;
    margin-bottom: 60px;
}

.recruit5 .inn2 .box h4 {
    font-family: 'anzu';
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 12px;
}

.recruit5 .inn2 .box h4 .num {
    display: inline-block !important;
    width: 49px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    background: url(/import/tenant_1/153.126.159.114/html/images/recruit/icon_01.png) no-repeat top left;
    color: #fff;
    margin-right: 15px;
}

.recruit5 .inn2 .box h4 + p {
    padding: 0 0 30px 6.5%;
}

.recruit5 .inn2 .box li {
    width: 30.4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 4.4%;
    margin-bottom: 20px;
}

.recruit5 .inn2 li:nth-of-type(3n) {
    margin-right: 0;
}

.recruit5 .inn2 li .pic {
    border-radius: 100%;
    max-width: 278px;
    width: 91.4%;
    margin: 0 auto 20px auto;
    text-align: center;
}

.recruit5 .inn2 .box {
    padding-bottom: 30px;
    border-bottom: 2px dashed #c9c9c9;
    margin-bottom: 60px;
}

.recruit5 .inn2 .box:last-of-type {
    border: none;
}

.recruit5 .inn2 .box:nth-of-type(1) h4 {
    color: #f1d076;
}

.recruit5 .inn2 .box:nth-of-type(2) h4 {
    color: #ff9393;
}

.recruit5 .inn2 .box:nth-of-type(3) h4 {
    color: #72c7eb;
}

.recruit5 .inn2 .box .an {
    font-family: 'anzu';
    font-size: 24px;
}

.recruit5 .inn2 .box:nth-of-type(2) .an {
    text-align: center;
    padding-bottom: 10px;
    color: #ff9393;
}

.recruit5 .inn2 .box .inn-inn {
    padding: 0 0 0 7%;
}

.recruit5 .inn2 .box .inn-inn dt {
    color: #72c7eb;
    padding-bottom: 5px;
}

.recruit5 .inn2 .box .inn-inn dl {
    padding-bottom: 25px;
}

.recruit6 {
    background-color: #deede5;
    padding: 70px 0 60px 0;
}

.recruit6 h3 {
    margin-bottom: 50px;
}

.recruit6 .inn {
    background-color: #fff;
    padding: 30px 3%;
}

.recruit6 .inn .pic {
    width: 34.04%;
    float: right;
}

.recruit6 .inn .tbox {
    width: 90%;
    /* float: left; */
    margin: 0 auto;
}

.recruit6 .inn .tbox h4 {
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    padding-bottom: 15px;
}

.recruit6 .inn .tbox p {
    padding-bottom: 15px;
}

.recruit6 .inn .tbox p.name {
    padding-bottom: 0;
    text-align: right;
}

.recruit6 .inn .tbox p.name strong {
    font-size: 20px;
    padding-left: 10px;
    font-weight: normal;
}

.recurit7 {
    padding: 60px 0 50px 0;
}

.recurit7 .box {
    width: 48.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #e6f5d9;
    padding: 20px 2%;
    margin-bottom: 30px;
}

.recurit7 .box:nth-of-type(even) {
    margin-left: 3%;
}

.recurit7 .box .inn1 .pic {
    width: 44.7%;
    float: left;
}

.recurit7 .box .inn1 dl {
    width: 48%;
    float: right;
    padding: 60px 0 0 0;
}

.recurit7 .box .inn1 dt {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
}

.recurit7 .box .inn1 dd {
    font-size: 14px;
    padding-bottom: 3px;
}

.recurit7 .box .inn1 {
    padding-bottom: 15px;
}

.recurit7 .box .inn2 dt {
    font-weight: bold;
    color: #7dbe46;
    border-bottom: 1px solid #7dbe46;
    padding-bottom: 3px;
    margin-bottom: 8px;
}

.recurit7 .box .inn2 dd {
    font-size: 14px;
}

.recurit7 .box .inn2 dl {
    padding-bottom: 15px;
}

.recurit7 .box .inn2 {
    padding-bottom: 5px;
}

.recurit7 .box .inn3 {
    background-color: #e6f5d9;
    padding: 15px 2%;
}

.recurit7 .box .inn3 dt {
    text-align: center;
    color: #7dbe46;
    font-weight: bold;
    padding-bottom: 5px;
}

.recurit7 .box .inn3 dd {
    font-size: 14px;
}

.recruit8 {
    background-color: #f4f1e8;
    padding: 30px 0 10px 0;
}

.recruit8 .w10 {
    position: relative;
    min-height: 180px;
}

.recruit8 .pl {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18%;
    height: auto;
}

.recruit8 .pr {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 18%;
    height: auto;
}

.recruit8 p {
    text-align: center;
    padding: 50px 12.8%;
    font-size: 24px;
    font-family: 'anzu';
}

.recruit9 {
    padding: 80px 0 60px 0;
}

.recruit9 h3 {
    margin-bottom: 50px;
}

.recruit9 li {
    width: 278px;
    height: 278px;
    background-color: #e6f5d9;
    border-radius: 50%;
    margin-right: 7%;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.recruit9 li:before {
    content: url(/import/tenant_1/153.126.159.114/html/images/recruit/flow_icon.png);
    position: absolute;
    right: -14%;
    top: 40%;
}

.recruit9 li:nth-of-type(3n) {
    margin-right: 0;
}

.recruit9 li:nth-of-type(3n):before {
    content: none;
}

.recruit9 li .t {
    display: block;
    font-weight: bold;
    position: absolute;
    width: 100%;
    max-width: 278px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.recruit10 {
    background-color: #fff0ea;
    padding: 70px 0 60px 0;
}

.recruit10.guidelined2 .gdlink li a {
    background-color: #f4ac98;
}

.recruit10.guidelined2 .gdlink li a:before {
    content: url(/import/tenant_1/153.126.159.114/html/images/recruit/icon_pink.gif);
}

.recruit10 .more {
    text-align: center;
}

.recruit10 .more a {
    display: inline-block !important;
    width: 50%;
    max-width: 270px;
    height: 55px;
    line-height: 55px;
    background-color: #ee4d4d;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    font-weight: bold;
}

.recruit11 {
    padding: 50px 0 0 0;
}

.recruit11 .pic {
    width: 30%;
    float: left;
}

.recruit11 dl {
    width: 65%;
    float: right;
    padding: 50px 0 30px 0;
}

.recruit11 dl dt {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
    padding-bottom: 15px;
}

.recruit11 dl .tel {
    font-size: 36px;
    color: #e60012;
    padding-right: 5px;
    font-weight: bold;
}

.recruit11 dl .tel img {
    vertical-align: middle;
    padding-right: 10px;
}

.recruit11 dl .tel a {
    color: #e60012;
}

.recruit11 dl .link {
    padding: 15px 0 0 0;
}

.recruit11 dl .link a {
    display: inline-block !important;
    background-color: #7dbe46;
    max-width: 297px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.recruit11 dl .link a img {
    vertical-align: middle;
    padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
    .recruit5 h3 .t {
        font-size: 36px;
    }
    .recruit5 .inn1 li .t {
        font-size: 18px;
    }
    .recruit5 .inn2 .box h4 {
        font-size: 24px;
    }
    .recruit5 .inn2 .box .an {
        font-size: 18px;
    }
    .recruit6 .inn .tbox h4 {
        font-size: 18px;
    }
    .recruit6 .inn .tbox p.name strong {
        font-size: 16px;
    }
    .recurit7 .box .inn1 dt {
        font-size: 16px;
    }
    .recruit8 p {
        font-size: 18px;
    }
    .recruit9 li {
        width: 180px;
        height: 180px;
        font-size: 16px;
    }
    .recruit9 li:before {
        right: -21%;
    }
    .recruit11 dl dt {
        font-size: 16px;
    }
    .recruit11 dl .tel {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .recruit5 .inn1 li {
        width: 100%;
        margin-right: 0;
    }
    .recruit5 .inn1 li .num {
        margin: 0 auto 10px auto;
    }
    .recruit5 .inn2 .box h4 {
        font-size: 18px;
        text-align: center;
    }
    .recruit5 .inn2 .box h4 .num {
        display: block !important;
        margin: 0 auto 10px auto;
    }
    .recruit5 .inn2 .box li {
        width: 100%;
        margin-right: 0;
    }
    .recruit5 .inn2 .box .an {
        font-size: 16px;
    }
    .recruit5 .inn2 .box .inn-inn {
        padding-left: 0;
    }
    .recruit5 .inn2 .box h4 + p {
        padding-left: 0;
    }
    .recruit6 .inn .pic {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .recruit6 .inn .tbox {
        width: 100%;
        float: none;
    }
    .recruit6 .inn .tbox h4 {
        font-size: 16px;
    }
    .recurit7 .box {
        width: 100%;
    }
    .recurit7 .box:nth-of-type(even) {
        margin-left: 0;
    }
    .recurit7 .box .inn1 .pic {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        text-align: center;
    }
    .recurit7 .box .inn1 dl {
        padding: 0;
        width: 100%;
        float: none;
    }
    .recruit8 p {
        padding-right: 5%;
        padding-left: 5%;
        font-size: 16px;
    }
    .recruit9 li {
        width: 100px;
        height: 100px;
        font-size: 12px;
        margin-right: 10%;
    }
    .recruit9 li:before {
        right: -30%;
        top: 30%;
    }
    .recruit11 .pic {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .recruit11 dl {
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .recruit11 dl dt + dd {
        text-align: center;
    }
    .recruit11 dl .link {
        text-align: center;
    }
}







/*guideline*/

.guideline1 {
    padding: 60px 0 130px 0;
}

.guideline1 li {
    background-color: #f4f1e8;
    padding: 10px 1%;
    width: 30%;
    margin: 0 2% 30px 0;
    position: relative;
}

.guideline1 li:before {
    content: url(/import/tenant_1/153.126.159.114/html/images/guideline/boxmk.gif);
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 10;
}

.guideline1 li:nth-of-type(3n) {
    margin-right: 0;
}

.guideline1 li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.guideline1 li a .txt {
    display: block;
    width: 100%;
    height: 180px;
    background-color: rgba(125, 190, 70, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: bold;
    display: none;
    z-index: 1;
}

.guideline1 li a:hover {
    opacity: 1;
}

.guideline1 li a:hover .txt {
    display: block;
}

.guideline1 li a .txt .inn {
    position: absolute;
    display: block;
    color: #fff;
    font-weight: bold !important;
    text-align: center;
    top: 50%;
    left: 50%;
    font-weight: normal;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    width: 90%;
}

.guideline1 ul {
    padding-bottom: 20px;
}

.pagenav {
    text-align: center;
}

.pagenav a {
    display: inline-block !important;
    color: #7dbe46;
    background-color: #e6f5d9;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 2.5px 10px 2.5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.pagenav a.st {
    background-color: #7dbe46;
    color: #fff;
}

.pagenav a img {
    vertical-align: middle;
}

.guideline1 .pagenav {
    padding-bottom: 70px;
}

.entrybtn a {
    display: block;
    width: 60%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #ee4d4d;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 100px;
    border-radius: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .entrybtn a {
        font-size: 18px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 599px) {
    .guideline1 li {
        width: 48%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 1% 30px 1%;
        padding: 10px 2%;
    }
    .guideline1 li:nth-of-type(3n) {
        margin-right: 1%;
    }
    .guideline1 li a .txt .inn {
        font-size: 12px;
    }
    .entrybtn a {
        width: 80%;
        font-size: 14px;
    }
}

/*guideline_detail*/

.guidelined1 {
    padding: 60px 0 40px;
}

.guidelined1 .pic {
    width: 100%;
    padding-bottom: 40px;
}
.guidelined1 .pic img{
  width: 100%;
}
.guidelined1 h3 {
    font-size: 24px;
    color: #7dbe46;
    padding-bottom: 15px;
}

.guidelined1 p {
    padding-bottom: 20px;
}

.guidelined2 {
    padding: 70px 0 40px 0;
}

.guidelined2 h3 {
    margin-bottom: 50px;
}

.guidelined2 h3 + p {
    text-align: center;
    padding-bottom: 30px;
}

.guidelined2 .gdlink li {
    width: 24%;
    margin: 0 1.3% 15px 0;
}
.guidelined2 .gdlink [data-collection-filtered-content]{
      display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.guideline1 .gdlink [data-collection-filtered-content]{
      display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.guidelined2 .gdlink li:nth-of-type(4n) {
    margin-right: 0;
}

.guidelined2 .gdlink li a {
    display: block;
    background-color: #7dbe46;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px 25px 15px 10px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.guidelined2 .gdlink li a:before {
    content: url(/import/tenant_1/153.126.159.114/html/images/guideline_detail/bt_green.gif);
    position: absolute;
    top: 30%;
    right: 4%;
}
.guidelined2 .gdlink {
    padding-bottom: 35px;
}

.guidelined2 .gdbox {
    background-color: #fff;
    padding: 30px 2%;
    margin-bottom: 40px;
}

.guidelined2 .gdbox h4 {
    font-size: 20px;
    color: #7dbe46;
    padding-bottom: 5px;
    border-bottom: 1px solid #7dbe46;
    margin-bottom: 20px;
}

.guidelined2 .gdbox .pic {
    width: 31.25%;
    float: left;
}
.guidelined2 .gdbox .pic a{
  display: block;
}
.guidelined2 .gdbox .pic img{
  width: 100%;
}

.guidelined2 .gdbox .tbox {
    width: 65.62%;
    float: right;
}

/* .guidelined2 .gdbox:nth-of-type(even) .pic {
    float: right;
}

.guidelined2 .gdbox:nth-of-type(even) .tbox {
    float: left;
} */

.guidelined2 .gdbox .tbox p.sta {
    background-color: #ee4d4d;
    color: #fff;
    text-align: center;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.guidelined2 .gdbox .tbox .table dt {
    width: 15.8%;
    float: left;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.guidelined2 .gdbox .tbox .table dd {
    padding: 0 0 10px 18.57%;
    font-size: 14px;
}

.guidelined2 .gdbox .tbox .table dd .tel {
    display: block;
    font-size: 18px;
    color: #e60012;
    font-weight: bold;
    padding-top: 5px;
}

.guidelined2 .gdbox .tbox .table dd .tel a {
    color: #e60012;
}
.guidelined2 .gdbox .tbox .table dd .tel a:before{
  display: inline-block;
  font-family: FontAwesome;
  content: "";
}
.guidelined2 .gdbox .tbox .table dd .tel img {
    vertical-align: middle;
    padding: 0 5px 0 0;
    width: 20px;
}

.guidelined2 .gdbox .tbox .table dl {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 12px;
}

.guidelined2 .gdbox .tbox .table {
    padding-bottom: 25px;
}
.guidelined2 .gdbox .conlink{
  text-align: center;
}
.guidelined2 .gdbox .conlink a {
    display: inline-block !important;
    width: 42.18%;
    max-width: 270px;
    height: 55px;
    line-height: 55px;
    background-color: #ee4d4d;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    font-weight: bold;
    margin-left: 15px;
}

/* .guidelined2 .gdbox:nth-of-type(even) .conlink {
    text-align: right;
} */

.guidelined3 {
    padding: 60px 0;
}

.back {
    text-align: center;
}

.back a {
    display: inline-block !important;
    width: 27%;
    max-width: 270px;
    height: 55px;
    line-height: 55px;
    background-color: #7dbe46;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    font-weight: bold;
    margin-left: 15px;
}

@media only screen and (max-width: 1024px) {
    .guidelined1 h3 {
        font-size: 18px;
    }
    .guidelined2 .gdlink li {
        width: 32%;
    }
    .guidelined2 .gdlink li:nth-of-type(4n) {
        margin-right: 1.3%;
    }
    .guidelined2 .gdbox h4 {
        font-size: 18px;
    }
    
}

@media only screen and (max-width: 599px) {
    .guidelined2 .gdbox h4 {
        font-size: 16px;
    }
    .guidelined2 .gdlink li {
        width: 48.7%;
    }
    .guidelined2 .gdbox .pic {
        float: none !important;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        max-width: 400px;
        margin: 0 auto;
    }
    .guidelined2 .gdbox .tbox {
        float: none !important;
        width: 100%;
    }
    .guidelined2 .gdbox .conlink {
        text-align: center !important;
    }
    .guidelined2 .gdbox .conlink a {
        margin-left: 0;
        width: 80%;
    }
    .back a {
        width: 85%;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .guidelined2 .gdbox .tbox .table dt{
      width: 100%;
      float: none;
    }
    .guidelined2 .gdbox .tbox .table dd{
      width: 100%;
      float: none;
      padding-left: 0;
    }
}

/*dayservice*/

.days1 {
    padding: 60px 0;
}

.days1 h3 {
    margin-bottom: 35px;
}

.days1 p {
    padding-bottom: 30px;
}

.days2 {
    padding: 65px 0;
}

.days2 h3 {
    margin-bottom: 35px;
}

.days2 h3 + p {
    padding-bottom: 50px;
    text-align: center;
}

.days2 dl {
    width: 28%;
    background-color: #fff;
    margin: 0 2% 60px 0;
    position: relative;
    padding: 0 2% 20px 2%;
}

.days2 dl:nth-of-type(3n) {
    margin-right: 0;
}

.days2 dl:before {
    content: "";
    width: 110px;
    height: 110px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -55px;
    border-radius: 50%;
    z-index: 0;
}

.days2 dl dd.num {
    display: block;
    width: 88%;
    height: 50px;
    line-height: 50px;
    background: url(/import/tenant_1/153.126.159.114/html/images/dayservice/dsnum.png) no-repeat center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    z-index: 1;
}

.days2 dl dt,
.days2 dl dd {
    position: relative;
    z-index: 3;
}

.days2 dl dt {
    text-align: center;
    font-size: 18px;
    padding: 45px 0 10px 0;
    font-weight: bold;
    color: #7dbe46;
    /* min-height: 65px; */
}

.days2 dl dd.pic {
    text-align: center;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .days2 dl dt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .days2 dl {
        width: 98%;
        margin: 0 0 60px 0;
    }
    .days2 dl dd.num {
        width: 96%;
    }
    .days2 dl dt {
        /* min-height: auto; */
        height: auto !important
    }
    .days2 dl:nth-of-type(3n) {
        margin-right: 0;
    }
}

/*rehabilitation*/

.recruit4.reha1 .bgpic img {
    opacity: 0.4;
}

/*blog*/

.blog {
    padding: 60px 0 0 0;
}

.blog .bmain {
    width: 73%;
    float: left;
}

.blog .bside {
    width: 23%;
    float: right;
}

.blog .blist dl {
    background-color: #f4f1e8;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.blog .blist dt a{
    font-size: 18px;
    color: #7dbe46;
    font-weight: bold;
    padding-bottom: 5px;
    background: url(/import/tenant_1/153.126.159.114/html/images/blog/line.gif) bottom repeat-x;
    margin-bottom: 10px;
    display: block;
}

.blog .bmain .binfo {
    font-size: 14px;
    padding-bottom: 20px;
}

.blog .bmain .binfo img {
    vertical-align: middle;
    padding-right: 5px;
}

.blog .bmain .binfo .date {
    padding-right: 10px;
}

/* .blog .blist .binfo + dd {
    padding-bottom: 20px;
    min-height: 60px;
        max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.blog .blist .more {
    text-align: right;
}

.blog .blist .more a {
    display: inline-block !important;
    background-color: #7dbe46;
    width: 140px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}

.blog .blist {
    padding-bottom: 30px;
}

.blog .bside dt {
    font-size: 22px;
    text-align: center;
    color: #7dbe46;
    padding-bottom: 5px;
    background: url(/import/tenant_1/153.126.159.114/html/images/blog/sideline.gif) bottom repeat-x;
    font-weight: bold;
    margin-bottom: 20px;
}

.blog .bside dd {
    margin: 0 6.5% 5px 6.5%;
}

.blog .bside dd a {
    display: block;
    background-color: #9f9473;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 25px 10px 10px;
    position: relative;
}

.blog .bside dd a:before {
    content: url(/import/tenant_1/153.126.159.114/html/images/blog/bt_01.gif);
    position: absolute;
    top: 28%;
    right: 4%;
}

.blog .bside dl {
    padding-bottom: 40px;
    width: 230px;
}

@media only screen and (max-width: 1024px) {
    .blog .bmain {
        width: 100%;
        float: none;
        padding-bottom: 60px;
    }
    .blog .bside {
        width: 100%;
        float: none;
    }
    .blog .bside dl {
        width: 48%;
        float: left;
        margin-right: 2%;
    }
}

/*blog_detial*/

.blog .bkiji {
    background-color: #f4f1e8;
    padding: 20px 20px 20px 20px;
    margin-bottom: 60px;
}

.blog .bkiji h3 {
    font-size: 18px;
    color: #7dbe46;
    font-weight: bold;
    padding-bottom: 5px;
    background: url(/import/tenant_1/153.126.159.114/html/images/blog/line.gif) bottom repeat-x;
    margin-bottom: 10px;
}

.blog .bkiji .binfo {
    font-size: 14px;
    padding-bottom: 20px;
}

.blog .bkiji .binfo img {
    vertical-align: middle;
    padding-right: 5px;
}

.blog .bkiji .binfo .date {
    padding-right: 10px;
}

.blog .bkiji .inn p {
    padding-bottom: 20px;
}

.blogreco {
    padding: 60px 0 40px 0;
}

.blogreco h3 {
    margin-bottom: 50px;
}

.blogreco dl {
    width: 30%;
    margin: 0 2% 20px 2%;
}

.blogreco dl:nth-of-type(3n) {
    margin-right: 0;
}

.blogreco dl .pic {
    width: 91.14%;
    max-width: 278px;
    margin: 0 auto 20px auto;
    border-radius: 100%;
}

.blogreco .binfo {
    font-size: 14px;
    padding-bottom: 5px;
}

.blogreco .binfo img {
    vertical-align: middle;
    padding-right: 5px;
}

.blogreco .binfo .date {
    padding-right: 10px;
}

.blogreco dt {
    font-size: 18px;
    color: #7dbe46;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .blogreco dt {
        font-size: 16px;
    }
    .blogreco .binfo span{
      display: block;
    }
}

@media only screen and (max-width: 599px) {
    .blogreco .binfo {
        font-size: 12px;
    }
    .blogreco dt {
        font-size: 14px;
    }
    .blogreco dl{
      width: 46%;
    }
    .blogreco .inn{
      -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

/*photo*/

.photo1.guidelined2 {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.photo1 p {
    text-align: center;
    padding-bottom: 20px;
}

.photo2 {
    width: 95%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 0;
}

.photo2 li {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1% 20px 1%;
}

.photo2 li a {
    display: block;
    border: 1px solid #898989;
    padding: 5px;
    background-color: #fff;
}

.photo2 {
    padding-bottom: 30px;
}

.photo3.pagenav {
    margin-bottom: 60px;
}

@media only screen and (max-width: 599px) {
    .photo2 li {
        width: 50%;
    }
}

/*photo_detail*/

.photod1 {
    padding: 60px 0 80px 0;
}

.photod1 .titinfo p {
    background-color: #7dbe46;
    width: 200px;
    color: #fff;
    padding: 15px 5px 15px 12px;
    border-top-left-radius: 20px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
}

.photod1 .titinfo h3 {
    font-size: 18px;
    color: #7dbe46;
    background: url(/import/tenant_1/153.126.159.114/html/images/photo/line.gif) repeat-x bottom;
    padding: 15px 0 15px 0;
    margin-left: 220px;
}

.photod1 .titinfo {
    padding-bottom: 40px;
}

.photod1 .inn {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.photod1 .inn .dpic {
    display: block;
    border: 1px solid #898989;
    margin-bottom: 36px;
}
.photod1 .inn .dpic a{
  padding: 10px;
  -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
}
.photod1 .inn .dpic img{
  width: 100%;
}
.photod1 .inn p {
    padding-bottom: 40px;
}

.photod2 h3 {
    margin-bottom: 50px;
}

@media only screen and (max-width: 599px) {
    .photod1 .titinfo p {
        font-size: 14px;
        float: none;
    }
    .photod1 .titinfo h3 {
        margin-left: 0;
        font-size: 16px;
    }
}

/*faq*/

.faqwap {
    padding: 40px 0 0 0;
}

.faqbox h3 {
    margin-bottom: 50px;
}

.faqbox dt {
    font-size: 18px;
    font-weight: bold;
    color: #7dbe46;
    background: url(/import/tenant_1/153.126.159.114/html/images/faq/line.gif) bottom repeat-x;
    padding-bottom: 10px;
}

.faqbox dt.key {
    cursor: pointer;
}
.faqbox dt.key:hover{
  opacity: 0.6;
}
.faqbox dt .q {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background-color: #7dbe46;
    font-size: 20px;
    float: left;
}

.faqbox dt .qt {
    display: block;
    padding: 5px 0 0 50px;
}

.faqbox dd {
    background-color: #f4f1e8;
    padding: 30px 2%;
}

.faqbox dd.a {
    display: none;
}
[data-element-id] .faqbox dd.a{
  display: block;
}
.faqbox dd .ab {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background-color: #9f9473;
    font-size: 20px;
    float: left;
    font-weight: bold;
}

.faqbox dd .at {
    display: block;
    padding-left: 50px;
    color: #9f9473;
}

.faqbox dl {
    margin-bottom: 30px;
}

.faqbox {
    padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .faqbox dt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .faqbox dt .q,
    .faqbox dd .ab {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        float: none;
    }
    .faqbox dt .qt,
    .faqbox dd .at {
        padding-left: 0px;
        font-size: 14px;
    }
    .faqbox dd .ab {
        margin-bottom: 10px;
    }
}

/*contact*/

.contact h3 {
    margin-bottom: 45px;
}

.contact1 {
    padding: 60px 0 60px 0;
}

.contact1 h3 + p {
    text-align: center;
    padding-bottom: 25px;
}

.contact1 li {
    width: 48.5%;
    float: left;
    background-color: #e6f5d9;
    margin-bottom: 20px;
}

.contact1 li + li {
    float: right;
}

.contact1 dl {
    padding: 15px 5%;
}

.contact1 dt {
    text-align: center;
    font-weight: bold;
}

.contact1 dt img {
    vertical-align: middle;
    padding-right: 5px;
}

.contact1 dd {
    text-align: center;
    color: #e60012;
    font-size: 36px;
}

.contact1 dd .tel {
    display: block;
    font-weight: bold;
}
.contact1 dd .tel.fax a{
  pointer-events: none !important;
}
.contact .contact1 ul dd .tel a {
    color: #e60012;
}

.contact2 h3 + p {
    text-align: center;
    padding-bottom: 60px;
}

.contact2 li {
    width: 48.5%;
    float: left;
    margin-bottom: 20px;
}

.contact2 li + li {
    float: right;
}

.contact2 li dt {
    text-align: center;
    font-size: 24px;
    color: #7dbe46;
    font-weight: bold;
}

.contact2 li dt:after {
    content: url(/import/tenant_1/153.126.159.114/html/images/contact/icon_03.gif);
    width: 100%;
    text-align: center;
    display: block;
}

.contact2 li dd {
    background-color: #f4f1e8;
    padding: 25px;
    /* min-height: 125px; */
}

.contact2 {
    padding-bottom: 60px;
}
.contact3.p60{
  padding: 60px 0;
}
.contact3 .table {
    padding-bottom: 60px;
}

.contact3 dt {
    width: 30%;
    float: left;
    font-weight: bold;
    position: relative;
    padding: 15px 0 0 1.4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.contact3 dd {
    margin: 0 0 0 30%;
    padding: 12px 7% 15px 2%;
    background-color: #fff;
}
.contactConfirm .contact3 dd div{
  display: inline-block;
}
.contact3 dt .h {
    position: absolute;
    top: 15px;
    right: 5%;
    background: #7dbe46;
    color: #fff;
    font-size: 15px;
    width: 40px;
    text-align: center;
    font-weight: normal;
}

.contact3 dd input[type=text] {
    background: #e5e5e5;
    padding: 1px 5px;
    border: none;
    margin-bottom: 1px;
    margin-top: 1px;
    height: 20px;
}

.contact3 dl {
    background-color: #e6f5d9;
    border-bottom: 1px solid #c9c9c9;
}

.contact3 dd .size2 {
    width: 150px;
    margin-right: 20px;
}

.contact3 dd .size4 {
    width: 250px;
}

.contact3 dd .size1 {
    width: 100%;
}

.contact3 dd .size3 {
    max-width: 70px;
}

.contact3 dd + dd {
    padding-top: 0;
    margin-top: -5px;
}

.contact3 dd textarea {
    background: #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px;
    border: none;
    width: 100%;
    height: 150px;
}

.contact3 dd label {
    font-size: 16px;
    display: inline-block !important;
    padding: 5px 1.2em 0 0;
}

.contact2 dd label input {
    margin-right: 0.5em;
}
.formbtnlist li{
  width: 48%;
}
.formbtn {
    text-align: center;
}

.formbtn #send {
    max-width: 270px;
    width: 90%;
    background: #7dbe46;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    padding: 15px 0;
    cursor: pointer;
    border-radius: 30px;
}
.formbtn #send:hover {
    opacity: 0.6;
}

.contact3 dl:hover {
    background: #ffeeee;
}

.contact3 dl:hover dd {
    background: #ffeeee;
}

.contact3 {
    padding-bottom: 70px;
}

.contact4 h3 + p {
    text-align: center;
    padding-bottom: 20px;
}

.contact4 dt {
    font-weight: bold;
    color: #7dbe46;
    font-size: 18px;
    padding-bottom: 5px;
}

.contact4 dl {
    margin-bottom: 30px;
}

.contact4 dl.bgg {
    padding: 25px 30px;
}

.contact4 {
    padding-bottom: 50px;
}
.contact .thanks{
  padding: 60px 0;
}
.contact .thanks dd{
  text-align: center;
}
.contact .thanks .back{
  margin-top: 45px;
}
@media only screen and (max-width: 1024px) {
    .contact1 dd {
        font-size: 24px;
    }
    .contact2 li dt {
        font-size: 18px;
    }
    .contact3 dd .tt {
        display: block;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 599px) {
    .contact1 li {
        width: 100%;
        float: none !important;
    }
    .contact2 li {
        width: 100%;
        float: none !important;
    }
    .contact2 li dd {
        /* min-height: auto; */
        height: auto !important
    }
    .contact3 dt {
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }
    .contact3 dd {
        margin-left: 0;
    }
    .contact3 dd .tt {
        display: block;
        padding-bottom: 5px;
    }
    .contact3 dd .tt + .tt {
        padding-bottom: 0;
    }
    .contact4 dt {
        font-size: 16px;
    }
}

/*company*/

.company h3 {
    margin-bottom: 50px;
}

.company1 {
    padding: 60px 0 70px;
}

.company1 .table dl {
    border-bottom: 1px solid #c9c9c9;
}

.company1 .table dl:first-of-type {
    border-top: 1px solid #c9c9c9;
}

.company1 .table dt {
    width: 30%;
    background-color: #e6f5d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 1% 11px 1.5%;
    font-weight: bold;
}

.company1 .table dd {
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 1.5% 12px 1.5%;
}

.company2 .box {
    padding-bottom: 40px;
}

.company2 .box .pic {
    width: 32%;
    float: right;
}

.company2 .box .tbox {
    width: 63%;
    float: left;
}

.company2 .box .tbox dt {
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #7dbe46;
    border-bottom: 1px solid #7dbe46;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.company2 .box .tbox dl {
    padding-bottom: 20px;
}

.company2 .box .tbox .more a {
    display: block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #7dbe46;
    border-radius: 15px;
    font-weight: bold;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .company2 .box .tbox dt {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .company1 .table dt {
        width: 100%;
    }
    .company1 .table dd {
        width: 100%;
    }
    .company2 .box .pic {
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 20px;
    }
    .company2 .box .tbox {
        width: 100%;
        float: none;
    }
    .company2 .box .tbox dt {
        font-size: 16px;
    }
}

/*staff*/

.staffbox h3 {
    margin-bottom: 40px;
}
[data-element-id] .staffbox dl{
  display: none;
}
[data-element-id] .staffbox dl:nth-of-type(-n+9){
  display: block;
}
.staffbox dl {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0 2.5% 40px 2.5%;
}
.staffbox dl a{
  display: block;
}
.staffbox dl .pic {
    width: 100%;
    max-width: 278px;
    margin: 0 auto 25px auto;
}
.staffbox dl .pic .trimmingInner{
  border-radius: 100%;
      -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.staffbox dl dd {
    text-align: center;
    font-size: 13px;
}

.staffbox dl dt {
    text-align: center;
    color: #7dbe46;
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
}
.staffbox dl dt a{
  color: #7dbe46;
}
.staffbox {
    padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .staffbox dl dt {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .staffbox dl {
        width: 50%;
    }
    .staffbox dl dt {
        font-size: 16px;
    }
}

/*staff_detail*/

.staffd1 {
    padding: 60px 0 80px 0;
}

.staffd1 .pic {
    width: 34%;
    max-width: 340px;
    border-radius: 100%;
    float: left;
}

.staffd1 .tbox {
    width: 61%;
    float: right;
}

.staffd1 .tbox h3 {
    font-size: 24px;
    color: #7dbe46;
    padding-bottom: 20px;
}

.staffd1 .tbox .table dt {
    width: 19.6%;
    font-weight: bold;
    padding: 0 1% 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

.staffd1 .tbox .table dd {
    width: 80.4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.staffd1 .tbox .table dl {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 12px;
}

.staffd1 .back {
    padding-top: 55px;
}

.staffd2 {
    padding: 55px 0 0 0;
}

@media only screen and (max-width: 1024px) {
    .staffd1 .tbox h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .staffd1 .pic {
        width: 100%;
        margin: 0 auto 20px auto;
        text-align: center;
        float: none;
    }
    .staffd1 .tbox {
        width: 100%;
        float: none;
    }
    .staffd1 .tbox .table dt {
        width: 100%;
    }
    .staffd1 .tbox .table dd {
        width: 100%;
    }
}

/*tarumi*/

.tarumi1 {
    position: relative;
    margin: 60px 0 0 0;
}

.tarumi1 .pic {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.tarumi1 .tbox {
    width: 67%;
    float: right;
    padding-bottom: 50px;
}

.tarumi1 .tbox .inn {
    padding: 0 0 0 33.88%;
    min-height: 250px;
}

.tarumi1 .tbox .inn h3 {
    font-size: 24px;
    color: #7dbe46;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    border-bottom: 1px solid #7dbe46;
    margin-bottom: 20px;
}

.tarumi1 .tbox .inn2 {
    background-color: #f4f1e8;
    padding: 30px 5% 30px 34.3%;
}

.tarumi1 .tbox .inn2 ul {
    padding-bottom: 20px;
}

.tarumi1 .tbox .inn2 dt {
    font-size: 18px;
    color: #7dbe46;
    font-weight: bold;
}

.tarumi1 .map {
    padding-bottom: 70px;
}

.tarumi2 {
    padding-bottom: 60px;
}

.tarumi2 h3 {
    margin-bottom: 50px;
}

.tarumi2 p {
    text-align: center;
}

.tarumi3 h3 {
    margin-bottom: 40px;
}

.tarumi3 h4 {
    font-size: 24px;
    color: #7dbe46;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    padding-bottom: 20px;
}

.tarumi3 .inn .table {
    padding-bottom: 15px;
}

.tarumi3 .table ul {
    border: 1px solid #c9c9c9;
    background-color: #e6f5d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 39.95%;
}

.tarumi3 .table ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #c9c9c9;
    text-align: center;
    padding: 13px 2%;
    font-weight: bold;
}

.tarumi3 .table dl {
    border: 1px solid #c9c9c9;
    border-top: none;
}

.tarumi3 .table dt {
    background-color: #e6f5d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    padding: 13px 1.4% 13px 1.4%;
    font-weight: bold;
}

.tarumi3 .table dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #c9c9c9;
    padding: 13px 1%;
    text-align: center;
}

.tarumi3 .inn .table ul li {
    width: 50%;
}

.tarumi3 .inn .table dd {
    width: 30%;
}

.tarumi3 .inn .table dd.grow {
    flex-grow: 1;
}

.tarumi3 .inn2 .table ul li {
    width: 20%;
}

.tarumi3 .inn2 .table .g5 dd {
    width: 12%;
}

.tarumi3 .inn2 .table .g5 dd.grow {
    flex-grow: 1;
}

.tarumi3 .inn2 .table .g1 dd {
    width: 60%;
}

.tarumi3 .inn .table {
    padding-bottom: 15px;
}

.tarumi3 .inn {
    padding-bottom: 40px;
}

.tarumi3 .inn2 .table {
    padding-bottom: 20px;
}

.tarumi3 .inn2 .inn-inn {
    padding: 13px 1.4%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tarumi3 .inn2 .inn-inn dt {
    display: inline-block !important;
}

.tarumi3 .inn2 .inn-inn dd {
    display: inline-block !important;
}

.tarumi3 .inn2 .inn-inn dl {
    display: inline-block !important;
    padding-right: 40px;
}

.tarumi3 {
    padding-bottom: 70px;
}

.tarumi4 h3 + p {
    text-align: center;
    padding-bottom: 25px;
}

.popup-pdf{
    text-align: center;
    border: 1px solid;
    width: fit-content;
    margin: 0 auto;
    margin-top: 1em;
    color: red;
}

.popup-pdf a{
    padding: 0.25em 0.5em;
    color: red;
}

@media only screen and (max-width: 1024px) {
    .tarumi1 .tbox .inn h3 {
        font-size: 18px;
    }
    .tarumi1 .tbox .inn2 dt {
        font-size: 16px;
    }
    .tarumi3 h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .tarumi1 .pic {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .tarumi1 .tbox {
        width: 100%;
        float: none;
    }
    .tarumi1 .tbox .inn {
        padding-left: 0;
        min-height: auto;
        padding-bottom: 20px;
    }
    .tarumi3 .table ul li {
        font-size: 12px;
    }
    .tarumi3 .table dt,
    .tarumi3 .table dd {
        font-size: 12px;
    }
    .tarumi1 .tbox .inn2 {
        padding-left: 5%;
    }
}

/*home*/

.home-slide {
    position: relative;
    margin-bottom: 60px;
}

.home-slide .slidewrap {
        position: relative;
}
.slidewrap .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%);
}

.slidewrap .uk-slidenav-position:after {
    padding-top: 40%;
    content: '';
    display: block;
}
.mainSlide{
  background: #7dbe46;
  position: relative;
  overflow: hidden;
}
.mainSlide .slidewrap .uk-slideshow {
    right: 0;
    width: 50%;
}
.mainSlide .slidewrap .uk-slidenav-position:after {
    padding-top: 13%;
}
.mainSlide .home-slide .inner h2{
      color: #fff;
    font-size: 48px;
    text-shadow: 0 0 5px #3e934b, 0 0 5px #3e934b, 0 0 5px #3e934b, 0 0 5px #3e934b;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    letter-spacing: 0.2em;
}
.mainSlide .home-slide .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        padding-top: 0;
}
.mainSlide .slidewrap .uk-slideshow:after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 10;
    background: -webkit-linear-gradient(left, rgba(125, 190, 70, 1) 0%, rgba(125, 190, 70, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(125, 190, 70, 1)), to(rgba(125, 190, 70, 0)));
    background: linear-gradient(to right, rgba(125, 190, 70, 1) 0%, rgba(125, 190, 70, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbe46', endColorstr='#007dbe46', GradientType=1);
}
.mainSlide .home-slide{
  margin-bottom: 0;
}
.slidewrap .uk-slideshow {
    position: absolute;
    top: 0;
}
.home-slide .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.home-slide h3 {
    font-size: 45px;
    font-weight: normal;
    line-height: 140%;
    padding: 0 0 40px 0;
    text-shadow: 2px 0px 2px #fff, 2px 0px 2px #fff, 2px 0px 2px #fff, 2px 0px 2px #fff;

}

.home-slide h3 + p {
    padding: 0 0 20px 0;
    text-shadow: 2px 0px 2px #fff, 2px 0px 2px #fff, 2px 0px 2px #fff, 2px 0px 2px #fff;
}

.home-slide .more {
    padding: 20px 0 0 0;
}

.home-slide .more a {
    display: inline-block !important;
    max-width: 270px;
    background: #7dbe46;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    border-radius: 20px /50%;
}

.home-slide .slidenav {
    margin-top: 15px;
}

.home-slide .slidenav li {
    width: 10px;
    height: 10px;
    background: #e6e6e6;
    text-indent: -9999px;
    margin: 0 5px;
    border-radius: 50%;
}

.home-slide .slidenav li.st {
    background: #7dbe46;
}
.under-slide .slidewrap .uk-slidenav-position:after {
    padding-top: 90%;
    content: '';
    display: block;
}
.under-slide .slidewrap .uk-slidenav-position{
  min-width: inherit;
}
@media only screen and (max-width: 1024px) {
    .home-slide h3 {
        font-size: 30px;
            padding: 0 0 30px 0;
    }
    .mainSlide .home-slide .inner h2{
    font-size: 24px;
}
}

@media only screen and (max-width: 599px) {
    .home-slide .slidewrap {
        float: none;
        width: auto;
    }
    .home-slide .inner {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        padding-top: 20px;
    }
    .home-slide .more {
        text-align: center;
    }
}

.home1 .pic {
    float: left;
    width: 50%;
}

.home1 .tbox {
    float: right;
    width: 44.3%;
    padding: 70px 0 0 0;
}

.home1 .tbox h3 {
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    padding: 0 0 25px 0;
}

.home1 p {
    padding: 0 0 20px 0;
}

.home1 {
    padding-bottom: 80px;
}

.h3h {
    letter-spacing: 1px;
    text-align: center;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;

}

.h3h .d {
    border-bottom: 2px dashed #7ebf48;
    padding: 0 5px 5px 5px;
}

.home-rec {
    background: #f4f1e8;
    padding: 65px 0 85px 0;
}

.home-rec h3 {
    margin-bottom: 50px;
}
.home-rec .inn{
  margin-bottom: 50px;
}
.home-rec dl {
    background: #fff url(/import/tenant_1/153.126.159.114/html/images/top/page_icon.gif) right bottom no-repeat;
    width: 32%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 2.5% 35px 2.5%;
    margin: 0 2% 20px 0;
}

.home-rec dl:nth-child(3n + 3) {
    margin-right: 0;
}

.home-rec dt {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.home-rec dd {
    text-align: center;
    min-height: 50px;
}

.home-rec dd .detail-link {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 25px;
  background-color: #7dbe46;
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .home1 .tbox h3 {
        font-size: 20px;
    }
    .h3h {
        font-size: 20px;
    }
    .home-rec dt {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .home1 .pic {
        float: none;
        width: auto;
        text-align: center;
    }
    .home1 .tbox {
        width: auto;
        float: none;
        padding-top: 0;
    }
    .home-rec dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

}

.home-staff {
    margin: 55px 0 65px 0;
}

.home-staff a {
    display: block;
    background: #f6f7f9;
}

.home-staff a .pic {
    float: right;
    width: 44%;
}

.home-staff .w {
    float: left;
    width: 50%;
    text-align: center;
}

.home-staff .in {
    display: inline-block !important;
    text-align: left;
    padding: 50px 0 0 0;
}

.home-staff strong {
    font-size: 30px;
    display: block;
    border-bottom: 1px solid #626364;
    color: #7dbe46;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    padding: 0 0 15px 0;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    .home-staff strong {
        font-size: 20px;
    }
    .home-staff .in {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .home-staff .w {
        float: none;
        width: auto;
        display: block;
        padding-bottom: 25px;
    }
    .home-staff a .pic {
        float: none;
        width: auto;
        text-align: right;
        display: block;
    }
}

.home-blog h3 {
    padding-bottom: 55px;
}

.home-blog dl {
    width: 32%;
    margin: 0 2% 40px 0;
}

.home-blog dl .pic {
    width: 91.14%;
    max-width: 278px;
    margin: 0 auto 20px auto;
    border-radius: 100%;
        border: 1px solid #ccc;
}
.home-blog dl:nth-child(3n + 3) {
    margin-right: 0;
}

.home-blog dl a {
    display: block;
}
.home-blog dl .trimmingInner{
      -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.home-blog dl .alt{
      max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.home-blog dt {
    text-align: center;
    padding: 15px 0 0 0;
}

.home-blog dt .d {
    display: block;
    font-size: 13px;
}

.hmore {
    text-align: center;
}

.hmore a {

    display: inline-block !important;
    max-width: 270px;
    background: #7dbe46;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    border-radius: 20px /50%;
    font-weight: bold;

}

.home-blog {
    padding-bottom: 80px;
}

@media only screen and (max-width: 599px) {
    .home-blog dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

.home-about dl {
    width: 33.33333%;
    position: relative;
}

.home-about dt {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 95%;
    max-width: 450px;
    text-align: center;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    font-size: 18px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.home-about dt a {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    padding: 45px 2.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-box-sizing: content-box;
    box-sizing: content-box;
}

.home-about dd img {
    width: 100%;
    height: auto;
}

.home-gal {
    padding: 65px 0 80px 0;
}

.home-gal h3 {
    margin-bottom: 55px;
}

.home-gal li {
    width: 23%;
    margin: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.home-gal li a{
  display: block;
}
.home-gal .hmore{
  margin-top: 30px;
}
/* 
.home-gal li:nth-child(4n + 4) {
    padding-right: 0;
} */

.home-gal .inn {
        margin: 0 40px;
}

.home-gal .slidewrap {
    position: relative;
    margin-bottom: 50px;
}

.home-gal .slidewrap .next {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-gal .slidewrap .prev {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-contact {
    background: #f4f1e8;
    padding: 65px 0 80px 0;
}

.home-contact h3 {
    margin-bottom: 38px;
}

.home-contact .wrap {
    background: #fff;
    padding: 30px 0 40px 0;
    margin-bottom: 20px;
}

.home-contact .wrap p {
    text-align: center;
    padding: 0 0 40px 0;
}

.home-contact .wrap dl {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 2.5% 20px 2.5%;
}

.home-contact .wrap dl + dl {
    border-left: 1px solid #808080;
}

.home-contact .wrap dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 20px 0;
}

.home-contact .wrap dd {
    text-align: center;
}

.home-contact .wrap dd img {
    vertical-align: middle;
    margin-right: 8px;
}

.home-contact .wrap dd.tel,
.home-contact .wrap dd.fax {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #7dbe46;
}

.home-contact .wrap dd.tel a,
.home-contact .wrap dd.fax a {
    color: #7dbe46;
}

.home-contact .shop li {
  position: relative;
  width: 23%;
  /* margin: 0 1.87% 20px 0; */
  margin: 0 auto;
}

.home-contact .shop li:nth-child(5n + 5) {
    margin-right: 0;
}

.home-contact .shop li img {
    width: 100%;
}

.home-contact .shop li .text {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.3;
}

.home-contact .shop li .text--01 {
  color: #7dbe46;
}

.home-contact .shop li .text--02 {
  color: #ff4747;
}

.home-contact .shop li .text--03 {
  color: #29abe2;
}

.home-contact .shop li .text--04 {
  color: #009245;
}

.home-contact .shop li .text--05 {
  color: #007190;
}

@media only screen and (max-width: 1024px) {
    .home-contact .wrap dl {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .home-contact .wrap p {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .home-contact .wrap dl + dl {
        border: none;
        border-top: 1px solid #808080;
    }
    .home-gal .inn {
        margin: 0 30px;
}
.slick-prev,.slick-next{
  background-size: 30px 30px !important; 
}
.home-gal li {
    width: 31.333%;
}

.home-contact .shop li {
  width: 25.5%;
  margin: 10px auto 0 !important;
}
}

@media only screen and (max-width: 599px) {
    .home-contact .shop li {
        width: 48%;
        text-align: center;
        margin-left: 1%;
        margin-right: 1%;
    }
    .home-about dl {
        width: 100%;
    }
    .home-gal .inn {
        margin: 0 20px;
    }
    
    .home-contact .shop li .text {
      font-size: 10px;
    }
    .home-gal li {
    width: 48%;
}
}

/*suma*/

.tarumi3 .inn.pb0 {
    padding-bottom: 0;
}

.tarumi3 .inn2.pb40 {
    padding-bottom: 40px;
}

.tarumi3 .inn2.pb50 {
    padding-bottom: 50px;
}

.tarumi3 p.c {
    text-align: center;
}

.tarumi3 .inn .table + .table {
    border-top: 1px solid #c9c9c9;
}

.tarumi3 .table dl.kei {
    border-bottom-style: dashed;
}

/*****2021/10/20*****/

.mb80 {
  margin-bottom: 80px;
}
.fs24 {
  font-size: 24px;
}
.fwb {
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 30px;
  }
  .fs24 {
    font-size: 20px;
  }
}


/* 2022.01.14 */

.hataraku{
  margin-top: 40px;
}

/* 2024.06.12 */
.info-disclosure .intro {
    margin-bottom: 10px;
}

.info-disclosure .list02 {
    border: 1px solid #999999;
    border-collapse: collapse;
    width: 100%;
}

.info-disclosure .list02 .tacfwb {
    text-align: center;
    font-weight: bold;
}

.info-disclosure .list02 table {
    width: 100%;
    border-spacing: 0;
}

.info-disclosure .list02 th,
.info-disclosure .list02 td {
    border: 1px solid #c9c9c9;
    padding: 10px;
}

.info-disclosure .list02 th {
    white-space: nowrap;
    text-align: left;
}

.info-disclosure .list02 td {
    vertical-align: top;
    width: 50%;
}

.info-disclosure .scroll-comment{
  display: none;
  text-align: center;
}

@media(max-width:599px) {
.info-disclosure .list02 {
    overflow-x: auto;
}

.info-disclosure .list02 table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.info-disclosure .scroll-comment{
  display: block;
}
}

[data-element-id].info-disclosure .scroll-comment{
  display: block;
  position: relative;
  padding-top: 1.5em;
  border: 1px solid #000;
  max-width: 375px;
  margin: 0 auto;
}

[data-element-id].info-disclosure .scroll-comment::before{
  content: "モバイルで表示";
  background-color: #000;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.scroll-comment{
  text-align: left;
}

/* 2025/11/26 */

#header .logo02{
  pointer-events: none;
}


#header .inner{
  display: flex;
  align-items: center;
}

#header .flex{
  flex: 1.5;
  align-items: center;
  display: flex;
  margin-top: -10px;
}

#header .flex .logo{
  float: none;
  width: 48%;
}

#header #gnav{
  flex: 2;
  margin-top: 0;
}

.home-about dl {
    width: 50%;
}

.shop li{
  width: 18%;
}

@media screen and (max-width:1024px) {
 #header .flex{
   justify-content: center;
}

#header .flex .logo{
  width: 35%;
}
}

.companyprofile .table dd{
  width: 33%;
}

@media screen and (max-width:599px) {
.home-about dl {
  width: 100%;
}

.shop li{
  width: 48%;
}

.companyprofile .table dd{
  width: 50%;
}
}

.recruit3 .inn {
  row-gap: 20px;
}

.recruit3 .inn .mb0{
  margin-bottom: 0px;
}

.recruit3 .n5 dt img{
  width: 100%;
}


/* .recruit10 .gdlink li:nth-last-child(-n+2) {
  background: #a3c783;
} */

.recruit10 .gdlink li:nth-last-child(-n+2) a{
  background: #a3c783;
}

.recruit10.guidelined2 .gdlink li:nth-last-child(-n+2) a:before {
    content: url(/upload/tenant_1/6c6ec5317a4af2d53176aef5e0b9bd6a.png);
}

.recruit3 .inn dl.n5 dt {
    color: #7eb3d6;
}


/* 2025/11/07 */


/* 追従ボタンコンテナ */
.fixed-recruit-buttons {
    position: fixed;
    top: 200px; /* ヘッダーの高さに応じて調整 */
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

/* ボタン共通スタイル */
.recruit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* 求人情報ボタン */
.recruit-btn.top-btn {
    background-color: #ff6b35;
    border-radius: 5px 0 0 5px;
    margin-bottom: 2px;
    color: #fff !Important;
}


/* ホバー効果 */
.recruit-btn:hover {
    width: 160px;
    padding-right: 20px;
}


.recruit-btn:hover a{
  color: #ff5722;
}

.recruit-btn:hover{
  background-color: #fff;
}

.recruit-btn:hover span{
  color: #fff;
}

.recruit-btn:hover a{
  color: #fff;
}


.recruit-btn.top-btn:hover {
    background-color: #ff5722;
}

/* テキストスタイル */
.recruit-btn span {
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
    .fixed-recruit-buttons {
        top: 80px; /* モバイルヘッダーの高さに応じて調整 */
    }
    
    .recruit-btn {
        width: 100px;
        height: 40px;
        font-size: 14px;
    }
    
    .recruit-btn:hover {
        width: 120px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 599px) {
    .fixed-recruit-buttons {
        top: 60px;
    }
    
    .recruit-btn {
        width: 80px;
        height: 35px;
        font-size: 12px;
    }
    
    .recruit-btn:hover {
        width: 95px;
        padding-right: 10px;
    }
}

/* アニメーション効果（オプション） */
@keyframes slideIn {
    from {
        right: -150px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.fixed-recruit-buttons {
    animation: slideIn 0.5s ease-out;
}

/* スクロール時の表示制御（オプション） */
.fixed-recruit-buttons.hide {
    right: -150px;
    transition: right 0.3s ease;
}

.fixed-recruit-buttons.show {
    right: 0;
    transition: right 0.3s ease;
}

.p-event-none a{
  pointer-events: none;
}

/* 11/12 追記 */
@media screen and (min-width:1025px) {
 #header .flex .logo{
   width: 43%;
 }
 
  #header .flex .logo.logo02{
   width: 54%;
 }
}

@media screen and (max-width:599px) {
.fixed-recruit-buttons{
    width: 100%;
    position: fixed;
    bottom: 0px;
    top: auto;  
    height: 50px;
    border-radius: 0px 0px 0px 0px !Important;
} 

.fixed-recruit-buttons a{
  width: 100%;
  height: 100%;
  font-size: 14px;
  border-radius: 0px 0px 0px 0px !Important;
}

.recruit-btn:hover {
  padding: 0px;
  width: 100%;
}
}

/* メインコンテナ */
.recruit-wrapper .job-message-container {
  max-width: 100%;
  padding: 40px 20px;
}

/* セクションスタイル */
.recruit-wrapper .message-section {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  /* アニメーション適用 */
  animation: fadeInUp 0.6s ease-out;
}

/* セクションヘッダー */
.recruit-wrapper .section-header {
  padding: 50px 20px 40px;
  text-align: center;
  position: relative;
  background: transparent;
}

.recruit-wrapper .section-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #4a7c2e;
  position: relative;
  display: inline-block;
  font-family: 'Noto Sans JP', 'Yu Gothic', sans-serif;
  margin: 0;
  padding-bottom: 20px;
}

/* 下線のデザイン */
.recruit-wrapper .section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      #7cb342 20%,
      #7cb342 80%,
      transparent 100%);
}

/* 点線の装飾 */
.recruit-wrapper .section-title::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  height: 1px;
  background-image: repeating-linear-gradient(90deg,
      #7cb342 0px,
      #7cb342 3px,
      transparent 3px,
      transparent 8px);
  opacity: 0.5;
}

/* サブタイトル風の数字 */
.recruit-wrapper .section-number {
  display: inline-block;
  color: #8bc34a;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  margin-right: 15px;
  vertical-align: middle;
  font-family: 'Georgia', serif;
}

/* スタッフの一日用スタイル */
.recruit-wrapper .section-title.staff-day {
  position: relative;
}

.recruit-wrapper .section-title.staff-day .section-main-text {
  position: relative;
  z-index: 1;
}

/* スタッフの声用スタイル */
.recruit-wrapper .section-title.staff-voice {
  position: relative;
}

.recruit-wrapper .section-title.staff-voice .section-main-text {
  position: relative;
  z-index: 1;
}

/* 英語のサブテキスト */
.recruit-wrapper .section-subtitle {
  display: block;
  font-size: 14px;
  color: #9ccc65;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 300;
}

/* コンテンツエリア */
.recruit-wrapper .section-content {
  padding: 30px;
}

/* 1日の流れセクション */
.recruit-wrapper .daily-flow-intro {
  background: #f9fbe7;
  border-left: 4px solid #7cb342;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.recruit-wrapper .daily-flow-intro h3 {
  color: #558b2f;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.recruit-wrapper .schedule-timeline {
  position: relative;
  padding-left: 40px;
  margin-top: 25px;
}

.recruit-wrapper .schedule-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, #7cb342, #aed581);
}

.recruit-wrapper .schedule-item {
  position: relative;
  margin-bottom: 20px;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  /* アニメーション適用 */
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.recruit-wrapper .schedule-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.recruit-wrapper .schedule-item::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #7cb342;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(124, 179, 66, 0.2);
}

.recruit-wrapper .schedule-time {
  color: #7cb342;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.recruit-wrapper .schedule-content {
  color: #555;
  font-size: 14px;
}

/* スタッフの声セクション */
.recruit-wrapper .staff-voices {
  display: grid;
  gap: 25px;
}

.recruit-wrapper .voice-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  transition: all 0.3s;
  /* アニメーション適用 */
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.recruit-wrapper .voice-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.recruit-wrapper .voice-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #7cb342, #aed581);
  border-radius: 10px 0 0 10px;
}

.recruit-wrapper .voice-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.recruit-wrapper .voice-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #c5e1a5, #8bc34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
}

.recruit-wrapper .voice-info {
  flex: 1;
}

.recruit-wrapper .voice-role {
  background: #7cb342;
  color: white;
  padding: 2px 12px;
  border-radius: 15px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}

.recruit-wrapper .voice-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.recruit-wrapper .voice-content {
  background: #fafafa;
  padding: 15px;
  border-radius: 8px;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.recruit-wrapper .voice-content::before {
  content: '❝';
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 30px;
  color: #c5e1a5;
}

/* アニメーション定義（グローバルで定義されますが、使用箇所はscope済み） */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* アニメーション遅延設定 */
.recruit-wrapper .schedule-item:nth-child(1) {
  animation-delay: 0.1s;
}

.recruit-wrapper .schedule-item:nth-child(2) {
  animation-delay: 0.2s;
}

.recruit-wrapper .schedule-item:nth-child(3) {
  animation-delay: 0.3s;
}

.recruit-wrapper .schedule-item:nth-child(4) {
  animation-delay: 0.4s;
}

.recruit-wrapper .schedule-item:nth-child(5) {
  animation-delay: 0.5s;
}

.recruit-wrapper .voice-card:nth-child(1) {
  animation-delay: 0.1s;
}

.recruit-wrapper .voice-card:nth-child(2) {
  animation-delay: 0.2s;
}

.recruit-wrapper .voice-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* レスポンシブデザイン - タブレット */
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-message-container {
    padding: 30px 15px;
  }

  .recruit-wrapper .message-section {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .recruit-wrapper .section-header {
    padding: 40px 15px 30px;
  }

  .recruit-wrapper .section-title {
    font-size: 28px;
  }

  .recruit-wrapper .section-number {
    font-size: 40px;
    margin-right: 12px;
  }

  .recruit-wrapper .section-subtitle {
    font-size: 13px;
  }

  .recruit-wrapper .section-content {
    padding: 20px;
  }

  .recruit-wrapper .schedule-timeline {
    padding-left: 30px;
  }

  .recruit-wrapper .schedule-item {
    padding: 12px;
  }

  .recruit-wrapper .voice-card {
    padding: 20px;
  }
}

/* レスポンシブデザイン - スマートフォン */
@media screen and (max-width: 599px) {
  .recruit-wrapper .job-message-container {
    padding: 20px 10px;
  }

  .recruit-wrapper .message-section {
    margin-bottom: 40px;
    border-top: 2px solid #8bc34a;
  }

  .recruit-wrapper .section-header {
    padding: 30px 10px 25px;
  }

  .recruit-wrapper .section-title {
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  .recruit-wrapper .section-number {
    font-size: 32px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }

  .recruit-wrapper .section-subtitle {
    font-size: 11px;
    margin-top: 8px;
  }

  .recruit-wrapper .section-title::after,
  .recruit-wrapper .section-title::before {
    max-width: 90%;
  }

  .recruit-wrapper .section-content {
    padding: 15px;
  }

  .recruit-wrapper .daily-flow-intro {
    padding: 15px;
    margin-bottom: 20px;
  }

  .recruit-wrapper .daily-flow-intro h3 {
    font-size: 16px;
  }

  .recruit-wrapper .schedule-timeline {
    padding-left: 25px;
  }

  .recruit-wrapper .schedule-timeline::before {
    left: 10px;
  }

  .recruit-wrapper .schedule-item {
    padding: 10px;
    margin-bottom: 15px;
  }

  .recruit-wrapper .schedule-item::before {
    left: -25px;
    width: 10px;
    height: 10px;
  }

  .recruit-wrapper .schedule-time {
    font-size: 14px;
  }

  .recruit-wrapper .schedule-content {
    font-size: 13px;
  }

  .recruit-wrapper .voice-card {
    padding: 15px;
  }

  .recruit-wrapper .voice-header {
    gap: 10px;
  }

  .recruit-wrapper .voice-avatar {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .recruit-wrapper .voice-title {
    font-size: 14px;
  }

  .recruit-wrapper .voice-content {
    padding: 12px;
    font-size: 13px;
  }
}
