@charset "UTF-8";

@media only screen and (min-width: 768px){
a[href^="tel:"] {
	pointer-events: none;
	color: #fff;
}
.table-a a[href^="tel:"] {
	pointer-events: inherit;
	font-weight: bold;
    color: #5FA74A;
    text-decoration: underline;
}
}

@media screen and (min-width:768px) and ( max-width:1150px) {
.header-nav > ul > li:nth-child(2) {
	width: 400px;
}
#gnav {
	width: 400px;
}
}

@media screen and (min-width:768px) and ( max-width:930px) {
.header-nav > ul > li:nth-child(2) {
	width: 260px;
}
#gnav {
	width: 260px;
}
}

@media only screen and (max-width: 767px){
.sp-only {
	display: block !important;
}
.pc-only {
	display: none !important;
}
p {
	font-size: 14px;
}
li {
	font-size: 14px;
}

/*----------------------------------------------------------------------

Header Style

----------------------------------------------------------------------*/
#header {
	height: 50px;
}
#header-logo {
	max-width: inherit;
	width: 180px;
	position: absolute;
	top: 10px;
}
.header-menu {
	width: 50px;
	height: 50px;
	padding: 12px 10px 0;
}
.header-menu span {
	margin-bottom: 7px;
}
.nav_open .header-menu span:nth-of-type(1) {
	top: 12px;
	right: 0;
    width: 40px;
}
.nav_open .header-menu span:nth-of-type(3) {
    width: 40px;
    bottom: 0;
    right: 2px;
}
.header-nav > ul > li:first-child {
    margin-top: 0;
    width: auto;
}
.header-nav > ul > li:last-child {
	margin-right: 50px;
	width: 124px;
}
.header-nav > ul > li:last-child ul {
	justify-content: space-between;
}
.header-nav > ul > li:last-child ul li {
	width: 40px;
	text-indent: -999999px;
}
.header-nav > ul > li:last-child ul li a {
	height: 50px;
	font-size: inherit;
	padding-top: 0;
}
.header-nav > ul > li:last-child ul li.application {
	margin-right: 0;
	background-size: 25px;
	background-position: center;
}
.header-nav > ul > li:last-child ul li.line {
	background-size: 27px;
	background-position: center;
}
.header-nav > ul > li:last-child ul li.instagram {
	margin-right: 0;
	background-size: 25px;
	background-position: center;
}
/*----------------------------------------------------------------------

Title Style

----------------------------------------------------------------------*/
.ttl-a {
	font-size: 30px;
	padding: 35px 0 15px;
}
.ttl-b {
	font-size: 22px;
	margin: 0 auto 20px;
	padding-bottom: 5px;
}
.ttl-c {	
	margin-bottom: 15px;
}
.ttl-c h2 {
	padding: 25px 0;
	font-size: 16px;
}

/*----------------------------------------------------------------------

Link Style

----------------------------------------------------------------------*/
a.link-b {
	color: #5FA74A;
	font-weight: bold;
	background-image: url(../image/img-arrow-right-02@2x.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px;
	padding-right: 30px;
}
.link-c {
	width: 80%;
	background-size: 16px;
	border-radius: 4px;
	box-sizing: border-box;
    position: relative;
}
.link-c a {
	height: 55px;
	font-size: 16px;
}

/*----------------------------------------------------------------------

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 th {
	width: 30%;
	padding: 0.5em;
	font-size: 13px;
	line-height: 1.5;
}
.table-a td {
	width: 70%;
	padding: 0.5em;
	font-size: 13px;
}

/*----------------------------------------------------------------------

Container Box Style

----------------------------------------------------------------------*/
.container-box-a {
	display: inherit;
	display: -webkit-inherit;
	margin-bottom: 25px;
}
.container-box-a-img {
	width: 300px;
	margin: 0 auto 20px;
}
.container-a .container-box-a-img {
	width: 100%;
}
.container-box-a-txt {
	width: 100%;
	max-width: 100%;
}
.container-a .container-box-a-txt {
	width: 100%;
}
.container-box-a-txt h3,
#top-about .container-box-a-txt h3 {
	font-size: 20px;
	margin-bottom: 45px;
}
.container-box-a-txt p {
	margin-bottom: 25px;
}
.container-box-b {
	display: inherit;
	display: -webkit-inherit;
}
.container-box-b-img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.container-box-b-img:last-child {
	margin-bottom: 0;
}
.container-ttl-area {
	height: 100px;
}
.container-ttl-area-container {
	width: 100%;
	height: 100px;
}

