@charset "utf-8";
/*
Theme Name: 沖縄中央福祉会
Description: 沖縄中央福祉会 WordPress Theme
Version: 1.0.0
Author: 丸正印刷
Author URI: https://www.marumasa.or.jp
*/

/* ==========================================================================
   Foundation
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
    vertical-align:middle;
}

/* Base
   ----------------------------------------------------------------- */
html {
	font-size:62.5%;/* 10px */
}
body {
	color:#2a2a2a;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.4rem;
	line-height:1.5;
}
body.recruit,
body.guideline {
	background:#f7fbf7;
}
body.voice {
	background:#fff;
}
input, select, textarea {
	font-family:inherit;
	font-size:inherit;
}
input:focus, textarea:focus {
	background:#fbfbfb;
}
a {
	color:#2a2a2a;
	text-decoration:none;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
a:hover {
	color:#2a2a2a;
	text-decoration:none;
}
a:active, a:focus {
	outline:none;
}
img,
iframe {
	height:auto;
	max-width:100%;
}
#disnon {
	display:none;
}
.alpha:hover img {
    opacity: 0.7;
}

/* ==========================================================================
   Layout
   ========================================================================== */

/* Header
   ----------------------------------------------------------------- */
.l-header {
	height:70px;
}
.l-header .l-header__inner {
	padding:0;
	height:70px;
	align-items: center;
    display: flex;
	background:#fff;
}
.corp .l-header .l-header__inner {
	position: fixed;
    top: 0;
    right: 0;
    z-index:9999;
    width:100%;
}
.recruit .l-header {
	background:#fff;
}
.l-header .l-header__inner h1 {
	margin:0 0 0 3%;
}
.l-header .l-header__inner h1 img {
	width: 54%;
}
.l-header .contact-nav {
	position: absolute;
    right: 70px;
    top: 0px;
    width: 60px;
    border: 1px solid #fc6c4d;
    height: 44px;
    text-align: center;
    padding-top: 24px;
}
.recruit .l-header .contact-nav {
    border: 1px solid #008c5f;
}
.l-header .contact-nav img {
	width:45%;
}

.l-header .contact-nav1 {
	position: absolute;
    right: 130px;
    top: -2px;
    width: 65px;
    height: 44px;
    text-align: center;
    padding-top: 24px;
}
.recruit .l-header .contact-nav1 {
    border: 1px solid #008c5f;
}
.l-header .contact-nav1 img {
	width:45%;
}

/* Mainvisual
   ----------------------------------------------------------------- */
/*#slider {
	margin-bottom:30px !important;
}*/

.slider-pro._sp {
	height:400px !important;
}
.slider-pro._sp img {
	margin-top:0 !important;

	object-fit: cover;
}

.slider-pro._sp .sp-slide {
	height:400px !important;
}
.slider-pro._sp .sp-image {
	height:400px !important;
}
.slider-pro._sp .sp-image-container {
	height:400px !important;
}
.slider-pro._sp .sp-slides-container {
	height:400px !important;
}
.slider-pro._sp .sp-grab {
	height:400px !important;
}
.slider-pro._sp .sp-mask {
	height:400px !important;
}

.top-info-area {
	margin-bottom: 30px;
}
.top-info-area_inner {
	display: flex;
	align-items: center;
	background: #00a749;
	color: #fff;
	height: 70px;

}
.top-info-area_inner a {
	color: #fff;
}
.top-info-area_title {
	width: 30%;
	text-align: center;
}
.top-info-area_day {
	width: 60%;
}
.top-info-area_tolist {
	width: 30%;
	text-align: center;
	background: #fff;
	height: 68px;
	line-height: 68px;
	border: 1px solid #00a749;
}
.top-info-area_tolist a {
	color: #00a749;
	display: block;
	height: 100%;
}
.top-info-area_line {
	margin-left: 5px;
  font-size: 2.2rem;
  position: relative;
  top: 2px;
}


/* Global Navi
   ----------------------------------------------------------------- */
ul#menu {
	list-style-type:none;
	background:#fc6c4d;
	opacity:0.9;
	position:absolute;
	left:0px;
	top:0px;
	z-index:990;
	display:none;
}
.recruit ul#menu {
	background:#008c5f;
}
.recruit ul#menu li:last-child {
	background:#fc6c4d;
}
ul#menu li {
	border-bottom:1px solid #fff;
}
ul#menu li:last-child {
	border-bottom:none;
}
ul#menu li a {
	text-decoration:none;
	display:block;
	padding:15px 10px;
	color:#fff;
}

ul#menu li a:hover {
	opacity:0.7;
}
ul#menu li:nth-child(9),
ul#menu li:nth-child(10) {
	background:#008c5f;
}
div#sp-icon {
	width:70px;
	height:70px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:999;
	background:#fc6c4d;
	cursor: pointer !important;
}
.recruit div#sp-icon {
	background:#008c5f;
}
div#sp-icon:hover {
	cursor:pointer;
	opacity:0.7;
}
div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
	display:inline-block;
	width:30px;
	height:3px;
	background:#fff;
	transition-property:transform;
	transition-duration:0.3s;
}
div#sp-icon span {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate( -50%, -50% );
}
div#sp-icon span:before {
	content:"";
	position:absolute;
	transform:translateY( -10px ) rotate( 0deg );
}
div#sp-icon span:after {
	content:"";
	position:absolute;
	transform:translateY( 10px ) rotate( 0deg );
}
div.sp-close span {
	background:transparent!important;
}
div.sp-close span:before {
	transform:rotate( 45deg ) !important;
}
div.sp-close span:after {
	transform:rotate( -45deg ) !important;
}

/* Main
   ----------------------------------------------------------------- */
.l-main {
	display:block;
}
   .l-main section {
	margin-bottom:50px;
}
.l-main section#index-anker {
	margin-bottom:0;
	margin-top:-70px;
	padding-top:70px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
.l-main section#index-anker {
	margin-bottom:0;
	padding-top:420px;
	margin-top:-420px;
}
}
.l-main.layer {
	margin: -40px auto 0;
    background: #fff;
    width: 95%;
    padding: 30px 0%;
}

#main_slide ul {
	height:200px !important;
}
#main_slide ul img {
	height:200px !important;
}

/* Footer
   ----------------------------------------------------------------- */
.l-footer-nav {

}
.l-footer-nav-tbl {
	width:100%;
	text-align:center;
}
.l-footer-nav-tbl td {
	border:1px solid #e7e2d7;
	width:50%;
}
.l-footer-nav-tbl a {
	display:block;
	padding:20px 0;
}
.l-footer .l-footer__inner {

}
.l-footer .l-footer-wrap {
	border-top:1px solid #e7e2d7;
	border-bottom:1px solid #e7e2d7;
	margin:20px 0;
	padding:20px 10px;
}
.recruit .l-footer .l-footer-wrap {
	border-top:none;
	border-bottom:none;
	margin:0;
}
.recruit .l-footer .l-footer-wrap ul {
	display:flex;
	justify-content:center;
	font-size:1.2rem;
}
.recruit .l-footer .l-footer-wrap ul li {
	margin-right:20px;
}
.recruit .l-footer .l-footer-wrap ul li:last-child {
	margin-right:0;
}
.arrow{
	position: relative;
}
.arrow::after{
	content:"";
	display: block;
	width:6px;
	height:6px;
	border-top:1px solid #2a2a2a;
	border-right:1px solid #2a2a2a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left:-13px;
	top:50%;
	margin-top:-4px;
}
.l-footer .l-footer-wrap p {
	text-align:center;
}
.l-footer .l-footer-wrap p:nth-child(2) {
	font-size:2.4rem;
	margin-bottom:5px;
}
.l-footer .l-footer-wrap p:nth-child(3) {
	font-size:1.3rem;
}
.accordion_dl dt {
    padding: 20px 15px 20px 20px;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
.accordion_dl .first {
    background-color: #139edd;
}
.accordion_dl .second {
    background-color: #11b763;
}
.accordion_dl dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
.accordion_dl dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
}
.accordion_dl dt.first:after {
  background: #139edd;
}
.accordion_dl dt.second:after {
  background: #11b763;
}
.accordion_dl dt.active:before {
  margin-top: -2px;
}
.accordion_dl dt.active:after {
  margin-top: 3px;
}
.accordion_dl dd {
	padding:15px 10px;
}
.accordion_dl li {
	margin-bottom:10px;
}
.accordion_dl .first-ul {
	color:#139edd;
}
.accordion_dl .second-ul {
	color:#11b763;
}
.accordion_dl .first-ul li {
    overflow: hidden;
}
.accordion_dl .first-ul li span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-left:15px;
}
.accordion_dl .first-ul li span:before{
    border-top: 1px solid #0bacef;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.accordion_dl .first-ul li span:before {
    right: 100%;
}
.accordion_dl .second-ul li {
    overflow: hidden;
}
.accordion_dl .second-ul li span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-left:15px;
}
.accordion_dl .second-ul li span:before{
    border-top: 1px solid #11b763;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.accordion_dl .second-ul li span:before {
    right: 100%;
}
.l-footer .l-footer__inner .copy {
	color:#9e9989;
	font-size:1.2rem !important;
	margin:20px 0;
}
.recruit .l-footer .l-footer__inner .copy {
	color:#2a2a2a;
}

/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */
.c-pagination {
	text-align:center;
	margin:30px 0 0;
}
.c-pagination ul {
    margin: 0;
	display:inline-block;
}
.c-pagination li {
    float: left;
	margin:0 15px;
}
.c-pagination li a {
	border-bottom:1px solid #000;
}
.c-pagination li .c-pager-lists--ac {
	border-bottom:none;
	pointer-events: none;
}
.c-pagination li:first-child {
    margin-left: 0;
	border-bottom:none;
}
.c-pagination li.active {
    border-bottom: 1px solid #fc6c4d;
	padding:0 5px;
}
.c-pagination li a {
    display:block;
}
.c-pagination li a:hover {

}

 /**
 * wp-pagenavi
 */
.wp-pagenavi {
    text-align:center !important;
}

 /**
 * Arrow
 */


  /**
 * Accordion
 */
 .c-accordion dt {
    background-color:#9CF;
    border-bottom:solid 1px #fff;
    padding:10px;
    color:#fff;
    cursor:pointer;
}

  /**
 * Button
 */
.c-button {
	font-size:1.8rem;
	text-align:center;
	margin:0 auto;
	width:90%;
}
.c-button02,
.c-button03{
	font-size:1.5rem;
	text-align:center;
	margin:0 auto;
	width:100%;
}
.c-button a {
	color:#fff;
	display:block;
	padding:15px 0;
}
.c-button02 a {
	color:#0bacef;
	display:block;
	padding:10px 0;
}
.c-button03 a {
	color:#11b763;
	display:block;
	padding:10px 0;
}
.c-button__red {
	background:#fd7352;
}
.c-button__green {
    background:#11b763;
}
.c-button__green02 {
    border:1px solid #11b763;
    background: #fff;
}
.c-button__blue {
    background:#0bacef;
}
.c-button__blue02 {
    border:1px solid #0bacef;
    background: #fff;
}

/* Project
   ----------------------------------------------------------------- */

/* Utitlity
   ----------------------------------------------------------------- */

/**
 * Clearfix
 */
div:after,
ul:after {
	content:"";
	display:block;
	clear:both;
}

/**
 * Head line
 */
.u-h2 {
	font-size:2rem;
	margin-bottom:30px;
	letter-spacing:0.1em;
}
.u-h2 span {
	font-size:1.6rem;
}
.l-h2-wrap {
	text-align:center;
}
.u-h2-02 {
	font-size:2rem;
	margin:0 auto 40px;
	letter-spacing:0.1em;
	padding-bottom:5px;
	border-bottom:2px solid #70c439;
	display:inline-block;
}
.u-h2-03 {
	font-size:2rem;
	margin-bottom:15px;
}
.u-h3 {
	color:#1194d1;
	font-size:2rem;
	margin:10px 0 20px;
}
.u-h3 span {
	font-size:1.6rem;
}
.u-h3-02 {
	font-size:1.8rem;
	margin-bottom:20px;
}
.u-h3-03 {
	font-size:1.8rem;
	margin-bottom:15px;
}
.u-h3-04 {
    overflow: hidden;
    text-align: center;
    color: #52892e;
    font-size: 1.8rem;
    margin: 0 auto 30px;
    width: 100%;
}
.u-h3-04 span {
    display: inline-block;
    padding: 0 1em;
    position: relative;
}
.u-h3-04 span:before,
.u-h3-04 span:after {
    border-top: 1px solid #beb9af;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.u-h3-04 span:before {
    right: 100%;
}
.u-h3-04 span:after {
    left: 100%;
}
.u-h4 {
	font-size:1.6rem;
	margin-bottom:20px;
}

/**
 * Text
 */
.u-ta-l {
	text-align:left;
}
.u-ta-c {
	text-align:center;
}
.u-ta-r {
	text-align:right;
}
.u-fw-b {
	font-weight:bold;
}
.u-c-red {
	color:#ff4136
}
.u-ov-h {
	overflow:hidden;
}
.u-va-t {
	vertical-align:top;
}
.u-va-m {
	vertical-align:middle;
}
.u-va-b {
	vertical-align:bottom;
}
.u-fs18 {
    font-size: 1.8rem;
}

/**
 * Color
 */
.u-color-blue {
	color:#139edd;
}
.u-color-green {
	color:#11b763;
}

/**
 * Float
 */
.u-fl-n {
	float:none;
}
.u-fl-l {
	float:left;
}
.u-fl-r  {
	float:right;
}

/**
 * List
 */
.u-lisp-i {
	list-style-position:inside;
 }
