/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html,
body {
	height: 100%;
}
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
input,
button,
textarea,
select {
	font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}
#root,
#__next {
	isolation: isolate;
}
ol,
ul {
	list-style-type: none;
	margin: 0;
}
legend,
menu,
ol,
ul {
	padding: 0
}
a {
	text-decoration: none;
	color: #000;
}
p {
	overflow-wrap: break-word;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}
table {
	border-collapse: collapse;
}
body {
	/*--- ▼ゴシック ---*/
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*--- ▼明朝 ---*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";*/
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}
body img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*--- ▼英字見出し、数字 ---*/
	/*font-family: 'Cinzel', serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Gilda Display', serif;*/
	/*font-family: 'Cinzel', serif;*/
	/*--- ▼日本語見出し ---*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
	/*font-family: 'Noto Serif JP', serif;*/
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	/*font-family: 'Zen Old Mincho', serif;*/
}
/* recaptcha badge
----------------------------------------------------------- */
.grecaptcha-badge {
	z-index: 10000;
	bottom: 75px !important;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	background-color: #7EB768;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,
.prev.page-numbers {
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 65px;
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border: 1px solid #D5D5D5;
}
.single .nav-below a:hover {
	background-color: #FDF2F3;
}
.single .nav-below #prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below #next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below #prev::before,
.single .nav-below #next::before {
	content: "";
	width: 40px;
	height: 40px;
	background-color: #7EB768;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below #prev::before {
	left: 10px;
}
.single .nav-below #next::before {
	right: 10px;
}
.single .nav-below #prev::after,
.single .nav-below #next::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below #prev::after {
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below #next::after {
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
#prev {
	width: 48%;
	float: left;
}
#next {
	width: 48%;
	float: right;
	text-align: right;
}
#next p {
	text-align: right;
}
#next p,
#prev p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 5px;
}
#prev img {
	float: left;
	margin-right: 0.5rem;
}
#next img {
	float: right;
	margin-left: 0.5rem;
}
#prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
#prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
#prevAndNextLeft {
	width: 50%;
	float: left;
}
#prevAndNextRight {
	width: 50%;
	float: left;
}
#prevAndNextLeft {
	text-align: left;
}
#prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */
.fadein {
	opacity: 0.1;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadein {
	opacity: 1;
}
/* 
 Head
----------------------------------------------------------- */
.header {
	width: 100%;
}
/* 
 gNavi
----------------------------------------------------------- */
.navwrap {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navwrap .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navwrap .box div:not(.tel_btn) a {
	display: block;
	text-align: center;
	padding: 0.83rem clamp(16px, 1.7vw, 32px);
	position: relative;
	z-index: 0;
	position: relative;
}
.navwrap .box div:not(.tel_btn) a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #7EB768;
	opacity: 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.navwrap .box div:not(.tel_btn) a:hover::after {
	opacity: 1;
}
.navwrap .box div:not(.tel_btn) a::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 0;
	bottom: 1rem;
	width: 1px;
	background: #DBDBDB;
}
.navwrap .box div:not(.tel_btn) a img {
	display: block;
	margin: 0 auto;
}
.tel_btn {
	margin-right: clamp(16px, 2vw, 32px);
}
.tel_btn a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 1.2em;
	border-radius: 50vh;
	color: #fff;
	background: #71BDCD;
	font-weight: bold;
	font-size: clamp(14px, 1.8vw, 27px);
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.tel_btn a span {
	padding: 0.55em;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	margin-bottom: 0.2rem;
}
.tel_btn a span::before {
	content: '\f095';
	font-family: FontAwesome;
	color: #7EB768;
	position: absolute;
	width: fit-content;
	height: fit-content;
	inset: 50%;
	transform: translate(-50%, -50%) rotate(15deg);
	font-size: 0.6em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.insta_h_i {
	display: flex;
	width: 100px;
	text-align: center;
	padding: 0.83rem 0;
	z-index: 0;
	position: relative;
	justify-content: center;
	align-items: center;
}
.navwrap ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.navwrap ul li {
	position: relative;
}
.navwrap ul li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #7EB768;
	opacity: 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.navwrap ul li:hover::before {
	opacity: 1;
}
.navwrap ul li:nth-of-type(1) {
	margin-left: 1rem;
}
.navwrap ul li:nth-of-type(1) img {
	width: clamp(130px, 8vw, 120px);
	max-width: 100%;
}
.navwrap ul li a {
	display: block;
	text-align: center;
	color: #000;
	width: fit-content;
	padding: 1.5rem clamp(0.5rem, 0.7vw, 2rem);
	font-size: clamp(12px, 1.2vw, 16px);
}
.navwrap ul li:nth-of-type(1) a {
	text-align: left;
	padding: 0.5rem 1rem;
}
.navwrap ul li ul {
	width: 100%;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 8999;
	height: 0;
	display: block;
}
.navwrap ul li:hover ul {
	top: auto;
	overflow: visible;
	visibility: visible;
	height: auto;
}
.navwrap ul li ul li {
	width: 100% !important;
	flex-grow: 1 !important;
}
.navwrap ul li ul li a {
	text-align: center !important;
}
.navwrap * {
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
/* 
 共通
----------------------------------------------------------- */
.pc {
	display: block;
}
.sp {
	display: none;
}
.h2mid {
	margin-bottom: 3rem;
	font-size: 64px;
	color: #7EB768;
	line-height: 66px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.h2mid span {
	font-size: 24px;
	position: relative;
	padding-left: 3rem;
	display: block;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.h2mid span::before {
	content: "●";
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 16px;
	transform: translateY(-50%);
}
.h2mid2 {
	margin-bottom: 3rem;
	font-size: 64px;
	color: #FFF;
	line-height: 66px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.h2mid2 span {
	font-size: 24px;
	position: relative;
	padding-left: 3rem;
	display: block;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.h2mid2 span::before {
	content: "●";
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 16px;
	transform: translateY(-50%);
}
.h2mid3 {
	margin-bottom: 3rem;
	font-size: 64px;
	color: #7EB768;
	line-height: 66px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}
.h2mid3 span {
	font-size: 24px;
	position: relative;
	padding-left: 3rem;
	display: inline-block;
	margin: 0 auto;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.h2mid3 span::before {
	content: "●";
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 16px;
	transform: translateY(-50%);
}
.link {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 3rem;
}
.link a {
	width: min(100%, 300px);
	padding: 1rem 3rem 1rem 3rem;
	background: #73AD65;
	color: #FFF;
	border-radius: 40px 40px 40px 0;
	display: block;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.link a:hover {
	background: #8fc582;
}
.link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background-image: url('./library/images/link.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 22px;
}
.link2 {
	width: 100%;
	margin-top: 2rem;
}
.link2 a {
	width: min(100%, 300px);
	padding: 1rem 3rem 1rem 3rem;
	background: #FFF;
	color: #73AD65;
	border-radius: 40px 40px 40px 0;
	display: block;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	margin: 0 auto;
}
.link2 a:hover {
	background: #e5ffdf;
}
.link2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background-image: url('./library/images/t_link.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 22px;
}
/* 
 TOP
----------------------------------------------------------- */
#fv {
	width: 100%;
	height: 100vh;
	position: relative;
	display: block;
}
#fv_sp {
	width: 100%;
	height: 100vh;
	position: relative;
	display: none;
}
#fv .txt,
#fv_sp .txt {
	position: absolute;
	bottom: 10%;
	left: 5%;
}
#top_news {
	position: absolute;
	bottom: 0;
	right: 0;
	width: min(100%, 600px);
	background: #FFF;
	padding: 1rem 1rem 1rem 0;
	border-radius: 10px 0 0 0;
}
#top_news::before {
	content: "";
	position: absolute;
	left: -30px;
	bottom: 0;
	background-image: url('./library/images/news_right.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
}
#top_news ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_news li:nth-of-type(1) {
	width: 50px;
	position: relative;
}
#top_news li:nth-of-type(1) span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	writing-mode: vertical-rl;
	display: block;
	height: 65px;
}
#top_news li:nth-of-type(2) {
	width: calc(100% - 50px);
	border-left: 1px solid #DBDBDB;
	padding: 1rem;
}
#top_news li {
	width: 100%;
}
#top_news li dt {
	width: 100%;
}
#top_news li dd {
	width: 100%;
}
#top_news li dt span {
	margin-right: 1rem;
	color: #000;
}
#top_news li dt a {
	color: #71BDCD;
	display: inline-block;
}
#top_news li dd h3 {
	font-size: 1rem;
}
#top_news .linkbox {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 2rem;
}
#top_news .linkbox a {
	width: 250px;
	background: #000;
	color: #FFF;
	padding: 1rem;
	text-align: center;
}
#top_fi {
	width: 100%;
	padding: 8rem 5%;
	position: relative;
	z-index: 0;
}
#top_fi::before {
	content: "";
	position: absolute;
	top: 12.3rem;
	right: 0;
	left: 30%;
	bottom: 3rem;
	background-image: url('./library/images/top_fi.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#top_fi .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#top_fi ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}
#top_fi ul::before {
	content: "";
	position: absolute;
	bottom: -1rem;
	right: 0;
	background-image: url('./library/images/top_fi03.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15%;
}
#top_fi li {
	position: relative;
	z-index: 1;
}
#top_fi li:nth-of-type(1) {
	width: 45%;
	margin-right: 5%;
}
#top_fi li:nth-of-type(2) {
	width: 50%;
}
#top_fi .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#top_fi li h3 {
	font-size: 40px;
	color: #7EB768;
	margin-bottom: 2rem;
}
#top_fi li p span {
	color: #7EB768;
	font-weight: bold;
}
#top_se {
	width: 100%;
	padding: 8rem 0 0;
	position: relative;
	z-index: 0;
}
#top_se::before {
	content: "";
	position: absolute;
	top: 4rem;
	left: 0;
	right: 30%;
	bottom: -3rem;
	background: #81C7D6;
	border-radius: 0 10px 10px 0;
	z-index: 0;
}
#top_se .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#top_se ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	background-image: url('./library/images/top_se.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#top_se li {
	width: calc(100% / 3);
}
#top_se li a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 5px;
	height: 100%;
}
#top_se li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(152, 201, 126, 0.8);
	z-index: 3;
}
#top_se li a::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
	opacity: 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
