@charset "utf-8";

/* CSS Document */
@media only screen and (max-width: 1024px) {
    .flex {
        max-width: none;
    }

    .flexc {
        max-width: none;
    }

    .flexs {
        max-width: none;
    }

    .flexb {
        max-width: none;
    }
}

.subtit {
    position: relative;
    max-height: 300px;
    background: #d2d2d2;
}

.subtit h2 {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    width: 95%;
    z-index: 2;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.subtit h2 strong {
    font-size: 60px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    display: block;
    line-height: 120%;
}

.subtit h2 strong:after {
    content: "";
    display: block;
    width: 90%;
    max-width: 180px;
    height: 1px;
    background: #96d9ff;
    margin: 0 auto 10px auto;
}

.subtit:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/import/tenant_6/153.126.141.241/html/images/bk1.png) 0 bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.subtit:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/import/tenant_6/153.126.141.241/html/images/bk2.png) right bottom no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.subtit .img img {
    opacity: 0.5;
}

#header {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 60px;
    overflow: visible;
}

#header h1 {
    height: 1px;
    margin-top: -1px;
    text-indent: -9999px;
}

#header .header_inner {
  width: calc(100% - 280px);
  padding-left: 110px;
  box-sizing: border-box;
}

#header .logo {
    text-align: center;
    margin: 7px auto;
}

#header .right {
    position: absolute;
    top: 0;
    right: 0;
}

#header .right li {
    width: 140px;
}

#header .right li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    line-height: 60px;
    text-align: center;
}

#header .right li a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

#header .right li.recruit a {
    background: #46ab37;
    color: #fff;
}

#header .right li:nth-child(1) a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
}

.accordion-inner>li>a {

    border-right: solid 1px #414141;
    padding: 15px 30px;

}

@media only screen and (max-width: 1024px) {
    #header {
        position: relative;
        height: auto;
    }

    #header .header_inner {
      width: calc(100% - 120px);
        padding-left: 60px;
    }

    #header .logo {
        padding: 20px 0 18px 0;
        margin: 0 auto;
    }

    #header .right {
        position: fixed;
    }

    #header .right li {
        width: 50px;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #header .right li {
        margin: 5px;
    }

    #header .right li a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 120%;
        height: 50px;
        padding: 8px 0 0 0;
        width: 55px;
        font-size: 9px;
        text-align: center;
    }

    #header .right li img {
        display: block;
        margin: 0 auto 5px auto !important;
    }

    #header .right li:nth-child(1) a {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid #ccc;
    }

    #header .right li:nth-child(1) a img {
        margin-bottom: 7px !important;
    }

    .subtit h2 {
        top: 50%;
        font-size: 12px;
    }

    .subtit h2 strong {
        font-size: 26px;
    }

    .subtit h2 strong:after {
        margin-bottom: 2px;
    }

    .subtit:before {
        display: none;
    }

    .subtit:after {
        background: url(/import/tenant_6/153.126.141.241/html/images/bksm.png);
        background-size: cover;
    }
}

@media only screen and (max-width: 599px) {
  
  #header .logo {
    padding-right:60px;
  }
      #header .header_inner {
       width: 100%; 
      }
  
    #header .right {
        top: initial;
        bottom: 0;
        width: 100%;
        z-index: 100;
        overflow: auto;
    }

    #header .right li {
        margin: 0;
        width: 50%;
    }

    #header .right li a {
        width: 100%;
    }
}

.pnav {
    height: 54px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 15px 0;
    background: #fff;
}

.pnav li strong {
    color: #498bc2;
}

.pnav li+li:before {
    content: url(/import/tenant_6/153.126.141.241/html/images/pnav.png);
    display: inline-block !important;
    margin: 0 1em;
}

#footer {
    background: #e5e5e5;
    padding: 30px 0 0 0;
}

#footer .copy {
    text-align: center;
    font-size: 12px;
    color: #808080;
    padding: 0 2.5% 15px 2.5%;
}

#footer .left {
    float: left;
}

#footer .right {
    float: right;
    width: 640px;
}

#footer .bnr {
    max-width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #808080;
    float: left;
    margin-bottom: 20px;
}

#footer .bnr dd a {
    background: #4d4d4d;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

#footer .bnr dd a img {
    vertical-align: middle;
    margin-left: 5px;
}

#footer .bnr dt {
    position: relative;
}

#footer .bnr dt .w {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 9px;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    padding: 15px 0;
}

#footer .bnr dt strong {
    display: block;
    font-size: 22px;
    font-weight: normal;
}

#footer .bnr dt strong:before {
    content: "";
    width: 92%;
    height: 1px;
    background: #b2b2b2;
    margin: 5px auto;
    display: block;
}

#footer .footnav {
    width: 328px;
    float: right;
}

#footer .footnav li {
    padding: 0 0 12px 0;
}

#footer .footnav li:nth-child(3n+1) {
    width: 8em;
}

#footer .footnav li:nth-child(3n+2) {
    width: 9em;
}

#footer h3 {
    margin: 30px 0;
}

#footer .left li {
    width: 120px;
    margin-bottom: 10px;
}

#footer .left li+li {
    margin-left: 10px;
}

#footer .left li a {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    line-height: 40px;
}

#footer .left li a img {
    vertical-align: middle;
    margin-right: 5px;
}

#footer .left li:nth-child(2) a {
    background: #46ab37;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    #footer .left {
        float: none;
        padding-bottom: 10px;
    }

    #footer .left h3 {
        text-align: center;
    }

    #footer .left ul {
        -webkit-box-pack: center;
        -ms-flex-pack: justify;
        justify-content: center;
    }

    #footer .right {
        float: none;
        width: auto;
    }

    #footer .bnr {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #footer .footnav {
        margin: 0 auto;
        float: none;
    }

    #footer .footnav {
        -webkit-box-pack: center;
        -ms-flex-pack: justify;
        justify-content: center;
        width: auto;
    }

    #footer .footnav li:nth-child(3n+1) {
        width: auto;
    }

    #footer .footnav li:nth-child(3n+2) {
        width: auto;
    }

    #footer .footnav li:before {
        content: "";
        display: inline-block !important;
        width: 1px;
        height: 14px;
        background: #333;
        margin: 0 0.75em 0 0;
        vertical-align: middle;
    }

    #footer .footnav li:after {
        content: "";
        display: inline-block !important;
        width: 1px;
        height: 14px;
        background: #333;
        margin: 0 0 0 0.75em;
        vertical-align: middle;
        margin-right: -1px;

    }

    .pnav {
        height: auto;
    }
}

@media only screen and (max-width: 599px) {
    #footer .copy {
        padding: 0 2.5% 55px 2.5%;
    }
}

.h3s {
    background: url(/import/tenant_6/153.126.141.241/html/images/blue_icon.png) 0 0 no-repeat;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    margin-bottom: 35px;
    max-width: 500px;
}

.h3s strong {
    display: block;
    font-weight: bold;
    text-align: left;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    padding: 18px 0 5px 15px;
    line-height: 120%;
}

.flexb.rpic {

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}

/*about.html*/
.h3s .s {
    display: block;
    margin-left: 48px;
    border-top: 1px solid #96d9ff;
    padding: 5px 0 0 0;
}

.about1 .sec1 .w50 p {
    padding: 0 20px 20px 0;
}

.about1 .sec1 .img {
    width: 46.6%;
    padding: 28px 0 30px 0;
    background: url(/import/tenant_6/153.126.141.241/html/images/about/bg1.png) 0 0 no-repeat;
}

.about1 .sec1 .img li .r {
    border-radius: 50%;
    display: inline-block !important;
    -webkit-box-shadow: 4px 4px 0px 0px #c0e5f5;
    box-shadow: 4px 4px 0px 0px #c0e5f5;
}

.about1 .sec1 .img li .r img {
    border-radius: 50%;
}

.about1 .sec1 .img li:nth-child(2) {
    margin-top: -59px;
}

.about1 .sec1 .img li:nth-child(3) {
    text-align: right;
    margin-top: -55px;
}

.about1 .sec1 .img li:nth-child(1) {
    text-align: center;
    padding-left: 100px;
}
.about1 .sec1 .img li:nth-child(1) .r{
  width: 120px;
}
.about1 .sec1 .img li:nth-child(2) .r{
  width: 230px;
}
.about1 .sec1 .img li:nth-child(3) .r{
  width: 160px;
}
.about1 .sec1 .img li .r .trimmingInner{
  border-radius: 50%;
}
.about1 .sec1 .w50 {
    padding-top: 70px;
}

.about1 .sec1 {
    padding-bottom: 50px;
}

.about1 {
    background: url(/import/tenant_6/153.126.141.241/html/images/about/about1bk.png) 0 0 no-repeat;
}

@media only screen and (max-width: 1024px) {
    .h3s strong {
        font-size: 24px;
    }
    .about1 .sec1 .img li:nth-child(2) .r{
      width: 165px;
    }
}

@media only screen and (max-width: 599px) {
    .about1 .sec1 .img {
        width: 100%;
    }

    .about1 .sec1 .w50 p {
        padding-right: 0;
    }
}

.h4s {
    text-align: center;
    font-size: 36px;
    background: url(/import/tenant_6/153.126.141.241/html/images/about/tit_bottom.png) center bottom no-repeat;
    padding-bottom: 7px;
    margin-bottom: 55px;
}

.h4s strong {
    color: #498bc2;
    font-size: 48px;
    display: inline-block !important;
    margin: 0 0.25em;
    vertical-align: middle;
}

.about1 .sec2 dl {
    width: 32.1%;
    background: url(/import/tenant_6/153.126.141.241/html/images/about/bg2.png) no-repeat center 0;
    position: relative;
    background-size: contain;
    padding: 0 0 75px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 360px;
    float: left;
    margin-bottom: 40px;
}

.about1 .sec2 dt .n {
    position: absolute;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: url(/import/tenant_6/153.126.141.241/html/images/about/number_icon.png) 0 0 no-repeat;
    font-size: 40px;
    color: #498bc2;
    left: 0;
    top: -30px;
    font-family: 'Montserrat', sans-serif;
}

.about1 .sec2 dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 52px 0 10px 0;
    max-width: 95%;
    margin: 0 auto;
}

.about1 .sec2 dt strong {
    display: block;
    color: #498bc2;
    font-size: 28px;
    padding: 0 0 10px 0;
}

.about1 .sec2 dt+dd {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 15px 0;
}

.about1 .sec2 dd+dd {
    text-align: center;
}

.about1 .sec2 dd+dd a {
    color: #0077bd;
}

.about1 .sec2 dd+dd a img {
    vertical-align: middle;
    margin-left: 5px;
}

.about1 .sec2 dl:nth-child(3n+2) {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 1.85%;
    margin-right: 1.85%;
}