/*----------------------------------------------------------------------

Fix Field Style

----------------------------------------------------------------------*/
#fix-field {
	margin-top: 50px;
}
#fix-field.v2 {
	margin-top: 0;
}

/*----------------------------------------------------------------------

Main-Visual-Box Style

----------------------------------------------------------------------*/
/*.bg-video-wrap {
	height: 500px;
}*/
.move-title {
	width: 100%;
	height: 200px;
}
.move-title img {
	width: 70%;
	margin-bottom: 30px;
}
.move-title h2 {
	font-size: 20px;
}
video {
	width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------

Top KV Style

----------------------------------------------------------------------*/
#kv {
	background-image: url(../image/bg-kv.png);
	min-height: 300px;
	padding-top: 7%;
}
#kv p {
	font-size: 25px;
	line-height: 1.5;
	color: #EA8F32;
	padding-top: 38px;
	background-size: 39px auto;
}

/*----------------------------------------------------------------------

Main-Visual-Box Style

----------------------------------------------------------------------*/
.move-title {
	width: 100%;
	height: 200px;
}
.move-title img {
	width: 70%;
	margin-bottom: 30px;
}
.move-title h2 {
	font-size: 20px;
}
video {
	width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------

Top About Style

----------------------------------------------------------------------*/
#top-about {
	padding-top: 30px;
	background-size: 80px;
}
#top-about .link-c {
    margin-top: 35px;
}

/*----------------------------------------------------------------------

Top Treatment Style

----------------------------------------------------------------------*/
#top-treatment {
	padding: 45px 15px 50px;
}
#top-treatment .container-box-a-txt li {
	width: 100%;
	margin-bottom: 15px;
}
#top-treatment .container-box-a-txt li a {
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
}

/*----------------------------------------------------------------------

Top Medical Nursing Care Personnel Recruit Style

----------------------------------------------------------------------*/
#top-medical-nursing-care-personnel-recruit {
	padding: 50px 0;
	background: -moz-linear-gradient(top, #EBF5E8 150px, #fff 150px , #fff); 
	background: -webkit-linear-gradient(top, #EBF5E8 150px, #fff 150px, #fff); 
	background: linear-gradient(to bottom, #EBF5E8 150px, #fff 150px, #fff); 
}
#top-medical-nursing-care-personnel-recruit .container-box-b img {
	margin-bottom: 15px;
}
#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: 20px;
	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 a {
	display: block;
}

/*----------------------------------------------------------------------

Top News Style

----------------------------------------------------------------------*/
#top-news {
	padding: 10px 0 50px;
}
#top-news dl {
	display: inherit;
	display: -webkit-inherit;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#top-news dt {
	width: 100%;
	max-width: 100%;
	padding-left: 10px;
	font-size: 15px;
}
#top-news dd {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	font-size: 14px;
	padding-right: 0;
}

/* 21-11-1 news */
#news-211101 h3, #news-220419 h3, #news-220701 h3 {
	font-size: 15px;
	margin-top: 1em;
}

/*----------------------------------------------------------------------

Top Addition Style 22-7-14

----------------------------------------------------------------------*/
.top-addition {
	padding: 20px 0 55px;
}
.top-addition h3 {
	font-size: 15px;
}

/*----------------------------------------------------------------------

Breadcrumbs Area Style

----------------------------------------------------------------------*/
.breadcrumbs-area {
	display: none;
}

/*----------------------------------------------------------------------

Sub Main Visual Box Style

----------------------------------------------------------------------*/
#sub-main-visual-box {
	height: 150px;
	margin-bottom: 45px;
}
#sub-main-visual-box h1 {
	padding-top: 50px;
	font-size: 30px;
}
#sub-main-visual-box p {
	margin-top: 0;
	font-size: 14px;
}
.sub-main-visual-container {
	width: 100%;
}
.sub-main-visual-container h1 {
	font-size: 25px;
}
.sub-main-visual-container p {
	font-size: 15px;
	margin-top: 10px;
}

