@charset "UTF-8";
/* CSS Document */
/* phpページCSS */

/*お知らせ*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*お知らせ一覧*/
	#news01 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
		margin: 0 auto;
	}
	
	#news01 .news01-con {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
		background-image : linear-gradient(to right, #E8E8E8, #E8E8E8 6px, transparent 6px, transparent 6px);
		background-size: 16px 2px;
		background-position: left top;
		background-repeat: repeat-x;
	}
	
	.news01-loop {
		position: relative;
		width: 100%;
		height: auto;
		background-image : linear-gradient(to right, #E8E8E8, #E8E8E8 6px, transparent 6px, transparent 6px);
		background-size: 16px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.news01-loop a {
		display: block;
		position: relative;
		padding: 25px 60px;
		font-size: 16px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		color: #666666;
		text-align: left;
	}
	
	.news01-loop a time {
		margin-right: 40px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif!important;
	}
	
	.news01-loop a:hover {
		color: #D374A6;
		text-decoration: underline;
	}
	
	/*お知らせ個別*/
	#news01-1 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
		margin: 0 auto;
	}
	
	#news01-1 .news01-con {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
	}
	
	.news01-title {
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 3px;
		line-height: 40px;
		text-align: left;
	}
	
	.news01-time {
		display: block;
		position: relative;
		margin: 30px 0 40px 0;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	.news01-post {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 60px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	.news01-post iframe {
		display: block;
		position: relative;
		width: 600px;
		height: 350px;
		margin: 0 auto 20px 0;
	}
	
	.news01-btn {
		position: relative;
		width: 400px;
		margin: 0 auto;
	}
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*お知らせ一覧*/
	#news01 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
		margin: 0 auto;
	}
	
	#news01 .news01-con {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto;
		background-image : linear-gradient(to right, #E8E8E8, #E8E8E8 6px, transparent 6px, transparent 6px);
		background-size: 10px 2px;
		background-position: left top;
		background-repeat: repeat-x;
	}
	
	.news01-loop {
		position: relative;
		width: 100%;
		height: auto;
		background-image : linear-gradient(to right, #E8E8E8, #E8E8E8 6px, transparent 6px, transparent 6px);
		background-size: 10px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.news01-loop a {
		display: block;
		position: relative;
		padding: 10px 0 12px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		color: #666666;
		text-align: left;
	}
	
	.news01-loop a time {
		display: block;
		position: relative;
		margin-bottom: 2px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif!important;
	}
	
	/*お知らせ個別*/
	#news01-1 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
		margin: 0 auto;
	}
	
	#news01-1 .news01-con {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
	
	.news01-title {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: left;
	}
	
	.news01-time {
		display: block;
		position: relative;
		margin: 12px 0 20px 0;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 11px;
		text-align: left;
	}
	
	.news01-post {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 30px 0;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	.news01-post iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 0 auto 15px 0;
	}
	
	.news01-btn {
		position: relative;
		width: 240px;
		margin: 0 auto;
	}
}

/*YOKATOKOだより*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*YOKATOKOだより一覧*/
	#news00 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
		margin: 0 auto;
	}
	
	.news00-1 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.news00-1 p {
		text-align: center;
	}
	
	.news00-1 .tag {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	.news00-1 .tag a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		padding: 12px 50px 12px 40px;
		margin: 0 20px 20px 0;
		font-size: 14px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #96C468;
		background: #fff;
		border: solid 2px #96C468;
		border-radius: 10px;
		box-sizing: border-box;
		float: left;
		transition: 0.3s;
	}
	
	.news00-1 .tag a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/09/tag_green.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		transition: 0.3s;
	}
	
	.news00-1 .tag a:hover {
		color: #fff;
		background: #96C468;
		border: solid 2px #96C468;
	}
	
	.news00-1 .tag a:hover::before {
		background-image: url(/wp-content/uploads/2022/09/tag_white.png);
	}
	
	.news00-2 {
		position: relative;
		width: 1160px;
		height: auto;
		margin: 0 auto;
	}
	
	.news00-h2 {
		position: relative;
		padding-left: 45px;
		margin-bottom: 40px;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: left;
	}
	
	.news00-h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 35px;
		height: 35px;
		background-image: url(/wp-content/uploads/2022/08/tag_green-1.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news00-h2 font {
		position: relative;
		font-size: 28px;
		color: #96C468;
	}
	
	/*YOKATOKOだより個別*/
	.news00-3 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
	}
	
	.news00-time {
		display: block;
		position: relative;
		padding-left: 30px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #666666;
	}
	
	.news00-time::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/time.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news00-title {
		position: relative;
		margin: 20px 0 20px 0;
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 3px;
		line-height: 40px;
		text-align: left;
	}
	
	.news00-tag {
		display: table;
		padding: 5px 8px;
		margin: 0 5px 7px 0;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 13px;
		color: #fff;
		background: #96C468;
		border-radius: 5px;
		float: left;
	}
	
	.news00-thum {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
	}
	
	.news00-thum img {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		border-radius: 10px;
	}
	
	.news00-post {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 60px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	.news00-post h2 {
		position: relative;
		margin: 40px 0 20px 0;
		padding: 0 0 15px 35px;
		font-size: 20px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 16px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.news00-post h2::before {
		content: "";
		position: absolute;
		top: 4px;
		left: 0;
		width: 23px;
		height: 23px;
		background-image: url(/wp-content/uploads/2022/08/pri-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news00-post iframe {
		display: block;
		position: relative;
		width: 600px;
		height: 350px;
		margin: 0 auto 20px 0;
	}
	
	#gallery-1 {
		display: flex;
	}
	
	#gallery-1 .gallery-item {
		width: auto!important;
	}
	
	.gallery-item a {
		pointer-events: none;
	}
	
	.gallery-item img {
		border: none!important;
		object-fit: contain;
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin-bottom: 20px;
	}
	
	.news00-btn {
		position: relative;
		width: 400px;
		margin: 0 auto;
	}
	
	.news00-2-back {
		position: relative;
		margin: 80px auto 100px auto;
		padding-top: 80px;
	}
	
	.news00-2-back::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 1300px;
		height: 105%;
		background: #F8F8F8;
		border-radius: 20px;
	}
	
	.news00-2-back h2 {
		position: relative;
		margin-bottom: 40px;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
	}
	
	.news00-1-back {
		margin-bottom: 0!important;
	}
	
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*YOKATOKOだより一覧*/
	#news00 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
		margin: 0 auto;
	}
	
	.news00-1 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	.news00-1 p {
		text-align: center;
	}
	
	.news00-1 .tag {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	.news00-1 .tag a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		padding: 6px 30px 6px 30px;
		margin: 0 10px 10px 10px;
		font-size: 11px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 11px;
		text-align: center;
		color: #96C468;
		background: #fff;
		border: solid 1px #96C468;
		border-radius: 5px;
		box-sizing: border-box;
		float: left;
	}
	
	.news00-1 .tag a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		transform: translate(0, -50%);
		width: 12px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/09/tag_green.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news00-2 {
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto;
	}
	
	.news00-h2 {
		position: relative;
		padding-left: 20px;
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	
	.news00-h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/08/tag_green-1.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news00-h2 font {
		position: relative;
		font-size: 16px;
		color: #96C468;
	}
	
	/*YOKATOKOだより個別*/
	.news00-3 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.news00-time {
		display: block;
		position: relative;
		padding-left: 17px;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 10px;
		text-align: left;
		color: #666666;
	}
	
	.news00-time::before {
		content: "";
		position: absolute;
		top: 49%;
		left: 0;
		transform: translate(0, -50%);
		width: 11px;
		height: 11px;
		background-image: url(/wp-content/uploads/2022/08/time.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news00-title {
		position: relative;
		margin: 10px 0 10px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: left;
	}
	
	.news00-tag {
		display: table;
		padding: 3px 5px;
		margin: 0 5px 5px 0;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 10px;
		color: #fff;
		background: #96C468;
		border-radius: 5px;
		float: left;
	}
	
	.news00-thum {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
	}
	
	.news00-thum img {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		border-radius: 5px;
	}
	
	.news00-post {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 0 30px 0;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	.news00-post h2 {
		position: relative;
		margin: 15px 0 7px 0;
		padding: 0 0 6px 20px;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 10px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.news00-post h2::before {
		content: "";
		position: absolute;
		top: 4px;
		left: 0;
		width: 12px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/08/pri-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.news00-post iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 0 auto 15px 0;
	}
	
	#gallery-1 {
		display: flex;
	}
	
	#gallery-1 .gallery-item {
		width: auto!important;
	}
	
	.gallery-item a {
		pointer-events: none;
	}
	
	.gallery-item img {
		border: none!important;
		object-fit: contain;
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin-bottom: 15px;
	}
	
	.news00-btn {
		position: relative;
		width: 240px;
		margin: 0 auto;
	}
	
	.news00-2-back {
		position: relative;
		margin: 40px auto 60px auto;
		padding-top: 25px;
	}
	
	.news00-2-back::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 360px;
		height: 105%;
		background: #F8F8F8;
		border-radius: 10px;
	}
	
	.news00-2-back h2 {
		position: relative;
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
	}
	
	.news00-1-back {
		margin-bottom: 0!important;
	}
	
}

/*ページネーション*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*ページネーション*/
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: 60px;
		margin: 60px auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: 50px;
		height: 50px;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 0 20px 0 0;
		color: #D374A6;
		border: solid 1px #D374A6;
		border-radius: 100px;
		box-sizing: border-box;
		background: #fff;
		-webkit-appearance: none;
		transition: 0.4s;
	}
	
	.pagination ul li a:hover {
		color: #fff;
		border: solid 1px #D374A6;
		background: #D374A6;
	}

	.pagination span {
		display: block;
		position: relative;
		width: 50px;
		height: 50px;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 0 20px 0 0;
		color: #FFF;
		border: solid 1px #D374A6;
		border-radius: 100px;
		box-sizing: border-box;
		background: #D374A6;
		-webkit-appearance: none;
	}
		
	.pagination span.current {
		background: #D374A6;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}
	
	#news00 .pagination ul li a {
		color: #96C468;
		border: solid 1px #96C468;
		background: #fff;
	}
	
	#news00 .pagination ul li a:hover {
		color: #fff;
		border: solid 1px #96C468;
		background: #96C468;
	}
	
	#news00 .pagination span {
		color: #FFF;
		border: solid 1px#96C468;
		background: #96C468;
	}
	
	#news00 .pagination span.current {
		background: #96C468;
	}
	
	.pagenavi {
		display: table;
		position: relative;
		width: 100%;
		height: 60px;
		margin: 60px auto 0 auto;
		text-align: center;
	}
	
	.pagenavi .page-numbers {
		display: inline-block;
		position: relative;
		width: 50px;
		height: 50px;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 0 20px 0 0;
		color: #96C468;
		border: solid 1px #96C468;
		border-radius: 100px;
		box-sizing: border-box;
		background: #fff;
		-webkit-appearance: none;
		transition: 0.4s;
	}
	
	.pagenavi .page-numbers:hover {
		color: #fff;
		border: solid 1px #96C468;
		background: #96C468;
	}
	
	.pagenavi span.current {
		color: #fff;
		background: #96C468;
	}
	
	.pagenavi .prev {
		display: none;
	}
	
	.pagenavi .next {
		display: none;
	}
	
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*ページネーション*/
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		margin: 0 10px 0 0;
		color: #D374A6;
		border: solid 1px #D374A6;
		border-radius: 100px;
		box-sizing: border-box;
		background: #fff;
		-webkit-appearance: none;
	}
	
	.pagination span {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		margin: 0 10px 0 0;
		color: #FFF;
		border: solid 1px #D374A6;
		border-radius: 100px;
		box-sizing: border-box;
		background: #D374A6;
		-webkit-appearance: none;
	}
		
	.pagination span.current {
		background: #D374A6;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}
	
	#news00 .pagination ul li a {
		color: #96C468;
		border: solid 1px #96C468;
		background: #fff;
	}
	
	#news00 .pagination span {
		color: #FFF;
		border: solid 1px#96C468;
		background: #96C468;
	}
	
	#news00 .pagination span.current {
		background: #96C468;
	}
	
	.pagenavi {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
		text-align: center;
	}
	
	.pagenavi .page-numbers {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		margin: 0 10px 0 0;
		color: #96C468;
		border: solid 1px #96C468;
		border-radius: 100px;
		box-sizing: border-box;
		background: #fff;
		-webkit-appearance: none;
	}
	
	.pagenavi span.current {
		color: #fff;
		background: #96C468;
	}
	
	.pagenavi .prev {
		display: none;
	}
	
	.pagenavi .next {
		display: none;
	}

}