.u-lisp-o {
	list-style-position:outside;
}
.u-list-d {
	list-style-type:disc;
 }
.u-list-c {
	list-style-type:circle;
}
.u-list-s {
	list-style-type:square;
}
.u-list-de {
	list-style-type:decimal;
}
.u-list-dlz {
	list-style-type:decimal-leading-zero;
}

/**
 * Img
 */
a:hover img.u-alpha {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}

/**
 * Display
 */
.u-d-pc {
	display:none;
}

/**
 * Margin
 */
.u-mb10 {
  margin-bottom:10px;
}
.u-mt20 {
    margin-top:20px;
}

/**
 * Padding
 */
.u-pb10 {
  padding-bottom:10px;
}

/* ==========================================================================
   Page
   ========================================================================== */

 /* Index
   ----------------------------------------------------------------- */
.l-main .lead {
	margin-bottom:40px;
}
.l-main .l-sec {
	padding:0 10px;
}
.l-main .l-sec.l-sec03 {
	padding:0;
}
.l-main .l-sec02 .c-button {
	margin:0 auto 50px;
}
.l-main .l-index-pic {
	background:url(images/index/index-img.jpg) no-repeat center;
	background-size:contain;
	height:121px;
}
.l-main #index-anker .l-sec .bg01,
.l-main.facilities #index-anker .bg01{
	background:#eff6fa;
	padding:20px 10px 80px;
}
.l-main #index-anker .l-sec .bg02,
.l-main.facilities #index-anker .bg02,
.l-main.facilities02 #index-anker .bg02{
	background:#f1f8f5;
	padding:20px 10px 80px;
}
.l-main.index #tab,
.l-main.facilities #tab,
.l-main.facilities02 #tab{
	display:flex;
	margin-bottom:30px;
	position:relative;
}
.l-main.index #tab li,
.l-main.facilities #tab li,
.l-main.facilities02 #tab li{
	background:#139edd;
	font-size:1.8rem;
	text-align:center;
	width:50%;
}
.l-main.index #tab li:last-child,
.l-main.facilities #tab li:last-child,
.l-main.facilities02 #tab li:last-child{
	background:#11b763;
}
.l-main.index #tab li a,
.l-main.facilities #tab li a,
.l-main.facilities02 #tab li a{
	color:#fff;
	display:block;
	padding:15px 0;
}
.l-main.index #tab .select:first-child:after,
.l-main.facilities #tab li:first-child:after,
.l-main.facilities02 #tab li:first-child:after{
	content:url(images/index/arrow01.png);
	position: absolute;
    bottom: -25px;
    left: 23%;
}
.l-main.index #tab .select:last-child:after,
.l-main.facilities #tab li:last-child:after,
.l-main.facilities02 #tab li:last-child:after{
	content:url(images/index/arrow02.png);
	position: absolute;
    bottom: -26px;
    right: 23%;
}
.disnon {
	display:none;
}
.l-main .l-index-contents-wrap {
  	display:flex;
  	flex-wrap:wrap;
  	justify-content:space-between;
	margin:35px 0 0;

	align-items: stretch;
}
.l-main .l-index-contents-wrap__box {
   	margin-bottom:35px;
   	width:48%;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.l-main .l-index-contents-wrap__box::after {
	display: none;
}
.l-main .l-index-contents-wrap__box h4 {
	color:#139edd;
	font-size:1.7rem;
	margin:5px;
}
.l-main .l-index-contents-wrap__box h4 span {
	font-size:1.5rem;
}
.l-main .l-index-contents-wrap__box02 h4 {
	color:#11b763;
}
.l-main .l-index-contents-wrap__box .txt {
	height: fit-content !important;
	/* margin-bottom:20px; */
}
.l-main .l-add-wrap {
	margin-top:20px;
	margin-top: auto;
}
.l-main .l-add-wrap .cities {
	background:#139edd;
	color:#fff;
	font-size:1.2rem;
	padding:3px 0;
	text-align:center;
	width:100px;
	margin-bottom:5px;
}
.l-main .l-add-wrap .cities-kita {
	background:#CC9D00;
	color:#fff;
	font-size:1.2rem;
	padding:3px 0;
	text-align:center;
	width:4.5em;
	margin-bottom:5px;
}
.l-main .l-add-wrap .cities-gino {
	background:#ED404D;
	color:#fff;
	font-size:1.2rem;
	padding:3px 0;
	text-align:center;
	width:4.5em;
	margin-bottom:5px;
}
.l-main .l-add-wrap .cities-naha {
	background:#1A63C7;
	color:#fff;
	font-size:1.2rem;
	padding:3px 0;
	text-align:center;
	width:4.5em;
	margin-bottom:5px;
}
.l-main .l-add-wrap02 .cities {
	background:#11b763;
}
.l-main .l-add-wrap02 .cities-kita {
	background:#CC9D00;
	color:#fff;
	font-size:1.2rem;
	padding:3px 0;
	text-align:center;
	width:4.5em;
	margin-bottom:5px;
}
.l-main .l-add-wrap02 .cities-gino {
	background:#ED404D;
	color:#fff;
	font-size:1.2rem;
	padding:3px 0;
	text-align:center;
	width:4.5em;
	margin-bottom:5px;
}
.l-main .l-add-wrap02 .cities-naha {
	background:#1A63C7;
	color:#fff;
	font-size:1.2rem;
	padding:3px 0;
	text-align:center;
	width:4.5em;
	margin-bottom:5px;
}
.l-sec--inner .u-ta-c {
	text-align: start !important;
}
.l-main .l-index-news {
	background:url(images/index/index-bg.jpg) no-repeat center;
	background-size:cover;
	padding:20px 10px;
}
.l-main .l-index-news-inner {
	background:#fff;
	border-radius:5px;
	padding: 20px 0px 0;
}
.l-main .l-index-news-inner .c-button {
	width:100%;
}
.l-main.index #tab02 {
	display:flex;
	margin: 0 10px 30px;
}
.l-main.index #tab02 li {
	font-size:1.2rem;
	text-align:center;
	width:19%;
	margin-right:2%;
}
.l-main.index #tab02 li:last-child {
	margin-right:0;
}
.l-main.index #tab02 li a {
	color:#fff;
	display:block;
	padding:20px 0;
}
.l-main.index #tab02 li:nth-child(1) {
	background:#fc6c4d;
	border:1px solid #fc6c4d;
}
.l-main.index #tab02 li:nth-child(2) {
	background:#24b6f0;
	border:1px solid #24b6f0;
}
.l-main.index #tab02 li:nth-child(3) {
	background:#11b763;
	border:1px solid #11b763;
}
.l-main.index #tab02 li:nth-child(4) {
	background:#ff7bad;
	border:1px solid #ff7bad;
}
.l-main.index #tab02 li:nth-child(5) {
	background:#f6b818;
	border:1px solid #f6b818;
}
.l-main.index #tab02 li:nth-child(1) a,
.l-main.index #tab02 li:nth-child(3) a,
.l-main.index #tab02 li:nth-child(4) a,
.l-main.index #tab02 li:nth-child(5) a {
	margin-top:10px;
}
.l-main.index #tab02 li.select:nth-child(1),
.l-main.index #tab02 li.select:nth-child(2),
.l-main.index #tab02 li.select:nth-child(3),
.l-main.index #tab02 li.select:nth-child(4),
.l-main.index #tab02 li.select:nth-child(5) {
	background:#fff;
}
.l-main.index #tab02 li.select:nth-child(1) a {
	color:#fc6c4d;
}
.l-main.index #tab02 li.select:nth-child(2) a {
	color:#24b6f0;
}
.l-main.index #tab02 li.select:nth-child(3) a {
	color:#11b763;
}
.l-main.index #tab02 li.select:nth-child(4) a {
	color:#ff7bad;
}
.l-main.index #tab02 li.select:nth-child(5) a {
	color:#f6b818;
}
.l-main.index .content_wrap02 dl {
	margin: 0 10px 20px;
}
.l-main.index .content_wrap02 dd {
	margin:5px 0;
}
.cat-icon {
	font-size:1.2rem;
	text-align:center;
	margin-left:10px;
	padding:2px 5px;
}
.cat-icon.event {
	background:#fff4f8;
	color:#ff7bad;
}
.cat-icon.nursing {
	background:#effbf4;
	color:#11b763;
}
.cat-icon.recruit {
	background:#fffadb;
	color:#f6b818;
}
.cat-icon.welfare {
	background:#ecf8ff;
	color:#24b6f0;
}
.cat-icon.info {
	border:1px solid #2a2a2a;
}
.l-main .p-contents-float-wrap {
	padding:0 10px;
}
.l-main .p-contents-float-wrap .p-contents-float-wrap__img {
	margin-bottom:20px;
}
.l-main .p-contents-float-wrap .p-contents-float-wrap__text02 {
	margin-bottom:20px;
	line-height:2;
	font-size:1.6rem;
	text-align:center;
}

 /* Access
   ----------------------------------------------------------------- */
.access .l-cat-img {
	background:url(images/access/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.access .l-cat-img {
	height:260px;
}
}

.l-main.access iframe {
	margin-top:20px;
}

 /* Contact
   ----------------------------------------------------------------- */
.contact .l-cat-img,
.confirm .l-cat-img,
.thanks .l-cat-img {
	background:url(images/contact/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.contact .l-cat-img,
.confirm .l-cat-img,
.thanks .l-cat-img {
	height:260px;
}
}

.l-main.thanks p {
	margin-bottom:15px;
}
.l-main.contact .l-contact-lead {
	background:#f1eae2;
	padding:15px;
	margin-bottom:40px;
}
.l-main.contact .l-contact-lead p {
	line-height:1.8;
}
.l-main.contact .l-contact-add {
	border-top:1px solid #afa69c;
	border-bottom:1px solid #afa69c;
	padding:15px 0;
	margin:15px 0;
}
.l-main.contact .l-contact-add .tel02 {
	margin:15px 0;
}
.l-main.contact .l-contact-add .tel02 span {
	font-size:2rem;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box {
	border-bottom:1px solid #afa69c;
	margin-bottom:15px;
	padding-bottom:15px;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div {
	margin-bottom:15px;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div .tel {
	font-size:1.8rem;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div h4 {
    overflow: hidden;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div h4 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-left:15px;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div h4 span:before{
    border-top: 1px solid #2a2a2a;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
	right: 100%;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box p {
	margin-left:24px;
}
.confirm .c-button {
	display:flex;
	margin:20px 0 0 0;
	width:100%;
	justify-content:center;
}
.confirm .submit-btn {
	width:48%;
}

@media screen and (min-width:768px) {
.l-main.contact .l-contact-wrap {
	display:flex;
	justify-content: space-between;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box {
	border-bottom:none;
	border-right:1px solid #afa69c;
	margin-bottom:15px;
	padding-bottom:15px;
	width: 32%;
	padding:10px 15px;
	font-size:1.5rem;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box:last-child {
	border-right:none;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div {
	margin-bottom:30px;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box:nth-child(2) div:nth-child(2),
.l-main.contact .l-contact-wrap .l-contact-wrap__box:nth-child(3) div:nth-child(2) {
	margin:80px 0 50px;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div .tel {
	font-size:2rem;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div h4 {
    overflow: hidden;
}

.l-main.contact .l-contact-wrap .l-contact-wrap__box div h4 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-left:15px;
}

.l-main.contact .l-contact-wrap .l-contact-wrap__box div h4 span:before{
    border-top: 1px solid #2a2a2a;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
	right: 100%;
}

.l-main.contact .l-contact-wrap .l-contact-wrap__box p {
	margin-left:24px;
}
}

.l-main.contact .l-contact-form {
	border-top:1px solid #afa69c;
	padding-top:30px;
}
.l-main.contact .l-contact-form .l-contact-tbl {
	width:100%;
}
.l-main.contact .l-contact-form .l-contact-tbl th,
.l-main.contact .l-contact-form .l-contact-tbl td {
	width:100%;
	display:block;
}
.l-main.contact .l-contact-form .l-contact-tbl th {
	text-align:left;
	margin-bottom:5px;
	font-size:1.5rem;
}
.l-main.contact .l-contact-form .l-contact-tbl td {
	margin-bottom:15px;
}
.l-main.contact .l-contact-form .l-contact-tbl select {
	width:99%;
	padding:7px;
}
.l-main.contact .l-contact-form .l-contact-tbl .box {
	padding:5px;
	border:1px solid #afa69c;
	width:95%;
}
.l-main.contact .l-contact-form .l-contact-tbl .check input {
	margin-bottom:10px;
}
.l-main.contact .consent {
	background:#f7f6f5;
	padding:10px;
	margin-bottom:10px;
}
.l-main.contact .to-link a {
	text-decoration:underline;
}
.l-main.contact .notes {
	color:#f56f16;
	font-size:1.2rem;
	margin-left:10px;
}
.l-main.contact .submit-btn {
	font-size: 1.8rem;
    text-align: center;
    margin: 0 auto;
    width: 100%;
	color: #fff;
    display: block;
    padding: 15px 0;
	border: none;
	cursor: pointer;
	background: #fd7352;
}

/* News
   ----------------------------------------------------------------- */
 .news .l-cat-img {
	background:url(images/news/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.news .l-cat-img {
	height:260px;
}
}

.l-main.news #tab {
	display:flex;
	margin: 0 0 30px;
	justify-content:space-between;
}
.l-main.news #tab li {
	font-size:1.2rem;
	text-align:center;
	width:20%;
	margin-right:3%;
}
.l-main.news #tab li:last-child {
	margin-right:0;
}
.l-main.news #tab li a {
	color:#fff;
	display:block;
	padding:15px 0;
}
.l-main.news #tab li:nth-child(1) {
	background:#fc6c4d;
	border:1px solid #fc6c4d;
}
.l-main.news #tab li:nth-child(2) {
	background:#24b6f0;
	border:1px solid #24b6f0;
}
.l-main.news #tab li:nth-child(3) {
	background:#11b763;
	border:1px solid #11b763;
}
.l-main.news #tab li:nth-child(4) {
	background:#ff7bad;
	border:1px solid #ff7bad;
}
.l-main.news #tab li:nth-child(5) {
	background:#f6b818;
	border:1px solid #f6b818;
}
.l-main.news #tab li a {
	margin-top:10px;
}
.l-main.news #tab li:nth-child(2) a {
	margin-top:0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.l-main.news #tab li a {
	margin-top:0;
}
}

.l-main.news #tab li.select:nth-child(1),
.l-main.news #tab li.select:nth-child(2),
.l-main.news #tab li.select:nth-child(3),
.l-main.news #tab li.select:nth-child(4),
.l-main.news #tab li.select:nth-child(5) {
	background:#fff;
}
.l-main.news #tab li.select:nth-child(1) a {
	color:#fc6c4d;
}
.l-main.news #tab li.select:nth-child(2) a {
	color:#24b6f0;
}
.l-main.news #tab li.select:nth-child(3) a {
	color:#11b763;
}
.l-main.news #tab li.select:nth-child(4) a {
	color:#ff7bad;
}
.l-main.news #tab li.select:nth-child(5) a {
	color:#f6b818;
}
.l-main.news .l-news-wrap {
 	display: flex;
 	justify-content:flex-end;
 	margin-bottom:20px;
}
.l-main.news  .l-news-wrap__img {
 	width: 38%;
	margin-right:auto;
}
.l-main.news  .l-news-wrap__text {
 	width: 60%;
}
.l-main.news  .l-news-wrap__text p {
 	font-size:1.3rem;
}
.l-main.news  .l-news-wrap__text .date {
 	margin-bottom:10px;
	padding:5px 0 10px;
	border-bottom:1px solid #2a2a2a;
	font-size:1.4rem;
}