/*----------------------------------------------------------------------

About Style

----------------------------------------------------------------------*/
#about .container-box-a {
	margin-bottom: 50px;
	width: 100%;
}
#about .container-box-a h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.about-philosophy {
	padding: 35px 15px;
}
.about-philosophy h2 {
	font-size: 14px;
}
.about-philosophy h3 {
	font-size: 23px;
	margin-bottom: 10px;
}
.about-philosophy p {
	font-size: 14px;
}
#about .container-box-a-txt h3 {
	font-size: 20px;
    margin-bottom: 45px;
}
#about-doctor {
	margin-bottom: 60px;
}
.about-doctor-box {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
#about-doctor .about-doctor-txt-container .link-c {
	margin: 0 auto;
}
#about-doctor .about-doctor-box , #recruit .about-doctor-box {
    background-image: none;
}
#about-doctor .about-doctor-img , #recruit .about-doctor-img {
	margin: 0 auto 15px;
}
#about-doctor .about-doctor-box h3 , #recruit .about-doctor-box h3 {
	background-color: #EBF5E8;
	border-radius: 8px;
	padding: 7px 10px;
}
.about-doctor-img {
	width: 100%;
}
.about-doctor-img img {
	width: 90%;
	display: block;
	margin: 0 auto;
}
#about-doctor .about-doctor-box:nth-child(2) .about-doctor-img,
#about-doctor .about-doctor-box:nth-child(4) .about-doctor-img {
	-webkit-order: -1;
	order: -1;
}
.about-doctor-txt {
	width: 100%;
	margin: 0 auto;
}
.about-doctor-txt-container {
	box-sizing: border-box;
	padding: 0 0 50px;
}
.about-doctor-box:last-child .about-doctor-txt-container {
	padding-bottom: 0;
}
.about-doctor-txt h3 {
	font-size: 20px;
	padding: 10px 0;
	width: 90%;
	margin: 0 auto 1em;
}
.about-doctor-txt h4 {
	font-size: 17px;
	width: 90%;
	margin: auto;
}
.about-doctor-txt p {
	margin: 0 auto 15px;
	width: 90%;
}
.about-consultation-txt {
	width: 100%;
}
.about-consultation-img {
	width: 100%!important;
	-webkit-order: -1;
	order: -1;
	margin-bottom: 20px;
}
.about-consultation-img img {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.about-consultation-txt .link {
	width: 80%;
	background-position: left 20px center;
	margin: 30px auto 20px;
    position: relative;
}
.about-consultation-txt .link a {
	height: 55px;
	font-size: 16px;
}
.about-consultation-txt .link a:before {
	background-size: 18px;
	padding-right: 15px;
}
.about-message-container {
	padding: 20px 15px 15px;
}
.about-message-container p {
	font-size: 16px;
	margin-bottom: 20px;
}
#about-overview {
	margin: 60px auto 70px;
}
.about-overview-container {
	width: 100%;
}
.about-overview-box {
	width: 100%;
}
.about-overview-box dl dt {
	width: 35%;
	padding: 10px;
	font-size: 14px;
}
.about-overview-box dl dd {
	width: 65%;
	padding: 10px;
	font-size: 14px;
}
.about-overview-box:last-child dl {
	border-top: none;
}
.about-privacy-container {
	width: 100%;
}
.about-privacy-container p {
	margin-bottom: 30px;
}

/*----------------------------------------------------------------------

Member Style

----------------------------------------------------------------------*/
.about-doctors-box:last-child {
	margin-bottom: 50px;
}
.about-doctors-img {
	margin-bottom: 50px;
}
.about-doctors-name {
	position: static;
	width: 100%;
	height: inherit;
	min-height: inherit;
	padding: 15px 15px 0 0;
	transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.about-doctors-name h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.about-doctors-name p {
	font-size: 16px;
}
.about-doctors-txt {
	width: 100%;
}
.about-doctors-txt p {
	margin-bottom: 15px;
}
.about-doctors-txt .content {
	width: 100%;
	margin-bottom: 30px;
}
.about-doctors-txt .content:last-child {
	margin-bottom: 0;
}
.about-doctors-txt .content h3 {
	font-size: 19px;
	padding-bottom: 0.5em;
	margin-bottom: 0.75em;
}

/*----------------------------------------------------------------------

Service Style

----------------------------------------------------------------------*/
#service-contents,
#service-use {
	margin-bottom: 50px;
}
#service-contents .inner {
	margin-bottom: 25px;
}
#service-contents .flex .content {
	width: 100%;
	margin-bottom: 25px;
}
#service-contents .flex .content:last-child {
	margin-bottom: 0;
}
#service-contents .flex .content .img {
	max-width: 348px;
	width: 100%;
	margin: auto;
}
#service-contents .flex .content ul {
	margin-bottom: 25px;
}
#service-contents .flex .content ul:last-child {
	margin-bottom: 0;
}
#service-contents .flex .content li {
	font-size: 14px;
}
#treatment-area .btn a {
	margin: 0 auto 25px;
}
.tabs {
	border: 7px solid #EBF5E8;
	position: relative;
}
.tab_item {
	width: 45%;
	height: 60px;
	line-height: 1.5;
	font-size: 14px;
	top: -67px;
	left: 10px;
	box-sizing: border-box;
	padding: 10px;
}
.tab_item_02 {
	left: inherit;
	right: 10px;
}
.tab_content {
	padding: 30px 15px;
}
#service-use .tab_content h3 {
	font-size: 19px;
	line-height: 1.5;
}
#service-use table {
	margin-bottom: 25px;
}
#service-use .procedure {
	margin-bottom: 25px;
}
#service-use .fee .txt {
	margin-bottom: 20px;
}
#service-use .fee h4 {
	font-size: 15px;
}
#service-use .fee .table-a th,
#service-use .fee .table-a td {
	width: auto;
}
#service-use .fee .table-a .time th {
	width: 25%;
}
#service-use .fee li {
	font-size: 13px;
}
#service-use .tabs {
	margin-top: 80px;
}
#medical-insurance_content .txt {
	margin-bottom: 25px;
}

