@charset "utf-8";

/* slick 読み込み完了後に表示する */
.slider{
	opacity: 0;
}

.slick-initialized{
    opacity: 1;
}

/*=================================================

	共通

=================================================*/

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-size: 1.6em;
	letter-spacing: .05em;
	line-height: 1.2;
	color: #333333;
	font-family: "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

.br-pc{
	display: block;
}

.br-sp{
	display: none;
}

#toggle-btn {
	display: none;
}

#mask {
	display: none;
}

.wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    position: relative;
}

/*=================================================

	ヘッダー

=================================================*/

.header {
    padding: 0 0 12px 0;
}

.h__top {
    display: flex;
    justify-content: space-between;
    padding: 8px 4px 13px 10px;
    margin-bottom: 17px;
}

.site-title{

}

a.site-title-link{
	display: flex;
    align-items: center;
}

a.site-title-link:hover{
	opacity: 1;
}

.site-title-logo {
    margin-right: 20px;
}

.site-title-logo img{

}

.site-title-txt {
    font-size: 3.5rem;
    font-weight: normal;
    letter-spacing: normal;
    padding: 6px 0 0 0;
}

.tel_outer {
    padding: 10px 0 0 0;
    margin: 0 50px 0 0;
}

.tel {
    font-size: 3rem;
    letter-spacing: normal;
    color: #594C4C;
    position: relative;
    padding-left: 50px;
}