.about1 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .about1 .sec2 dl {
        max-width: 320px;
        width: 48%;
        margin-bottom: 60px;
        margin-left: 1% !important;
        margin-right: 1% !important;
        float: none;
        display: inline-block !important;
    }

    .about1 .sec2 dl:nth-child(3n+2) {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .about1 .sec2 {
        text-align: center;
    }

    .about1 .sec2 dt strong {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .about1 .sec2 dt {
        font-size: 16px;
        padding-bottom: 5px;
        width: 92%;
    }

    .about1 .sec2 dt+dd {
        padding-bottom: 5px;
    }

    .h4s {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .about1 .sec2 dl {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.about2 {
    background: url(/import/tenant_6/153.126.141.241/html/images/about/bk2.png) 0 0 no-repeat #ebf9ff;
}

.about2 .inner {
    padding: 70px 0 60px 0;
}

.about2 .tbox {
    width: 46%;
}

.about2 .tbox p {
    padding: 0 0 20px 0;
}

.about2 .w50 p {
    padding: 0 0 20px 0;
}

.about2 .w50 li {
    float: left;
    width: 56%;
    padding-bottom: 20px;
}

.about2 .w50 li+li {
    float: right;
    width: 40%;
    padding-top: 50px;
}

@media only screen and (max-width: 599px) {
    .about2 .tbox {
        width: 100%;
    }

}

.about3 {
    padding: 70px 0 50px 0;
}

.about3 .box {
    width: 48%;
    padding: 0 4% 25px 0;
}

.about3 .box:nth-child(2n) {
    padding-right: 0;
}

.about3 .box .img {
    padding: 0 0 15px 0;
}

.about3 .box h4 {
    font-size: 24px;
    padding: 0 0 10px 0;
    margin-bottom: 0;
}

.about3 .box .mores {
    text-align: right;
}

.about3 .box .mores a {
    color: #0077bd;
}

.about3 .box .mores a img {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}

.about3 .box .mores ul {
    padding: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
    .about3 .box h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .about3 .box {
        width: 100%;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0 !important;
    }
}

.about4 {
    background: #ebf9ff;
}

.about4 .inner {
    padding: 70px 0 70px 0;
}

.about4 h4 {
    width: 12%;
    text-align: center;
    padding: 25px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    background: -webkit-gradient(linear, left top, left bottom, from(#4a8bc3), to(#96d9ff));
    background: linear-gradient(to bottom, #4a8bc3 0%, #96d9ff);
    color: #fff;
    margin-bottom: 0;
    position: relative;
}

.about4 h4:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #96d9ff), color-stop(50.1%, transparent)) top left/ 50% 100% no-repeat,
        -webkit-gradient(linear, left top, right bottom, color-stop(50%, #96d9ff), color-stop(50.1%, transparent)) top right / 50% 100% no-repeat;
    background: linear-gradient(to bottom left, #96d9ff 50%, transparent 50.1%) top left/ 50% 100% no-repeat,
        linear-gradient(to bottom right, #96d9ff 50%, transparent 50.1%) top right / 50% 100% no-repeat;
}

.about4 .table {
    width: 85%;
}

.about4 .flexb {
    margin-bottom: 30px;
}

.about4 dt {
    float: left;
}

.about4 dd {
    padding: 0 0 0 160px;
}

.about4 dl {
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 0;
}

.about4 .flexb:last-child h4:before {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .about4 h4 {
        width: 70px;
    }

    .about4 .table {
        width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 599px) {
    .about4 dt {
        float: none;
    }

    .about4 dd {
        padding-left: 0;
    }
    .about4 h4{
          width: 100%;
    padding: 10px 0;
    }
    .about4 h4:before{
      content: none;
    }
}

.home-stripe {
    position: relative;

}

.home-stripe:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(-45deg,
        transparent 20%, rgba(192, 229, 245, 0.5) 20%, rgba(192, 229, 245, 0.5) 40%, transparent 40%, transparent 55%,
        rgba(192, 229, 245, 0.5) 55%, rgba(192, 229, 245, 0.5) 75%,
        transparent 75%, transparent 90%,
        rgba(192, 229, 245, 0.5) 90%, rgba(192, 229, 245, 0.5));
}

.home1 {
    position: relative;
    z-index: 5;
}

.home-slide .slide img {
    width: 100%;
}

.home-slide h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    max-width: 95%;
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    line-height: 140%;
}

.home-news {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 8px 0;
    background: rgba(73, 139, 194, 0.8);
}

.home-news h3 {
    margin-bottom: 0;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    width: 140px;
    line-height: 32px;
}

.home-news dt {
    float: left;
    color: #fff;
}

.home-news dl {
    width: calc(100% - 160px);
    padding: 5px 0 5px 0;
}

.home-news dd {
    padding: 0 0 0 90px;
}

.home-news dd a {
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.home2 {
    position: relative;
    overflow: hidden;
}

.home2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/import/tenant_6/153.126.141.241/html/images/top/home2bk.png) 0 110px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.home2 .inner {
    position: relative;
    z-index: 4;
    padding: 55px 0 0 0;
}

.home2 .bkimg {
    left: 0;
    height: 100%;
    -webkit-transform: translateX(0);

    transform: translateX(0);
}

.home2 .bkimg img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0.3;
}

.home-messa .left {
    width: 68%;
    padding: 50px 0 0 0;
}

.home-messa .left .txt {
    width: 55.88%;
}

.home-messa .left .tit {
    width: 41.17%;
}

.home-messa .left .tit h3 {
    margin-bottom: 0;
}

.home-messa .left .tit h3 strong {
    font-size: 48px;
}

.home-messa .left .tit p {
    text-align: center;
    padding: 0 0 20px 0;
}

.home-messa .left .txt p {
    padding: 0 0 20px 0;
}

.home-messa dd {
    background: url(/import/tenant_6/153.126.141.241/html/images/top/kawakamisan_bg.png) center bottom no-repeat;
    background-size: contain;
    padding: 0 0 17px 0;
    margin-bottom: 10px;

}

.home-messa dl {
    width: 26.6%;
}

.home-messa dt {
    text-align: center;
    font-size: 18px;
    padding: 0 0 20px 0;
}

.home-messa dt .s {
    font-size: 12px;
    padding-right: 0.25em;
}

.home-messa {
    padding-bottom: 50px;
}

.home-menu li {
    width: 120px;
    text-align: center;
    padding: 0 4% 20px 0;
}

.home-menu li:nth-child(6n) {
    padding-right: 0;
}

.home-menu li a {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    height: 120px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 0 0;
}

.home-menu li a strong {
    display: block;
    font-weight: normal;
    padding-top: 5px;
}

.home-menu {
    padding-bottom: 80px;
}

.home-slider2 {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.slick-list {
  padding: 0 !important;
}

.home-slider2 dl {
    padding-bottom: 50px;
    margin: 0 20px;
}

/* .home-slider2 .inn{
  overflow:hidden;
} */
.home-slider2 .wrap {
    width: 960px;
    /* margin-left:50%;
	transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%); */
}

.home-slider2 .img {
    padding: 0 0 15px 0;
}

.home-slider2 .img a {
    display: block;
}
.home-slider2 .img .trimmingInner{
  border-radius: 50%;
}
.home-slider2 .img+dd .c {
    font-size: 12px;
    color: #fff;
    /* padding: 0 1em; */
    /* display: inline-block !important; */
    display: block !important;
    margin-bottom: 5px;
    width: 100%;
}

.home-slider2 .img+dd .c1 span {
  display: inline-block;
    background: #e88b00;
    margin-right: 4%;
    margin-bottom: 5px;
    padding: 0 4px;
}

.home-slider2 .img+dd .c2 {
    background: #007387;
}

.home-slider2 .img+dd .d {
    display: inline-block !important;
    font-size: 12px;
    margin-bottom: 5px;
}

.home-slider2 dt {
    font-size: 18px;
    line-height: 120%;
    padding: 0 0 8px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.home-slider2 dd {
    width: 100%;
    overflow: hidden;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
    /* display: inline-block; */
}

.home-slider2 dt+dd a {
    color: #0077bd;
    font-size: 12px;
    display: block;
    text-align: right;
}

.home-slider2 .next {
    position: absolute;
    top: 65px;
    right: -65px;
}

.home-slider2 .prev {
    position: absolute;
    top: 65px;
    left: -65px;
}

@media only screen and (max-width: 1024px) {
    .home-messa .left .tit h3 strong {
        font-size: 24px;
    }

    .home-slide h2 {
        font-size: 24px;
    }

    .home-news {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .home-slide {
        position: relative;
    }

    .home-news dl {
        width: 100%;
    }

    .home2 .bkimg {
        position: absolute;
    }

    .home-messa dl {
        width: 266px;
        margin: 0 auto;
    }

    .home-messa .left {
        width: 100%;
        padding-top: 10px;
    }

    .home-menu li {
        padding-left: 1%;
        padding-right: 1% !important;
    }

    .home-slider2 .slick-prev {
        left: -8%;
    }

    .home-slider2 .slick-next {
        right: -8%;
    }
  .home-slider2{
    max-width: 620px;
  }
    .home-slider2 .wrap {
        width: 100%;
    }
    
    .home-slider2 dl {
    margin: 0 10px;
  }
    
    .home-slider2 .inn {
        padding: 0 30px!important;
    }
}

@media only screen and (max-width: 599px) {
.home-messa .left .tit {
        width: 100%;
    }
    
    .home-messa .left .txt {
        width: 100%;
    }

    
    
    .home-slider2 .inn {
        padding: 0 0 50px 0!important;
    }

    .slick-prev {
        left: -3% !important;
    }

    .slick-next {
        right: -3% !important;
    }
    
    .slick-prev,
    .slick-next {
      width: 40px;
      height: 40px;
    }

    .slick-next:before,
    .slick-prev:before {
        background-size: 100% !important;
        width: 40px;
        height: 40px;
    }

    .home2 .bkimg {
        height: auto;
        width: auto;
        top: 7%;
    }

    .home2 .bkimg img {
        width: 100%;
        height: auto;
        min-width: 100%;
        min-height: auto;
        max-width: inherit;
        /* position: absolute; */
        /* left: 50%; */
        top: 0;
        position: relative;
    }
    .home-slider2{
    max-width: 300px;
  }
    .home-slider2 .wrap {
        width: 300px;
    }

}

.home-introd .box {
    width: 25%;
    padding-bottom: 33px;
}

.home-introd .box .img img {
    width: 100%;
}

.home-introd .box:nth-child(1) {
    background: #ed8800;
}

.home-introd .box:nth-child(2) {
    background: #7d7976;
}

.home-introd .box:nth-child(3) {
    background: #3e6e42;
}

.home-introd .box:nth-child(4) {
    background: #8452a1;
}

.home-introd h4 {
    font-weight: normal;
    text-align: center;
    padding: 20px 2.5% 0 2.5%;
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
}

.home-introd h4 strong {
    display: block;
    font-size: 24px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    padding: 14px 0 0 0;
}

.home-introd li {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.home-introd ul {
    padding: 0 2.5% 15px 2.5%;
}

.home-introd li a {
    color: #fff;
}

.home-introd .mores {
    text-align: center;
}

.home-introd .mores a {
    display: inline-block !important;
    width: 95%;
    max-width: 135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    text-align: center;
    background: url(/import/tenant_6/153.126.141.241/html/images/top/more_mk1.png) calc(100% - 5px) center no-repeat;
    color: #fff;
    font-size: 12px;
}

@media only screen and (max-width: 599px) {
    .home-introd .box {
        width: 50%;
    }
}

.home-rec {
    background: url(/import/tenant_6/153.126.141.241/html/images/top/recruit_bg_frame.png) center 0 no-repeat;
    background-size: cover;
}

.home-rec .inner {
    padding: 65px 0 45px 0;
}

.home-rec h3 {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/green_icon.png);
    max-width: 280px;
    margin: 0 auto 45px auto;
}

.home-rec h3 strong {
    font-size: 48px;
}

.home-rec h3 .s {
    border-color: #94d97e;
}

.home-rec li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22%;
    padding-bottom: 22%;
    border: 2px solid #cccccc;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 4% 25px 0;
}

.home-rec li strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: normal;
    font-size: 28px;
    width: 95%;
    text-align: center;
    color: #4d4d4d;
}

.home-rec li:nth-child(4n) {
    margin-right: 0;
}

.home-rec ul {
    padding: 0 0 40px 0;
}

.home-rec ul+p {
    text-align: center;
    font-size: 24px;
    padding: 0 0 50px 0;
}

.home-rec .ent {
    text-align: center;
    padding: 0 0 20px 0;
}

.home-rec .ent a {
    display: inline-block !important;
    background: #46ab37;
    color: #fff;
    font-size: 30px;
    display: inline-block !important;
    max-width: 300px;
    width: 95%;
    padding: 25px 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 3px 3px 4px 0px #c3cec8;
    box-shadow: 3px 3px 4px 0px #c3cec8;
    line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
    .home-rec li strong {
        font-size: 18px;
    }

    .home-rec h3 strong {
        font-size: 24px;
    }

    .home-rec ul+p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
  .home-rec ul {
        max-width: 80%;
        min-width: 300px;
  }
  
    .home-rec li {
        width: 41%;
        padding-bottom: 41%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .home-rec li strong {
        font-size: 16px;
    }

    .home-rec .ent a {
        width: 80%;
        padding: 15px 0;
        font-size: 20px;
    }
}

/*panjo*/

.panjo1 {

    position: relative;
}

.panjo1 .bk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.panjo1 .bk img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0.3;
}

.panjo1 .inner {
    position: relative;
    z-index: 2;
    padding: 55px 0 20px 0;
    min-height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.panjo1 .inner h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.panjo1 .inner .txt p {
    padding: 20px 120px 20px 120px;
}

.panjo1 .inner .txt {
    position: relative;
    z-index: 3;
}

.panjo1 .inner .cal {
    position: absolute;
    bottom: 10px;
    left: -60px;
    opacity: 0.4;
}

.panjo1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0 no-repeat;
    z-index: 1;

}

.panjo1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: right 0 no-repeat;
    z-index: 1;

}


@media only screen and (max-width: 1024px) {
    .panjo1:before {
        display: none !important;

    }

    .panjo1:after {
        background-size: cover;

    }

    .panjo1 .inner h3 {
        font-size: 20px;
    }

    .panjo1 .inner .cal {
        left: -20px;
    }
}


@media (max-width: 599px) {
    .panjo1 .inner .cal {
        left: 0;
        width: 40%;
    }
}



.panjo2 .inner {
    padding: 70px 0 30px 0;
}

.panjo2 .w50 h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.panjo2 .w50 p {
    padding: 0 0 20px 0;
}

.panjo2 .w50 .txt {
    padding: 0 0 20px 0;
}

.panjo2 .right {
    width: 46%;
    padding: 0 0 20px 0;
}

.timetable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.timetable th {
    width: 115px;
    height: 40px;
    background: #fff;
    font-weight: normal;

}

.timetable td {
    width: 48px;
    border-left: 1px solid #dcdcdc;
    text-align: center;
    background: #fff;
}

.timetable tr+tr td,
.timetable tr+tr th {
    border-top: 1px solid #dcdcdc;

}

.timetable thead th,
.timetable thead td {
    height: 20px;
    color: #fff;
    border-bottom: 5px solid;
    border-top: 5px solid;

}

.timetable thead td {
    border-left: 1px solid #fff;
}

.panjo2 .right .table p {
    padding: 0 0 20px 0;
}

.panjo2 .right .table {
    padding: 0 0 10px 0;
}

.panjo2 .right .info h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.panjo2 .right .info h4 img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 8px;
}

/* .panjo2 .right .info dt{
  float:left;
} */
.panjo2 .right .info dd {
    padding: 0 0 0 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* display: inline-block; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.panjo2 .right .info dl {
    padding: 0 0 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

.panjo2 .right .info .wrap {
    padding: 0 0 5px 0;
}

.panjo2 .right .info .mores {
    text-align: right;
    padding: 0 0 20px 0;
}

.panjo2 .right .info .mores a {
    color: #0077bd;
}

.panjo2 .right .info .mores a img {
    vertical-align: middle;
    margin-right: 5px;
}

.timetable td strong {
    display: block;
    font-weight: normal;
    color: #a40000;
    font-size: 12px;
    line-height: 105%;
}

@media only screen and (max-width: 599px) {
    .panjo2 .right {
        width: 100%;
    }
}

.panjo3 {
    padding: 70px 0 50px 0;
}

.panjo3 .sec1 .tbox {
    width: 46%;
    padding: 0 0 20px 0;
}

.panjo3 .sec1 .tbox dt {
    width: 19.56%;
    border-bottom: 1px solid #ed8800;
    padding: 10px 0;
}

.panjo3 .sec1 .tbox dd {
    width: 78.26%;
    border-bottom: 1px solid #fdcb7b;
    padding: 10px 0;
}

.panjo3 .sec1 .tbox dl:first-child {
    margin-top: -10px;
}

.panjo3 .sec1 p.w50 {
    padding: 0 0 20px 0;
}

.panjo3 .sec1 {
    padding: 0 0 30px 0;
}

.panjo3 .sec2 dl {
    width: 32%;
    margin: 0 2% 25px 0;
}

.panjo3 .sec2 dl:nth-child(3n) {
    margin-right: 0;
}

.panjo3 .sec2 dt {
    padding: 5px 0 0 0;
    text-align: center;
}

@media only screen and (max-width: 599px) {
    .panjo3 .sec1 .tbox {
        width: 100%;
    }

    .panjo3 .sec2 dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .panjo3 .sec1 .tbox dt {
        width: 100%;
    }

    .panjo3 .sec1 .tbox dd {
        width: 100%;
        margin-bottom: 20px;
    }
}

.panjo4 .inner {
    padding: 70px 0 60px 0;
}

.panjo4 .map {
    width: 46%;
    padding-bottom: 17%;
    margin-bottom: 20px;
}

.panjo4 .w50 {
    padding: 0 0 20px 0;
}

.panjo4 .w50 dl {
    background: #fff;
    margin: 10px 0 0 0;
    position: relative;
    padding: 032px 15px 0 15px;
}

.panjo4 .w50 dt {
    position: absolute;
    top: -10px;
    left: 0;
    background: #ed8800;
    padding: 5px 15px;
    color: #fff;
    min-width: 170px;
}

.panjo4 .w50 dt img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}

.panjo4 .w50 dt:before {
    content: "";
    width: 10px;
    height: 100%;
    right: -10px;
    top: 0;
    position: absolute;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50.1%, #ed8800));
    background: linear-gradient(to top left, transparent 50%, #ed8800 50.1%);
}

.panjo4 .w50 dd {
    padding: 0 0 20px 0;
}

.panjo4 .viewmap iframe {
    width: 100%;
}

@media only screen and (max-width: 599px) {
    .panjo4 .map {
        width: 100%;
        padding-bottom: 40%;
    }
    .panjo4 .viewmap iframe {
        max-height: 350px;
    }
}

.panjo5 {
    padding: 70px 0 100px 0;
}

.panjo5 h4 {
    font-size: 18px;
    padding: 0 0 10px 0;
    margin-bottom: 0;
}

.panjo5 .txt p {
    padding: 0 0 20px 0;
}

.panjo5 .txt {
    padding-bottom: 10px;
}

.panjo5 .wrap {
    padding-bottom: 60px;
}

.panjo5 .bnr {
    text-align: center;
}

.panjo5 .bnr a {
    position: relative;
    display: inline-block !important;
}

.panjo5 .bnr a .w {
    position: absolute;
    top: 50%;
    left: 0;
    width: 95%;
    padding: 0 2.5%;
    text-align: center;
    z-index: 3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.panjo5 .bnr a img {
    opacity: 0.4;
}

.panjo5 .bnr a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}


.panjo5 .bnr a .w strong {
    display: block;
    font-size: 24px;
}

.panjo5 .bnr a .w strong:after {
    content: "";
    width: 90px;
    height: 1px;
    display: block;
    margin: 10px auto;
}

@media only screen and (max-width: 1024px) {
    .panjo5 .bnr a .w strong {
        font-size: 18px;
    }

    .panjo5 .bnr a .w strong:after {
        margin: 5px auto;
    }
}

.panjo .panjo1 {
    background: #ffd8bb;
}

.panjo .panjo1:after {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/panjo/bkl.png);
}

.panjo .panjo1:before {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/panjo/bkr.png);
}

.panjo .bkp {
    background: #fdf5e7;
}

.panjo .h3s {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/orange_icon.png);
}

.panjo .h3s .s {
    border-color: #ed8800;
}

.panjo .panjo2 .w50 h4 {
    color: #ed8800;
}

.panjo .timetable thead th,
.panjo .timetable thead td {
    background: #ed8800;
    border-bottom-color: #ed8800;
    border-top-color: #ed8800;
}

.panjo .timetable tbody td {
    color: #ffbb65;
}

.panjo .panjo2 .right .info h4 {
    color: #ed8800;
}

.panjo .panjo5 .bnr a:before {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/panjo/panjo_08_frame.png);
}

.panjo .panjo5 .bnr a .w strong:after {
    background: #ffa000;
}

.panjo .panjo5 h4 {
    color: #ed8800;
}

@media only screen and (max-width: 1024px) {

    .panjo .panjo1:after {
        background-image: url(/import/tenant_6/153.126.141.241/html/images/panjo/panjo_bg_frame.png);

    }

}

/*abeno*/
.abeno .panjo1 {
    background: #ded6cb;
}

.abeno .panjo1:after {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/abeno/bkl.png);
}

.abeno .panjo1:before {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/abeno/bkr.png);
}

.abeno .bkp {
    background: #ececec;
}

.abeno .h3s {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/gray_icon.png);
}

.abeno .h3s .s {
    border-color: #7d7976;
}

.abeno .panjo2 .w50 h4 {
    color: #7d7976;
}

.abeno .timetable thead th,
.abeno .timetable thead td {
    background: #7d7976;
    border-bottom-color: #7d7976;
    border-top-color: #7d7976;
}

.abeno .timetable tbody td {
    color: #aba49e;
}

.abeno .panjo2 .right .info h4 {
    color: #7d7976;
}

.abeno .panjo3 .sec1 .tbox dt {
    border-color: #7d7976;
}

.abeno .panjo3 .sec1 .tbox dd {
    border-color: #b6b2af;
}

.abeno .panjo4 .w50 dt {
    background-color: #7d7976;
}

.abeno .panjo4 .w50 dt:before {
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50.1%, #7d7976));
    background: linear-gradient(to top left, transparent 50%, #7d7976 50.1%);
}

.abeno .panjo5 .bnr a:before {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/abeno/abeno_12_frame.png);
}

.abeno .panjo5 .bnr a .w strong:after {
    background: #9b9286;
}

.abeno .panjo5 h4 {
    color: #7d7976;
}

@media only screen and (max-width: 1024px) {

    .abeno .panjo1:after {
        background-image: url(/import/tenant_6/153.126.141.241/html/images/abeno/abeno_bg_frame.png);

    }

}


/*shinmori*/
.shinmori .panjo1 {
    background: #d1ead2;
}

.shinmori .panjo1:after {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/shinmori/bkl.png);
}

.shinmori .panjo1:before {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/shinmori/bkr.png);
}

