.kv{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 42.6287744227%;
}
.top-kv{
    background-image: url(../images/kv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 68.2060390764%;
    position: relative;
}
.kv .row{
    display: inline-block;
}
.container-fluid{
    position: initial;
    display: inline-block;
}
.logo{
    display: block;
    height: 70px;
    top: 10px;
    position: relative;
}
.fix-logo{
    position: fixed;
    z-index: 9999;
    height: 70px;
    width: 100%;
    background: #fff;
}
.logo h1 {
	position: absolute;
    top: 10px;
    padding-left: 20px;
}
#fh5co-aside #fh5co-logo{
    width: 100%;
    margin-bottom: 72px;
}
.fh5co-nav-toggle{
	text-align: right;
	right: 0;
}
ul li{
    list-style: none;
}
#fh5co-aside #fh5co-main-menu ul li.active a{
    color:#009DE6;
}
.hatsudai #fh5co-aside #fh5co-main-menu ul li.active a{
    color:#009DE6;
}
.nishiogikubo #fh5co-aside #fh5co-main-menu ul li.active a{
    color:#009DE6;
}
.nav-01{
    text-align: center;
    margin: 72px 59px;
}
#fh5co-aside #fh5co-main-menu .text-left{
    text-align: left;
}
#fh5co-aside #fh5co-main-menu ul li a:hover {
    color:#009DE6;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.text-inner01{
    display: table-cell;
    vertical-align: bottom;
    min-height: 700px;
}
.catch-align{
    top: -210px;
    left: 80px;
    padding: 4em 0;
}
.top-kv .catch-align{
    top: -370px;
    left: 74px;
}
.text-inner02{
    display: table-cell;
    min-height: 700px;
}
.text-inner02 h2.ttl{
    font-size: 40px;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;

}
.text-inner02 lead-txt{
    font-size: 14px;
}
.mv-scroll {
    font-size: 12px;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
    z-index: 99;
    bottom: -30px;
    right: 20px;
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-bottom: 80px;
    color: #000;
}
.mv-scroll:after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 1px;
    height: 70px;
    background: #000;
    -webkit-animation: scroll 3s ease infinite both;
    animation: scroll 3s ease infinite both;
}
#fh5co-main .fh5co-narrow-content{
    width: 100%;
    padding: 112px 6em;
}
.index #fh5co-main .Sec-a01{
    background: #EFF0F2;
    width: 100%;
    padding: 144px 6em;
    margin: 0;
}
.index #fh5co-main .Sec-a02{
    background-image:url(../images/sec-a02bg.jpg);
    background-size: cover;
    width: 100%;
    padding: 112px 6em;
    margin: 0;
}
#fh5co-main .Sec-a02{
    color: #000;
    padding: 112px 4em 56px;
}
.work{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.work .desc {
    background: initial;
    opacity: 1;
}
.index .v-center{
    height: 600px;
    display: flex;
    align-items: center;
}
.index .v-center p{
    line-height: 38px;
}
.Sec-a02 .desc h3{
    position: relative;
    font-size: 16px;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    font-style: bold;
    font-weight: 700;
    margin-top: 30px;
    display: inline-block;
}
.Sec-a02 .desc h3:after{
    content: "";
    position: absolute;
    height: 2px;
    bottom: -10px;
    top: 40px;
    background-color: #fff;
    left: 18px;
    right: 18px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(2);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.Sec-a02 .desc h3:hover{
    position: relative;
}
.Sec-a02 .desc h3:after:hover{
    content: "";
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: 120px;
    right: 120px;
    background-color: #009DE6;
}
.index #fh5co-main .sec-a03{
    padding-top: 112px;
}
a.clinic-list{
    font-size: 18px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: bold;
    font-weight: 700;
    border: 1px solid #fff;
    display: block;
    padding: 41px;
}
a.clinic-list:hover{
    color: #009DE6;
    background: #fff;
    border: 1px solid #009DE6;
    opacity: 0.9;
}
#footer .Sec-a03{
    background: #001722;
    width: 100%;
    padding: 50px 6em 40px;
    margin: 0;
}
#footer .Sec-a03 p,li{
    color: #fff;
}
ul.f-menu02{
    padding-inline-start: 0;
}
#fh5co-main #footer .fh5co-narrow-content {
    padding-top: 72px;
}
/* 画像hover時のズームイン */
.zoomin-box{
    width: 100%;
    margin:0 auto;
    overflow:hidden; 
}
.zoomin-img img{
    transition: 0.5s;
}
.zoomin-img img:hover{
    transform:scale(1.2,1.2);
    transition: 0.5s;
}
.index .zoomin-img{
    position: relative;
}
.index .zoomin-img{
    position: relative;
}
.index .zoomin-ttl{
    position: absolute;
    display: block;
    top: 50%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    pointer-events: none;
}
@media screen and (min-width: 992px){
    .index .v-center p{
        margin-right: -100%;
        }
}
@media screen and (max-width: 768px){
.index #fh5co-main .Sec-a01{
    padding: 144px 24px 126px;
}
.index #fh5co-main .Sec-a02{
    padding: 144px 24px 126px;
}
.index #fh5co-main .Sec-a03{
    padding: 144px 24px 126px;
}
body.offcanvas #fh5co-main, body.offcanvas .fh5co-nav-toggle{
    top: 0px;
}
.top-kv{
        background-image: url(../images/kvsp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 0;
        padding-top: 160.8%;;
        position: relative;
}
.top-kv .catch-align{
        top: -300px;
        left: 24px;
}
.top-kv .lead-ttl {
    width: 85%;
}
.top-kv .catch-copy {
    font-size: 56px;
}

aside .logo h1 {
        position: absolute;
top: -45px;
padding-left: 24px;
}
.logo{
    display: inline;
    /* height: 70px; */
    top: 10px;
    position: relative;
}
.fix-logo{
    position: fixed;
    z-index: 9999;
    height: 70px;
    width: 100%;
    background: #fff;
}
.logo h1 {
			position: absolute;
    top: 10px;
    padding-left: 24px;
}
aside .logo h1 {
			position: absolute;
    top: -45px;
    padding-left: 20px;
}
.fh5co-nav-toggle{
		text-align: right;
        right: 0;
        padding: 22px;
        display: block;
        width: 100px;
        margin-left: auto;
}
.text-inner01{
        padding: 0;
}
#fh5co-main .Sec-a01{
        padding: 2em 20px;
}
#fh5co-main .Sec-a02{
        padding: 2em 20px;
}
.nav-01{
    margin: 32px 0;
}
a.clinic-list{
    padding: 31px;
}
}
/* フォント */
p{
    font-size: 16px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
    color: #444444;
    line-height: 2em;
}
h3{
    line-height: 38px;
}
#fh5co-aside #fh5co-main-menu ul li{
    margin-bottom: 25px;
}
#fh5co-aside #fh5co-main-menu ul li.nav-a a{
    font-size: 14px;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
}
#fh5co-aside #fh5co-main-menu ul li.nav-b a{
    font-size: 14px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
}
#fh5co-aside #fh5co-main-menu ul li.nav-c{
    font-size: 14px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
    color: #009DE6;
}
#fh5co-aside #fh5co-main-menu ul li.nav-c a{
    font-size: 14px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
    color: #009DE6;
}
#fh5co-aside #fh5co-main-menu .nav-d{
    font-size: 13px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
    color: #666666;
}
#fh5co-aside #fh5co-main-menu .t-access{
    font-size: 13px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
    color: #666666;
}
#fh5co-aside #fh5co-main-menu .t-access li:hover{
    color: #009DE6;
}
#fh5co-aside #fh5co-main-menu .t-access li:hover:after{
    color: #228896;
    outline: none;
    text-decoration: none !important;
  }