.tel:before {
    content: url(../img/tel.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.h__info {
    display: flex;
    align-items: center;
    padding: 5px 0 0 0;
}

.reception-time {
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: .05em;
}

.reception-time .day {
    display: inline-block;
    text-align: right;
    width: 75px;
}

/*
	グローバルナビゲーション
=====================================*/

.gnav__inner {

}

.gnav__list {
    max-width: 1275px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.gnav__item {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: .05em;
    transition: .3s;
    position: relative;
}

.gnav__item:hover {
	opacity: 1;
	color: #369D47;
}

.gnav__item:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #369D47;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s;/* 左かろ右へ */
}

.gnav__item:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.gnav__item a {
    display: inline-block;
}


/*
	ポップアップウィンドウ
=====================================*/
body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 400px;
    background-color: #fff;
}

.onetime_popup_title {
    position: relative;
    padding: 1em 80px;
    margin: 0px;
    background-color: #ce1e1e;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}

.onetime_popup_title_close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
	font-size: 2rem;
	font-weight: bold;
    padding: 60px 30px;
    text-align: center;
}
/*=================================================

	コンテンツ

=================================================*/
.tel-net-reception {
    position: fixed;
    top: 153px;
    right: 0;
    z-index: 100;
    animation: fadein forwards 1s 1 ease 1.5s normal;
    opacity: 0;
}

.tel-net-reception a {
    writing-mode: vertical-rl;
    width: 50px;
    height: 305px;
    font-size: 2rem;
    color: #fff;
    background-color: rgba(54,157,71,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-net-reception a:hover {
	opacity: .8;
}

@keyframes fadein{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.m-slide {
    position: relative;
}

.slider img{
	width: 100%;
}

.slide__txt {
    font-size: 4.5rem;
    line-height: 1.5;
    letter-spacing: .05em;
    text-shadow: 0px 0px 15px #FFF, 0px 0px 15px #FFF,
0px 0px 15px #FFF, 0px 0px 15px #FFF,
0px 0px 15px #FFF, 0px 0px 15px #FFF,
0px 0px 15px #FFF, 0px 0px 15px #FFF;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    left: 72px;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
}

.tbl-calen_box{
	position: absolute;
    bottom: -100px;
    /* bottom: -162px; 年末年始のお知らせ*/
    right: 0;
    max-width: 450px;
    width: 100%;
}

.tbl-calen_wrap {
    max-width: 450px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #369D47;
    padding: 30px 18px 17px 18px;
}

.tbl-calen {
    width: 100%;
}

.tbl-calen thead {
    border-bottom: 1px solid #CCCCCC;
}

.tbl-calen tbody:first-of-type {
    border-bottom: 1px solid #CCCCCC;
}

.tbl-calen th, .tbl-calen td {
    text-align: center;
}

.tbl-calen th{
	font-size: 1.7rem;
	letter-spacing: .05em;
	padding-bottom: 11px;
}

.tbl-calen td {
    font-size: 1.5rem;
    padding: 11px 10px;
}

.tbl-calen .reception {
    width: 130px;
    padding-left: 5px;
    padding-right: 10px;
}

.tbl-calen td.reception {
	text-align: right;
}

.tbl-calen_wrap .mark {
    font-size: 2rem;
    color: #6CB14F;
    width: 25px;
    display: inline-block;
    text-align: center;
}

.tbl-calen_wrap .slash {
    font-size: 1.6rem;
    color: #999999;
}

.tbl-calen_wrap .sankaku {
    font-size: 1.8rem;
}

.calen-notes {
    font-size: 1.5rem;
    letter-spacing: .05em;
    line-height: 1.6;
    padding: 5px 0 0 9px;
}

.calen-notes .sankaku {
    line-height: 1.2;
}

.nenmatsu-title{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #d22;
	margin: 3px 0 6px 0;
	padding: 5px 0 5px 5px;
	text-align: center;
}

.nenmatsu-text{
	line-height: 120%;
	padding: 0 0 0 10px;
}

/*
	新着情報01
=====================================*/

.news01 {
    width: calc(100% - 480px);
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 110px;
}

.news01__inner {
    display: flex;
    align-items: center;
}

.news01__heading {
    width: 150px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: normal;
    color: #fff;
    background-color: #379D48;
    margin-right: 17px;
    flex-shrink: 0;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.news01__body {
    display: flex;
    align-items: center;
    letter-spacing: .05em;
}

.news01__date {
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 17px;
}

.news01__title {
	margin: 0 0 0 10px;
}

.news01__title a {
	
}

.news01__title a:hover{
	text-decoration: underline;
	opacity: .8;
}

.oshi {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 3px 7px 2px;
	background-color: #336600;
}

.eve {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 3px 7px 2px;
	background-color: #FF9900;
}

.news {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 3px 7px 2px;
	background-color: #0000CC;
}

.jyu {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 3px 7px 2px;
	background-color: #FF0000;
}

.news01__body .jyu {
    flex: 0 0 auto;
    min-height: 26px;
    padding-top: 5px;
    margin: 0 10px 0;
}

/*=== ここまで ======================*/

.inner{
	max-width: 1400px;
	margin: 0 auto;
}

.inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.home-about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.home-about__pic01 {
    margin-right: 30px;
    max-width: 700px;
    width: 100%;
}

.home-about__pic01 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.home-about__txt-area {
    flex-shrink: 0;
    padding: 15px 0 0 0;
}

.home-about__heading {
    font-size: 4rem;
    letter-spacing: .05em;
    margin-bottom: 30px;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    padding: 0 0 0 10px;
}

.home-about__txt {
    font-size: 1.7rem;
    line-height: 2.5;
    letter-spacing: .05em;
    margin-bottom: 45px;
}

.home-about__btn_row {
    display: flex;
    align-items: center;
}

.home-about__pic02 {
    margin-right: 35px;
}

.home-about__pic02 img{

}

a.home-about__btn{
    width: 255px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: normal;
    color: #fff;
    padding-right: 10px;
    background-color: #369D47;
    position: relative;
}

a.home-about__btn:after {
    content: "";
    position: absolute;
    right: 35px;
    top: 45%;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: right .3s;
}

a.home-about__btn:hover:after {
	right: 25px;
}

.nav_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 85px;
}

.nav {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
}

.nav:last-child {
    margin-right: 0;
}

.nav-link {
    padding-left: 50px;
    display: inline-block;
}

.nav__pic_wrap {
    position: relative;
    padding: 30px 0 0 0;
    margin-bottom: 20px;
}

.nav__intro {
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: -50px;
    background-color: #369D47;
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: .05em;
    line-height: 1.5;
    text-indent: 1em;
    width: 100px;
    height: 400px;
    display: flex;
    align-items: center;
    padding: 30px 0 0 0;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    z-index: 1;
}

.nav__pic {
    overflow: hidden;
}

.nav__pic img{
    width: 100%;
    transition: .3s;
}

.nav-link:hover img {
    transform: scale(1.06);
}

.nav__txt_area {
    padding: 0 19px;
}

.nav__heading {
    font-size: 3rem;
    letter-spacing: normal;
    color: #6CB14E;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
}

.nav-link:hover .nav__heading {
	color: #369D47;
}

.nav__txt {
    letter-spacing: .07em;
    line-height: 1.7;
}

.number_list li{
	line-height: 150%;
	list-style-type: decimal;
	margin: 10px 0px 15px 10px;
}

.list li{
	line-height: 150%;
	margin: 10px 0px 15px 10px;
	list-style-type: disc;
}

/*
	新着情報02
=====================================*/

.news02 {
    margin-bottom: 100px;
}

.news02__inner {
    display: flex;
    flex-wrap: wrap;
}

.news02__heading_box {
    width: 29.5%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 70px 0;
}

.news02__heading_box:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 240px;
	background-color: #CCCCCC;
}

.news02__heading {
    font-size: 4.6rem;
    text-align: center;
    position: relative;
    width: 100%;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: normal;
}

.news02__heading:after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 300px;
	height: 1px;
	background-color: #333333;
}

.news02__list_box {
    width: 70.5%;
    padding: 0 0 0 20px;
}

.news02__list {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    overflow: auto;
    height: 200px;
}

.news02__item {
    border-bottom: 1px solid #CCCCCC;
    letter-spacing: .05em;
    padding: 22px 80px;
}

.news02__item:first-child {
    padding-top: 17px;
}

.news02__list dt {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 18px;
}

.news02__list dd{

}

.news02__list a{

}


.news02__list a:hover{
	text-decoration: underline;
	opacity: .8;
}

.news02__more {
    text-align: right;
    font-size: 1.9rem;
    letter-spacing: .05em;
    margin-top: 35px;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.news02__more a:hover{
	color: #539138;
}

/*=== ここまで ======================*/

.home-access {
    display: flex;
    justify-content: space-between;
    max-width: 1230px;
    margin: 0 auto 140px auto;
}

.home-info {
    max-width: 450px;
    width: 100%;
    margin-right: 30px;
}

.address {
    padding: 40px 0 0 15px;
}

.address__jyusyo {
    font-size: 2rem;
    letter-spacing: .07em;
    line-height: 1.5;
    margin-bottom: 13px;
}

.address__tel_outer {
    margin-top: 30px;
    padding: 0 0 0 10px;
}

.address__bnr_outer {
    margin-top: 30px;
    padding: 0 0 0 0;
}

.address__bnr_outer {
    display: flex;
    align-items: center;
}

a.address-bnr__btn{
    width: 255px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: normal;
    color: #fff;
    padding-right: 10px;
    background-color: #FF5B5B;
    position: relative;
}

.address__bnr_outer {
    margin-top: 30px;
    padding: 0 0 0 0;
}

.address__bnr_outer {
    display: flex;
    align-items: center;
}

a.address-bnr__btn{
    width: 255px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: normal;
    color: #fff;
    padding-right: 10px;
    background-color: #FF5B5B;
    position: relative;
}


.map{
	max-width: 700px;
	width: 100%;
}

.map iframe{
	width: 100%;
	height: 525px;
}

/*=================================================

	フッター

=================================================*/
.footer {
	max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.f__bottom {
    border-top: 5px solid #6CB14F;
    padding: 5px 70px 20px 70px;
}

.f__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-menu_outer {
    padding: 0 20px;
    margin-bottom: 20px;
}

.f-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.f-menu__item {
    border-left: 1px solid #666666;
}

.f-menu__item:last-child {
    border-right: 1px solid #666666;
}

.f-menu a {
    font-size: 1.5rem;
    padding: 0 min(3.7vw,50px);
}

.f-menu__item a:before{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: -40px;
}

.f-menu a:hover {
    text-decoration: underline;
    opacity: 1;
}

.f__site-title {
    padding: 40px 0 0 0;
}

.f__info{
	display: flex;
    align-items: center;
    padding: 5px 0 0 0;
}

.copyright {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .1em;
    color: #666666;
    text-align: right;
    padding: 15px 10px 0px 0;
}

/* ページトップへボタン */

#page-top {
    position: fixed;
    right: 15px;
    bottom: 83px;
}

#page-top a{
	display: inline-block;
    color: #fff;
    width: 75px;
    height: 75px;
    padding-top: 35px;
    text-align: center;
    background-color:rgba(41,165,155,0.85);
    
    background-color:rgba(108,177,79,0.8);
    border-radius: 50%;
    position: relative;
}

#page-top a:hover{
	opacity: 1;
	background-color:rgba(41,165,155,1);
	
	background-color:rgba(108,177,79,1);
}

#page-top a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translatex(-50%) rotate(45deg);
}

