@charset "UTF-8";
/*----------------------------------------------------------------------

Setting

----------------------------------------------------------------------*/
@import "normalize.css";
html {
	background-color: #FFFFFF;
	height: 100%;
}
body {
	color: #3a3a3a;
	font-family: "M PLUS Rounded 1c", sans-serif;
	letter-spacing: .03em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	width: 100%;
	height: 100%;
}
a:hover img,
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#container {
	overflow: hidden;
	position: relative;
}
.container {
	max-width: 1124px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.container-a {
	max-width: 1180px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
#main {
	padding: 0 0;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border-radius: 8px;
}
p {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 1.7;
}
.text-center {
	text-align: center;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
	transform: rotate(0.03deg);
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}

@media only screen and (max-width: 1124px){
.container {
	padding: 0 15px;
}
}

@media only screen and (min-width: 769px) {
.sp-only {
	display: none !important;
}
}

.grecaptcha-badge {
	visibility: hidden;
}

/*----------------------------------------------------------------------

Animation Style

----------------------------------------------------------------------*/
a:hover {
	cursor: pointer;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	text-decoration: none;
}
a {
	display: inline;
}
a:link,
a:visited {
	text-decoration: none;
	color: #7FAB26;
}

/*----------------------------------------------------------------------

Header Style

----------------------------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	height: 96px;
	position: fixed;
	z-index: 110;
	background-color: #FFFFFF;
	border-bottom: 1px solid #EEE3D9;
	box-sizing: border-box;
}
#header.ver2 {
	background-color: rgba(255, 255, 255, 0.8);
}
.header-nav {
	width: 100%;
	z-index: 3;
    position: relative;
}
.header-nav > ul { 
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.header-nav > ul > li:first-child { 
	width: 332px;
	margin: 17px 0 0 12px;
}
.header-nav > ul > li:last-child {
	width: 310px;
	margin-right: 5px;
}
.header-nav > ul > li:last-child ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: relative;
}
.header-nav > ul > li:last-child ul li {
	width: 100px;
	background-color: #00B900;
	background-repeat: no-repeat;
	font-weight: bold;
}
.header-nav > ul > li:last-child ul li a {
	display: block;
	height: 96px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-size: 15px;
	padding-top: 49px;
	box-sizing: border-box;
}
.header-nav > ul > li:last-child ul li.application {
	background-color: #7FAB26;
	margin-right: 5px;
	background-image: url(../image/ico-pdf.png);
	background-position: center top 8px;
	background-size: 34px;
}
.header-nav > ul > li:last-child ul li.line {
	background-image: url(../image/ico-line.png);
	background-position: center top 8px;
	background-size: 34px;
}
.header-nav > ul > li:last-child ul li.instagram {
	background-color: #9CC469;
	margin-right: 5px;
	background-image: url(../image/ico_ig_w.png);
	background-position: center top 8px;
	background-size: 34px;
}

.header-nav > ul .ig {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: 20px;
}
.header-nav > ul .ig img {
	width: 36px;
	height: auto;
	display: block;
}

#header-logo {
	max-width: 343px;
}
#gnav {
	width: 732px;
	margin: auto;
	margin-top: 35px;
}
#gnav > ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#gnav > ul > li {
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#gnav > ul > li > a {
	line-height: 1.4;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 999;
	color: #3A3A3A;
}
#gnav > ul > li > a:hover:after,
#gnav > ul > li.current a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: auto;
    right: auto;
    bottom: 5px;
    background: #7FAB26;
    height: 2px;
    width: 100%;
}

/*----------------------------------------------------------------------

SP Menu Style

----------------------------------------------------------------------*/
#chk_nav {
	display: none;
}
.header-menu {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 110;
	width: 100px;
	height: 96px;
	padding: 30px 20px 0;
	box-sizing: border-box;
}
.header-menu * {
	display: block;
}
.header-menu span {
    background-color: #7FAB26;
    height: 3px;
    margin-bottom: 12px;
    position: relative;
    transform-origin: left top;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.nav_open .header-menu {
    background-color: transparent;
}
.nav_open .header-menu span {
    position: absolute;
    right: 0;
    background-color: #fff;
}
.nav_open .header-menu span:nth-of-type(1) {
    top: 25px;
    right: 10px;
    transform: rotate(45deg);
    width: 60px;
}
.nav_open .header-menu span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(50px);
}
.nav_open .header-menu span:nth-of-type(3) {
    bottom: 14px;
    right: 10px;
    transform: rotate(-45deg);
    width: 60px;
}
#header.nav_close:after {
	opacity: 0;
	z-index: -1;
}
#header.nav_open:after {
	opacity: 1;
	z-index: 98;
}
#nav_global {
	width: 100%;
	max-width: 75%;
	height: 100%;
	padding-bottom: 30px;
	position: fixed;
	left: auto;
	right: -1px;
	top: 0;
	z-index: 100;
	overflow: hidden;
	overflow-y: auto;
	background-color: #7FAB26;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transform: translateX(100%);
}
#header.nav_open #nav_global {
	transform: translateX(0);
	opacity: 1;
}
#header.nav_open + #fix-field {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

@media only screen and (max-width: 1400px) {
#gnav {
	width: 590px;
}
}

@media only screen and (max-width: 1250px) {
#gnav {
	display: none;
}
.header-nav > ul > li:last-child {
    margin-right: 100px;
}
.header-menu {
	display: block;
}

/*#header::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	background-color: rgba(20, 29, 39, 0.7);
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}*/
#header #nav.opened {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #CB2D3B;
	overflow-y: auto;
	padding-bottom: 0;
	box-sizing: border-box;
}
/*#header.nav_close:after {
	opacity: 0;
	z-index: -1;
}
#header.nav_open:after {
	opacity: 1;
	z-index: 98;
}*/
.sp-nav {
	margin: 100px 15px 20px;
}
.sp-nav > li {
	width: 100%;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom: 1px solid #F1F7E7;
}
.sp-nav li a {
	padding: 1.5em 0;
    display: block;
	text-decoration: none;
	position: relative;
	color: #fff;
	font-size: 16px;
}
.sp-nav li li {
	border-bottom: 1px solid #F1F7E7;
}
.sp-nav li li a {
	font-size: 14px;
	color: #fff;
}
.sp-nav li.ig a {
	width: 40px;
	margin: auto;
}
.sp-nav li.ig a img {
	width: 100%;
}

}

