body {
	color: #333;
	font-family: "YakuHanJP",Lato,"游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: .15em;
}

a {
	color: #459445;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #357135;
}

img {
	max-width: 100%;
	height: auto;
}

#header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#header .inner #logo {
	width: 350px;
}

.contact_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact_btn li a {
	display: block;
	padding: 5px 25px;
	font-weight: 500;
	background: #fff;
	border: 1px solid #459445;
}

.contact_btn li a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.contact_btn li a:hover {
	background: #459445;
	color: #fff;
}

.contact_btn li a.tel_btn:before {
	content: "\f095";
}

.contact_btn li a.mail_btn:before {
	content: "\f0e0";
}

.contact_btn li:first-child a {
	border-right: none;
}

.navi {
	padding: 20px 0;
}

.navi ul {
	margin: 0 auto;
	width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.navi ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.navi ul li a {
	color: #333;
	position: relative;
	display: inline-block;
	font-weight: 500;
	line-height: 1.2;
}

.navi ul li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #459445;
	bottom: -7px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.navi ul li a:hover::after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.navi ul li a span {
	display: block;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	color: #459445;
	font-size: 1.35338rem;
}

.navi.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: #ffffff;
}

.navi.is-hide {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 3;
}

#page-top a {
	display: block;
	background: #fff;
	border: 1px solid #459445;
	border-radius: 50%;
	color: #459445;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#page-top a:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: 900;
	-webkit-animation: pagetop 1.5s infinite;
	animation: pagetop 1.5s infinite;
}

@-webkit-keyframes pagetop {
	0% {
		-webkit-transform: translate(0, 6px);
		transform: translate(0, 6px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0, -6px);
		transform: translate(0, -6px);
		opacity: 0;
	}
}

@keyframes pagetop {
	0% {
		-webkit-transform: translate(0, 6px);
		transform: translate(0, 6px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0, -6px);
		transform: translate(0, -6px);
		opacity: 0;
	}
}

.contact_box {
	position: relative;
	padding-bottom: 70px;
}

.contact_box .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	box-shadow: rgba(0,0,0,0.09804) 0px 8px 2px -5px;
	-webkit-box-shadow: rgba(0,0,0,0.09804) 0px 8px 2px -5px;
	-moz-box-shadow: rgba(0,0,0,0.09804) 0px 8px 2px -5px;
	border: 1px solid #ccc;
	padding: 50px;
}

.contact_box .inner .contact_left,.contact_box .inner .contact_right {
	width: 50%;
	z-index: 1;
}

.contact_box .inner .contact_left {
	padding-right: 40px;
}

.contact_box .inner .contact_right {
	padding-left: 40px;
	border-left: 1px solid #eee;
}

.contact_tel {
	margin-bottom: 20px;
	color: #459445;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	font-size: 3.18402rem;
	font-weight: 600;
	text-align: center;
}

.contact_tel:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	font-weight: 900;
	margin-right: 10px;
}

.day {
	font-size: 1.35338rem;
	text-align: center;
}

.fnavi {
	padding: 20px 0;
	font-size: 1.35338rem;
}

.fnavi ul {
	margin: 0 auto;
	width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.fnavi ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fnavi ul li a {
	color: #333;
	position: relative;
	display: inline-block;
	font-weight: 500;
	line-height: 1.2;
}

.fnavi ul li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #459445;
	bottom: -7px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.fnavi ul li a:hover::after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.fnavi ul li a span {
	display: block;
}

#footer {
	background-color: #459445;
	color: #fff;
	text-align: center;
}

#footer .inner {
	padding: 5px 0;
}

#footer .inner .copyright {
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	font-size: 1.35338rem;
}

#slideshow {
	position: relative;
	background-image: url(../img/bg_01.gif);
	background-repeat: repeat;
	background-position: center;
}

#slideshow #catch {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 692px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	animation: fadeIn 6s ease 0s 1 normal;
	-webkit-animation: fadeIn 6s ease 0s 1 normal;
}

#slideshow .inner {
	padding: 10px 0;
}

.swiper-slide {
	overflow: hidden;
	height: 618px;
}

#sp_navi,#humberger,#drawernav {
	display: none;
}

.contents {
	padding-top: 100px;
}

.single_01 {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 100px;
}

.single_02 {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 50px;
}

.single_03 {
	margin: 0 auto;
	width: 80%;
	padding-bottom: 100px;
}

.single_04 {
	margin: 0 auto;
	width: 80%;
	padding-bottom: 50px;
}

.bg_common {
	padding-top: 70px;
}

.bg_common .single_01 {
	padding-bottom: 100px;
}

.bg_b {
	margin-bottom: 100px;
}

.bg_01 {
	background-image: url(../img/bg_01.gif);
	background-repeat: repeat;
	background-position: left top;
}

.bg_02 {
	background-image: url(../img/bg_02.gif);
	background-repeat: repeat;
	background-position: left top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f9f5f4;
}

.bg_03 {
	position: relative;
	background-color: #f3fbef;
	background-repeat: repeat;
	background-position: left top;
	border-top: 1px solid #fff;
	padding-top: 100px;
}