#page-top a:after {
    content: "PAGE TOP";
    font-size: 1.1rem;
    font-family: "Arial";
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

/*==============================================================================
	
	当院について
	
==============================================================================*/

.txtm{
	font-size: 1.7rem;
	letter-spacing: .05em;
	line-height: 1.9;
}

.txts{
	font-size: 1.6rem;
	letter-spacing: normal;
	line-height: 1.9;
}

.main-pic {
    position: relative;
}

.main-pic img{
	width: 100%;
    height: 400px;
    object-fit: cover;
}

.page-title_outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title {
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    max-width: 500px;
    width: 100%;
    padding: 26px 0;
    background-color: rgba(54,157,71,0.7);
}

/*
	パンくずリスト
=====================================*/

.breadcrumbs {
    font-size: 1.3rem;
    letter-spacing: .05em;
    padding-left: 30px;
    margin: 25px 0 0 0;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__list li {
    margin-left: 7px;
    padding-left: 17px;
    position: relative;
}

.breadcrumbs__list li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.breadcrumbs li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.breadcrumbs li:first-child:before {
    content: none;
}

.breadcrumbs__list li a {

}

.breadcrumbs__list li a:hover {
    text-decoration: underline;
}

/*=== ここまで ======================*/

.mid-inner {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 15px 170px;
}

.mid-inner--about {
    padding-top: 30px;
}

.mid-inner--rehab{
    padding-top: 35px;
}

.mid-inner--kaigo-rehab{
    padding-top: 70px;
}

.mid-inner--recruit {
    padding-top: 50px;
}

.hello_outer {
    text-align: center;
    margin-bottom: 25px;
}

.hello {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.5;
    display: inline-block;
    text-align: left;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.sec {
    margin-bottom: 60px;
}

.sec:last-child {
    margin-bottom: 0px;
}

.sec__heading {
    font-size: 2.7rem;
    letter-spacing: .05em;
    padding: 0 0 7px 25px;
    border-bottom: 5px solid #cccccc;
    margin-bottom: 27px;
    position: relative;
}

.sec__heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 350px;
    height: 5px;
    background-color: #369D47;
}

.sec__inner {
    padding: 0 20px;
}

.sec__row {
    display: flex;
    justify-content: space-between;
}

.sec__row--intro{
	margin: 0 0 25px 0;
}

.sec__row-left {
    padding: 15px 9px 0 0;
}

.oshita-photo {
    max-width: 350px;
    min-width: 200px;
    width: 100%;
}

.oshita-photo img{
	width: 100%;
}

.doctor-name {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.8;
    text-align: right;
    margin-top: 10px;
}

.doctor-name span {
    display: block;
    font-size: 4rem;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.example {
    padding: 0 0 0 17px;
}

.history {
    padding: 0 0 0 17px;
}

.history__item {
    display: flex;
}

.history__date {
    margin-right: 17px;
}

/*==============================================================================

	診療案内
	
==============================================================================*/

.sec__heading--info {
    margin-bottom: 45px;
}

.sec__inner--info{
	padding: 0 0 0 25px;
}

.sec__inner--how{
	padding: 0 50px;
}

.sec-2nd__row-how-to {
    display: flex;
    justify-content: space-between;
    max-width: 820px;
}

.reception-photo{

}

.reception-photo img{

}

.sec-2nd{
	margin-bottom: 50px;
}

.sec-2nd:last-child{
	margin-bottom: 0px;
}

.sec-2nd__heading {
    font-size: 2.3rem;
    letter-spacing: .05em;
    border-left: 5px solid #369D47;
    padding: 7px 0 5px 25px;
    margin-bottom: 30px;
    position: relative;
}

.sec-2nd__heading:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -5px;
    width: calc(100% + 5px);
    height: 1px;
    background-color: #333;
}

.sec-2nd__inner {
    padding: 0 30px;
}

.sec-2nd__row {
    display: flex;
    justify-content: space-between;
}

.sec-2nd__row--how-to{
    align-items: flex-end;
}

.tel-btn a:hover{
	opacity: .8;
}

.tel-btn--02 {
    margin-top: 10px;
}

.sec-2nd__row-how-to .sp-txt{
	display: none;
}

.qrcode {

}

.first-reception-time {
    margin-bottom: 15px;
}

.medical-limit {
    padding-left: 17px;
    margin-bottom: 30px;
}

.first-time-notes {
    font-size: 1.7rem;
    letter-spacing: .05em;
    margin-top: 60px;
}

/*==============================================================================

	リハビリテーション
	
==============================================================================*/

.rehab-intro_outer {
    padding: 0 25px;
    margin-bottom: 40px;
}

.rehab-intro {
    font-size: 1.7rem;
    letter-spacing: .05em;
    line-height: 2;
}

.pt-about-txt{
	margin-bottom: 20px;
}

.sec-2nd_wrap {
    padding: 0 30px;
}

.sec-2nd__heading-pt{
    font-size: 2.3rem;
    letter-spacing: .05em;
    border-left: 5px solid #369D47;
    padding: 7px 0 5px 25px;
    margin-bottom: 30px;
    position: relative;
}

.sec-2nd__heading-pt:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: calc(100% - 195px);
    height: 1px;
    background-color: #333;
}