/*----------------------------------------------------------------------

Title Style

----------------------------------------------------------------------*/
.ttl-a {
	font-size: 40px;
	font-weight: bold;
	color: #7FAB26;
	text-align: center;
	line-height: 1.5;
	padding: 80px 0 60px;
}
.ttl-b {
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto 40px;
	padding-bottom: 8px;
	color: #7FAB26;
	border-bottom: 1px solid #EEE3D9;
}
.ttl-c {	
	background: -moz-linear-gradient(left, #9BDEB5 50%, #fff 50%, #fff);
	background: -webkit-linear-gradient(left, #9BDEB5 50%, #fff 50%, #fff);
	background: linear-gradient(to right, #9BDEB5 50%, #fff 50%, #fff);
	margin-bottom: 35px;
}
.ttl-c h2 {
	padding: 50px 0;
	font-size: 35px;
	font-weight: bold;
	color: #5FA74A;
	text-align: center;
	background: -moz-linear-gradient(left, #9EDFB7, #EBF5E8);
	background: -webkit-linear-gradient(left, #9EDFB7, #EBF5E8);
	background: linear-gradient(to right, #9EDFB7, #EBF5E8);
	border-radius: 0 8px 8px 0;
}

/*----------------------------------------------------------------------

Link Style

----------------------------------------------------------------------*/
.link-b {
	color: #9CC469;
	font-weight: bold;
	background-image: url(../image/img-arrow-right-02.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px;
	padding-right: 30px;
}
.link-c {
	color: #fff;
	font-weight: bold;
	background-color: #9CC469;
	width: 300px;
	background-image: url(../image/img-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.link-c a {
	height: 60px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}

/*----------------------------------------------------------------------

List Style

----------------------------------------------------------------------*/
.list-style-a li {
	line-height: 1.5;
	margin-bottom: 20px;
	margin-left: 15px;
	position: relative;
}
.list-style-a li:before {
    content: "• ";
    color: #F15E6F;
    margin-right: 5px;
    position: absolute;
    left: -15px;
}
.list-style-a li a {
	color: #F15E6F;
	font-weight: bold;
}
.list-style-a li p {
	margin: 5px 0;
}
.list-style-b li {
	list-style-type: decimal!important;
}
#work-full-time .list-style-a li:before , #work-part-time .list-style-a li:before {
    color: #5FA74A;
}

/*----------------------------------------------------------------------

Table Style

----------------------------------------------------------------------*/
.table-a {
	width: 100%;
}
.table-a th,
.table-a td {
	border-top: 1px solid #EEE3D9;
	border-bottom: 1px solid #EEE3D9;
	padding: 1em;
	box-sizing: border-box;
	line-height: 1.7;
	vertical-align: top;
}
.table-a th {
	background-color: #F4F1EB;
	width: 220px;
}

/*----------------------------------------------------------------------

Container Box Style

----------------------------------------------------------------------*/
.container-box-a {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.container-box-a:last-of-type {
	margin-bottom: 0;
}
.container-box-a-img {
	max-width: 480px;
	width: 42.7%;
}
.container-a .container-box-a-img {
	width: 554px;
}
.container-box-a-txt {
	max-width: 570px;
	width: 55%;
}
.container-a .container-box-a-txt {
	width: 500px;
}
.container-box-a-txt h3 {
	font-size: 20px;
	color: #7FAB26;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 1em;
}
.container-box-a-txt p {
	margin-bottom: 1.5em;
}
.container-box-a-txt p:last-child {
	margin-bottom: 0;
}
.container-box-b {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container-box-b-img {
	max-width: 540px;
	width: 48%;
}
.container-ttl-area {
	width: 100%;
	height: 130px;
	background: -moz-linear-gradient(left, #F4F1EB 50%, #FFFFFF 75%, #FFFFFF);
	background: -webkit-linear-gradient(left, #F4F1EB 50%, #FFFFFF 75%, #FFFFFF);
	background: linear-gradient(to right, #F4F1EB 50%, #FFFFFF 75%, #FFFFFF);
	z-index: -1;
	position: relative;
}
.container-ttl-area-container {
	width: 1124px;
	margin: 0 auto;
	height: 130px;
	background: -moz-linear-gradient(left, #F4F1EB, #F7F5EF);
	background: -webkit-linear-gradient(left, #F4F1EB, #F7F5EF);
	background: linear-gradient(to right, #F4F1EB, #F7F5EF);
	border-radius: 0 8px 8px 0;
}

@media only screen and (max-width: 1124px){

}

/*----------------------------------------------------------------------

Fix Field Style

----------------------------------------------------------------------*/
#fix-field {
	margin-top: 96px;
	position: relative;
	z-index: 2;
}
#fix-field.v2 {
	margin-top: 0;
}

/*----------------------------------------------------------------------

Top KV Style

----------------------------------------------------------------------*/
#kv {
	background-image: url(../image/bg-kv.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 3%;
	height: auto;
	min-height: 500px;
	box-sizing: border-box;
}
#kv p {
	text-align: center;
	font-size: 42px;
	line-height: 1.5;
	color: #EA8F32;
	padding-top: 75px;
	background-image: url(../image/ico-home.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 77px auto;
}

/*----------------------------------------------------------------------

Main-Visual-Box Style

----------------------------------------------------------------------*/
#main-visual-box {
	width: 100%;
	position: relative;
}
#main-visual-box img {
	border-radius: 0;
}
.bg-video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.move-title {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
	width: 950px;
	height: 360px;
	text-align: center;
}
.move-title img {
	width: 392px;
	margin-bottom: 60px;
}
.move-title h2 {
	font-size: 44px;
	line-height: 1.8;
	color: #fff;
	opacity: 0;
}
.move-title figure.move {
	opacity: 1;
	animation: fadeIn 3s ease 0s 1 normal;
}
.move-title h2.move {
	opacity: 1;
	animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.overlay {
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100vh;
	background-size: cover;
}
video {
	width: 100%;
	min-height: 100vh;
	z-index: 1;
}

/*----------------------------------------------------------------------

Top About Style

----------------------------------------------------------------------*/
#top-about {
	padding-top: 15px;
	background-image: url(../image/img-leaf-03@2x.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 240px;
}
#top-about .container-box-a {
	margin-top: -100px;
}
#top-about .container-box-a .container-box-a-img {
	margin-top: 20px;
}
#top-about .link-c {
	margin: 70px auto 0;
}
#top-about .container-box-a-txt h3 {
	font-size: 27px;
	line-height: 1.4;
	margin-bottom: 90px;
}

/*----------------------------------------------------------------------

Top Treatment Style

----------------------------------------------------------------------*/
#top-treatment {
	padding: 20px 0 100px;
}
#top-treatment .container-box-a-txt li {
	width: 100%;
	margin-bottom: 15px;
}
#top-treatment .container-box-a-txt li a {
	width: 100%;
	border: 1px solid #9CC469;
	box-sizing: border-box;
	background-color: #F4F1EB;
	border-radius: 4px;
	font-size: 17px;
	color: #3a3a3a;
	height: 50px;
	display: flex;
	align-items: center;
	padding-left: 30px;
	background-image: url(../image/img-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
}

/*----------------------------------------------------------------------

Top Medical Nursing Care Personnel Recruit Style

----------------------------------------------------------------------*/
#top-medical-nursing-care-personnel-recruit {
	padding: 100px 0;
	background: -moz-linear-gradient(top, #F4F1EB 300px, #FFFFFF 300px , #FFFFFF); 
	background: -webkit-linear-gradient(top, #F4F1EB 300px, #FFFFFF 300px, #FFFFFF); 
	background: linear-gradient(to bottom, #F4F1EB 300px, #FFFFFF 300px, #FFFFFF); 
}
#top-medical-nursing-care-personnel-recruit .container-box-b img {
	margin-bottom: 30px;
}
#top-medical-nursing-care-personnel-recruit .container-box-b .container-box-b-img {
	position: relative;
}
#top-medical-nursing-care-personnel-recruit .container-box-b h3 {
	font-size: 24px;
	color: #7FAB26;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#top-medical-nursing-care-personnel-recruit .container-box-b p {
	margin-bottom: 20px;
}
#top-medical-nursing-care-personnel-recruit .container-box-b .link-b {
	text-align: right;
	display: block;
	margin-bottom: 0;
}

/*----------------------------------------------------------------------

Top News Style

----------------------------------------------------------------------*/
#top-news {
	padding: 20px 0 100px;
}
#top-news .ttl-b {
	font-size: 24px;
}
#top-news dl {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #DFEFDA;
}
#top-news dl:last-child {
	margin-bottom: 0;
}
#top-news dt {
	max-width: 250px;
	width: 22.2%;
	box-sizing: border-box;
	line-height: 1.7;
	padding-left: 50px;
}
#top-news dd {
	max-width: 870px;
	width: 77.4%;
	box-sizing: border-box;
	line-height: 1.5;
	padding-right: 50px;
}