/*----------------------------------------------------------------------

Work Style

----------------------------------------------------------------------*/
#about-features .inner {
    margin-bottom: 25px;
}
#work-image {
	margin-bottom: 50px;
}
#work-image .tabs {
	margin-top: 80px;
}
#work-image .tab_item {
	width: 30%;
	left: 3%;
}
#work-image .tab_item_02 {
	left: 36%;
}
#work-image .tab_item_03 {
	left: 69%;
}
#image-day_content {
	background: none;
}
.tab_content_container {
	margin-bottom: 15px;
}
.tab_content_container dl dt {
	font-size: 16px;
	width: 25%;	
	padding-bottom: 20px;
	padding-left: 20px;
}
.tab_content_container dl dd {
	width: 75%;
	padding-bottom: 20px;
}
.tab_content_container dl dd h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.tab_content_container dl dd p {
	margin-bottom: 20px;
}
.tab_content_container .container {
	margin: 0 auto 50px;
}
#image-month_content.tab_content {
	padding: 30px 0;
}
#image-month_content li {
	padding: 0 8px;
}
#image-month_content li h3 {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 0.75em;
}
#image-month_content li .img {
	width: 75%;
}
#image-month_content li p {
	font-size: 15px;
}
#image-month_content li p span {
	font-size: 40px;
}
.medical-nursing-care-personnel-promise {
	margin-bottom: 50px;
}
.medical-nursing-care-personnel-promise dl {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.medical-nursing-care-personnel-promise dl:last-child {
	margin-bottom: 0;
}
.medical-nursing-care-personnel-promise dt {
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}
.medical-nursing-care-personnel-promise dd {
	width: 100%;
}
.medical-nursing-care-personnel-promise dd p {
	margin-bottom: 15px;
}

/*----------------------------------------------------------------------

Voice Style

----------------------------------------------------------------------*/
#voice {
	margin-bottom: 40px;
}
.voice-box {
	margin-bottom: 15px;
}
.voice-box dl {
	border: 1px solid #BFBFBF;
}
.voice-box dt {
	padding: 10px;
}
.voice-box dt ul li {
	line-height: 1.5;
}
.voice-box dt ul li:first-child {
	width: 20%;
	font-size: 14px;
}
.voice-box dt ul li:nth-child(2) {
	width: 70%;
	font-size: 16px;
}
.voice-box dt ul li:nth-child(2) h2 {
	line-height: 1.5;
}
.voice-box dd {
	padding: 10px;
}