.shinmori .bkp {
    background: #e2ece2;
}

.shinmori .h3s {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/green2_icon.png);
}

.shinmori .h3s .s {
    border-color: #3e6e42;
}

.shinmori .panjo2 .w50 h4 {
    color: #3e6e42;
}

.shinmori .timetable thead th,
.shinmori .timetable thead td {
    background: #3e6e42;
    border-bottom-color: #3e6e42;
    border-top-color: #3e6e42;
}

.shinmori .timetable tbody td {
    color: #90c595;
}

.shinmori .panjo2 .right .info h4 {
    color: #3e6e42;
}

.shinmori .panjo3 .sec1 .tbox dt {
    border-color: #3e6e42;
}

.shinmori .panjo3 .sec1 .tbox dd {
    border-color: #8fbb93;
}

.shinmori .panjo4 .w50 dt {
    background-color: #3e6e42;
}

.shinmori .panjo4 .w50 dt:before {
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50.1%, #3e6e42));
    background: linear-gradient(to top left, transparent 50%, #3e6e42 50.1%);
}

.shinmori .panjo5 .bnr a:before {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/shinmori/shinmori_09_frame.png);
}

.shinmori .panjo5 .bnr a .w strong:after {
    background: #9b9286;
}

.shinmori .panjo5 h4 {
    color: #3e6e42;
}

@media only screen and (max-width: 1024px) {

    .abeno .panjo1:after {
        background-image: url(/import/tenant_6/153.126.141.241/html/images/abeno/abeno_bg_frame.png);

    }

}