/* News post
   ----------------------------------------------------------------- */
.l-main.news-post .l-news-post .l-news-wrap__text {
	width:100%;
	margin-bottom:25px;
}
.l-main.news-post .l-news-post img {
	margin:0 auto 25px;
	display:block;
}
.l-main.news-post .l-news-post .entry-conts p {
	font-size:1.3rem;
}
.l-main.news-post .pager {
	margin:40px auto 0;
	width:60%;
	display:flex;
	justify-content:center;
}
.l-main.news-post .pager div {
	border-bottom:1px solid #ccc;
}
.l-main.news-post .pager div:nth-child(2) {
	margin:0 20px;
}

/* Sitemap
   ----------------------------------------------------------------- */
.sitemap .l-cat-img {
	background:url(images/sitemap/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.sitemap .l-cat-img {
	height:260px;
}
}

.l-main.sitemap ul li {
	margin-top:15px;
}
.l-main.sitemap ul ul {
	margin:0 0 0 13px;
	font-size:1.3rem;
}
.l-main.sitemap ul ul.last {
	margin-bottom:30px;
}
.l-main.sitemap ul li {
    overflow: hidden;
}
.l-main.sitemap ul li span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-left:15px;
}
.l-main.sitemap ul li span:before{
    border-top: 1px solid #2a2a2a;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.l-main.sitemap ul li span:before {
    right: 100%;
}