/*----------------------------------------------------------------------

Treatment Style

----------------------------------------------------------------------*/
#treatment {
	margin-top: 0;
	margin-bottom: 80px;
	background-size: 80px;
	padding-top: 20px;
}
.treatment-target {
	margin-bottom: 60px;
}
.treatment-target ul {
	padding: 15px 15px 20px;
	margin-bottom: 20px;
}
#treatment-price {
	margin-bottom: 60px;
}
#treatment-price table {
	margin: 25px auto 10px;
}
#treatment-price table th {
	padding: 7px;
	font-size: 14px;
	line-height: 1.5;
}
#treatment-price table td {
	padding: 7px;
	font-size: 14px;
}
.treatment-price-date {
	margin-bottom: 20px;
}
#treatment-area {
	margin-bottom: 50px;
}
.treatment-area-container {
	display: inherit;
	display: -webkit-inherit;
}
.treatment-area-txt {
	width: 100%;
}
.treatment-area-txt p {
	margin-bottom: 25px;
}
.treatment-area-img {
	width: 100%;
}
#treatment-inspection {
	margin-bottom: 55px;
}
#treatment-inspection table {
	margin: 35px auto 0;
}
#treatment-inspection table th {
	width: 30%;
	border-bottom: 1px solid #BFBFBF;
	padding: 7px;
	font-size: 14px;
}
#treatment-inspection table td {
	padding: 7px;
	font-size: 14px;
	border-top: 1px solid #BFBFBF;
}
#treatment-flow,
#about-features {
	margin-bottom: 50px;
}
#treatment-flow .about-doctor-txt h3, #about-features .about-doctor-txt h3 {
	margin-bottom: 10px;
}
#treatment-flow .about-doctor-txt-container, #about-features .about-doctor-txt-container {
	padding-bottom: 25px;
}
#treatment-flow .about-doctor-container h3,
#about-features .about-doctor-container h3 {
	font-size: 19px;
}
#treatment-flow .about-doctor-box, #about-features .about-doctor-box {
	margin-top: -60px;
	margin-bottom: 40px;
}
#treatment-flow .about-doctor-box .about-doctor-txt-container, #about-features .about-doctor-box .about-doctor-txt-container {
	padding: 80px 0 0;
}
#treatment-flow .about-doctor-box:nth-child(4) {
	margin-bottom: 35px;
}
#treatment-flow .about-doctor-box .link-c {
	margin: 0 auto 20px;
	width: 85%;
}
#treatment-flow .about-doctor-box .link-c a {
	font-size: 15px;
}
#about-features .list-style-a {
	width: 90%;
    margin: 0 auto 15px;
}

/* 22-5-13 #home-inspection */
#home-inspection {
	margin-bottom: 55px;
}
#home-inspection .flex-wrapper ul {
	display: block;
}
#home-inspection .flex-wrapper li {
	width: 100%;
	margin-bottom: 1.5em;
}
#home-inspection .flex-wrapper li p {
	font-size: 14px;
}

/*----------------------------------------------------------------------

Medical Nursing Care Personnel Style

----------------------------------------------------------------------*/
#medical-nursing-care-personnel {
	margin-top: 0;
	background-size: 80px;
	padding-top: 20px;
}
.medical-nursing-care-personnel-box {
	display: inherit;
	display: -webkit-inherit;
}
.medical-nursing-care-personnel-txt {
	width: 100%;
}
.medical-nursing-care-personnel-txt p {
	width: 100%;
	margin-bottom: 25px;
}
.medical-nursing-care-personnel-txt h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.medical-nursing-care-personnel-img {
	width: 100%;
}
.medical-nursing-care-personnel-img img {
	display: block;
	margin: 0 auto;
	width: 80%;
}
.medical-nursing-care-personnel-voice {
	padding: 20px 15px;
	margin-bottom: 25px!important;
}

/*----------------------------------------------------------------------

Recruit Style

----------------------------------------------------------------------*/
#recruitment-flow,
#recruitment-recommended,
.recruit-about,
#recruit-message,
#recruit-faq {
	margin-bottom: 50px;
}
#recruitment-flow .inner {
    margin-bottom: 45px;
}
#recruitment-flow .inner p {
	font-size: 15px;
}
#recruitment-flow .step {
	height: auto;
	padding-bottom: 1em;
}
#recruitment-flow .step h3 {
	text-align: center;
	width: 60px;
	height: 60px;
	font-size: 13px;
	margin: -30px auto 5px;
	padding-top: 14px;
}
#recruitment-flow .step h3 span {
	font-size: 21px;
}
#recruitment-flow .step .img {
	width: 75%;
}
#recruitment-flow .arw img {
	display: none;
}
#recruitment-flow .step p {
	font-size: 13px;
	line-height: 1.2;
}
.recruit-about {
	margin-bottom: 30px;
}
.recruit-about li {
	width: 48%;
	margin-bottom: 20px;
}
/*.recruit-about li a {
	height: 90px;
}
.recruit-about li a p {
	font-size: 16px;
	width: 100%;
	text-align: center;
}*/
.recruit-about li p {
	height: 90px;
}
.recruit-about li p {
	font-size: 16px;
	width: 100%;
	text-align: center;
}
.recruit-about li.under-recruitment p:after {
	font-size: 12px;
	top: 10px;
	width: inherit;
}
.recruit-about li.under-recruitment.clerk p:after {
	font-size: 11px;
	width: 88%;
    left: 3%;
}
#recruit-message .flex {
	margin-bottom: 38px;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #EEE3D9;
}
#recruit-message .flex .content {
	width: 100%;
	padding-left: 0;
}
#recruit-message .flex .img {
	width: 90%;
	order: -1;
	margin: 0 auto 1em;
}
#recruit-message .flex .content h3 {
	font-size: 19px;
	margin-bottom: 1em;
}
#recruit-message .flex .content p {
	font-size: 17px;
}
#recruit-message .container-box-a {
	display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