#top-news dd a {
	color: #5FA74A;
	font-weight: bold;
	text-decoration: underline;
}

/*----------------------------------------------------------------------

Breadcrumbs Area Style

----------------------------------------------------------------------*/
.breadcrumbs-area {
	width: 1124px;
	padding: 20px 0 50px;
	margin: 0 auto;
}
.breadcrumbs {
	font-size: 13px;
	line-height: 1.5;
}
.breadcrumbs span {
	margin: 0 3px;
}
.breadcrumbs a {
	font-weight: bold;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------

Sub Main Visual Box Style

----------------------------------------------------------------------*/
#sub-main-visual-box {
	width: 100%;
	height: 250px;
	position: relative;
	background-image: url(../image/bg-subttl.jpeg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
#sub-main-visual-box h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	padding-top: 80px;
}
#sub-main-visual-box p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

/*----------------------------------------------------------------------

About Style

----------------------------------------------------------------------*/
.about-philosophy {
	background-color: #F4F1EB;
	border-radius: 10px;
	padding: 70px;
	margin-bottom: 20px;
}
.about-philosophy h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #7FAB26;
	margin-bottom: 20px;
}
.about-philosophy h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}
.about-philosophy p {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
#about .container.adj {
	margin-top: -100px;
}
#about .container-box-a {
	margin: 0 auto 100px;
}
#about .container-box-a .container-box-a-img {
	margin-top: 20px;
}
#about .container-box-a h2 {
	font-size: 27px;
	color: #5FA74A;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 85px;
}
#about .container-box-a-txt h3 {
	font-size: 27px;
	line-height: 1.4;
	margin-bottom: 90px;
}
#about-doctor {
	margin-bottom: 100px;
}
.about-doctor-box {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
#about-doctor .about-doctor-box,
#recruit .about-doctor-box {
	background-image: url(../image/img-title-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	padding-top: 10px;
}
#about-doctor .about-doctor-box.shibuya,
#about-doctor .about-doctor-box.sarukawa,
#about-doctor .about-doctor-box.matsuda {
	background-size: 100% 100px;
}
.about-doctor-img {
	width: 400px;
}
#about-doctor .about-doctor-img {
	margin-left: 10px;
	-webkit-order: -1;
	order: -1;
}
#recruit .about-doctor-img {
	margin-right: 10px;
}
#about-doctor .about-doctor-box:nth-child(2) .about-doctor-img,
#about-doctor .about-doctor-box:nth-child(4) .about-doctor-img {
	-webkit-order: inherit;
	order: inherit;
}
#about-doctor .about-doctor-box:nth-child(2) .about-doctor-img,
#about-doctor .about-doctor-box:nth-child(4) .about-doctor-img {
	margin-right: 10px;
	margin-left: 0;
}
#recruit .about-doctor-box:nth-child(2) .about-doctor-img,
#recruit .about-doctor-box:nth-child(4) .about-doctor-img {
	margin-right: 0;
	margin-left: 10px;
}
.about-doctor-txt {
	width: 710px;
	box-sizing: border-box;
}
.about-doctor-txt-container {
	box-sizing: border-box;
	padding: 0 60px 0 30px;
}
.about-doctor-txt h3 {
	font-size: 25px;
	color: #5FA74A;
	font-weight: bold;
	width: 100%;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 0 0 15px;
	margin-bottom: 10px;
}
.about-doctor-txt h4 {
	font-size: 20px;
	padding: 0 0 15px 0;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEE3D9;
}
.about-doctor-txt h4:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 17px;
	height: inherit;
	border-bottom: 1px solid #5FA74A;
}
.about-doctor-txt p {
	margin-bottom: 20px;
}
.about-message-container {
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 40px 15px 15px;
}
.about-message-container p {
	font-size: 20px;
	text-align: center;
	line-height: 2;
	margin-bottom: 25px;
}
#about-overview {
	margin: 170px auto 140px;
}
.about-overview-container {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-overview-box {
	width: 525px;
}
.about-overview-box dl {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #BFBFBF;
}
.about-overview-box dl:last-child {
	border-bottom: 1px solid #BFBFBF;
}
.about-overview-box dl dt {
	width: 135px;
	background-color: #EBF5E8;
	padding: 18px 15px;
	box-sizing: border-box;
	line-height: 1.5;
	display: flex;
	align-items: center;
}
#about-privacy {
	margin-bottom: 100px;
}
.about-overview-box dl dd {
	width: 390px;
	padding: 18px 15px 18px 25px;
	box-sizing: border-box;
	line-height: 1.7;
}
.about-privacy-container {
	max-width: 830px;
	margin: 0 auto;
}
.about-privacy-container p {
	margin-bottom: 60px;
}
.about-privacy-container .link-c {
	margin: 0 auto;
}
@media only screen and (max-width: 1124px){
.about-doctor-txt {
	width: 62.5%;
}
.about-doctor-img {
    width: 35.6%;
}
}