/*dentallabo*/
.labo .panjo1 {
    background: #c8a7dc;
}

.labo .panjo1:after {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/dentallabo/bkl.png);
}

.labo .panjo1:before {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/dentallabo/bkr.png);
}

.labo .bkp {
    background: #e4dce9;
}

.labo .h3s {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/purple_icon.png);
}

.labo .h3s .s {
    border-color: #8452a1;
}

.labo .panjo2 .w50 h4 {
    color: #8452a1;
}

.labo .panjo2 .right .img {
    text-align: center;
    padding: 0 0 20px 0;
}

.labo .panjo3 .sec1 .tbox dt {
    border-color: #8452a1;
}

.labo .panjo3 .sec1 .tbox dd {
    border-color: #c8a7dc;
}

.labo .panjo4 .w50 dt {
    background-color: #8452a1;
}

.labo .panjo4 .w50 dt:before {
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50.1%, #8452a1));
    background: linear-gradient(to top left, transparent 50%, #8452a1 50.1%);
}

.labo .panjo5 h4 {
    color: #8452a1;
}

@media only screen and (max-width: 1024px) {

    .labo .panjo1:after {
        background-image: url(/import/tenant_6/153.126.141.241/html/images/dentallabo/dentallabo_bg_frame.png);

    }

}

/*introduction*/

.introbox .bkp {
    background-position: 0 0;
    background-repeat: no-repeat;
}

.introbox.panjo .bkp {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/introduction/triangle_bg1.png);
}

.introbox.panjo .mores a {
    background: #ed8800;
}

.introbox.abeno .bkp {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/introduction/triangle_bg2.png);
}

.introbox.abeno .mores a {
    background: #7d7976;
}

.introbox.shinmori .bkp {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/introduction/triangle_bg3.png);
}

.introbox.shinmori .mores a {
    background: #3e6e42;
}

.introbox.labo .bkp {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/introduction/triangle_bg4.png);
}

.introbox.labo .mores a {
    background: #8452a1;
}

.introbox .inner {
    padding: 50px 0;
}

.introbox .w50 {
    padding: 0 0 20px 0;
    text-align: center;
}

.introbox .flexb {
    padding-bottom: 10px;
}

.introbox h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.introbox .tbox ul {
    padding: 0 0 20px 0;
}

.introbox .tbox {
    width: 46%;
}

.introbox .tbox .table p {
    padding: 0 0 20px 0;
}

.introbox .map {
    width: 100%;
    height: 240px;
    margin-bottom: 50px;
}

.introbox .mores {
    text-align: center;
}

.introbox .mores a {
    color: #fff;
    display: inline-block !important;
    max-width: 250px;
    width: 95%;
    font-size: 18px;
    padding: 18px 0;
    -webkit-box-shadow: 3px 3px 4px 0px #c3cec8;
    box-shadow: 3px 3px 4px 0px #c3cec8;
}

.introbox .mores a img {
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -3px;
}

.introbox:nth-child(2n) .bkp {
    background-position: right 0;
}

.introbox:nth-child(2n) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.introwrap {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .introbox h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
  
    .introbox h3 {
      text-align: center;
    }
    .introbox .tbox {
        width: 100%;
    }

    .introbox .mores a {
        padding: 12px 0;
    }
}

/*doctor*/

.staff1 .inner {
    padding: 70px 0 0 0;
}

.staff1 {
    background: url(/import/tenant_6/153.126.141.241/html/images/staff/staffbk.png) 0 0 no-repeat #ebf9ff;
}

.staffbox h3 {
    background: url(/import/tenant_6/153.126.141.241/html/images/orange_icon.png) 0 0 no-repeat;
    padding: 10px 0 0 15px;
    font-size: 24px;
    color: #545454;
    width: 29%;
    margin-bottom: 20px;
}

.staffbox h3 .w {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 130%;
    padding-bottom: 10px;
}

.staffbox h3 .w .e {
    display: block;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    line-height: 130%;
    color: #000;
}

.staff2 {
    padding: 70px 0 0 0;
}

.staffbox {
    padding-bottom: 40px;
}

.staffbox .tbox {
    width: 68%;
}

.staffbox .tbox dl.img {
    width: 38.23%;
    padding-top: 15px;
    padding-bottom: 20px;
}

.staffbox .tbox .cont {
    width: 57.35%;
}

.staffbox .tbox .cont p {
    padding: 0 0 20px 0;
}

.staffbox .tbox .cont h4 {
    font-size: 18px;
    border-bottom: 1px solid #fdcb7b;
    margin-bottom: 15px;
}

.staffbox .tbox .cont .txt {
    padding-bottom: 10px;
}

.staffbox .tbox .cont .txt1 dt {
    float: left;
}

.staffbox .tbox .cont .txt1 dd {
    padding: 0 0 0 150px;
}

.staffbox .tbox .cont .txt1 dl {
    padding-bottom: 5px;
}

.staffbox .tbox .cont .txt2 li {
    padding-bottom: 5px;
}

.staffbox .tbox .cont .txt1 {
    padding-bottom: 15px;
}

.staffbox .tbox .cont .txt2 {
    padding-bottom: 15px;
}

.staffbox .tbox .img dt {
    font-size: 18px;
    font-weight: bold;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    text-align: center;
    margin-bottom: 15px;
}

.staffbox .tbox .img dt:after {
    content: url(/import/tenant_6/153.126.141.241/html/images/staff/comment2.png);
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
    margin-top: -20px;
}

.staffbox .tbox .img dd {
    display: inline-block !important;
}

.staffbox .tbox .img dd .trimmingInner {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    --moz-border-radius: 50%;
    -webkit-box-shadow: 4px 4px 0px 0px #fdcb7b;
    box-shadow: 4px 4px 0px 0px #fdcb7b;
}

.staff1 .staffbox h3 {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/blue_icon.png);
}

.staff1 .staffbox h3 .w .e {
    color: #498bc2;
}

.staff1 .staffbox .tbox .cont h4 {
    border-color: #c0e5f5;
}

.staff1 .staffbox .tbox .img dt {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
}

.staff1 .staffbox .tbox .img dt:after {
    content: url(/import/tenant_6/153.126.141.241/html/images/staff/comment1.png);
    -webkit-transform: rotate(21deg);
    transform: rotate(21deg);
    margin-top: -25px;
}

.staff1 .staffbox .tbox .img dd .trimmingInner {
    -webkit-box-shadow: 4px 4px 0px 0px #c0e5f5;
    box-shadow: 4px 4px 0px 0px #c0e5f5;
}
/*---doctor pic---*/
.staff2 .doc-pic dl{
  width: 27%;
  padding-bottom: 40px;
}
.staff2 .doc-pic dd .trimmingInner{
  border-radius: 50%;
    -webkit-border-radius: 50%;
    --moz-border-radius: 50%;
    -webkit-box-shadow: 4px 4px 0px 0px #fdcb7b;
    box-shadow: 4px 4px 0px 0px #fdcb7b;
}
.staff2 .doc-pic dl:nth-child(even) dd .trimmingInner{
  -webkit-box-shadow: 4px 4px 0px 0px #b6b2af;
    box-shadow: 4px 4px 0px 0px #b6b2af;
}
@media only screen and (max-width: 1024px) {
    .staffbox .tbox dl.img {
        width: 100%;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .staffbox .tbox .img dt {
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }

    .staffbox .tbox .img dt:after {
        display: none;
    }

    .staffbox .tbox .cont {
        width: 100%;
    }

    .staffbox h3 {
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .staffbox .tbox {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 599px) {
    .staffbox .tbox .cont .txt1 dt {
        float: none;
    }

    .staffbox .tbox .cont .txt1 dd {
        padding-left: 0;
    }

    .staffbox .tbox .cont .txt1 dl {
        padding-bottom: 15px;
    }
    .staff2 .doc-pic dl{
      width: 41%;
    }
}

.staff2 .abeno h3 {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/gray_icon.png);
}

.staff2 .abeno .tbox .cont h4 {
    border-color: #b6b2af;
}

.staff2 .abeno .tbox .img dd .trimmingInner {
    -webkit-box-shadow: 4px 4px 0px 0px #b6b2af;
    box-shadow: 4px 4px 0px 0px #b6b2af;
}

.staff2 .abeno .tbox .img dt:after {
    content: url(/import/tenant_6/153.126.141.241/html/images/staff/comment3.png);
}

.staff2 .shinmori h3 {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/green2_icon.png);
}

.staff2 .shinmori .tbox .cont h4 {
    border-color: #8fbb93;
}

.staff2 .shinmori .tbox .img dd .trimmingInner {
    -webkit-box-shadow: 4px 4px 0px 0px #8fbb93;
    box-shadow: 4px 4px 0px 0px #8fbb93;
}

.staff2 .shinmori .tbox .img dt:after {
    content: url(/import/tenant_6/153.126.141.241/html/images/staff/comment4.png);
}

.staff2 .labo h3 {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/purple_icon.png);
}

.staff2 .labo .tbox .cont h4 {
    border-color: #c8a7dc;
}

.staff2 .labo .tbox .img dd .trimmingInner {
    -webkit-box-shadow: 4px 4px 0px 0px #c8a7dc;
    box-shadow: 4px 4px 0px 0px #c8a7dc;
}

.staff2 .labo .tbox .img dt:after {
    content: url(/import/tenant_6/153.126.141.241/html/images/staff/comment5.png);
}

.bkb {
    background: #ebf9ff;
}

.staff3 .inner {
    padding: 70px 0 60px 0;
}

.staff3 .img {
    width: 52%;
    padding: 0 0 20px 0;
}

.staff3 .img li {
    max-width: 50%;
    width: 50%;
}

.staff3 .tbox {
    width: 44.5%;
}

.staff3 .tbox h4 {
    border-left: 5px solid;
    padding: 0 0 0 18px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
}

.staff3 .tbox h4 .e {
    display: block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.staff3 .tbox h4 strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0 0 0;
    line-height: 120%;
}

.staff3 .tbox p {
    padding: 0 0 20px 0;
}

.staff3 .box {
    padding-bottom: 40px;
}

.staff3 .box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {

    .staff3 .tbox,
    .staff3 .img {
        width: 100%;
    }
}

.staff3 .panjo .tbox h4 {
    border-color: #fdcb7b;
}

.staff3 .abeno .tbox h4 {
    border-color: #b6b2af;
}

.staff3 .shinmori .tbox h4 {
    border-color: #8fbb93;
}

.staff3 .labo .tbox h4 {
    border-color: #c8a7dc;
}

.staff3 .panjo .tbox h4 .e {
    color: #ed8800;
}

.staff3 .abeno .tbox h4 .e {
    color: #7d7976;
}

.staff3 .shinmori .tbox h4 .e {
    color: #3e6e42;
}

.staff3 .labo .tbox h4 .e {
    color: #8452a1;
}