.bg_03:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 9px;
	background-image: url(../img/bg_line.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.bg_04 {
	background-color: #d9faec;
}

.half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.half .child {
	width: 50%;
}

.triple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.triple .child {
	width: 33.3%;
}

.column2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -3%;
}

.column2 .child {
	width: 48.44%;
	margin: 0 3% 3% 0;
}

.column2 .child:nth-child(2n) {
	margin: 0 0 3% 0;
}

.column3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -3%;
}

.column3 .child {
	width: 31.3%;
	margin: 0 3% 3% 0;
}

.column3 .child:nth-child(3n) {
	margin: 0 0 3% 0;
}

.column4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: -3%;
}

.column4 .child {
	width: 22.7%;
	margin: 0 3% 3% 0;
}

.column4 .child:nth-child(4n) {
	margin: 0 0 3% 0;
}

.column5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -2%;
}

.column5 .child {
	width: 18.4%;
	margin: 0 2% 2% 0;
}

.column5 .child:nth-child(5n) {
	margin: 0 0 2% 0;
}

.mbox {
	position: relative;
	background-image: url(../img/bg_mbox.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 30px 0 50px;
	font-size: 1.35338rem;
}

.mbox .inner {
	width: 80%;
	margin: 0 auto;
}

.mbox_02 {
	background-color: #fff;
	padding: 20px 20px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: rgba(0,0,0,0.09804) 0px 8px 2px -5px;
	-webkit-box-shadow: rgba(0,0,0,0.09804) 0px 8px 2px -5px;
	-moz-box-shadow: rgba(0,0,0,0.09804) 0px 8px 2px -5px;
	border: 1px solid #ccc;
}

.mbox_02.mbox_type_a {
	background-color: #fcf0f6;
	border: none;
}

.mbox_02.mbox_type_a .mtitle_news {
	color: #f09ec1;
	border-bottom: 2px dashed #f09ec1;
}

.mbox_02.mbox_type_a .mtitle_news:before {
	color: #f09ec1;
}

.mbox_02.mbox_type_b {
	background-color: #eff7fe;
	border: none;
}

.mbox_02.mbox_type_b .mtitle_news {
	color: #94caff;
	border-bottom: 2px dashed #94caff;
}

.mbox_02.mbox_type_b .mtitle_news:before {
	color: #94caff;
}

.mtitle_border {
	position: relative;
	margin-bottom: 40px;
	font-size: 3.18402rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

.mtitle_border span {
	display: table;
	position: relative;
	margin: 0 auto;
	color: #459445;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	font-size: 1.35338rem;
	font-weight: initial;
}

.mtitle_border span:before,.mtitle_border span:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 1px;
	background-color: #333;
}

.mtitle_border span:before {
	left: -40px;
}

.mtitle_border span:after {
	right: -40px;
}

.mtitle_big {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

.mtitle_big span {
	display: block;
	color: #459445;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	font-size: 4rem;
	letter-spacing: .1em;
}

.mtitle_middle {
	margin-bottom: 10px;
	font-size: 2.394rem;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}

.mtitle_middle span {
	font-size: 1.35338rem;
}

.mtitle_small {
	position: relative;
	font-size: 2.394rem;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: .15em;
}

.mtitle_small:before {
	content: '';
	width: 30px;
	height: 1px;
	background-color: #459445;
	position: absolute;
	bottom: -10px;
	margin-left: 15px;
}

.mtitle_sub {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: 500;
	letter-spacing: .15em;
}

.mtitle_sub:before {
	content: "";
	background-color: #459445;
	width: 10px;
	height: 4px;
	position: absolute;
	top: .7em;
	left: 0;
}

.mtitle {
	margin-bottom: 10px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: .2em;
}

.mtitle_index {
	margin-bottom: 15px;
	text-align: center;
}

.mtitle_index_bnr {
	margin: 15px 0;
	color: #459445;
	font-size: 2.394rem;
	font-weight: 600;
	text-align: center;
}

.mtitle_index_bnr span {
	display: inline;
	border-bottom: 1px solid #459445;
}

.mtitle_index_bnr em {
	font-style: normal;
	font-size: 1.8rem;
}

.mtitle_recruit {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	font-family: "YakuHanJP","Noto Serif Japanese","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 2rem;
	font-weight: bold;
}

.mtitle_article {
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.mtitle_article span {
	display: block;
	color: #459445;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
}

.mtitle_concept {
	color: #459445;
	text-align: center;
	font-size: 3.18402rem;
	font-weight: bold;
}

.mtitle_blog {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-weight: 500;
}

.mtitle_news {
	margin-bottom: 20px;
	border-bottom: 2px dashed #459445;
	padding-bottom: 5px;
	color: #459445;
	font-size: 2.394rem;
	font-weight: 600;
}

.mtitle_news:before {
	color: #459445;
	margin-right: 10px;
}

.mtitle_news.mtitle_news_01:before {
	font-family: "Font Awesome 5 Free";
	content: "\f15c";
	font-weight: 900;
}

.mtitle_news.mtitle_news_02:before {
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	font-weight: 900;
}

.mtitle_news.mtitle_news_03:before {
	font-family: "Font Awesome 5 Free";
	content: "\f508";
	font-weight: 900;
}

.mtitle_news.mtitle_news_04:before {
	font-family: "Font Awesome 5 Free";
	content: "\f2b5";
	font-weight: 900;
}

.mtitle_news.mtitle_news_05:before {
	font-family: "Font Awesome 5 Free";
	content: "\f004";
	font-weight: 900;
}

.mtitle_news.mtitle_news_06:before {
	font-family: "Font Awesome 5 Free";
	content: "\f5a0";
	font-weight: 900;
}

.mtitle_news.mtitle_news_07:before {
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	font-weight: 900;
}

.mtitle_news.mtitle_news_08:before {
	content: "◆";
}

.mtitle_visitnursing {
	margin-bottom: 15px;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 2.394rem;
	font-weight: 600;
}

.mtitle_visitnursing.visitnursing_01 {
	background-color: #fcf0f6;
	color: #f09ec1;
}

.mtitle_visitnursing.visitnursing_02 {
	background-color: #eff7fe;
	color: #94caff;
}

.a_btn {
	margin-top: 30px;
}

.a_btn a,.a_btn button {
	display: table;
	background: #fff;
	border: 1px solid #459445;
	color: #459445;
	padding: .3em 3em;
	border-radius: 100px;
	margin: 0 auto;
}

.a_btn a:after,.a_btn button:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	margin-left: 10px;
}

.a_btn a:hover,.a_btn button:hover {
	background: #459445;
	color: #fff;
}

.b_btn {
	display: block;
	margin-top: 30px;
	width: 300px;
	padding: 1em;
	text-align: center;
	color: #459445;
	border: 1px solid #459445;
	background-color: transparent;
	position: relative;
	-webkit-transition: .46s;
	transition: .46s;
}

.b_btn:hover {
	background-color: #459445;
	color: #fff;
}

.b_btn:hover .b_btn_icon {
	background-color: #fff;
	right: 26px;
	width: 30px;
}

.b_btn:hover .b_btn_icon:before {
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.b_btn .b_btn_icon {
	position: absolute;
	top: calc(50% - 1px);
	right: -30px;
	width: 60px;
	height: 1px;
	-webkit-transition: inherit;
	transition: inherit;
	background-color: #459445;
}

.b_btn .b_btn_icon:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 4px solid transparent;
	border-left: 4px solid #459445;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #459445;
	-webkit-transition: inherit;
	transition: inherit;
}

.b_btn.b_btn_01 {
	margin: 30px auto 0;
}

.b_btn.b_btn_white {
	color: #fff;
	border: 1px solid #fff;
}

.b_btn.b_btn_white:hover {
	background-color: #fff;
	color: #459445;
}

.b_btn.b_btn_white:hover .b_btn_icon {
	background-color: #459445;
}

.b_btn.b_btn_white:hover .b_btn_icon:before {
	border-left: 4px solid #459445;
	border-bottom: 4px solid #459445;
}

.b_btn.b_btn_white .b_btn_icon {
	background-color: #fff;
}

.b_btn.b_btn_white .b_btn_icon:before {
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.c_btn {
	margin-top: 30px;
}

.c_btn a,.c_btn button {
	display: block;
	position: relative;
	width: 320px;
	max-width: 100%;
	background: #333;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	font-weight: 500;
}

.c_btn a:after,.c_btn button:after {
	position: absolute;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	-webkit-transition: .2s;
	transition: .2s;
}

.c_btn a:hover:after,.c_btn button:hover:after {
	right: 10px;
}

.c_btn.c_btn_01 {
	position: absolute;
	bottom: -8%;
}

.c_btn.c_btn_02 a,.c_btn.c_btn_02 button {
	margin: 0 auto;
}

.d_btn {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: .5em 5em;
	border: 2px solid #000;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: none !important;
	color: #000;
}

.d_btn::after {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
	content: '';
	width: 101%;
	height: 105%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: #e3f0ec;
}

.d_btn:hover {
	color: #000;
}

.d_btn:hover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news_list li {
	padding: 20px;
	border-bottom: 1px dotted #333;
}

.news_list li:first-child {
	padding: 0 20px 20px 20px;
}

.news_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
}

.news_list li a .news_date {
	margin-right: 20px;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
}

.news_list li a .news_category {
	background: #fff;
	border: 1px solid #459445;
	color: #459445;
	padding: 5px;
	margin-right: 30px;
	min-width: 140px;
	text-align: center;
}

.news-bl dt {
	float: left;
	width: 7em;
	margin-bottom: 10px;
	padding: 1px 5px 3px;
	background: #fff;
	border: 1px solid #459445;
	border-radius: 50px;
	color: #459445;
	text-align: center;
}

.news-bl dd {
	padding: 0 0 20px 9em;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 10px;
}

.news-bl dd:last-child {
	margin: 0;
	border-bottom: none;
}

.tbl {
	width: 100%;
	background-color: #fff;
}

.tbl th,.tbl td {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.tbl th {
	background: #F9F9F9;
	font-weight: 500;
	text-align: left;
}

.tbl_new {
	width: 100%;
}

.tbl_new tr th,.tbl_new tr td {
	vertical-align: top;
	padding: 12px;
	border-bottom: 1px dotted #ccc;
}

.tbl_new tr th {
	width: 25%;
	font-weight: normal;
}

.tbl_form tr th {
	text-align: left;
}

.company {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}

.company th,.company td {
	padding: 5px 10px;
	vertical-align: middle;
}

.company th {
	text-align: left;
	width: 20%;
	position: relative;
	background: #459445;
	color: #fff;
	font-weight: normal;
}

.company th::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #fff;
	border-width: 10px;
	border-left-color: #459445;
	margin-top: -10px;
}

.company td {
	background: #fff;
	padding-left: 20px;
}

.tbl_01 th {
	width: 20%;
}

.tbl_style {
	width: 100%;
	background-color: #fff;
}

.tbl_style th,.tbl_style td {
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 10px;
}

.tbl_style th {
	font-weight: 500;
}

.step_flow {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
}

.step_flow .child {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
  margin-bottom: 10px;
}

.step_flow .left {
  display: flex;
  align-items: stretch;
	width: 35%;
  font-weight: bold;
	text-align: left;
	position: relative;
}

.step_flow .right {
	background: #f2f2f2;
  border-radius: 20px;
	width: 65%;
	padding: 10px 20px;
}

.step_flow .left::after {
	bottom: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 10px;
	border-top-color: #00b050;
	margin: 0 -10px -20px;
}

.step_flow .child:last-of-type .left::after {
	border: none;
}

.step_flow .ballon_box {
	background: #fff;
	border: 5px solid #00b050;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
	width: 100%;
  color: #00b050;
  font-size: 20px;
  padding: 5px 20px;
}

.step_flow .ballon_box.green {
	background: #00b050;
  color: #fff;
}

.step_flow .ballon_box .img {
	width: 50%;
}

.step_flow .ttl,
.step_flow .txt {
  font-size: 16px;
}

.step_flow .big {
  font-size: 20px;
}

.list_common li {
	padding-bottom: 10px;
	padding-left: 1rem;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.list_common li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.list_common li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 5px 0 -1rem;
	color: #459445;
	padding: 1px;
}

.list_half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_half li {
	width: 49.5%;
	margin: 0 1% 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.list_half li:nth-child(2n) {
	margin: 0 0 5px 0;
}

.list_check li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: 900;
	color: #459445;
	margin-right: 5px;
}

.list_note li {
	margin-bottom: 5px;
	padding-left: 1.5em;
}

.list_note li:last-child {
	margin-bottom: 0;
}

.list_note li:before {
	content: "※";
	margin: 0 5px 0 -1.5em;
	color: #FF0000;
}

.list_disc li {
	margin-bottom: 5px;
	padding-left: 1.5em;
}

.list_disc li:last-child {
	margin-bottom: 0;
}

.list_disc li:before {
	content: "・";
	margin: 0 5px 0 -1.5em;
	color: #459445;
}

.list_line li {
	position: relative;
	display: inline-block;
	padding: 0 10px;
}

.list_line li:after {
	position: absolute;
	right: 0;
	content: "/";
}

.list_line li:last-child:after {
	display: none;
}

.list_macker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.list_macker li {
	width: 18.4%;
	margin: 0 2% 1% 0;
}

.list_macker li:nth-child(5n) {
	margin: 0 0 1% 0;
}

.rounded-list {
	counter-reset: li;
	padding-left: 1em;
	list-style: none;
}

.rounded-list li {
	position: relative;
	padding: .4em .4em .4em 2em;
	margin: .5em 0;
	background: #fafafa;
	border-radius: .3em;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rounded-list li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #459445;
	color: #fff;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.list_none {
	padding-left: 0;
	margin-bottom: 10px;
	list-style: none;
}

.list_none li {
	margin-top: 10px;
}

.list_table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_table li {
	width: 32%;
	margin: 0 2% 1% 0;
}

.list_table li:nth-child(3n) {
	margin: 0 0 1% 0;
}

.bg_contents {
	padding: 150px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_contents_01 {
	background-image: url(../img/bg_contents_01.jpg);
}

.gallery_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -3%;
}

.gallery_ul li {
	width: 22.7%;
	margin: 0 3% 3% 0;
}

.gallery_ul li:nth-child(4n) {
	margin: 0 0 3% 0;
}

.gallery_ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #459445;
}

.gallery_ul li a img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .7s;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery_ul li a:before {
	display: block;
	content: '';
	padding-top: 66%;
}

.gallery_ul li a:hover img {
	opacity: .6;
}

.gallery_ul li span {
	display: block;
	margin-top: 5px;
}

.ggmap {
	position: relative;
	padding-bottom: 70.25%;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,.ggmap object,.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page {
	min-height: 300px;
}

.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget iframe[style] {
	width: 100% !important;
}

.article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f4ebd3;
}

.article.article_small .article_detail {
	padding: 50px 0;
}

.article .article_image {
	width: 55%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.article .article_detail {
	position: relative;
	width: 45%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
}

.article .article_detail .article_title {
	position: absolute;
	top: -80px;
	right: 80px;
}

.article .article_detail .inner {
	margin: 0 auto;
	width: 80%;
}

.article.article_b {
	margin-bottom: 100px;
}

.article.article_01 .article_image {
	background-image: url(../img/article_01.jpg);
}

.article.article_01 .article_detail {
	background-image: url(../img/article_detail_01.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 350px;
}

.article.article_02 .article_image {
	background-image: url(../img/article_02.jpg);
}

.article.article_03 .article_image {
	background-image: url(../img/article_03.png);
}

.article.article_04 .article_image {
	background-image: url(../img/article_04.jpg);
}

.article.article_05 .article_image {
	background-image: url(../img/article_05.jpg);
}

.article.article_06 .article_image {
	background-image: url(../img/article_06.jpg);
}

.article.article_07 .article_image {
	background-image: url(../img/article_07.jpg);
}

.article.article_08 .article_image {
	background-image: url(../img/article_08.jpg);
}

.blog {
	display: block;
	overflow: hidden;
	background-color: #fff;
	color: #333;
}

.blog .inner {
	padding: 20px;
}

.blog .thumb_image {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.blog .thumb_image img {
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .7s;
	transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s;
}

.blog .thumb_image:before {
	display: block;
	content: '';
	padding-top: 67%;
}

.date {
	display: block;
	margin-bottom: 15px;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	color: #459445;
}

.date:before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	font-weight: 900;
	margin-right: 5px;
	color: #459445;
}

.blog_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_contents .blog_main {
	width: 68%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog_contents .blog_side {
	width: 30%;
}

.category_nav {
	margin-bottom: 40px;
}

.category_nav li {
	border-bottom: 1px dotted #459445;
}

.category_nav li:last-child {
	border-bottom: none;
}

.category_nav li a {
	display: block;
	padding: 12px 15px;
	background-color: #fff;
}

.category_nav li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	margin-right: 5px;
	color: #459445;
	margin-right: 5px;
}

.category_nav li:last-child a {
	border-bottom: none;
}

.blog_title {
	background: #459445;
	font-weight: 500;
	color: #fff;
	padding: 8px 15px;
}

.blog_title:before {
	margin-right: 5px;
}

.blog_title.archive:before {
	font-family: "Font Awesome 5 Free";
	content: "\f187";
	font-weight: 900;
}

.blog_title.new:before {
	font-family: "Font Awesome 5 Free";
	content: "\f044";
	font-weight: 900;
}

.blog_article {
	margin-bottom: 100px;
}

.blog_article:last-child {
	margin-bottom: 0;
}

.blog_new {
	border-bottom: 1px dotted #459445;
}

.blog_new:last-child {
	border-bottom: none;
}

.blog_new a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	padding: 10px;
}

.blog_new a .image {
	width: 40%;
}

.blog_new a .detail {
	width: 50%;
}

.blog_new a .detail .entry_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pages {
	overflow: hidden;
	margin-top: 50px;
}

.pages .page_next,.pages .page_prev {
	display: inline-block;
}

.pages .page_next a,.pages .page_prev a {
	display: block;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #333;
}

.pages .page_next {
	float: left;
}

.pages .page_prev {
	float: right;
}

.flow {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #f9f9f9;
	padding: 45px;
	margin: 0 auto 60px;
}

.flow:before {
	display: block;
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90px auto;
	width: 90px;
	height: 57px;
}

.flow:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	background-image: url(../img/flow_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px auto;
	width: 50px;
	height: 24px;
	margin: 0 auto;
}

.flow:last-child:after {
	display: none;
}

.flow .flow_image {
	width: 30%;
}

.flow .flow_detail {
	width: 65%;
}

.flow_01:before {
	background-image: url(../img/flow_num_01.png);
}

.flow_02:before {
	background-image: url(../img/flow_num_02.png);
}

.flow_03:before {
	background-image: url(../img/flow_num_03.png);
}

.flow_04:before {
	background-image: url(../img/flow_num_04.png);
}

.flow_05:before {
	background-image: url(../img/flow_num_05.png);
}

.flow_06:before {
	background-image: url(../img/flow_num_06.png);
}

.flow_07:before {
	background-image: url(../img/flow_num_07.png);
}

.flow_08:before {
	background-image: url(../img/flow_num_08.png);
}

.flow_09:before {
	background-image: url(../img/flow_num_09.png);
}

.flow_10:before {
	background-image: url(../img/flow_num_10.png);
}

.flow_11:before {
	background-image: url(../img/flow_num_11.png);
}

.sns_list_sp {
	margin: 0 auto;
	width: 220px;
}

.sns_btn {
	overflow: hidden;
	color: #fff;
	position: relative;
	display: block;
	border-radius: 7px;
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
}

.sns_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sns_btn i {
	font-size: 2rem;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.sns_btn span {
	display: inline-block;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}

.sns_btn:hover {
	color: #fff;
}

.sns_btn:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.facebook_btn {
	background: #4267b2;
}

.insta_btn {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.insta_btn:before {
	background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255,77,64,0) 50%) no-repeat;
}

.line_btn {
	background: #00b82b;
}

.sns {
	text-align: center;
}

.sns li {
	display: inline-block;
	margin: 0 10px;
}

.sns li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

.sns li a.instagram {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.sns li a.facebook {
	background: #4267b2;
}

.sns li a.google {
	background: #ff4b49;
}

.top_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0 40px 8.33333%;
}

.top_section:before {
	content: "";
	display: block;
	background-color: #459445;
	position: absolute;
	top: 12%;
	left: 0;
	z-index: 1;
	width: 0;
	height: 76%;
	-webkit-transition: width 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: width 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
	width: 83.33333%;
}

.top_section .top_section_body {
	position: relative;
	z-index: 2;
	width: 41.66667%;
	padding: 100px 50px;
	color: #fff;
}

.top_section .top_section_img {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 50%;
	height: 410px;
}

.top_section .top_section_img .move {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.top_main {
	position: relative;
}

.top_main:before {
	content: "";
	display: block;
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	background-image: url(../img/top_main_image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
}

.top_main .inner {
	width: 42%;
}

.faqs dt {
	position: relative;
	background: #f1f1f1;
	font-weight: normal;
	padding: 15px 30px;
	margin-bottom: 5px;
	border-radius: 5px;
	font-size: 1.7rem;
}

.faqs dt.hover {
	cursor: pointer;
}

.faqs dt span {
	font-family: "YakuHanJP","Caveat",cursive;
	padding-right: 5px;
}

.faqs dd {
	display: none;
	padding: 15px 30px;
}

.category_tab {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 40px;
}

.category_tab:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #459445;
}

.category_tab li {
	width: 28%;
	margin-left: 20px;
}

.category_tab li:last-child {
	margin-right: 20px;
}

.category_tab li a {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #459445;
	border-top: 3px solid #459445;
	border-right: 3px solid #459445;
	border-left: 3px solid #459445;
	color: #fff;
	padding: 20px 10px;
}

.category_tab li a.active {
	background: #fff;
	color: #333;
}

.category_tab li a.active:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #fff;
}

.method_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.method_head .method_head_image {
	width: 82%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.method_head .method_head_detail {
	width: 18%;
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.method_head.method_head_01 .method_head_image {
	background-image: url(../img/method_head_01.jpg);
}

.method_head.method_head_02 .method_head_image {
	background-image: url(../img/method_head_02.jpg);
}

#concept_slide {
	background-image: url(../img/bg_concept_slide.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 0;
	margin-bottom: 50px;
}

#concept_slide .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}

.concept {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.concept .concept_image {
	width: 10%;
}

.concept .concept_meaning {
	width: 40%;
}

.concept .concept_detail {
	width: 40%;
}

.index_bnr {
	text-align: center;
}

.index_bnr p {
	font-size: 1.35338rem;
}

.fly {
	display: block;
	color: #333;
}

.fly div {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fly:hover div {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.pdf_list li {
	position: relative;
	margin-bottom: 20px;
}

.pdf_list li:after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -6px;
	left: 0;
	background-color: #ccc;
	content: "";
}

.pdf_list li a {
	display: block;
	background: url(../img/bg_pdf_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fff;
	padding: 5px 12px 5px 40px;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pdf_list li a:hover {
	background-color: #fbf6c6;
}

.pdf_about {
	margin: 30px auto 0;
	width: 400px;
}

.list_visitnursing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_visitnursing .child {
	width: 31.3%;
	margin: 0 3% 3% 0;
}

.list_visitnursing .child:nth-child(3n) {
	margin: 0 0 3% 0;
}

.list_visitnursing .detail {
	display: none;
	font-size: 1.35338rem;
}

.list_visitnursing .detail .detail_txt {
	margin: 5px 0 10px;
}

.icon_visitnursing {
	display: block;
	margin: 0 auto 10px;
	width: 120px;
}

.accordion_btn {
	cursor: pointer;
	text-align: center;
}

.accordion_btn .brackets {
	font-size: 1.35338rem;
}

.accordion_icon {
	position: relative;
	width: 30px;
	float: right;
}

.accordion_icon span:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	color: #459445;
}

.accordion_icon.active span:after {
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	font-weight: 900;
}

.index_image {
	margin: 0 auto 15px;
	width: 250px;
}

@-webkit-keyframes view-zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes view-zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes view-slideup {
	0% {
		opacity: 0;
		-webkit-transform: translate(10px);
		transform: translate(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes view-slideup {
	0% {
		opacity: 0;
		-webkit-transform: translate(10px);
		transform: translate(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.animation {
	opacity: 0;
}

.slideup.on {
	opacity: 1;
	-webkit-animation: view-slideup 1s cubic-bezier(0.1, 1, 0.1, 1);
	animation: view-slideup 1s cubic-bezier(0.1, 1, 0.1, 1);
}

.zoomin.on {
	opacity: 1;
	-webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
	animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.page_navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page_navi li {
	width: 32%;
	margin: 0 2% 2% 0;
	position: relative;
	border: 1px solid #459445;
}

.page_navi li:nth-child(3n) {
	margin: 0 0 2% 0;
}

.page_navi li:after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -6px;
	left: 0;
	background-color: #459445;
	content: "";
}

.page_navi li a {
	display: block;
	padding: 12px 20px;
}

.page_navi li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin-right: 10px;
}

.page_navi li a:hover {
	background-color: #d9faec;
}

.page_navi2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page_navi2 li {
	width: 32%;
	margin: 0 2% 2% 0;
	position: relative;
	border: 1px solid #459445;
}

.page_navi2 li:nth-child(3n) {
	margin: 0 0 2% 0;
}

.page_navi2 li:after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -6px;
	left: 0;
	background-color: #459445;
	content: "";
}

.page_navi2 li a {
	display: block;
	padding: 12px 20px;
}

.page_navi2 li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin-right: 10px;
}

.page_navi2 li a:hover {
	background-color: #d9faec;
}

.flogo {
	width: 350px;
	margin: 0 auto 20px;
}

.kosugi {
	font-family: "YakuHanJP", "Quicksand", "Kosugi Maru", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
}

.num {
	margin: 0 5px;
	font-size: 1.5em;
	font-weight: bold;
}

.recruit_concept {
	width: 70px;
	margin: 0 auto 20px;
}

.circle {
	overflow: hidden;
	border-radius: 50%;
	width: 200px;
	margin: 0 auto 15px;
}

.policy {
	padding: 30px;
	background-color: #fbfbfb;
}

.cut {
	overflow: hidden;
	zoom: 1;
}

.macker {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fbff00));
	background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
	background-repeat: repeat-x;
	background-size: 200% .3em;
	background-position: 0 1em;
	-webkit-transition: all 3.5s ease;
	transition: all 3.5s ease;
	font-style: normal;
	font-weight: bold;
	padding: 0 5px;
}

.macker.active {
	background-position: -100% .8em;
}

@keyframes view-zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes view-slideup {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 35px);
		transform: translate(0, 35px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.animation {
	opacity: 0;
}

.slideup.on {
	opacity: 1;
	-webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
	animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
	opacity: 1;
	-webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
	animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.page_parents .page_header {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 10em 0;
}

.page_parents .page_header.page_header_01 {
	background-image: url(../img/top_section_img.jpg);
}

.page_parents .page_header.page_header_02 {
	background-image: url(../img/bg_page_header_02.jpg);
}

.page_parents .page_header.page_header_03 {
	background-image: url(../img/bg_page_header_03.jpg);
	background-position: center 78%;
}

.page_parents .page_header.page_header_04 {
	background-image: url(../img/bg_page_header_04.jpg);
}

.page_parents .page_header.page_header_05 {
	background-image: url(../img/bg_slide_03.jpg);
}

.page_parents .sub_title {
	display: table;
	position: relative;
	background-color: #ffffff;
	margin-top: -75px;
	margin-left: -30px;
	padding: 19px 240px 15px 30px;
	font-size: 3.18402rem;
	font-weight: 500;
	line-height: 1.4;
}

.page_parents .sub_title span {
	display: block;
	color: #459445;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	font-size: 1.8rem;
}

.page_parents .breadcrumb {
	padding: 10px 0 0 0;
	font-size: 1.35338rem;
}

.page_parents .breadcrumb li {
	display: inline;
}

.page_parents .breadcrumb li+li:before {
	margin: 0 10px;
	content: ">";
}

.page_parents .breadcrumb li .home:before {
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	font-weight: 900;
	color: #459445;
}

.form .required {
	background-color: #FF0000;
	color: #fff;
	padding: 0 5px 0;
	margin-right: 5px;
	font-size: 1.1rem;
	position: relative;
	top: -2px;
}

.form .textarea,.form textarea {
	border: 1px solid #DDDDDD;
	padding: 5px;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form .textarea {
	height: 30px;
}

.form .textarea02 {
	width: 48.5%;
	margin-right: 3%;
}

.form .textarea02:last-child {
	margin-right: 0;
}

.form .textarea03 {
	width: 20%;
	margin-right: 1%;
}

.form button {
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-family: "YakuHanJP",Lato,"游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

.form label.radio_text {
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	padding-left: 20px;
	display: inline-block;
}

.form label.radio_text:before {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	left: 0;
	top: 3px;
	content: '';
	z-index: 3;
	vertical-align: middle;
}

.form label.radio_text:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	left: 3px;
	top: 6px;
	background-color: #459445;
	z-index: 1;
}

.form label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	left: -23px;
	top: 0px;
	margin: 0px;
	-webkit-box-shadow: 20px -1px #fff;
	box-shadow: 20px -1px #fff;
}

.form label.radio_text input[type="radio"]:checked {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
	opacity: 0.2;
	-webkit-box-shadow: 20px -1px #eeebda;
	box-shadow: 20px -1px #eeebda;
}

.form label.checkbox_text {
	cursor: pointer;
	position: relative;
	padding: 0 0 2px 25px;
	margin-right: 20px;
	overflow: hidden;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
}

.form label.checkbox_text:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0px;
	top: 0;
	border: 1px solid #ccc;
	z-index: 3;
}

.form label.checkbox_text:after {
	content: '';
	position: absolute;
	top: 40%;
	left: 5px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #459445;
	border-bottom: 3px solid #459445;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.form label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	width: 20px;
	height: 20px;
	display: block;
	-webkit-box-shadow: 41px 0px #FFF;
	box-shadow: 41px 0px #FFF;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
	-webkit-box-shadow: 40px 0px #666;
	box-shadow: 40px 0px #666;
	opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
	-webkit-box-shadow: 41px 0px #EEE;
	box-shadow: 41px 0px #EEE;
}

#about #about_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	font-family: "YakuHanJP",Lato,"游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#about #about_header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
}

#about #about_footer {
	text-align: center;
}

#about #about_footer .inner {
	padding: 20px 0;
}

#about #about_footer .inner .copyright {
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	font-size: 1.35338rem;
}

#about .tbl_about {
	width: 100%;
}

#about .tbl_about tr th,#about .tbl_about tr td {
	vertical-align: top;
	padding: 12px;
	border-bottom: 1px dotted #333;
}

#about .tbl_about tr th {
	width: 30%;
	font-weight: normal;
}

#about .mtitle_about {
	position: relative;
	margin-bottom: 40px;
	font-size: 4.23475rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

#about .mtitle_about span {
	display: table;
	position: relative;
	margin: 0 auto;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	font-size: 1.35338rem;
	font-weight: initial;
}

#about .mtitle_about span:before,#about .mtitle_about span:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 1px;
	background-color: #fff;
}

