@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

body {
	color: #000000;
	font-size: 14px;
	line-height: 1.4;
	margin: 0px;
}

body {
	background-color: #FFFFFF;
}

p {
	margin: 0px;
}

a:link {
	color: #004CCA;
}

a:visited {
	color: #6219DB;
}

a:hover {
	color: #048ADE;
	text-decoration: none;
}

a:active {
	color: #048ADE;
	text-decoration: none;
}

img {
	max-width: 100%;
	display: block;
}

ul {
	padding: 0px;
	list-style: none;
	margin: 0;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

.oh {
	overflow: hidden;
}

.L {
	float: left;
}

.R {
	float: right;
}

.sp {
	display: none;
}

.pr {
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pr:hover {
	opacity: 0.7;
}

a.pa {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#menu {
	display: none;
}

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

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


/* Forms */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	transition: background 150ms ease-in-out;
	background: #0073aa;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 0.88889em;
	font-weight: 700;
	line-height: 1.2;
	outline: none;
	padding: 0.76rem 1rem;
	text-decoration: none;
	vertical-align: bottom;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #111;
	cursor: pointer;
}

.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
	color: #fff;
	text-decoration: none;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background: #111;
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-backface-visibility: hidden;
	background: #fff;
	border: solid 1px #ccc;
	box-sizing: border-box;
	outline: none;
	padding: 0.36rem 0.66rem;
	-webkit-appearance: none;
	outline-offset: 0;
	border-radius: 0;
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ＭＳ ゴシック', sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #0073aa;
	outline: thin solid rgba(0, 115, 170, 0.15);
	outline-offset: -4px;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	resize: vertical;
}

form p {
	margin: 1rem 0;
}

.wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.top_header {
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 10000;
}

.top_header .wrap {
	align-items: center;
}

.hd_logo {
	width: 290px;
}

.hd_nav {
	width: 750px;
}

.hd_nav li {
	position: relative;
}

.hd_nav li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	line-height: 40px;
}

li.hd_contact {
	width: 180px;
	height: 40px;
}

li.hd_contact a {
	color: #003C85;
	border: 1px solid #003C85;
	border-radius: 20px;
	background-image: url(/sakura-plg/wp-content/uploads/2019/09/contact_icon.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center left 30px;
	padding-left: 60px;
}

.top {
	background-image: url(/sakura-plg/wp-content/uploads/2019/09/top_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	height: 700px;
}

.top .wrap {
	width: 1300px;
	align-items: center;
	padding-top: 90px;
	left: 0;
	right: 0;
}

.top_img01 {
	width: 40%
}

.top_img02 {
	width: 40%
}

.top_h1 {
	width: 8%;
	margin: auto;
	animation-delay: 5s;
}

.sec01 {
	padding: 125px 0 150px 0;
}

.top_h2 {
	font-size: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	color: #003C85;
	margin-bottom: 75px;
	white-space: nowrap;
}

.top_h2.left {
	text-align: left;
}

.top_h2 span {
	font-size: 18px;
	display: block;
	color: #000;
	letter-spacing: 0px;
	margin-top: 5px;
}

.sec01_text {
	margin-bottom: 90px;
}

.sec01_list ul {
	gap: 30px;
	justify-content: center;
}

.sec01_text p {
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	white-space: nowrap;
}

.sec01_list ul li {
	width: calc((100% - 30px) / 2);
	position: relative;
}

.sec01_inner {
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
}

.sec01_lebel {
	flex-shrink: 0;
}

.sec01_company {
	width: 100%;
}

.sec01_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border: 5px solid #EFEFEF;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	line-height: 21px;
	padding: 30px 0 25px 0;
}

.sec01_list_logo {
	margin-bottom: 25px;
}

.dropdwn>li {
	margin: 1px;
	background: #7ba5ff;
	display: inline;
}

.dropdwn_menu {
	display: none;
	position: absolute;
	margin-left: -50%;
	padding: 0;
	background: rgba(4, 60, 133, 0.9);
	width: 200%;
}

.dropdwn_menu li {
	width: 100%;
}

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

.dropdwn_menu li a {
	display: block;
	color: #fff;
	text-align: center;
	border-bottom: 1px dotted #fff;
	transition: .3s;
}

.dropdwn_menu li a:hover {
	background: #fff;
	color: rgba(4, 60, 133, 0.9);
}

.sec01_list_logo img {
	height: 110px;
	margin: 0 auto;
}

.sec02 {
	background-image: url(/sakura-plg/wp-content/uploads/2019/09/sec02_img.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 70%;
	padding-top: 9%;
}

.sec02_h2 {
	margin-bottom: 55px;
}

.sec02_newsbox {
	background-color: #fff;
	padding: 90px 0 90px 60px;
	width: 600px;
	margin-left: auto;
	border-left: 10px solid #003C85;
}

.sec02_list {
	margin-bottom: 40px;
}

.sec02_list ul li:nth-child(1) a {
	padding-top: 0px;
}

.sec02_list ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	text-decoration: none;
	align-items: center;
	border-bottom: 1px solid #EFEFEF;
	padding: 20px 0;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.sec02_list_date {
	width: 150px;
	height: 40px;
	margin-right: 30px;
}

.sec02_list_date p {
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #003C85;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
	text-align: center;
	line-height: 40px;
}

.sec_bt {
	width: 180px;
	height: 40px;
	margin: 0 auto;
}

.sec_bt a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 20px;
	line-height: 40px;
}

.sec02_news_bt a {
	border: 1px solid #003C85;
	color: #003C85;
}

.sec03 {
	padding: 165px 0 145px 0;
}

.sec03_list .new_open {
	width: 100%;
	margin: auto;
	padding-top: 30px;
}

.sec03_list ul {
	row-gap: 35px;
}

.sec03_list ul li {
	width: 350px;
	border: 5px solid #EFEFEF;
	position: relative;
	padding-bottom: 40px;
}

.sec03_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
	position: relative;
	padding: 10px 10px 25px 10px;
}

.sec03_list_cat {
	width: 140px;
	height: 25px;
	position: absolute;
	top: -10px;
	left: 5px;
}

.sec03_list_cat p {
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 25px;
	font-weight: 600;
}

.list_cat_pink {
	background-color: #FF7BA9;
}

.list_cat_pink:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 5px;
	border-color: transparent transparent transparent #D85578;
	position: absolute;
	top: 0;
	right: -5px;
}

.list_cat_blue {
	width: 180px;
	background-color: #29A8DF;
}

.list_cat_blue:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 5px;
	border-color: transparent transparent transparent #0071B9;
	position: absolute;
	top: 0;
	right: -5px;
}

.sec03_list_img {
	margin-bottom: 25px;
	aspect-ratio: 320 / 210;
}



.sec03_list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec03_list_text p {
	font-weight: 600;
	line-height: 21px;
}

.sec03_list_ttl {
	margin-bottom: 15px;
}

.sec03_list_ttl p {
	font-size: 15px;
	font-weight: 600;
}

p.sec03_pink {
	color: #D85578;
}

p.sec03_blue {
	color: #0071B9;
}