/*contact*/
.contact1 {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/staff/staffbk.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.contact1 .inner {
    padding: 70px 0 60px 0;
}

.contact1 .table {
    max-width: 620px;
    margin: 0 auto;
}

.contact1 .table dt {
    float: left;
    font-size: 24px;
    padding: 8px 0 0 0;
}

.contact1 .table dd {
    text-align: right;
    font-size: 36px;
    font-weight: bold;

}

.contact1 .table dd a {
    color: #498bc2;
}

.contact1 .table dd a img {
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -8px;
}

.contact1 .table dl {
    padding: 0 0 10px 0;
}

@media only screen and (max-width: 599px) {
    .contact1 .table dt {
        float: none;
    }

    .contact1 .table dd {
        text-align: center;
    }

    .contact1 .table {
        max-width: 300px;
        margin: 0 auto;
    }

}

.contact2 {
    padding: 70px 0 20px 0;
}

.contact2 dt {
    width: 26%;
    padding: 2px 0;
}

.contact2 dt label {
    display: inline-block !important;
}

.contact2 dt strong {
    display: inline-block !important;
    background: #e60012;
    color: #fff;
    font-weight: normal;
    padding: 0 1em;
    font-size: 12px;
    float: right;
}

.contact2 dl {
    padding: 0 0 20px 0;
}

.contact2 dd {
    width: 71%;
}

.contact2 dd input[type="text"] {
    border: 1px solid #c9c9c9;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact2 dd .size1 {
    width: 100%;
    max-width: 400px;
}

.contact2 dd .size2 {
    width: 100%;
    max-width: 200px;
}

.contact2 dd .size3 {
    width: 100%;

}

.contact2 dd textarea {
    border: 1px solid #c9c9c9;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 240px;
}

.contact2 .table {
    padding: 0 0 20px 0;
}

.contact2 .formbtn {
    text-align: center;
}

.contact2 .formbtn button {
    max-width: 230px;
    width: 48%;
    margin: 0 1%;
    background: #e60012;
    color: #fff;
    font-size: 18px;
    padding: 8px 0;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;

}

.contact2 .formbtn input:hover {
    opacity: 0.6;
}


@media only screen and (max-width: 599px) {
    .contact2 dt {
        width: 100%;
        max-width: 260px;
        padding-bottom: 5px;
    }

    .contact2 dd {
        width: 100%;
    }

    .contact2 dt strong {
        float: none;
    }

    .contact2 dt label {
        padding-right: 1em;
    }
}

.contact3 {
    padding: 70px 0 70px 0;
}

.contact3 h4 {
    font-size: 20px;
    color: #498bc2;
    margin-bottom: 15px;
}

.contact3 dl {
    padding: 0 0 25px 19px;
}

.contact3 dt {
    background: url(/import/tenant_6/153.126.141.241/html/images/contact/mk.gif) 0 3px no-repeat;
    padding: 0 0 5px 22px;
    color: #498bc2;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
}

.contact3 dd {
    margin: 0 0 0 20px;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.contact3 .day {
    text-align: right;
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 599px) {
    .contact3 dl {
        padding-left: 0;
    }
}

/*treatment*/
.treatmentlist {
    background: url(/import/tenant_6/153.126.141.241/html/images/staff/staffbk.png) 0 0 no-repeat;
}

.treatmentlist .inner {
    padding: 70px 0 100px 0;
}

.treatmentlist .box .left {
    width: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #dfdfdf;
    padding: 0 3% 15px 0;
}

.treatmentlist .box .right {
    width: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 15px 3%;
}

.treatmentlist .box .left .img {
    width: 28.38%;
    padding: 0 0 20px 0;
}

.treatmentlist .box .left .tbox {
    width: 66.12%;
}

.treatmentlist .box {
    border-bottom: 1px solid #dfdfdf;
}

.treatmentlist .box .left .img .k {
    display: inline-block !important;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 0px 0px #c0e5f5;
    box-shadow: 4px 4px 0px 0px #c0e5f5;
    width: 100%;
}

.treatmentlist .box .left .img .k .trimmingInner {
    border-radius: 50%;
}

.treatmentlist .box .left h4 {
    font-size: 16px;

    margin-bottom: 5px;
}

.treatmentlist .box .left h4 .l {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c0e5f5));
    background: linear-gradient(transparent 60%, #c0e5f5 60%);
}

.treatmentlist .box .left .tbox .tit p {
    padding: 0 0 5px 0;
}

.treatmentlist .box .left .tit p a {
    color: #0077bd;
}

.treatmentlist .box .left .tit {
    padding-bottom: 15px;
}

.treatmentlist .box .left .tbox p {
    padding: 0 0 20px 0;
}

.treatmentlist .box .left .tit p a img {
    vertical-align: middle;
    margin-left: 5px;
}

.treatmentlist .box .right h4 {
    background: #498bc2;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 3px 2.5%;
    border-radius: 15px / 50%;
}

.treatmentlist .box .right li {
    background: url(/import/tenant_6/153.126.141.241/html/images/treatment/check.png) 0 2px no-repeat;
    padding: 0 0 8px 30px;
}

.treatmentlist .box .right ul {
    padding-bottom: 12px;
}

.treatmentlist .box+.box .left {
    padding-top: 40px;
}

.treatmentlist .box+.box .right {
    padding-top: 40px;
}
.treatmentlist .inner .bn,.treatment .inner .bn{
  padding-top: 70px;
}
.treatment .inner .bn{
  padding-bottom: 70px;
}
.treatmentlist .inner .bn li,.treatment .inner .bn li{
  width: 32.5%;
}
@media only screen and (max-width: 1024px) {
    .treatmentlist .box .left {
        width: 100%;
        border-right: none;


    }

    .treatmentlist .box .right {
        width: 100%;
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 599px) {
    .treatmentlist .box .left .img {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .treatmentlist .box .left .tbox {
        width: 100%;
    }
    .treatmentlist .inner .bn li,.treatment .inner .bn li{
      width: 80%;
    margin: 0 auto 20px auto;
    }
}

.treatment1 {
    background: url(/import/tenant_6/153.126.141.241/html/images/staff/staffbk.png) 0 0 no-repeat;
    min-height: 450px;
}

.treatment1 .inner {
    padding: 70px 0 50px 0;
}

.treatment1 h3 {
    text-align: center;
    font-size: 32px;
    color: #498bc2;
    margin-bottom: 30px;
}

.treatment1 h3:after {
    content: "";
    display: block;
    margin: 8px auto 0 auto;
    height: 1px;
    width: 90%;
    max-width: 300px;
    background: #96d9ff;
}

.treatment1 .ch {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #498bc2;
}

.treatment1 p {
    padding: 0 0 20px 0;
    text-align: left;
}

.treatment2 .inner {
    padding: 70px 0 40px 0;
}

.treatment2 .img {
    width: 46%;
    position: relative;
    z-index: 3;
    padding: 0 0 40px 0;
}

.treatment2 .w50 {
    background: #fff;
    position: relative;
}

.treatment2 .w50 h4 {
    background: #ebf9ff;
    padding: 25px 0 10px 0;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
}

.treatment2 .w50 h4 .n {
    color: #498bc2;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block !important;
    vertical-align: middle;
    padding-right: 10px;
    margin-top: -5px;
}

.treatment2 .w50 .txt {
    padding: 20px 30px 0 0;
}

.treatment2 .w50 .txt p {
    padding: 0 0 20px 0;
}

.treatment2 .w50 .txt dl {
    padding: 10px 0 30px;
}

.treatment2 .w50 .txt dt {
    font-size: 16px;
}

.treatment2 .w50 .txt dt:before {
    font-family: "FontAwesome";
    content: "\f152";
    padding-right: 5px;
    color: #498bc2;
}

.treatment2 .w50 .txt dd {
    padding-left: 0px;
}

.treatment2 .w50:before {
    content: "";
    width: 60px;
    height: 100%;
    top: 0;
    left: -60px;
    background: #fff;
    position: absolute;
}

.treatment2 .w50 h4:before {
    content: "";
    width: 60px;
    height: 100%;
    top: 0;
    left: -60px;
    background: #ebf9ff;
    position: absolute;
}

.treatment2 .box {
    padding-bottom: 50px;
}

.treatment2 .box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.treatment2 .box:nth-child(2n) .w50:before,
.treatment2 .box:nth-child(2n) .w50 h4:before {
    right: -60px;
    left: auto;
}

.treatment2 .box:nth-child(2n) .w50 .txt {
    padding-left: 30px;
    padding-right: 0;
}

.treatment2 .box:nth-child(2n) .w50 h4 {
    padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
    .treatment2 .w50 h4 {
        padding-left: 2.5% !important;
        padding-right: 2.5% !important;
        padding-top: 0;
        font-size: 18px;
    }

    .treatment2 .w50 h4 .n {
        font-size: 30px;
    }

    .treatment1 h3 {
        font-size: 24px;
    }

    .treatment1 .ch {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .treatment2 .img {
           width: 80%;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    }

    .treatment2 .w50:before {
        display: none;
    }

    .treatment2 .w50 .txt {
        padding: 20px 2.5% 0 2.5% !important;
    }

}

.treatment3 {
    padding: 70px 0 50px 0;
}

.treatment .h3s .b {
    display: block;
    font-weight: bold;
    text-align: left;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    padding: 18px 0 5px 15px;
    line-height: 120%;


}

.treatment3 .txt p {
    padding: 0 0 20px 0;
}

.treatment3 .txt {
    padding: 0 0 25px 0;
}

.treatment3 .tbox {
    width: 66%;
}

.treatment3 .tbox h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.treatment3 .tbox h4 .l {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c0e5f5));
    background: linear-gradient(transparent 60%, #c0e5f5 60%);
}

.treatment3 .box p {
    padding: 0 0 20px 0;
}

.treatment3 .box {
    padding: 0 0 20px 0;
}

.treatment3 .list {
    padding-bottom: 40px;
}

.back {
    text-align: center;
    padding: 0 0 20px 0;
}

.back a {
    display: inline-block !important;
    background: #498bc2;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 18px 2.5%;
    -webkit-box-shadow: 3px 3px 4px 0px #c3cec8;
    box-shadow: 3px 3px 4px 0px #c3cec8;
}

.back a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}

.treatment4 h3 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}

.treatment4 h3 strong {
    display: block;
    color: #498bc2;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    padding-bottom: 12px;
}

.treatment4 dl {
    width: 31%;
    margin: 0 3.5% 40px 0;
}

.treatment4 dl:nth-child(3n) {
    margin-right: 0;
}

.treatment4 .img {
    padding: 0 0 10px 0;
}

.treatment4 dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.treatment4 dt .l {

    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c0e5f5));

    background: linear-gradient(transparent 60%, #c0e5f5 60%);

}

.treatment4 dt+dd {
    padding: 0 0 10px 0;
}

.treatment4 dd+dd {
    text-align: right;
}

.treatment4 dd+dd a {
    color: #0077bd;
}

.treatment4 dd+dd a img {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}

.treatment4 {
    padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .treatment4 h3 strong {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .treatment4 dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .treatment3 .box p.w30 {
        text-align: left;
    }

    .treatment3 .tbox {
        width: 100%;
    }
    .treatment4 .flex{
      justify-content: center;
    }
}

/*faq*/

.faqwrap {
    padding: 70px 0 40px 0;
}

.faqwrap .faqnav {
    float: left;
    width: 250px;
    padding-bottom: 40px;
}

.faqwrap .list {
    float: right;
    width: 71%;
}

.faqwrap .faqnav dt strong {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.faqwrap .faqnav dt {
    text-align: center;
    border-bottom: 1px solid #96d9ff;
    padding: 0 0 10px 0;

}

.faqwrap .faqnav dd a {
    display: block;
    padding: 10px 0;
}

.faqwrap .faqnav dd {
    border-bottom: 1px dotted #bababa;
}

.faqwrap .faqnav dd a img {
    vertical-align: middle;
    margin-right: 5px;
}

.ac {
    height: 1px;
    margin-top: -1px;
    position: relative;
}

.ac a {
    position: absolute;
    top: -60px;
}

.faqwrap .list h3 {

    border-bottom: 1px solid;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.faqwrap .list h4 {
    position: relative;
    padding: 15px 0 0 44px;
    font-size: 16px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 50px;
}

.faqwrap .list h4 .q {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.faqwrap .list .a {
    padding: 0 0 0 44px;
}

.faqwrap .list .a p {
    padding: 0 0 20px 0;
}

.faqwrap .list .box {
    padding-bottom: 15px;
}

.faqwrap .faq1 h3 {
    color: #498bc2;
    border-color: #498bc2;
}

.faqwrap .faq1 h4 {
    color: #498bc2;
    background-image: url(/import/tenant_6/153.126.141.241/html/images/faq/corner_01.gif);
}

.faqwrap .faq2 h3 {
    color: #46ab37;
    border-color: #46ab37;
}

.faqwrap .faq2 h4 {
    color: #46ab37;
    background-image: url(/import/tenant_6/153.126.141.241/html/images/faq/corner_02.gif);
}

.faqwrap .faq3 h3 {
    color: #ed8800;
    border-color: #ed8800;
}

.faqwrap .faq3 h4 {
    color: #ed8800;
    background-image: url(/import/tenant_6/153.126.141.241/html/images/faq/corner_03.gif);
}

.faqwrap .faq4 h3 {
    color: #7d7976;
    border-color: #7d7976;
}

.faqwrap .faq4 h4 {
    color: #7d7976;
    background-image: url(/import/tenant_6/153.126.141.241/html/images/faq/corner_04.gif);
}

.faqwrap .faq5 h3 {
    color: #3e6e42;
    border-color: #3e6e42;
}

.faqwrap .faq5 h4 {
    color: #3e6e42;
    background-image: url(/import/tenant_6/153.126.141.241/html/images/faq/corner_05.gif);
}

.faqwrap .faq6 h3 {
    color: #8452a1;
    border-color: #8452a1;
}

.faqwrap .faq6 h4 {
    color: #8452a1;
    background-image: url(/import/tenant_6/153.126.141.241/html/images/faq/corner_06.gif);
}

@media only screen and (max-width: 1024px) {

    .faqwrap .faqnav,
    .faqwrap .list {
        width: 100%;
    }

    .faqwrap .list h3 {
        font-size: 18px;
    }
}

/*blog*/
.postwrap #left {
    float: left;
    width: 71%;
}

.postwrap #side {
    float: right;
    width: 250px;
}

.postwrap {
    padding: 70px 0 0 0;
}

.postwrap #side dt {
    text-align: center;
    border-bottom: 1px solid #96d9ff;
    padding: 0 0 8px 0;
}

.postwrap #side dt strong {
    display: block;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 3px;
}