/*----------------------------------------------------------------------

Member Style

----------------------------------------------------------------------*/
.about-doctors-box {
	margin-bottom: 100px;
}
.about-doctors-img {
	position: relative;
	margin-bottom: 60px;
}
.about-doctors-name {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	border-radius: 0 8px 8px 0;
	width: 470px;
	box-sizing: border-box;
	min-height: 250px;
	padding: 50px 30px;
}
.about-doctors-name h2 {
	font-size: 25px;
	line-height: 1.5;
	color: #7FAB26;
	font-weight: bold;
	margin-bottom: 10px;
}
.about-doctors-name p {
	font-size: 22px;
	font-weight: bold;
}
.about-doctors-txt {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.about-doctors-txt .content {
	width: 48%;
}
.about-doctors-txt .content h3 {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	color: #5FA74A;
	border-bottom: 1px solid #EEE3D9;
}
.about-doctors-txt .content p {
	margin-bottom: 1.5em;
}
.about-doctors-txt .content p:last-child {
	margin-bottom: 0;
}

/*----------------------------------------------------------------------

Service Style

----------------------------------------------------------------------*/
#service-contents {
	margin-bottom: 100px;
}
#service-contents .inner {
	max-width: 830px;
    margin: 0 auto 50px;
}
#service-contents .inner p {
	margin-bottom: 1em;
}
#service-contents .inner p:last-child {
	margin-bottom: 0;
}
#service-contents .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#service-contents .flex .content {
	width: 348px;
}
#service-contents .flex .content h3 {
	color: #7FAB26;
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0;
}
#service-contents .flex .content p {
	margin-bottom: 1em;
}
#service-contents .flex .content li {
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-left: 15px;
    position: relative;
    font-size: 15px;
}
#service-contents .flex .content li:before {
    content: "• ";
    color: #3a3a3a;
    margin-right: 5px;
    position: absolute;
    left: -15px;
}
#service-contents .flex .content li:last-child {
	margin-bottom: 0;
}
#treatment-area {
	margin-bottom: 100px;
}
.treatment-area-container {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.treatment-area-txt {
	width: 650px;
}
.treatment-area-txt p {
	margin-bottom: 30px;
}
.treatment-area-img {
	width: 400px;
}
#treatment-area .btn {
	text-align: center;
}
#treatment-area .btn a {
    color: #fff;
    width: 300px;
    height: 60px;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 8px;
    background-color: #9CC469;
    padding: 12px 0;
}
#treatment-area .btn a img {
	width: 34px;
	vertical-align: -10px;
	padding-right: 10px;
}
#service-use {
	margin-bottom: 100px;
}
#service-use .tabs {
	margin-top: 123px;
}

.tabs {
	border: 13px solid #F4F1EB;
	border-radius: 8px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.tab_item {
	width: 300px;
	height: 70px;
	line-height: 70px;
	background-color: #E0E0E0;
	font-size: 18px;
	text-align: center;
	display: block;
	float: left;
	font-weight: bold;
	position: absolute;
	top: -83px;
	left: 235px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}
.tab_item_02 {
	left: inherit;
	right: 245px;
}
.tab_item:hover {
	opacity: 0.8;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 70px 30px 70px 30px;
	clear: both;
	overflow: hidden;
}
#long-term-care-insurance:checked ~ #long-term-care-insurance_content,
#medical-insurance:checked ~ #medical-insurance_content {
	display: block;
}
.tabs input:checked + .tab_item {
	background-color: #F4F1EB;
}
#service-use .tab_content h3 {
	color: #7FAB26;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1em;
}
#service-use table {
	margin-bottom: 50px;
}
#service-use .procedure {
	margin-bottom: 50px;
}
#service-use .procedure li:nth-child(odd) {
	background-color: #DFF1E6;
	border-radius: 8px;
	padding: 1em;
	line-height: 1.5;
}
#service-use .procedure li:nth-child(even) {
	border-right: 1px solid #EEE3D9;
	height: 20px;
	width: 30px;
}
#service-use .fee .txt {
	margin-bottom: 40px;
}
#medical-insurance_content .txt {
	margin-bottom: 50px;
}
#service-use #medical-insurance_content .fee .txt {
	margin-bottom: 40px;
}
#service-use .fee h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}
#service-use .fee h4 span {
	color: #5FA74A;
}
#service-use .fee th,
#service-use .fee td {
	border: 1px solid #EEE3D9;
	text-align: center;
}
#service-use .fee .occupation th {
	background-color: #5FA74A;
	color: #fff;
	font-weight: bold;
}
#service-use .fee .time th {
	width: 25%;
}
#service-use .fee li {
	line-height: 1.7;
}

#service-use .fee .expenses {
	background-color: #5FA74A;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}

@media only screen and (max-width: 1124px){
#service-contents .flex .content {
	width: 31%;
}
}