#fh5co-aside #fh5co-main-menu ul li.nav-d a{
    font-size: 13px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
    color: #666666;
}
ul li.nav-d{
    position: relative;
}
li.nav-d:after{
    font-family: 'FontAwesome';
    content: "\f2d2";
  position: absolute;
  color: #666666;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
.f-menu02 li.nav-d:after{
  color: #fff;
  right: 50px;
}
.f-menu02 li.nav-d:hover:after{
    color: #228896;
    outline: none;
    text-decoration: none !important;
  }
#fh5co-aside #fh5co-main-menu ul li.nav-b a:hover{
    color: #009DE6;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu ul li.nav-c a:hover{
        color: #009DE6;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu ul li.nav-d a:hover{
    color: #009DE6;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.catch-copy{
    font-size: 72px;
    margin-bottom: 0;
    line-height: initial;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
}
.top-kv .lead-ttl{
    font-size: 16px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
}
.top-kv .lead-txt{
    font-size: 16px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
    color: #001722;
}
.detail a{
    color: #009DE6;
    position: relative;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 16px;
}
.detail a:hover{
    color: #009DE6;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.detail a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: -20px;
    right: -20px;
    color: #009DE6;
    background-color: #009DE6;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.detail a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: -5px;
    right: -5px;
    color: #009DE6;
    background-color: #009DE6;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.detail a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.date-txt{
    font-size: 14px;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
    color:#001722;
    margin-right: 20px;
}
.ttl-lg{
    font-size: 52px;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    color:#001722;
}
.txt-bk{
    color: #000;
}
.txt-wh{
    color: #fff;
}
.flogo-txt{
    font-size: 12px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
}
#footer li{
    font-size: 16px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
    padding: 16px 0;
}
#footer a li:hover {
    color: #009DE6;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#footer a.f-access li{
    font-size: 14px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
}
.fh5co-heading-colored img{
    max-width: 120%;
    height: auto;
}
.copy-txt{
    font-size: 10px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
}
#fh5co-main #footer .fh5co-narrow-content{
    padding-bottom: 40px;
}
@media screen and (max-width: 768px){
    #fh5co-aside #fh5co-main-menu ul{
        margin: 0;
        padding: 16px;
    }
    #fh5co-aside #fh5co-main-menu ul li{
        margin: 0;
        padding: 16px;
    }
    #fh5co-main {
        margin-top: 70px;
    }
    #footer .Sec-a03{
        background: #001722;
        width: 100%;
        padding: 50px 20px 40px;
        margin: 0;
    }
    li.nav-d:after{
        left: 120px;
      }
    .f-menu02 li.nav-d:after{
        color: #fff;
        left: 120px;
      }
      
    /* .detail a {
        color: #009DE6;
        position: relative;
        font-family: YuGothic,'Yu Gothic',sans-serif;
        font-style: bold;
        font-weight: 700;
        font-size: 16px;
    }
    .detail a:after {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -10px;
        left: 18px;
        right: 18px;
        color: #009DE6;
        background-color: #009DE6;
        visibility: visible;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(2);
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    } */
    #fh5co-page .bread {
        margin-left:24px;
    }
    .bread ul{
        margin-left: -40px;
    }
    #fh5co-main .fh5co-narrow-content{
        padding: 112px 24px;
    }
    .detail a:hover:after{
        content: "";
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: 18px;
    right: 18px;
    color: #009DE6;
    background-color: #009DE6;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(2);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .access .detail a:hover:after{
    content: "";
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: 60px;
    right: 60px;
    color: #009DE6;
    background-color: #009DE6;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(2);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
}
@media screen and (max-width: 480px){
.index .work {
    height: 200px;
}
.work .desc {
    height: 200px;
}
}
/* z-index */
.z-index1{
    z-index: 1;
}
/* 余白 */
.m-t10{
    margin-top: 10px;
}
.m-t30{
    margin-top: 30px;
}
.m-t50{
    margin-top: 50px;
}
.m-t80{
    margin-top: 80px;
}
.m-t100{
    margin-top: 100px;
}
.m-b10{
    margin-bottom: 10px;
}
.m-b30{
    margin-bottom: 30px;
}
.m-b50{
    margin-bottom: 50px;
}
.m-b80{
    margin-bottom: 80px;
}
.m-b100{
    margin-bottom: 100px;
}