.sec-3rd {
    margin-bottom: 35px;
}

.sec-3rd:last-child {
    margin-bottom: 0;
}

.sec-3rd__heading {
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.8;
    margin-bottom: 3px;
}

.pt-photo-row {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.pt-photo {
	margin: 0 20px;
}

.pt-photo img{
	max-width: 438px;
	width: 100%;
}

.machine-box {
    max-width: 1100px;
    width: 100%;
    border: 1px solid #6CB14F;
    padding: 30px;
    margin: 0 auto 20px auto;
}

.machine-row {
    display: flex;
}

.machine-photo {
    margin-right: 35px;
    width: 100%;
    max-width: 300px;
}

.machine-photo img{
	width: 100%;
    min-width: 300px;
}

.machine-txt {
    padding-top: 25px;
}

.machine-name {
    font-size: 2.5rem;
    letter-spacing: .05em;
    margin-bottom: 20px;
}

.txtm--ultrasound{
	letter-spacing: normal;
}

.machine-row02 {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}

.machine-item {
    max-width: 300px;
    width: 100%;
    margin: 0 10px;
}

.machine-photo02 {
    margin-bottom: 15px;
}

.machine-photo02 img{
	width: 100%;
}

/*==============================================================================

	介護リハビリテーション
	
==============================================================================*/

.kaigo-lead {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.philosophy_outer {
	padding: 13px 0 0 15px;
}

.philosophy {
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    display: inline-block;
    text-align: left;
}

.philosophy-pic{

}

.philosophy-pic img{
	max-width: 550px;
	width: 100%;
}

.target-notes{
	text-indent: -1em;
	padding-left: 1em;
}

.detail-time {
    display: block;
    padding-left: 33px;
}

.kaigo-machine-list {
    display: flex;
    justify-content: space-between;
    max-width: 815px;
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
}

.kaigo-machine-list li{
	text-align: center;
}

.kaigo-machine-pic {
    margin-bottom: 30px;
}

.kaigo-machine-pic img{
	max-width: 300px;
	width: 100%;
}

.flow_wrap {
    padding-top: 20px;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.flow {
    margin-bottom: 87px;
    position: relative;
}

.flow:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -70px;
    width: 80px;
    height: 50px;
    background: url("../kaigo-rehab/img/arrow02.png") no-repeat center / contain;
}

.flow:last-of-type {
    margin-bottom: 0px;
}

.flow:last-of-type:after {
	content: none;
}

.flow__heading {
    font-size: 3.5rem;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 11px 0 7px 0;
    margin-bottom: 15px;
    position: relative;
}

.flow__heading--unapplied {
    background-color: #4A8254;
}

.flow__heading--applied {
    background-color: #F7714A;
}

.flow__heading:before,
.flow__heading:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32%;
	height: 2px;
	background-color: #fff;
}

.flow__heading:before{
	left: 37px;
}

.flow__heading:after{
	right: 37px;
}

.flow__box {
    width: 100%;
    padding: 25px 20px;
}

.flow__box--unapplied {
    border: 1px solid #4A8254;
}

.flow__box--applied {
    border: 1px solid #F7714A;
    padding-bottom: 15px;
}

.flow__list{

}

.flow__list li {
    margin-bottom: 50px;
    position: relative;
}

.flow__list li:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -37px;
    width: 60px;
    height: 20px;
    background: url(../kaigo-rehab/img/arrow01.png) no-repeat center / contain;
}