/*----------------------------------------------------------------------

Work Style

----------------------------------------------------------------------*/
#about-features .inner {
    max-width: 830px;
    margin: 0 auto 50px;
}
#work-image {
	margin-bottom: 100px;
}
#work-image .tabs {
	margin-top: 123px;
}
#work-image .tab_item {
	left: 82px;
}
#work-image .tab_item_02 {
	left: 412px;
	right: inherit;
}
#work-image .tab_item_03 {
	left: 742px;
}
#image-day:checked ~ #image-day_content,
#image-week:checked ~ #image-week_content,
#image-month:checked ~ #image-month_content {
	display: block;
}
.tab_content_container dl {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tab_content_container dl dt {
	font-size: 24px;
	width: 150px;
	background-image: url("../image/img-company-history-bg-middle-01.png") , url("../image/img-company-history-bg-middle-02.png");
	background-position: left top 8px , left bottom;
	background-repeat: no-repeat , repeat-y;
	padding-bottom: 30px;
	padding-left: 30px;
	box-sizing: border-box;
	background-size: 9px;
	color: #7FAB26;
}
.tab_content_container dl dd {
	width: 710px;
	padding-bottom: 30px;
}
.tab_content_container dl dd h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.tab_content_container dl dd p {
	margin-bottom: 30px;
}
.tab_content_container dl dt.th-top {
	background-image: url("../image/img-company-history-bg-upper.png") , url("../image/img-company-history-bg-middle-02.png");
	background-position: left top , left bottom;
	background-repeat: no-repeat, repeat-y;
	background-size: 9px;
}
.tab_content_container dl:last-child dt , .tab_content_container dl:last-child dd {
	padding-bottom: 0;
}
#image-day_content {
	background-image: url("../image/img-recruit-example-day-01.jpeg") , url("../image/img-recruit-example-day-02.jpeg");
	background-position: right 25px top 75px , right 25px bottom 100px;
	background-repeat: no-repeat , no-repeat;
	background-size: 150px , 150px;
}
.tab_content_container {
	margin-bottom: 30px;
}
#image-day_content .txt {
	text-align: center;
}
#image-week_content .img {
	max-width: 960px;
	margin: 0 auto;
}
#image-month_content ul {
	max-width: 990px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}
#image-month_content li {
	width: 33%;
	box-sizing: border-box;
	border-right: 1px solid #EEE3D9;
	padding: 0 15px;
}
#image-month_content li:last-child {
	border-right: transparent;
}
#image-month_content li h3 {
	background-color: #7FAB26;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	box-sizing: border-box;
	margin-bottom: 1.5em;
}
#image-month_content li .img {
	max-width: 120px;
	margin: 0 auto 1em;
}
#image-month_content li p {
	color: #7FAB26;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
#image-month_content li p span {
	font-size: 65px;
}
.medical-nursing-care-personnel-promise {
	margin-bottom: 100px;
}
.medical-nursing-care-personnel-promise dl {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #EEE3D9;
	padding-bottom: 20px;
	margin-bottom: 40px;
	width: 100%;
}
.medical-nursing-care-personnel-promise dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.medical-nursing-care-personnel-promise dt {
	width: 25%;
	font-size: 20px;
	color: #5FA74A;
	font-weight: bold;
	line-height: 1.5;
}
.medical-nursing-care-personnel-promise dd {
	width: 75%;
}
.medical-nursing-care-personnel-promise dd p {
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------

Voice Style

----------------------------------------------------------------------*/
#voice {
	margin-bottom: 80px;
}
.voice-box {
	margin-bottom: 20px;
}
.voice-box dl {
	border: 1px solid #9CC469;
}
.voice-box dt {
	background-color: #F4F1EB;
	box-sizing: border-box;
	padding: 30px 25px 30px 40px;
}
.voice-box dt ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.voice-box dt ul li:first-child {
	width: 100px;
	color: #7FAB26;
	font-size: 16px;
}
.voice-box dt ul li:nth-child(2) {
	color: #7FAB26;
	font-size: 18px;
	font-weight: bold;
	margin-right: 40px;
}
.voice-box dd {
	padding: 25px;
	box-sizing: border-box;
}
.accordion dt {
	position: relative;
}
.accordion dt:hover {
	cursor: pointer;
	opacity: 0.8;
}
.accordion dt span::before, .accordion dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background-color: #7FAB26;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion dt span::after {
	background-color: #7FAB26;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.2s;
}
.accordion .active span::after {
	transform: rotate(0);
	transition: 0.5s;
}

/*----------------------------------------------------------------------

Treatment Style

----------------------------------------------------------------------*/
#treatment {
	margin-bottom: 170px;
	margin-top: -90px;
	padding-top: 90px;
	background-image: url(../image/img-leaf-03@2x.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 250px;
}
#treatment .ttl-a {
	margin-bottom: 10px;
}
#treatment-target {
	margin-bottom: 150px;
}
#treatment-target ul {
	background-color: #DFF1E6;
	padding: 30px 30px 20px;
	box-sizing: border-box;
}
#treatment-target li {
	margin-bottom: 7px;
}
#treatment-target li:before {
    color: #5FA74A;
}
#treatment-price {
	margin-bottom: 125px;
}
#treatment-price table {
	width: 100%;
	margin: 30px auto 10px;
}
#treatment-price table th {
	background-color: #DFF1E6;
	border: 1px solid #BFBFBF;
	height: 60px;
	vertical-align: middle;
	text-align: left;
	padding-left: 13px;
	border-bottom: none;
	line-height: 1.5;
}
#treatment-price table td {
	border: 1px solid #BFBFBF;
	height: 60px;
	vertical-align: middle;
	padding-left: 13px;
	border-top: none;
	line-height: 1.5;
}
#treatment-price table th:first-child , #treatment-price table td:first-child {
	border-left: none;
}
#treatment-price table th:last-child , #treatment-price table td:last-child {
	border-right: none;
}
.treatment-price-date {
	text-align: right;
	margin-bottom: 20px;
}