/* Privacy
   ----------------------------------------------------------------- */
 .privacy .l-cat-img {
	background:url(images/privacy/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.privacy .l-cat-img {
	height:260px;
}
}

.l-main.privacy dl dt {
	margin-bottom:10px;
}
.l-main.privacy dl dd {
	margin-bottom:25px;
}

/* Facilities
   ----------------------------------------------------------------- */
.l-main.facilities .l-index-contents-wrap,
.l-main.facilities02 .l-index-contents-wrap{
	margin:35px 0 -90px;
}
.l-main.facilities #tab03,
.l-main.facilities02 #tab03{
    position: relative;
    top:97px;
}
.facilities .l-cat-img,
.facilities02 .l-cat-img{
	background:url(images/facilities/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}
.tabContent li {
    display: none
}
.tabContent .active {
    display: block;
}
main.facilities .tab,
main.facilities02 .tab{
    display: flex;
    margin-bottom: 30px;
    position: relative;
}
main.facilities .tab li,
main.facilities02 .tab li{
    background: #139edd;
    font-size: 1.8rem;
    text-align: center;
    width: 50%;
    color: #fff;
    display: block;
    padding: 15px 0;
    cursor: pointer;
}
.l-main.facilities .tab li:last-child,
.l-main.facilities02 .tab li:last-child{
    background: #11b763;
}
.l-main.facilities .tab .active:first-child:after,
.l-main.facilities02 .tab .active:first-child:after{
    content: url(images/index/arrow01.png);
    position: absolute;
    bottom: -25px;
    left: 23%;
}
.l-main.facilities .tab .active:last-child:after,
.l-main.facilities02 .tab .active:last-child:after{
    content: url(images/index/arrow02.png);
    position: absolute;
    bottom: -26px;
    right: 23%;
}
.l-main.facilities .tab-bottom,
.l-main.facilities02 .tab-bottom{
    margin: 25px auto -75px;
    width: 90%;
}
.l-main.facilities .tab-bottom li,
.l-main.facilities02 .tab-bottom li{
    width: 90%;
    margin: 0 auto;
}
.l-main.facilities .tab-bottom .active,
.l-main.facilities02 .tab-bottom .active{
    display: none;
}
.l-main.facilities .tab-bottom li:first-child,
.l-main.facilities02 .tab-bottom li:last-child{
    display: none;
}
main.facilities .tabbar,
main.facilities02 .tabbar{
    display: flex;
    margin-bottom: 30px;
    position: relative;
}
main.facilities .tabbar li,
main.facilities02 .tabbar li{
    background: #139edd;
    font-size: 1.8rem;
    text-align: center;
    width: 50%;
    color: #fff;
    display: block;
    cursor: pointer;
}
.l-main.facilities .tabbar li:last-child,
.l-main.facilities02 .tabbar li:last-child{
    background: #11b763;
}
.l-main.facilities .tabbar li:first-child:after{
    content: url(images/index/arrow01.png);
    position: absolute;
    bottom: -25px;
    left: 23%;
}
main.facilities .tabbar li a,
main.facilities02 .tabbar li a{
    display: flex;
    justify-content: center;
    width: auto;
    padding: 15px 0;
}
.l-main.facilities02 .tabbar li:last-child:after{
    content: url(images/index/arrow02.png);
    position: absolute;
    bottom: -25px;
    right: 23%;
}
main.facilities .tabbar a,
main.facilities02 .tabbar a{
    color: #fff;
}


@media screen and (min-width:768px) and ( max-width:1024px) {
.access .l-cat-img {
	height:260px;
}
}

.l-main.facilities .l-index-contents-wrap__box .c-button02,
.l-main.facilities .l-index-contents-wrap__box .c-button03 {
    margin-top: 15px;
}
.l-main.facilities .l-add-wrap .add,
.l-main.facilities02 .l-add-wrap .add{
    margin-bottom: 20px;
}

/* Greeting
   ----------------------------------------------------------------- */
.greeting .l-cat-img {
	background:url(images/greeting/cat-img-sp.jpg) no-repeat center;
    background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.greeting .l-cat-img {
	height:260px;
}
}

.l-main.greeting .wrap {
    margin-bottom: 30px;
}
.l-main.greeting .wrap .pic {
    margin-bottom: 15px;
}
.l-main.greeting .wrap .name {
    margin-top: 15px;
    font-size: 1.5rem;
}
.l-main.greeting .greeting-nav {
    display: flex;
}
.l-main.greeting .greeting-nav li {
    text-align: center;
    width: 49%;
    font-size: 1.2rem;
    background: #65a139;
}
.l-main.greeting .greeting-nav li:first-child {
    margin-right: auto;
}
.l-main.greeting .greeting-nav a {
    display: block;
    color: #fff;
    padding: 20px 0;
}

/* Information-disclosure
   ----------------------------------------------------------------- */
 .information-disclosure .l-cat-img {
	background:url(images/information-disclosure/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.information-disclosure .l-cat-img {
	height:260px;
}
}

.l-main.information-disclosure .wrap,
.l-main.information-disclosure .wrap02 {
    margin-bottom: 20px;
}
.l-main.information-disclosure .wrap table,
.l-main.information-disclosure .wrap02 table {
    width: 100%;
}
.l-main.information-disclosure .wrap table th,
.l-main.information-disclosure .wrap02 table th,
.l-main.information-disclosure .wrap table td,
.l-main.information-disclosure .wrap02 table td {
    border-bottom: 1px solid #beb9af;
    vertical-align: middle;
    padding: 10px 0 5px;
}
.l-main.information-disclosure .wrap table th,
.l-main.information-disclosure .wrap02 table th,
.l-main.information-disclosure .wrap03 table th{
    text-align: left;
    font-size: 1.3rem;
}
.l-main.information-disclosure .wrap table td,
.l-main.information-disclosure .wrap02 table td,
.l-main.information-disclosure .wrap03 table td{
    text-align: right;
}
.l-main.information-disclosure .wrap table td img,
.l-main.information-disclosure .wrap02 table td img,
.l-main.information-disclosure .wrap03 table td img{

}
.l-main.information-disclosure .wrap03 table {
    width: 100%;
}
.l-main.information-disclosure .wrap03 table th,
.l-main.information-disclosure .wrap03 table td{
    border-bottom: 1px solid #beb9af;
    border-top: 1px solid #beb9af;
    vertical-align: middle;
    padding: 10px 0 5px;
}
.l-main.information-disclosure .greeting-nav {
    display: flex;
    margin: 0 auto;
    width: 100%;
}
.l-main.information-disclosure .greeting-nav li {
    text-align: center;
    width: 49%;
    font-size: 1.2rem;
    background: #65a139;
    margin: 0 auto;
}
.l-main.information-disclosure .greeting-nav li:first-child {
    margin-right: auto;
}
.l-main.information-disclosure .greeting-nav a {
    display: block;
    color: #fff;
    padding: 20px 0;
}

/* Aboutus
   ----------------------------------------------------------------- */
 .aboutus .l-cat-img {
	background:url(images/aboutus/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.aboutus .l-cat-img {
	height:260px;
}
}

.l-main.aboutus .aboutus-nav {
    display: flex;
    margin-bottom: 50px;
}
.l-main.aboutus .aboutus-nav li {
    border: 1px solid #beb9af;
    text-align: center;
    width: 33%;
}
.l-main.aboutus .aboutus-nav li:nth-child(2) {
    border-left: none;
    border-right: none;
}
.l-main.aboutus .aboutus-nav li a {
    display: block;
    padding: 10px 0;
}
.l-main.aboutus #about-anchor,
.l-main.aboutus #about-anchor02,
.l-main.aboutus #about-anchor03
{
    margin-top: -70px;
    padding-top: 70px;
}
.l-main.aboutus .tbl {
    margin-bottom: 40px;
    width: 100%;
}
.l-main.aboutus .tbl th,
.l-main.aboutus .tbl td {
    border: 1px solid #beb9af;
    padding: 5px;
    font-size: 1.2rem;
}
.l-main.aboutus .tbl th {
    white-space: nowrap;
}
.l-main.aboutus .tbl .name {
    color: #65a139;
}
.l-main.aboutus .tbl02 {
    width: 100%;
}
.l-main.aboutus .tbl02 th,
.l-main.aboutus .tbl02 td {
    padding: 5px;
    font-size: 1.2rem;
}
.l-main.aboutus .tbl02 th {
    white-space: nowrap;
}

.l-main.aboutus .greeting-nav {
    display: flex;
    margin: 0 auto;
    width: 100%;
}
.l-main.aboutus .greeting-nav li {
    text-align: center;
    width: 49%;
    font-size: 1.2rem;
    background: #65a139;
}
.l-main.aboutus .greeting-nav li:first-child {
    margin-right: auto;

    margin: 0 auto;
}
.l-main.aboutus .greeting-nav a {
    display: block;
    color: #fff;
    padding: 20px 0;
}

/* Disability-support-facility
   ----------------------------------------------------------------- */
.disability-support-facility .l-cat-img {
	background:url(images/disability-support-facility/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.disability-support-facility .l-cat-img {
	height:260px;
}
}

.l-main .facility-nav {
    display: flex;
    margin-bottom: 50px;
}
.l-main .facility-nav li {
    border: 1px solid #beb9af;
    text-align: center;
    width: 33%;
    width: 50%;
}
.l-main .facility-nav li:nth-child(2) {
    border-left: none;
    border-right: none;
    border-right: 1px solid #beb9af;
}
.l-main .facility-nav li a {
    display: block;
    padding: 10px 0;
}
.l-main .facility-nav02 {
    display: flex;
    margin-bottom: 50px;
}
.l-main .facility-nav02 li {
    border: 1px solid #beb9af;
    text-align: center;
    width: 50%;
}
.l-main .facility-nav02 li:nth-child(2) {
    border-left: none;
}
.l-main .facility-nav02 li a {
    display: block;
    padding: 10px 0;
}
.l-main #facility-anchor,
.l-main #facility-anchor02,
.l-main #facility-anchor03{
    margin-top: -70px;
    padding-top: 70px;
}
.l-main .facility-txt,
.l-main .facility-txt02 {
    font-size: 1.5rem;
}
.l-main .facility-txt {
    margin-bottom: 10px;
}
.l-main .facility-txt .waku {
    border: 1px solid #222;
    padding: 2px;
    margin-right: 3px;
}
.l-main .facility-txt02 {
    margin-top: 25px;
}
.l-main .facility-wrap01 {
    margin: 20px 0 30px;
}
.medical-care {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.medical-care-list {
	margin: 20px 0 30px;
}
.l-main .facility-wrap01 ul {
    margin-bottom: 25px;
}
.l-main .facility-wrap01 ul li {
	display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.l-main .facility-wrap01-span {
    margin-top: 20px;
}
.medical-care li {
	font-size: 1.5rem;
}
.l-main .facility-wrap {
    margin: 20px 0 30px;
}
.l-main .facility-wrap ul li {
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.l-main .facility-wrap ul {
    margin-bottom: 25px;
}
.l-main .facility-wrap02 {
    margin-bottom: 25px;
}
.l-main .facility-wrap02::after {
    display: none;
}
.l-main .facility-wrap02 .left-col {
    margin-bottom: 25px;
}
.l-main .facility-wrap02 h4 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.medical-care h4 {
	font-size: 1.5rem;
}
.l-main .facility-wrap02 ul {
    margin-top: 10px;
}
.l-main .facility-wrap02 ul li {
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.l-main .facility-wrap03 {
    border-bottom: 1px solid #beb9af;
    border-top: 1px solid #beb9af;
}
.l-main .facility-wrap03 table {
    width: 100%;
}
.l-main .facility-wrap03 table th,
.l-main .facility-wrap03 table td{
    vertical-align: middle;
    padding: 10px 0 5px;
}
.l-main .facility-wrap03 table td{
    text-align: right;
}
.l-main .facility-wrap03 table td img {
    width: 70%;
}
.l-main .facility-wrap04 h4 {
    margin-bottom: 15px;
    font-size: 1.1rem;
}
.l-main .facility-wrap04 dl {
    margin-bottom: 20px;
}
.l-main .facility-wrap04 .season01,
.l-main .facility-wrap04 .season02,
.l-main .facility-wrap04 .season03,
.l-main .facility-wrap04 .season04 {
    margin-bottom: 30px;
}
.l-main .facility-wrap04 .h4-box {
    display: flex;
}
.l-main .facility-wrap04 .h4-box p {
    width: 80px;
}
.l-main .facility-wrap04 .h4-box h4 {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}
.l-main .facility-wrap04 .inner {
    margin-top: -10px;
}
.l-main .facility-lead {
    margin: 20px 0;
    font-size: 1.6rem;
}
.l-main .facility-wrap05 ul {
    margin-bottom: 25px;
}
.l-main .facility-wrap05 ul .first {
    font-size: 1.6rem;
    padding-bottom: 5px;
}
.l-main .facility-wrap06 {
    margin-bottom: 25px;
}
.l-main .facility-wrap06 .tbl {
    width: 100%;
    margin-bottom: 10px;
}
.l-main .facility-wrap06 .tbl caption {
    text-align: left;
}
.l-main .facility-wrap06 .tbl th {
    white-space: nowrap;
}
.l-main .facility-wrap06 .tbl th,
.l-main .facility-wrap06 .tbl td {
    border: 1px solid #222;
    padding: 5px;
    font-size: 1.3rem;
}
.l-main .facility-wrap06 .notes {
    font-size: 1.2rem;
}
.l-main .event-box {
    background: #f1f3cd;
    border-radius: 3px;
    padding: 15px 0;
}
.l-main .event-box p {
    text-align: center;
}
.l-main .facility-name {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.l-main .facility-name span {
    font-size: 1.8rem;
}
.l-main .facility-add,
.l-main .facility-tel {
    font-size: 1.4rem;
}
.l-main .facility-add {
    margin-bottom: 10px;
}
.l-main .map-area {
    margin-top: 20px;
}
.l-main .ft-facility-nav,
.l-main .ft-facility-nav02 {
    display: flex;
    margin-top: -30px;
}
.l-main .ft-facility-nav li,
.l-main .ft-facility-nav02 li{
    width: 49%;
    font-size: 1.2rem;
    text-align: center;
}
.l-main .ft-facility-nav li:nth-child(1),
.l-main .ft-facility-nav02 li:nth-child(1){
    background: #fc6c4d;
    margin-right: auto;
}
.l-main .ft-facility-nav li:nth-child(2)  {
    background: #139edd;
}
.l-main .ft-facility-nav02 li:nth-child(2)  {
    background: #11b763;
}
.l-main .ft-facility-nav li a,
.l-main .ft-facility-nav02 li a{
    display: block;
    color: #fff;
    padding: 15px 0;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
.l-main .facility-nav {
    display: flex;
    margin: 0 auto 90px;
    max-width: 780px;
}
.l-main .facility-nav li a {
    display: block;
    padding: 25px 0;
}
.l-main .facility-nav02 {
    display: flex;
    margin: 0 auto 50px;
    max-width: 515px;
}
.l-main .facility-nav02 li a {
    display: block;
    padding: 25px 0;
}
.l-main #facility-anchor,
.l-main #facility-anchor02,
.l-main #facility-anchor03{
    margin-top: -72px;
    padding-top: 72px;
}
.l-main .facility-txt-area {
    max-width: 770px;
    margin: 0 auto 30px;
}
.l-main .facility-txt,
.l-main .facility-txt02 {
    font-size: 1.8rem;
}
.l-main .facility-txt {
    margin-bottom: 15px;
}
.l-main .facility-txt02 {
    margin-top: 35px;
}
.l-main .facility-wrap01 {
    max-width: 770px;
    margin: 35px auto 50px;
}
.l-main .facility-wrap01 ul {
    margin-bottom: 30px;
}
.l-main .facility-wrap01 ul li {
	display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.l-main .facility-wrap01-span {
    margin-top: 20px;
}
.l-main .facility-wrap {
    margin: 35px auto 50px;
    max-width: 770px;
    display: flex;
}
.l-main .facility-wrap ul {
    width: 345px;
}
.l-main .facility-wrap ul:first-child {
    margin-right: auto;
}
.l-main .facility-wrap ul li {
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.l-main .facility-wrap02 {
    margin: 0 auto 55px;
    display: flex;
	gap: 15%;
    max-width: 865px;
}
.l-main .facility-wrap02::after {
    display: none;
}
.l-main .facility-wrap02::after {
    display: none;
}
.l-main .facility-wrap02 .left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    width: 345px;
}
.l-main .facility-wrap02 .right-col {
    width: 345px;
}
.l-main .facility-wrap02 h4 {
    text-align: center;
    margin-bottom: 45px;
    font-size: 1.8rem;
}
.medical-care h4 {
	font-size: 1.8rem;
}
.l-main .facility-wrap02 ul {
    margin-top: 40px;
}
.l-main .facility-wrap02 ul li {
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.medical-care li {
	font-size: 1.8rem;
}
.l-main .facility-wrap03 {
    max-width: 900px;
    margin: 0 auto;
}
.l-main .facility-wrap03 table {
    width: 385px;
    margin: 0 auto;
}
.l-main .facility-wrap03 table th {
    font-size: 2.6rem;
}
.l-main .facility-wrap03 table th,
.l-main .facility-wrap03 table td{
    vertical-align: middle;
    padding: 10px 0 5px;
}
.l-main .facility-wrap03 table td{
    text-align: right;
}
.l-main .facility-wrap03 table td img {
    width: auto;
}
.l-main .facility-wrap04 {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.l-main .facility-wrap04 h4 {
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.l-main .facility-wrap04 .season01,
.l-main .facility-wrap04 .season02,
.l-main .facility-wrap04 .season03,
.l-main .facility-wrap04 .season04 {
    margin-bottom: 45px;
    max-width: 360px;
}
.l-main .facility-wrap04 .season01,
.l-main .facility-wrap04 .season03 {
    margin-right: auto;
}
.l-main .facility-wrap04 .h4-box {
    display: flex;
}
.l-main .facility-wrap04 .h4-box p {
    width: auto;
}
.l-main .facility-wrap04 .h4-box h4 {
    display: flex;
    align-items: center;
    margin: -7px 0 0 10px;
    font-size: 1.2rem;
    width: 360px;
}
.l-main .facility-wrap04 .inner {
    margin: -20px 0 0 20px;
    display: flex;
    max-width: 455px;
}
.l-main .facility-wrap04 dl {
    margin-bottom: 0;
    width: 220px;
}
.l-main .facility-wrap04 .inner dl.first {
    margin-right: 15px;
}
.l-main .facility-lead {
    margin: 20px 0;
    font-size: 1.8rem;
}
.l-main .facility-wrap05 {
    max-width: 770px;
    margin: 0 auto 50px;
}
.l-main .facility-wrap05 ul {
    margin-bottom: 0;
}
.l-main .facility-wrap05 ul .first {
    font-size: 1.8rem;
    padding-bottom: 5px;
}
.l-main .facility-wrap06 {
    max-width: 770px;
    margin: 0 auto 100px;
}
.l-main .facility-wrap06 ul {
    font-size: 1.8rem;
}
.l-main .facility-wrap06 .tbl {
     width: auto;
}
.l-main .facility-wrap06 .tbl th,
.l-main .facility-wrap06 .tbl td {
    font-size: 1.5rem;
    padding: 5px 10px;
}
.l-main .facility-wrap06 .notes {
    font-size: 1.3rem;
}
.l-main .event-box {
    padding: 20px 0;
    max-width: 960px;
    margin: 0 0 0 14px;
}
.l-main .event-box p {
    text-align: center;
    font-size: 2.2rem;
}
.l-main .facility-name {
    font-size: 1.8rem;
    margin-bottom: 35px;
}
.l-main .facility-name span {
    font-size: 2.8rem;
}
.l-main .facility-add,
.l-main .facility-tel {
    font-size: 1.8rem;
}
.l-main .facility-add {
    margin-bottom: 15px;
}
.l-main .map-area {
    margin-top: 40px;
}
.l-main .map-area iframe {
    height: 382px;
}
.l-main .ft-facility-nav,
.l-main .ft-facility-nav02 {
    display: flex;
    margin: -15px auto 0;
    max-width: 677px;
}
.l-main .ft-facility-nav li,
.l-main .ft-facility-nav02 li {
    width: 330;
    font-size: 2.4rem;
    text-align: center;
}
.l-main .ft-facility-nav li:nth-child(1),
.l-main .ft-facility-nav02 li:nth-child(1) {
    background: #fc6c4d;
    margin-right: auto;
}
.l-main .ft-facility-nav li:nth-child(2)  {
    background: #139edd;
}
.l-main .ft-facility-nav02 li:nth-child(2)  {
    background: #11b763;
}
.l-main .ft-facility-nav li a,
.l-main .ft-facility-nav02 li a {
    display: block;
    color: #fff;
    padding: 20px 0;
}
}

/* Joint-assistance
   ----------------------------------------------------------------- */
 .joint-assistance .l-cat-img {
	background:url(images/joint-assistance/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.joint-assistance .l-cat-img {
	height:260px;
}
}

/* Home-care-center
   ----------------------------------------------------------------- */
.home-care-center .l-cat-img {
	background:url(images/home-care-center/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.home-care-center .l-cat-img {
	height:260px;
}
}

/* Home-care-support-project
   ----------------------------------------------------------------- */
.home-care-support-project .l-cat-img {
	background:url(images/home-care-support-project/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.home-care-support-project .l-cat-img {
	height:260px;
}
}

/* Paid-nursing-home
   ----------------------------------------------------------------- */
.paid-nursing-home .l-cat-img {
	background:url(images/paid-nursing-home/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.paid-nursing-home .l-cat-img {
	height:260px;
}
}

/* Living-care
   ----------------------------------------------------------------- */
.living-care .l-cat-img {
	background:url(images/living-care/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.living-care .l-cat-img {
	height:260px;
}
}

/* Living-care-center
   ----------------------------------------------------------------- */
.living-care-center .l-cat-img {
	background:url(images/living-care-center/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.living-care-center .l-cat-img {
	height:260px;
}
}

/* Living-care-center-ginowan
   ----------------------------------------------------------------- */
.living-care-center-ginowan .l-cat-img {
	background:url(images/living-care-center-ginowan/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

.living-care-center-ginowan #facility-anchor04 {
	margin-top: -70px;
    padding-top: 70px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.living-care-center-ginowan .l-cat-img {
	height:260px;
}
}

/* Short-term-admission
   ----------------------------------------------------------------- */
   .short-term-admission .l-cat-img {
	background:url(images/short-term-admission/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.living-care .l-cat-img {
	height:260px;
}
}

/* Consultation-project
   ----------------------------------------------------------------- */
.consultation-project .l-cat-img {
	background:url(images/consultation-project/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.consultation-project .l-cat-img {
	height:260px;
}
}

/* Visiting-care-center
   ----------------------------------------------------------------- */
.visiting-care-center .l-cat-img {
	background:url(images/visiting-care-center/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.visiting-care-center .l-cat-img {
	height:260px;
}
}

/* Nursing-home-care
   ----------------------------------------------------------------- */
.nursing-home-care .l-cat-img {
	background:url(images/nursing-home-care/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.nursing-home-care .l-cat-img {
	height:260px;
}
}

/* Nursing-home-care-center
   ----------------------------------------------------------------- */
.nursing-home-care-center .l-cat-img {
	background:url(images/nursing-home-care-center/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.nursing-home-care-center .l-cat-img {
	height:260px;
}
}

 /* Recruit
   ----------------------------------------------------------------- */
.recruit .l-main-img {
	 background:url(images/recruit/index/main-img-sp.jpg) no-repeat center;
	 background-size:cover;
	 height:345px;
	 margin-bottom:30px;
 }
 @media screen and (min-width:768px) {
 .recruit .l-main-img {
	 background:url(images/recruit/index/main-img.jpg) no-repeat center;
	 background-size:cover;
	 height:400px;
 }
 }
.l-main.recruit .l-voice-wrap {
  	display: flex;
  	flex-wrap: wrap;
	margin-bottom:20px;
}
.l-main.recruit .l-voice-wrap__box {
   	width: 32%;
    margin-right: 2%;
}
.l-main.recruit .l-voice-wrap__box:last-child {
    margin-right:0;
}
.l-main.recruit .l-voice-wrap__box {
	position:relative;
}
.l-main.recruit .l-voice-wrap__box:after {
    background: url(images/recruit/index/recruit-bg-sp.png);
    position: absolute;
    right: 0px;
    bottom: 6px;
    height: 38px;
    width: 105px;
}
.l-main.recruit .l-voice-wrap__box .year {
	position: absolute;
    bottom: 21px;
    right: 7px;
	color:#fff;
	font-size:1.1rem;
	z-index:1;
}
.l-main.recruit .l-voice-wrap__box .name {
	position: absolute;
    bottom: 7px;
    right: 7px;
	color:#fff;
	font-size:1.1rem;
	z-index:1;
}
.l-main.recruit .l-sec p {
	line-height:2;
}
.l-main.recruit .last-sec .l-voice-wrap02__text {
	padding:20px 0 40px;
}
.l-main.recruit .l-recruit-sec {
	margin-bottom:-25px;
}
.about-btn {
    margin-top: 40px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.about-btn {
    width: 258px;
    margin-top: 60px;
}
}

/* Guideline
   ----------------------------------------------------------------- */
.guideline .l-cat-img {
	background:url(images/recruit/guideline/cat-img-sp.jpg) no-repeat center;
	background-size:cover;
	height:135px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.guideline .l-cat-img {
	height:260px;
}
}

.l-main.guideline section {
	padding:0 10px;
}
.l-main.guideline #tab {
	display: flex;
    margin-bottom: 30px;
    position: relative;
}
.l-main.guideline #tab li {
    background: #23946b;
	border: 1px solid #23946b;
    font-size: 1.6rem;
    text-align: center;
    width: 50%;
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-main.guideline #tab li a {
    color: #fff;
    display: block;
    padding: 15px 0;
}
.l-main.guideline #tab .select {
    border: 1px solid #23946b;
	background:#fff;
}
.l-main.guideline #tab .select a {
    color: #23946b;
}
.l-main.guideline #tab .select:after {
    content: url(images/recruit/guideline/arrow.gif);
    position: absolute;
    bottom: -24px;
    right: 40%;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.l-main.guideline #tab .select:after {
    content: url(images/recruit/guideline/arrow.gif);
    position: absolute;
    bottom: -24px;
    right: 45%;
}
}

.l-main.guideline table {
	width:93%;
	margin-bottom:25px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.l-main.guideline table {
	width:97%;
	margin-bottom:25px;
}
}

.l-main.guideline table th {
	text-align:left;
	background:#c3c3c3;
}
.l-main.guideline table th,
.l-main.guideline table td {
	width:100%;
	display:block;
	padding:10px;
}
.l-main.guideline table td {
	padding-bottom:15px;
}
.l-main.guideline .c-button {
    font-size: 1.5rem;
}
.l-main.guideline table .notes {
	font-size:1.2rem;
}

/* Voice
   ----------------------------------------------------------------- */
.l-main.voice .l-voice-wrap__img {
	margin-top:75px;
	text-align:center;
}
.l-main.voice .l-voice-wrap__text table {
	margin:20px 0;
	width:100%;
}
.l-main.voice .l-voice-wrap__text table th {
	font-size:1.4rem;
	padding:5px 10px 5px 0;
	border-right:1px solid #2a2a2a;
	white-space:nowrap;
	border-bottom: 5px solid #fff;
}
.l-main.voice .l-voice-wrap__text table td {
	padding:5px 0 5px 10px;
}
.l-main.voice .l-voice-wrap__text table td h2 {
	font-size:1.5rem;
}
.l-main.voice .l-voice-wrap__text table td h3 {
	font-size:1.6rem;
}
.l-main.voice .l-voice-wrap__text {
	padding:0 10px;
}
#cboxCurrent {
	display:none !important;
}
#cboxPrevious{position:absolute !important; top:50% !important; left:-26px !important; margin-top:-32px !important; background:url(images/recruit/voice/arrow-l-sp.png) no-repeat top left !important; width:15px !important; height:29px !important; text-indent:-9999px !important; display:block !important;}
#cboxNext{position:absolute !important; top:50% !important; right:-26px !important; margin-top:-32px !important; background:url(images/recruit/voice/arrow-r-sp.png) no-repeat top right !important; width:15px !important; height:29px !important; text-indent:-9999px !important; display:block !important;}

@media screen and (min-width:768px) {
#cboxPrevious{position:absolute !important; top:50% !important; left:-65px !important; margin-top:-32px !important; background:url(images/recruit/voice/arrow-l.png) no-repeat top left !important; width:44px !important; height:84px !important; text-indent:-9999px !important; display:block !important;}
#cboxNext{position:absolute !important; top:50% !important; right:-65px !important; margin-top:-32px !important; background:url(images/recruit/voice/arrow-r.png) no-repeat top right !important; width:44px !important; height:84px !important; text-indent:-9999px !important; display:block !important;}
}

@media screen and (min-width:1024px) {

/* ==========================================================================
   Foundation
   ========================================================================== */

/* Base
   ----------------------------------------------------------------- */
body {
	font-size:1.6rem;
}
 a[href^="tel:"] {
	cursor:default;
}
img.alignright {
	display:block;
	margin:0 0 0 auto;
}
img.alignleft {
	display:block;
	margin:0 auto 0 0;
}
img.aligncenter {
	display:block;
	margin:0 auto;
}

/* ==========================================================================
   Layout
   ========================================================================== */

/* Header
   ----------------------------------------------------------------- */
.l-header {
	height:72px;
    background:#fff;
}
.l-header .l-header__inner {
 	display:flex;
 	align-items:center;
	margin:0 auto;
	padding:0;
    height:72px;
}
.corp .l-header .l-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index:1;
    background:#fff;
    width:100%;
	height:72px;
}
.l-header .l-header__inner h1 {
	margin:0 auto 0 8%;
}
.l-header .l-header__inner h1 img {
	width:100%;
	margin-top:0;
}
.recruit .l-header .l-header__inner h1 img {
    margin-top: 5px;
}
.recruit .l-header .l-header__inner li {
    white-space: nowrap;
}
.l-header .l-header__inner ul {
 	display:flex;
	align-items: center;
}
.l-header .l-header__inner li {
	border-right:1px solid #2a2a2a;
	line-height:1;
    white-space: nowrap;
	width: fit-content;

}
.l-header .l-header__inner li a {
	display:block;
 	padding:0 18px;
}
.l-header .l-header__inner li a img {
	height: 25px;
	max-width: 25px;
}
.l-header .l-header__inner li:nth-child(6) {
	border-right:none;
}
.l-header .l-header__inner li:last-child {
	border-right:none;
}
.pc-nav > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 42px;
    width: 195px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    padding-top: 32px;
}
li.menu__single ul.menu__second-level li {
	border-right: none;
	background: #F5EEE4;
	width: 100%;
}
li.menu__single ul.menu__second-level li a {
	display: flex;
	padding: 10px 0 10px 30%;
}
li.menu__single:hover ul.menu__second-level {
    top: 40px;
    margin-left: 17px;
    display: block;
    opacity: 1;
}
.l-header .l-header__conts {
	display:flex;
 	justify-content:flex-end;
	align-items:center;
}
.l-header .c-button__red {
	width:160px;
	height:72px;
	line-height:72px;
}
.l-header .c-button__red a {
	color:#fff;
	display:block;
}
.l-header .c-button__green {
	width:160px;
	height:73px;
	line-height:73px;
}
.l-header .c-button__green a {
	color:#fff;
	display:block;
}

/*メガドロップメニュー*/
.pc-nav ul li .Wrap {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100vh;
}
.Wrap .wrapInner {
  margin: 30px auto 0;
  width: 100%;
  height: 360px;
  background: #F5EEE4;
}
.pc-nav .wrapInner-wrap {
    width: 68%;
    margin: 20px auto;
    padding: 20px 0;
    display: flex;
}
.pc-nav .wrapInner-wrap h2 {
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.pc-nav .wrapInner-wrap-left {
    width: 65%;
    margin-right: auto;
}
.pc-nav .wrapInner-wrap-menu {
    display: flex;
}
.pc-nav .wrapInner-wrap-menu ul {
    display: block;
}
.pc-nav .wrapInner-wrap-menu ul li {
    border-right: none;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 1rem;
}
.pc-nav .wrapInner-wrap-menu ul li a {
    padding: 0;
}
.pc-nav .wrapInner-wrap-right {
    width: 30%;
}
.pc-nav .wrapInner-wrap-left ul {
    width: 33%;
}
.pc-nav .wrapInner-wrap-right ul {
    width: 50%;
}

/* Mainvisual
   ----------------------------------------------------------------- */
/*#slider {
	margin-bottom:75px !important;
}*/

.top-info-area {

	display: flex;
	justify-content: flex-end;
	position: relative;
  top: -80px;
}
.top-info-area_inner {
	display: flex;
	width: 900px;
	height: 80px;
	background: url(images/index/top-info-bg02.png) no-repeat left top;
	padding-left: 62px;
}
.top-info-area_inner::before {
	content: "";
	background: url(images/index/top-info-bg.png) no-repeat right center;
	position: relative;
	left: -50px;

}
.top-info-area_title {
	width: 16%;
	font-size: 2.2rem;
	position: relative;
	top: -2px;
}
.top-info-area_day {
	width: 68%;
	font-size: 1.5rem;
}
.top-info-area_day time {
	margin-right: 30px;
	margin-left: 5px;
}
.top-info-area_tolist {
	width: 16%;
	height: 78px;
	line-height: 78px;
	background: #00a749 url(images/index/top-info-line.gif) no-repeat left center;
	font-size: 1.5rem;
}
.top-info-area_tolist a {
	color: #fff;
}
.top-info-area_line {
	margin-left: 10px;
  font-size: 3rem;
  position: relative;
	top: 2px;

}

/* Main
   ----------------------------------------------------------------- */
.l-main section {
	margin-bottom:115px;
	padding:0;
}
.l-main.layer {
	margin:-80px auto 0;
	max-width:1000px;
	padding:68px 0;
}
.l-main.layer.facilities,
.l-main.layer.facilities02{
	margin:0 auto;
    max-width:100%;
	width:100%;
}
.l-main.layer.facilities .l-h2-wrap,
.l-main.layer.facilities02 .l-h2-wrap{
	margin-top:-80px;
}
.l-main section#index-anker,
.l-main.recruit section#voice-anker {
	margin-top:-72px;
	padding-top:72px;
}
#main_slide ul,
#main_slide ul li {
	height:330px !important;
}
#main_slide ul img {
	height:100% !important;
	object-fit: cover;
}

/* Footer
   ----------------------------------------------------------------- */
.l-footer .l-footer-nav {
	margin:0 auto;
	max-width:1200px;
}
.l-footer .l-footer-nav ul {
	display:flex;
	justify-content:flex-end;
	font-size:1.3rem;
}
.l-footer .l-footer-nav ul li {
	margin-left:30px;
}
.l-footer .l-footer__inner {
	margin:0 auto;
	max-width:1200px;
}
.recruit .l-footer .l-footer__inner {
	margin:0 auto;
	max-width:1000px;
}
.l-footer .l-footer-wrap {
	margin:10px 0 25px;
	padding:40px 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.recruit .l-footer .l-footer-wrap {
	justify-content: space-between;
}
.l-footer .l-footer-wrap p {
	text-align:left;
}
.l-footer .l-footer-wrap p:nth-child(2) {
	font-size:2.4rem;
	margin:4px 30px 0 50px;
}
.l-footer .l-footer-wrap p:nth-child(3) {
	font-size:1.4rem;
}
.l-footer .l-footer-wrap02 {
	margin:0 auto 35px;
	max-width:950px;
	display:flex;
	justify-content:between;
}
.l-footer .l-footer-wrap02 p {
	background:#0bacef;
	color:#fff;
	font-size:1.6rem;
	text-align:center;
	margin:0 30px 15px 0;
	padding:0;
	width:135px;
	border-radius:5px;
	height:43px;
	line-height:43px;
}
.l-footer .l-footer-wrap02 ul {
	width:255px;
}
.l-footer .l-footer-wrap02 li {
	color:#0bacef;
	font-size:1.6rem;
	margin-bottom:10px;
}
.l-footer .l-footer-wrap02 li a {
	color:#0bacef;
}
.l-footer .l-footer-wrap02 ul:nth-child(3),
.l-footer .l-footer-wrap02 ul:nth-child(4) {
	margin-top:10px;
}
.l-footer .l-footer-wrap02 ul:nth-child(3) li,
.l-footer .l-footer-wrap02 ul:nth-child(4) li {
	margin-bottom:33px;
}
.l-footer .l-footer-wrap02 ul:nth-child(4) li:nth-child(2) {
    margin-top: -14px;
}
.l-footer .l-footer-wrap02 ul li {
    overflow: hidden;
}
.l-footer .l-footer-wrap02 ul li span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-left:15px;
}
.l-footer .l-footer-wrap02 ul li span:before{
    border-top: 1px solid #0bacef;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.l-footer .l-footer-wrap02 ul li span:before {
    right: 100%;
}
.l-footer .l-footer-wrap03 {
	margin:0 auto;
	max-width:950px;
	display:flex;
	justify-content:between;
}
.l-footer .l-footer-wrap03 p {
	background:#11b763;
	color:#fff;
	font-size:1.6rem;
	text-align:center;
	margin:0 30px 15px 0;
	padding:0;
	width:135px;
	border-radius:5px;
	height:43px;
	line-height:43px;
}
.l-footer .l-footer-wrap03 ul {
	width:255px;
}
.l-footer .l-footer-wrap03 li {
	color:#11b763;
	font-size:1.6rem;
	margin-bottom:10px;
}
.l-footer .l-footer-wrap03 li a {
	color:#11b763;
}

.l-footer .l-footer-wrap03 ul li {
    overflow: hidden;
}
.l-footer .l-footer-wrap03 ul li span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-left:15px;
}
.l-footer .l-footer-wrap03 ul li span:before{
    border-top: 1px solid #11b763;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.l-footer .l-footer-wrap03 ul li span:before {
    right: 100%;
}
.recruit .l-footer .l-footer-wrap ul {
	font-size:1.6rem;
	margin-right:auto;
}
.l-footer .l-footer-wrap03 ul.second {
    margin-top: 10px;
}
.l-footer .l-footer-wrap03 ul.second li:nth-child(2) {
    margin-top: 10px;
}
.l-footer .l-footer-wrap03 ul.third {
    margin-top: 8px;
}



/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

/**
 * Pagination
 */
.c-pagination {
	margin:60px 0 0;
}

/**
 * wp-pagenavi
 */
.wp-pagenavi {
    text-align:center !important;
}

/**
* Accordion
*/
.c-accordion dt {
    background-color:#9CF;
    border-bottom:solid 1px #fff;
    padding:10px;
    color:#fff;
    cursor:pointer;
}

/**
 * Button
 */
.c-button {
	width:360px;
}
.c-button a {
	color:#fff;
	display:block;
	padding:17px 0;
}
.c-button02,
.c-button03 {
	width:280px;
    font-size: 1.6rem;
}
.c-button02 {
    margin: 15px auto 0;
}
.c-button02 a,
.c-button03 a {
	display:block;
	padding:10px 0;
}

/* Project
   ----------------------------------------------------------------- */
/**
 * Float-wrap
 */
.p-contents-float-wrap {
 	display: flex;
 	justify-content: space-between;
 	margin-bottom: 7rem;
}
.p-contents-float-text {
 	width: 60%;
}
.p-contents-float-img {
 	width: 35%;
}

/* Utitlity
   ----------------------------------------------------------------- */
/**
 * Head line
 */
.u-h2 {
	font-size:2.8rem;
	margin-bottom:55px;
}
.u-h2 span {
	font-size:1.6rem;
}
.u-h2-02 {
	font-size:2.8rem;
	margin:0 auto 90px;
	letter-spacing:0.1em;
	padding-bottom:15px;
	border-bottom:2px solid #70c439;
	text-align:center;
	display:inline-block;
}
h2.u-h2-02 span {
    font-size: 18px;
}
h2.short {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
.medical-care {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.medical-care li {
    width: 300px;
}
.u-h2-03 {
	font-size:3rem;
	margin-bottom:15px;
}
.u-h3 {
	margin:15px 0 30px;
}
.u-h3-02 {
	font-size:2.2rem;
	margin-bottom:30px;
}
.u-h3-03 {
	font-size:2.4rem;
	margin-bottom:30px;
}
.u-h3-04 {
    font-size: 2.4rem;
    margin: 0 auto 55px;
    width: 370px;
}
.u-h4 {
	font-size:1.8rem;
	margin-bottom:30px;
}

/**
 * Display
 */
.u-d-pc {
	display:block;
}
.u-d-sp {
	display:none;
}



/* ==========================================================================
   Page
   ========================================================================== */

/* Index
   ----------------------------------------------------------------- */
.l-main .lead {
	margin-bottom:95px;
	line-height:2;
}
.l-main .l-sec {
	padding:0;
}
.l-main .l-sec02 .c-button {
	margin:-50px auto 100px;
}
.l-main .l-index-pic {
	height:452px;
}
.l-main #index-anker .l-sec .bg01,
.l-main.facilities #index-anker .l-sec .bg01{
	padding:65px 0;
}
.l-main #index-anker .l-sec .bg02,
.l-main.facilities #index-anker .l-sec .bg02,
.l-main.facilities02 #index-anker .l-sec .bg02{
	padding:65px 0;
}
.l-main.index #tab,
.l-main.facilities #tab,
.l-main.facilities02 #tab{
	margin:0 auto 35px;
	width:680px;
}
.l-main.index #tab li {
	font-size:2rem;
}
.l-main.index #tab li:last-child {
	background:#11b763;
}
.l-main.index #tab li a {
	color:#fff;
	display:block;
	padding:15px 0;
}
.l-main.index .content_wrap,
.l-main.facilities .content_wrap,
.l-main.facilities02 .content_wrap{
	width:100%;

}
.l-main.index .l-sec--inner,
.l-main.facilities .l-sec--inner,
.l-main.facilities02 .l-sec--inner{
    margin:0 auto;
	max-width:960px;
}
.l-main .l-index-contents-wrap {
	margin:60px 0 0;
	justify-content: normal;
}
.l-main .l-index-contents-wrap__box {
   	margin-bottom:35px;
   	width:30%;
	margin-right:5%;
}
.l-main .l-index-contents-wrap__box:nth-child(3n) {
	margin-right:0;
}
.l-main .l-index-contents-wrap__box h4 {
	font-size:1.8rem;
	margin:5px;
}
.l-add-wrap-conts {
	margin:0 10px;
}
.l-main .l-index-contents-wrap__box .txt {
	font-size:1.4rem;
	height: fit-content !important;
	margin-top:0;
}
.l-main .l-index-contents-wrap__box .l-add-wrap p {
	font-size:1.3rem;
}
.l-main .l-index-news {
	padding:50px 0;
}
.l-main .l-index-news-inner {
	padding:55px 130px 50px;
	margin:0 auto;
	max-width:740px;
}
.l-main .l-index-news-inner .c-button {
	width:360px;
}
.l-main.index #tab02 {
	margin: 0 0 60px;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.l-main.index #tab02 li {
	width:18.5%;
	margin-right:0;
}
.l-main.index #tab02 li a {
	padding:5px 0;
}
.l-main.index #tab02 li:nth-child(1) a,
.l-main.index #tab02 li:nth-child(3) a,
.l-main.index #tab02 li:nth-child(4) a,
.l-main.index #tab02 li:nth-child(5) a {
	margin-top:0;
}
.l-main.index .content_wrap02 dl {
	margin: 0 0 50px;
	display:flex;
}
.l-main.index .content_wrap02 dd {
	margin:0;
}
.l-main.index .content_wrap02 .cat-icon {
	margin:0 30px 0 35px;
	padding:2px 10px;
}
.l-main .p-contents-float-wrap {
	padding:0;
	display:flex;
	justify-content:flex-end;
}
.l-main .p-contents-float-wrap .p-contents-float-wrap__img {
	margin-bottom:0;
	width:40%
}
.l-main .p-contents-float-wrap .p-contents-float-wrap__img img {
	width:100%
}
.l-main .p-contents-float-wrap .p-contents-float-wrap__text02 {
	margin-bottom:50px;
	text-align:center;
}
.l-main .p-contents-float-wrap .p-contents-float-wrap__text {
	width:50%;
	padding:0 5%;
}
.l-main .l-add-wrap {
	display:flex;
	align-items:center;
	margin: 10px 0;
}
.l-main .l-add-wrap .cities {
	margin-right:15px;
	margin-bottom:0;
}
.l-main .l-add-wrap .cities-kita {
	margin-right:15px;
	margin-bottom:0;
}
.l-main .l-add-wrap .cities-gino {
	margin-right:15px;
	margin-bottom:0;
}
.l-main .l-add-wrap .cities-naha {
	margin-right:15px;
	margin-bottom:0;
}

.l-main .l-add-wrap02 .cities {
	margin-right:15px;
	margin-bottom:0;
}
.l-main .l-add-wrap02 .cities-kita {
	margin-right:15px;
	margin-bottom:0;
}
.l-main .l-add-wrap02 .cities-gino {
	margin-right:15px;
	margin-bottom:0;
}
.l-main .l-add-wrap02 .cities-naha {
	margin-right:15px;
	margin-bottom:0;
}

/* Access
   ----------------------------------------------------------------- */
.access .l-cat-img {
	background:url(images/access/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main.access iframe {
	margin-top:20px;
	height:400px;
}

/* Contact
   ----------------------------------------------------------------- */
.contact .l-cat-img,
.confirm .l-cat-img,
.thanks .l-cat-img {
	background:url(images/contact/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main.thanks p {
	margin:0 auto 20px;
	max-width:800px;
}
.l-main.contact section {
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
}
.l-main.contact .l-contact-lead {
	padding:40px 20px;
	margin:0 auto -20px;
	max-width:750px;
}
.l-main.contact .l-contact-lead p {
	line-height:2;
}
.l-main.contact .l-contact-add {
	border-top:1px solid #afa69c;
	border-bottom:1px solid #afa69c;
	padding:25px 0;
	margin:15px 0 20px;
}
.l-main.contact .l-contact-add .tel02 {
	margin:20px 0;
}
.l-main.contact .l-contact-add .tel02 span {
	font-size:2.6rem;
}
.l-main.contact .l-contact-wrap {
	display:flex;
	justify-content: center;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box {
	border-bottom:none;
	border-right:1px solid #afa69c;
	margin-bottom:15px;
	padding-bottom:15px;
	width: 32%;
	padding:10px 15px;
	font-size:1.5rem;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box:last-child {
	border-right:none;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div {
	margin-bottom:30px;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box:nth-child(2) div:nth-child(2),
.l-main.contact .l-contact-wrap .l-contact-wrap__box:nth-child(3) div:nth-child(2) {
	margin:0 0 35px;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div .tel {
	font-size:2rem;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div h4 {
    overflow: hidden;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div h4 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-left:15px;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box div h4 span:before{
    border-top: 1px solid #2a2a2a;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
	right: 100%;
}
.l-main.contact .l-contact-wrap .l-contact-wrap__box p {
	margin-left:24px;
}
.l-main.contact .l-contact-form {
	border-top:1px solid #afa69c;
	padding-top:30px;
}
.l-main.contact .l-contact-form .l-contact-tbl {
	width:730px;
	margin:40px auto 0;
}
.l-main.contact .l-contact-form .l-contact-tbl th,
.l-main.contact .l-contact-form .l-contact-tbl td {
	width:auto;
	display:table-cell;
	padding-bottom:40px;
}
.l-main.contact .l-contact-form .l-contact-tbl th {
	text-align:left;
	margin-bottom:0;
	font-size:1.8rem;
	width:40%;
}
.l-main.contact .l-contact-form .l-contact-tbl tr:last-child th {
	vertical-align:top;
}
.l-main.contact .l-contact-form .l-contact-tbl td {
	margin-bottom:0;
	width:60%;
}
.l-main.contact .l-contact-form .l-contact-tbl select {
	width:240px;
	font-size:1.4rem;
}
.l-main.contact .l-contact-form .l-contact-tbl .box {
	padding:5px;
	border:1px solid #afa69c;
	width:95%;
}
.l-main.contact .l-contact-form .l-contact-tbl .check input {
	margin-bottom:10px;
}
.l-main.contact .consent {
	background:#f7f6f5;
	padding:15px 20px;
	margin:0 auto 15px;
	max-width:699px;
}
.l-main.contact .to-link {
	margin-bottom:20px;
}
.confirm .c-button {
	display:flex;
	margin:40px auto 0;
	width:360px;
	justify-content:center;
}
.confirm .submit-btn {
	width:48%;
}

/* News
   ----------------------------------------------------------------- */
 .news .l-cat-img {
	background:url(images/news/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main.news #tab {
	display:flex;
	margin: 0 auto 80px;
	max-width:740px;
}
.l-main.news #tab li {
	font-size:1.5rem;
	text-align:center;
	width:100%;
	margin-right:10px;
}
.l-main.news #tab li a {
	color:#fff;
	display:block;
	padding:5px 0;
}
.l-main.news #tab li:nth-child(1) {
	background:#fc6c4d;
	border:1px solid #fc6c4d;
}
.l-main.news #tab li:nth-child(2) {
	background:#24b6f0;
	border:1px solid #24b6f0;
}
.l-main.news #tab li:nth-child(3) {
	background:#11b763;
	border:1px solid #11b763;
}
.l-main.news #tab li:nth-child(4) {
	background:#ff7bad;
	border:1px solid #ff7bad;
}
.l-main.news #tab li:nth-child(5) {
	background:#f6b818;
	border:1px solid #f6b818;
}
.l-main.news #tab li a {
	margin-top:0;
}
.l-main.news #tab li.select:nth-child(1),
.l-main.news #tab li.select:nth-child(2),
.l-main.news #tab li.select:nth-child(3),
.l-main.news #tab li.select:nth-child(4),
.l-main.news #tab li.select:nth-child(5) {
	background:#fff;
}
.l-main.news #tab li.select:nth-child(1) a {
	color:#fc6c4d;
}
.l-main.news #tab li.select:nth-child(2) a {
	color:#24b6f0;
}
.l-main.news #tab li.select:nth-child(3) a {
	color:#11b763;
}
.l-main.news #tab li.select:nth-child(4) a {
	color:#ff7bad;
}
.l-main.news #tab li.select:nth-child(5) a {
	color:#f6b818;
}
.l-main.news .l-news-wrap {
 	display: flex;
 	justify-content:flex-end;
 	margin-bottom:20px;
}
.l-main.news  .l-news-wrap__img {
 	width: 38%;
	margin-right:auto;
}
.l-main.news  .l-news-wrap__text {
 	width: 60%;
}
.l-main.news  .l-news-wrap__text p {
 	font-size:1.5rem;
}
.l-main.news  .l-news-wrap__text .date {
 	margin-bottom:10px;
	padding:5px 0 10px;
	border-bottom:1px solid #2a2a2a;
	font-size:1.4rem;
 }
.l-main.news .c-pagination ul {
	font-size:2rem;
}

/* News post
   ----------------------------------------------------------------- */
.l-main.news-post .l-news-post {
	margin:0 auto;
	max-width:660px;
}
.l-main.news-post .l-news-post .l-news-wrap__text {
	margin-bottom:40px;
}
.l-main.news-post .l-news-post img {
	margin:0 auto 40px;
	display:block;
}
.l-main.news-post .l-news-wrap__text .date {
	font-size:1.6rem;
	padding-left:5px;
}
.l-main.news-post .l-news-wrap__text p {
	font-size:1.8rem;
	padding-left:5px;
}
.l-main.news-post .l-news-post .entry-conts p {
	font-size:1.5rem;
}
.l-main.news-post .pager {
	margin:130px auto 0;
	width:80%;
	display:flex;
	justify-content:center;
	font-size:1.8rem;
}
.l-main.news-post .pager div {
	border-bottom:1px solid #ccc;
}
.l-main.news-post .pager div:nth-child(2) {
	margin:0 40px;
}

/* Sitemap
   ----------------------------------------------------------------- */
.sitemap .l-cat-img {
	background:url(images/sitemap/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main.sitemap ul {
	max-width:800px;
	margin:0 auto;
}
.l-main.sitemap ul ul {
	font-size:1.5rem;
}

/* Privacy
   ----------------------------------------------------------------- */
.privacy .l-cat-img {
	background:url(images/privacy/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main.privacy dl {
	max-width:800px;
	margin:0 auto;
}
.l-main.privacy dl dd {
	margin-bottom:30px;
}

/* Facilities
   ----------------------------------------------------------------- */
.l-main.facilities .l-index-contents-wrap,
.l-main.facilities02 .l-index-contents-wrap{
	margin:55px 0 -160px;
}
.l-main.facilities #tab03,
.l-main.facilities02 #tab03{
    position: relative;
    top: 230px;
    margin-bottom: 50px;
}
.l-main.facilities #tab03 .c-button,
.l-main.facilities02 #tab03 .c-button{
    width: 410px;
    font-size: 2rem;
}
.l-main.facilities #tab03 .c-button a,
.l-main.facilities02 #tab03 .c-button a{
    width: 410px;
    padding: 15px 0;
}
.facilities .l-cat-img,
.facilities02 .l-cat-img{
	background:url(images/facilities/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main.facilities .l-add-wrap .add,
.l-main.facilities02 .l-add-wrap .add{
    margin-bottom: 0;
}
.l-main.facilities .tab,
.l-main.facilities02 .tab{
    margin: 0 auto 35px;
    width: 680px;
}
.l-main.facilities .tab-bottom,
.l-main.facilities02 .tab-bottom{
    margin: 120px auto -115px;
    width: 410px;
}
.l-main.facilities .tab-bottom li,
.l-main.facilities02 .tab-bottom li{
    width: 410px;
    margin: 0 auto;
}
.l-main.facilities .tab-bottom .active,
.l-main.facilities02 .tab-bottom .active{
    display: none;
}
.l-main.facilities #index-anker .bg01,
.l-main.facilities02 #index-anker .bg01{
    padding:65px 0 170px;
}
.l-main.facilities #index-anker .bg02,
.l-main.facilities02 #index-anker .bg02{
    padding: 1px 0 170px;
}
.l-main.facilities .tabbar,
.l-main.facilities02 .tabbar{
    margin: 0 auto 35px;
    width: 680px;
}
.l-main.facilities .tab-bottom,
.l-main.facilities02 .tab-bottom{
    margin: 60px auto -115px;
    width: 410px;
}

/* Greeting
   ----------------------------------------------------------------- */
.greeting .l-cat-img {
	background:url(images/greeting/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main.greeting .wrap {
    max-width: 900px;
    margin: 0 auto 125px;
    display: flex;
}
.l-main.greeting .wrap .pic {
    margin: 0 auto 0 0;
    width: 300px;
}
.l-main.greeting .wrap .txt {
    width: 540px;
}
.l-main.greeting .wrap .name {
    margin-top: 40px;
    font-size: 2rem;
    float: right;
}
.l-main.greeting .greeting-nav {
    display: flex;
    max-width: 610px;
    margin: 0 auto;
}
.l-main.greeting .greeting-nav li {
    text-align: center;
    width: 100%;
    font-size: 2.4rem;
    background: #65a139;
}
.l-main.greeting .greeting-nav li:first-child {
    margin-right: auto;
    width: 325px;
}
.l-main.greeting .greeting-nav li:last-child {
    width: 260px;
}
.l-main.greeting .greeting-nav a {
    display: block;
    color: #fff;
    padding: 15px 0;
}

/* Information-disclosure
   ----------------------------------------------------------------- */
.information-disclosure .l-cat-img {
	background:url(images/information-disclosure/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main.information-disclosure .wrap,
.l-main.information-disclosure .wrap02 {
    max-width: 900px;
    margin: 0 auto 80px;
}
.l-main.information-disclosure .wrap03 {
    padding-bottom: 30px;
}
.l-main.information-disclosure .wrap02 {
    display: flex;
}
.l-main.information-disclosure .wrap02 .left {
    margin-right: auto;
}
.l-main.information-disclosure .wrap table,
.l-main.information-disclosure .wrap02 table {
    width: 402px;
}
.l-main.information-disclosure .wrap table th,
.l-main.information-disclosure .wrap02 table th,
.l-main.information-disclosure .wrap03 table th{
    text-align: left;
    font-size: 1.6rem;
}
.l-main.information-disclosure .wrap03 table {
    width: 900px;
    margin: 0 auto;
}
.l-main.information-disclosure .greeting-nav {
    display: flex;
    max-width: 610px;
    margin: -77px auto 0;
}
.l-main.information-disclosure .greeting-nav li {
    text-align: center;
    width: 100%;
    font-size: 2.4rem;
    background: #65a139;
}
.l-main.information-disclosure .greeting-nav li:first-child {
    margin-right: auto;
    width: 325px;
}
.l-main.information-disclosure .greeting-nav li:last-child {
    width: 260px;

    width: 325px;
}
.l-main.information-disclosure .greeting-nav a {
    display: block;
    color: #fff;
    padding: 15px 0;
}

/* Aboutus
   ----------------------------------------------------------------- */
.aboutus .l-cat-img {
	background:url(images/aboutus/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main.aboutus .aboutus-nav {
    display: flex;
    margin: 0 auto 95px;
    max-width: 775px;
}
.l-main.aboutus .aboutus-nav li {
    width: 100%;
}
.l-main.aboutus .aboutus-nav li a {
    padding: 20px 0;
}
.l-main.aboutus #about-anchor,
.l-main.aboutus #about-anchor02,
.l-main.aboutus #about-anchor03{
    margin-top: -72px;
    padding-top: 72px;
}
.l-main.aboutus .tbl {
    margin: 0 auto 65px;
    max-width: 960px;
    width: 100%;
}
.l-main.aboutus .tbl th,
.l-main.aboutus .tbl td {
    padding: 20px;
    font-size: 1.6rem;
}
.l-main.aboutus .tbl .item {
    line-height: 2.5;
}
.l-main.aboutus .tbl .item a:hover {
    text-decoration: underline;
}
.l-main.aboutus .tbl02 {
     max-width: 600px;
     margin: 0 auto;
}
.l-main.aboutus .tbl02 th,
.l-main.aboutus .tbl02 td {
    padding: 15px 0;
    font-size: 1.6rem;
}
.l-main.aboutus .tbl02 th {
    padding-right: 40px;
}
.l-main.aboutus .tbl02 td {
    font-size: 1.8rem;
}
.l-main.aboutus .greeting-nav {
    display: flex;
    max-width: 540px;
    margin: 0 auto;
}
.l-main.aboutus .greeting-nav li {
    text-align: center;
    width: 100%;
    font-size: 2.4rem;
    background: #65a139;
    width: 260px;
}
.l-main.aboutus .greeting-nav li:first-child {
    margin-right: auto;
}
.l-main.aboutus .greeting-nav a {
    display: block;
    color: #fff;
    padding: 15px 0;
}

/* Disability-support-facility
   ----------------------------------------------------------------- */
.disability-support-facility .l-cat-img {
	background:url(images/disability-support-facility/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}
.l-main .facility-nav {
    display: flex;
    margin: 0 auto 90px;
    max-width: 780px;
    max-width: 515px;
}
.l-main .facility-nav li a {
    display: block;
    padding: 25px 0;
}
.l-main .facility-nav02 {
    display: flex;
    margin: 0 auto 50px;
    max-width: 515px;
}
.l-main .facility-nav02 li a {
    display: block;
    padding: 25px 0;
}
.l-main #facility-anchor,
.l-main #facility-anchor02,
.l-main #facility-anchor03{
    margin-top: -72px;
    padding-top: 72px;
}
.l-main .facility-txt-area {
    max-width: 770px;
    margin: 0 auto 30px;
}
.l-main .facility-txt,
.l-main .facility-txt02 {
    font-size: 1.8rem;
}
.l-main .facility-txt {
    margin-bottom: 15px;
}
.l-main .facility-txt02 {
    margin-top: 35px;
}
.l-main .facility-wrap01 {
    margin: 35px auto 50px;
    max-width: 770px;
}
.l-main .facility-wrap01 ul {
    display: grid;
	gap: 0 30px;
    max-width: 770px;
	margin-top: 30px;
	margin-bottom: 80px;
}
.short-term-admission .facility-wrap01 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 0 30px;
    max-width: 770px;
	margin-top: 30px;
	margin-bottom: 80px;
}
.medical-care-list ul {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 770px;
    margin-bottom: 80px;
}
.l-main .facility-wrap01 ul li {
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.medical-care li {
	font-size: 1.8rem;
}
.l-main .facility-wrap {
    margin: 35px auto 50px;
    max-width: 770px;
    display: flex;
}
.l-main .facility-wrap ul {
    width: 345px;
    margin-bottom: 20px;
}
.l-main .facility-wrap ul:first-child {
    margin-right: auto;
}
.l-main .facility-wrap ul li {
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.l-main .facility-wrap02 {
    margin: 0 auto 55px;
    display: flex;
	gap: 15%;
    max-width: 865px;
}
.l-main .facility-wrap02 .left-col {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 380px;
	margin: 0;
}
.l-main .facility-wrap02 .left-col::after {
	display: none;
}
.l-main .facility-wrap02 .right-col {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 380px;
}
.l-main .facility-wrap02 h4 {
    text-align: center;
    margin-bottom: 45px;
    font-size: 1.8rem;
}
.medical-care h4 {
	font-size: 1.8rem;
}
.l-main .facility-wrap02 ul {
    margin-top: 40px;
}
.l-main .facility-wrap02 ul li {
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.l-main .facility-wrap03 {
    max-width: 900px;
    margin: 0 auto;
}
.l-main .facility-wrap03 table {
    width: 385px;
    margin: 0 auto;
}
.l-main .facility-wrap03 table th {
    font-size: 2.6rem;
}
.l-main .facility-wrap03 table th,
.l-main .facility-wrap03 table td{
    vertical-align: middle;
    padding: 10px 0 5px;
}
.l-main .facility-wrap03 table td{
    text-align: right;
}
.l-main .facility-wrap03 table td img {
    width: auto;
}
.l-main .facility-wrap04 {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.l-main .facility-wrap04 h4 {
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.l-main .facility-wrap04 .season01,
.l-main .facility-wrap04 .season02,
.l-main .facility-wrap04 .season03,
.l-main .facility-wrap04 .season04 {
    margin-bottom: 45px;
    max-width: 480px;
}
.l-main .facility-wrap04 .season01,
.l-main .facility-wrap04 .season03 {
    margin-right: auto;
}
.l-main .facility-wrap04 .h4-box {
    display: flex;
}
.l-main .facility-wrap04 .h4-box p {
    width: auto;
}
.l-main .facility-wrap04 .h4-box h4 {
    display: flex;
    align-items: center;
    margin: -7px 0 0 10px;
    font-size: 1.6rem;
    width: 360px;
}
.l-main .facility-wrap04 .inner {
    margin: -25px 0 0 20px;
    display: flex;
    max-width: 455px;
}
.l-main .facility-wrap04 dl {
    margin-bottom: 0;
    width: 220px;
}
.l-main .facility-wrap04 .inner dl.first {
    margin-right: 15px;
}
.l-main .facility-lead {
    margin: 20px 0;
    font-size: 1.8rem;
}
.l-main .facility-wrap05 {
    max-width: 770px;
    margin: 0 auto 100px;
}
.l-main .facility-wrap05 ul {
    margin-bottom: 30px;
}
.l-main .facility-wrap05 ul .first {
    font-size: 1.8rem;
    padding-bottom: 5px;
}
.l-main .facility-wrap06 {
    max-width: 770px;
    margin: 0 auto 100px;
}
.l-main .facility-wrap06 ul {
    font-size: 1.8rem;
}
.l-main .facility-wrap06 .tbl {
    width: auto;
}
.l-main .facility-wrap06 .tbl th,
.l-main .facility-wrap06 .tbl td {
    font-size: 1.6rem;
    padding: 5px 10px;
}
.l-main .facility-wrap06 .notes {
    font-size: 1.4rem;
}
.l-main .event-box {
    padding: 20px 0;
    max-width: 960px;
    margin: 0 0 0 30px;
}
.l-main .event-box p {
    text-align: center;
    font-size: 2.2rem;
}
.l-main .facility-name {
    font-size: 1.8rem;
    margin-bottom: 35px;
}
.l-main .facility-name span {
    font-size: 2.8rem;
}
.l-main .facility-add,
.l-main .facility-tel {
    font-size: 1.8rem;
}
.l-main .facility-add {
    margin-bottom: 15px;
}
.l-main .map-area {
    margin-top: 40px;
}
.l-main .map-area iframe {
    height: 382px;
}
.l-main .ft-facility-nav,
.l-main .ft-facility-nav02 {
    display: flex;
    margin: -80px auto 0;
    max-width: 677px;
}
.l-main .ft-facility-nav li,
.l-main .ft-facility-nav02 li {
    width: 330;
    font-size: 2.4rem;
    text-align: center;
}
.l-main .ft-facility-nav li:nth-child(1),
.l-main .ft-facility-nav02 li:nth-child(1) {
    background: #fc6c4d;
    margin-right: auto;
}
.l-main .ft-facility-nav li:nth-child(2)  {
    background: #139edd;
}
.l-main .ft-facility-nav02 li:nth-child(2)  {
    background: #11b763;
}
.l-main .ft-facility-nav li a,
.l-main .ft-facility-nav02 li a {
    display: block;
    color: #fff;
    padding: 20px 0;
}

/* Joint-assistance
   ----------------------------------------------------------------- */
.joint-assistance .l-cat-img {
	background:url(images/joint-assistance/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Home-care-center
   ----------------------------------------------------------------- */
.home-care-center .l-cat-img {
	background:url(images/home-care-center/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Home-care-support-project
   ----------------------------------------------------------------- */
.home-care-support-project .l-cat-img {
	background:url(images/home-care-support-project/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Paid-nursing-home
   ----------------------------------------------------------------- */
.paid-nursing-home .l-cat-img {
	background:url(images/paid-nursing-home/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Living-care
   ----------------------------------------------------------------- */
.living-care .l-cat-img {
	background:url(images/living-care/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Living-care-center
   ----------------------------------------------------------------- */
.living-care-center .l-cat-img {
	background:url(images/living-care-center/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Living-care-center-ginowan
   ----------------------------------------------------------------- */
.living-care-center-ginowan .l-cat-img {
	background:url(images/living-care-center-ginowan/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Short-term-admission
   ----------------------------------------------------------------- */
   .short-term-admission .l-cat-img {
	background:url(images/short-term-admission/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Consultation-project
   ----------------------------------------------------------------- */
.consultation-project .l-cat-img {
	background:url(images/consultation-project/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Visiting-care-center
   ----------------------------------------------------------------- */
.visiting-care-center .l-cat-img {
	background:url(images/visiting-care-center/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Nursing-home-care
   ----------------------------------------------------------------- */
.nursing-home-care .l-cat-img {
	background:url(images/nursing-home-care/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Nursing-home-care-center
   ----------------------------------------------------------------- */
.nursing-home-care-center .l-cat-img {
	background:url(images/nursing-home-care-center/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
}

/* Recruit
   ----------------------------------------------------------------- */
.recruit .l-main-img {
	 background:url(images/recruit/index/main-img.jpg) no-repeat center;
	 background-size:cover;
	 /*height:630px;*/
	 height:800px;
	 margin-bottom:80px;
 }
.l-main.recruit .l-voice-wrap {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
	margin:0 auto 65px;
	width:1000px;
}
.l-main.recruit .l-voice-wrap__box {
   	width: 32%;
    margin-right:0
}
.l-main.recruit .l-voice-wrap__box {
	position:relative;
}
.l-main.recruit .l-voice-wrap__box:after {
    background: url(images/recruit/index/recruit-bg-sp.png);
    position: absolute;
    right: 19px;
    bottom: 6px;
    height: 58px;
    width: 191px;
}
.l-main.recruit .l-voice-wrap__box .year {
	position: absolute;
    bottom: 37px;
    right: 10%;
	color:#fff;
	font-size:1.4rem;
	z-index:1;
}
.l-main.recruit .l-voice-wrap__box .name {
	position: absolute;
    bottom: 12px;
    right: 10%;
	color:#fff;
	font-size:1.8rem;
	z-index:1;
}
.l-main.recruit .l-voice-wrap02 {
	display:flex;
}
.l-main.recruit .l-voice-wrap02__image,
.l-main.recruit .l-voice-wrap02__text {
	width:50%;
}
.l-main.recruit .l-voice-wrap02__image img {
	width:100%;
}
.l-main.recruit .l-voice-wrap02:nth-child(even) {
   flex-direction: row-reverse;
 }
.l-main.recruit  .last-sec {
	margin-bottom:0;
}
.l-main.recruit .last-sec .l-voice-wrap02__text {
	padding:0;
    margin: auto;
	display: block;
	height:100%;
}
.l-main.recruit .last-sec .l-voice-wrap02__text p {
	width:70%;
	margin:0 auto;
	font-size:1.5rem;
}
.l-main.recruit .last-sec .l-voice-wrap02__text .c-button {
    font-size:1.8rem;
}
.l-main.recruit .c-button {
	width:258px !important;
}
.l-main.recruit .c-button a {
    color: #fff;
    display: block;
    padding: 20px 0;
}
.l-main.recruit .l-recruit-sec {
	margin-bottom:-45px;
}
.about-btn {
    margin-top: 130px;
}

/* Guideline
   ----------------------------------------------------------------- */
.guideline .l-cat-img {
	background:url(images/recruit/guideline/cat-img.jpg) no-repeat center;
	background-size:cover;
	height:361px;
	margin-bottom:65px;
}
.l-main.guideline section {
	padding:0;
	margin:0 auto 50px;
	max-width:840px;
}
.l-main.guideline #tab {
    margin-bottom: 65px;
	justify-content:center;
}
.l-main.guideline #tab li {
    font-size: 1.8rem;
    width: 160px;
	margin-right:10px;
	position:relative;
}
.l-main.guideline #tab li:last-child {
	margin-right:0;
}
.l-main.guideline #tab li a {
    padding: 10px 0;
}
.l-main.guideline #tab .select {
    border: 1px solid #23946b;
	background:#fff;
}
.l-main.guideline #tab .select a {
    color: #23946b;
}

.l-main.guideline #tab .select:after {
    content: url(images/recruit/guideline/arrow.gif);
    position: absolute;
    bottom: -25px;
    left: 43%;
}

@-moz-document url-prefix() {
    .l-main.guideline #tab .select:after {
        bottom: -25px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .l-main.guideline #tab .select:after {
        bottom: -26px;
    }
}

.l-main.guideline table {
	width:100%;
	margin-bottom:55px;
}
.l-main.guideline table th,
.l-main.guideline table td {
	width:auto;
	display:table-cell;
	padding:10px;
	border-bottom:1px solid #c3c3c3;
}
.l-main.guideline table th {
	padding:10px 40px 10px 30px;
	background:#f7fbf7;
	white-space:nowrap;
}
.l-main.guideline table td {
	padding:10px 40px 10px 0;
}
.l-main.guideline .c-button {
    font-size: 2rem;
}
.l-main.guideline table .notes {
	font-size:1.4rem;
}
.l-main.guideline .c-button {
    width: 490px;
	margin-bottom:90px;
}

/* Voice
   ----------------------------------------------------------------- */
.l-main.voice .l-voice-wrap {
	display: flex;
 	justify-content: space-between;
}
.l-main.voice .l-voice-wrap__img {
	margin-top:0;
	width:53.7%;
	text-align:left;
	font-size:0;
	line-height:0;
}

@-moz-document url-prefix() {
.l-main.voice .l-voice-wrap__img {
	width:53.5%;
}
}

_:-ms-lang(x)::-ms-backdrop, .l-main.voice .l-voice-wrap__img {
    width:55%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .l-voice-wrap__img {

    }
}

.l-main.voice .l-voice-wrap__img img {
	width:100%;
	height: 100%;
	object-fit: cover !important;
}
.l-main.voice .l-voice-wrap__text {
	padding:100px 100px 100px 50px;
	width:60%;
}
.l-main.voice .l-voice-wrap__text table {
	margin:0 0 20px;
	width:100%;
}
.l-main.voice .l-voice-wrap__text table th {
	font-size:1.4rem;
	padding:5px 0 5px 0;
	border-right:1px solid #2a2a2a;
	white-space:nowrap;
	border-bottom: 5px solid #fff;
}
.l-main.voice .l-voice-wrap__text table td {
	padding:5px 0 5px 15px;
}
.l-main.voice .l-voice-wrap__text table td h2 {
	font-size:1.6rem;
}
.l-main.voice .l-voice-wrap__text table td h3 {
	font-size:1.8rem;
}

#cboxPrevious{position:absolute !important; top:50% !important; left:-65px !important; margin-top:-32px !important; background:url(images/recruit/voice/arrow-l.png) no-repeat top left !important; width:44px !important; height:84px !important; text-indent:-9999px !important; display:block !important;}
#cboxNext{position:absolute !important; top:50% !important; right:-65px !important; margin-top:-32px !important; background:url(images/recruit/voice/arrow-r.png) no-repeat top right !important; width:44px !important; height:84px !important; text-indent:-9999px !important; display:block !important;}

}

@media screen and (min-width:1280px) {
.pc-nav .wrapInner-wrap-menu ul li {
    font-size: 1.5rem;
}
}

/* jquery-tab-pager
   ----------------------------------------------------------------- */
.jquery-tab-pager-tabbar {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* .jquery-tab-pager-tabbar li {
	float: left;
	padding: 10px 20px;
	list-style: none;
	cursor: pointer;
	background: #eee;
	border-radius: 10px 10px 0px 0px;
}
.jquery-tab-pager-tabbar li.current {
	background: #f90;
} */
/* Page Navigation */
#jquery-tab-pager-navi {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#jquery-tab-pager-navi li {
	list-style: none;
	display: inline-block;
	margin: 0 8px;
}
#jquery-tab-pager-navi li a {
	display: block;
	-webkit-transition: background 200ms linear;
	transition: background 200ms linear;
	border-bottom: 1px solid #000;
}
#jquery-tab-pager-navi li a.current {
	border-bottom: #fff;
}
#jquery-tab-pager-navi li:last-child a {
	margin-right: 0px;
}
@media screen and (min-width:1024px) {
	#jquery-tab-pager-navi {
		font-size: 2rem;
	}
	#jquery-tab-pager-navi li {
		margin: 0 15px;
	}
}


/* staffinfo
   ----------------------------------------------------------------- */
.l-main.staffinfo .l-news-wrap {
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.l-main.staffinfo .l-news-wrap__text {
	width: 100%;
}
.cat-icon.circulation {
	background:#ecf8ff;
	color:#24b6f0;
}
.cat-icon.training {
	background:#effbf4;
	color:#11b763;
}
.cat-icon.important {
	background:#fff4f8;
	color:#ff7bad;
}
.cat-icon.icon-new {
	color:#ff2718;
	border: 1px solid #ff2718;
	margin-right: 10px;
	vertical-align: text-top;
}
.l-main.staffinfo #tab li a {
	margin-top:0;
}
.l-main.staffinfo .l-news-wrap__link {
	width: 100%;
	text-align: right;
}
.l-main.staffinfo .link-btn {
	display: inline-block;
	margin: 2% 4% 2% 0;
}
.l-main.staffinfo .link-btn a {
	display: block;
	padding: 8px 15px;
	border: 1px solid #2a2a2a;
}
.l-main.staffinfo .l-news-download {
	margin-top: 30px;
}
.l-news-download .accordion_dl {
	text-align: center;
}
.l-news-download .accordion_dl dt {
	display: inline-block;
	color: #2a2a2a;
	border:1px solid #2a2a2a;
	padding-right: 40px;
}
.l-news-download .accordion_dl dt::before {
	background: #2a2a2a;
}
.l-news-download .accordion_dl dt::after {
	background: #fff;
}
.l-news-download .accordion_dl dd {
	padding-top: 30px;
}
.l-news-download .l-news-download__lists {
	list-style-type: disc;
	padding-left: 20px;
}
.l-news-download .l-news-download__items {
	text-align: left;
	margin-bottom: 20px;
}
.l-news-download .l-news-download__items .name {
	color: #65a139;
}
.l-news-download .l-news-download__items a:hover {
	text-decoration: underline;
}
@media screen and (min-width:768px) {
	.l-main.staffinfo .l-news-wrap {
		margin-bottom: 20px;
	}
	.l-main.staffinfo .l-news-download {
		margin-top: 80px;
	}
	.l-main.staffinfo .l-news-wrap__text p {
		font-size: 1.75rem;
	}
	.l-main.staffinfo .link-btn {
		margin-right: 4%;
	}
	.l-main.staffinfo .link-btn a {
		padding: 15px;
	}
	.l-main.staffinfo .link-btn a:hover,
	.l-main.staffinfo .link-btn a:hover {
		color: #fff;
		background: #2a2a2a;
	}
}

/* staffinfo post
   ----------------------------------------------------------------- */

.p-footer_pagetop {
position: fixed;
right: 0px;
width: 40px;
bottom: 36%;
z-index: 10;
}

.p-footer_pagetop.pc {
    visibility: hidden;
  }
.p-footer_pagetop.sp {
    visibility: visible;
}

@media screen and (min-width:1024px) {
  .p-footer_pagetop {
    right: 5px;
    width: 141px;
  }
  .p-footer_pagetop.pc {
    visibility: visible;
  }
  .p-footer_pagetop.sp {
    visibility: hidden;
  }
}