#recruit-message .container-box-a-txt {
	order: -1;
	margin-bottom: 1.5em;
}
#recruit-message .container-box-a-txt h3 {
	margin-bottom: 1em;
}

.recruit-how-to-work-container p {
	width: 100%;
	margin-bottom: 30px;
}
.recruit-how-to-work-container img {
	width: 100%;
	margin-bottom: 40px;
}
.recruit-how-to-work .about-doctor-box:nth-child(2) .about-doctor-img,
.recruit-how-to-work .about-doctor-box:nth-child(4) .about-doctor-img {
	-webkit-order: 0;
	order: 0;
}
#recruit-message {
	margin-bottom: 60px;
}
.recruit-how-to-work-container {
	margin-bottom: 60px;
}
.recruit-how-to-work .link-c {
	margin: 0 auto;
}
#recruit-faq {
	margin-bottom: 50px;
}
.recruit-faq-box.voice-box dl {
	margin-bottom: 20px;
}
.recruit-faq-box.voice-box dt ul li:first-child {
	width: 8%;
}
.recruit-faq-box.voice-box h3 {
	font-size: 16px;
	line-height: 1.5;
}
.recruit-faq-box.voice-box dd {
	padding: 10px;
}
.recruit-faq-box.voice-box dd ul li:first-child {
	width: 8%;
}
.recruit-faq-box.voice-box dd ul li:last-child {
	width: 92%;
}
.recruit-faq-box.voice-box dd ul li:last-child p {
	margin-bottom: 15px;
}
#recruit-link {
	margin-bottom: 50px;
}
#recruit-link .link-c {
	margin: 0 auto 60px;
	width: 80%;
}
#recruit-link li {
	width: 48%;
}
#recruit-link li a {
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 40px;
	font-size: 15px;
}
.recruit-points .link-c {
	width: 80%;
}

#tour {
	margin-bottom: 50px;
}
#tour .inner {
    margin: 0 auto 20px;
}
#tour .inner h3 {
    font-size: 15px;
}
.tour-details {
	border: 7px solid #F4F1EB;
    padding: 20px 15px;
    margin-bottom: 30px;
}
.tour-details h3 {
    font-size: 19px;
}
.tour-details .photo-list {
	display: block;
	margin: 20px 0 16px;
}
.tour-details .photo-list img {
	width: 300px;
	margin: auto;
	margin-bottom: 16px;
}
.tour-details .schedule {
	margin-bottom: 20px;
}
.tour-details .schedule .item {
	background-color: #DFF1E6;
    border-radius: 8px;
    padding: 1em;
    line-height: 1.5;
    display: block;
}
.tour-details .schedule .item dt {
	margin-bottom: 0.5em;
}
.tour-details .schedule .item dd {
	font-size: 14px;
}

/*----------------------------------------------------------------------

Company Style

----------------------------------------------------------------------*/
#company .recruit-points iframe {
	aspect-ratio: 9/16;
}

/*----------------------------------------------------------------------

Contact Style

----------------------------------------------------------------------*/


/*----------------------------------------------------------------------

Message Style

----------------------------------------------------------------------*/
#recruit-message-about .container-box-a {
	margin-bottom: 50px;
}
#recruit-message-about .container-box-a:last-child {
	margin-bottom: 60px;
}
#recruit-message-about .container-box-a .container-box-a-txt {
	margin-top: 15px;
}
#recruit-message-about .container-box-a .container-box-a-txt h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#recruit-message-area {
	margin-bottom: 50px;
}
.recruit-message-box-container {
	padding: 25px;
}
.recruit-message-box-container h2 {
	font-size: 20px;
}