#top_se li:hover a::after {
	opacity: 1;
}
#top_se li:nth-of-type(1) a::after {
	background-image: url('./library/images/top_se01.jpg');
}
#top_se li:nth-of-type(2) a::after {
	background-image: url('./library/images/top_se02.jpg');
}
#top_se li:nth-of-type(3) a::after {
	background-image: url('./library/images/top_se03.jpg');
}
#top_se li:nth-of-type(4) a::after {
	background-image: url('./library/images/top_se04.jpg');
}
#top_se li:nth-of-type(5) a::after {
	background-image: url('./library/images/top_se05.jpg');
}
#top_se li a dl {
	position: relative;
	z-index: 4;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 3rem;
}
#top_se li a dt p {
	color: #FFF;
	margin-bottom: 1rem;
}
#top_se li a dd {
	color: #FFF;
	margin-top: 1rem;
	border-bottom: 1px solid #FFF;
	padding: 0 4rem 1rem 0;
	position: relative;
}
#top_se li a dd::before {
	content: "";
	position: absolute;
	top: 40%;
	right: 0;
	transform: translateY(-50%);
	background-image: url('./library/images/top_se_arrow.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
}
#top_th {
	width: 100%;
	padding: 8rem 5% 3rem;
	background: #FDEEF0;
}
#top_th .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
.imgbox {
	width: 100%;
	background-image: url('./library/images/top_th.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 38% 0 0 0;
}
.imgbox .box {
	width: min(100%, 600px);
	background: #FDEEF0;
	padding: 1rem 1rem 0 0;
	position: relative;
	font-size: 28px;
	border-radius: 0 10px 0 0
}
.imgbox .box::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	padding: 15px;
	background-image: url('./library/images/top_th.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.imgbox .box::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -30px;
	padding: 15px;
	background-image: url('./library/images/top_th.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.imgbox .box span {
	display: block;
	color: #E67886;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 0 0 0 3rem;
	font-size: 16px;
	position: relative;
}
.imgbox .box span::before {
	content: "";
	position: absolute;
	top: 46%;
	left: 0;
	transform: translateY(-50%);
	width: 2rem;
	height: 1px;
	background: #E67886;
}
#top_th .txt {
	margin: 2rem auto;
}
.content_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tab-container {
	width: 30%;
	margin-right: 5%;
}
.tab {
	font-weight: bold;
	cursor: pointer;
	background: #FFFFFF;
	color: #E67886;
	border: 1px solid #E67886;
	margin-bottom: 0.5rem;
	border-radius: 40px 40px 40px 0;
	padding: 1rem 2rem;
	position: relative;
}
.tab::after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
}
.tab.active {
	background: #E67886;
	color: #FFF;
	border: 1px solid #E67886;
}
.content-container {
	width: calc(100% - 30% - 5%);
}
.content {
	display: none;
	background: #FFF;
	border-top: 5px solid #E67886;
	padding: 5%;
	border-radius: 5px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.01);
}
.content h3 {
	background: #FFF;
	border: 1px solid #E67886;
	border-radius: 40px 40px 40px 0;
	padding: 0 1.5rem;
	color: #E67886;
	margin-bottom: 1rem;
	display: inline-block;
}
.content p:nth-of-type(1) {
	padding-bottom: 1rem;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 1.5rem;
}
.content p span {
	display: block;
	color: #7EB768;
}
.content.show {
	display: block;
	/*必須*/
}
#top_fo {
	width: 100%;
	padding: 16rem 5% 8rem;
	position: relative;
	z-index: 0;
}
/* #top_fo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-image: url('./library/images/top_th_bt.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 7.7% 0 0 0;
} */
#top_fo .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
#top_fo .inner > p {
	text-align: center;
	margin-bottom: 3rem;
}
#top_fo ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border-top: solid 1px #EAEAEA;
}
#top_fo ul li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	padding: 1.8rem 1rem;
	box-shadow: 0 5px 11px rgba(0, 0, 0, 0.01);
	position: relative;
	margin-left: -0.5px;
	margin-right: -0.5px;
	z-index: 0;
}
#top_fo ul li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
	inset: 50%;
	transform: translate(-50%, -50%);
	border-left: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
	z-index: -1;
}
#top_fo ul li::after {
	content: "";
	position: absolute;
	left: 1.5rem;
	bottom: -1px;
	right: 1.5rem;
	height: 2px;
	background: #CCEDBF;
}
#top_fo ul li img {
	margin: 0 auto 1rem;
}
#top_fo ul li h3 {
	text-align: center;
	font-weight: 100;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#top_fo ul li h3 span {
	display: inline-block;
}
#top_fo ul li p {
	text-align: center;
	font-size: 0.9rem;
	background: #F3F8E5;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.3rem 0.1rem;
}
#top_fiv {
	width: 100%;
	padding: 8rem 5%;
	background-image: url('./library/images/top_fiv.jpg');
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}
#top_fiv .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
#top_fiv h2 {
	margin-bottom: 2rem;
}
#top_fiv ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_fiv li {
	width: calc(100% / 3);
	color: #FFF;
	padding: 1rem 1.5rem;
}
#top_fiv li:nth-of-type(2) {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#top_fiv dl {
	padding: 1.5rem 0 0;
}
#top_fiv dt img {
	margin: 0 auto 1rem;
}
#top_fiv dt span {
	display: block;
	text-align: center;
}
/* 
 subpage共通
----------------------------------------------------------- */
#pan {
	margin-top: 4.7rem;
	padding: 1rem 5%;
}
#pan .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
#pan .inner a {
	color: #9A9A9A;
	text-decoration: underline;
}
#pan .inner span {
	display: inline-block;
	margin: 0 1rem;
}
#sub_fv {
	width: 90%;
	padding: 15%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	border-radius: 10px;
}
#sub_fv.about {
	background-image: url('./library/images/about.jpg');
}
#sub_fv.nursing {
	background-image: url('./library/images/nursing.jpg');
}
#sub_fv.staff {
	background-image: url('./library/images/staff.jpg');
}
#sub_fv.news {
	background-image: url('./library/images/news.jpg');
}
#sub_fv.contact {
	background-image: url('./library/images/contact.jpg');
}
#sub_fv.recruit {
	background-image: url('./library/images/recruit.jpg');
}
.s_h2mid {
	font-size: 140px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #EEF8D5;
	width: 100%;
	text-align: center;
	position: relative;
	line-height: 120px;
	margin-bottom: 3rem;
}
.s_h2mid::before {
	content: "";
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3rem;
	height: 3px;
	background: #7EB768;
}
.s_h2mid span {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	color: #7EB768;
	z-index: 1;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
/* 
 about
----------------------------------------------------------- */
#about_fi {
	width: 100%;
	padding: 5rem 5% 0;
}
#about_fi h2 {
	margin-bottom: 0;
}
#about_se {
	width: 100%;
	padding: 22rem 0;
	position: relative;
	overflow: hidden;
}
#about_se .inner {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: min(100%, 1200px);
	display: flex;
	justify-content: flex-end;
}
#about_se .inner .box {
	background: #FFFFFF;
	padding: 5% 8%;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08);
}
#about_se .inner .box h3 {
	color: #7EB768;
	font-size: 28px;
}
#about_se .inner .box p {
	margin: 2rem auto;
}
.loopSlide {
	width: 4096px;
	display: flex;
}
.loopSlide img {
	margin-right: 1%;
}
.loopSlide img:nth-of-type(1) {
	animation: slide 175s -87.5s linear infinite;
}
.loopSlide img:nth-of-type(2) {
	animation: slide2 175s linear infinite;
}
@keyframes slide {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@-webkit-keyframes slide {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes slide2 {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-200%);
	}
}
@-webkit-keyframes slide2 {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-200%);
	}
}
#about_th {
	width: 100%;
	padding: 0 5% 8rem;
}
#about_th .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
	background: #EEF8D5;
	padding: 5%;
}
#about_th dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2.5px 0;
}
#about_th dt {
	width: 250px;
	margin-right: 2.5px;
	background: #FFF;
	padding: 1rem 2rem;
}
#about_th dd {
	width: calc(100% - 250px - 2.5px);
	background: #FFF;
	padding: 1rem 2rem;
}
#about_fo {
	width: 100%;
	padding: 0 0 8rem;
}
#about_fo .box {
	position: relative;
	z-index: 0;
	padding: 3rem 0;
	margin: 2rem auto;
}
#about_fo .box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 65%;
	bottom: 0;
	background: -moz-linear-gradient(to bottom, rgba(247, 255, 229, 0.41), rgba(126, 183, 104, 0.41)), url('./library/images/before_pa.jpg');
	background: -webkit-linear-gradient(to bottom, rgba(247, 255, 229, 0.41), rgba(126, 183, 104, 0.41)), url('./library/images/before_pa.jpg');
	background: linear-gradient(to bottom, rgba(247, 255, 229, 0.41), rgba(126, 183, 104, 0.41)), url('./library/images/before_pa.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#about_fo .box:nth-of-type(even)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 65%;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(to bottom, rgba(247, 255, 229, 0.41), rgba(126, 183, 104, 0.41)), url('./library/images/before_pa.jpg');
	background: -webkit-linear-gradient(to bottom, rgba(247, 255, 229, 0.41), rgba(126, 183, 104, 0.41)), url('./library/images/before_pa.jpg');
	background: linear-gradient(to bottom, rgba(247, 255, 229, 0.41), rgba(126, 183, 104, 0.41)), url('./library/images/before_pa.jpg');
}
#about_fo ul {
	width: min(90%, 1200px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
#about_fo li:nth-of-type(1) {
	width: 40%;
}
#about_fo li:nth-of-type(2) {
	width: 55%;
}
#about_fo .box:nth-of-type(even) ul {
	flex-direction: row-reverse;
}
#about_fo h3 {
	padding: 0 0 0 3rem;
	position: relative;
	margin-bottom: 2rem;
	color: #7EB768;
}
#about_fo h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2rem;
	height: 1px;
	background: #7EB768;
}
.about_page #top_fo {
	padding-top: 0;
}
/* 
 事業所紹介
----------------------------------------------------------- */
#nursing_fi {
	width: 100%;
	padding: 3rem 5% 0;
}
.link_list {
	width: min(100%, 1200px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1rem;
	justify-items: center;
}
.link_list li {
	width: 100%;
}
.link_list li a {
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	background: #7EB768;
	color: #FFF;
	border-radius: 40px 40px 40px 0;
	display: block;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	text-align: center;
}
.link_list li a span {
	font-size: 0.7rem;
	margin-left: 0.3rem;
}
.link_list li a:hover {
	background: #97ce81;
}
.link_list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background-image: url('./library/images/link2.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 22px;
}
.nursing_facility {
	width: 100%;
	padding: 8rem 5%;
}
.nursing_facility .inner,
#nursing_th .inner,
#nursing_fo .inner,
#nursing_fa .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
.nursing_facility .imgbox {
	width: 100%;
	background-image: url('./library/images/nursing_fi.jpeg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 38% 0 0 0;
	margin-bottom: 4rem;
	border-radius: 10px 10px 10px 0;
}
#nursing_kamio.nursing_facility .imgbox {
	background-image: url('./library/images/nursing_kamio.jpg');
}
.nursing_facility .imgbox .box,
#nursing_th .imgbox .box,
#nursing_fo .imgbox .box,
#nursing_fa .imgbox .box {
	width: min(100%, 600px);
	padding: 1rem 1rem 0 0;
	position: relative;
	font-size: 28px;
	background: #FFF;
	border-radius: 0 10px 0 0;
}
.nursing_facility .imgbox .box::before,
#nursing_th .imgbox .box::before,
#nursing_fo .imgbox .box::before,
#nursing_fa .imgbox .box::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	padding: 15px;
	background-image: url('./library/images/nursing.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.nursing_facility .imgbox .box::after,
#nursing_th .imgbox .box::after,
#nursing_fo .imgbox .box::after,
#nursing_fa .imgbox .box::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -30px;
	padding: 15px;
	background-image: url('./library/images/nursing.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#nursing_th .imgbox .box small {
	font-size: 0.7rem;
	margin-left: 0.5rem;
}
.nursing_facility .imgbox .box span,
#nursing_th .imgbox .box span,
#nursing_fo .imgbox .box span,
#nursing_fa .imgbox .box span {
	display: block;
	color: #7EB768;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 0 0 0 3rem;
	font-size: 16px;
	position: relative;
}
.nursing_facility .imgbox .box span::before,
#nursing_th .imgbox .box span::before,
#nursing_fo .imgbox .box span::before,
#nursing_fa .imgbox .box span::before {
	content: "";
	position: absolute;
	top: 46%;
	left: 0;
	transform: translateY(-50%);
	width: 2rem;
	height: 1px;
	background: #E67886;
}
.nursing_facility .mess,
#nursing_th .mess,
#nursing_fo .mess,
#nursing_fa .mess {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nursing_facility .mess .l,
#nursing_th .mess .l,
#nursing_fo .mess .l,
#nursing_fa .mess .l {
	width: 35%;
	margin-right: 5%;
}
.nursing_facility .mess .r,
#nursing_th .mess .r,
#nursing_fo .mess .r,
#nursing_fa .mess .r {
	width: 60%;
}
.nursing_facility .mess .r.txt_only {
	width: 100%;
}
.nursing_facility .mess .r h3,
#nursing_th .mess .r h3,
#nursing_fo .mess .r h3,
#nursing_fa .mess .r h3 {
	color: #E67886;
	margin-bottom: 1rem;
	font-size: 24px;
}
.nursing_facility ul,
#nursing_fo ul,
#nursing_fa ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2rem auto;
}
.nursing_facility li,
#nursing_fo li,
#nursing_fa li {
	width: calc(100% / 5);
}
.nursing_facility .hyo,
#nursing_th .hyo,
#nursing_fo .hyo,
#nursing_fa .hyo {
	background: #EEF8D5;
	padding: 5%;
}
.nursing_facility .hyo dl,
#nursing_th .hyo dl,
#nursing_fo .hyo dl,
#nursing_fa .hyo dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2.5px 0;
}
.nursing_facility .hyo dt,
#nursing_th .hyo dt,
#nursing_fo .hyo dt,
#nursing_fa .hyo dt {
	width: 250px;
	margin-right: 2.5px;
	background: #FFF;
	padding: 1rem 2rem;
}
.nursing_facility .hyo dd,
#nursing_th .hyo dd,
#nursing_fo .hyo dd,
#nursing_fa .hyo dd {
	width: calc(100% - 250px - 2.5px);
	background: #FFF;
	padding: 1rem 2rem;
}
.nursing_facility .hyo dd a,
#nursing_th .hyo dd a,
#nursing_fo .hyo dd a,
#nursing_fa .hyo dd a {
	display: inline;
}
#nursing_th,
#nursing_fo,
#nursing_fa {
	width: 100%;
	padding: 0 5% 8rem;
}
#nursing_th .imgbox {
	width: 100%;
	background-image: url('./library/images/nursing_th.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 38% 0 0 0;
	margin-bottom: 4rem;
}
#nursing_th ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2rem auto;
	width: min(100%, 240px);
}
#nursing_th li {
	width: 100%;
}
#nursing_fo .imgbox {
	width: 100%;
	background-image: url('./library/images/nursing_fo.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 38% 0 0 0;
	margin-bottom: 4rem;
}
#nursing_fa .imgbox {
	width: 100%;
	background-image: url('./library/images/nursing_fa01.jpeg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 38% 0 0 0;
	margin-bottom: 4rem;
}
/* 
 スタッフ紹介
----------------------------------------------------------- */
#staff_fi {
	width: 100%;
	padding: 5rem 5%;
}
#staff_fi .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
	display: grid;
	row-gap: 2rem;
	column-gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
}
#staff_fi h2 {
	background: #FFF;
	padding: 0.8rem 1rem 0.8rem 2rem;
	position: relative;
	color: #E67886;
	width: min(100%, 1200px);
	margin: 0 auto 3rem;
	font-size: 28px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.02);
}
#staff_fi h2::before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 3px;
	background: #E67886;
}
#staff_fi h2 span {
	display: inline-block;
	background: #E67886;
	color: #FFF;
	padding: 2px 20px;
	border-radius: 40px 40px 40px 0;
	font-size: 12px;
	margin-left: 1.5rem;
	transform: translateY(-6px);
}
.staff_item {
	width: 100%;
	padding: 5rem 5%;
}
.staff_item:nth-child(odd) {
	background: #F4FCE0;
}
.staff_item_inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
.mid4 {
	padding: 0.2em 1.3em 0em;
	background: #F4FCE0;
	color: #73AD65;
	display: flex;
	align-items: center;
	column-gap: 0.6em;
	font-size: 28px;
	position: relative;
	margin-bottom: 2em;
	flex-wrap: wrap;
}
.mid4::before {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 80%;
	background: #73AD65;
}
.mid4 span {
	font-size: clamp(10px, 0.43em, 12px);
	color: #fff;
	font-weight: 500;
	padding: 0.3em 1.4em 0.2em;
	background: #7EB768;
	border-radius: 40px 40px 40px 0;
	font-family: "Futura", sans-serif;
}
.staff_item:nth-child(odd) .mid4 {
	background: #fff;
}
.staff_item_detail {
	display: flex;
}
.staff_item_detail_pho {
	width: clamp(250px, 30vw, 300px);
	margin-right: 5%;
}
.staff_item_detail_txt {
	width: calc(100% - clamp(250px, 30vw, 300px) - 5%);
}
.staff_item_detail_txt h4 {
	font-size: 24px;
	color: #7EB768;
	margin-bottom: 1em;
}
.staff_item_detail_txt p {
	line-height: 1.4;
}
/* article-style ----------------------------------------- */
.article-item a {
	display: block;
	background: #FFF;
	padding: 5px;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	border: 1px solid #FDF2F3;
}
.article-item a::before {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-image: url('./library/images/article.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
}
.article-item a:hover {
	cursor: pointer;
	background: #FFD1D1;
}
.article-item dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.article-item dt {
	width: 45%;
}
.article-item dd {
	width: 55%;
	padding: 1rem;
}
.article-item dd p {
	color: #7EB768;
}
.article-item dd span {
	color: #B2B2B2;
}
/* modal-window ----------------------------------------- */
.modal-window {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 111;
	justify-content: center;
	align-items: center;
}
.modal-area {
	width: min(90%, 1200px);
	background-color: #fff;
	padding: 5%;
	height: 700px;
	position: relative;
	overflow-y: auto;
}
/* modal-close ----------------------------------------- */
.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 113;
	cursor: pointer;
	text-align: center;
}
.icon-close {
	width: 50px;
	height: 50px;
	position: relative;
	cursor: pointer;
	background: #E67886;
}
.icon-close::before,
.icon-close::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20%;
	width: 60%;
	height: 2px;
	background: #FFF;
}
.icon-close::before {
	transform: rotate(-45deg);
}
.icon-close::after {
	transform: rotate(45deg);
}
.modal-area_box dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	paddiong-left: 1rem;
	position: relative;
}
.modal-area_box .name {
	width: 100%;
	position: relative;
	padding-left: 1.5rem;
}
.modal-area_box .name::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 50%;
	left: 0;
	background: #E67886;
	width: 3px;
}
.modal-area_box .name::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	background: #F2CBD0;
	width: 3px;
}
.modal-area_box dt {
	width: 250px;
	margin-right: 5%;
}
.modal-area_box dd {
	width: calc(100% - 250px - 5%);
	padding: 1rem;
}
.modal-area_box dd p {
	color: #7EB768;
}
.modal-area_box dd span {
	color: #B2B2B2;
}
.tarea {
	margin-top: 1rem;
	padding: 1rem 0 0;
	border-top: 1px solid #DDDDDD;
}
.tarea .mid {
	width: 150px;
	background: #7EB768;
	color: #FFF;
	padding: 0.3rem 2rem;
	font-weight: bold;
	border-radius: 40px 40px 40px 0;
	margin-bottom: 1rem;
}
.tarea p {
	color: #000 !important;
}
.modal-area_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.modal-area_box li {
	width: 49%;
}
/* 
 採用情報
----------------------------------------------------------- */
#recruit_fi {
	width: 100%;
	padding: 5rem 5%;
	position: relative;
	z-index: 0;
}
#recruit_fi::before {
	content: "";
	position: absolute;
	top: 5rem;
	bottom: 5rem;
	right: 0;
	left: 41%;
	background: #F4FCE0;
}
#recruit_fi .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#recruit_fi h2 {
	width: 100%;
	font-size: 28px;
	color: #7EB768;
	margin-bottom: 3rem;
}
#recruit_fi h2 dl {
	width: 230px;
}
#recruit_fi h2 dt {
	padding: 0 1.5rem 6px;
	border-bottom: 2px solid #7EB768;
	font-size: 18px;
}
#recruit_fi h2 dd {
	padding: 0 1.5rem;
}
#recruit_fi ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recruit_fi li:nth-of-type(1) {
	width: 50%;
	margin-right: 5%;
}
#recruit_fi li:nth-of-type(2) {
	width: 45%;
}
#recruit_fi li h3 {
	font-size: 40px;
	color: #7EB768;
	margin-bottom: 2rem;
	line-height: 55px;
}
#recruit_fi .txt {
	font-size: clamp(48px, 13.5vw, 140px);
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #EEF8D5;
	line-height: 120px;
	padding: 2rem 0 0 1.5rem;
	width: min(100%, 1200px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
	mix-blend-mode: multiply;
}
#recruit_se {
	width: 100%;
	padding: 5rem 0;
	overflow: hidden;
	background: #F4FCE0;
}
.loopSlide2 {
	width: 4368px;
	display: flex;
}
.loopSlide2 img {
	margin-right: 1%;
}
.loopSlide2 img:nth-of-type(1) {
	animation: loopSlide 175s -87.5s linear infinite;
}
.loopSlide2 img:nth-of-type(2) {
	animation: loopSlide2 175s linear infinite;
}
@keyframes loopSlide {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@-webkit-keyframes loopSlide {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes loopSlide2 {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-200%);
	}
}
@-webkit-keyframes loopSlide2 {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-200%);
	}
}
#recruit_th {
	width: 100%;
	padding: 8rem 5%;
}
#recruit_th .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
#recruit_th .imgbox {
	width: 100%;
	background-image: url('./library/images/recruit_th.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 38% 0 0 0;
	margin-bottom: 4rem;
}
#recruit_th .imgbox .box {
	width: min(100%, 600px);
	padding: 1rem 1rem 0 0;
	position: relative;
	font-size: 28px;
	background: #FFF;
	border-radius: 0 10px 0 0;
}
#recruit_th .imgbox .box::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	padding: 15px;
	background-image: url('./library/images/nursing.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#recruit_th .imgbox .box::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -30px;
	padding: 15px;
	background-image: url('./library/images/nursing.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#recruit_th .imgbox .box span {
	display: block;
	color: #E67886;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 0 0 0 3rem;
	font-size: 16px;
	position: relative;
}
#recruit_th .imgbox .box span::before {
	content: "";
	position: absolute;
	top: 46%;
	left: 0;
	transform: translateY(-50%);
	width: 2rem;
	height: 1px;
	background: #E67886;
}
#recruit_th .tbox {
	position: relative;
	z-index: 0;
}
#recruit_th .tbox::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 59px;
	bottom: 15rem;
	width: 2px;
	background: #7EB768;
}
#recruit_th ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
#recruit_th li:nth-of-type(1) {
	width: 200px;
}
#recruit_th li:nth-of-type(2) {
	width: calc(100% - 200px);
}
#recruit_th li dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 0;
	border-bottom: 1px solid #CCC;
}
#recruit_th ul:nth-of-type(1) li dl:nth-of-type(1) {
	padding: 0 0 2rem;
}
#recruit_th li dt {
	width: 30%;
	margin-right: 2rem;
}
#recruit_th li dd {
	width: calc(100% - 30% - 2rem);
}
.time {
	width: 100%;
	background: #7EB768;
	padding: 0.5rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 5px;
	display: none;
}
#recruit_th li dd h3 {
	display: inline-block;
	padding: 0.3rem 1.5rem;
	border-radius: 40px 40px 40px 0;
	border: 1px solid #7EB768;
	margin-bottom: 1rem;
	font-size: 18px;
	color: #7EB768;
}
#recruit_fo {
	width: 100%;
	padding: 8rem 5%;
	background: #fff;
}
#recruit_fo .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
#recruit_fo .midbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recruit_fo h2 {
	width: 30%;
	font-size: 28px;
	color: #7EB768;
	margin-bottom: 3rem;
}
#recruit_fo h2 dl {
	width: min(100%, 230px);
}
#recruit_fo h2 dt {
	padding: 0 1.5rem 6px;
	border-bottom: 2px solid #7EB768;
	font-size: 18px;
}
#recruit_fo h2 dd {
	padding: 0 1.5rem;
}
#recruit_fo p {
	width: 60%;
}
#recruit_fo ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recruit_fo li {
	width: 30%;
	padding: 1.5rem 0;
}
#recruit_fo li dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recruit_fo li dt {
	width: 120px;
}
#recruit_fo li dd {
	width: calc(100% - 120px);
}
#recruit_fo li dd h3 {
	color: #7EB768;
}
#recruit_fiv {
	width: 100%;
	padding: 8rem 5%;
	background-image: url('./library/images/recruit_fiv.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#recruit_fiv .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
#recruit_fiv .midbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recruit_fiv h2 {
	width: 30%;
	font-size: 28px;
	color: #7EB768;
	margin-bottom: 3rem;
}
#recruit_fiv h2 dl {
	width: min(100%, 230px);
}
#recruit_fiv h2 dt {
	padding: 0 1.5rem 6px;
	border-bottom: 2px solid #7EB768;
	font-size: 18px;
}
#recruit_fiv h2 dd {
	padding: 0 1.5rem;
}
#recruit_fiv p {
	width: 60%;
}
#recruit_fiv ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #FFF;
	padding: 5%;
	margin-top: 2rem;
}
#recruit_fiv li:nth-of-type(1) {
	width: 30%;
}
#recruit_fiv li:nth-of-type(2) {
	width: 65%;
}
#recruit_fiv ul:nth-of-type(even) {
	flex-direction: row-reverse;
}
#recruit_fiv li h3 {
	padding: 0.5rem 1rem;
	color: #7EB768;
	border-left: 3px solid #7EB768;
	margin-bottom: 1rem;
}
#recruit_six {
	width: 100%;
	padding: 8rem 5%;
	background: #F0F7DF;
	position: relative;
	z-index: 0;
}
#recruit_six::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 38%;
	background: #CEEBF2;
	border-radius: 0 100% 100% 0;
	z-index: 0;
}
#recruit_six .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#recruit_six .midbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recruit_six h2 {
	width: 30%;
	font-size: 28px;
	color: #7EB768;
	margin-bottom: 3rem;
}
#recruit_six h2 dl {
	width: min(100%, 255px);
}
#recruit_six h2 dt {
	padding: 0 1.5rem 6px;
	border-bottom: 2px solid #7EB768;
	font-size: 18px;
}
#recruit_six h2 dd {
	padding: 0 1.5rem;
}
#recruit_six p {
	width: 60%;
}
#recruit_six ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recruit_six li:nth-of-type(1) {
	width: 35%;
}
#recruit_six li:nth-of-type(2) {
	width: 60%;
}
#recruit_six li dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #FFF;
	border-radius: 50px;
	margin-bottom: 1rem;
}
#recruit_six li dt {
	width: 80px;
}
#recruit_six li dd {
	width: calc(100% - 80px);
	padding: 0 1rem 0 2rem;
	line-height: 80px;
	color: #7EB768;
	font-size: 18px;
	font-weight: bold;
}
#recruit_sev {
	width: 100%;
	padding: 8rem 5%;
}
#recruit_sev .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
#recruit_sev .box {
	width: 100%;
	background: #F4FCE0;
	padding: 5%;
	display: none;
}
#recruit_sev h3 {
	font-size: 20px;
	color: #7EB768;
	padding: 1.5rem 2rem;
	position: relative;
}
#recruit_sev h3::before {
	content: "+";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	font-size: 3rem;
}
#recruit_sev h3.active::before {
	content: "－";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	font-size: 3rem;
}
#recruit_sev dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2.5px 0;
}
#recruit_sev dt {
	width: 250px;
	margin-right: 2.5px;
	background: #FFF;
	padding: 1rem 2rem;
}
#recruit_sev dd {
	width: calc(100% - 250px - 2.5px);
	background: #FFF;
	padding: 1rem 2rem;
}
#recruit_sev p {
	margin-top: 3rem;
	text-align: center;
}
#recruit_sev a {
	margin: 0 auto;
}
#recruit_ei {
	width: 100%;
	padding: 8rem 5%;
	background: #F4FCE0;
}
#recruit_ei .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}
#recruit_ei h2 {
	font-size: 32px;
	color: #7EB768;
	margin-bottom: 2rem;
	text-align: center;
}
#recruit_ei dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(100%, 1010px);
	margin: 0 auto 2rem;
}
#recruit_ei dt {
	width: 150px;
}
#recruit_ei dd {
	width: calc(100% - 150px);
	padding: 2rem;
}
#recruit_ei ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
#recruit_ei li {
	width: 31%;
}
#recruit_ei a {
	margin: 0 auto;
}
/* 
 contact
----------------------------------------------------------- */
#sub_fv.contact {
	background-image: url('./library/images/contact.jpg');
}
#cont_list {
	width: 100%;
	padding: 8rem 5% 5rem;
}
#cont_list ul {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cont_list li {
	width: 32%;
	text-align: center;
	background-color: #ccc;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
}
.cont_page {
	background-color: #088CE8 !important;
}
#cont_list li:nth-of-type(2) {
	margin: 0 2%;
}
#cont_list li:nth-of-type(2) {
	margin: 0 2%;
}
#cont_fi {
	width: 100%;
	padding: 5rem 5%;
	margin-top: 5rem;
}
.cont_fi_box {
	width: min(100%, 1200px);
	padding: 5%;
	margin: 0 auto;
	background: #F4FCE0;
}
.cont_fi_box h2 {
	font-size: 1.8em;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	text-align: center;
	border-bottom: 1px solid #000;
}
#cont_se {
	width: 100%;
	padding: 8rem 5%;
	background: #f5f5f5;
}
.cont_se_box {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}
.cont_se_box h2 {
	font-size: 1.8em;
	margin-bottom: 1.5rem;
	text-align: center;
	color: #003E6C;
	border-bottom: 1px solid #003E6C;
}
.cont_se_box li {
	text-align: center;
	margin: 0.5rem auto;
}
.cont_se_box li:nth-of-type(1) {
	font-size: 2em;
}
.cont_se_box li:nth-of-type(2) {
	margin-top: 0.5rem;
}
.cont_se_box li:nth-of-type(1) i {
	color: #24ac91;
	margin-right: 0.5rem;
}
.wpcf7 dl,
.mw_wrap dl {
	width: 100%;
	margin-bottom: 30px;
}
.wpcf7 dt,
.mw_wrap dt {
	width: 100%;
	margin-bottom: 3px;
}
.wpcf7 dt span,
.mw_wrap dt span {
	color: #E43836;
	padding-left: 1em;
	font-size: 11px;
}
.wpcf7 dd,
.mw_wrap dd {
	width: 100%;
}
.wpcf7 dl.form_sub,
.mw_wrap dl.form_sub {
	margin-bottom: 10px;
}
.wpcf7 dl.form_sub dt p,
.mw_wrap dl.form_sub dt p {
	font-size: 16px;
}
.wpcf7 dt.form_sub_ttl,
.mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7-list-item {
	margin: 0 1em 0 0;
	display: block;
	margin-bottom: 5px;
}
.wpcf7-date {
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding: 5px;
	font-size: 0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn,
.mw_wrap .subbtn {
	width: 100%;
	margin: 30px auto 0;
}
.wpcf7 .flex,
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn,
.mw_wrap .flex .subbtn {
	margin: 30px 15px 0;
}
.subbtn input {
	width: 300px;
	padding: 10px;
	color: #FFF;
	border-style: none;
	background-color: #7EB768;
	border-radius: 5px;
	transition: all ease 0.5s;
	margin: 0 auto;
	display: block;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input,
.mw_wrap .flex .subbtn:first-of-type input {
	background-color: #fff8f0;
	color: #222;
}
.wpcf7-text,
.mw_txt {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding: 5px;
	font-size: 0.9rem;
	min-height: 38px;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
	background-color: #fafeff;
}
.wpcf7-select,
.mw_select,
.wpcf7-file,
.me_file {
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding: 5px 10px;
	font-size: 0.9rem;
	min-height: 38px;
}
.wpcf7-textarea,
.mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding: 5px;
	font-size: 0.9rem;
}
.wpcf7 dd .sub,
.mw_wrap dd .sub {
	font-size: 14px;
}
.shonin .wpcf7-list-item {
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex,
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn,
.mw_wrap .flex .subbtn {
	margin: 30px 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input,
.mw_wrap .flex .subbtn:first-of-type input {
	background-color: #cccccc;
}
.shonin .wpcf7-list-item {
	margin: 15px auto 0;
	text-align: center;
	display: block !important;
	font-size: 14px;
}
.priva {
	margin-top: 30px;
}
.priva p {
	text-align: left;
}
.priva h3 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.priva h3 span {
	font-size: 14px;
	margin-left: 15px;
	display: inline-block;
}
.priva ul {
	width: 100%;
	overflow-y: scroll;
	height: 250px;
	border: 1px solid #D9E2E9;
	background: #FFF;
}
.priva li {
	padding: 0 15px 15px 15px;
}
.priva li h4 {
	margin: 25px auto 10px;
	border-bottom: 1px solid #2B1A02;
	font-size: 16px;
	font-weight: 500;
}
.privabtn {
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}
/* 
 エントリー
----------------------------------------------------------- */
#entry_area .inner {
	width: min(90%, 1000px);
	margin-inline: auto;
	padding: 100px 0;
}
#cont_fi {
	width: 100%;
	padding: 0 5% 8rem;
}
#entry_fi {
	padding: 80px 100px;
	background-color: #F7FAFC;
}
#entry_fi .wpcf7 {
	width: auto;
	margin: 0;
	max-width: 100%;
}
#entry_fi .wpcf7 dt p,
#entry_fi .mw_wrap dt p,
#entry_fi .address p {
	font-size: 15px;
}
#entry_fi .wpcf7-list-item {
	display: inline-block;
}
#entry_fi .birth > p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#entry_fi .birth > p .wpcf7-select {
	width: 150px;
}
#entry_fi .birth > p small {
	padding: 0 10px;
}
#entry_fi .address,
#entry_fi .check .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#entry_fi .address > div {
	width: 49%;
}
#entry_fi .address > div .wpcf7-select {
	width: 100%;
}
#entry_fi .check .wpcf7-list-item {
	width: 49%;
	display: block;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	font-size: 0.9rem;
	margin-right: 0;
}
#entry_fi .check .wpcf7-list-item label {
	width: 100%;
	height: 100%;
	display: block;
	padding: 5px 10px;
}
#entry_fi .file .sub {
	font-size: 14px;
}
#entry_fi .wpcf7-file {
	width: 100%;
	margin-bottom: 5px;
}
/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
#news_area {
	padding: 5rem 5%;
}
#news_area .inner {
	width: min(90%, 1200px);
	margin-inline: auto;
	padding: 70px 0;
}
.archivetitle {
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 1rem;
}
.archivetitle span {
	font-size: 20px;
	padding-right: 15px;
}
.archivetitle a,
.bcontwrap a {
	color: #000;
}
#g_list {
	width: min(100%, 1200px);
	margin: 0 auto 3rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0.5rem 1rem 0.5rem 112px;
	background: #fff8f0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	position: relative;
}
#g_list p {
	padding: 0.5rem 0;
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	font-weight: bold;
}
#g_list .box {
	padding: 0.4rem 0.3rem;
}
#g_list .box a {
	color: #000;
	background: #FFF;
	padding: 0.2rem 0.5rem;
	font-size: 0.9rem;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