.postwrap #side dd a {
    background: url(/import/tenant_6/153.126.141.241/html/images/panjo/icon_02.png) 0 center no-repeat;
    display: block;
    padding: 10px 0 10px 20px;
}

.postwrap #side dd {
    border-bottom: 1px dotted #bababa;
}

.postwrap #side dl {
    padding-bottom: 30px;
}

.postlist .tbox {
    width: 61.97%;
}

.postlist .img {
    width: 33.8%;
    padding: 0 0 20px 0;
}

.postlist .img a {
    display: block;
}

/* .postlist .tbox .meta li+li:before {
    content: "|";
    display: inline-block !important;
    vertical-align: middle;
    padding: 0 0.25em;
} */

.postlist .tbox .meta {
    padding: 0 0 10px 0;
}
.postlist .tbox .meta li{
  display: block;
  width: 100%;
}

.postlist h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
}

.postlist h3+p {
    text-align: right;
    padding: 0 0 20px 0;
}

.postlist h3+p a {
    color: #0077bd;
}

.postlist h3+p a img {
    vertical-align: middle;
    margin-left: 5px;
}

.postlist .box {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 30px;
}

.postlist {
    padding-bottom: 16px;
}

.pagenav li {
    font-size: 16px;
    padding: 5px;
}

.pagenav li img {
    vertical-align: middle;
    margin-top: -5px;
}

.pagenav li a:hover {
    color: #498bc2;
}

.pagenav {
    padding-bottom: 45px;
}

.postwrap {
    padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .postwrap #left {
        float: none;
        max-width: 710px;
        margin: 0 auto;
        width: auto;
    }

    .postwrap #side {
        float: none;
        width: 100%;
        display: flex;
    justify-content: space-between;
    }
    .postwrap #side dl{
      width: 48%;
    }

}

@media only screen and (max-width: 599px) {
  .postlist{
    justify-content: space-between;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .postlist .box{
    width: 48%;
  }
    .postlist .img {
        width: 100%;
        text-align: center;
    }

    .postlist .tbox {
        width: 100%;
    }
    .postwrap{
      padding: 30px 0 0 0;
    }
    .postwrap #side {
      display: block;
    }
  .postwrap #side dl{
      width: 100%;
    }
    .postlist .tbox .meta li{
      display: block;
    width: 100%;
    }
    .postlist .tbox .meta li+li:before{
      content: none;
    }
}

.single .tit {
    border: 1px solid #b2b2b2;
    padding: 15px 20px 15px 20px;
    margin-bottom: 25px;
}

.single .tit .d {
    color: #a0a0a0;
    font-size: 12px;
}

.single .tit h3 {
    font-size: 24px;
    padding: 0 0 10px 0;
    margin-bottom: 0;

}

.single .tit .c span,.postlist .tbox .meta li span {
    display: inline-block !important;
    background: #e5e5e5;
    color: #a0a0a0;
    padding: 0 1.5em;
    border-radius: 10px /50%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.postlist .tbox .meta li span{
  font-size: 13px;
   
}
.single .tit .cat {
    font-size: 12px;
    padding: 0 0 5px 0;
}

.single .txt p {
    padding: 0 0 20px 0;
}

.single .txt {
    padding: 0 0 30px 0;
}

.single .txt a {
    color: #0077bd;
}

.single .txt a:hover {
  opacity: 0.6;
}

.back2 {
    text-align: center;
    padding: 0 0 20px 0;
}

.back2 a {
    color: #0077bd;

}

.back2 a img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

.blog1 .inner {
    padding: 70px 0 40px 0;
}

.blog1 h3 {

    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;

}

.blog1 h3 strong {

    display: block;
    color: #498bc2;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    padding-bottom: 12px;

}

.blog1 dl {

    width: 31%;
    margin: 0 3.5% 40px 0;

}

.blog1 dl:nth-child(3n) {

    margin-right: 0;

}

.blog1 dl .img {

    padding: 0 0 10px 0;

}

.blog1 dl .img a {
    display: block;
}
.blog1 dl .img a .trimmingInner{
  border-radius: 50%;
}
.blog1 .meta {
    font-weight: bold;
    font-size: 12px;
    color: #a0a0a0;
    padding: 0 0 10px 0;
}

.blog1 .meta .c:before {
    content: "|";
    display: inline-block !important;
    padding: 0 0.5em;
}

.blog1 dt {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 10px 0;
}

.blog1 dt+dd {
    text-align: right;
}

.blog1 dt+dd a {
    color: #0077bd;
    background: url(/import/tenant_6/153.126.141.241/html/images/treatment/more_mk.gif) right center no-repeat;
    padding: 0 20px 0 0;
}

@media only screen and (max-width: 1024px) {
    .blog1 h3 strong {
        font-size: 24px;
    }

    .single .tit h3 {
        font-size: 18px;
    }

    .single .tit {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .single {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .blog1 dl {

        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;

    }
    .single .tit .c span{
      margin-bottom: 1%;
    }
}

/*recruit*/

.rec1 {
    background: url(/import/tenant_6/153.126.141.241/html/images/recruit/recruit_bg1.gif) center 0 repeat;
}

.rec1 .inner {
    padding: 70px 0 60px 0;
    max-width: 940px;
}

.rec1 .inner h3 {
    text-align: center;
    color: #46ab37;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 140%;
}

.rec1 .inner p {
    padding: 0 0 20px 0;
    text-align: center;
}

.rec2 {
    padding: 65px 0 80px 0;
}
.rec2 {
    background: url(/upload/tenant_6/ad568ceccbea6911c49fe77ed012f0c4.png) no-repeat center center;
    background-size: contain;
}
.rec2 h3 strong {
    color: #46ab37;
}

.rec2 h3 {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/recruit/icon_01.png);
}

.rec2 dl {
    width: 27.8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e6f8e1;
    padding: 25px 18px 5px 18px;
    margin: 0 3.8% 80px 3%;
    position: relative;
    -webkit-box-shadow: 4px 3px 4px 0px #8f8f8f;
    box-shadow: 4px 3px 4px 0px #8f8f8f;
}

.rec2 dl:nth-child(3n) {
    margin-right: 0;
}

.rec2 dl:nth-child(3n+2) {
    margin-bottom: 0;
    margin-top: 80px;
}

.rec2 dt {
    font-size: 18px;
    font-weight: bold;
    padding: 0 1em 10px 1em;
}

.rec2 dt+dd {
    padding: 0 0 20px 0;
}

.rec2 dd.n {
    position: absolute;
    left: -3%;
    top: -20px;
    font-size: 48px;
    color: #46ab37;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    background: url(/import/tenant_6/153.126.141.241/html/images/recruit/icon_02.png) right bottom no-repeat;
    padding: 0 40px 30px 0;
}
/*---recruit form---*/
.recruit .entry form dt,.recruit .entry form dd{
  border-bottom: none;
}
.recruit .entry form dt{
      width: 26%;
    padding: 2px 0;
}
.recruit .entry form dd{
  width: 71%;
  padding: 0;
}
.recruit .entry form dd .month,.recruit .entry form dd .oldyear,.recruit .entry form dd .day{
  width: 10%;
    margin-right: 1%;
    padding: 5px 0;
}
.recruit .entry form dd .bt{
  max-width: 150px;
    width: 48%;
    margin: 0 1%;
    background: #46ab37;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    border: none;
    cursor: pointer;
    
}
.recruit .entry form dd select{
  padding: 5px 0;
}
.recruit .entry form .birth dd div,.recruit .entry form .inp dd div{
  display: inline-block;
  
}
.recruit .entry form .birth dd div.actual_object_error_wrapper{
  width: 100%;
}
.uk-text-danger{
  display: block;
}
@media only screen and (max-width: 1024px) {
    .rec1 .inner h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .rec2 dl {
        width: 97%;
        margin-right: 0;
        margin-bottom: 40px !important;
        margin-top: 0 !important;
    }
    .recruit .entry form dt{
      width: 100%;
      padding-bottom: 10px;
    }
    .recruit .entry form dd{
      width: 100%;
      margin: 0;
    }
    .recruit .entry form dd .month, .recruit .entry form dd .oldyear, .recruit .entry form dd .day{
      width: 30%;
    }
    .recruit .entry form dd .bt{
          display: block;
    margin: 5px auto 0 auto;
    }
}

.rec3 {
    background: url(/import/tenant_6/153.126.141.241/html/images/recruit/recbk.png) 0 0 no-repeat;
}

.rec3 .inner {
  position: relative;
    padding: 70px 0 40px 0;
}
.rec3 .inner:after {
    content: "";
    background: url(/upload/tenant_6/d151b2aa1456e631c1e29b3001472951.png) no-repeat bottom right;
    background-size: contain;
    position: absolute;
    bottom: 40px;
    right: -14%;
    width: 133px;
    height: 264px;
    display: block;
    z-index: -1;
}
.recruit .h3s {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/green1_icon.png);
}

.recruit .h3s .s {
    border-color: #94d97e;
}

.rec3 .tbox {
    width: 60%;
}

.rec3 .list {
    max-width: 950px;
    margin: 0 auto;
}

.rec3 .img {
    width: 31.57%;
    padding: 0 0 20px 0;
}

.rec3 .tbox {
    width: 63.15%;
}

.rec3 .tbox h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.rec3 .tbox p {
    padding: 0 0 20px 0;
}

.rec3 .tbox p.sign {
    text-align: right;
    font-size: 20px;
    font-family: "azuki";
}

.rec3 .box {
    padding-bottom: 30px;
}

.rec3 .box:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
    .rec3 .tbox h4 {
        font-size: 18px;
    }
    .rec3 .inner:after {
    bottom: 30px;
    right: 0;
    width: 25%;
    height: 264px;
}
}

@media only screen and (max-width: 599px) {
    .rec3 .img {
        width: 100%;
        text-align: center;
    }

    .rec3 .tbox {
        width: 100%;
    }
}

.rec4 {
    position: relative;
    overflow: hidden;
}

.rec4 .bk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rec4 .bk img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: none !important;
}

.rec4 .inner {
    padding: 88px 0 130px 0;
    position: relative;
    z-index: 1;
}

.rec4 .inner .box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 600px;
    padding: 30px 3% 10px 3%;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
}