#about .mtitle_about span:before {
	left: -40px;
}

#about .mtitle_about span:after {
	right: -40px;
}

#about .representative {
	margin-top: 30px;
	width: 200px;
	float: right;
}

#about .bg_about {
	padding-top: 100px;
	background-repeat: no-repeat;
	background-size: contain;
}

#about .bg_about_01 {
	position: relative;
	background-image: url(../img/bg_about_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#about .bg_about_01 .inner {
	width: 50%;
	margin-right: 50%;
}

#about .bg_about_02 {
	position: relative;
	background-image: url(../img/bg_about_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

#about .bg_about_02:after {
	content: '';
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#about .bg_about_02 .inner {
	position: relative;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	padding: 100px 50px;
}

#about .bg_about_03 {
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_about_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#about .bg_about_03 .bg_about_03_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#about .bg_about_04 {
	position: relative;
	background-image: url(../img/bg_about_04.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 100px;
}

#about .bg_about_05 {
	background-image: url(../img/bg_about_05.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

#about .bg_about_05 .inner {
	padding: 100px 0;
}

#about .about_slide {
	margin-bottom: 100px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	text-align: center;
	font-size: 2.394rem;
}

#about .about_slide span {
	display: block;
	font-size: 1.35338rem;
	color: #999;
}