#g_list .box a:hover {
	background: #FA9D2C;
	color: #FFF;
}
.bcontwrap ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.bcontwrap ul li {
	width: 30%;
	margin-bottom: 50px;
	padding-bottom: 60px;
	position: relative;
	margin-right: 5%;
}
.bcontwrap ul li:nth-child(3n) {
	margin-right: 0;
}
.bcontwrap ul li:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bcontwrap li dd:nth-child(1) {
	margin-bottom: 10px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bcontwrap li dd:nth-child(1) a {
	color: #FFF;
	background: #FA9D2C;
	padding: 0 10px;
	margin: 0 0 5px 5px;
	font-size: 14px;
}
.bcontwrap li dt:nth-child(2) {
	margin-bottom: 15px;
}
.bcontwrap li div {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.bcontwrap h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 10px;
}
.bcontwrap p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.25rem;
}
.bcontwrap .more_btn {
	position: relative;
	display: inline-block;
	padding: 0 50px 0 20px;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	font-weight: bold;
}
.bcontwrap .more_btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 2px;
	background: #111;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.bcontwrap .more_btn::after {
	content: '';
	position: absolute;
	top: 41%;
	right: 10px;
	width: 10px;
	height: 1.5px;
	background: #111;
	transform: rotate(35deg);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.bcontwrap .more_btn:hover::before {
	right: 0;
}
.bcontwrap .more_btn:hover::after {
	right: 0;
}
/* 
 news index-archives page（サイドバー有り）
----------------------------------------------------------- */
.ttl_maru {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.ttl_maru::before {
	content: "●";
	padding-right: 3px;
	color: #98C97E;
}
#wrap {
	width: min(100%, 1200px);
	margin-inline: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#l_cotent {
	width: 70%;
	margin-right: 5%;
}
#l_cotent > ul {
	margin-bottom: 70px;
}
#l_cotent > ul > li {
	background-color: #fff;
	padding: 1.25rem;
	border: 1px solid #ccc;
	border-left: 9px solid #98C97E;
	margin-bottom: 1.25rem;
	position: relative;
	transition: all ease 0.3s;
}
#l_cotent > ul > li:last-child {
	margin-bottom: 0;
}
#l_cotent > ul > li:hover {
	background-color: #f4f8f2;
}
#l_cotent li > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#l_cotent li dd {
	width: 100%;
}
#l_cotent li dd a:hover {
	opacity: 0.7;
}
#l_cotent li dd .info {
	padding-top: 1.25rem;
	border-top: 1px solid #ccc;
	font-size: 15px;
}
#l_cotent li dd .info span:first-of-type {
	margin-right: 10px;
}
#l_cotent li dd span a {
	background: #98C97E;
	color: #FFF;
	padding: 0.1rem 0.3rem;
	font-size: 12px;
	white-space: nowrap;
	margin-right: 5px;
}
#l_cotent li dd h2 {
	font-size: 1.25rem;
	background: none;
	padding-left: 0;
	text-align: justify;
}
#l_cotent li dd p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.25rem;
}
#l_cotent .linkbox {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5rem;
}
#l_cotent .more_btn {
	position: relative;
	display: inline-block;
	padding: 0 50px 0 20px;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	font-weight: 500;
}
#l_cotent .more_btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 2px;
	background: #FFF;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