.flow__list li:last-of-type{
    margin-bottom: 0px;
}

.flow__list li:last-of-type:after {
	content: none;
}

.flow__item {
    display: flex;
}

.flow__item dt {
    font-size: 2.2rem;
    color: #fff;
    background-color: #4A8254;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39%;
}

.flow__item dd {
    font-size: 1.8rem;
    background-color: #E1F0E3;
    width: 61%;
    display: flex;
    align-items: center;
    padding: 0px 15px 0 35px;
}

.applied-list li {
    font-size: 1.8rem;
    background-color: #E1F0E3;
    padding: 14px 20px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.applied-txt {
    font-size: 1.8rem;
    text-align: center;
    margin: 15px 0 0 0;
}

a.flow-btn {
    display: block;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    background-color: #009966;
    border-radius: 50px;
    max-width: 600px;
    width: 100%;
    padding: 28px 0 24px 0;
    margin: 50px auto 0 auto;
    background-image: url(../kaigo-rehab/img/download-icon.png), url(../kaigo-rehab/img/download-arrow.png);
    background-position: left 45px center, right 40px center;
    background-repeat: no-repeat;
}

a.flow-btn:hover{
	opacity: .8;
}

/*==============================================================================

	電話・ネット受付のご案内
	
==============================================================================*/

.mid-inner--phone {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
}

.phone-box{

}

.phone-box:first-of-type {
    margin-bottom: 40px;
}

.phone-box__bg {
    padding: 40px 0 20px 0;
    background-color: #FFF1E3;
    margin-bottom: 25px;
}

.phone-box__heading {
    font-size: 3.5rem;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 13px 0 10px 0;
    background-color: #369D47;
}

.phone-box__inner{
	max-width: 800px;
	padding: 0 25px;
    width: 100%;
    margin: 0 auto;
}

.phone-time {
    margin-bottom: 35px;
}

.phone-time__heading {
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 9px 0 5px 0;
    background-color: #369D47;
}

.phone-time__inner {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 19px 60px;
}

.phone-time__txt{
	font-size: 2.8rem;
}

.phone-flow__item {
    background-color: #fff;
    padding: 20px 20px 20px 130px;
    margin-bottom: 50px;
    position: relative;
}

.phone-flow__item--one {
    padding-top: 20px;
    padding-bottom: 12px;
    padding-right: 144px;
}

.phone-flow__item--four{
	padding-top: 30px;
	padding-bottom: 30px;
}

.phone-flow__item--seven{
	padding-top: 20px;
	padding-bottom: 45px;
}

.phone-flow__item:before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 3.5rem;
	color: #fff;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #369D47;
	padding-top: 2px;
}