#about .about_slide span:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin-left: 10px;
}

#about .concept_visual {
	margin: 0 auto 30px;
	width: 400px;
}

#about .about_concept {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#about .about_concept .about_concept_image {
	width: 10%;
}

#about .about_concept .about_concept_meaning {
	width: 40%;
}

#about .eeeeee {
	text-align: center;
}

#about .eeeeee li {
	margin-bottom: 10px;
}

#about .eeeeee li span {
	display: block;
	font-family: "YakuHanJP","Josefin Sans",sans-serif;
	font-size: 1.8rem;
	color: #459445;
}

#about .e_gift {
	font-size: 3.18402rem;
	text-align: center;
}

#about .business_list {
	font-size: 1.35338rem;
}

#about .business_list li {
	margin-bottom: 10px;
}

#about .business_list li:last-child {
	margin-bottom: 0;
}

.scroll_news {
	overflow-y: scroll;
	height: 49.5vh;
}

@media screen and (max-width: 1024px) {
	.scroll_news {
		height: 42.5vh;
	}
}

@media screen and (max-width: 820px) {
	.scroll_news {
		height: 27.5vh;
	}
}

@media screen and (max-width: 768px) {
	.scroll_news {
		height: 32.5vh;
	}
}

@media screen and (max-width: 767px) {
	.scroll_news {
		height: 35.5vh;
	}
}