/*施設*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*40.施設一覧*/
	#room00 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
		margin: 0 auto;
	}
	
	.room00-p {
		text-align: center;
		line-height: 30px;
	}
	
	.room00-1 {
		position: relative;
		width: 1020px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.room00-1 .room-loop-text {
		box-shadow: 2px 3px 6px rgba(102,102,102,0.16);
	}
	
	/*41.施設個別*/
	#rm01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 0 0;
		background-image: url(/wp-content/uploads/2022/08/rm01-back-pc.png);
		background-size: 100% 75%;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.rm01-con {
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto;
	}
	
	.rm01-img {
		position: relative;
		width: 700px;
		height: auto;
		margin: 0 0 0 auto;
	}
	
	.rm01-img img {
		display: block;
		position: relative;
		width: 700px;
		height: 500px;
		border-radius: 10px;
		object-fit: cover;
	}
	
	.rm01-text {
		position: absolute;
		top: 50px;
		left: 0;
    width: 560px;
	}
	
	.rm01-cat {
		position: relative;
		padding-left: 25px;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 18px;
		color: #fff;
	}
	
	.rm01-cat::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 14px;
		height: 19px;
		background-image: url(/wp-content/uploads/2022/09/toppage_9.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rm01-tag {
		display: table;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 16px;
		margin: 0 0 8px 0;
		color: #fff;
	}
	
	.rm01-text h1 {
		margin: 30px 0 40px 0;
		font-size: 36px;
		font-weight: normal;
		letter-spacing: 6px;
		line-height: 42px;
		color: #fff;
	}
	
	.rm01-kara {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 400px;
		height: auto;
		padding: 60px 20px 20px 30px;
		box-sizing: border-box;
		background: #F8F8F8;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
		border-radius: 10px;
	}
	
	.rm01-kara font {
		z-index: 0;
		position: absolute;
		top: 20px;
		left: 32px;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 18px;
		color: #fff;
	}
	
	.rm01-kara font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 140px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/08/rm01-back.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rm02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 80px 0;
	}
	
	.rm02-text {
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	.rm02-text h3 {
		position: relative;
		margin-bottom: 50px;
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 42px;
		text-align: center;
	}
	
	.rm02-text h3 font {
		position: relative;
		background: linear-gradient(transparent 70%, #F7E7EF 0%);
		display: inline;
		/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
		padding: 0 2px 4px;
	}
	
	.rm02-text p {
		text-align: center;
		line-height: 30px;
	}
	
	.rm02-img {
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0 auto;
	}
	
	.rm02-img img {
		display: block;
		position: relative;
		width: 350px;
		height: 240px;
		margin: 0 25px;
		object-fit: cover;
		border-radius: 10px;
		float: left;
	}
	
	#rm03 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 60px 0;
		background-image: url(/wp-content/uploads/2022/08/rm03-back-pc.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rm03 h2 {
		margin-bottom: 60px;
	}
	
	.rm03-1 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 30px auto;
		padding: 40px 40px;
		border-radius: 20px;
		background: #fff;
		box-sizing: border-box;
	}
	
	.rm03-1 img {
		display: block;
		position: relative;
		width: 280px;
		height: 200px;
		border-radius: 10px;
		object-fit: cover;
		margin: 0 auto 0 0;
	}
	
	.rm03-text {
		position: absolute;
		top: 60px;
		right: 40px;
		width: 680px;
		height: auto;
	}
	
	.rm03-text h3 {
		z-index: 0;
		position: relative;
		padding: 0 0 15px 40px;
		margin-bottom: 10px;
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 22px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 12px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.rm03-text h3::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -5px;
		left: 0;
		width: 34px;
		height: 34px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rm04 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 60px 0;
	}
	
	.rm04-0 {
		position: relative;
		width: 1290px;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	.rm04-1 {
		position: relative;
		width: 400px;
		height: auto;
		margin: 0 15px 30px 15px;
		float: left;
	}
	
	.rm04-1 img {
		display: block;
		position: relative;
		width: 400px;
		height: 280px;
		margin-bottom: 15px;
		object-fit: cover;
		border-radius: 10px;
	}
	
	
	
	
	
	
	
	#rm06 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 0 0;
	}
	
	#rm06 h3 {
		font-size: 26px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: center;
		margin: 80px auto 20px auto;
	}
	
	#rm06 table {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto;
		border-radius: 20px;
		border-spacing: 0;
		border: solid 10px rgba(150,196,104,0.50);
	}
	
	#rm06 table tr th {
		width: 250px;
		padding: 20px 0;
		font-size: 16px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #575757;
		background: #EFF5E9;
		vertical-align: top;
		border-bottom: solid 1px #fff;
	}
	
	#rm06 table tr td {
		width: 650px;
		padding: 20px 0 20px 50px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #666;
		background: #fff;
		box-sizing: border-box;
		border-bottom: solid 1px #E8E8E8;
	}
	
	#rm06 table tr td p a {
		color: #666666;
	}
	
	#rm06 table tr td img {
		display: block;
		position: relative;
		width: 95%;
		height: auto;
		margin: 10px auto 20px 0;
		object-fit: cover;
	}
	
	.kadomaru01 {
		border-radius: 10px 0 0 0;
	}
	
	.kadomaru02 {
		border-radius: 0 10px 0 0;
	}
	
	.kadomaru03 {
		border-radius: 0 0 0 10px;
	}
	
	.kadomaru04 {
		border-radius: 0 0 10px 0;
	}
	
	.rm06-1 {
		position: relative;
		width: 900px;
		height: auto;
		padding: 10px 0 0 0;
		margin: 0 auto;
	}
	
	.rm06-1 h4 {
		position: relative;
		margin: 40px 0 20px 0;
		padding: 0 0 15px 40px;
		font-size: 22px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 22px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 12px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.rm06-1 h4::before {
		content: "";
		position: absolute;
		top: 33%;
		left: 0;
		transform: translate(0, -50%);
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_9.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rm06-1 p {
		padding-left: 35px;
	}
	
	.rm06-1 p a {
		color: #1B3B9F;
	}
	
	.rm06-1 p a:hover {
		text-decoration: underline;
	}
	
	.rm06-1-1 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 40px 40px 40px 150px;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
		background: #F8F8F8;
		border-radius: 10px;
		box-sizing: border-box;
	}
	
	.rm06-1-1 font {
		z-index: 0;
		position: absolute;
		top: 30px;
		left: 32px;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 18px;
		color: #fff;
	}
	
	.rm06-1-1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 140px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/08/rm-back.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rm06-2 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto;
	}
	
	.rm06-2 h3 {
		margin-bottom: 40px!important;
	}
	
	.rm06-2 p {
		text-align: center;
	}
	
	.rm06-2 iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 450px;
		margin: 40px auto 0 auto;
	}
	
	#rm07 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 80px auto 80px auto;
		padding: 60px 0 30px 0;
		background: #F8F8F8;
		border-radius: 20px;
	}
	
	.rm07-0 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 70px auto 0 auto;
	}
	
	.rm07-img {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 50px 0 0;
		float: left;
	}
	
	.rm07-text {
		position: relative;
		width: 550px;
		height: auto;
		float: left;
	}
	
	.rm07-text h3 {
		position: relative;
		margin-bottom: 25px;
		font-size: 32px;
		letter-spacing: 2px;
		line-height: 40px;
	}
	
	.rm07-img img {
		display: block;
		position: relative;
		width: 300px;
		height: 300px;
		margin-bottom: 15px;
		border-radius: 150px;
		object-fit: cover;
	}
	
	.rm07-img p {
		text-align: center;
	}
	
	.rm-btn {
		position: relative;
		width: 500px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 40px 0;
	}
	
	.rm-btn01 {
		display: block;
		position: relative;
		width: 500px;
		height: auto;
		margin: 0 auto 40px auto;
		transition: 0.4s;
	}
	
	.rm-btn01:hover {
		transform: translateY(-20px);
	}
	
	.rm-btn02 {
		position: relative;
		width: 340px;
		margin: 0 auto;
	}
	
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*40.施設一覧*/
	#room00 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
		margin: 0 auto;
	}
	
	.room00-p {
		text-align: center;
		line-height: 20px;
	}
	
	.room00-1 {
		position: relative;
		width: 360px;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	.room00-1 .room-loop-text {
		box-shadow: 2px 3px 6px rgba(102,102,102,0.16);
	}
	
	/*41.施設個別*/
	#rm01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		background-image: url(/wp-content/uploads/2022/08/rm01-back-sp.png);
		background-size: 100% 50%;
		background-position: 0 140px;
		background-repeat: no-repeat;
	}
	
	.rm01-con {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.rm01-img {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
	
	.rm01-img img {
		display: block;
		position: relative;
		width: 100%;
		height: 220px;
		border-radius: 5px;
		object-fit: cover;
	}
	
	.rm01-text {
		position: relative;
		width: 280px;
		height: auto;
		margin: 10px auto 50px auto;
	}
	
	.rm01-cat {
		position: relative;
		padding-left: 15px;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 10px;
		color: #fff;
	}
	
	.rm01-cat::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 10px;
		height: 14px;
		background-image: url(/wp-content/uploads/2022/09/toppage_9.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rm01-tag {
		display: table;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 10px;
		margin: 0 0 4px 0;
		color: #fff;
	}
	
	.rm01-text h1 {
		margin: 10px 0 15px 0;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 18px;
		color: #fff;
	}
	
	.rm01-kara {
		position: relative;
		width: 310px;
		height: auto;
		margin: 0 auto;
		padding: 40px 20px 15px 20px;
		box-sizing: border-box;
		background: #F8F8F8;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
		border-radius: 5px;
	}
	
	.rm01-kara font {
		z-index: 0;
		position: absolute;
		top: 15px;
		left: 21px;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 11px;
		color: #fff;
	}
	
	.rm01-kara font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 90px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/rm01-back.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rm02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 30px 0;
	}
	
	.rm02-text {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 10px auto;
	}
	
	.rm02-text h3 {
		position: relative;
		margin-bottom: 15px;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 20px;
		text-align: center;
	}
	
	.rm02-text h3 font {
		position: relative;
		background: linear-gradient(transparent 70%, #F7E7EF 0%);
		display: inline;
		/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
		padding: 0 2px 4px;
	}
	
	.rm02-text p {
		text-align: left;
	}
	
	.rm02-img {
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto;
	}
	
	.rm02-img img {
		display: block;
		position: relative;
		width: 150px;
		height: 110px;
		margin: 0 10px 15px 10px;
		object-fit: cover;
		border-radius: 5px;
		float: left;
	}
	
	.rm02-img img:nth-child(3) {
		margin: 0 95px;
	}
	
	#rm03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 30px 0;
		background-image: url(/wp-content/uploads/2022/08/rm03-back-sp.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rm03::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/rm-nami-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rm03 h2 {
		margin-bottom: 35px;
	}
	
	.rm03-1 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 15px auto;
		padding: 20px 15px;
		border-radius: 10px;
		background: #fff;
		box-sizing: border-box;
	}
	
	.rm03-1 img {
		display: block;
		position: relative;
		width: 160px;
		height: 100px;
		border-radius: 5px;
		object-fit: cover;
		margin: 0 auto 10px auto;
	}
	
	.rm03-text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.rm03-text h3 {
		z-index: 0;
		position: relative;
		padding: 0 0 8px 25px;
		margin-bottom: 7px;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 11px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.rm03-text h3::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -3px;
		left: 0;
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rm04 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 20px 0;
	}
	
	.rm04-0 {
		position: relative;
		width: 260px;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	.rm04-1 {
		position: relative;
		width: 260px;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	.rm04-1 img {
		display: block;
		position: relative;
		width: 260px;
		height: 170px;
		margin-bottom: 7px;
		object-fit: cover;
		border-radius: 5px;
	}
	
	#tp-news .tp-h2 {
		line-height: 20px;
	}
	
	#rm06 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 0 0;
	}
	
	#rm06 h3 {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		margin: 40px auto 10px auto;
	}
	
	#rm06 table {
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto;
		border-radius: 10px;
		border-spacing: 0;
		border: solid 6px rgba(150,196,104,0.50);
	}
	
	#rm06 table tr th {
		display: block;
		width: 100%;
		padding: 10px 20px 10px 20px;
		font-size: 12px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #575757;
		background: #EFF5E9;
		box-sizing: border-box;
	}
	
	#rm06 table tr td {
		display: block;
		width: 100%;
		padding: 10px 20px 10px 20px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #666;
		background: #fff;
		box-sizing: border-box;
	}
	
	#rm06 table tr td p a {
		color: #666666;
	}
	
	#rm06 table tr td img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 5px auto 10px 0;
		object-fit: cover;
	}
	
	.kadomaru01 {
		border-radius: 5px 5px 0 0;
	}
	
	.kadomaru02 {
		border-radius: 0 0 0 0;
	}
	
	.kadomaru03 {
		border-radius: 0 0 0 0;
	}
	
	.kadomaru04 {
		border-radius: 0 0 5px 5px;
	}
	
	.rm06-1 {
		position: relative;
		width: 340px;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 auto;
	}
	
	.rm06-1 h4 {
		position: relative;
		margin: 20px 0 8px 0;
		padding: 0 0 8px 20px;
		font-size: 12px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 9px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.rm06-1 h4::before {
		content: "";
		position: absolute;
		top: 33%;
		left: 0;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/08/pri-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rm06-1 p a {
		color: #1B3B9F;
		text-decoration: underline;
	}
	
	.rm06-1-1 {
		position: relative;
		width: 340px;
		height: auto;
		margin: 15px auto 0 auto;
		padding: 40px 20px 15px 20px;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
		background: #F8F8F8;
		border-radius: 5px;
		box-sizing: border-box;
	}
	
	.rm06-1-1 font {
		z-index: 0;
		position: absolute;
		top: 17px;
		left: 20px;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 12px;
		color: #fff;
	}
	
	.rm06-1-1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 90px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/rm-back.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rm06-2 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	.rm06-2 h3 {
		margin-bottom: 20px!important;
	}
	
	.rm06-2 p {
		text-align: center;
	}
	
	.rm06-2 iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 15px auto 0 auto;
	}
	
	#rm07 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 40px auto 20px auto;
		padding: 30px 0 20px 0;
		background: #F8F8F8;
		border-radius: 10px;
	}
	
	.rm07-0 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 35px auto 0 auto;
	}
	
	.rm07-img {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 10px auto;
	}
	
	.rm07-img p {
		text-align: left;
	}
	
	.rm07-p {
		position: absolute;
		top: 40px;
		right: 0;
		width: 120px;
	}
	
	.rm07-text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.rm07-text h3 {
		position: relative;
		margin-bottom: 10px;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 20px;
	}
	
	.rm07-img img {
		display: block;
		position: relative;
		width: 160px;
		height: 160px;
		margin-bottom: 10px;
		border-radius: 150px;
		object-fit: cover;
	}
	
	.rm-btn {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 20px 0;
	}
	
	.rm-btn01 {
		display: block;
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	.rm-btn02 {
		position: relative;
		width: 240px;
		margin: 0 auto;
	}
	
	
}