.phone-flow__item:last-of-type {
    margin-bottom: 0px;
}

.phone-flow__item-txtl {
    font-size: 2.5rem;
    line-height: 1.7;
}

.phone-flow__item-txtl--mb{
	margin-bottom: 10px;
}

.phone-flow__item-txtm {
    font-size: 1.8rem;
    line-height: 2.1;
}

.phone-flow__item-txtm--flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.emphasis{
	color: #FF6666;
}

.emphasis--five {
    font-size: 1.7rem;
    margin-top: 15px;
}

.num-list__emphasis{
	font-size: 2rem;
	color: #FF6666;
}

.underline{
	text-decoration: underline;
}

.tel-num {
    font-size: 3.5rem;
    color: #FF6666;
    display: inline-block;
    margin-left: -20px;
    line-height: 1.3;
}

.phone-square {
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    align-items: center;
    background-color: #FF6666;
    padding-top: 2px;
    margin: 0 10px;
    transform: translateY(-3px);
}

.phone-square--three{
	margin: 0 8px;
}

.phone-square--three:first-of-type{
	margin-left: 0;
}

.phone-square--four {
    margin: 0 5px;
    transform: none;
}

.phone-flow {
	counter-reset: number 0;
}

.num-list li {
    margin-bottom: 5px;
}