@media screen and (max-width: 428px) {
	.scroll_news {
		height: 35.5vh;
	}
}

@media screen and (max-width: 414px) {
	.scroll_news {
		height: 36.5vh;
	}
}

@media screen and (max-width: 390px) {
	.scroll_news {
		height: 41.5vh;
	}
}

@media screen and (max-width: 375px) {
	.scroll_news {
		height: 61.5vh;
	}
}

@media screen and (max-width: 320px) {
	.scroll_news {
		height: 41.5vh;
	}
}

#visitnursing_05 {
	content: " ";
	margin-top: -160px;
	height: 160px;
	display: block;
	visibility: hidden;
}

.form .form-contents dl {
	margin-bottom: 0;
}

.form .form-contents dd:not(.pattern-exclusion) .textarea {
	border-radius: 0;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea03 {
	width: 20%;
}

.form .form-pattern-1 .submit-btn {
	color: #459445;
    border: 1px solid #459445;
	background: #fff;
	border-radius: 0;
}

.form .form-pattern-1 .submit-btn:hover {
	background: #459445;
	color: #fff;
}

.form .form-pattern-1 .submit-btn::before {
	transition: all .2s ease-in-out 0s;
	background: #459445;
}

.form .form-pattern-1 .submit-btn:hover::before {
	background: #fff;
}

.form_03 .form-contents form dl dd:not(.pattern-exclusion):first-of-type {
	padding-bottom: 40px;
}