.rec4 .inner .box .in {
    max-width: 440px;
    float: right;
    position: relative;
    z-index: 3;
}

.rec4 h3 {
    font-size: 20px;
    color: #46ab37;
    margin-bottom: 15px;
}

.rec4 .inner .box .in p {
    padding: 0 0 20px 0;
}

.rec4 .inner .box .cal {
    position: absolute;
    bottom: -100px;
    left: -80px;
}

@media only screen and (max-width: 1024px) {
    .rec4 .inner .box .cal {
        opacity: 0.4;
    }

    .rec4 h3 {
        font-size: 18px;
    }
}

.rec5 {
    background: #f4fffa;
}

.rec5 .inner {
    padding: 70px 0 40px 0;
}

.rec5 h4 {
    width: 12%;
    background: -webkit-gradient(linear, left top, left bottom, from(#49ad39), to(#94d97e));
    background: linear-gradient(to bottom, #49ad39 0%, #94d97e);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    position: relative;
    margin-bottom: 0;
}

.rec5 h4:before {

    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #94d97e), color-stop(50.1%, transparent)) top left/ 50% 100% no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(50%, #94d97e), color-stop(50.1%, transparent)) top right / 50% 100% no-repeat;
    background: linear-gradient(to bottom left, #94d97e 50%, transparent 50.1%) top left/ 50% 100% no-repeat, linear-gradient(to bottom right, #94d97e 50%, transparent 50.1%) top right / 50% 100% no-repeat;

}

.rec5 h4 strong {
    font-size: 20px;
}

.rec5 dl {
    width: 85%;

}

.rec5 dt {
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 5px 0;
}

.rec5 dd {
    padding: 0 0 5px 0;
}

.rec5 .flexb {
    padding-bottom: 35px;
}

.rec5 .flexb:last-child h4:before {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .rec5 h4 {
        width: 86px;
    }

    .rec5 dl {
        width: calc(100% - 95px);
    }

}
.rec6 {
    padding: 70px 0 50px 0;
}
.rec6{
    background: url(/upload/tenant_6/13b74476d4a22666b7117fe4f5a98f62.png) top center no-repeat;
    background-size: contain;
}
.rec6 .kamoku li {
    width: 23%;
    padding: 0 2.66% 10px 0;
    cursor:pointer;

}
.rec6 .kamoku li:hover{
  opacity: 0.6;
}
.rec6 .kamoku li:nth-child(4n) {
    padding-right: 0;
}

.rec6 .kamoku li .n {
    display: block;
    background: #46ab37;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 18px 2.5%;
}

.rec6 .kamoku {
    padding-bottom: 40px;
}

.rec6 .kamoku {
    padding-bottom: 40px;
}

.rec6 .entry h4 {
    background: url(/import/tenant_6/153.126.141.241/html/images/recruit/recmk.gif) 0 5px no-repeat;
    font-size: 18px;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
}

.rec6 .entry dt {
    border-bottom: 1px solid #46ab37;
    padding: 15px 0;
    width: 130px;
}

.rec6 .entry dd {
    border-bottom: 1px solid #94d97e;
    padding: 15px 0;
    width: calc(100% - 150px);
}

.rec6 .entry .wrap {
    padding-bottom: 50px;
}

.rec6 .entry dd .p {
    display: inline-block !important;
    background: #d8f1d0;
    font-size: 12px;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 75px;
    text-align: center;
    margin-right: 5px;
}

@media only screen and (max-width: 599px) {
    .rec6 .entry dt {
        width: 100%;
    }

    .rec6 .entry dd {
        width: 100%;
        margin-bottom: 20px;
    }

    .rec6 .kamoku li {
        width: 48%;
        padding-left: 1%;
        padding-right: 1% !important;
    }
}

/*visit*/

.visit1 {
    background: #81cfcc;
}

.visit1 .img {
    width: 28.8%;
}

.visit1 .tbox {
    width: 67%;
    padding: 30px 0 0 0;
}

.visit1 h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.visit1 .inner {
    padding: 38px 0 0 0;
}

.visit1 .tbox p {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 599px) {
    .visit1 .img {
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }

    .visit1 .tbox {
        width: 100%;
    }
}

.visit2 h3 {
    text-align: center;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 20px;
}

.visit2 {
    padding: 70px 0 40px 0;
}

.visit2 .sec1 .tbox {
    width: 60%;
}

.visit2 .sec1 .img {
    width: 36%;
}

.visit2 .sec1 p {
    padding: 0 0 20px 0;
}

.visit2 .sec1 {
    padding-bottom: 50px;
}

.h4v {
    background: #76c8c5;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
    padding: 5px 2.5%;
}

.visit2 .sec2 li {
    background: #e4f4fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px 20px 65px;
    width: 31.6%;
    margin: 0 2.6% 40px 0;
    font-size: 18px;
    position: relative;
}

.visit2 .sec2 li:nth-child(3n) {
    margin-right: 0;
}

.visit2 .sec2 li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: -10px;
    background: url(/upload/tenant_6/ed3009b31436ce8e43c2650c59520c1a.png) no-repeat;
    width: 49px;
    height: 49px;
}

@media only screen and (max-width: 1024px) {
    .visit2 h3 {
        font-size: 20px;
    }

    .h4v {
        font-size: 18px;
    }

    .visit2 .sec2 li {
        font-size: 14px;
        padding-right: 2.5%;
    }
}

@media only screen and (max-width: 599px) {
    .visit2 .sec1 .img {
        width: 100%;
        text-align: center;
    }

    .visit2 .sec1 .tbox {
        width: 100%;
    }

    .visit2 .sec2 li {
        width: 100%;
        margin-right: 0;
        padding: 15px 30px 15px 65px;
        margin: 0 0 25px 0;
    }
    .visit2 .sec2 li:before{
      background-size: 80%;
    }
    
}

.visit .h3s {
    background-image: url(/import/tenant_6/153.126.141.241/html/images/mint_icon.png);
}


.visit .h3s .s {
    border-color: #87d7d4;
}

.visit3 .home-menu li a {
    background: #95d5d5;
    color: #fff;
}
.visit3 .home-menu li a img{
  height: 57px !important;
    width: auto;
}
.bkv {
    background: url(/import/tenant_6/153.126.141.241/html/images/staff/staffbk.png) 0 0 no-repeat;
}

.visit3 {
    padding: 70px 0 0 0;
}

.visit4 .tbox {
    width: 66%;
}

.visit4 .box+.box {
    border-top: 1px solid #87d7d4;
    padding-top: 35px;
    position: relative;
}

.visit4 .box {
    padding-bottom: 10px;
}

.visit4 .box p {
    padding: 0 0 20px 0;
}

.visit4 .tbox h4 {
    font-size: 16px;
}

.visit4 .tbox h4 .l {

    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #cfefee));

    background: linear-gradient(transparent 60%, #cfefee 60%);

}

.visit4 .tbox h4 .n {
    color: #87d7d4;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    margin-right: 5px;
}

.visit4 .box+.box:before {
    content: url(/import/tenant_6/153.126.141.241/html/images/visit/v.gif);
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    line-height: 1;
}

.visit4 {
    padding-bottom: 30px;
}

@media only screen and (max-width: 599px) {
    .visit4 .tbox {
        width: 100%;
    }
    .visit4 .box p.w30{
      text-align: center;
    }
}

.visit5 h4 {
    margin-bottom: 20px;
}

.visit5 h4+p {
    padding: 0 0 20px 0;
}

.visit5 .box1 {
    width: 46%;
    padding-bottom: 20px;
}

.visit5 .box2 {
    width: 46%;
    padding-bottom: 20px;
}

.visit5 h5 {
    font-size: 18px;
    color: #fff;
    padding: 5px 2.5%;
    text-align: center;
    margin-bottom: 15px;
}

.visit5 .box1 h5 {
    background: #76c8c5;
}

.visit5 .box2 h5 {
    background: #76c8c5;
}

.visit5 dt {
    font-weight: bold;
    font-size: 16px;
}

.visit5 dl {
    padding: 0 0 10px 0;
}

.visit5 .box1 dt {
    color: #7b92d0;
}

.visit5 .box2 p {
    padding: 0 0 10px 0;
}

.visit5 .box2 p strong {
    font-size: 16px;
    color: #fc7683;
}

.visit5 .box2 ul {
    padding-bottom: 10px;
}

.visit5 {
    padding-bottom: 35px;
}

.visit5 .flexb {
    position: relative;
}

.visit5 .flexb:before {
    content: "+";
    position: absolute;
    top: 8px;
    left: 50%;
    font-size: 30px;
    font-weight: bold;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}

@media only screen and (max-width: 599px) {
    .visit5 .flexb:before {
        display: none;
    }

    .visit5 .box1 {
        width: 100%;
        border-bottom: 1px solid #7b92d0;
    }

    .visit5 .box2 {
        width: 100%;
        padding-top: 60px;
        position: relative;
    }

    .visit5 .box2:before {
        content: "+";
        position: absolute;
        top: 20px;
        left: 50%;
        font-size: 30px;
        font-weight: bold;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);

    }
}

.visit6 h4 {
    margin-bottom: 20px;
}

.visit6 h4+p {
    padding: 0 0 20px 0;
    text-align: center;
}

.visit6 .map {
    margin-bottom: 100px;
}

.visit6 .tocont {
    text-align: center;
}

.visit6 .tocont a {
    display: inline-block !important;
    background: #76c8c5;
    max-width: 450px;
    width: 26%;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 35px 1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 3px 4px 0px #8f8f8f;
    box-shadow: 4px 3px 4px 0px #8f8f8f;
    margin: 2%;
}

.visit6 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 599px) {
.visit6 .tocont a{
      font-size: 20px;
      width: 80%;
      padding: 15px 1.5%;
    }
}

.visit7 {
    padding: 0 0 40px;
}
.visit7 .titbox{
  margin-bottom: 40px;
}
.visit7 h4{
  text-align: center;
  margin-bottom: 0;
}
.visit7 h4 span{
  display: inline-block;
      background: #76c8c5;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 10px 2.5%;
    margin-bottom: 30px;
    position: relative;
        width: 300px;
    max-width: 100%;
}
.visit7 h4 span:after{
  content: "";
    display: block;
    border-top: 10px solid #76c8c5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
}
  
.visit7box h5{
  text-align: center;
  position: relative;
}
.visit7box h5:after{
  content: "";
  height: 1px;
  width: 100%;
  background:#87d7d4;
  position: absolute;
  left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.visit7box h5 span{
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
      letter-spacing: 1px;
    padding: 0 1em;
}
.visit7list{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.visit7list .col2{
  width: -webkit-calc(66.666% - 20px);
  width: calc(66.666% - 20px);
}
.visit7list .col1{
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  position: relative;
}
.visit7list .col1:before{
      position: absolute;
    right: -webkit-calc(100% + 8px);
    right: calc(100% + 8px);
    top: 11px;
    content: "+";
    font-size: 40px;
    font-weight: bold;
}
.visit7item .tit{
  text-align: center;
  margin-bottom: 40px;
  background: #76c8c5;
    color: #fff;
    font-size: 24px;
    padding: 5px 2.5%;
}
.visit7item .tit span{
  display: inline-block;
      text-align: center;
}
.visit7item .chartitem dt{
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #76c8c5;
    text-align: center;
    color: #fff;
    display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
                width: 100px;
                margin: 0 auto;
    height: 100px;
    font-weight: 700;
    font-size: 16px;
}
.visit7item .chartitem dt span{
  display: inline-block;
}
.visit7item .chartitem dd{
  margin: 0.5em 0;
  text-align: center;
}
.visit7item .chartitem dd span{
  display: inline-block;
  text-align: left;
}
.visit7list .col2 .chartlist{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.visit7list .col1 .chartlist{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
.visit7list .col2 .chartitem{
  width: 48%;
}
.visit7list .col1 .chartitem{
  width: 100%;
  position: relative;
}
.visit7list .col1 .chartitem:before{
      position: absolute;
    right: -webkit-calc(100% + 8px);
    right: calc(100% + 8px);
    top: 50px;
    content: "+";
    font-size: 40px;
    font-weight: bold;
}

.visit7list .chartitem dl{
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    width: 220px;
    max-width: 100%;
    margin: 0 auto;
}
.visit7list .col2 .chartitem dt{
  position: relative;
}
.visit7list .col2 .chartlist{
  position: relative;
}
.visit7list .col2 .chartlist:after{
  position: absolute;
  left: 50%;
  top:50px;
      content: "+";
    font-size: 40px;
    font-weight: bold;
        transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .visit7item .tit{
  font-size: 20px;
  margin-bottom: 30px;
}
.visit7list .col1:before{
  top: 9px;
}
.visit7 h4 span{
      padding: 15px 2.5%;
    font-size: 22px;
    width: 280px;
}
}

@media only screen and (max-width: 599px) {
  .visit7list .col2 {
    width: -webkit-calc(66.666% - 14px);
    width: calc(66.666% - 14px);
}
.visit7list .col1 {
    width: -webkit-calc(33.333% - 14px);
    width: calc(33.333% - 14px);
}
  
.visit7item .tit{
  font-size: 16px;
  margin-bottom: 20px;
}
.visit7list .col1:before{
      top: 5px;
      right: -webkit-calc(100% + 6px);
      right: calc(100% + 6px);
    font-size: 26px;
}
.visit7list .chartitem dl{
  padding: 5px;
}
.visit7item .chartitem dt{
  width: 70px;
  height: 70px;
  font-size: 15px;
}
.visit7list .col2 .chartlist:after{
      top: 30px;
      font-size: 26px;
}
.visit7list .col1 .chartitem:before{
      right: -webkit-calc(100% + 6px);
      right: calc(100% + 6px);
    top: 31px;
    font-size: 26px;
}
.visit7 h4 span {
    padding: 12.5px 2.5%;
    font-size: 20px;
    width: 260px;
}
.panjo1 .inner .txt p {
    padding: 20px;
}
}
/*---編集画面のみ---*/
[data-element-id]#wrapper {
    padding-top: 0 !important;

}

[data-element-id].treatmentlist .inner>div,
[data-element-id].home-slider2 .wrap>div {
    height: 500px;
    overflow: hidden;
}

[data-element-id]#header h1 {
    height: auto;
    margin-top: 0;
    text-indent: 1px;
}

[data-element-id]#gnav .accordion-body {
    position: relative !important;
    height: auto;
    opacity: 1;
    z-index: 1;
}

[data-element-id]#header {
    position: relative;
    height: auto;
}

[data-element-id]#gnav .toggle {
    position: relative;
}

/*--スライダー--*/
.home1 .slide .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%);
}

