@charset "UTF-8";
/*画像の下にできる余白を削除*/
/* img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
} */

/*メイン画像下に余白をつける*/

.gallery{
	margin:0 0 10px 0;
}

.gallery li{
list-style:none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    width: 34px;
    height: 80px;
    background: #3cbd70;
    top: 50%;
    margin-top: -40px;
    z-index: 5;
    cursor: pointer;
}
.slick-next {
    right: 0;
    border-radius: 6px 0 0 6px;
}
.slick-prev {
    left: 0;
    border-radius: 0 6px 6px 0;
}
.slick-nextin {
    position: relative;
    height: 100%;
}
.slick-previn {
    position: relative;
    height: 100%;
}
.slick-nextin::before {
    position: absolute;
    content: "";
    background: url(../img/arw_wh.png) no-repeat 0 0 / 8px auto;
    width: 8px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -4px;
}
.slick-previn::before {
    position: absolute;
    content: "";
    background: url(../img/arw_wh.png) no-repeat 0 0 / 8px auto;
    width: 8px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(180deg);
}
.dtl_slide_wrap {
    padding-bottom: 60px;
    margin-bottom: 80px;
    margin-top: 30px;
}
/*選択するサムネイル画像の設定*/
.choice_btnwrap {
    display: inline-block;
    float: right;
    margin-top: 10px;
}
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#fff;
    list-style:none;
    width: 71px !important;
    margin-right: 10px;
}
.choice-btn li:last-child {
    margin-right: 0;
}
.choice-btn li img{
	opacity: 0.3;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

.dtl_slide_wrap.ver2 .choice-btn li{
    position: relative;
    width: 71px !important;
    height: 60px;
}
.dtl_slide_wrap.ver2 .choice-btn li img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 0;
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}
.fac_feat_wrap {
    margin-bottom: 60px;
}
.fac_table_set {
    display: flex;
    justify-content: space-between;
}
.fac_table_set .fac_table_in {
    width: 430px;
}
.gallery img {
    width: 100%;
    height: auto;
}
.fac_table_in dl {
    display: flex;
}
.fac_table_in dl.is-bb {
    border-bottom: solid 1px #d9e0e4;
}
.fac_table_in dl.is-bb2 {
    border-bottom: solid 1px #d9e0e4;
}
.fac_feat_wrap.ver2 .fac_table_in dl:last-child {
    border-bottom: solid 1px #d9e0e4;
}
.fac_table_in dl dt {
    font-size: 16px;
    font-weight: bold;
    width: 150px;
    min-height: 65px;
    border: solid 1px #d9e0e4;
    border-bottom: 0;
    border-right: 0;
    background: #f5f6f5;
    padding: 10px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.fac_table_in dl dd {
    border: solid 1px #d9e0e4;
    border-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
    width: calc(100% - 150px);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    word-break: break-all;
}
.fac_map {
    margin-bottom: 15px;
}
.fac_map iframe {
    width: 100%;
}
.fac_map_info li {
    font-size: 16px;
}
.cv_wrap {
    margin: 60px 0;
}
.page_main {
    margin-bottom: 180px;
}
/*interview*/
.fac_int_wrap {
    margin: 40px 0 80px;
}
.interview_box {
    margin: 35px 0;
}
.interview_box iframe {
    width: 100%;
    height: 506px;
}
.int_dtl_txt {
    font-size: 16px;
    margin-bottom: 20px;
}
.interview_content {
    font-size: 14px;
}
.interview_content li {
    position: relative;
    padding-left: 1em;
    line-height: 1.6;
    font-weight: bold;
}
.interview_content li span {
    position: absolute;
    left: 0;
    top: 0;
}
.interview .page_link_lst.ver2 {
    margin-bottom: 70px;
}
/*recruit*/
.recruit_huge_wrap {
    margin-bottom: 60px;
}
.recruit_wrap {
    margin-top: 40px;
    padding-bottom: 45px;
    margin-bottom: 30px;
    border-bottom: solid 1px #d9e0e4;
}
.recruit_box {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.dtl_slide_wrap.is-recruit {
    width: 400px;
    margin: 0 50px 0 0;
    padding-bottom: 0;
}
.recruit_txt {
    width: calc(100% - 450px);
}
.recruit_box.ver2 .recruit_txt {
    width: auto;
}
.recruit_box.ver2 .dtl_slide_wrap + .recruit_txt {
    width: calc(100% - 450px);
}
.is-recruit .choice_btnwrap {
    float: left;
}
.recruit_txt dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.recruit_txt dd {
    font-size: 14px;
    line-height: 2;
}
.recruit .fac_table_in dl dd {
    padding-top: 23px;
    padding-bottom: 23px;
}
/*
.recruit .gallery li img {
    border-radius: 8px;
}
.recruit .choice-btn li img {
    border-radius: 8px;
}
*/
.lowdtl_txt {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}
.lowdtl_wrap.ver2 {
    margin-top: 30px;
}
.lowdtl_ttl {
    margin-bottom: 20px;
}
.page_fac_ttl .pref {
    font-size: 20px;
    font-weight: bold;
}
.fc_info_table.is-pt td {
    padding: 17px 0;
}
.pick_dtlTag li {
    font-size: 13px;
}
.pick-ttl {
    margin-bottom: 0;
}
.s_fac_btn {
    font-size: 20px;
    margin-top: 20px;
}
.s_fac_btn a {
    width: 460px;
    height: 50px;
    background: #3cbd70;
    border-radius: 6px;
    box-shadow: 0 4px 0 rgba(37,149,82,1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.2s;
}
.s_fac_btn.is-line a {
    padding-left: 40px;
    background: #fff url(/cmn/img/icn_line.png) no-repeat center left 85px / 26px auto;
    color: #000;
    border: solid 2px #06c755;
    box-shadow: 0 4px 0 rgba(6,199,85,1);
    height: 55px;
}
.fc_info_dtl01.is-cent {
    align-items: center;
    flex-direction: row-reverse;
}
.h_tel_setin .fc_info_txt {
    text-align: left;
    margin-top: 5px;
}
.fc_set_btnin {
    margin-left: 30px;
}
.fc_set_btnin .mail_btn {
    margin-right: 0;
}
.page_flow_wrap {
    display: none;
}
.page_flow_wrap.is-fd {
    display: block;
    top: 50vh;
    margin-top: -230px;
}
.page_flow_wrap.is-fd .page_flow_btn.ver2 {
    border-radius: 0;
    height: 230px;
}
.page_flow_wrap.is-fd .page_flow_btn.ver3 {
    height: 230px;
    border-radius: 0 0 0 100px;
}
.uv_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.uv_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: 35px;
}
.uv_wrap.ver2 {
    margin-bottom: 35px;
}
.uv_dtl {
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}
.uv_rate {
    display: flex;
    line-height: 1.3;
}
.rate_star {
    position: relative;
    width: 150px;
    height: 24px;
}
.rate_star.ver2 {
    width: 110px;
    height: 17px;
}
.rate_list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.rate_list li {
    width: 24px;
}
.rate_star.ver2 .rate_list li {
    width: 17px;
}
.rate_list li span {
    display: block;
    overflow: hidden;
}
.rate_list.org {
    z-index: 10;
}
.rate_list.org .ver0 span {
    width: 0;
}
.rate_list.org .ver1 span {
    width: 2.4px;
}
.rate_list.org .ver2 span {
    width: 4.8px;
}
.rate_list.org .ver3 span {
    width: 7.2px;
}
.rate_list.org .ver4 span {
    width: 9.6px;
}
.rate_list.org .ver5 span {
    width: 12px;
}
.rate_list.org .ver6 span {
    width: 14.4px;
}
.rate_list.org .ver7 span {
    width: 16.8px;
}
.rate_list.org .ver8 span {
    width: 19.2px;
}
.rate_list.org .ver9 span {
    width: 21.6px;
}
.rate_star.ver2 .rate_list.org .ver0 span {
    width: 0;
}
.rate_star.ver2 .rate_list.org .ver1 span {
    width: 1.7px;
}
.rate_star.ver2 .rate_list.org .ver2 span {
    width: 3.4px;
}
.rate_star.ver2 .rate_list.org .ver3 span {
    width: 5.1px;
}
.rate_star.ver2 .rate_list.org .ver4 span {
    width: 6.8px;
}
.rate_star.ver2 .rate_list.org .ver5 span {
    width: 8.5px;
}
.rate_star.ver2 .rate_list.org .ver6 span {
    width: 10.2px;
}
.rate_star.ver2 .rate_list.org .ver7 span {
    width: 11.9px;
}
.rate_star.ver2 .rate_list.org .ver8 span {
    width: 13.6px;
}
.rate_star.ver2 .rate_list.org .ver9 span {
    width: 15.3px;
}
.green {
    color: #3cbd70;
    font-weight: bold;
}
.green.fs_42 {
    font-size: 42px;
    padding: 0 26px 0 13px;
    line-height: 0.8;
}
.uv_ttl_2 {
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
    line-height: 1;
}
.page_fac_ttl {
    margin-bottom: 25px;
}
.page_mainIn {
    margin: 0 auto;
}
.hos_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 55px;
    margin: 50px auto 0;
    background: #3cbd70;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 18px;
}
.hos_btn a span {
    position: relative;
    padding-left: 40px;
}
.hos_btn a span::before {
    position: absolute;
    content: "";
    background: url(/cmn/svg/icn_hospital.svg) no-repeat 0 0 / 100% auto;
    width: 28px;
    height: 25px;
    left: 0;
    top: 2px;
}
.ad_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 70px auto 0;
    width: 830px;
    flex-wrap: wrap;
}
.ad_img {
    width: 250px;
    margin: 30px 40px 0 0;
}
.ad_img:nth-child(3n) {
    margin: 30px 0 0 0;
}
/*
.ad_img + .ad_img {
    margin-left: 20px;
}
*/
.cv-ttl {
    margin-bottom: 33px;
}
@media only screen and (max-height: 670px) {
    .page_flow_wrap.is-fd {
        margin-top: -30vh;
    }
    .page_flow_wrap.is-fd img {
        width: 100%;
        height: auto;
    }
    .page_flow_wrap.is-fd .page_flow_btn {
        height: 25.8vh;
        width: 9vh;
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver2 {
        height: 29.9vh;
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver3 {
        height: 29vh;
    }
}
@media (min-width: 896px) {
    .page_main.is-lower {
        margin-top: 30px;
    }
    .fc_info_dtl.ver2 {
        margin: 30px 0 30px;
    }
    .page_flow_btn.ver1 {
        display: none;
    }
    .page_flow_btn.ver2 {
        background: none;
    }
    .page_flow_btn.ver2 a {
        background: none;
        border-radius: 20px 0 0 0;
    }
    .page_flow_btn.ver2 a img {
        border-radius: 20px 0 0 0;
    }
    /* .lowdtl_img img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    } */
    .s_fac_btn a:hover {
        text-decoration: none;
        border-bottom: 0;
        transform: translateY(4px);
        box-shadow: none;
    }
    .s_fac_btn.is-line a:hover {
        border: solid 2px #06c755;
    }
    .page_mainIn.is-wid .mail_btn.ver3 a {
        width: 460px;
    }
    .page_mainIn.is-wid .mail_btn.ver3 a span {
        padding-left: 40px;
        background: #f55b79 url(/cmn/img/icn_mail_big.png) no-repeat center left / 28px auto;
    }
    .hos_btn a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .ad_img a:hover {
        opacity: 0.7;
    }
}
@media (min-width: 1240px) {
    .page_mainIn.is-wid .fac_table_set .fac_table_in {
        width: 580px;
    }
}
@media only screen and (max-width: 896px) {
    .uv_wrap {
        display: block;
        margin-bottom: 28px;
    }
    .uv_ttl {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .uv_wrap.ver2 .uv_ttl {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .uv_ttl_2 {
        font-size: 14px;
        padding-left: 11px;
        line-height: 1;
    }
    .rate_star {
        width: 117px;
        height: 18px;
    }
    .rate_star.ver2 {
        width: 80px;
        height: 13px;
    }
    .rate_star.ver2 .rate_list li {
        width: 13px;
    }
    .rate_star.ver2 .rate_list li img {
        width: 13px;
        height: 13px;
    }
    .rate_list.org .ver0 span {
        width: 0;
    }
    .rate_list.org .ver1 span {
        width: 1.8px;
    }
    .rate_list.org .ver2 span {
        width: 3.6px;
    }
    .rate_list.org .ver3 span {
        width: 5.4px;
    }
    .rate_list.org .ver4 span {
        width: 7.2px;
    }
    .rate_list.org .ver5 span {
        width: 9px;
    }
    .rate_list.org .ver6 span {
        width: 10.8px;
    }
    .rate_list.org .ver7 span {
        width: 12.6px;
    }
    .rate_list.org .ver8 span {
        width: 14.4px;
    }
    .rate_list.org .ver9 span {
        width: 16.2px;
    }
    .rate_star.ver2 .rate_list.org .ver0 span {
        width: 0;
    }
    .rate_star.ver2 .rate_list.org .ver1 span {
        width: 1.3px;
    }
    .rate_star.ver2 .rate_list.org .ver2 span {
        width: 2.6px;
    }
    .rate_star.ver2 .rate_list.org .ver3 span {
        width: 3.9px;
    }
    .rate_star.ver2 .rate_list.org .ver4 span {
        width: 5.2px;
    }
    .rate_star.ver2 .rate_list.org .ver5 span {
        width: 6.5px;
    }
    .rate_star.ver2 .rate_list.org .ver6 span {
        width: 7.8px;
    }
    .rate_star.ver2 .rate_list.org .ver7 span {
        width: 9.1px;
    }
    .rate_star.ver2 .rate_list.org .ver8 span {
        width: 10.4px;
    }
    .rate_star.ver2 .rate_list.org .ver9 span {
        width: 11.7px;
    }
    .green.fs_42 {
        padding: 0 10px 0 0;
        font-size: 26px;
    }
    .uv_wrap.ver2 .green.fs_42 {
        padding: 0 10px 0 0;
        font-size: 26px;
    }
    .rate_list li {
        width: 18px;
    }
    .rate_list li img {
        width: 18px;
        height: 18px;
    }
    .page_main.is-lower {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .slick-prev, .slick-next {
        width: 20px;
        height: 50px;
        margin-top: -25px;
    }
    .slick-nextin::before {
        background: url(../img/sp/arw_wh.png) no-repeat 0 0 / 100% auto;
        width: 6px;
        height: 10px;
        margin-left: -3px;
        margin-top: -5px;
    }
    .slick-previn::before {
        background: url(../img/sp/arw_wh.png) no-repeat 0 0 / 100% auto;
        width: 6px;
        height: 10px;
        margin-left: -3px;
        margin-top: -5px;
    }
    .dtl_slide_wrap {
        margin-bottom: 25px;
        padding-bottom: 0;
    }
    .fac_map iframe {
        width: 100%;
        height: 175px;
    }
    .fac_map_info li {
        font-size: 14px;
    }
    .fac_table_set {
        display: block;
    }
    .fac_table_set .fac_table_in {
        width: 100%;
    }
    .gallery img {
        width: 100%;
        height: auto;
    }
    .choice_btnwrap {
        display: none;
    }
    .fac_table_in dl dt {
        width: 130px;
        padding: 10px;
        font-size: 14px;
    }
    .fac_table_in dl dd {
        width: calc(100% - 130px);
        padding: 10px;
        font-size: 14px;
    }
    .lowdtl_txt {
        font-size: 12px;
        line-height: 2;
    }
    .lowdtl_txt.ver2 {
        font-size: 15px;
    }
    .h_tel.is-cv3 .h_tel_txt {
        font-size: 14px;
    }
    .fc_info_txt.ver2 {
        font-size: 14px;
    }
    .page_fac_ttl {
        margin-bottom: 25px;
        line-height: 1.2;
    }
    .fac_table_in dl.is-bb {
        margin-bottom: 0;
    }
    .fac_table_in dl.is-bb2 {
        border-bottom: 0;
    }
    .fac_feat_wrap.ver2 .fac_table_in dl.is-bb2 {
        border-bottom: 0;
    }
    .fac_feat_wrap {
        margin-bottom: 45px;
    }
    /*interview*/
    .fac_int_wrap {
        margin: 25px 0 35px;
    }
    .interview_box {
        margin: 25px 0 20px;
    }
    .interview_box iframe {
        width: 100%;
        height: 205px;
    }
    .int_dtl_txt {
        margin-bottom: 28px;
    }
    .interview .page_link_lst.ver2 {
        margin-bottom: 35px;
    }
    /*recruit*/
    .recruit_box {
        display: block;
        margin-bottom: 30px;
    }
    .recruit_txt {
        width: 100%;
    }
    .recruit_box.ver2 .recruit_txt {
        width: 100%;
    }
    .recruit_box.ver2 .dtl_slide_wrap + .recruit_txt {
        width: 100%;
    }
    .dtl_slide_wrap.is-recruit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .recruit_wrap {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .recruit .fac_table_in dl dd {
        padding: 10px;
    }
    .fc_info_dtl.ver2 {
        margin: 30px -20px 30px;
    }
    .pick-ttl {
        margin-bottom: 0;
    }
    .fac_feat_ttl.ver2 {
        margin-bottom: 10px;
    }
    .page_fac_ttl .pref {
        font-size: 16px;
    }
    .s_fac_btn {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .s_fac_btn a {
        width: 100%;
        max-width: 334px;
        margin: 0 auto;
    }
    .s_fac_btn {
        font-size: 17px;
    }
    .s_fac_btn.is-line a {
        padding-left: 25px;
    }
    .s_fac_btn.is-line a {
        background:#fff url(../img/sp/icn_line.png) no-repeat center left 38px / 23px auto;
    }
    .mail_btn.is-mt {
        margin-top: 20px;
    }
    .page_flow_wrap.is-fd {
        display: flex;
        top: auto;
        margin-top: 0;
        bottom: 0;
        right: 0;
    }
    .page_flow_wrap.is-fd .page_flow_btn {
        width: 33.3333%;
        height: 45px;
    }
    .page_flow_wrap.is-fd .page_flow_btn a {
        padding-right: 10px;
        box-sizing: border-box;
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver1 a {
        background: #4252e5;
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver2 {
        height: 45px;
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver3 {
        height: 45px;
        border: solid 1px #06c755;
        border-radius: 0;
    }
    .page_flow_wrap.is-fd .page_flow_btn a {
        font-size: 12px;
        line-height: 1.2;
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver2 a {
        background: #f55b79;
        text-align: left;
      
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver3 a {
        color: #000;
        text-align: left;
        
    }
    .page_flow_wrap.is-fd  .page_flow_btn.ver1 a .icn {
        background: url(/cmn/img/sp/icn_call_small.webp) no-repeat center left / 13px auto;
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver2 a .mail {
        padding-left: 25px;
        background: url(/cmn/img/icn_mail.png) no-repeat center left / 17px auto;
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver3 a .line {
        background: #fff url(../img/sp/icn_line.png) no-repeat center left / 23px auto;
        padding-left: 30px;
    }
    .page_flow_wrap.is-fd .page_flow_btn.ver3 a::before {
        background: url(/cmn/img/sp/flow_arw_b.png) no-repeat 0 0 / 6px auto;
        right: 5px;
    }
    .hos_btn a {
        width: 100%;
        max-width: 335px;
        margin-top: 30px;
    }
    .page_info_box {
        margin-bottom: 20px;
    }
    .fc_info_table.is-pt th {
        width: 15%;
    }
    .fc_info_dtl01.is-cent {
        flex-wrap: wrap-reverse;
        margin-bottom: 0;
    }
    .fc_info_dtl01.is-cent .h_tel {
        display: block;
    }
    .fc_info_dtl01.is-cent .h_tel_img {
        text-align: center;
    }
    .fc_info_dtl01.is-cent .fc_info_txt {
        margin-top: 20px;
    }
    .fc_set_btnin {
        width: 100%;
        margin-left: 0;
    }
    .fc_set_btnin .mail_btn {
        margin-top: 20px;
        margin-left: 0;
    }
    .ad_box {
        display: none;
    }
    .about_txt + .about_img {
        text-align: right;
    }
    .about_txt + .about_img img {
        width: 100%;
        max-width: 194px;
        height: auto;
    }
}

@media only screen and (max-width: 374px) {
    .s_fac_btn.is-line a {
        background:#fff url(../img/sp/icn_line.png) no-repeat center left 35px / 23px auto;
    }
    .page_flow_wrap.is-fd .page_flow_btn a {
        font-size: 10px;
    }
   
    .page_flow_wrap.is-fd .page_flow_btn a::before {
        right: 5px;
    }
    
    .page_flow_wrap.is-fd .page_flow_btn.ver3 a .line {
        background: #fff url(../img/sp/icn_line.png) no-repeat center left / 23px auto;
        padding-left: 25px;
    }
    .hos_btn a {
        font-size: 16px;
    }
    .hos_btn a span::before {
        top: -1px;
    }
    .h_tel.is-cv3 .h_tel_txt {
        font-size: 12px;
    }
}