.num-box {
    display: inline-block;
    width: 200px;
    height: 40px;
    border: 1px solid #369D47;
    margin: 0 12px;
}

.completed{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.8;
    color: #FF6666;
}

.reception-card-detail{
	font-size: 2.5rem;
    line-height: 1.7;
    color: #FF6666;
    margin-left: 10px;
}

.reception-card {
    max-width: 420px;
    width: 100%;
    margin: 15px 0 0 38px;
}

.reception-card__inner {
    padding: 0 35px;
    letter-spacing: normal;
    line-height: 2;
}

.reception-card__heading {
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    background-color: #369D47;
    padding: 10px 0 7px 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px;
}

.reception-card__row {
    display: flex;
    justify-content: space-between;
    max-width: 245px;
    flex-wrap: wrap;
}

.reception-card__list {
    line-height: 1.5;
    padding-left: 8px;
}

.phone-notes_wrap {
    max-width: 730px;
    margin: 0 auto;
}

.phone-notes {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.8;
}

.phone-notes .num {
    font-size: 2.5rem;
    color: #FF6666;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(4px);
}

.phone-notes .square{
    display: inline-block;
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-top: 2px;
    margin: 0 8px;
}

.phone-notes .square--two{
	background-color: #369D47;
}

.phone-notes .square--zero{
	background-color: #FF6666;
}

.phone-request {
    max-width: 720px;
    width: 100%;
    margin: 40px auto 0 auto;
}

.phone-request__heading {
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 13px 0 10px 0;
    background-color: #369D47;
    margin-bottom: 23px;
}

.phone-request__list {
    margin-bottom: 20px;
}

.phone-request__list li{
	font-size: 1.8rem;
	line-height: 1.7;
	text-indent: -1em;
	padding-left: 1em;
}

.phone-request__please {
    font-size: 2.4rem;
    letter-spacing: normal;
    font-weight: bold;
    color: #FF6666;
    margin-bottom: 20px;
}

.phone-request__name {
    font-size: 2.2rem;
    text-align: right;
    letter-spacing: normal;
}