#l_cotent .more_btn::after {
	content: '';
	position: absolute;
	top: 41%;
	right: 10px;
	width: 10px;
	height: 1.5px;
	background: #FFF;
	transform: rotate(35deg);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
#l_cotent .more_btn:hover::before {
	right: 0;
	background: #FA9D2C;
}
#l_cotent .more_btn:hover::after {
	right: 0;
	background: #FA9D2C;
}
#sidebar {
	width: 25%;
}
.widgettitle {
	font-size: 1.25rem;
	padding: 0 0 0.3rem 1.2rem;
	margin-bottom: 0.7rem;
	border-bottom: 1px solid #ccc;
	position: relative;
	font-weight: 500;
}
.widgettitle::before {
	content: "●";
	color: #98C97E;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 0.9rem;
}
.widget ul {
	margin-bottom: 2rem;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding: 0.3rem 1rem 0.3rem 1.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.widget ul li a::before {
	content: "▶";
	font-size: 0.6rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.widget ul li a:hover {
	color: #98C97E;
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 0.7rem 1rem;
	border: 0px;
	background-color: #F0F0F0;
}
.archivetitle {
	width: 100%;
	margin-bottom: 2rem;
	font-weight: 500;
}
/* news single page
----------------------------------------------------------- */
.tca {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
	flex-wrap: wrap;
}
.tca a {
	background: #7EB768;
	color: #FFF;
	padding: 0.1rem 0.3rem;
	font-size: 12px;
	white-space: nowrap;
	margin-right: 5px;
}
.tca a:after {
	content: " , ";
}
.tca a:last-of-type:after {
	content: "";
}
.stitle {
	font-size: 24px;
	line-height: 1.5em;
	color: #7EB768;
	padding: 0 0 0.5rem 1.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: justify;
}
.stitle::before {
	content: "●";
	color: #7EB768;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 1rem;
}
.singlecont {
	overflow: auto;
}
.singlecont h1 {
	font-size: 20px;
	line-height: 1.5em;
	color: #7EB768;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.singlecont h1::before {
	content: "";
	height: 1px;
	width: 50px;
	background-color: #7EB768;
	position: absolute;
	bottom: -0.5px;
	left: 0;
}
.singlecont h2 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	color: #7EB768;
	text-align: justify;
}
.singlecont h3 {
	border-left: 1px solid #7EB768;
	padding: 0 10px;
	margin-bottom: 16px;
	color: #7EB768;
	background: none;
}
.singlecont h4 {
	background: #7EB768;
	color: #FFF;
	padding: 1px 10px 0;
	margin-bottom: 16px;
}
.singlecont h5 {
	border-bottom: 1px dashed #7EB768;
	margin-bottom: 16px;
	font-size: 16px;
	color: #7EB768;
}
.singlecont h6 {
	margin-bottom: 16px;
	font-size: 16px;
	color: #7EB768;
}
.singlecont p {
	text-align: justify;
	font-size: 16px;
}
.singlecont img {
	margin-bottom: 16px;
	height: auto;
	max-width: 100%;
}
.singlecont a {
	text-decoration: underline;
}
.singlecont ul {
	list-style: disc;
	list-style-position: inside;
}
.singlecont ol {
	list-style: decimal;
	list-style-position: inside;
}
.singlecont .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.singlecont .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.singlecont .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
/* 
 foot
----------------------------------------------------------- */
#footer {
	width: 100%;
	background: #FFF;
	padding: 6rem 5%;
}
#footer .inner {
	width: min(100%, 1200px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#footer .l {
	width: 35%;
	margin-right: 5%;
}
#footer .l h1 {
	margin-bottom: 1rem;
}
#footer .l h1 img {
	width: 168px;
}
#footer .r {
	width: 60%;
}
.r_company_name {
	color: #71BDCD;
}
.r_company_name h4 {
	font-size: 1.1rem;
}
#footer .r ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 2rem;
}
#footer .r li {
	width: calc(100% / 3);
	padding: 1rem 0 0 1rem;
}
#footer .r li a {
	display: block;
	border-bottom: 1px solid #DBDBDB;
	padding-left: 1.5rem;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