.sec04 {
	padding: 115px 0 90px 0;
	background-image: url(/sakura-plg/wp-content/uploads/2019/09/sec04_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.sec04:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.sec04 .wrap {
	z-index: 1000;
	position: relative;
}

.sec04_h2 {
	color: #fff;
}

.sec04_h2 span {
	color: #fff;
}

.sec04_text {
	margin-bottom: 85px;
}

.sec04_text p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.sec04_bt a {
	border: 1px solid #fff;
	color: #fff;
}

.top_footer {
	padding: 100px 0 100px 0;
}

.ft_L {
	width: 400px;
}

.ft_logo {
	width: 290px;
	margin-bottom: 50px;
}

.ft_logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.ft_add p {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

.ft_R {
	width: 620px;
}

.ft_nav_ttl {
	border-bottom: 4px solid #EFEFEF;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.ft_nav_ttl p {
	font-size: 14px;
	font-weight: 600;
}

.ft_nav ul li {
	margin-bottom: 15px;
}

.ft_nav ul li a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.ft_02 {
	padding-top: 40px;
}

.ft_nav02 ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.copyright {
	background-color: #003C85;
	height: 30px;
	text-align: center;
	margin-bottom: 96px;
}

.copyright small {
	line-height: 30px;
	color: #fff;
}

/*** 固定ページ h1 ***/
header#main-header {
	line-height: 0;
}

.common-main {
	height: 320px;
	text-align: center;
	padding-top: 180px;
	background: url(/sakura-plg/wp-content/uploads/2019/09/pageh1_img.png);
	background-position: bottom;
	background-size: contain;
}

h1.page_h1,
p.single_ttl {
	position: relative;
	font-size: 14px;
	color: #003d85;
	font-weight: bold;
}

h1.page_h1:before,
p.single_ttl:before {
	position: absolute;
	font-size: 35px;
	top: -55px;
	right: 0;
	left: 0;
	margin: auto;
}

.page-id-24 h1.page_h1:before {
	content: "PRIVACY POLICY";
}

.page-id-63 h1.page_h1:before,
.page-id-219 h1.page_h1:before,
.page-id-222 h1.page_h1:before,
.page-id-453 h1.page_h1:before,
.page-id-497 h1.page_h1:before {
	content: "VISITING NURSING";
}

.page-id-81 h1.page_h1:before {
	content: "GROUP OVERVIEW";
}

.page-id-85 h1.page_h1:before {
	content: "SITEMAP";
}

.page-id-90 h1.page_h1:before {
	content: "NURSING HOME";
}

.page-id-373 h1.page_h1:before {
	content: "WELFARE";
}

.page-id-114 h1.page_h1:before,
.page-id-116 h1.page_h1:before,
.page-id-118 h1.page_h1:before {
	content: "CONTACT";
}

.archive p.single_ttl:before,
.single p.single_ttl:before {
	content: "NEWS";
}

/*** 固定ページ 共通 ***/
.page_pd {
	padding: 50px 0 100px 0;
	border-bottom: 4px solid #efefef;
}

.breadcrumb {
	padding: 5px;
	background: #003d85;
	color: #fff;
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
}

p.p_16 {
	font-size: 16px;
}

.mt_10 {
	margin-top: 10px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

.mt_80 {
	margin-top: 80px;
}

.mt_80:nth-of-type(1) {
	margin-top: 0px;
}


/*** 個人情報保護方針  ***/
dl.pp_dl {
	margin: 30px 0 0 0;
}

dl.pp_dl dt {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	padding-left: 25px;
	position: relative;
}

dl.pp_dl dt:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/sakura-plg/wp-content/uploads/2019/09/icon_sakura.svg)no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
}

dl.pp_dl dd {
	margin: 0;
}

.single_box {
	/* padding: 1rem 0px 1rem 1rem; */
}

a.ichiran_link {
	width: 300px;
	height: 45px;
	line-height: 45px;
	background: #003f85;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.ichiran_link:hover {
	opacity: 0.7;
}

/*** お知らせ single ***/
.singleSidebar {
	width: 300px;
}

.singleContent {
	width: 750px;
}


/*** お知らせ タイトルh1~h4 ***/
h1.single_h1 {
	color: #fff;
	/*文字色*/
	font-weight: 500;
	padding: 10px 10px 10px 45px;
	/*文字周りの余白*/
	line-height: 1.3;
	/*行高*/
	background: #003e85;
	/*背景色*/
	vertical-align: middle;
	/* border-radius: 25px 0px 0px 25px; */
	/*左側の角を丸く*/
	position: relative;
	margin-bottom: 1rem;
}

h1.single_h1:before {
	content: "";
	display: inline-block;
	background: url(/sakura-plg/wp-content/uploads/2019/09/icon_sakura.svg)no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
}

.single_box h2 {
	padding: 8px 10px;
	border-left: 8px solid #003f85;
	background: #dbebf8;
	margin: 1rem 0;
	color: #003e85;
}

.single_box h3 {
	border-bottom: 2px solid #003f85;
	position: relative;
	padding: 5px 10px;
}

.single_box h4 {
	padding: 5px 10px 5px 25px;
	position: relative;
}

.single_box h4:before {
	content: "";
	display: inline-block;
	background: url(/sakura-plg/wp-content/uploads/2019/09/icon_sakura.svg)no-repeat;
	background-position: center;
	background-size: contain;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*** お知らせ sidebar ***/
aside#info-side li a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	border-bottom: 1px solid #EFEFEF;
	color: #000;
	font-weight: 600;
}

aside#info-side h2 {
	padding: 10px;
	border-bottom: 1px solid #003f85;
	background: #003f85;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}

aside#info-side span.single_day {
	display: inline-block;
	padding: 5px 10px;
	background: #EFEFEF;
	margin-right: 5px;
}

/*** お知らせ archive ***/
.pro_img {
	width: 30%;
	height: 200px;
	position: relative;
	display: inline-block;
	background: #f0f0f0;
	overflow: hidden;
}

.pro_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: auto;
}

.pro_img p {
	font-size: 25px;
	text-align: center;
	line-height: 200px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}

.archive_L {
	width: 65%;
	padding: 1rem 0;
}

.archive_L .date {
	display: inline-block;
	padding: 5px 10px;
	background: #003e85;
	color: #fff;
	margin-bottom: 10px;
}

.archive_L .ttl {
	font-size: 20px;
}

.archive article {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #EFEFEF;
}

.archive article:nth-of-type(1) {
	margin-top: 0px;
	padding-top: 0;
	border: none;
}

/*** pagenavi ***/
.wp-pagenavi {
	margin: 50px auto 0;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border-radius: 10px;
	padding: 8px 10px;
	margin: 5px;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 50px auto 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #fff;
	background-color: #003f85;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

.wp-pagenavi a:hover {
	color: white;
	background-color: #e00072;
	border: 1px solid #bfbfbfbf;
}

.wp-pagenavi span.current {
	color: #1a1a1a;
	background-color: #f5e3e8;
	font-weight: bold;
	border: 1px solid #bfbfbfbf;
	font-size: 11px;
}

/*** 訪問看護 ***/

.main_image img {
	display: block;
	margin: 0 auto 50px auto;
}

.vid_top {
	text-align: center;
	margin-bottom: 50px;
	font-size: 20px;
}

ul.vid_ul li,
ul.vid_ul02 li {
	width: 24%;
	margin-top: 1%;
	padding: 1rem;
	border: 5px solid #efefef;
	text-align: center;
	line-height: 1.8;
	font-weight: 600;
}

.vid_ul.center {
	justify-content: center;
	gap: 20px;
}

ul.vid_ul02 li:last-child,
ul.vid_ul03 li:last-child {
	border: none;
}

.vid_icon {
	margin-bottom: 20px;
}

.vid_icon img {
	margin: auto;
}

dl.vid_dl {
	border: 5px solid #efefef;
}

.task_page dl.vid_dl dt {
	background: #f5a1bc;
	color: #fff;
}

dl.vid_dl dt {
	padding: 10px 10px 10px 50px;
	background: #efefef;
	font-weight: 600;
	font-size: 16px;
	position: relative;
}

dl.vid_dl dt:before {
	content: "Q";
	display: inline-block;
	color: #efc0cf;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left: 10px;
	margin: auto;
}

dl.vid_dl dd {
	margin: 0;
	padding: 10px;
	font-size: 14px;
}

/*** グループ概要 ***/
.gro_map {
	margin: 10px 0 30px;
}

table.gro_tbl {
	width: 100%;
	margin-bottom: 30px;
	font-size: 15px;
	border: 5px solid #efefef;
}

table.gro_tbl th,
table.gro_tbl td {
	padding: 1rem;
}

table.gro_tbl th {
	background: #efefef;
}

table.gro_tbl td {
	border: 5px solid #efefef;
	font-weight: normal;
}

table.gro_tbl dl {
	margin: 0 0 1rem;
	letter-spacing: 1px;
}

table.gro_tbl dl:last-child {
	margin: 0;
}

table.gro_tbl dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}