/*----------------------------------------------------------------------

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: 100%;
}
.about-consultation-txt p {
	margin-left: 10px;
	margin-bottom: 25px;
}
.about-consultation-img {
	width: 100%;
}
#work-full-time .about-consultation-box , #work-part-time .about-consultation-box {
	margin-bottom: 55px;
}
#recruit-conference .about-consultation-txt h3 {
	font-size: 20px;
}
.recruit-recommended {
	margin-bottom: 55px;
}
.recruit-recommended li {
	font-size: 16px;
	margin-bottom: 15px;
}
.recruit-example {
	margin-bottom: 60px;
}
.recruit-example .ttl-b {
	margin-bottom: 90px;
}
#work-waiting .recruit-example .ttl-b {
	margin-bottom: 35px;
}

.recruit-conference .about-consultation-txt h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.recruit-conference .about-consultation-txt p {
	margin: 0 0 25px 0;
}
.recruit-flow-box {
	margin-bottom: 55px;
}
.recruit-flow-box p {
	width: 100%;
	margin: 0 auto 25px;
}
.recruit-interview {
	margin-bottom: 55px;
}
.recruit-points {
	margin-bottom: 60px;
}
#work-part-time .recruit-example h2 {
	margin-bottom: 25px;
}
#work-part-time .recruit-example p , #work-waiting .recruit-example p {
	width: 100%;
	margin: 0 auto 20px;
}
#work-part-time .recruit-example h3 {
	font-size: 18px;
	width: 100%;
	margin: 0 auto 25px;
}
#work-part-time .recruit-example figure , #work-waiting .recruit-example figure {
	border: 10px solid #EBF5E8;
	padding: 20px 15px;
	margin-bottom: 60px;
}
#work-part-time .recruit-example figure img , #work-waiting .recruit-example figure img {
	width: 100%;
}
#work-waiting .recruit-how-to-work , #work-waiting-nurse .recruit-how-to-work {
	width: 100%;
	margin: 0 auto 45px;
}
#work-waiting .recruit-how-to-work p , #work-waiting-nurse .recruit-how-to-work p {
	width: 100%;
	margin-bottom: 20px;
}

/*----------------------------------------------------------------------

Work Clerk Style 22-2-19

----------------------------------------------------------------------*/
.clerk-introduction .flex-wrapper {
	display: block
}
.clerk-introduction .occupation {
	width: 100%;
}
.clerk-introduction .occupation .pic {
	margin-bottom: 10px;
}
.clerk-introduction .occupation h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.clerk-introduction .occupation p {
	margin-bottom: 8px;
}
.clerk-introduction .occupation .btn {
	width: 75%;
}
.clerk-introduction .occupation .btn a {
	line-height: 1.5;
    font-size: 15px;
}

/* msw */
#work-clerk-msw .about-consultation-box {
    margin-bottom: 55px;
}

/* driver */
#work-clerk-driver .about-consultation-box {
    margin-bottom: 55px;
}

/*----------------------------------------------------------------------

Entry Style

----------------------------------------------------------------------*/
#contact {
	margin-bottom: 50px;
}
#recruit-entry p , #contact p {
	width: 100%;
	margin: 0 auto 30px;
}
.form {
	margin-bottom: 13px;
}
.form .form-group:first-child .form-group_field {
	margin: 20px auto 20px;
    padding-top: 0;
}
.form .form-group:first-child {
    padding-bottom: 0!important;
}
.form .form-group {
    border-bottom: none;
    display: block;
}
.form .form-group_label {
    width: 100%;
    font-size: 15px;
    padding: 8px 10px!important;
    display: block;
    height: 50px!important;
}
.form .form-group_label label {
    padding-right: 0;
    height: 50px!important;
}
.form .form-group_label .label-required {
    right: 10px;
    top: -3px;
}
.form .form-group_field {
    width: 100%;
    padding: 25px 0 0 0;
    display: block;
}
.inline-block {
    display: inline-block !important;
}
.form .field-select {
	width: 150px!important;
	font-size: 14px;
}
.form [name="month"] {
	width: 50px!important;
}
.form [name="day"] {
	width: 50px!important;
}
.form .field-select, .form .field-text {
    display: block;
    width: 100%;
    max-width: 520px;
    border: 1px solid #dedede;
    padding: 8px 5px;
    box-sizing: border-box;
}
#recruit-entry .form-group:nth-child(2) {
	height: 20px!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