/*募集情報*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*100.一緒に働きませんか？*/
	#key00 h1 font {
		display: block;
		position: relative;
		margin: 60px 0 0 0;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 20px;
		text-shadow: none;
	}
	
	#key00 h1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 200px;
		height: 32px;
		background-image: url(/wp-content/uploads/2022/08/saiyou-back.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rec {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
	}
	
	.rec-btn {
		position: relative;
		width: 1240px;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	.rec-btn a {
		position: relative;
		width: 270px;
		margin: 0 20px;
		float: left;
	}
	
	.rec-h2 {
		position: relative;
		font-size: 30px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 4px;
		line-height: 30px;
		text-align: center;
		color: #575757;
	}
	
	.rec-h2::before {
		content: "";
		position: absolute;
		bottom: -25px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 50px;
		height: 10px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-00 {
		position: relative;
		width: 100%;
		height: auto;
		
	}
	
	.rec-00 .rec-text {
		position: relative;
		width: 100%;
		height: 540px;
		padding: 0 0 0 0;
		margin: 0 auto 80px auto;
		background-color: #fff;
		background-image:radial-gradient(#EFEFEF 10%, transparent 10%);
		background-size: 25px 25px;
	}
	
	.rec-00 .rec-text h2 {
		padding-top: 80px;
		margin: 100px auto 40px auto;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 32px;
		text-align: center;
	}
	
	.rec-00 .rec-text h2 font {
		z-index: 0;
		position: relative;
	}
	
	.rec-00 .rec-text h2 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 14px;
		background: #F7E7EF;
		border-radius: 3px;
	}
	
	.rec-00 .rec-text p {
		text-align: center;
		line-height: 30px;
	}
	
	.rec-00 .rec-img {
		position: absolute;
		top: 80px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 1340px;
		height: auto;
	}
	
	.rec-00 .rec-img img {
		border-radius: 150px;
		box-shadow: 6px 6px #ECC2D8;
	}
	
	.rec-00 .rec-img img:nth-child(1) {
		display: block;
		position: relative;
		width: 250px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	.rec-00 .rec-img img:nth-child(2) {
		display: block;
		position: relative;
		width: 160px;
		height: auto;
		margin: -20px auto 0 200px;
	}
	
	.rec-00 .rec-img img:nth-child(3) {
		display: block;
		position: absolute;
		top: -30px;
		right: 200px;
		width: 140px;
		height: auto;
	}
	
	.rec-00 .rec-img img:nth-child(4) {
		display: block;
		position: absolute;
		top: 70px;
		right: 0;
		width: 220px;
		height: auto;
	}
	
	.rec-00 .rec-img img:nth-child(5) {
		display: block;
		position: absolute;
		bottom: -40px;
		right: 230px;
		width: 180px;
		height: auto;
	}
	
	.rec-00 .rec-mov {
		position: relative;
		width: 700px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.rec-00 .rec-mov h3 {
		margin-bottom: 30px;
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 30px;
		text-align: center;
	}
	
	.rec-00 .rec-mov h3 font {
		position: relative;
	}
	
	.rec-00 .rec-mov h3 font::before {
		content: "";
		position: absolute;
		bottom: 2px;
		left: -50px;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/08/yoka03-icon01.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-00 .rec-mov h3 font::after {
		content: "";
		position: absolute;
		bottom: 2px;
		right: -40px;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/08/yoka03-icon02.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-00 .rec-mov h4 {
		margin-bottom: 14px;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 20px;
		text-align: center;
	}
	
	.rec-00 .rec-mov h4 font {
		position: relative;
		font-size: 26px;
	}
	
	.rec-00 .rec-mov h4 font::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -40px;
		transform: translate(0, -50%);
		width: 30px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/08/youtube.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-00 .rec-mov iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 450px;
		margin: 0 auto;
	}
	
	#rec-01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.rec-01-1 {
		position: relative;
		width: 100%;
		height: 400px;
		background-image: url(/wp-content/uploads/2022/09/saiyoujyouhou_14_pc.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-01-1::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: -4px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 40px;
		background-image: url(/wp-content/uploads/2022/08/rec-uenami-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-01-1::after {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: -4px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 40px;
		background-image: url(/wp-content/uploads/2022/08/rec-shitanami-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-01-1 h2 {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 30px;
		text-align: center;
	}
	
	.rec-01-2 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	.rec-01-con01 {
		position: relative;
		left: 50px;
		width: 100%;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	.rec-01-con02 {
		position: relative;
		right: 50px;
		width: 100%;
		height: auto;
		margin: 0 auto 90px auto;
	}
	
	.rec-01-con01 img {
		display: block;
		position: relative;
		width: 500px;
		height: auto;
		margin: 0 auto 0 0;
		border-radius: 10px;
	}
	
	.rec-01-con02 img {
		display: block;
		position: relative;
		width: 500px;
		height: auto;
		margin: 0 0 0 auto;
		border-radius: 10px;
	}
	
	.rec-01-con01 .rec-text {
		position: absolute;
		top: 60px;
		right: 0;
		width: 500px;
		height: auto;
		padding: 50px 70px 70px 70px;
		background: rgba(247,231,239,0.52);
		border-radius: 10px;
	}
	
	.rec-01-con02 .rec-text {
		position: absolute;
		top: 60px;
		left: 0;
		width: 500px;
		height: auto;
		padding: 50px 70px 40px 70px;
		background: rgba(247,231,239,0.52);
		border-radius: 10px;
	}
	
	.rec-01-2 .rec-text h3 {
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 28px;
	}
	
	.rec-01-2 .rec-text p {
		line-height: 30px;
	}
	
	.rec-01-2 .rec-text font {
		z-index: 0;
		position: absolute;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
	}
	
	.rec-01-2 .rec-text font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 140px;
		height: 110px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_6.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-01-2 .rec-text font span {
		font-size: 40px;
	}
	
	.rec-01-con01 .rec-text font {
		top: -20px;
		right: 60px;
	}
	
	.rec-01-con02 .rec-text font {
		top: -20px;
		left: 60px;
	}
	
	.rec-mes {
		position: relative;
		width: 100%;
		height: auto;
		margin: 100px auto 0 auto;
		padding: 100px 0 80px 0;
		background-image: url(/wp-content/uploads/2022/08/rec-mes-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-mes .rec-con {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 70px auto 0 auto;
	}
	
	.rec-mes .rec-con h3 {
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 46px;
		text-align: center;
	}
	
	.rec-mes .rec-con p {
		width: 570px;
		margin: 80px 0 0 auto;
		line-height: 30px;
	}
	
	.rec-mes .rec-con p font {
		display: block;
		position: relative;
		margin-top: 20px;
		font-size: 22px;
		text-align: right;
	}
	
	.rec-mes .rec-con img {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 370px;
		height: auto;
	}
	
	#rec-02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 30px 0;
	}
	
	.rec-02-p {
		margin: 70px auto 90px auto;
		text-align: center;
		line-height: 30px;
	}
	
	.rec-stf {
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-stf .stf05-img {
		z-index: 1;
		width: 340px;
		height: 300px;
		padding: 0 0 0 0;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.rec-stf .stf05-img::after {
		z-index: -1;
		position: relative;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-transition: -moz-transform 0.4s linear;
		-webkit-transition: -webkit-transform 0.4s linear;
		-o-transition: -o-transform 0.4s linear;
		-ms-transition: -ms-transform 0.4s linear;
		transition: transform 0.4s linear;
	}
	
	.rec-stf .stf05-img:hover::after {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.rec-stf .stf05-text {
		position: absolute;
		top: 245px;
		left: 0;
		width: 100%;
		height: auto;
	}
	
	.rec-stf .stf05-text p {
		position: relative;
		left: -10px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 36px;
		color: #fff;
	}
	
	.rec-stf .stf05-text p font {
		position: relative;
		padding: 4px 10px;
		background: #96C468;
		border-radius: 4px;
	}
	
	.rec-stf .stf05-text h3 {
		position: relative;
		margin: 8px 0 0 30px;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 18px;
		text-align: left;
		color: #666;
	}
	
	.rec-stf .stf05-text h3 span {
		position: relative;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 14px;
		color: #D374A6;
	}
	
	.rec-stf .stf05-text h3 span img {
		position: absolute;
		top: 0;
		left: -26px;
		width: 24px;
		height: auto;
	}
	
	.rec-stf .stf05-text h3 font {
		display: block;
		position: relative;
		margin: 5px 0 5px 0;
		font-size: 12px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 1px;
		color: #666666;
	}
	
	/*位置・背景設定*/
	.rec-stf .stf05-a {
		display: block;
		position: relative;
		width: 340px;
		height: 300px;
		margin: 0 30px 140px 30px;
		float: left;
	}
	
	.rec-stf .stf05-a:nth-child(4) {
		margin: 0 30px 140px 230px;
	}
	
	.rec-stf .stf05-a:nth-child(5) {
		margin: 0 230px 140px 30px;
	}
	
	.rec-stf .stf05-a01 div.stf05-img::after {
		background-image: url("/wp-content/themes/yokatoko/images/saiyoujyouhou_21_pc_20250213.jpg");
	}
	
	.rec-stf .stf05-a02 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2023/10/saiyoujyouhou_23_pc-2.jpg");
	}
	
	.rec-stf .stf05-a03 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2022/09/saiyoujyouhou_24_pc.jpg");
	}
	
	.rec-stf .stf05-a04 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2023/10/saiyoujyouhou_25_pc.jpg");
	}
	
	.rec-stf .stf05-a05 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2022/09/saiyoujyouhou_26_pc.jpg");
	}
	
	#rec-03 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 100px 0 80px 0;
		background-image: url(/wp-content/uploads/2022/08/rec-03-back-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-03-p {
		margin: 70px auto 90px auto;
		text-align: center;
		line-height: 30px;
	}
	
	.rec-03-0 {
		position: relative;
		width: 1230px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-03-1 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 30px 40px 30px;
		float: left;
	}
	
	.rec-03-1 img {
		display: block;
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	
	.rec-03-1 .rec-text {
		z-index: 0;
		position: relative;
		width: 350px;
		height: 220px;
		margin: -30px -30px 0 auto;
		padding: 50px 30px 0px 30px;
		box-sizing: border-box;
		border-radius: 10px;
		background: #fff;
		box-shadow: 2px 3px 10px rgba(102,102,102,0.16);
	}
	
	.rec-03-1 .rec-text h3 {
		position: relative;
		padding: 0 0 12px 0;
		margin-bottom: 8px;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 28px;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 10px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	/*募集情報*/
	#rec-04 {
		position: relative;
		width: 1100px;
		height: auto;
		padding: 100px 0 80px 0;
		margin: 0 auto;
	}
	
	#rec-04 h3 {
		margin: 80px 0 30px 0;
		font-size: 26px;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: center;
	}
	
	#rec-04 .rec-con {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 0 0;
	}
	
	/*求人情報検索ページ設定*/
	#ser-box {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
	
	#ser-box table {
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 20px;
		border-spacing: 0;
		border: solid 10px #96C468;
	}
	
	#ser-box table tr th {
		width: 20%;
		padding: 30px 0;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		line-height: 28px;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		background: #96C468;
		border-bottom: solid 1px #fff;
	}
	
	.btm-border {
		border-bottom: none!important;
	}
	
	#ser-box table tr th font {
		display: block;
		font-size: 12px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}
	
	#ser-box table tr td {
		width: 90%;
		padding: 40px 0 20px 40px;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		color: #666666;
		border-bottom: solid 1px #E8E8E8;
	}
	
	#ser-box table tr td p:nth-of-type(2) {
		margin-top: 20px;
	}
	
	#ser-box table tr td p:nth-of-type(3) {
		margin-top: 20px;
	}
	
	#ser-box table tr td label {
		width: 33%;
		height: auto;
		margin: 0 0 20px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #666666;
		float: left;
	}
	
	#ser-box table tr td label input {
		position: relative;
		left: -5px;
	}
	
	/*検索ボタン*/
	.ser-btn input[type="submit"] {
		display: block;
		z-index: 1;
		position: relative;
		width: 400px;
		height: auto;
		padding: 10px 20px 20px 10px;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 10px;
		border: none;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.ser-btn {
		display: block;
		z-index: 1;
		position: relative;
		width: 400px;
		margin: 40px auto 0 auto;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 10px;
		border: none;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	
	.ser-btn::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: -8px;
		left: -8px;
		width: 99%;
		height: 97.5%;
		border: solid 2px #D374A6;
		border-radius: 10px;
		pointer-events: none;
		transition: 0.4s;
	}
	
	.ser-btn::after {
		content: "";
		z-index: 1;
		position: absolute;
		top: 41%;
		right: 28px;
		transform: translate(0, -50%);
		width: 12px;
		height: 13px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		transition: 0.4s;
	}
	
	.ser-btn:hover::before {
		top: 0;
		left: 0;
	}
	
	.ser-btn:hover::after {
		top: 52%;
	}
	
	.ser-btn:hover {
		padding: 5px 0 0 0;
	}
	
	.search-button01 {
		display: none;
	}
	
	.search-button02 {
		display: block;
		position: relative;
		width: 300px;
		height: 40px;
		margin: 40px auto 80px auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		background: linear-gradient(to right, #1D8742, #89C45B);
		border: solid 2px #458549;
	}
	
	.search-p02 {
		position: relative;
	}
	
	.search-p02 font {
		position: absolute;
		top: 0;
		left: 110px;
	}
	
	/*ループ*/
	.bosyu-loop {
		display: block;
		position: relative;
		width: 300px;
		height: 220px;
		margin: 0 700px 40px 0;
		transition: 0.4s;
	}
	
	.bosyu-loop-img {
		z-index: 1;
		width: 300px;
		height: 220px;
		border-radius: 10px 0 0 10px;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
		overflow: hidden;
	}
	
	.bosyu-loop-img img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition: transform 0.4s linear;
	}
	
	.bosyu-loop:hover .bosyu-loop-img img {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.bosyu-loop-text {
		position: absolute;
		top: 0;
		left: 300px;
		width: 700px;
		height: 220px;
		padding: 40px 30px 40px 30px;
		background: #F8F8F8;
		box-sizing: border-box;
		border-radius: 0 10px 10px 0;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
	}
	
	.bosyu-loop-text h4 {
		position: relative;
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		font-size: 20px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 20px;
		color: #666666;
		background-image : linear-gradient(to right, #ECC2D8, #ECC2D8 6px, transparent 6px, transparent 6px);
		background-size: 16px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.bosyu-loop-cat {
		display: inline-block;
		position: relative;
		margin: 0 10px 10px 0;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #96C468;
		border-radius: 5px;
    font-family: 'Zen Maru Gothic', sans-serif;
	}
	
	.bosyu-loop-tag {
		display: inline-block;
		position: relative;
		margin-right: 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #666;
	}
	
	#rec-result {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 0 0;
		margin: 0 auto;
	}
	
	.result-h4 {
		z-index: 1;
		position: relative;
		margin: 30px 0 15px 0;
		padding: 0 0 0 34px;
		font-size: 26px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 26px;
	}
	
	.result-h4::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 23px;
		height: 23px;
		background-image: url(/wp-content/uploads/2022/08/com03-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	
	/*102.募集情報個別*/
	#rec01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 0 0;
		background-image: url(/wp-content/uploads/2022/08/rec01-back-pc.png);
		background-size: 100% 80%;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.rec01-con {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec01-con h1 {
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 40px;
		text-align: left;
	}
	
	.rec01-text {
		position: relative;
		width: 680px;
		height: 300px;
		margin: 40px 0 0 auto;
	}
	
	.rec01-cat {
		display: inline-block;
		position: relative;
		margin: 0 10px 0 0;
		padding: 8px 10px;
		font-size: 13px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 13px;
		color: #fff;
		background: #96C468;
		border-radius: 10px;
	}
	
	.rec01-img {
		position: absolute;
		top: 0;
		left: -450px;
		width: 400px;
		height: auto;
	}
	
	.rec01-img img {
		display: block;
		position: relative;
		width: 400px;
		height: 300px;
		border-radius: 10px;
		object-fit: cover;
	}
	
	.rec01-text table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px 0 50px 0;
		border-collapse: collapse;
	}
	
	.rec01-text table tr th {
		width: 80px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #535353;
		vertical-align: top;
	}
	
	.rec01-text table tr td {
		width: 600px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #535353;
	}
	
	.rec01-tag {
		display: inline-block;
		position: relative;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 14px;
		margin: 0 12px 7px 0;
	}
	
	.rec01-1 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	.rec01-1 h3 {
		position: relative;
		padding: 0 0 15px 35px;
		margin-bottom: 12px;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 20px;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 16px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.rec01-1 h3::before {
		content: "";
		position: absolute;
		top: 33%;
		left: 0;
		transform: translate(0, -50%);
		width: 23px;
		height: 23px;
		background-image: url(/wp-content/uploads/2022/08/pri-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rec02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 60px 0;
	}
	
	#rec02 table {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 50px auto 0 auto;
		border-collapse: collapse;
	}
	
	#rec02 table tr {
		border-top: solid 2px #96C468;
		border-bottom: solid 2px #96C468;
	}
	
	#rec02 table tr th {
		width: 260px;
		padding: 20px 0 20px 0;
		font-size: 18px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #666666;
		background: #EFF5E9;
		vertical-align: top;
	}
	
	#rec02 table tr td {
		width: 740px;
		padding: 20px 50px 20px 50px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #535353;
		background: #fff;
		box-sizing: border-box;
	}
	
	#rec03 {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 60px;
		padding: 100px 0 40px 0;
		background-image: url(/wp-content/uploads/2022/08/rec03-back-pc.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	#key00 h1 font {
		display: block;
		position: relative;
		margin: 15px 0 0 0;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-shadow: none;
	}
	
	#key00 h1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 100px;
		height: 18px;
		background-image: url(/wp-content/uploads/2022/08/saiyou-back.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rec {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
	}
	
	.rec-btn {
		position: relative;
		width: 360px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.rec-btn a {
		position: relative;
		width: 160px;
		margin: 0 10px 15px 10px;
		float: left;
	}
	
	.rec-h2 {
		position: relative;
		font-size: 16px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
		color: #575757;
	}
	
	.rec-h2::before {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 6px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-00 {
		position: relative;
		width: 100%;
		height: auto;	
	}
	
	.rec-00 .rec-text {
		position: relative;
		width: 100%;
		height: 450px;
		padding: 0 0 0 0;
		margin: 0 auto 40px auto;
		background-color: #fff;
		background-image:radial-gradient(#EFEFEF 15%, transparent 15%);
		background-size: 10px 10px;
	}
	
	.rec-00 .rec-text h2 {
		padding-top: 170px;
		margin: 0 auto 20px auto;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
	}
	
	.rec-00 .rec-text h2 font {
		z-index: 0;
		position: relative;
	}
	
	.rec-00 .rec-text h2 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 8px;
		background: #F7E7EF;
		border-radius: 2px;
	}
	
	.rec-00 .rec-text p {
		width: 300px;
		margin: 0 auto;
		text-align: left;
		line-height: 20px;
	}
	
	.rec-00 .rec-img {
		position: absolute;
		top: 15px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 300px;
		height: auto;
	}
	
	.rec-00 .rec-img img {
		border-radius: 150px;
		box-shadow: 4px 4px #ECC2D8;
	}
	
	.rec-00 .rec-img img:nth-child(1) {
		display: block;
		position: absolute;
		top: 40px;
		left: -10px;
		width: 85px;
		height: auto;
	}
	
	.rec-00 .rec-img img:nth-child(2) {
		display: block;
		z-index: 1;
		position: absolute;
		top: 50px;
		right: 0;
		width: 80px;
		height: auto;
	}
	
	.rec-00 .rec-img img:nth-child(3) {
		display: none;
	}
	
	.rec-00 .rec-img img:nth-child(4) {
		display: block;
		z-index: 0;
		position: relative;
		width: 110px;
		height: auto;
		margin: 0 60px 0 auto;
	}
	
	.rec-00 .rec-img img:nth-child(5) {
		display: none;
	}
	
	.rec-00 .rec-mov {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.rec-00 .rec-mov h3 {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
	}
	
	.rec-00 .rec-mov h3 font {
		position: relative;
	}
	
	.rec-00 .rec-mov h3 font::before {
		content: "";
		position: absolute;
		bottom: 2px;
		left: -25px;
		width: 15px;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/08/yoka03-icon01.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-00 .rec-mov h3 font::after {
		content: "";
		position: absolute;
		bottom: 2px;
		right: -20px;
		width: 15px;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/08/yoka03-icon02.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-00 .rec-mov h4 {
		margin-bottom: 8px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 11px;
		text-align: center;
	}
	
	.rec-00 .rec-mov h4 font {
		position: relative;
		font-size: 14px;
	}
	
	.rec-00 .rec-mov h4 font::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -28px;
		transform: translate(0, -50%);
		width: 17px;
		height: 17px;
		background-image: url(/wp-content/uploads/2022/08/youtube.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-00 .rec-mov iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 0 auto;
	}
	
	#rec-01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.rec-01-1 {
		position: relative;
		width: 100%;
		height: 140px;
		background-image: url(/wp-content/uploads/2022/09/saiyoujyouhou_14_smp.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-01-1::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/08/rec-uenami-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-01-1::after {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/08/rec-shitanami-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-01-1 h2 {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 3px;
		line-height: 16px;
		text-align: center;
	}
	
	.rec-01-2 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	.rec-01-con01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.rec-01-con02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.rec-01-con01 img {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
		border-radius: 5px 5px 0 0;
	}
	
	.rec-01-con02 img {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
		border-radius: 5px 5px 0 0;
	}
	
	.rec-01-con01 .rec-text {
		position: relative;
		width: 300px;
		height: auto;
		padding: 20px 25px 20px 25px;
		background: rgba(247,231,239,0.52);
		border-radius: 0 0 5px 5px;
		box-sizing: border-box;
	}
	
	.rec-01-con02 .rec-text {
		position: relative;
		width: 300px;
		height: auto;
		padding: 20px 25px 20px 25px;
		background: rgba(247,231,239,0.52);
		border-radius: 0 0 5px 5px;
		box-sizing: border-box;
	}
	
	.rec-01-2 .rec-text h3 {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
	}
	
	.rec-01-2 .rec-text p {
		line-height: 20px;
	}
	
	.rec-01-2 .rec-text font {
		z-index: 0;
		position: absolute;
		font-size: 9px;
		letter-spacing: 0.5px;
		line-height: 9px;
		color: #fff;
	}
	
	.rec-01-2 .rec-text font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 30%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 80px;
		height: 62px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_6.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-01-2 .rec-text font span {
		font-size: 24px;
	}
	
	.rec-01-con01 .rec-text font {
		top: -14px;
		right: 30px;
	}
	
	.rec-01-con02 .rec-text font {
		top: -14px;
		right: 30px;
	}
	
	.rec-mes {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 60px 0 40px 0;
		background-image: url(/wp-content/uploads/2022/08/rec-mes-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-mes .rec-con {
		position: relative;
		width: 320px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.rec-mes .rec-con h3 {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 22px;
		text-align: center;
	}
	
	.rec-mes .rec-con p {
		width: 100%;
		margin: 15px auto 0 auto;
		line-height: 20px;
	}
	
	.rec-mes .rec-con p font {
		display: block;
		position: relative;
		margin-top: 15px;
		font-size: 12px;
		text-align: right;
	}
	
	.rec-mes .rec-con img {
		display: block;
		position: relative;
		width: 180px;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	#rec-02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 40px 0;
	}
	
	.rec-02-p {
		margin: 40px auto 20px auto;
		text-align: center;
		line-height: 20px;
	}
	
	.rec-stf {
		position: relative;
		width: 360px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-stf .stf05-img {
		z-index: 1;
		width: 160px;
		height: 140px;
		padding: 0 0 0 0;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.rec-stf .stf05-img::after {
		z-index: -1;
		position: relative;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.rec-stf .stf05-text {
		position: absolute;
		top: 108px;
		left: 0;
		width: 100%;
		height: auto;
	}
	
	.rec-stf .stf05-text p {
		position: relative;
		left: 0;
		font-size: 9px;
		font-weight: bold;
		letter-spacing: 0px;
		line-height: 22px;
		color: #fff;
	}
	
	.rec-stf .stf05-text p font {
		position: relative;
		padding: 3px 4px;
		background: #96C468;
		border-radius: 2px;
	}
	
	.rec-stf .stf05-text h3 {
		position: relative;
		margin: 5px 0 0 18px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #666;
	}
	
	.rec-stf .stf05-text h3 span {
		position: relative;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 10px;
		color: #D374A6;
	}
	
	.rec-stf .stf05-text h3 span img {
		position: absolute;
		top: 0;
		left: -20px;
		width: 15px;
		height: auto;
	}
	
	.rec-stf .stf05-text h3 font {
		display: block;
		position: relative;
		margin: 4px 0 4px 0;
		font-size: 9px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 0.5px;
		color: #666666;
	}
	
	/*位置・背景設定*/
	.rec-stf .stf05-a {
		display: block;
		position: relative;
		width: 160px;
		height: 140px;
		margin: 0 10px 80px 10px;
		float: left;
	}
	
	.rec-stf .stf05-a01 div.stf05-img::after {
		background-image: url("/wp-content/themes/yokatoko/images/saiyoujyouhou_21_smp_20250213.jpg");
	}
	
	.rec-stf .stf05-a02 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2023/10/saiyoujyouhou_23_smp.jpg");
	}
	
	.rec-stf .stf05-a03 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2022/09/saiyoujyouhou_24_smp.jpg");
	}
	
	.rec-stf .stf05-a04 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2023/10/saiyoujyouhou_25_smp.jpg");
	}
	
	.rec-stf .stf05-a05 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2022/09/saiyoujyouhou_26_smp.jpg");
	}
	
	#rec-03 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 60px 0 40px 0;
		background-image: url(/wp-content/uploads/2022/08/rec-03-back-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.rec-03-p {
		width: 300px;
		margin: 35px auto 20px auto;
		text-align: left;
		line-height: 20px;
	}
	
	.rec-03-0 {
		position: relative;
		width: 290px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec-03-1 {
		position: relative;
		width: 290px;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	.rec-03-1 img {
		display: block;
		z-index: 1;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto;
		border-radius: 5px;
	}
	
	.rec-03-1 .rec-text {
		z-index: 0;
		position: relative;
		width: 290px;
		height: auto;
		margin: -25px auto 0 auto;
		padding: 40px 15px 20px 15px;
		box-sizing: border-box;
		border-radius: 5px;
		background: #fff;
		box-shadow: 2px 3px 10px rgba(102,102,102,0.16);
	}
	
	.rec-03-1 .rec-text h3 {
		position: relative;
		padding: 0 0 7px 0;
		margin-bottom: 7px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 14px;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 8px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	/*募集情報*/
	#rec-04 {
		position: relative;
		width: 340px;
		height: auto;
		padding: 50px 0 0 0;
		margin: 0 auto;
	}
	
	#rec-04 h3 {
		margin: 40px 0 20px 0;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
	}
	
	#rec-04 .rec-con {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 0 0 0;
	}
	
	/*求人情報検索ページ設定*/
	#ser-box {
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
	
	#ser-box table {
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 10px;
		border-spacing: 0;
		border: solid 6px #96C468;
	}
	
	#ser-box table tr th {
		display: block;
		width: 100%;
		padding: 12px 0 12px 20px;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		line-height: 12px;
		letter-spacing: 1px;
		text-align: left;
		color: #fff;
		background: #96C468;
		box-sizing: border-box;
	}
	
	#ser-box table tr th font {
		margin-left: 8px;
		font-size: 9px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}
	
	#ser-box table tr td {
		display: block;
		width: 100%;
		padding: 12px 0 12px 15px;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		color: #666666;
	}
	
	#ser-box table tr td p:nth-of-type(2) {
		margin-top: 20px;
	}
	
	#ser-box table tr td p:nth-of-type(3) {
		margin-top: 20px;
	}
	
	#ser-box table tr td label {
		width: 48%;
		height: auto;
		margin: 0 0 10px 0;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 11px;
		text-align: left;
		color: #666666;
		float: left;
	}
	
	#ser-box table tr td label input {
		position: relative;
		top: 2px;
		left: -2px;
	}
	
	/*検索ボタン*/
	.ser-btn input[type="submit"] {
		display: block;
		z-index: 1;
		position: relative;
		width: 240px;
		height: auto;
		padding: 5px 10px 12px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 5px;
		box-sizing: border-box;
		border: none;
		-webkit-appearance: none;
	}
	
	.ser-btn {
		display: block;
		z-index: 1;
		position: relative;
		width: 240px;
		margin: 20px auto 15px auto;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 5px;
		border: none;
		box-sizing: border-box;
		-webkit-appearance: none;
	}
	
	
	.ser-btn::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: -4px;
		left: -4px;
		width: 99%;
		height: 98%;
		border: solid 1px #D374A6;
		border-radius: 5px;
		pointer-events: none;
	}
	
	.ser-btn::after {
		content: "";
		z-index: 1;
		position: absolute;
		top: 41%;
		right: 12px;
		transform: translate(0, -50%);
		width: 7px;
		height: 8px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.search-button01 {
		display: none;
	}
	
	.search-p02 {
		position: relative;
	}
	
	.search-p02 font {
		position: absolute;
		top: 0;
		left: 80px;
	}
	
	/*ループ*/
	.bosyu-loop {
		display: block;
		position: relative;
		width: 260px;
		height: 150px;
		margin: 0 auto 230px auto;
	}
	
	.bosyu-loop-img {
		z-index: 1;
		width: 260px;
		height: 150px;
		border-radius: 5px 5px 0 0;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
		overflow: hidden;
	}
	
	.bosyu-loop-img img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.bosyu-loop-text {
		position: absolute;
		top: 150px;
		left: 0;
		width: 100%;
		height: 200px;
		padding: 20px 30px 20px 30px;
		background: #F8F8F8;
		box-sizing: border-box;
		border-radius: 0 0 5px 5px;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
	}
	
	.bosyu-loop-text h4 {
		position: relative;
		padding: 0 0 6px 0;
		margin-bottom: 7px;
		font-size: 12px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		color: #666666;
		background-image : linear-gradient(to right, #ECC2D8, #ECC2D8 6px, transparent 6px, transparent 6px);
		background-size: 10px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.bosyu-loop-cat {
		display: inline-block;
		position: relative;
		margin: 0 6px 0 0;
		padding: 3px 6px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 11px;
		color: #fff;
		background: #96C468;
		border-radius: 4px;
    font-family: 'Zen Maru Gothic', sans-serif;
	}
	
	.bosyu-loop-tag {
		display: block;
		position: relative;
		margin: 8px 6px 0 0;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 10px;
		color: #666;
		float: left;
	}
	
	#rec-result {
		position: relative;
		width: 260px;
		height: auto;
		padding: 30px 0 0 0;
		margin: 0 auto;
	}
	
	.result-h4 {
		z-index: 1;
		position: relative;
		margin: 20px 0 10px 0;
		padding: 0 0 0 25px;
		font-size: 14px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 14px;
	}
	
	.result-h4::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 18px;
		height: 18px;
		background-image: url(/wp-content/uploads/2022/08/com03-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	
	/*102.募集情報個別*/
	#rec01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 0 0 0;
		background-image: url(/wp-content/uploads/2022/08/rec01-back-sp.png);
		background-size: 100% 50%;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.rec01-con {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.rec01-con h1 {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: left;
	}
	
	.rec01-text {
		position: relative;
		width: 320px;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	.rec01-cat {
		display: inline-block;
		position: relative;
		margin: 0 6px 0 0;
		padding: 3px 5px;
		font-size: 10px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 0.5px;
		line-height: 10px;
		color: #fff;
		background: #96C468;
		border-radius: 5px;
	}
	
	.rec01-img {
		position: relative;
		width: 280px;
		height: auto;
		margin: 15px auto 20px auto;
	}
	
	.rec01-img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 5px;
		object-fit: cover;
	}
	
	.rec01-text table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 25px 0;
		border-collapse: collapse;
	}
	
	.rec01-text table tr th {
		display: block;
		width: 100%;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 11px;
		text-align: left;
		color: #535353;
	}
	
	.rec01-text table tr td {
		display: block;
		width: 100%;
		padding-top: 7px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #535353;
	}
	
	.rec01-tag {
		display: inline-block;
		position: relative;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 16px;
		margin: 0 8px 0 0;
	}
	
	.rec01-1 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	.rec01-1 h3 {
		position: relative;
		padding: 0 0 7px 15px;
		margin-bottom: 8px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 8px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.rec01-1 h3::before {
		content: "";
		position: absolute;
		top: 33%;
		left: 0;
		transform: translate(0, -50%);
		width: 10px;
		height: 10px;
		background-image: url(/wp-content/uploads/2022/08/pri-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rec02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 30px 0;
	}
	
	#rec02 table {
		position: relative;
		width: 320px;
		height: auto;
		margin: 40px auto 0 auto;
		border-collapse: collapse;
	}
	
	#rec02 table tr {
		border-top: solid 1px #96C468;
		border-bottom: solid 1px #96C468;
	}
	
	#rec02 table tr th {
		display: block;
		width: 100%;
		padding: 12px 0 12px 15px;
		font-size: 12px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #666666;
		background: #EFF5E9;
		box-sizing: border-box;
	}
	
	#rec02 table tr td {
		display: block;
		width: 100%;
		padding: 8px 15px 8px 15px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #535353;
		background: #fff;
		box-sizing: border-box;
	}
	
	#rec03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 20px 0;
		background-image: url(/wp-content/uploads/2022/08/rec03-back-sp.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

/*404エラー*/
/*PC*/
@media only screen and (min-width: 769px) {
	#er {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
		padding: 80px 0;
	}
	
	#er h1 {
		position: relative;
		margin: 40px 0 50px 0;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 32px;
		text-align: center;
	}
	
	.er-p01 {
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 24px;
		text-align: center;
	}
	
	.er-p02 {
		text-align: center;
		line-height: 30px;
	}
	
	.er-p02 a {
		color: #1B3B9F;
	}
	
	.er-p02 a:hover {
		text-decoration: underline;
	}
	
	.er-indent {
		text-align: center;
		line-height: 30px;
	}
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	#er {
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto;
		padding: 80px 0 40px 0;
	}
	
	#er h1 {
		position: relative;
		margin: 18px 0 30px 0;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 18px;
		text-align: center;
	}
	
	.er-p01 {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 3px;
		line-height: 14px;
		text-align: center;
	}
	
	.er-p02 {
		text-align: center;
		line-height: 20px;
	}
	
	.er-p02 a {
		color: #2F4AD3;
		text-decoration: underline;
	}
	
	.er-indent {
		line-height: 20px;
		text-align: center;
	}
}

/*cf7*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*コンタクトフォーム７*/
	.cf7 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.cf7 table {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 60px auto 0 auto;
		box-sizing: border-box;
		border-collapse: collapse;
	}
	
	.cf7 table tr th {
		position: relative;
		width: 300px;
		padding: 20px 0 10px 0;
		font-size: 20px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #666666;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	.cf7 table tr td {
		position: relative;
		width: 700px;
		padding: 15px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.cf7 table tr td font {
		display: block;
		position: relative;
		margin-bottom: 5px;
	}
	
	.cf7 table tr td font.cf7-font {
		margin-bottom: 10px!important;
	}
	
	#wpcf7cpcnf {
		z-index: 99!important;
	}
	
	#wpcf7cpcnf table {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 60px auto 0 auto;
		box-sizing: border-box;
		border-collapse: collapse;
	}
	
	#wpcf7cpcnf table tr th {
		position: relative;
		width: 300px;
		padding: 20px 0 10px 0;
		font-size: 20px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #666666;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	#wpcf7cpcnf table tr th p {
		font-size: 20px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	#wpcf7cpcnf table tr td {
		position: relative;
		width: 700px;
		padding: 15px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		box-sizing: border-box;
	}
	
	#wpcf7cpcnf table tr td font {
		display: block;
		position: relative;
		margin-bottom: 10px;
	}
	
	#wpcf7cpcnf button {
		display: block;
		z-index: 1;
		position: relative;
		width: 400px;
		height: auto;
		margin: 0 auto 25px auto;
		padding: 10px 20px 20px 10px;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 10px;
		border: none;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	#wpcf7cpcnf button:hover {
		
	}
	
	.con03 #wpcf7cpcnf table tr:nth-child(9) {
		display: none!important;
	}
	
	.con03 #wpcf7cpcnf button {
		background: #fff!important;
	}
	
	#rec03 #wpcf7cpcnf table tr:nth-child(8) {
		display: none!important;
	}
	
	.must {
		position: relative;
		left: 15px;
		padding: 3px 6px;
		font-size: 14px;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #D374A6;
		border-radius: 5px;
	}
	
	.must01 {
		position: relative;
		top: -2px;
		left: 15px;
		padding: 3px 6px;
		font-size: 14px;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #96C468;
		border-radius: 5px;
	}
	
	.must-ce {
		top: -14px!important;
	}
	
	.cf-box00-1 {
		position: relative;
		width: 20%;
		height: 50px;
		padding: 15px 15px;
		margin-right: 20px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	.cf-box00-2 {
		position: relative;
		width: 12%;
		height: 50px;
		padding: 15px 15px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	
	
	.cf-box01 {
		position: relative;
		width: 100%;
		height: 50px;
		padding: 15px 15px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	.cf-box02 {
		position: relative;
		width: 25%;
		height: 50px;
		padding: 15px 15px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	.cf-box03 {
		position: relative;
		width: 30%;
		height: 50px;
		padding: 15px 15px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	.cf-box04 {
		position: relative;
		width: 100%;
		height: 180px;
		padding: 10px 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	.cf-sel {
		position: relative;
		width: 100px;
		height: 50px;
		padding: 0 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		background: #F0F6FA;
		border: none;
	}
	
	.cf-radio {
		position: relative;
		margin-right: 50px;
	}
	
	.cf-radio .wpcf7-list-item {
		width: 30%;
	}
	
	span.your-prefecture .cf-box01 {
		margin: 12px 0;
	}
	
	span.your-address02 .cf-box01 {
		margin: 12px 0;
	}
	
	span.wpcf7-list-item {
		width: 30%;
		margin: 0 0 15px 0!important;
	}
	
	span.post_title textarea {
		position: relative;
		width: 100%;
		height: 50px;
		padding: 15px 10px;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #535353;
		background: rgba(255,255,255,0.00);
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	textarea[name="post_title"] {
		position: relative;
		width: 100%;
		height: 50px;
		padding: 15px 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #535353;
		background: rgba(255,255,255,0.00);
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	.wpcf7-checkbox {
		display: block;
		margin-bottom: 10px;
	}
	
	input[your-prefecture] {
		margin: 10px 0;
	}
	
	#addr {
		margin: 15px 0;
	}
	
	.wpcf7-acceptance .wpcf7-list-item {
		display: block!important;
		position: relative;
		margin: 20px auto 0 auto!important;
		text-align: center;
	}
	
	.wpcf7-acceptance .wpcf7-list-item a {
		color: #1B3B9F;
	}
	
	.wpcf7-acceptance .wpcf7-list-item a:hover {
		text-decoration: underline;
	}
	
	::placeholder {
		color: #B9B9B9;
	}
	
	/*送信ボタン*/
	.submit input[type="submit"] {
		display: block;
		z-index: 1;
		position: relative;
		width: 400px;
		height: auto;
		padding: 10px 20px 20px 10px;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 10px;
		border: none;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.con03 .submit input[type="submit"] {
		background: #fff!important;
	}
	
	.submit input[type="button"] {
		display: block;
		z-index: 1;
		position: relative;
		width: 400px;
		height: auto;
		padding: 10px 20px 20px 10px;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 10px;
		border: none;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.con03 .submit input[type="button"] {
		background: #fff!important;
	}
	
	.submit {
		display: block;
		z-index: 1;
		position: relative;
		width: 400px;
		margin: 40px auto 0 auto;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 10px;
		border: none;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	
	.submit::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: -8px;
		left: -8px;
		width: 99%;
		height: 97.5%;
		border: solid 2px #D374A6;
		border-radius: 10px;
		pointer-events: none;
		transition: 0.4s;
	}
	
	.submit::after {
		content: "";
		z-index: 1;
		position: absolute;
		top: 41%;
		right: 28px;
		transform: translate(0, -50%);
		width: 12px;
		height: 13px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		transition: 0.4s;
	}
	
	.submit:hover::before {
		top: 0;
		left: 0;
	}
	
	.submit:hover::after {
		top: 52%;
	}
	
	.submit:hover {
		padding: 5px 0 0 0;
	}
	
	/*送信後メッセージ削除*/
div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-mail-sent-ok{
    display:none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0px solid rgba(255,255,255,0.00);
	color: rgba(255,255,255,0.00);
}

/* 確認画面のフィールド背景色や枠線を消す */
input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.00);
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7-select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7.is_confirm select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}
	
	/*送信ボタンの下余白*/
	.wpcf7-spinner {
		display: none!important;
	}
	
	.wpcf7 form.invalid .wpcf7-response-output {
		display: none;
	}
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*エントリーフォーム(募集職種)*/
	.cf7 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.cf7 table {
		position: relative;
		width: 300px;
		height: auto;
		margin: 30px auto 0 auto;
		box-sizing: border-box;
		border-collapse: collapse;
	}
	
	.cf7 table tr th {
		display: block;
		position: relative;
		width: 100%;
		padding: 10px 0 8px 0;
		font-size: 12px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #666666;
	}
	
	.cf7 table tr td {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 0 10px 0;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 11px;
		text-align: left;
	}
	
	.cf7 table tr td font.cf7-font {
		display: block;
		position: relative;
		margin-bottom: 6px;
	}
	
	.cf7 table tr td font {
		display: inline-block;
		position: relative;
		margin-top: 10px;
	}
	
	#wpcf7cpcnf {
		z-index: 99!important;
	}
	
	#wpcf7cpcnf table {
		position: relative;
		width: 300px;
		height: auto;
		margin: 30px auto 0 auto;
		box-sizing: border-box;
		border-collapse: collapse;
	}
	
	#wpcf7cpcnf table tr th {
		display: block;
		position: relative;
		width: 100%;
		padding: 10px 0 8px 0;
		font-size: 12px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #666666;
	}
	
	#wpcf7cpcnf table tr th p {
		font-size: 12px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
	}
	
	#wpcf7cpcnf table tr td {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 0 10px 0;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 11px;
		text-align: left;
	}
	
	#wpcf7cpcnf table tr td font.cf7-font {
		display: block;
		position: relative;
		margin-bottom: 6px;
	}
	
	#wpcf7cpcnf table tr td font {
		display: inline-block;
		position: relative;
		margin-top: 10px;
	}
	
	#wpcf7cpcnf button {
		display: block;
		z-index: 1;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto 15px auto;
		padding: 5px 10px 12px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 5px;
		box-sizing: border-box;
		border: none;
	}
	
	.con03 #wpcf7cpcnf table tr:nth-child(9) {
		display: none!important;
	}
	
	.con03 #wpcf7cpcnf button {
		background: #fff!important;
	}
	
	#rec03 #wpcf7cpcnf table tr:nth-child(8) {
		display: none!important;
	}
	
	.must {
		position: relative;
		left: 10px;
		padding: 2px 3px;
		font-size: 11px;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 0.5px;
		line-height: 11px;
		color: #fff;
		background: #D374A6;
		border-radius: 5px;
	}
	
	.must01 {
		position: relative;
		left: 10px;
		padding: 2px 3px;
		font-size: 11px;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 0.5px;
		line-height: 11px;
		color: #fff;
		background: #96C468;
		border-radius: 5px;
	}
	
	.cf-box00-1 {
		position: relative;
		width: 46%;
		height: 30px;
		padding: 0 10px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.cf-box00-2 {
		position: relative;
		width: 24%;
		height: 30px;
		padding: 0 10px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.cf-box01 {
		position: relative;
		width: 100%;
		height: 30px;
		padding: 0 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.cf-box02 {
		position: relative;
		width: 35%;
		height: 30px;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.cf-box03 {
		position: relative;
		width: 100%;
		height: 30px;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.cf-box04 {
		position: relative;
		width: 100%;
		height: 100px;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		background: #fff;
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.cf-sel {
		position: relative;
		width: 100px;
		height: 30px;
		margin-bottom: 7px;
		padding: 0 10px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		background: #F0F6FA;
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.cf-radio {
		position: relative;
		margin-right: 30px;
	}
	
	.cf-radio .wpcf7-list-item {
		width: 43%;
		margin: 0 0 0 5px!important;
		white-space: nowrap!important;
	}
	
	.accept-btn {
		position: relative;
		top: 3px;
		left: -3px;
	}
	
	#addr {
		margin: 7px 0;
	}
	
	span.your-prefecture .cf-box01 {
		margin: 8px 0;
	}
	
	span.your-address02 .cf-box01 {
		margin: 8px 0;
	}
	
	span.wpcf7-list-item {
		width: 45%;
		margin: 10px 0 5px 0!important;
		white-space: nowrap;
	}
	
	span.post_title textarea {
		position: relative;
		width: 100%;
		height: 40px;
		padding: 0 10px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 11px;
		text-align: left;
		color: #535353;
		background: rgba(255,255,255,0.00);
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	textarea[name="post_title"] {
		position: relative;
		width: 100%;
		height: 40px;
		padding: 0 10px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
		color: #535353;
		background: rgba(255,255,255,0.00);
		border: none;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.wpcf7-acceptance .wpcf7-list-item {
		display: block!important;
		position: relative;
		margin: 15px auto 0 auto!important;
		text-align: center;
	}
	
	.wpcf7-acceptance .wpcf7-list-item a {
		color: #1B3B9F;
		text-decoration: underline;
	}
	
	::placeholder {
		color: #B9B9B9;
		font-size: 11px;
	}
	
	/*送信ボタン*/
	.submit input[type="submit"] {
		display: block;
		z-index: 1;
		position: relative;
		width: 240px;
		height: auto;
		padding: 5px 10px 12px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 5px;
		box-sizing: border-box;
		border: none;
		-webkit-appearance: none;
	}
	
	.con03 .submit input[type="submit"] {
		background: #fff!important;
	}
	
	.submit input[type="button"] {
		display: block;
		z-index: 1;
		position: relative;
		width: 240px;
		height: auto;
		padding: 5px 10px 12px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 5px;
		box-sizing: border-box;
		border: none;
		-webkit-appearance: none;
	}
	
	.con03 .submit input[type="button"] {
		background: #fff!important;
	}
	
	.submit {
		display: block;
		z-index: 1;
		position: relative;
		width: 240px;
		margin: 20px auto 15px auto;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 5px;
		border: none;
		box-sizing: border-box;
		-webkit-appearance: none;
	}
	
	
	.submit::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: -4px;
		left: -4px;
		width: 99%;
		height: 98%;
		border: solid 1px #D374A6;
		border-radius: 5px;
		pointer-events: none;
	}
	
	.submit::after {
		content: "";
		z-index: 1;
		position: absolute;
		top: 41%;
		right: 12px;
		transform: translate(0, -50%);
		width: 7px;
		height: 8px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	
	
	/*送信後メッセージ削除*/
div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-mail-sent-ok{
    display:none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0px solid rgba(255,255,255,0.00);
	color: rgba(255,255,255,0.00);
}

/* 確認画面のフィールド背景色や枠線を消す */
input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.00);
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7-select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7.is_confirm select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}
	
	.wpcf7-not-valid-tip {
		font-size: 11px!important;
	}
	
	/*送信ボタンの下余白*/
	.wpcf7-spinner {
		display: none!important;
	}
	
	.wpcf7 form.invalid .wpcf7-response-output {
		display: none;
	}
	
}