#treatment-inspection {
	margin-bottom: 110px;
}
#treatment-inspection table {
	width: 100%;
	margin: 45px auto 0;
}
#treatment-inspection table th {
	background-color: #DFF1E6;
	border: 1px solid #BFBFBF;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	border-bottom: none;
}
#treatment-inspection table td {
	border: 1px solid #BFBFBF;
	padding: 15px 18px; 
	border-top: none;
}
#treatment-inspection table td li {
	line-height: 1.5;
	margin-bottom: 5px;
	margin-left: 15px;
	position: relative;
	font-size: 15px;
}
#treatment-inspection table td li:before {
    content: "• ";
    color: #333333;
    margin-right: 5px;
    position: absolute;
    left: -15px;
}
#treatment-flow, #about-features {
	margin-bottom: 100px;
}
/*#treatment-flow .about-doctor-img, #about-features .about-doctor-img {
	-webkit-order: 1;
	order: 1;
	margin-bottom: 10px;
}*/
#treatment-flow .about-doctor-container > .link-c {
	margin: 75px auto 0;
	background-image: none;
}
#treatment-flow .about-doctor-container > .link-c a:before {
	content: '';
	display: inline-block;
	width: 20px; 
	height: 20px;
	background: url(../image/img-mail-02@2x.png) no-repeat 50% 50% ;
	background-size: 20px;
	padding-right: 20px;
}
#treatment-flow .about-doctor-box, #about-features .about-doctor-box {
	margin-top: -40px;
}
#treatment-flow .about-doctor-box .link-c {
	background-image: none;
}
#treatment-flow .about-doctor-box .link-c a:before {
	content: '';
	display: inline-block;
	width: 20px; 
	height: 20px;
	background: url(../image/img-tel-02@2x.png) no-repeat 50% 50% ;
	background-size: 20px;
	padding-right: 20px;
}
#treatment-flow .about-doctor-container h3,
#about-features .about-doctor-container h3 {
	font-size: 25px;
    color: #5FA74A;
    font-weight: bold;
    background-color: #F4F1EB;
    padding: 12px 20px;
    width: 100%;
    line-height: 1.5;
    box-sizing: border-box;
    border-radius: 8px 8px;
}
#treatment-flow .about-doctor-box .about-doctor-txt-container, #about-features .about-doctor-box .about-doctor-txt-container {
	box-sizing: border-box;
	padding: 80px 60px 0 0;
}
#treatment-flow .about-doctor-img, #about-features .about-doctor-img {
	margin-right: 10px;
	z-index: 2;
}

/* 22-5-13 #home-inspection */
#home-inspection {
	margin-bottom: 80px;
}
#home-inspection .flex-wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#home-inspection .flex-wrapper li {
	width: 348px;
	margin-bottom: 3em;
}
#home-inspection .flex-wrapper li .pic {
	margin-bottom: 0.5em;
}
#home-inspection .flex-wrapper li h3 {
	font-size: 20px;
    color: #5FA74A;
    font-weight: bold;
    margin-bottom: 1em;
}
#home-inspection .flex-wrapper li p {
	font-size: 15px;
}

@media only screen and (max-width: 1124px){
#treatment-flow .about-doctor-box .about-doctor-txt-container,
#about-features .about-doctor-box .about-doctor-txt-container {
    padding: 80px 30px 0 0;
}
}

/*----------------------------------------------------------------------

Medical Nursing Care Personnel Style

----------------------------------------------------------------------*/
#medical-nursing-care-personnel {
	margin-top: -90px;
	padding-top: 90px;
	background-image: url(../image/img-leaf-03@2x.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 240px;
}
.medical-nursing-care-personnel-box {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.medical-nursing-care-personnel-txt {
	width: 650px;
}
.medical-nursing-care-personnel-txt p {
	width: 650px;
	margin-bottom: 35px;
}
.medical-nursing-care-personnel-txt h3 {
	color: #5FA74A;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 35px;
}
.medical-nursing-care-personnel-img {
	width: 400px;
}

.medical-nursing-care-personnel-voice {
	background-color: #EBF5E8;
	padding: 25px 30px 30px;
	margin-bottom: 50px!important;
}
#medical-nursing-care-personnel .recruit-about:nth-child(5) {
	margin-bottom: 0;
}

/*----------------------------------------------------------------------

Recruit Style

----------------------------------------------------------------------*/
#recruitment-flow,
#recruitment-recommended,
.recruit-about,
#recruit-message,
#recruit-faq {
	margin-bottom: 100px;
}
#recruitment-flow .inner {
	max-width: 830px;
    margin: 0 auto 90px;
}
#recruitment-flow .inner p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#recruitment-flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
#recruitment-flow .step {
	width: 22.3%;
	height: 225px;
	box-sizing: border-box;
	border: 1px solid #9CC469;
	border-radius: 8px;
}
#recruitment-flow .arw {
	width: 3.6%;
}
#recruitment-flow .step h3 {
	text-align: center;
	width: 80px;
	height: 80px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	margin: -40px auto 10px;
	background-color: #7FAB26;
	border-radius: 80px;
	box-sizing: border-box;
	padding-top: 18px;
}
#recruitment-flow .step h3 span {
	display: block;
	font-size: 28px;
}
#recruitment-flow .step .img {
	width: 100px;
	margin: 0 auto;
}
#recruitment-flow .step p {
	text-align: center;
	color: #7FAB26;
	font-size: 20px;
	font-weight: bold;
}
#recruitment-flow .arw img {
	width: 23px;
	padding-top: 101px;
	display: block;
	margin: auto;
}
#recruitment-flow .note {
	text-align: center;
}
.recruit-recommended li {
	font-size: 25px;
	color: #7FAB26;
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F4F1EB;
	margin-bottom: 20px;
	border-radius: 8px;
	line-height: 1.5;
}
.recruit-about ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.recruit-about li {
	width: 266px;
	box-sizing: border-box;
	background-color: #F4F1EB;
	border: 1px solid #9CC469;
	border-radius: 8px;
	margin-bottom: 30px;
/*	background-image: url(../image/img-arrow-right.png);*/
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
}
/*.recruit-about li a {
	display: block;
	box-sizing: border-box;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruit-about li a p {
	font-size: 20px;
	font-weight: bold;
	position: relative;
}*/
.recruit-about li p {
	display: block;
	box-sizing: border-box;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruit-about li p {
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.recruit-about ul:after {
	display: block;
	content: "";
	width: 266px;
}
.recruit-about li.under-recruitment p:after {
	content: "募集中";
	font-size: 13px;
	background-color: #7FAB26;
	padding: 0px 2px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 60px;
	text-align: center;
	font-weight: normal;
}
#recruit-message .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-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;
	margin-bottom: 75px;
}
#recruit-message .flex .content {
	width: 497px;
	padding-left: 55px;
	box-sizing: border-box;
}
#recruit-message .flex .img {
	max-width: 553px;
}
#recruit-message .flex .content h3 {
	font-size: 25px;
	color: #7FAB26;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