#contact .form-group:nth-child(2) {
	padding-top: 0!important;
}
#contact .form-group:nth-child(9) {
	height: 20px!important;
	margin-bottom: 30px!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 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: 40px;
}
.contact-box:first-child p {
	text-align: center;
}
#contact .contact-box:nth-child(2) p {
	text-align: center;
	margin-bottom: 0;
}
#contact .contact-box:nth-child(2) .link-c {
	margin: 0 auto;
	background-position: right 10px center;
}
#contact .contact-box:nth-child(2) .link-c a {
	font-size: 15px;
}
#contact .contact-box p {
	margin-bottom: 0;
}
#contact .contact-box:nth-child(3) {
	margin-bottom: 40px;
}
#contact .contact-box:nth-child(3) p {
	margin-bottom: 0;
}
.contact-info {
	width: 100%;
	padding: 25px 15px;
	box-sizing: border-box;
}
.contact-info ul {
	display: inherit;
	display: -webkit-inherit;
	height: inherit;
	padding: 0;
	text-align: center;
	width: 100%;
}
.contact-info ul li {
	text-align: center;
	margin-bottom: 5px;
}
.contact-info ul li:first-child {
	font-size: 16px;
	margin-right: 0;
	margin-bottom: 0.5em;
}
.contact-info ul li:nth-child(2) {
	font-size: 24px;
	margin-right: 0;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.contact-info ul li:nth-child(2):before {
	width: 18px; 
	height: 18px;
	background-size: 18px;
	padding-right: 10px;
}
.contact-info ul li:last-child {
	font-size: 15px;
}
.form .form-wrap {
    position: relative;
    box-sizing: border-box;
}
.form .form-group {
    padding: 25px 0 0 0;
    width: 100%;
    position: relative;
    content: "";
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
}
.form .form-group:first-child {
    padding-top: 15px
}
.form .form-group:last-child {
    border-bottom: 0
}
.form .form-group_label {
    position: relative;
    float: none;
    width: 100%;
    height: 100%
}
.form .form-group_label label {
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.form .form-group_field {
    float: none;
    width: 100%;
}
.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 {
    position: relative;
    margin-top: 40px
}
.form label.error {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #cc2503;
    font-size: 12px
}
.wpcf7-list-item-label {
	font-size: 14px;
}
.contact-box .inner {
	margin-bottom: 25px;
}
.recaptcha p {
	font-size: 11px;
}

#steps-to-joining ul {
    width: 100%;
    margin-bottom: 38px;
	display: block;
}
#steps-to-joining .content {
	width: 100%;
}
#steps-to-joining .arw {
	display: block;
	margin: auto;
	transform: rotate( 90deg );
	text-align: center;
	padding: 0.5em;
}
#steps-to-joining .content dt {
	font-size: 19px;
}
#steps-to-joining .content dd p {
	font-size: 14px;
}
#recruit-entry {
	margin-bottom: 50px;
}
#recruit-entry .form .form-group_label {
	width: 100%;
}
#recruit-entry .form .form-group_field {
	width: 100%;
}
#recruit-entry .wpcf7-list-item {
	display: block;
	margin-bottom: 0.5em;
	margin-left: 0;
}
#recruit-entry .wpcf7-list-item-label {
	font-size: 16px;
}

/*----------------------------------------------------------------------

Privacy Style

----------------------------------------------------------------------*/
#privacy {
	width: 100%;
}
.privacy-box {
	margin-bottom: 50px;
}
.privacy-box h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

/*----------------------------------------------------------------------

Footer Style

----------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 30px 0 25px;
}
#fnav {
	display: inherit;
	display: -webkit-inherit;
	margin: 0 auto 15px;
}
.footer-nav .container > ul > li {
	font-size: 14px;
}
.footer-nav .container > ul > li:first-child li:first-child {
	font-size: 16px;
	margin-bottom: 22px;
}
.footer-nav .container > ul > li:first-child {
	margin-bottom: 30px;
}
.footer-nav .container > ul > li li {
	margin-bottom: 15px;
}
#page-top {
	display: none!important;
}
.copyright p {
	text-align: center;
}
#footer .container #fbtn {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1em;
}
#fbtn li {
	width: 49%;
}
#fbtn li:first-child {
	margin-bottom: 0;
}
#fbtn li a {
	width: 100%;
}

/*----------------------------------------------------------------------

Pharmacy Style

----------------------------------------------------------------------*/
#pharmacy {
	margin-top: 0;
	background-size: 80px;
	padding-top: 20px;
}
#content-pharmacy ol {
	margin: 25px 0;
}
#content-pharmacy li {
	padding-left: 2em;
}
#content-pharmacy .form .form-group:first-child .form-group_field {
	margin-bottom: 0;
}

}