#footer .r li a:hover {
	color: #7EB768;
}
#footer .r li a::before {
	content: "●";
	font-size: 0.6rem;
	color: #7EB768;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#cop {
	width: 100%;
	padding: 0.2rem;
	text-align: center;
	background: #7EB768;
	color: #FFF;
	font-size: 0.8em;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn {
	position: fixed;
	top: 4%;
	right: 2%;
	z-index: 999;
	text-align: center;
	padding: 12px 10px 5px 11px;
	display: block;
	cursor: pointer;
	display: none;
	background: #81C7D6;
}
.nav-trigger,
.nav-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
#spnavbtn .activete {
	font-size: 0.9em;
	opacity: 0;
}
#spnavbtn .activete:before {
	content: "";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav {
	position: relative;
	z-index: 998;
}
#container {
	position: relative;
}
#sp_close {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
}
#sp_close.open {
	display: inherit;
}
#spnav .trigger {
	width: 300px;
	height: 100%;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	position: fixed;
	top: 0;
	left: -300px;
	color: rgba(255, 255, 255, 0);
	overflow-y: scroll;
}
#spnav .open {
	width: 300px;
	max-width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	color: rgba(150, 150, 150, 1);
	overflow-y: scroll;
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter: saturate(140%) blur(20px);
	backdrop-filter: saturate(140%) blur(20px);
	backface-visibility: hidden;
	background: rgba(255, 255, 255, 0.7);
	will-change: backdrop-filter;
}
#spnav h1 {
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
}
#spnav h1 img {
	width: 160px;
	margin: 0 auto;
}
#spnav ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 3em;
	text-align: center;
}
#spnav ul li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#spnav ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	font-size: 0.8em;
	height: 48px;
}
#spnav ul li a:hover,
#spnav .navright:hover {
	background: rgba(255, 255, 255, 1);
	color: rgba(150, 150, 150, 1);
}
#spnav .navleft {
	width: 88%;
	float: left;
	display: block;
}
#spnav .navright {
	width: 12%;
	display: block;
	float: left;
	text-align: center;
	cursor: pointer;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