#recruit-message .flex .content p {
	font-size: 20px;
	font-weight: bold;
}
.recruit-points {
	margin-bottom: 100px;
}
.recruit-points table {
	margin-bottom: 30px;
}
.recruit-points .table-a th {
	text-align: left;
}
.recruit-points .link-c {
	width: 365px;
	margin: auto;
	background-image: none;
}
.recruit-points .link-c a:before {
	content: '';
	display: inline-block;
	width: 20px; 
	height: 20px;
	background: url(../image/img-mail-02.png) no-repeat 50% 50% ;
	background-size: 20px;
	padding-right: 20px;
}
.recruit-faq-box.voice-box dl {
	margin-bottom: 20px;
}
.recruit-faq-box.voice-box dt ul li:first-child {
	font-size: 20px;
	width: 60px;
	font-weight: bold;
}
.recruit-faq-box.voice-box h3 {
	color: #3A3A3A;
	font-size: 17px;
}
.recruit-faq-box.voice-box dd {
	padding: 30px 25px 30px 40px;
}
.recruit-faq-box.voice-box dd ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recruit-faq-box.voice-box dd ul li:first-child {
	font-size: 20px;
	width: 60px;
	font-weight: bold;
	color: #7FAB26;
}
.recruit-faq-box.voice-box dd ul li:last-child {
	width: 960px;
}
.recruit-faq-box.voice-box dd ul li:last-child p {
	margin-bottom: 25px;
}
.recruit-faq-box.voice-box dd ul li:last-child p:last-child {
	margin-bottom: 0;
}

#tour {
	margin-bottom: 100px;
}
#tour .inner {
	max-width: 830px;
    margin: 0 auto 40px;
}
#tour .inner h3 {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2em;
}
#tour .inner p {
	margin-bottom: 1.5em;
}
#tour .inner p:last-child {
	margin-bottom: 0;
}
.tour-details {
	border: 13px solid #F4F1EB;
    border-radius: 8px;
    padding: 40px 30px;
    margin-bottom: 60px;
}
.tour-details h3 {
	color: #7FAB26;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 1em;
}
.tour-details .photo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 28px;
}
.tour-details .photo-list img {
  width: 100%;
  max-width: 330px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.tour-details .schedule {
	margin-bottom: 20px;
}
.tour-details .schedule .item {
	background-color: #DFF1E6;
    border-radius: 8px;
    padding: 1em;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}
.tour-details .schedule .item dt {
	flex: 0 0 8.4em;
	font-weight: bold;
	color: #7FAB26;
}
.tour-details .schedule .item dd {
	flex: 1;
	margin: 0;
	line-height: 1.6;
}
.tour-details .schedule .process {
	border-right: 1px solid #EEE3D9;
    height: 20px;
    width: 30px;
}
#tour .link-c {
	margin: auto;
}

@media only screen and (max-width: 1124px){
#recruit-message .flex .content {
    width: 44.2%;
    padding-left: 4.9%;
}
#recruit-message .flex .img {
    width: 49.2%;
}
.recruit-about li {
	width: 48%;
}
}

/*----------------------------------------------------------------------

Work Full Time Style

----------------------------------------------------------------------*/
.about-consultation-box {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-consultation-txt {
	width: 655px;
	box-sizing: border-box;
}
.about-consultation-txt p {
	margin-left: 10px;
	margin-bottom: 30px;
}
.about-consultation-img {
	width: 400px;
}
#work-full-time .about-consultation-box , #work-part-time .about-consultation-box {
	margin-bottom: 110px;
}
.recruit-example {
	margin-bottom: 120px;
}
.recruit-example .ttl-b {
	margin-bottom: 110px;
}
#work-waiting .recruit-example .ttl-b {
	margin-bottom: 35px;
}

#recruit-conference .about-consultation-txt h3 {
	font-size: 25px;
	font-weight: bold;
	color: #5FA74A;
	margin-bottom: 25px;
}
#recruit-conference .about-consultation-txt p {
	margin: 0 0 35px 0;
}
.recruit-flow-box {
	margin-bottom: 110px;
}
.recruit-flow-box p {
	width: 820px;
	margin: 0 auto 55px;
}
.recruit-interview {
	margin-bottom: 110px;
}
.recruit-interview .about-doctor-txt {
	-webkit-order: 1;
	order: 1;
}
#work-part-time .recruit-example h2 {
	margin-bottom: 35px;
}
#work-part-time .recruit-example p , #work-waiting .recruit-example p {
	width: 820px;
	margin: 0 auto 40px;
}
#work-part-time .recruit-example h3 {
	font-size: 25px;
	color: #5FA74A;
	font-weight: bold;
	width: 820px;
	margin: 0 auto 25px;
}
#work-part-time .recruit-example figure , #work-waiting .recruit-example figure {
	border: 13px solid #EBF5E8;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 40px 0;
	margin-bottom: 70px;
}
#work-part-time .recruit-example figure img , #work-waiting .recruit-example figure img {
	width: 962px;
	margin: 0 auto;
	display: block;
}
.recruit-example a {
	font-weight: bold;
	text-decoration: underline;
}
#work-waiting .recruit-how-to-work , #work-waiting-nurse .recruit-how-to-work {
	margin: 0 auto 95px;
}
#work-waiting .recruit-how-to-work p , #work-waiting-nurse .recruit-how-to-work p {
	width: 820px;
	margin: 0 auto 27px;
}
.recruit-faq-box.voice-box .data {
	text-align: right;
	margin-bottom: 0 !important;
}

/*----------------------------------------------------------------------

Company Style

----------------------------------------------------------------------*/
#company .recruit-points .table-a {
	margin-bottom: 0;
}
#company .recruit-points iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