.net-box {
    background-color: #fff;
    padding: 30px 60px;
}
.net-txtl {
    font-size: 2.3rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
.net-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.net-row__txt {
    padding-top: 15px;
}
.net-txtm {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.net-url {
    font-size: 2.1rem;
    color: #ff6666;
}
.net-url a:hover{
	text-decoration: underline;
}
.net-notes {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 10px;
}
.net-notes li {
    text-indent: -1em;
    padding-left: 1em;
}
.net-box .sp-txt{
	display: none;
}
.telnet-limit {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    color: #ff0000;
}
.course-anchor {
    margin: 25px 0;
    width: 75%;
}
.course-anchor ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 0 -5px;
    /*gap: 10px;*/
}
.course-anchor ul li {
    border-bottom: 2px solid #369D47;
    margin: 0 5px 10px;
    position: relative;
}
.course-anchor ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: 18px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #369D47;
    border-right: 3px solid #369D47;
    transform: rotate(135deg);
    transition: .2s;
}
.course-anchor ul li:hover:after {
    bottom: 15px;
}
.course-anchor ul li a {
    font-size: 1.5rem;
    line-height: 1.5;
    background-color: #d7ebc6;
    padding: 10px 15px 20px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*==============================================================================

	求人募集
	
==============================================================================*/

.recruiting {
    margin-bottom: 45px;
}

.recruiting__heading {
    font-size: 4rem;
    text-align: center;
    color: #fff;
    background-color: #414141;
    padding: 23px 0 20px 0;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin-bottom: 40px;
}

.sec__inner--recruit{
	padding: 0 55px;
}

.recruiting__txt {
    font-size: 2.5rem;
    text-align: center;
}

.business-cont {
    display: flex;
    flex-wrap: wrap;
}

.business-cont:first-of-type {
	margin-bottom: 10px;
}

.business-cont dt{
    margin-right: 3px;
}

.hourly-wage{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.hourly-wage dt{
    margin-right: 5px;
}

.fund-list li{
	text-indent: -1em;
	padding-left: 1em;
}

.youtube {
	display: flex;
	margin: 0 auto 20px auto;
	max-width: 900px;
	justify-content: end;
}

.youtube iframe {
}

.rehabili-qr{
	
}
/*==============================================================================

	アクセス
	
==============================================================================*/

.access-map-box {
    padding-top: 20px;
    max-width: 940px;
    margin: 0 auto;
}

.access-map{
	width: 100%;
	margin-bottom: 30px;
}

.access-map iframe{
	width: 100%;
}

.access-detail {
    margin-bottom: 25px;
}

.access-detail__heading{
	font-size: 2rem;
	padding: 0 0 0 22px;
	position: relative;
	margin-bottom: 13px;
}

.access-detail__heading:before {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    background: #369D47;
    position: absolute;
    top: 9px;
    left: 0;
}

.access-detail__address{
	font-size: 1.8rem;
}

.access-detail__address .br{
	display: none;
}

.tel-access {
    font-size: 2rem;
    color: #594C4C;
    position: relative;
    padding-left: 33px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.tel-access:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(../img/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.reception-time-access{
	font-size: 1.6rem;
    line-height: 1.85;
}

.reception-time-access .day {
    display: inline-block;
    text-align: right;
    width: 85px;
}


/*==============================================================================

	新着情報
	
==============================================================================*/

.sec--news:last-of-type {
    margin-bottom: 60px;
}

.news-txt{
	margin-bottom: 20px;
}

.sec--news:last-of-type{
	margin-bottom: 60px;
}

.news-day{
	margin: 0 0 10px 0;
}

/*=== paginathing.js スタイル ===================*/

.pagination-container {
    width: 90%;
    margin: auto;
    padding-top: 30px;
}

.pagination li {
    font-size: 1.5rem;
    margin: 0 5px 5px;
}

.pagination-container ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination-container li + li{

}

.pagination-container a {
    display: block;
    background: #fff;
    border: 1px solid #00D58F;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.pagination-container .navi-active a{
	color: #fff;
	background: #00D58F;
}

.pagination-container a:hover{
	color: #fff;
	background: #00D58F;
}

/*============= ここまで =============*/