table.gro_tbl dl dd {
	margin-left: 1rem;
	line-height: 1.5;
	font-size: 14px;
}

/*** 施設紹介 ***/
#facilities .top_text {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.7;
	margin-bottom: 35px;
}

ul.fac_li {
	width: 100%;
	margin-top: 30px;
}

ul.fac_li li {
	width: 47%;
	margin: 0% auto 3% !important;
}

ul.fac_li li .img {
	width: 30%;
}

ul.fac_li li .text {
	width: 65%;
}

.fac_img {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 400px;
	background: #f0f0f0;
	overflow: hidden;
	margin-bottom: 10px;
}

.fac_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

ul.fac_li li .img {
	height: 100px;
	overflow: hidden;
	text-align: center;
	position: relative;
	display: inline-block;
	background: #f0f0f0;
	border: none;
	border-radius: 0;
}

ul.fac_li li .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

table.fac_tbl {
	margin-top: 10px;
}

ul.tab-group .tab a {
	color: #fff;
	text-decoration: none;
}

/** タブ切り替え **/
.fac_box {
	/* display:none; */
}

.fac_box.is-show {
	/* display:block; */
}

ul.tab-group {
	margin-bottom: 30px;
}

ul.tab-group .tab {
	cursor: pointer;
	width: 24%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #003e85;
	color: #fff;
}

ul.tab-group li.tab.is-active {
	background: #e00072;
	transform: translateY(-6px);
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*** お問い合わせ ***/
div#step-wrap {
	width: 70%;
	margin: 0 auto 80px;
}

#contact table td {
	width: 70%;
}

.contact-wrap-top table td,
.contact-wrap-top table th {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 1rem;
}

.contact-wrap-top table tr:last-child td,
.contact-wrap-top table tr:last-child th {
	border-bottom: none;
}

.contact-wrap-top table th {
	/* background: #f3f3f3; */
	text-align: left;
	overflow: hidden;
}

span.s-1,
span.s-2 {
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	font-size: 0.8em;
	margin-right: 10px;
}

span.s-1 {
	background: #e00072;
}

span.s-2 {
	background: #408adf;
}

div#step-wrap .step-box span {
	font-size: 14px;
}

div#step-wrap .step-box {
	text-align: center;
	width: 100px;
	height: 100px;
	font-size: 20px;
	padding-top: 18px;
	position: relative;
	color: #4D4D4F;
}

div#step-wrap div#step-1,
.page-id-139 div#step-wrap div#step-2,
.page-id-141 div#step-wrap div#step-3 {
	color: #fff;
}

div#step-wrap div#step-1:before,
div#step-wrap div#step-2:before,
div#step-wrap div#step-3:before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #f0f0f0;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
}

div#step-wrap div#step-1:before,
.page-id-139 div#step-wrap div#step-2:before,
.page-id-141 div#step-wrap div#step-3:before {
	background: #2d3280;
}

div#step-wrap p {
	margin: 0;
}

div#btn-wrap button.kakunin,
div#btn-wrap button.soshin {
	width: 350px;
	height: 50px;
	font-size: 20px;
	/* margin: 60px auto 0; */
	background: #003e85;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

div#btn-wrap button.back-btn {
	width: 350px;
	height: 50px;
	font-size: 20px;
	/* margin: 60px auto 0; */
	background: #666;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a#top-back-btn {
	width: 350px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	/* margin: 60px auto 0; */
	background: #003e85;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin: auto;
	text-decoration: none;
	margin-top: 50px;
}

div#btn-wrap button.soshin,
div#btn-wrap button.back-btn {
	margin: 0 10px;
}

div#btn-wrap button.kakunin:hover,
div#btn-wrap button.soshin:hover,
div#btn-wrap button.back-btn:hover,
a#top-back-btn:hover {
	opacity: 0.7;
}

#contact div#btn-wrap {
	justify-content: center;
}

.contact-wrap-top {
	padding: 2rem;
	border: 5px solid #efefef;
	margin-bottom: 60px;
	font-size: 14px;
}

.contact-wrap-top table {
	width: 100%;
}

.page-id-139 p#contact-text,
.page-id-317 p#contact-text {
	text-align: center;
	line-height: 2;
	margin-bottom: 50px;
	background: white;
	font-size: 16px;
}

.page-id-319 p#contact-text,
.page-id-141 p#contact-text {
	background: #fafafa;
	padding: 2rem;
	line-height: 2;
	margin-bottom: 50px;
}

p#contact-text {
	/* padding: 2rem; */
	/* background: #efefef; */
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 50px;
}

/*** サイトマップ ***/
.page-item-114 ul.children {
	display: none;
}

.flowContent {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}

.flowContent .step {
	background: #fd7ba9;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 200px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px 0 0 10px;
}

.flowContent .content {
	width: 900px;
	background: #f8f5ed;
	padding: 10px;
	border-radius: 0 10px 10px 0;
}

.flowContent .content h3 {
	/* background: #f8f5ed; */
	/* padding: 5px 10px; */
	margin: 0;
	/* border-left: 4px solid #fd7ba9; */
}

.flowContent .content .text {
	font-size: 16px;
	line-height: 1.5;
}

.flowContent .content .text span {
	display: inline-block;
	font-size: 12px;
}

.flowArea .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 0 20px;
	border-color: #fd7ba9 transparent transparent transparent;
	margin: 20px auto;
}

.sec03_list ul li a.formBtn {
	position: absolute;
	height: auto;
	width: auto;
	bottom: 10px;
	padding: 0;
	text-align: center;
	left: 10px;
	right: 10px;
	background: #043c85;
	color: #fff;
	border-radius: 4px;
	line-height: 36px;
	border: 2px solid #043c85;
	transition: 0.2s;
}

.sec03_list ul li a.formBtn:hover {
	background: #fff;
	color: #043c85;
}

nav.ft_nav {
	width: 100%;
}

nav.ft_nav ul {
	display: flex;
	flex-wrap: wrap;
}

nav.ft_nav ul li {
	width: 25%;
}

span.mwform-checkbox-field.horizontal-item {
	margin-left: 0 !important;
	margin-right: 20px;
	display: inline-block;
	margin-bottom: 5px;
}

.page-id-150 h1.page_h1:before,
.page-id-334 h1.page_h1:before,
.page-id-332 h1.page_h1:before {
	content: "ENTRY";
}

.entryBtn a {
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	background: #043c85;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 50px;
	box-shadow: 0 3px #01142d;
}

.staffBlogArea {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.staffBlog {
	width: 250px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	position: relative;
}

.staffBlog a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.staffBlog .date {
	text-align: right;
	font-size: 10px;
	line-height: 1;
}

.staffBlog .image {
	margin-bottom: 5px;
	position: relative;
	height: 150px;
	overflow: hidden;
	background: #ccc;
}

.staffBlog .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.topMaru {
	position: absolute;
}

.topMaru06 {
	width: 280px;
	right: 0;
	top: 160px;
}

.topMaru05 {
	width: 150px;
	right: 280px;
	top: 370px;
}

.topMaru04 {
	width: 210px;
	right: 310px;
	top: 110px;
}

.topMaru03 {
	width: 300px;
	top: 250px;
	left: 230px;
}

.topMaru02 {
	width: 200px;
	top: 90px;
	left: 70px;
}

.topMaru01 {
	width: 150px;
	top: 310px;
	left: 0;
}

/*.topMaru {
    animation: fuwafuwa 3s ease-in-out infinite;
    -webkit-animation: fuwafuwa 3s ease-in-out infinite;
    -moz-animation: fuwafuwa 3s ease-in-out infinite;
}*/

/*@keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}
 
@-webkit-keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}*/

.topMaru01 {
	animation-duration: 3s;
	animation-delay: 0.5s;
}

.topMaru02 {
	animation-duration: 5s;
	animation-delay: 1.5s;
}

.topMaru03 {
	animation-duration: 6s;
	animation-delay: 2.5s;
}

.topMaru04 {
	animation-duration: 3s;
	animation-delay: 2.5s;
}

.topMaru05 {
	animation-duration: 6s;
	animation-delay: 2s;
}

.topMaru06 {
	animation-duration: 4s;
	animation-delay: 1s;
}

.topMaru01,
.topMaru03,
.topMaru05 {
	animation-delay: 0.5s;
}

.fixBtn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(4, 60, 133, 0.9);
	z-index: 1000;
	padding: 20px 0;
}