/*----------------------------------------------------------------------

Contact Style / Entry Style

----------------------------------------------------------------------*/
#contact {
	margin-bottom: 100px;
}
.form {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.form .form-wrap {
    position: relative;
}
.form .form-group {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #EEE3D9;
    content: "";
    display: table;
    table-layout: fixed
}
.form .form-group:first-child .form-group_field {
    padding-top: 25px;
}
.form .form-group:first-child {
    border-top: 1px solid #EEE3D9;
}
.form .form-group_label {
    position: relative;
    display: table-cell;
    width: 170px;
    background-color: #F4F1EB;
    box-sizing: border-box;
    padding: 25px 10px 25px 15px;
}
.form .form-group_label label {
    position: relative;
    display: block;
    width: 100%;
    height: 25px!important;
    padding-right: 40px;
}
.form .form-group_label .label-required {
    display: block;
    width: 40px;
    height: 22px;
    background-color: #7FAB26;
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
    padding: 0 5px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 60px
}
.form .form-group_field {
    /*float: left;*/
    display: table-cell;
    width: 500px;
    box-sizing: border-box;
    padding: 15px 15px 15px 20px;
}
.birthday {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.inline-block {
    display: inline-block !important;
}
.form .field-select {
	width: 170px!important;
}
.form [name="your-month"] {
	width: 50px!important;
}
.form [name="your-day"] {
	width: 50px!important;
}
.form .field-text {
    display: block;
    width: 100%;
    max-width: 520px;
    border: 1px solid #dedede;
    padding: 8px 5px;
    line-height: 1.7;
    box-sizing: border-box;
}
.form .wpcf7-select {
	border: 1px solid #dedede;
}
/*#recruit-entry .form-group:nth-child(2) {
	height: 230px!important;
}*/
#contact .form-group:nth-child(9) {
	height: 230px!important;
}
.form .checkbox input[type=checkbox], .form .checkbox-inline input[type=checkbox], .form .radio input[type=radio], .form .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px
}
.form .checkbox + .checkbox, .form .radio + .radio {
    margin-top: -5px
}
.form .checkbox-inline, .form .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.form .checkbox-inline + .checkbox-inline, .form .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 30px
}
.form .form-btn {
	width: 300px;
    position: relative;
    color: #fff;
    font-weight: bold;
    background-color: #9CC469;
    background-image: url(../image/img-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 40px auto 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.form .form-btn button {
	background-color: initial;
	border: none;
	text-align: center;
}
.form label.error {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #cc2503;
    font-size: 12px
}
.contact-box {
	margin-bottom: 100px;
}
#contact .contact-box:nth-child(2) {
	margin-bottom: 0;
}
.contact-info {
	margin: 0 auto;
	width: 1124px;
	background-color: #F4F1EB;
	border-radius: 10px;
	padding: 50px 0 30px;
}
.contact-info ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.contact-info ul li:first-child {
	font-size: 20px;
	font-weight: bold;
	margin-right: 45px;
	padding-top: 5px;
}
.contact-info ul li:nth-child(2) {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	margin-right: 25px;
	width: 280px;
}
.contact-info ul li:nth-child(2):before {
	content: '';
	display: inline-block;
	width: 30px; 
	height: 30px;
	background: url(../image/ico-phone.png) no-repeat;
	background-size: 30px;
}
.contact-info ul li:nth-child(2) a {
	color: #7FAB26;
}
.contact-info ul li:last-child {
	font-size: 20px;
	padding-top: 5px;
}
.contact-info p {
	text-align: center;
}
.contact-box .inner {
    max-width: 830px;
    margin: 0 auto 50px;
}
.wpcf7-not-valid-tip {
	margin-top: 0.5em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	margin-bottom: 50px;
}
.wpcf7 form.sent .wpcf7-response-output {
	padding: 1em;
}
.recaptcha p {
	text-align: center;
	font-size: 14px;
}

#steps-to-joining ul {
    width: 790px;
    margin: 0 auto 75px;
    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;
}
#steps-to-joining .content {
	width: 240px;
	border: 1px solid #5FA74A;
	border-radius: 10px;
	box-sizing: border-box;
}
#steps-to-joining .arw {
	width: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#steps-to-joining .arw img {
	width: 17px;
	border-radius: 0;
}
#steps-to-joining .content dt {
	background-color: #5FA74A;
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	padding: 0.75em;
	border-radius: 9px 9px 0 0;
}
#steps-to-joining .content dd {
	padding: 1em;
}
#steps-to-joining .content dd img {
	display: block;
	width: 58px;
	margin: 0 auto 1em;
}
#steps-to-joining .content dd p {
	width: auto;
	margin: 0;
	font-size: 15px;
}
#entry-form .inner {
	max-width: 830px;
    margin: 0 auto 50px;
}
#recruit-entry {
	margin-bottom: 100px;
}
#recruit-entry .form .form-group_label {
	width: 33%;
}
#recruit-entry .form .form-group_field {
	width: 67%;
}
#recruit-entry .form .form-group_label label {
	box-sizing: border-box;
	padding-right: 60px;
	line-height: 1.5;
	height: auto !important;
}
#recruit-entry .form .form-group_label .label-required {
	right: 15px;
}
#recruit-entry #wpcf7-f33-o1 p {
	width: auto;
	margin: 0;
	font-size: 14px;
	padding-top: 0.25em;
}
input[type="datetime-local"] {
  width: 300px;
  padding: 8px 5px;
  border: 1px solid #dedede;
  margin-top: 0.5em;
}

/*----------------------------------------------------------------------

Privacy Style

----------------------------------------------------------------------*/
#privacy {
	width: 830px;
	margin: 0 auto;
}
.privacy-box {
	margin-bottom: 100px;
}
.privacy-box h2 {
	font-size: 30px;
	font-weight: bold;
	color: #7FAB26;
	margin-bottom: 35px;
}

/*----------------------------------------------------------------------

Footer Style

----------------------------------------------------------------------*/
#footer {
	width: 100%;
	background-color: #F4F1EB;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0;
}
#fnav {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#fnav > li {
	margin-right: 75px;
}
#fnav li li {
	margin-bottom: 1.5em;
	line-height: 1.5;
}
#fnav > li:nth-child(2),
#fnav > li:last-child {
	margin-top: 20px;
}
#fnav a {
	display: block;
	font-weight: bold;
}
#fnav img {
	width: 325px;
}
#footer .container {
	position: relative;
}
#footer .container #fbtn {
	position: absolute;
	top: 20px;
	right: 0;
}
#fbtn li a {
	color: #fff;
	width: 200px;
	height: 54px;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
	border-radius: 8px;
	padding: 19px 0 0 50px;
}
#fbtn li:first-child a {
	background-color: #7FAB26;
	background-image: url(../image/ico-pdf.png);
	background-position: 13px 10px;
	background-repeat: no-repeat;
	background-size: 34px;
}
#fbtn li:last-child a {
	background-color: #00B900;
	background-image: url(../image/ico-line.png);
	background-position: 13px 10px;
	background-repeat: no-repeat;
	background-size: 34px;
}
#fbtn li:first-child {
	margin-bottom: 1em;
}
.copyright p {
	text-align: right;
	font-size: 13px;
}
#page-top {
	width: 50px;
	height: 62px;
	position: fixed;
	right: 15px;
	bottom: 25px;
	z-index: 3;
}

@media only screen and (max-width: 1124px){
#fnav > li {
	margin-right: 15px;
}
#footer .container #fbtn {
	right: 15px;
}
#fnav img {
	width: 244px;
}
}

@media print {
	#nav_global {
		background-color: transparent;
	}
	.sp-nav {
		display: none;
	}

}