#spnav ul li dl {
	overflow: hidden;
}
#spnav ul li dd {
	display: none;
}
#spnav ul li .subnav {
	padding: 0 30px;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
}
#spnav ul li .drop1,
#spnav ul li .drop2,
#spnav ul li .drop3 {
	opacity: 1;
}
.sp_nav_sns {
	display: flex;
	gap: 1rem;
	justify-content: space-evenly;
	margin-top: 1rem;
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
	/* 
ヘッダー
----------------------------------------------------------- */
	/* .tel_btn a {
		font-size: clamp(16px, 2.4vw, 27px);
	} */
	/* 
	 contact
	----------------------------------------------------------- */
	.cont_area02_box {
		padding: 3.5rem 4rem 4rem;
		position: relative;
		top: -5rem;
		left: 5%;
		right: 5%;
		margin-left: 0;
	}
	#cont_area02 {
		padding: 0 5%;
	}
	#cont_area03 {
		padding: 5rem 5%;
	}
}
@media screen and (max-width: 1100px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	#cont_list {
		margin-top: 0rem;
	}
	.navwrap li,
	.navwrap .box {
		display: none;
	}
	.navwrap li:nth-of-type(1) {
		display: block;
		margin-left: 0 !important;
	}
	.navwrap li:nth-of-type(1) a {
		padding: 0.5rem 0;
	}
	.navwrap ul li:nth-of-type(1) img {
		width: 120px;
		margin-left: 0.5rem;
		margin-bottom: 0.5em;
	}
	.s_h2mid {
		font-size: 100px;
		line-height: 80px;
	}
	/* 
 トップページ
----------------------------------------------------------- */
	#top_fo ul {
		grid-template-columns: repeat(4, 1fr);
	}
	#top_fiv {
		background-position: center center;
	}
	/* 
 スタッフ紹介
----------------------------------------------------------- */
	#staff_fi .inner {
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 エントリー
	----------------------------------------------------------- */
	#entry_area .inner {
		padding: 70px 0;
	}
	#entry_fi {
		padding: 40px 50px;
	}
	/* 
	 news
	----------------------------------------------------------- */
	#l_cotent > ul {
		margin-bottom: 40px;
	}
	#l_cotent li dd h2 {
		font-size: 19px;
	}
	#l_cotent li dd p {
		margin-bottom: 1rem;
	}
	#l_cotent li dd .info {
		padding-top: 1rem;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	#spnavbtn {
		top: 0.5rem;
		right: 0.5rem;
		padding: 10px 10px 5px 11px;
		display: block;
	}
	.nav-trigger {
		width: 30px;
	}
}
@media screen and (max-width:820px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.flex-prev {
		display: none !important;
	}
	.flex-next {
		display: none !important;
	}
	.h2mid,
	.h2mid2,
	.h2mid3 {
		margin-bottom: 2rem;
		font-size: 40px;
		line-height: 44px;
	}
	.h2mid span,
	.h2mid2 span,
	.h2mid3 span {
		font-size: 18px;
		padding-left: 2rem;
	}
	.h2mid span::before,
	.h2mid2 span::before,
	.h2mid3 span::before {
		font-size: 11px;
	}
	.s_h2mid {
		font-size: 80px;
		margin-bottom: 2rem;
	}
	/* 
	 top
	----------------------------------------------------------- */
	#fv {
		display: none;
	}
	#fv_sp {
		display: block;
	}
	#fv_sp .txt {
		bottom: 16%;
		left: 5%;
		width: min(80%, 500px);
	}
	#top_fi {
		padding: 3rem 5%;
	}
	#top_fi li h3 {
		font-size: 24px;
		margin-bottom: 1rem;
	}
	#top_se .inner {
		padding: 0 5%;
	}
	#top_se li {
		width: calc(100% / 1);
	}
	.tab-container {
		width: 260px;
		margin-right: 5%;
	}
	.content-container {
		width: calc(100% - 260px - 5%);
	}
	#top_fo {
		padding: 8rem 5% 3rem;
	}
	#top_fiv {
		padding: 3rem 5%;
	}
	#top_fiv li {
		width: 100%;
		padding: 2rem 1.5rem 3rem;
	}
	#top_fiv li:nth-of-type(2) {
		border-left: 0px solid #FFF;
		border-right: 0px solid #FFF;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	#top_fo ul {
		grid-template-columns: repeat(3, 1fr);
	}
	#top_fo ul li {
		padding: 1.5rem 0.6rem;
	}
	#footer {
		padding: 3rem 5%;
	}
	#footer .l {
		width: 300px;
		margin: 0 auto;
	}
	#footer .r {
		width: 100%;
	}
	/* 
 about
----------------------------------------------------------- */
	#about_se {
		padding: 4rem 0;
	}
	#top_th {
		padding: 3rem 5%;
	}
	#about_th {
		padding: 0 5% 3rem;
	}
	#about_fi {
		padding: 3rem 5% 0;
	}
	#about_fo {
		padding: 0 0 3rem;
	}
	#about_se .inner {
		position: relative;
		top: unset;
		bottom: unset;
		left: unset;
		transform: unset;
	}
	.about_page .loopSlide {
		display: none;
	}
	/* 
 事業所紹介
----------------------------------------------------------- */
	.nursing_facility {
		padding: 3rem 5%;
	}
	.nursing_facility li {
		width: calc(100% / 3);
	}
	#nursing_th,
	#nursing_fo {
		padding: 0 5% 3rem;
	}
	/* 
 スタッフ紹介
----------------------------------------------------------- */
	#staff_fi {
		padding: 3rem 5%;
	}
	#staff_fi .inner {
		row-gap: 1rem;
		column-gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}
	.article-item dt {
		width: 48%;
	}
	.article-item dd {
		width: 52%;
	}
	.staff_item {
		width: 100%;
		padding: 3rem 5%;
	}
	.mid4 {
		font-size: 19px;
	}
	.staff_item_detail_txt h4 {
		font-size: 20px;
		margin-bottom: 0.5em;
	}
	/* 
 採用情報
----------------------------------------------------------- */
	#recruit_fi li h3 {
		font-size: 20px;
		margin-bottom: 1rem;
		line-height: 35px;
	}
	#recruit_fi .txt {
		font-size: 90px;
		line-height: 90px;
	}
	#recruit_fi {
		padding: 3rem 5%;
	}
	#recruit_se {
		padding: 3rem 0;
	}
	#recruit_th {
		padding: 3rem 5%;
	}
	#recruit_fo {
		padding: 3rem 5%;
	}
	#recruit_fo li {
		width: 48%;
	}
	#recruit_fiv {
		padding: 3rem 5%;
	}
	#recruit_six {
		padding: 3rem 5%;
	}
	#recruit_six::before {
		display: none;
	}
	#recruit_sev {
		padding: 3rem 5%;
	}
	#recruit_ei {
		padding: 3rem 5%;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	#cont_list {
		padding: 3rem 5% 1rem;
	}
	#cont_list li {
		line-height: 1.5rem;
		font-size: 0.7rem;
	}
	.wpcf7 dl {
		width: 100%;
		display: block;
		border-top: 0px dashed #CCC;
		margin-bottom: 1em;
	}
	.wpcf7 dt span {
		color: #d60101;
		font-size: 0.7em;
		padding-left: 1%;
	}
	.priva ul {
		font-size: 0.9em;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */
	#entry_area .inner {
		padding: 50px 0;
	}
	#entry_fi {
		padding: 30px;
	}
	#entry_fi .birth > p .wpcf7-select {
		width: 130px;
	}
	/* 
	 news index-archives page（サイドバー無し）
	----------------------------------------------------------- */
	.archivetitle {
		font-size: 1.5rem;
		margin: 0 auto 1rem;
	}
	.archivetitle span {
		font-size: 1rem;
		padding-right: 5px;
	}
	.cate_list {
		background-color: #291F12;
		padding: 0.3rem 0.5rem 0.6rem;
		font-size: 1rem;
		line-height: 1.7rem;
		margin-bottom: 2rem;
	}
	.cate_list a {
		margin-right: 5px;
		padding: 0 5px 2px;
		font-size: 0.8rem;
	}
	.bcontwrap ul li {
		width: 100%;
		margin-bottom: 2rem;
		padding-bottom: 4.5rem;
		margin-right: 0;
	}
	.bcontwrap li dd:nth-child(1) {
		font-size: 1rem;
	}
	.bcontwrap li dd:nth-child(1) a {
		padding: 1px 10px;
		margin: 0 0 0 5px;
		font-size: 12px;
	}
	.bcontwrap li dd:nth-child(1) {
		margin-bottom: 1rem;
	}
	/* news single page（サイドバー無し）
	----------------------------------------------------------- */
	#l_cotent {
		width: 100%;
		margin: 0;
	}
	#sidebar {
		width: 100%;
		margin-top: 40px;
	}
	#l_cotent li dt {
		width: 100%;
		margin: 0 auto 1rem;
	}
	#l_cotent li dd {
		width: 100%;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	#prev,
	#next {
		width: 100%;
		margin: 0 0 0.4rem;
	}
	#next {
		float: right;
	}
	.single .nav-below {
		margin-top: 40px
	}
	/* 
	 foot
	----------------------------------------------------------- */
	#prev,
	#next {
		width: 100%;
		margin: 0 0 0.4rem;
	}
	#next {
		float: right;
	}
}
@media screen and (max-width:640px) {
	#top_news {
		position: absolute;
		bottom: 0;
		right: 0;
		width: calc(100% - 12px);
		background: #FFF;
		padding: 1rem 1rem 1rem 0;
		border-radius: 10px 0 0 0;
	}
	#fv_sp .txt {
		bottom: 10rem;
		width: min(70%, 500px);
	}
	.navwrap ul {
		width: 100%;
	}
	#top_fi li:nth-of-type(1) {
		display: none;
	}
	#top_fi li:nth-of-type(2) {
		width: 100%;
	}
	#top_fi .txt {
		display: none;
	}
	#top_se {
		padding: 4rem 0 0;
	}
	#top_se::before {
		top: 2rem;
	}
	.imgbox .box span {
		padding: 0 0 0 2rem;
		font-size: 13px;
	}
	.imgbox .box span::before {
		width: 1rem;
	}
	.imgbox .box {
		width: min(100%, 221px);
		font-size: 22px;
	}
	.tab-container {
		width: 100%;
		margin: 0 auto 1rem;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.tab {
		margin-bottom: 0.5rem;
		border-radius: 5px;
		padding: 1rem 0.5rem;
		position: relative;
		width: calc(100% / 2.05);
		font-size: 0.8rem;
		margin: 0.6% 0.6%;
	}
	.tab::after {
		right: 0.5rem;
		font-size: 0.6rem;
	}
	.content-container {
		width: 100%;
	}
	#top_fo {
		padding: 5rem 5% 3rem;
	}
	#top_fiv {
		padding: 1rem 5%;
	}
	#top_fo ul {
		grid-template-columns: repeat(2, 1fr);
	}
	#top_fo ul li h3 {
		font-size: 0.9rem;
	}
	#top_fo ul li p {
		font-size: 0.8rem;
	}
	#footer .r ul {
		margin-top: 1rem;
	}
	#footer .r li {
		width: calc(100% / 2);
	}
	#footer .l p {
		display: none;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */
	#sub_fv {
		padding: 6rem 5% 3rem;
	}
	#sub_fv h1 {
		font-size: 2rem;
	}
	#sub_fv h1 span {
		font-size: 1rem;
	}
	.s_h2mid {
		font-size: 40px;
		line-height: 40px;
	}
	.s_h2mid span {
		font-size: 16px;
		line-height: 16px;
	}
	/* 
 about
----------------------------------------------------------- */
	#about_fi {
		padding: 3rem 5% 0;
	}
	#about_se {
		padding: 3rem 0;
	}
	.loopSlide {
		display: none;
	}
	#about_se .inner {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		transform: translateX(0%);
	}
	#about_se .inner .box h3 {
		font-size: 16px;
	}
	#about_se .inner .box p {
		margin: 1rem auto;
		line-height: 23px;
	}
	#about_th dt {
		width: 100px;
		padding: 1rem;
	}
	#about_th dd {
		width: calc(100% - 100px - 2.5px);
		padding: 1rem;
	}
	#about_fo .box {
		padding: 0;
		margin: 2rem auto 0;
	}
	#about_fo li:nth-of-type(1) {
		width: 100%;
		margin-bottom: 1rem;
	}
	#about_fo li:nth-of-type(2) {
		width: 100%;
	}
	#about_fo h3 {
		padding: 0 0 0 1.5rem;
		margin-bottom: 1rem;
		font-size: 1rem;
	}
	#about_fo h3::before {
		width: 1rem;
	}
	#about_fo .box:nth-of-type(2n)::before,
	#about_fo .box::before {
		display: none;
	}
	/* 
 事業所紹介
----------------------------------------------------------- */
	.link_list {
		grid-template-columns: repeat(1, 1fr);
	}
	.link_list li {
		margin: 2px 0;
		width: 100%;
	}
	.nursing_facility .imgbox .box span,
	#nursing_th .imgbox .box span,
	#nursing_fo .imgbox .box span,
	#nursing_fa .imgbox .box span {
		padding: 0 0 0 2rem;
		font-size: 13px;
	}
	.nursing_facility .imgbox .box span::before,
	#nursing_th .imgbox .box span::before,
	#nursing_fo .imgbox .box span::before,
	#nursing_fa .imgbox .box span::before {
		width: 1rem;
	}
	.nursing_facility .imgbox .box,
	#nursing_th .imgbox .box,
	#nursing_fo .imgbox .box,
	#nursing_fa .imgbox .box {
		width: min(100%, 221px);
		font-size: 21px;
	}
	.nursing_facility .mess .l,
	#nursing_th .mess .l,
	#nursing_fo .mess .l,
	#nursing_fa .mess .l {
		width: 100%;
		margin: 0 auto 1rem;
	}
	.nursing_facility .mess .l img,
	#nursing_th .mess .l img,
	#nursing_fo .mess .l img {
		margin: 0 auto;
	}
	.nursing_facility .imgbox,
	#nursing_th .imgbox,
	#nursing_fo .imgbox {
		margin-bottom: 2rem;
	}
	.nursing_facility .mess .r,
	#nursing_th .mess .r,
	#nursing_fo .mess .r,
	#nursing_fa .mess .r {
		width: 100%;
	}
	.nursing_facility .mess .r h3,
	#nursing_th .mess .r h3,
	#nursing_fo .mess .r h3,
	#nursing_fa .mess .r h3 {
		font-size: 20px;
	}
	.nursing_facility li,
	#nursing_th li,
	#nursing_fo li,
	#nursing_fa li {
		width: calc(100% / 2);
	}
	.nursing_facility .hyo dt,
	#nursing_th .hyo dt,
	#nursing_fo .hyo dt,
	#nursing_fa .hyo dt {
		width: 115px;
		padding: 1rem;
	}
	.nursing_facility .hyo dd,
	#nursing_th .hyo dd,
	#nursing_fo .hyo dd,
	#nursing_fa .hyo dd {
		padding: 1rem;
		width: calc(100% - 115px - 2.5px);
	}
	/* 
 スタッフ紹介
----------------------------------------------------------- */
	#staff_fi .inner {
		row-gap: 1rem;
		column-gap: 0;
		grid-template-columns: repeat(1, 1fr);
	}
	.modal-area_box dt {
		width: 100%;
		margin: 0 auto 1rem;
	}
	.modal-area_box dt img {
		margin: 0 auto;
	}
	.modal-area_box dd {
		width: 100%;
		padding: 0;
	}
	.modal-area_box li {
		width: 100%;
		margin: 0.5rem auto;
	}
	.modal-window {
		height: auto;
	}
	.modal-area {
		margin: 5% auto;
	}
	.modal-close {
		left: 0;
	}
	#staff_fi h2 {
		margin: 0 auto 2rem;
		font-size: 20px;
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.02);
	}
	#staff_fi h2 span {
		padding: 2px 10px;
		font-size: 10px;
		margin-left: 1rem;
		transform: translateY(-5px);
	}
	.article-item dt {
		width: 50%;
	}
	.article-item dd {
		width: 50%;
		padding: 0.5rem;
	}
	.staff_item_detail {
		flex-direction: column;
		gap: 1.5rem;
	}
	.staff_item_detail_pho {
		width: 100%;
	}
	.staff_item_detail_pho img {
		width: 100%;
	}
	.staff_item_detail_txt {
		width: 100%;
	}
	.mid4 {
		margin-bottom: 1em;
		padding: 0.4em 1.3em 0.2em;
	}
	/* 
 採用情報
----------------------------------------------------------- */
	#recruit_fi li:nth-of-type(1) {
		margin: 0 auto 1rem;
		width: 100%;
	}
	#recruit_fi h2 dl {
		margin: 0 auto;
		text-align: center;
	}
	#recruit_fi li:nth-of-type(2) {
		width: 100%;
	}
	#recruit_fi .txt {
		font-size: 48px;
		line-height: 48px;
		padding: 0;
	}
	#recruit_th .imgbox .box {
		font-size: 23px;
	}
	#recruit_th .tbox::before,
	#recruit_th li:nth-of-type(1) {
		display: none;
	}
	#recruit_th li:nth-of-type(2) {
		width: 100%;
	}
	.time {
		display: block;
	}
	#recruit_th li dt {
		width: 100%;
		margin: 0 auto 1rem;
	}
	#recruit_th li dd {
		width: 100%;
	}
	#recruit_fo h2 {
		width: 100%;
		font-size: 28px;
		margin-bottom: 2rem;
	}
	#recruit_fo h2 dl {
		margin: 0 auto;
		text-align: center;
	}
	#recruit_fo p {
		width: 100%;
	}
	#recruit_fo li {
		width: 100%;
		padding: 1rem 0 0;
	}
	#recruit_fo p {
		margin-bottom: 1rem;
	}
	#recruit_fiv h2 {
		width: 100%;
		font-size: 28px;
		margin-bottom: 2rem;
	}
	#recruit_fiv h2 dl {
		text-align: center;
		margin: 0 auto;
	}
	#recruit_fiv p {
		width: 100%;
	}
	#recruit_fiv li:nth-of-type(1) {
		width: 100%;
		margin-bottom: 1rem;
	}
	#recruit_fiv li:nth-of-type(2) {
		width: 100%;
	}
	#recruit_six h2 {
		width: 100%;
		margin-bottom: 2rem;
	}
	#recruit_six h2 dl {
		margin: 0 auto;
		text-align: center;
	}
	#recruit_six p {
		width: 100%;
		margin-bottom: 2rem;
	}
	#recruit_six li:nth-of-type(1) {
		width: 100%;
		margin-bottom: 2rem;
	}
	#recruit_six li:nth-of-type(2) {
		width: 100%;
	}
	#recruit_six li dt {
		width: 60px;
	}
	#recruit_six li dd {
		width: calc(100% - 60px);
		padding: 0 1rem 0 1rem;
		line-height: 60px;
		font-size: 16px;
	}
	#recruit_sev h3::before {
		right: 0;
		font-size: 1.5rem;
	}
	#recruit_sev h3.active::before {
		right: 0;
		font-size: 1.5rem;
	}
	#recruit_sev h3 {
		font-size: 14px;
		padding: 1rem 1rem;
		line-height: 21px;
	}
	#recruit_sev dt {
		width: 117px;
		padding: 1rem;
		font-size: 14px;
	}
	#recruit_sev dd {
		width: calc(100% - 117px - 2.5px);
		padding: 1rem;
		font-size: 14px;
	}
	#recruit_sev p {
		margin-top: 2rem;
	}
	.link {
		margin-top: 2rem;
	}
	#recruit_ei h2 {
		font-size: 18px;
	}
	#recruit_ei dt {
		width: 100%;
	}
	#recruit_ei dt img {
		margin: 0 auto;
	}
	#recruit_ei dd {
		width: 100%;
		padding: 1rem 0 0;
	}
	#recruit_ei li {
		width: 100%;
	}
	#recruit_th .imgbox .box::after {
		display: none;
	}
	.nursing_facility .hyo dt, #nursing_th .hyo dt, #nursing_fo .hyo dt, #nursing_fa .hyo dt,
	#recruit_sev dt,
	#about_th dt{
		width: 100%;
		color: #7EB768;
		margin: 0 0 2.5px 0;
		font-weight: 600;
	}
	.nursing_facility .hyo dd, #nursing_th .hyo dd, #nursing_fo .hyo dd, #nursing_fa .hyo dd,
	#recruit_sev dd,
	#about_th dd{
		width: 100%;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */
	#entry_area .inner {
		padding: 40px 0;
	}
	#entry_fi {
		padding: 20px;
	}
	#entry_fi .birth > p small {
		padding: 0 5px;
	}
	#entry_fi .birth > p .wpcf7-select {
		width: 75px;
	}
	#entry_fi .check .wpcf7-list-item {
		width: 100%;
	}
	#cont_fi {
		margin-top: 3rem;
	}
	/* 
	 news
	----------------------------------------------------------- */
	#g_list {
		margin: 0 auto 2rem;
	}
	#news_area .inner {
		padding: 50px 0;
	}
	#l_cotent li dd h2 {
		font-size: 17px;
	}
	#l_cotent > ul > li {
		padding: 1rem;
	}
	#l_cotent li dd p {
		margin-bottom: 0.5rem;
	}
	#l_cotent li dd .info {
		padding-top: 0.5rem;
	}
	.singlecont .alignleft {
		float: none;
		margin-right: 0;
	}
	.singlecont .alignright {
		float: none;
		margin-left: 0;
	}
	.stitle {
		font-size: 1.3rem;
		line-height: 1.3em;
		padding: 0 0 0.3rem 1.3rem;
	}
	#news_area {
		padding: 3rem 5%;
	}
}