.fixBtn .wrap {
	display: flex;
	justify-content: space-around;
}

.fixBtn a {
	width: 45%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	line-height: 50px;
	border-radius: 6px;
	font-size: 18px;
	position: relative;
	transition: 0.2s;
}

.fixBtn a:hover {
	background: #fff;
	color: #043c85;
}

.fixBtn a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 7px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}

.fixBtn a:hover:before {
	border-color: transparent transparent transparent #043c85;
}

.sec05 .sec04_bt a {
	color: #043c85;
	border-color: #043c85;
}

ul.jobList {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

ul.jobList li {
	border: 2px solid;
	padding: 10px;
	border-radius: 5px;
	width: 265px;
	position: relative;
	color: #333;
	margin-left: 13px;
	margin-bottom: 10px;
}

ul.jobList li:nth-of-type(4n + 1) {
	margin-left: 0;
}

aside#info-side ul.jobList li {
	margin-left: 0px;
}

ul.jobList li .title {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.itemLst {
	display: flex;
	flex-wrap: wrap;
}

.itemLst span {
	font-size: 10px;
	background: #123c85;
	border-radius: 20px;
	color: #fff;
	padding: 0 10px;
	margin: 0 2px 2px 0;
}

ul.jobList .btnText {
	text-align: center;
	border: 2px solid;
	color: #123c85;
	border-radius: 3px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	transition: .2s;
}

ul.jobList .btnText:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #113b85;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: .2s;
}

ul.jobList li:hover .btnText:after {
	border-color: transparent transparent transparent #ffffff;
}

ul.jobList li:hover .btnText {
	background: #123c85;
	color: #fff;
	border-color: #123c85;
}

p.salaryPoint {
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

p.salaryPoint span {
	font-weight: bold;
	padding-left: 20px;
	background-image: url(/sakura-plg/wp-content/uploads/2019/11/salaryPoint.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 0 center;
	margin-right: 10px;
}

ul.jobList li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p.stopText {
	display: none;
}

ul.jobList li.stop p.stopText {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	padding: 63px 0;
}

ul.jobList li.stop {
	pointer-events: none;
}

.jobListSingle .itemLst span {
	font-size: 14px;
	line-height: 30px;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 0;
}

.jobListSingle table {
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #aaa;
	border-spacing: 0;
}

.jobListSingle table th {
	width: 25%;
	text-align: left;
	background: #123c85;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
}

.jobListSingle table th span {
	padding-left: 30px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 0 center;
	line-height: 30px;
	display: inline-block;
}

.jobListSingle {
	color: #333;
}

.jobListSingle span.occupation {
	background-image: url(/sakura-plg/wp-content/uploads/2019/11/jobdescription.png);
}

.jobListSingle span.area {
	background-image: url(/sakura-plg/wp-content/uploads/2019/11/area.png);
}

.jobListSingle span.workingTime {
	background-image: url(/sakura-plg/wp-content/uploads/2019/11/workingtime.png);
}

.jobListSingle span.holiday {
	background-image: url(/sakura-plg/wp-content/uploads/2019/11/holiday.png);
}

.jobListSingle span.salary {
	background-image: url(/sakura-plg/wp-content/uploads/2019/11/salaryPoint.png);
}

.jobListSingle span.welfare {
	background-image: url(/sakura-plg/wp-content/uploads/2019/11/welfare.png);
}

.jobListSingle span.jobCompany {
	background-image: url(/sakura-plg/wp-content/uploads/2020/06/company.png);
}

.jobListSingle span.qualification {
	background-image: url(/sakura-plg/wp-content/uploads/2020/02/icon_qualification.png);
}

.jobListSingle span.variousConditions {
	background-image: url(/sakura-plg/wp-content/uploads/2020/02/icon_variousConditions.png);
}

.jobListSingle span.characteristic {
	background-image: url(/sakura-plg/wp-content/uploads/2020/02/icon_characteristic.png);
}

.jobListSingle span.other {
	background-image: url(/sakura-plg/wp-content/uploads/2020/02/icon_other.png);
}

.jobListSingle span.facility {
	background-image: url(/sakura-plg/wp-content/uploads/2020/06/facility.png);
}

.jobListSingle table th,
.jobListSingle table td {
	padding: 10px;
}

.jobListSingle table td {
	border-bottom: 1px solid #aaa;
	font-size: 16px;
}

.jobListSingle .maps {
	height: 280px;
	margin: 10px 0;
}

a.ichiran_link.entry_link {
	background: #f77f02;
	margin-bottom: -20px;
}

.jobListSingle p.jobDescription {
	font-size: 14px;
}

aside#info-side ul.jobList {
	flex-wrap: wrap;
}

aside#info-side ul.jobList li {
	width: 100%;
	margin-bottom: 5px;
}

p.singleStopText {
	text-align: center;
	padding: 30px 0 0;
	font-size: 18px;
}

div#mw_wp_form_mw-wp-form-155 select {
	height: 30px;
	font-size: 14px;
}

nav.viditing_nav ul {
	justify-content: space-between;
}

nav.viditing_nav.single ul {
	justify-content: flex-end;
	margin-top: 100px;
}

nav.viditing_nav.single ul li a {
	margin-left: 20px;
}

nav.viditing_nav ul li a {
	display: block;
	width: 350px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	transition: .3s;
	padding-right: 30px;
	position: relative;
}

nav.viditing_nav ul li.task a {
	background: #ecaabf;
}

nav.viditing_nav ul li.momiji a {
	background: #E8B647;
}

nav.viditing_nav ul li.e-step a {
	background: #52ab49;
}

nav.viditing_nav ul li.risen a {
	background: #003d85;
}

nav.viditing_nav ul li a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13.0px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 30px;
	top: 27px;
}

nav.viditing_nav ul li a:hover {
	opacity: .7;
}

/** 沿革 **/
.historyBox .year {
	width: 125px;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
}

.historyBox {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto 60px;
}

.historyBox ul {
	padding-left: 2rem;
	margin-top: 25px;
}

.historyBox p.text {
	width: calc(100% - 125px);
	padding-bottom: 35px;
	padding-left: 58px;
	font-weight: normal;
	border-left: 1px solid #dcddda;
	position: relative;
}

.historyBox p.text:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -5px;
	width: 10px;
	height: 10px;
	background-color: #dcddda;
	z-index: 2;
}

a.serviceBtn {
	display: block;
	text-decoration: none;
	width: 300px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ea5e8c;
	color: #fff;
	margin-top: 30px;
	transition: .3s;
}

a.serviceBtn:hover {
	opacity: .7;
}

/** 福祉事業 **/
.welfareBox {
	margin-bottom: 50px;
}

p.subText {
	margin-bottom: 1rem;
	line-height: 1.8;
}

.rentalBox li {
	width: 30%;
	/* text-align: center; */
	padding: 10px;
	border: 8px solid #efefef;
	margin-bottom: 10px;
}

.rentalBox li h3 {
	margin: 10px auto 0;
	color: #043c85;
	border-left: 6px solid;
	padding-left: 10px;
}