.p-t10{
    padding-top: 10px;
}
.p-t30{
    padding-top: 30px;
}
.p-t50{
    padding-top: 50px;
}
.p-t80{
    padding-top: 80px;
}
.p-t100{
    padding-top: 100px;
}
.p-b10{
    padding-bottom: 10px;
}
.p-b30{
    padding-bottom: 30px;
}
.p-b50{
    padding-bottom: 50px;
}
.p-b80{
    padding-bottom: 80px;
}
.p-b100{
    padding-bottom: 100px;
}
.l-h16{
    display: block;
    height: 16px;
}
.m-t0{
    margin-top: 0;
}
.m-b0{
    margin-bottom: 0;
}
.p-t0{
    padding-top: 0;
}
.p-b0{
    padding-bottom: 0;
}
@media screen and (max-width: 768px){
.m-t10sp{
        margin-top: 10px;
}
.m-t30sp{
        margin-top: 30px;
}
.m-t50sp{
        margin-top: 50px;
}
.m-t80sp{
        margin-top: 80px;
}
.m-t100sp{
        margin-top: 100px;
}
.m-b10sp{
        margin-bottom: 10px;
}
.m-b30sp{
        margin-bottom: 30px;
}
.m-b50sp{
        margin-bottom: 50px;
}
.m-b80sp{
        margin-bottom: 80px;
}
.m-b100sp{
        margin-bottom: 100px;
}
    
.p-t10sp{
        padding-top: 10px;
}
.p-t30sp{
        padding-top: 30px;
}
.p-t50sp{
        padding-top: 50px;
}
.p-t80sp{
        padding-top: 80px;
}
.p-t100sp{
        padding-top: 100px;
}
.p-b10sp{
        padding-bottom: 10px;
}
.p-b30sp{
        padding-bottom: 30px;
}
.p-b50sp{
        padding-bottom: 50px;
}
.p-b80sp{
        padding-bottom: 80px;
}
.p-b100sp{
        padding-bottom: 100px;
}

.m-t-10sp{
        margin-top: -10px;
}
.m-t-30sp{
        margin-top: -30px;
}
.m-t-50sp{
        margin-top: -50px;
}
.m-t-80sp{
        margin-top: -80px;
}
.m-t-100sp{
        margin-top: -100px;
}
.m-b-10sp{
        margin-bottom: -10px;
}
.m-b-30sp{
        margin-bottom: -30px;
}
.m-b-50sp{
        margin-bottom: -50px;
}
.m-b-80sp{
        margin-bottom: -80px;
}
.m-b-100sp{
        margin-bottom: -100px;
}
    
.p-t-10sp{
        padding-top: -10px;
}
.p-t-30sp{
        padding-top: -30px;
}
.p-t-50sp{
        padding-top: -50px;
}
.p-t-80sp{
        padding-top: -80px;
}
.p-t-100sp{
        padding-top: -100px;
}
.p-b-10sp{
        padding-bottom: -10px;
}
.p-b-30sp{
        padding-bottom: -30px;
}
.p-b-50sp{
        padding-bottom: -50px;
}
.p-b-80sp{
        padding-bottom: -80px;
}
.p-b-100sp{
        padding-bottom: -100px;
}
}
@media only screen and (max-width: 991px) {
.row-order{
    display: flex;
    flex-direction: column-reverse;
}
.m-t100{
        margin-top: 100px;
}
}