.home1 .slide .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.home1 .slide .uk-slideshow {
    position: absolute;
    top: 0;
}

.syugo img{
  width: 42%; 
  float:right;
}
@media only screen and (max-width: 599px) {
  .syugo img{
    width:100%;
    float: inherit;
}}

/*2020/11/18*/
.mb30 {
    margin-bottom: 30px;
}
.panjyo_rec {
    text-align: center;
}
.panjyo_rec img {
    width: 60%;
}
@media only screen and (max-width: 599px) {
  .panjyo_rec img {
    width: 80%;
}
}


/* 追記 */

.caption-text {
    font-size: 24px;
    font-weight: bolder;
    color: #cc3300;
    display: block;
    text-align: center;
}

.contact02{
  background: #fff;
}

.contact02 .table dd a{
  color: #ed8800;
}

.contact03{
  background: #fff;
}

.contact03 .table dd a{
  color: #7d7976;
}

.contact04{
  background: #fff;
}

.contact04 .table dd a{
  color: #3e6e42;
}


/* 6/1 */

.hover-effect_slide {
  position: relative;
  display: inline-block;
    padding: 1vw 3vw;
    font-size: 1em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  border: 1px #fff solid;
  transition: 0.2s ease;
}

.hover-effect_slide::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  content: "";
  background-color: #68bc6c;
  transition: 0.2s ease;
}

.hover-effect_slide:hover {
    color: #ffa701;
    background: #fff;
    opacity: 1;
}

.hover-effect_slide:hover::before {
    width: 100%;
    background: #fff;
}

.header-info .dropdown ul li a {
    text-align: left;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 5px 5px 15px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


@media only screen and (min-width: 1024px){
  .header .inner-header .header-info {
    box-sizing: border-box;
    width: 35%;
    float: right;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255, 1); }
  100% { box-shadow: 0 0 0 1.2em rgba(255,255,255, 1); }
}

.reserve-dl{
  display: inline-block;
    width: auto !important;
}

.ai-c{
  align-items: center;
  display: flex !important;
}
}






 @media only screen and (min-width: 600px) and (max-width: 1024px) {

.header .pic {
    height: 100%;
    display: none;
}

.header .inner-header h1{
  width: 55% !important;
      left: 25%;
}

.header-info{
  width: 55%;
    margin-right: 1%;
    margin-left: 1%;
}

.pc-none{
  display: none !important;
}

.sp-none{
  display: inline-block;
}

.header .inner-header .header-info {
  display: flex;
    width: 50%;
    flex-wrap: nowrap !important;
}

.ai-c{
display: flex !important;
align-items: center !important;
}

} 




@media only screen and (max-width: 599px){
  .pc-none{
  display: inline-block !important;
}

.sp-none{
  display: none;
}
}

@media only screen and (max-width: 599px){
  
  .sp-none {
    display: none !important;
}
.sns-fix {
    position: fixed;
    bottom: 0;
    width: 100vw;
    max-width: none;
    height: 50px;
}
  .w48{
    width: 48%;
  }
  
.reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b49b79;
    box-sizing: border-box;
    border-left: none;
    background-color: #fff;
}

.reserve a{
  color: #b49b79;
  display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}


  
.sns-fix .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #e9e2d8;
    background: #b49b79;
}

.sns-fix .tel a{
  color: #fff;
  display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
  
  [data-element-id].footer {
    padding: 50px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-top {
    bottom: 55px;
    right: 15px;
    width: 60px;
    height: 60px;
}
}

/* body{
  padding-top: 232px;
} */

.header{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

/* @media only screen and (max-width: 1024px){
  body{
  padding-top: 184px;
}

}



@media only screen and (max-width: 599px){
  body{
  padding-top: 210px;
}

} */


.dropdown ul {
    width: 260px;
    width: 308px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: -85px;
    flex-wrap: wrap;
    flex-direction: column;
}



.dropdown {
display: block;
    font-family: 'Montserrat', sans-serif;
    /* line-height: 60px; */
    line-height: 20px;
    text-align: center;
    padding-top: 2%;
}


.dropdown[data-element-id] ul li {
    overflow: visible !important;
    height: auto;
    margin-bottom: 0px;
    width: 45%;
}

.dropdown ul li {
    overflow: hidden;
    width: 45%;
    height: 0;
    transition: .2s;
}

.dropdown ul li a {
    text-align: center;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 5px 5px 15px;
    color: #000;
    padding-left: 0;
}

.dropdown:hover ul li {
        height: auto;
    margin-bottom: 0px;
    width: 45%;
    overflow: visible !important;
}

.dropdown:hover ul li:last-of-type {
    border-bottom: none;
}

.sp-none{
  display: inline-block;
}

.pc-none{
  display: none !important;
}

@media only screen and (max-width: 599px){
.sp-none{
  display: none !important;
}

.pc-none{
  display: inline-block;
}
}

.w33{
  width: 33.333%;
}

.reserve a {
    color: #b49b79;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

#header .right li.recruit a {
    background: #46ab37;
    color: #000;
}

.n-wrap{
  white-space: nowrap;
}

.bg-white{
  background-color: #fff !important;
}

.w33{
  width: 33.333% !important;  
}

.f-nowrap{
  flex-wrap: nowrap;
}

.reserve-h{
color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    }
    
    .reserve-h span{
      border-bottom: 1px solid #fff;
    }
    
    .r-list{
      color: #fff;
    display: block;
    text-align: center;
    
    }
    
    
    #gnav li.r-list{
      border: 1px solid #fff !important;
    }
    
    #gnav li.mx-1{
            margin-left: 1%;
      margin-right: 1%;
    }
    
    #gnav li.mx-1.mr-0{
      margin-right: 0px;
    }
    
     #gnav li.mx-1.ml-0{
      margin-left: 0px;
    }
    
    
#gnav ul li.r-list a {
    height: auto;
    display: block;
    text-align: center;
    padding: 15px 10px !important;
    background: #498bc2 !important;
    border: none !important;
}
    
    .mb20{
      margin-bottom: 20px;
    }
    
    
/* 2022.09.28 */
.naikan01{
   height: 100% !important;
 }
 
 /* 10/04 追記 */

@media only screen and (min-width: 1025px){
  .pc-none{
    display: none;
  }
}

.reserve-item  span{
  display: block;
}

@media only screen and (max-width: 599px){
  #gnav .reserve-item{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    border: 1px solid #498bc2;
    line-height: 1.3em;
    display: block;
    text-align: center;
    height: 75px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  
   #gnav .reserve-item a{
     padding: 0px;
    text-align: center;
   }
   
   #gnav .reserve-item .gold-txt{
         color: #b49b79;
   }              
}


/* 2022.10.14 */

.kochira01{
  background: rgba(73, 139, 194, 0.8) !important;
}

.menubar01{
  font-size: 18px !important;
}

.kochira02{
  background: rgba(73, 139, 194, 0.8) !important;
    width: 104px !important;
    padding: 8px;
}

.kochira03 ul{
  display: flex;
}

.kochira03 li{
  font-weight: bold;
}

.group03{
  max-width: 1120px !important;
}

.kochira02 a{
  background: rgb(100 157 205 / 80%) !important;
  color: #000 !important;
  line-height: 25px !important;
}

@media only screen and (max-width: 1025px){
.kochira01 {
    font-size: 10px;
}

.brtab01{
  display: none;
}
}

@media only screen and (max-width: 599px){

.kochira02 {
    background: rgba(73, 139, 194, 0.8) !important;
    padding: 10px !important;
    width: 100px !important;
    text-align: center;
}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
.dropdown ul {
    width: 260px;
    width: 308px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: -123px;
    flex-wrap: wrap;
    flex-direction: column;
}
#header .right li {
    width: 56px;
    height: 50px;
    box-sizing: border-box;
}
}
.fs15{
  font-size: 15px!important;
}
.home-introd h4 strong {
    display: block;
    font-size: 24px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    padding: 14px 0 7px 0!important;
}


/* 2023/09/08 */
.visit8 {
    padding: 0 0 50px;
}

.visit8 h4 {
    margin-bottom: 20px;
}


.sp-menu02{
  display: none;
}


@media only screen and (max-width: 599px){
.sp-menu01{
  display: none;
}

.sp-menu02{
  display: block;
}
.rec-sp2{
  width: 12% !important;
    position: fixed;
    left: 3px;
    top: 52px;
}

.non-sp02{
  display: none;
}

.web-sp03{
  display: flex !important;
}

.web-sp03 li a{
 background: #498bc2 !important;
 border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 14px !important;
  color: #fff;
}

.treatment2 .img {
    width: 100%;
}

.treatment3 .tbox {
  width: 100% !important;
}

}



.imp-last img{
  float: right;
}

.brochure{
  width: 400px;
    margin: 0 auto 70px;
    text-align: center;
    background: rgb(11 85 147 / 80%) !important;
    color: #fff;
    padding: 30px 0px;
    font-size: 18px;
    border-radius: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .brochure {
  width: 350px;
        margin: -70px auto 60px;
        text-align: center;
        background: #46ab37;
        color: #fff;
        padding: 30px 0px;
        font-size: 16px;
        border-radius: 15px;
        font-weight: bold;
}
}