.welfareBox .img {
	width: 33%;
}

.welfareBox .text {
	width: 65%;
	line-height: 1.8;
}

.service_fukushibox {
	margin-top: 50px;
	align-items: center;
}

.service_fukushibox .img {
	width: 50%;
	height: 300px;
	overflow: hidden;
}

.service_fukushibox .textbox {
	width: 44%;
}

.m_toph2 {
	margin-top: 80px;
}

.service_fukushibox .textbox p {
	font-size: 16px;
	line-height: 1.8;
}

.attempt_now dl {
	margin-top: 30px;
}

.attempt_now dl dt {
	color: #003c85;
	border-left: 5px solid;
	padding-left: 1em;
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: 600;
}

.attempt_now dl dd {
	margin: 0;
	font-size: 14px;
	line-height: 2;
}

.e-step-addr {
	font-size: 16px;
	margin-top: 30px;
}

.e-step-addr dt:not(:first-of-type) {
	margin-top: 30px;
}

.e-step-addr dt {
	font-weight: 600;
}

.e-step-addr dd {
	margin-top: 10px;
	margin-left: 0;
}

.e-step-comingsoon {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.e-step-comingsoon-date {
	color: #52ab49;
	font-size: 24px;
	font-weight: 600;
}

.e-step-comingsoon-tel {
	margin-top: 20px;
	font-size: 18px;
}

.e-step-comingsoon-tel a {
	display: inline-block;
	margin-left: 10px;
	pointer-events: none;
	color: #000;
	text-decoration: none;
}

.top_info_sec {
	padding-top: 100px;
}

.top_info_sec .btn_list ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 20px;
}

.top_info_sec .btn_list ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 20px;
	line-height: 70px;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 700;
	position: relative;
	padding: 0 20px;
	border: 1px solid;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}