/* aboutページ */
.about #fh5co-main .fh5co-narrow-content{
    padding-top: 60px;
    padding-bottom: 120px;
}
.bread {
    text-align: left;
    padding-top: 8px;
    margin-left: 3em;
}
.bread ul li, .bread ul li a {
    font-size: 11px;
    color: #666666;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
    display: inline-block;
}
.bread ul li a {
    text-decoration: underline;
}
.bread ul li, .bread ul li a {
    line-height: 48px;
}
.bread ul li, .bread ul li a:hover {
    opacity: 0.6;
}
.about .ttl-lg-h2{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 24px;
  font-family :YuMincho,'Yu Mincho',serif;
  font-style: Medium;
  font-weight: 500;
  color:#001722;
}
.about .ttl-lg-h2:before{
    content: '';
    position: absolute;
    bottom: -32px;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}
.about .ttl-lg-h3{
  font-size: 22px;
  font-family :YuMincho,'Yu Mincho',serif;
  font-style: Medium;
  font-weight: 500;
  color:#000000;
}
.about .ttl-lg-lead{
    margin-bottom: 0;
  }
.about .ttl-lg-lead span{
    font-size: 13px;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
    color:#999999;
  }
.num-txt{
    font-size: 14px;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
    color: #009DE6;
    padding-right: 4em;
}
.policy-txt{
  font-size: 18px;
  font-family :YuMincho,'Yu Mincho',serif;
  font-style: Medium;
  font-weight: 500;
  color:#001722;
}
p.policy-txt{
    text-indent: -4em;
    padding-left: 4em;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 0;
    border-bottom: 1px solid #EEEEEE;
}
.v-center{
    height: 466px;
    display: flex;
    align-items: center;
}
/* feature背景 */
.feature01-img{
    position: relative;
}
.feature01-img:before {
    position: absolute;
    content: '';
    top: 80px;
    left: -60px;
    display: block;
    width: 530px;
    height: 569px;
    background-color: #FAFDFF;
    background-size: contain;
    background-repeat: no-repeat;
}
.feature01-text{
    position: relative;
}
.feature01-text:before {
    position: absolute;
    content: '';
    bottom: -100px;
    right: 0;
    display: block;
    width: 262px;
    height: 300px;
    background-image: url(../images/feature01.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.feature02-img{
    position: relative;
}
.feature02-img:before {
    position: absolute;
    content: '';
    top: 210px;
    left: -60px;
    display: block;
    width: 530px;
    height: 569px;
    background-color: #FAFDFF;
    background-size: contain;
    background-repeat: no-repeat;
}
.feature02-text{
    position: relative;
}
.feature02-text:before {
    position: absolute;
    content: '';
    bottom: -100px;
    left: 0;
    display: block;
    width: 262px;
    height: 300px;
    background-image: url(../images/feature02.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.feature03-text{
    position: relative;
}
.feature03-text:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    display: block;
    width: 262px;
    height: 300px;
    background-image: url(../images/feature03.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px){
    .catch-align{
        top: -160px;
        left: 24px;
    }
    .v-center{
        height: 327px;
    }
    .about .ttl-lg-h2{
        margin-bottom: 100px;
      }
      .feature01-text{
        position: relative;
        margin-bottom: 64px;
    }
    .feature01-text:before {
        position: absolute;
        content: '';
        bottom: -60px;
        right: 20px;
        display: block;
        width: 157px;
        height: 180px;
        background-image: url(../images/feature01.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .feature01-img{
        position: relative;
    }
    .feature01-img:before {
        position: absolute;
        content: '';
        bottom: -160px;
        left: -20px;
        display: block;
        width: 320px;
        height: 344px;
        background-color: #FAFDFF;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .feature02-text{
        position: relative;
        margin-bottom: 64px;
    }
    .feature02-text:before {
        position: absolute;
        content: '';
        bottom: -40px;
        left: 20px;
        display: block;
        width: 157px;
        height: 180px;
        background-image: url(../images/feature02.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .feature02-img{
        position: relative;
        margin-bottom: 64px;
    }
    .feature02-img:before {
        position: absolute;
        content: '';
        top: 100px;
        left: 55px;
        display: block;
        width: 320px;
        height: 344px;
        background-color: #FAFDFF;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .feature03-text{
        position: relative;
        margin-bottom: 64px;
    }
    .feature03-text:before {
        position: absolute;
        content: '';
        bottom: -80px;
        right: 10px;
        display: block;
        width: 157px;
        height: 180px;
        background-image: url(../images/feature03.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}
/* accessページ */
.access #fh5co-main .fh5co-narrow-content{
    padding-top: 60px;
    padding-bottom: 120px;
}
.access .blog-entry .desc h3{
    margin-bottom: 5px;
}
.access .ttl-lg-h3{
    margin: 24px 0;
  }
.access .ttl-lg-h3 a{
    font-size: 20px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: bold;
    font-weight: 700;
    color:#001722;
  }
  .access .row-padding{
    margin-left: -40px;
    margin-right: -40px;
  }
  .access .col-padding{
    padding: 0 40px!important;
}
/* hatsudaiページ */
#fh5co-main .note{
    padding-top: 10px;
}
#fh5co-main .fh5co-narrow-content{
    padding-top: 16px;
    padding-bottom: 120px;
}
#fh5co-main .stuff .fh5co-narrow-content{
    padding-top: 80px;
    padding-bottom: 0;
}
#fh5co-main .info .fh5co-narrow-content{
    padding-top: 80px;
    padding-bottom: 0;
}
.pnavi{
    width: 95%;
}
.pnavi ul{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.pnavi li{
    width: 20%;
    border-left: 1px solid #CCCCCC;
}
.pnavi li:last-child{
    border-right: 1px solid #CCCCCC;
}
.pnavi ul li a{
    font-size: 16px;
    color: #005A84;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
    display: inline-block;
}
.note p{
    margin-bottom: 0;
    padding: 32px 0;
    border-bottom: 1px solid #EEEEEE;
    text-indent: -2em;
    padding-left: 2em;
}
.hatsudai .ttl-lg-h2{
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 24px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
    color:#001722;
    letter-spacing: 0.01em;
  }
  .hatsudai .ttl-lg-h2:before{
      content: '';
      position: absolute;
      bottom: -32px;
      display: inline-block;
      width: 60px;
      height: 1px;
      left: 30px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: black;
      border-radius: 2px;
  }
  .hatsudai .ttl-lg-h3{
    font-size: 22px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
    color:#001722;
  }
  .hatsudai .ttl-lg-h3 span{
      font-size: 13px;
      font-family: calluna;
      font-style: normal;
      font-weight: 400;
      color:#999999;
    }
    .bor-txt{
        color: #009DE6;
        padding-right: 1em;
    }
    .price-table .price-head{
        height: 150px;
        background-color: #FAFDFF;
        border: 1px solid #eee;
        border-left: none;
        border-right: none;
        border-bottom: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .price-table .price-head p{
    margin-bottom: 0;
    padding: 50px 0;
    text-align: center;
    color: #005A84;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: bold;
    font-weight: 700;
    }
    .price-table .price-cell{
        height: 150px;
        background-color: #fff;
        border: 1px solid #eee;
        border-right: none;
        border-bottom: none;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .price-table .price-cell p{
        margin-bottom: 0;
        padding: 50px 0;
        text-align: left;
        color: #444444;
        font-size: 13px;
        font-family :YuGothic,'Yu Gothic',sans-serif;
        font-style: normal;
      font-weight: 400;
       line-height: 26px;
    }
    .price-table .price-cell p span{
        color: #444444;
        font-size: 18px;
        font-family :YuGothic,'Yu Gothic',sans-serif;
        font-style: bold;
        font-weight: 700;
    }
    .price-table .ph_2{
        height: 450px;
    }
    .price-table .ph_2-2{
        height: 300px;
    }
    .price-table .pc_2{
        margin-left: -15px;
        justify-content: left;
        padding-left: 15px;
    }
    .top-border{
        border-top: 1px solid #EEEEEE;
        margin-left: -15px;
        margin-right: -15px;
    }
    a.reserve-btn{
        font-size: 18px;
        font-family :YuGothic,'Yu Gothic',sans-serif;
        font-style: bold;
        font-weight: 700;
        border: 1px solid #005A84;
        color: #005A84;
        display: block;
        padding: 2em;
    }
    a.reserve-btn:hover{
        color: #fff;
        background: #009DE6;
        border: 1px solid #009DE6;
        opacity: 0.9;
    }
.blog-entry .stuff-txt {
        padding: 16px 0;
}
.blog-entry .stuff-txt p{
        color: #444444;
        font-size: 14px;
        font-family :YuGothic,'Yu Gothic',sans-serif;
        font-style: bold;
        font-weight: 700;
    }
.blog-entry .stuff-txt span{
        font-family :YuGothic,'Yu Gothic',sans-serif;
        font-style: Medium;
        font-weight: 500;
        color:#666666;
        line-height: 2;
        margin-bottom: 0;
    }
#fh5co-main .stuff{
    background: #FAFAFA;
    width: 100%;
}
#fh5co-main .stuff .row{
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
.stuff .blog-entry{
    background: none;
}
.far-in{
    display: inline;
}
/* アコーディオン */
.acd-check{
    display: none;
}
.acd-label{
    display: block;
    margin-bottom: 1px;
    padding: 32px 10px;
    border-top: 1px solid #999;
    position: relative;
    cursor: pointer;
}
.acd-label span{
    color: #001722;
    font-size: 22px;
    font-family :YuMincho,'Yu Mincho',serif;
    font-style: Medium;
    font-weight: 500;
}
.acd-label:after{
    box-sizing: border-box;
    color: #005A84;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 32px 10px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    padding: 10px;
    visibility: visible;
    display: block;
    height: auto;
}
/* アコーディオン */
/* Googleマップ */
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 41.25%;
    position: relative;
    margin-top: 24px;
    }
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }
/* Googleマップ */
.access-txt{
    font-size: 14px;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
    color: #009DE6;
    padding-right: 4em;
}
.accessin-txt{
  font-size: 18px;
  font-family :YuMincho,'Yu Mincho',serif;
  font-style: Medium;
  font-weight: 500;
  color:#001722;
}
#fh5co-main .info{
    background: #FAFAFA;
    width: 100%;
}
.info-ttl{
    font-family :YuGothic,'Yu Gothic',sans-serif;
        font-style: bold;
        font-weight: 700;
        color:#444444;
}
.info-txt{
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
        color:#444444;
}


@media screen and (max-width: 768px){
    #fh5co-main .stuff{
        background: #FAFAFA;
    }
    .pnavi{
        width: 100%;
    }
    .pnavi ul{
        padding: 1em 1em;
    }
    .pnavi li{
        width: 50%;
        border-left: 1px solid #CCCCCC;
        margin: 12px 0;
    }
    .price-table .price-head{
        border: 1px solid #EEEEEE;
        border-left: none;
        border-right: none;
        border-bottom: none;
        height: auto;
        justify-content: left;
    }
    .price-table .price-cell{
        border-left: none;
        height: auto;
        justify-content: left;
    }
    .top-border{
        border-top: 1px solid #EEEEEE;
    }
    .price-table .price-head p{
        padding: 24px 0;
    }
    .price-table .price-cell p{
        padding: 24px 0;
    }
    }

/* news */
#fh5co-main .news{
    padding: 0 6em;
}
.news object{
    display: inline-block;
}
.news object a{
    border: none;
}
.news-txt{
    padding-top: 24px;
}
.news-row a{
    display: block;
    border-bottom: 1px solid #EEEEEE;
}
.news a:hover{
    background: #FAFDFF;
}
.news-date{
    font-size: 14px;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
    color:#999999;
    padding-right: 16px;
    padding-bottom:22px;
}
a .news-cat{
    padding: 6px 16px;
    border:1px solid #005A84;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
    font-size: 12px;
    color: #005A84;
}
a .news-cat:hover{
    padding: 6px 16px;
    background: #005A84;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
    color: #fff;
}
.news-inner{
    padding: 24px 0;
}
.news-block{
    position: relative;
    display: block;
    height: 140px;
}
.icon-inner{
    position: absolute;
    top: 56px;
    right: 0;
}
.icon-inner p{
    color: #005A84;
}
/* ページネーション */
.p-nation{
    text-align: center;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
    padding: 0;
}
.p-nation li {
    display: inline;
    padding:10px 15px;
    border:1px #009DE6 solid;
    color:#009DE6;
}
.p-nation li:hover {
    background-color:#009DE6;
    color:#fff;
}
.p-nation .this{
    background-color:#009DE6;
    color:#fff;
    font-family: calluna;
    font-style: normal;
    font-weight: 400;
}
@media screen and (max-width: 768px){
    #fh5co-main .news{
        padding: 0 20px;
    }
}
/* news-detail */
.news_detail h2{
    font-size: 24px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
    color: #444444;
    margin-bottom: 0;
}
.news_detail h3{
    font-size: 18px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: bold;
    font-weight: 700;
    color: #444444;
    margin-bottom: 0;
}
.news-detail{
    padding-top: 0;
}
.news-detail-row{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 8px;
}
.news_detail .pager{
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 37px 0;
}
.news_detail a{
    color: #009DE6;
}
.news_detail .pager li > a, .news_detail .pager li > span{
    color: #444444;
    background: none;
    border: none;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: Medium;
    font-weight: 500;
    margin-bottom: 0;

}
.news_detail a:hover, .news_detail .pager li > a:hover, .news_detail .pager li > span:hover{
    color:#009DE6;
}
.head-border {
    margin: 2.6em 0 0.7em;
    padding: 0 0 0 8px;
    border-left-width: 4px;
    border-left-style: solid;
    font-size: 18px;
    font-style: bold;
    font-weight: 700;
    line-height: 1.5;
    border-color: #5aabe2;
}
/* recruit */
.recruit #fh5co-main .fh5co-narrow-content{
    padding-top: 60px;
    padding-bottom: 120px;
}
.recruit .acd-label {
    border-top: 1px solid #EEE;
}
.contentsInner .sectionInner {
    max-width: 1000%;
    margin: 0 auto;
    padding: 0 30px;
}
.contentsInner table {
    width: 100%;
    text-align: left;
    font-size: 15px;
    border-collapse: separate;
    line-height: 1.3;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.recruit .contentsInner table th {
    font-style: bold;
    font-weight: 700;
    width: 40%;
    border-right: 1px solid #CCC;
    font-family :YuGothic,'Yu Gothic',sans-serif;
	font-style: bold;
    font-weight: 700;
    color: #444444;
}
.recruit .contentsInner table td {
    font-family :YuGothic,'Yu Gothic',sans-serif;
	font-style: Medium;
    font-weight: 500;
    color: #444444;
}
.contentsInner table th, .contentsInner table td {
    font-weight: normal;
    box-sizing: border-box;
    padding: 1em 1em;
    vertical-align: top;
    line-height: 2;
}
.recruit .acd-check:checked + .acd-label + .acd-content {
    background: #FAFAFA;
    padding: 80px 0;
    margin-bottom: 48px;
}
.recruit .acd-label span{
    font-size: 18px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: bold;
    font-weight: 700;
    color: #009DE6;
}
/* line追加 */
#w-bottom-left {
    margin: 0 auto;
    max-width: 20%;
}
.w-right {
    right: 0;
}
.w-bottom {
    bottom: 0;
}
.w-base {
    position: fixed;
    display: block;
    opacity: 0;
    z-index: 180;
    overflow: hidden;
}
.panel-body {
	padding: 26px 16px;
	border-left: solid 8px #009DE6;
}
.btn-info a{
    color: #fff;
}
#linePanel{
	border-radius: 0;
	border: 1px solid #EEEEEE;
}
#linePanel h4{
    font-size: 16px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
    font-style: bold;
    font-weight: 700;
	color: #444444;
    margin-bottom: 1em;
}
#linePanel .row-eq-height{
	display: flex;
	flex-wrap: wrap;
	padding: 0 32px 0 24px;
}
#linePanel p{
    font-size: 13px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
	font-style: Medium;
    font-weight: 500;
    color: #444444;
	line-height: 23px;
	margin-bottom: 0;
}
#linePanel .line-com{
	padding: 0 12px;
}
@media screen and (max-width: 768px){
#linePanel-sp {
	border-radius: 0;
	border: none;
    border-top: 1px solid #EEEEEE;
}
.panel-body{
	padding: 16px;
	border: none;
}
.panel{
	margin-bottom: 0;
}
.w-base {
    display: block;
    width: 100%;
}
.line-com p button{
	font-size: 13px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
	font-style: bold;
    font-weight: 700;
	color: #ffffff;
	background:#009DE6;
	border: 2px solid #009DE6;
	border-radius: 5px;
	padding: 9px 14px 8px!important;
}
#linePanel-sp .row-eq-height{
	padding: 0;
}
#linePanel-sp h4{
	font-size: 12px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
	font-style: bold;
    font-weight: 700;
	color: #444444;
	margin-bottom: 8px;
}
#linePanel-sp p{
	font-size: 12px;
    font-family :YuGothic,'Yu Gothic',sans-serif;
	font-style: Medium;
    font-weight: 500;
    color: #444444;
}
#linePanel-sp .line-com{
	padding: 0 6px;
}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block; }
.sp { display: none; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none; }
.sp { display: block; }
}
/* タブレットで見たときは"tab"のclassがついた画像が表示される */
.tab { display: block; }
.n-tab { display: none; }
/* タブレットで見たときは"n-tab"のclassがついた画像が表示されない */
@media only screen and (max-width: 992px) {
.tab { display: none; }
.n-tab { display: block; }
}