.top_info_sec .btn_list ul li a::after {
	content: '';
	width: 10px;
	height: 15px;
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.top_info_sec .btn_list ul li a:hover {
	opacity: .7;
}

.top_info_sec .btn_list ul li:nth-child(odd) a {
	background-color: #003C85;
}

.top_info_sec .btn_list ul li:nth-child(even) a {
	background-color: #ea5f8c;
}

/* 採用情報ページ */
.page-id-131 h1.page_h1:before {
	content: "RECRUIT";
}

.recruit_img {
	width: 50%;
}

.recruit_img img {
	margin: auto;
}

.rec_text {
	width: 48%;
	border: solid #003c85;
	border-width: 1px 0;
	padding: 25px 5px;
}

.rec_text p {
	font-size: 15px;
	line-height: 1.8;
}

p.rec_text01 {
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	font-size: 17px;
}

p.rec_text02 {
	margin-bottom: 10px;
}

p.rec_text03 span {
	font-weight: 600;
}

p.rec_text03 {
	margin-bottom: 10px;
}

.rec_box.flex-sb {
	align-items: center;
	margin-bottom: 30px;
}

.rec_ttl {
	margin-bottom: 10px !important;
}

.rec_map {
	height: 380px;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
}

/* 事業所紹介ページ */
.page-id-515 h1.page_h1:before {
	content: "STATION";
}

.page-id-515 .rec_box .rec_text {
	border: none;
}

.page-id-515 .rec_box .rec_text .rec_text02 {
	font-size: 16px;
	line-height: 1.8;
}

.rec_box .rec_text .pdf_list {
	margin-top: 1.5em;
}

.rec_box .rec_text .pdf_list .pdf_box+.pdf_box {
	margin-top: 15px;
}

.rec_box .rec_text .pdf_list .pdf_box .text {
	font-size: 14px;
	letter-spacing: .03em;
}

.rec_box .rec_text .pdf_list .pdf_box .link {
	display: block;
	width: 450px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #DB3184;
	text-decoration: none;
	transition: all .3s;
}

.rec_box .rec_text .pdf_list .pdf_box .link:hover {
	opacity: .7;
}

.rec_box .rec_text .pdf_list .pdf_box .link.color {
	background-color: #103C84;
}

.visiting_group_sec {
	margin-top: 80px;
}

.visiting_group_sec .item {
	display: flex;
	align-items: center;
	gap: 0 30px;
	background: #f8f5ed;
	padding: 30px;
}

.visiting_group_sec .m_h2 {
	font-size: 25px;
}

.visiting_group_sec .m_h2 small {
	margin-left: 1em;
}

.visiting_group_sec .item+.item {
	margin-top: 30px;
}

.visiting_group_sec .item .img {
	flex-shrink: 0;
	width: 200px;
	height: fit-content;
	aspect-ratio: 1/1;
	background: #fff;
}

.visiting_group_sec .item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.visiting_group_sec .item .text_box {
	width: 100%;
}

.visiting_group_sec .item .text_box .title {
	color: #003c85;
	font-size: 22px;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.3em;
}

.visiting_group_sec .item .text_box .group_item {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}

.visiting_group_sec .item .text_box .group_item .group_title {
	font-size: 16px;
	background: #003c85;
	color: #fff;
	padding: .5em;
	padding-left: 2em;
	margin-bottom: 1em;
	position: relative;
}

.visiting_group_sec .item .text_box .group_item .group_title:before {
	content: "";
	width: 3px;
	height: 60%;
	position: absolute;
	left: 10px;
	top: 20%;
	background: #ffff;
}

.visiting_group_sec .item .text_box .group_item .text {
	font-size: 13px;
	line-height:2;
	margin-bottom:1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #f1f1f1;
}

.visiting_group_sec .item .text_box .group_item .info {
	font-size: 13px;
	line-height:2;
}

.visiting_group_sec .item .text_box .text {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.5;
}

.visiting_group_sec .item .text_box .text+.text {
	margin-top: 0.5em;
}

.visiting_group_sec .item .text_box .explain a {
	display: inline-flex;
	align-items: center;
	gap: 0 0.3em;
	margin-top: 0.7em;
	font-size: 16px;
	letter-spacing: .05em;
	color: #004CCA;
}

.visiting_group_sec .item .text_box .explain a::before {
	content: "\f15b";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	flex-shrink: 0;
}

/* 介護事業 */
.page_care_main {
	background: url(/sakura-plg/wp-content/uploads/2019/09/top_bg.png) no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 150px 0 130px;
}

.page_care_main .main_title {
	font-size: 38px;
	letter-spacing: .08em;
	line-height: 1.4;
	margin-bottom: 40px;
}

.page_care_main .cont {
	display: flex;
	gap: 0 30px;
}

.page_care_main .cont .img {
	flex-shrink: 0;
	width: 40%;
	translate: 0 -80px;
}

.page_care_main .cont .text_box {
	width: 100%;
}

.page_care_main .cont .text_box .sub_title {
	font-size: 28px;
	letter-spacing: .05em;
	margin-bottom: 20px;
}

.page_care_main .cont .text_box .text {
	font-size: 20px;
	letter-spacing: .05em;
	line-height: 1.9;
}

.care_group_sec .m_h2 {
	margin-bottom: 30px;
}

.care_group_sec .m_h3 {
	margin-bottom: 30px;
}

.care_group_sec .visit_box {
	margin-bottom: 80px;
}

.care_group_sec .common_cont .inbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.care_group_sec .common_cont .item {
	display: flex;
	align-items: center;
	gap: 0 20px;
}

.care_group_sec .common_cont .item .img {
	flex-shrink: 0;
	width: 230px;
	height: fit-content;
}

.care_group_sec .common_cont .item .img img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.care_group_sec .common_cont .item .text_box {
	width: 100%;
}

.care_group_sec .common_cont .item .text_box .title {
	color: #003c85;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.3em;
}

.care_group_sec .common_cont .item .text_box .text {
	font-size: 13px;
	letter-spacing: .05em;
	line-height: 1.5;
}

.care_group_sec .common_cont .item .text_box .text+.text {
	margin-top: 0.3em;
}

.care_group_sec .common_cont .item .text_box .explain a {
	display: inline-flex;
	align-items: center;
	gap: 0 0.3em;
	margin-top: 0.7em;
	font-size: 14px;
	letter-spacing: .05em;
	color: #004CCA;
}

.care_group_sec .common_cont .item .text_box .explain a::before {
	content: "\f15b";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	flex-shrink: 0;
}

.care_group_sec .visit_box .catch {
	background: #f8f5ed;
	text-align: center;
	padding: 35px;
	margin-top: 50px;
}

.care_group_sec .visit_box .catch .head {
	color: #ea5f8c;
	font-size: 20px;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.4em;
}

.care_group_sec .visit_box .catch .text {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.7;
	margin-bottom: 1em;
}

.care_group_sec .visit_box .catch .link {
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 1.5;
	font-weight: 700;
}

.care_group_sec .visit_box .catch .link a {
	color: #ea5f8c;
}

.contact_button {
	display: block;
	width: 300px;
	margin: 30px auto 0 auto;
	text-align: center;
	background: #333;
	color: #fff!important;
	line-height: 50px;
	text-decoration: none;
}

.visiting_main_visual {
	padding-top: 150px
}

.visiting_main_visual .fl_wrap {
	align-items: center;
}

.visiting_main_visual .image {
	width: 40%;
}

.visiting_main_visual .text_area {
	width: 55%;
}

.visiting_main_visual .text_area .page_h1 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.visiting_main_visual .text_area .page_h1 span {
	font-size: 40px;
}

.visiting_main_visual .text_area .page_h1:before {
	font-size: 15px;
	top: -25px;
}

.visiting_main_visual .text_area ul li {
	width: 30%;
	background: #f8f5ed;
	padding: 20px;
}

.visiting_main_visual .text_area ul li .img {
	background: #fff;
	position: relative;
	height: 130px;
}

.visiting_main_visual .text_area ul li .img img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 750px) {

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/*spmenu~*/
	.sp_hd {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 10000;
	}

	.sp_pr {
		position: relative;
	}

	.slicknav_menu .slicknav_menutxt {
		display: none !important;
	}

	.slicknav_menu .slicknav_icon {
		width: 100%;
		margin: 0;
	}

	.slicknav_menu .slicknav_icon-bar {
		width: 25px !important;
		height: 3px !important;
	}

	a.slicknav_btn {
		background: #fff;
		border-radius: 0px;
	}

	/*SPMENU kurukuru*/
	a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
		top: 5px;
		-moz-transform: rotate(405deg);
		-webkit-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		transform: rotate(405deg);
		position: absolute;
	}

	a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
		top: 0.4px;
		-moz-transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
		-o-transform: rotate(-405deg);
		-ms-transform: rotate(-405deg);
		transform: rotate(-405deg);
		position: absolute;
	}

	a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
		opacity: 0;
	}

	span.slicknav_icon-bar {
		transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
	}

	.slicknav_menu .slicknav_icon {
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
		position: relative;
	}

	/*kokomade*/
	.slicknav_menu .slicknav_menutxt {
		display: none;
	}

	.slicknav_menu {
		background-color: #fff;
	}

	a.slicknav_btn {
		margin: 16px 3px 8px 0px;
		padding: 0px 0 0 0px;
		height: 25px;
		width: 25px;
	}

	.slicknav_menu .slicknav_icon {
		height: 16px !important;
		display: block;
	}

	.slicknav_menu .slicknav_icon:after {
		display: block;
		font-size: 70%;
		color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		margin: 0 auto;
	}

	.slicknav_nav a {
		color: #333 !important;
		display: inline-block;
		font-weight: bold;
		line-height: 2;
		width: 100%;
		text-align: left;
		margin: 0;
		letter-spacing: normal;
		font-size: 80%;
		border: solid #ccc;
		border-width: 0 0px 1px 0;
		line-height: 30px;
		background-image: url(/sakura-plg/wp-content/uploads/2019/09/sp_yaji.png);
		background-size: 10px;
		background-repeat: no-repeat;
		background-position: right 15px center;
		padding-left: 10px;
	}

	/*~spmenu*/
	.sp_hd_logo {
		position: absolute;
		width: 179px;
		top: 15.5px;
		left: 5px;
	}

	.sp_hd_tel {
		position: absolute;
		width: 21px;
		top: 19.5px;
		right: 75px;
	}

	.sp_hd_mail {
		position: absolute;
		width: 22px;
		top: 22.5px;
		right: 42px;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: #E00072;
	}

	.wrap {
		max-width: 94%;
	}

	.top .wrap {
		display: block;
		width: 100%;
		position: static;
	}

	.top {
		height: auto;
		margin-top: 50px;
		padding: 5vw 0 20vw 0;
	}

	.top_img01 {
		width: 55%;
	}

	.top_h1 {
		width: 90%;
		margin: 10vw auto;
		position: relative;
		z-index: 1000;
	}

	.top_img02 {
		width: 60%;
		margin-left: auto;
	}

	.sec01 {
		padding: 10vw 0;
	}

	.top_h2 {
		font-size: 9vw;
		letter-spacing: 3px;
		margin-bottom: 5vw;
	}

	.top_h2 span {
		font-size: 4vw;
	}

	.sec01_text {
		margin-bottom: 5vw;
	}

	.sec01_text p {
		font-size: 13px;
		line-height: 1.8;
	}

	.sec01_list ul {
		gap: 15px;
	}

	.sec01_list ul li {
		width: calc((100% - 15px) / 2);
	}

	.sec01_list ul li a {
		padding: 3vw;
		font-size: 11px;
		line-height: 1.5;
		text-align: justify;
	}

	.sec01_inner {
		flex-direction: column;
		row-gap: 20px;
	}

	.sec01_lebel {
		flex-shrink: 0;
	}

	.sec01_company {
		width: 100%;
	}

	.sec01_list_logo img {
		height: 20vw;
	}

	.sec01_list_logo {
		margin-bottom: 2vw;
	}

	.sec02 {
		background-size: 100%;
		padding: 35vw 0 0 0;
	}

	.sec02_newsbox {
		width: 100%;
		padding: 5vw;
		border: 3px solid #003C85;
	}

	.sec02_list ul li a {
		font-size: 13px;
		font-weight: 500;
		text-align: justify;
		padding: 3vw 0;
	}

	.sec02_list_date {
		margin-right: 2vw;
		height: 9vw;
	}

	.sec02_list_date p {
		line-height: 9vw;
		font-size: 12px;
	}

	.sec02_list {
		margin-bottom: 5vw;
	}

	.sec_bt {
		width: 70vw;
		height: 35px;
	}

	.sec_bt a {
		line-height: 35px;
		font-size: 13px;
	}

	.sec03 {
		padding: 10vw 0;
	}

	.sec03_list ul li a {
		display: flex;
		padding: 8vw 3vw 3vw 3vw;
		align-items: center;
	}

	.sec03_list ul li a.formBtn {
		line-height: 26px;
		display: block;
		bottom: 5px;
	}

	.sec03_list ul li {
		width: 100%;
		margin-bottom: 5vw;
	}

	.sec03_list_img {
		margin-bottom: 0px;
		width: 49%;
		margin-right: 2%;
	}

	.sec03_list_textbox {
		width: 49%;
	}

	.sec03_list_ttl {
		margin-bottom: 0vw;
	}

	.sec03_list_ttl p {
		font-size: 13px;
	}

	.sec03_list_text p {
		font-size: 11px;
		line-height: 1.5;
		text-align: justify;
	}

	.sec03_h2 {
		margin-bottom: 8vw;
	}

	.sec04 {
		padding: 10vw 0;
	}

	.sec04_text {
		margin-bottom: 5vw;
	}

	.sec04_text p {
		font-size: 15px;
		line-height: 1.8;
	}

	.top_footer {
		padding: 10vw 0;
	}

	.ft_L {
		width: 100%;
		margin-bottom: 5vw;
	}

	.ft_logo {
		width: 80%;
		margin: 0 auto 5vw auto;
	}

	.ft_add p {
		font-size: 12px;
		line-height: 1.8;
		text-align: center;
	}

	.ft_R {
		width: 100%;
	}

	.ft_nav_ttl {
		display: none;
	}

	.ft_nav_ttl p {
		font-size: 13px;
	}

	.ft_nav ul li {
		margin-bottom: 3vw;
	}

	.ft_nav ul li a {
		font-size: 12px;
	}

	nav.ft_nav {
		margin-bottom: 6vw;
	}

	nav.ft_nav ul li {
		width: auto;
		margin: 0 10px;
	}

	nav.ft_nav ul {
		justify-content: center;
	}

	nav.ft_nav:nth-child(1) {
		width: 100%;
	}

	nav.ft_nav:nth-child(2) {
		margin-bottom: 0px;
		width: 48%;
	}

	nav.ft_nav:nth-child(3) {
		margin-bottom: 0px;
		width: 48%;
	}

	.ft_02 {
		padding-top: 4vw;
	}

	.ft_nav02 ul li a {
		font-size: 12px;
	}

	nav.ft_nav02 ul {
		width: 80%;
		margin: 0 auto;
	}

	.copyright small {
		font-size: 10px;
	}

	/*** (SP)固定ページ h1 ***/
	.common-main {
		height: 200px;
		padding-top: 100px;
		margin-top: 50px;
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
	}

	h1.page_h1 {
		position: relative;
		font-size: 12px;
	}

	h1.page_h1:before {
		font-size: 20px;
		top: -30px;
	}

	/*** (SP)個人情報保護方針  ***/
	p.p_16 {
		font-size: 14px;
	}

	dl.pp_dl dt {
		font-size: 14px;
		margin-bottom: 3px;
		padding-left: 20px;
	}

	dl.pp_dl dt:before {
		width: 15px;
		height: 15px;
	}

	/*** お知らせ タイトルh1~h4 ***/
	h1.single_h1 {
		padding: 10px 10px 10px 32px;
		/*文字周りの余白*/
		font-size: 20px;
	}

	h1.single_h1:before {
		width: 18px;
		height: 18px;
		left: 8px;
	}

	.single_box h2 {
		padding: 5px 10px;
		font-size: 16px;
	}

	.single_box h3 {
		padding: 5px;
	}

	.single_box h4 {
		padding: 5px 10px 5px 20px;
		position: relative;
	}

	.single_box h4:before {
		width: 15px;
		height: 15px;
	}

	/*** (SP)お知らせ archive ***/
	.pro_img {
		width: 38%;
		height: 130px;
	}

	.archive_L {
		width: 58%;
	}

	.archive_L .ttl {
		font-size: 14px;
	}

	.pro_img p {
		font-size: 16px;
		line-height: 130px;
		letter-spacing: 1px;
	}

	/*** (SP)訪問看護 visiting  ***/
	.vid_top {
		margin-bottom: 30px;
		font-size: 16px;
		text-align: left;
	}

	ul.vid_ul li,
	ul.vid_ul02 li {
		width: 49%;
		margin-top: 2%;
		text-align: left;
	}

	ul.vid_ul li,
	ul.vid_ul02 li h3 {
		text-align: center;
		line-height: 1.5;
	}

	.vid_icon img {
		width: 50px;
	}

	/*** (SP)グループ概要 ***/
	.historyBox {
		margin: 0 auto 35px;
	}

	.gro_map {
		overflow: hidden;
		height: 250px;
	}

	table.gro_tbl {
		font-size: 14px;
	}

	table.gro_tbl th,
	table.gro_tbl td {
		padding: 0.5rem;
		display: block;
		width: 100%;
	}

	table.gro_tbl td {
		font-size: 12px;
	}

	/*** (SP)お問い合わせ ***/
	div#step-wrap {
		display: none;
	}

	.contact-wrap-top {
		padding: 0;
		border: none;
		font-size: 13px;
	}

	.contact-wrap-top table td,
	.contact-wrap-top table th {
		width: 100% !important;
		display: block;
	}

	.contact-wrap-top table th {
		border-bottom: none;
		border-top: none;
		padding: 1rem;
		background: #f0f0f0;
	}

	.contact-wrap-top table td {
		border: none;
	}

	#contact input[type="text"],
	input[type="email"],
	input[type="password"] {
		font-size: 16px;
		width: 95%;
	}

	input.tel {
		height: 35px !important;
		width: 70px !important;
	}

	div#btn-wrap button.kakunin {
		max-width: 350px;
		width: 100%;
		font-size: 16px;
	}

	div#btn-wrap button.soshin {
		margin: 0;
	}

	div#btn-wrap button.soshin,
	div#btn-wrap button.back-btn,
	a#top-back-btn {
		width: 90%;
		font-size: 16px;
	}

	div#btn-wrap button.back-btn {
		margin: 0 0 15px;
	}

	div#contact-wrap {
		margin-top: 0px;
	}

	.page-id-139 p#contact-text,
	.page-id-317 p#contact-text {
		font-size: 14px;
		margin-bottom: 30px;
		padding: 15px;
		line-height: 2;
		border: none;
	}

	p#contact-text {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}

	/*** (SP)施設紹介 ***/
	#facilities .top_text {
		font-size: 13px;
		margin-bottom: 10px;
	}

	ul.fac_li li {
		width: 100%;
		margin: 0% auto 7% !important;
	}

	ul.fac_li li h3 {
		font-size: 15px;
		margin: 0 0 5px;
		text-align: left;
	}

	ul.fac_li li .img {
		width: 30%;
		padding: 0;
		color: #565656;
		background: #efefef;
		box-shadow: none;
		border: 0;
		border-radius: 0;
	}

	ul.tab-group .tab {
		width: 49%;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		margin-top: 10px;
	}

	body {
		font-size: 13px;
	}

	.flowContent {
		display: block;
	}

	.flowContent .step {
		width: 80%;
		font-size: 13px;
		line-height: 2;
		border-radius: 10px;
		margin: auto;
		position: relative;
		z-index: 10;
	}

	.flowContent .content {
		width: 100%;
		border-radius: 10px;
		padding-top: 20px;
		margin-top: -13px;
	}

	.flowContent .content .text {
		font-size: 13px;
	}

	.flowArea .arrow {
		margin: 10px auto;
	}

	.staffBlog {
		width: 48%;
		margin: 1%;
		padding: 5px;
	}

	.staffBlogArea {
		flex-wrap: wrap;
		margin-bottom: 5vw;
	}

	.staffBlog .image {
		height: 25vw;
		border-radius: 5px;
	}

	.staffBlog .title {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.copyright {
		margin-bottom: 0;
	}

	.topMaru01 {
		width: 20vw;
		top: 10vw;
		left: 5vw;
	}

	.topMaru02 {
		top: 10vw;
		width: 30vw;
		left: 35vw;
	}

	.topMaru03 {
		width: 25vw;
		top: 15vw;
		left: 70vw;
	}

	.topMaru04 {
		width: 20vw;
		left: 0vw;
		top: 70vw;
	}

	.topMaru05 {
		width: 20vw;
		top: 75vw;
		left: 30vw;
	}

	.topMaru06 {
		width: 30vw;
		top: 70vw;
		left: 65vw;
	}

	ul.jobList {
		flex-wrap: wrap;
	}

	ul.jobList li {
		width: 49%;
		margin-bottom: 2%;
		margin-left: 2%;
	}

	ul.jobList li:nth-of-type(2n + 1) {
		margin-left: 0;
	}

	p.singleStopText {
		font-size: 15px;
	}

	.jobListSingle .itemLst span {
		font-size: 12px;
		margin-right: 2px;
		margin-bottom: 2px;
		line-height: 20px;
	}

	.jobListSingle table th,
	.jobListSingle table td {
		display: block;
		width: 100%;
	}

	.jobListSingle table {
		border: none;
		border-bottom: 1px solid #aaa;
	}

	.jobListSingle table td {
		border: solid #aaa;
		border-width: 0 1px;
		font-size: 14px;
	}

	.jobListSingle table th {
		border: none;
	}

	.page_pd {
		padding: 50px 0;
	}

	nav.viditing_nav ul li a {
		width: 80vw;
		height: 15vw;
		line-height: 15vw;
		font-size: 4vw;
		margin: 0;
		padding-right: 10vw;
	}

	nav.viditing_nav ul li a:after {
		border-width: 1.5vw 0 1.5vw 2.1vw;
		right: 10vw;
		top: 6vw;
	}

	nav.viditing_nav ul li.task a {
		margin-bottom: 5vw;
	}

	nav.viditing_nav.single ul {
		justify-content: center;
		margin-top: 50px;
	}

	/** 沿革 **/
	.historyBox ul {
		padding-left: 1rem;
	}


	.historyBox .year {
		width: 100%;
		border-left: 1px solid #dcddda;
		padding-left: 1.2rem;
		font-size: 22px;
	}

	.historyBox p.text {
		width: 100%;
		padding: 8px 0 30px 1.2rem;
		font-size: 13px;
	}

	.historyBox p.text:before {
		top: -18px;
	}

	/** (SP)福祉用具 **/
	.welfareBox .img {
		margin-bottom: 1rem;
		width: 100%;
	}

	.welfareBox .text {
		width: 100%;
	}

	.rentalBox li {
		width: 48%;
		padding: 3%;
		border: 5px solid #efefef;
	}

	.rentalBox li h3 {
		font-size: 13px;
	}

	.m_toph2 {
		margin-top: 40px;
	}

	.service_fukushibox {
		margin-top: 30px;
	}

	.service_fukushibox .img {
		width: 100%;
		margin-bottom: 10px;
		height: 40vw;
	}

	.service_fukushibox .textbox {
		width: 100%;
	}

	.sec03_list .new_open {
		width: 100%;
	}

	.sec03_list ul {
		row-gap: 0;
	}

	.e-step-addr dd {
		margin-top: 8px;
	}

	.e-step-comingsoon-date {
		font-size: 20px;
	}

	.e-step-comingsoon-tel {
		margin-top: 10px;
		font-size: 16px;
	}

	.e-step-comingsoon-tel a {
		margin-left: 10px;
		pointer-events: auto;
		text-decoration: underline;
	}

	nav.viditing_nav ul {
		justify-content: center;
	}

	nav.viditing_nav.single ul {
		justify-content: center;
	}

	nav.viditing_nav.single ul li a {
		margin-left: 0;
	}

	nav.viditing_nav ul li:not(:first-child) a {
		margin-top: 20px;
	}

	.top_info_sec {
		padding-top: 20vw;
	}

	.top_info_sec .btn_list ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 2vw 0;
	}

	.top_info_sec .btn_list ul li a {
		line-height: 13vw;
		font-size: 3.8vw;
		padding: 0 4vw;
	}

	.top_info_sec .btn_list ul li a::after {
		width: 3vw;
		height: 4vw;
	}

	.top_info_sec .btn_list ul li a:hover {
		opacity: 1;
	}

	/* SP 採用情報ページ */
	.recruit_img {
		width: 100%;
		margin-bottom: 3vw;
	}

	.rec_text {
		width: 100%;
		padding: 3vw 2vw;
	}

	p.rec_text01 {
		font-size: 14px !important;
		margin-bottom: 1vw;
	}

	.rec_text p {
		font-size: 13px;
	}

	p.rec_text02 {
		margin-bottom: 2vw;
	}

	p.rec_text03 {
		margin-bottom: 2vw;
	}

	.rec_box.flex-sb {
		margin-bottom: 5vw;
	}

	.rec_map {
		height: 50vw;
	}

	/* SP 事業所紹介ページ */
	.page-id-515 .rec_box .rec_text .rec_text02 {
		font-size: 3.8vw;
	}

	.rec_box .rec_text .pdf_list .pdf_box+.pdf_box {
		margin-top: 2vw;
	}

	.rec_box .rec_text .pdf_list .pdf_box .text {
		font-size: 3.2vw;
	}

	.rec_box .rec_text .pdf_list .pdf_box .link {
		width: 100%;
		line-height: 12vw;
		font-size: 3.8vw;
	}

	.rec_box .rec_text .pdf_list .pdf_box .link:hover {
		opacity: 1;
	}

	.visiting_group_sec {
		margin-top: 45px;
	}

	.visiting_group_sec .item {
		flex-direction: column;
		gap: 15px 0;
		padding: 15px;
	}

	.visiting_group_sec .item+.item {
		margin-top: 20px;
	}

	.visiting_group_sec .item .img {
		width: 40%;
	}

	.visiting_group_sec .item .text_box .title {
		font-size: 16px;
	}

	.visiting_group_sec .item .text_box .text {
		font-size: 13px;
	}

	.visiting_group_sec .item .text_box .explain a {
		font-size: 13px;
	}

	/* 介護事業 */
	.page_care_main {
		padding: 90px 0 160px;
	}

	.page_care_main .main_title {
		font-size: 26px;
		text-align: center;
		margin-bottom: 15px;
	}

	.page_care_main .cont {
		flex-direction: column-reverse;
		gap: 15px 0;
	}

	.page_care_main .cont .img {
		width: 60%;
		margin: 0 auto;
		translate: 0;
	}

	.page_care_main .cont .text_box .sub_title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.page_care_main .cont .text_box .text {
		font-size: 14px;
		line-height: 1.7;
	}

	.care_group_sec .m_h2 {
		margin-bottom: 20px;
	}

	.care_group_sec .m_h3 {
		margin-bottom: 20px;
	}

	.care_group_sec .visit_box {
		margin-bottom: 50px;
	}

	.care_group_sec .common_cont .inbox {
		grid-template-columns: 1fr;
	}

	.care_group_sec .common_cont .item {
		flex-direction: column;
		gap: 10px 0;
	}

	.care_group_sec .common_cont .item .img {
		width: 100%;
	}

	.care_group_sec .common_cont .item .img img {
		aspect-ratio: 2/1;
	}

	.care_group_sec .common_cont .item .text_box .title {
		font-size: 16px;
	}

	.care_group_sec .common_cont .item .text_box .text {
		font-size: 13px;
	}

	.care_group_sec .common_cont .item .text_box .explain a {
		font-size: 13px;
	}

	.care_group_sec .visit_box .catch {
		padding: 20px;
		margin-top: 35px;
	}

	.care_group_sec .visit_box .catch .head {
		font-size: 16px;
	}

	.care_group_sec .visit_box .catch .text {
		font-size: 13px;
		text-align: left;
	}

	.care_group_sec .visit_box .catch .link {
		font-size: 15px;
	}

.visiting_main_visual {
	padding-top: 70px;
}

.visiting_main_visual .image {
	width: 100%;
	margin-bottom: 5vw;
}

.visiting_main_visual .text_area {
	width: 100%;
}

.visiting_main_visual .text_area .page_h1 {
	margin-bottom: 20px;
}

.visiting_main_visual .text_area ul li {
	width: 30%;
	padding: 4vw;
}

.visiting_main_visual .text_area ul li .img {
	height: 20vw;
}

.visiting_main_visual .text_area .page_h1 span {
	font-size: 6vw;
}

.visiting_main_visual .text_area .page_h1:before {
	font-size: 3vw;
	top: -5vw;
}
	
.vid_ul.center {
	justify-content: space-between;
	gap: 0;
}

.visiting_group_sec .m_h2 {
	font-size: 4vw;
}

.visiting_group_sec .m_h2 small {
	display: block;
	margin: 0;
}

}